@font-face {
  /**700**/
  font-family: Font-Bold;
  
  src: url("../fonts/Gotham-Bold.woff");
}


@font-face {
  /**500**/
  font-family: Font-Medium;
  src: url("../fonts/Gotham-Medium.woff");
}
/* @font-face {
  font-family: Font-Regular;
  src: url("../fonts/Gotham-Light.woff");
} */
 @font-face {
  /**400**/
  font-family: Font-Regular;
  src: url("../fonts/Gotham-Medium.woff");
}

@font-face { 
  font-family: Font-Light;
  src: url("../fonts/Gotham-Light.woff");
}


@font-face {
  /**400**/
  font-family: RammettoOne;  
  src: url("../fonts/RammettoOne-Regular.woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html {
  scroll-behavior: smooth;
}
:root {
  --background-navbar: #231F20;
  --background-navbar-movil: #231F20;
  --background-menu-movil: #231F20;
  --botones-2: transparent;

  --border:#ffffff;

  --negro:#231F20;
  --naranja:#F05422;
  --verde:#016A58;
  --gris:#F8F8F8;
  --azul:#89E1ED;
  --rosa:#CB2D73;
  --amarillo:#FFA620;
  --neonnaranja:#F87A52;
   /* --neonnaranja:#f8ac94; */
   /* --neonnaranja:#fee3db; */
}
/******nmavbar*****/
html {
  scroll-behavior: smooth;
}
.d-none {
  display: none;
}

li{
    margin-left: 1rem;
}
img{
  width: 100%;
  height: auto;
  display: block;
}
 .txt-blue{
   color:var( --principal);
     font-family: Font-Bold;
 }
/************/


.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.container-fluid{
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
font-family: Font-Medium;
}

/*****************/
h1{
   font-family: RammettoOne;  
    font-size: 40px;
  line-height: 60px;
}
.h1{
  font-family: RammettoOne;  
    font-size: 52px;
  line-height: 72px;
}
h2, .h2 {
   font-family: RammettoOne;  
  font-size: 36px;
  line-height: 50px;
  color: var(--principal);
  font-weight: inherit !important;
}
h3, .h3{
   font-weight: inherit !important;
    font-size: 36px;
    line-height: 50px;
    font-family: RammettoOne;  
     color: var(--principal);
}
h4 {
  font-family: RammettoOne;  
  font-size: 36px;
  line-height: 64px;
  color: var(--principal);
  font-weight: inherit !important;
}
h5 {
  font-family: Font-Medium;  
  font-size: 32px;
  line-height: 36px;
 color: var(--principal);
 font-weight: inherit !important;
}
h6 {
   font-family: Font-Medium;  
  font-size: 28px;
  line-height: 36px;
  color: var(--principal);
font-weight: inherit !important;
}

p{
font-family: Font-Medium;
  line-height: 140%;
  font-size: 24px;
 
  color: var(--negro);
}

@media (max-width: 1024px) {
   h1, .h1 {
    font-size: 28px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3, .h3{   
    font-size: 20px;   
}
  h4 {
    font-size: 26px;
    line-height: 45px;
  }
  h5 {
    font-size: 26px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
   
  }
}

@media (max-width: 600px) {
    h1, .h1, h2 {
    font-size: 22px;
    line-height:32px;
  }
    h3 {  
    font-size: 16px;
    line-height: 26px;
  }
  /* h2 {
  
    font-size: 28px;
    line-height: 44px;
  } */
  h4 {
    
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
 
    font-size: 22px;
    line-height: 28px;
  }
  h6 {
 
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
   
  }
}

hr,
.hr {
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid var(--neutral300);
}
.bg-w{
  background: white;
}
.t-orange{
  color: var(--naranja);
}
.t-gray{
  color:#8E8E93;
}

/******botones****/
.container__btn-uber{
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__btn-uber_movil{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.btn-uber{
  width: 120px;
  height: 48px;
  transition: 0.3s ease;
}
.btn-uber:hover{
  scale: 1.1;
}

@media (max-width: 1100px) {
  .btn-uber{
  width: 100px;
  height: 40px;
}
}
/*****/
.btn :active,
.btn :hover,
.btn :focus {
  outline: 0!important;
  outline-offset: 0;
}

.btn-1, .btn-2 {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/* botÃ³n base */
.btn {
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}
/* .btn-2 .btn::before,
   .btn-2 .btn::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 15%;
      height: 2px;
      background: var(--neonnaranja);
      border-radius: 50px;

   
      box-shadow:
        0 0 5px var(--neonnaranja),
        0 0 8px var(--neonnaranja),
        0 0 10px var(--neonnaranja);

      transition: width 0.3s ease;
    }
    .btn:hover::before,
    .btn:hover::after {
      width: 38%;
    } */

/************/
 .btn-1 .btn span {
      display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  gap: 10px;
  border-radius: 50px;
  font-family: Font-Medium;
      background: #11111100;
      color: #fff;
      border: 3px solid #fff;
      transition: 0.3s;
    }

    /* hover texto neon */
   .btn-1 .btn:hover span {
      color: #ffffff;
      /* text-shadow:
    0 0 5px #ffffff,
    0 0 10px #ffffff,
    0 0 20px #ffffff; */
      box-shadow:
        0 0 5px #ffffff,
        0 0 10px #ffffff,
        0 0 20px #ffffff;
  animation: neonPulsewhite 1.5s infinite;
    }



  .btn-1 .btn::before,
   .btn-1 .btn::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 15%;
      height: 2px;
      background: #ffffff;
      border-radius: 50px;

      /* neon */
      box-shadow:
        0 0 5px #ffffff,
        0 0 10px #ffffff,
        0 0 20px #ffffff;

      transition: width 0.3s ease;
    }
    .btn:hover::before,
    .btn:hover::after {
      width: 38%;
    }
   
/****************/

/* contenido */
.btn-2 .btn span {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  gap: 10px;
  border-radius: 50px;
  font-family: Font-Medium;

  background: #11111100;
  color: var(--naranja);
border: 3px solid var(--naranja);
  transition: 0.3s;
}
.btn span img{
width: 25px;
height: auto;
}
.btn:hover span img{
  width: 25px;
height: auto;
 display: inline-block;
  animation: moverHorizontal 1.5s ease-in-out infinite;
}
@keyframes moverHorizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px); /* se mueve a la derecha */
  }
  100% {
    transform: translateX(0); /* vuelve */
  }
}

/* hover texto neon */
.btn-2 .btn:hover span {
  color: var(--naranja);
 
     box-shadow: 
    0 0 5px var(--neonnaranja),
    0 0 10px var(--neonnaranja),
    0 0 15px var(--neonnaranja);

  border-color: var(--naranja);
    /* animation: neonPulse 1.5s infinite; */
}



 .btn::before,
 .btn::after {
  content: "";
  position: absolute;
  bottom: 0;

  width: 15%;
  height: 2px;

  /* background: #F87A52; */
 

  /* neon */
  /* box-shadow:
    0 0 5px #F87A52,
    0 0 8px  #F87A52,
    0 0 10px #F87A52; */

  transition: width 0.3s ease;
}

.btn::before {
  right: 50%;
}

.btn::after {
  left: 50%;
}

/* expansiÃ³n */
.btn-2 .btn:hover::before,
.btn-2 .btn:hover::after {
 /* box-shadow:
    0 0 5px #F87A52,
    0 0 5px  #F87A52,
    0 0 5px #F87A52; */

    box-shadow:
    0 0 20px #f8ac94,
    0 0 20px  #f8ac94,
    0 0 20px #f8ac94;

  width: 40%;
}



@keyframes neonPulse {
  0%, 100% {
    box-shadow:
      0 0 5px var(--neonnaranja),
      0 0 10px var(--neonnaranja),
      0 0 20px var(--neonnaranja);
  }
  50% {
    box-shadow:
      0 0 10px var(--neonnaranja),
      0 0 20px var(--neonnaranja),
      0 0 35px var(--neonnaranja);
  }
}


@keyframes neonPulsewhite {
  0%, 100% {
    box-shadow:
      0 0 15px #ffffff,
      0 0 8px #ffffff,
      0 0 5px #ffffff;
  }
  50% {
    box-shadow:
      0 0 8px #ffffff,
      0 0 10px #ffffff,
      0 0 15px #ffffff;
  }
}

@keyframes neonPulseGreen {
  0%, 100% {
    box-shadow:
      0 0 15px rgba(61, 255, 226, 0.4),
      0 0 8px rgba(61, 255, 226, 0.4),
      0 0 5px rgba(61, 255, 226, 0.4);
  }
  50% {
    box-shadow:
      0 0 8px rgba(61, 255, 226, 0.4),
      0 0 10px rgba(61, 255, 226, 0.4),
      0 0 15px rgba(61, 255, 226, 0.4);
  }
}

@media (max-width: 1024px) {

  .btn-2 {
        justify-content: center;
      }
      .btn-1 .btn span, .btn-2 .btn span{
        font-size: 20px;
      }
    }
    @media (max-width: 768px) {


      .btn-1 .btn span, .btn-2 .btn span{
        font-size: 16px;
      }
    }

/********end botones***********/


.element-floating, .element-floating2, .element-floating3{
  position: absolute;
  width: 200px; 
  height: auto;
  top: 0;
}

.element-floating img{  
  display: inline-block;
    animation: moveFloating 2.5s ease-in-out infinite;

}

@keyframes moveFloating{
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px); 
  }
  100% {
    transform: translateY(0); 
  }
}

.element-floating2 img{
display: inline-block;
  animation: moveFloating 2s linear infinite;
}

/* @keyframes serpenteo {
   
    0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  10% {
    transform: translateX(-20px) translateY(-12px) rotate(-7deg);
  }

  20% {
    transform: translateX(-40px) translateY(2px) rotate(0deg);
  }

  30% {
    transform: translateX(-80px) translateY(-2px) rotate(-5deg);
  }

  40% {
    transform: translateX(-30px) translateY(2px) rotate(3deg);
  }

  50% {
    transform: translateX(0) translateY(-2px) rotate(-2deg);
  }

  60% {
    transform: translateX(30px) translateY(2px) rotate(2deg);
  }

  70% {
    transform: translateX(60px) translateY(-12px) rotate(3deg);
  }

  80% {
    transform: translateX(40px) translateY(2px) rotate(-5deg);
  }

  90% {
    transform: translateX(20px) translateY(-2px) rotate(5deg);
  }

  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

} */

/* @keyframes serpenteo {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  10% {
    transform: translateX(-20px) translateY(-12px) rotate(-7deg);
  }

  20% {
    transform: translateX(-40px) translateY(2px) rotate(0deg);
  }

  30% {
    transform: translateX(-80px) translateY(-2px) rotate(-5deg);
  }

  
  40% {
    transform: translateX(-50px) translateY(2px) rotate(45deg);
  }

  50% {
    transform: translateX(-20px) translateY(-2px) rotate(90deg);
  }

  
  60% {
    transform: translateX(10px) translateY(0px) rotate(135deg);
  }

  70% {
    transform: translateX(35px) translateY(-8px) rotate(180deg);
  }

  80% {
    transform: translateX(25px) translateY(4px) rotate(225deg);
  }

  90% {
    transform: translateX(10px) translateY(-2px) rotate(270deg);
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(359deg);
  }
} */


@keyframes serpenteo {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  10% {
    transform: translateX(-20px) translateY(-12px) rotate(-7deg);
  }

  20% {
    transform: translateX(-40px) translateY(2px) rotate(0deg);
  }
  30% {
    transform: translateX(-60px) translateY(-10px) rotate(-5deg);
  }
  40% {
    transform: translateX(-70px) translateY(2px) rotate(0deg);
  }
    50% {
    transform: translateX(-80px) translateY(-5px) rotate(-5deg);
  }
  60% {
    transform: translateX(-90px) translateY(12px) rotate(0deg);
  }


  65% {
    transform: translateX(-100px) translateY(-2px) rotate(-5deg);
  }  
  70% {
    transform: translateX(-50px) translateY(2px) rotate(45deg);
  }

  75% {
    transform: translateX(-20px) translateY(-2px) rotate(90deg);
  }

  
  80% {
    transform: translateX(10px) translateY(0px) rotate(135deg);
  }

  85% {
    transform: translateX(35px) translateY(-8px) rotate(180deg);
  }

  90% {
    transform: translateX(25px) translateY(4px) rotate(225deg);
  }

  95% {
    transform: translateX(10px) translateY(-2px) rotate(270deg);
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(359deg);
  }
}

@keyframes serpenteo2{
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  10% {
    transform: translate(-40px, -10px) rotate(-2deg);
  }

  20% {
    transform: translate(-100px, -60px) rotate(5deg);
  }

  30% {
    transform: translate(-120px, -30px) rotate(-5deg);
  }

  40% {
    transform: translate(-150px, 0px) rotate(3deg);
  }

  50% {
    transform: translate(-80px, 30px) rotate(-5deg);
  }

  60% {
    transform: translate(-0px, 45px) rotate(4deg);
  }

  70% {
    transform: translate(30px, 60px) rotate(-3deg);
  }

  80% {
    transform: translate(60px, 20px) rotate(2deg);
  }

  90% {
    transform: translate(40px, -10px) rotate(-5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* =========================
  BANNER
========================= */
.conatiner-bg-banner{
height: 500px;
 
border-radius:16px;
margin: 50px auto;
background-position: center;
background-size: cover;
overflow: hidden;
}

.container-text-bg-banner{
height: 100%;

display: flex;
flex-direction: column;
justify-content: center;
align-items: start;

color: #ffffff;

padding:0% 16% 0 2%;
width: 40%;
max-width: 600px;
background-position:90% top;
background-size: cover;
background-repeat: no-repeat;
/* border: 1px solid #CB2D73; */
}
.container-text-bg-banner p{
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 140%;  
}
@media (max-width: 1400px) {
  .conatiner-bg-banner{
    height: 450px;
  }
  .container-text-bg-banner{
  width: 45%;
  }

}
@media (max-width: 1300px) {
  /* .conatiner-bg-banner{
    height: 450px;
  } */
  .container-text-bg-banner{
  width: 63%;
  }

}
  @media (min-width: 768px) and (max-width: 1200px) {
    .container-text-bg-banner{
width: 55%;
        }
    
    }
@media (max-width: 1024px) {
  .container-text-bg-banner{
      width: 55%;

  }
  .conatiner-bg-banner{
height: 400px;
margin: 5% auto 3.125rem auto;

}
}
@media (max-width: 768px) {

  .container-text-bg-banner{
  width: 60%;
  }
  .container-text-bg-banner p{  
  font-size: .875rem;
 
}

}
@media (max-width: 768px) {
  .container-text-bg-banner{
  max-width: 100%;
    width: 100%;
  min-height: 300px;
  height: auto;
  background-position: center bottom;
  /* background-size: cover; */
  background-size: 150%;

   background-repeat: no-repeat;

        align-items: center;
        text-align: center;
        margin: 0 auto;
        padding: 10% 10% 24% 10%;

        animation: mobileTextReveal 1.2s ease forwards;
        animation-delay: .5s;
  }
    .conatiner-bg-banner{
      min-height: max(500px, 80vh);
/* min-height: 600px; */
}

}
@media (max-width: 500px) {
  .container-text-bg-banner{
 justify-content: start;
    background-size: 200%;
padding: 10% 5% 28% 5%;
  }
}

/* =========================
   Fondo del banner
========================= */
.conatiner-bg-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    animation: bgZoom 1s ease-out forwards;
}

@keyframes bgZoom{
    from{
        transform: scale(1.1);
        filter: brightness(0.7);
    }
    to{
        transform: scale(1);
        filter: brightness(1);
    }
}


/* =========================   
   Texto del banner
========================= */
.container-text-bg-banner{
    opacity: 0;
    animation: textReveal .5s ease forwards;
    animation-delay: .7s;
    gap: 1rem;
}

@keyframes textReveal{
    from{
        opacity: 0;
        transform: translateX(-60px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}
/* =========================
   TEXTO INTERNO
========================= */
.container-text-bg-banner h1{
    animation: titlePop 1s ease forwards;
    animation-delay: 1s;
    opacity: 0;
}

.container-text-bg-banner p{
    animation: paragraphFade 1s ease forwards;
    animation-delay: 1.3s;
    opacity: 0;
}

@keyframes titlePop{
    from{
        opacity: 0;
        transform: scale(.8);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes paragraphFade{
    from{
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 530px) {
   

    @keyframes mobileTextReveal{
        from{
            opacity: 0;
            transform: translateY(40px);
        }
        to{
            opacity: 1;
            transform: translateY(0);
        }
    }
}
/****************/