body{
  font-family: "Poppins", sans-serif;
}
.primary-header {
  padding: 10px 0;
  z-index: 999;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
}

/* for demo, probably not the best idea */
.primary-header,
.primary-header * {
  transition: 500ms;
}

.primary-header.sticking {
  background: rgba(18, 45, 90, 0.6);
}

.primary-header__inner {
  display: flex;
  justify-content: space-between;
}

.primary-header .nav-list a {
  line-height: 35px;
  color: #fff;
  text-decoration: none;
}

.primary-header a:hover,
.primary-header a:focus {
  opacity: 0.7;
}

.logo {
  width: 74px;
  height: 60px;
  background: url(../img/logo-top.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.boton-mobile{
  width: 40px;
  height: 40px;
  padding: 10px 0;
  display: block;
  float: right;
  background: url(../img/menu.svg) center center no-repeat;
  background-size: contain;
}
.primary-header.sticking .logo {
  width: 74px;
  height: 40px;
  background: url(../img/logo-top.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.primary-header.sticking .boton-mobile{
  width: 40px;
  height: 40px;
  padding: 10px 0;
  display: block;
  float: right;
  background: url(../img/menu.svg) center center no-repeat;
  background-size: contain;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  gap: clamp(0.5rem, 5vw, 2rem);
}
.mobile-item-menu{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 25.52px */
  letter-spacing: -0.22px;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #0056a6;
  text-decoration: none;
}
.offcanvas.offcanvas-end {

  border-left: none!important;
}
.bg-transparente{
  background-color: rgba(0, 0, 0, 0)!important;
}

.container{
  width: 90%;
}
.container-md{
  width: 100%;
  margin: 0 auto;
}
.boton-mobile{
  display: block;
}
.menu-desktop{
  display: none;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .boton-mobile{
    display: none!important;
  }
  .menu-desktop{
    display: flex;
  }
}

@media (min-width: 992px) {
  .container{
    width: 900px;
  }
  .container-md{
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container-carousel{
  width: 100%;
}
.full-intro{
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.bg-Hubspot{
  padding: 20px 0;
}
.bg-Hubspot h1{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 25.52px */
  letter-spacing: -0.22px;
}
.bg-Hubspot p{
  color: #122D5A;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 25.52px */
  letter-spacing: -0.22px;
}
.bg-Hubspot p span{
  background-color: #122D5A;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.22px;
  color: #FFF;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-grid;
  margin-right: 5px;
}
.home{
  background: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.planes{
  background: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.referidos{
  background: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.full-intro main .top-text{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.text-left{
  text-align: left!important;
}
.full-intro main .top-text h1{
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 3.125em;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 44px */
  letter-spacing: -0.55px;
}
@media (min-width: 768px) {
  .text-left{
    text-align: center!important;
  }
  .full-intro main .top-text h1{
    color: #FFF;
    text-align: left !important;
    font-family: "Poppins", sans-serif;
    font-size: 3.125em;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 44px */
    letter-spacing: -0.55px;
  }
  .full-intro main .top-text{
    max-width: 340px;
    margin: 0;
    text-align: left!important;
  }
  .home{
    background: url(../img/bg-planes.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

  }
  .planes{
    background: url(../img/bg-planes.jpg);
    height: 75vh!important;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .referidos{
    background: url(../img/bg-planes2.jpg);
    height: 75vh!important;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

}
.full-intro main .top-text p{
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 1px;
}
.full-intro main{
  position: absolute;
  text-align: center;
  bottom: 10%;
  width: 100%;
  margin: 0 auto;
}
.background-celeste{
  background: #ECF8FF url(../img/bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
}
.background-celeste .top{
  position: relative;
  padding-bottom: 20px;
}
.background-celeste .top img{
  float: left;
  padding: 0 15px;
}
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .full-intro main{
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    bottom: 35%;
  }
  .background-celeste .top img{
    padding: 15px;
    float: none;
  }
  
}
.background-celeste p{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 24px */
  letter-spacing: -0.15px;
}
.background-celeste h1{
  padding: 20px 0;
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 125%; /* 31.25px */
  border-top: 1px solid #1C458A;
  border-bottom: 1px solid #1C458A;
}
.background-celeste h2{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%; /* 25.52px */
  letter-spacing: -0.22px;
  padding: 0;
  margin: 0;
}
.background-celeste h2 b{
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.background-blanco{
  background-color: #FFFFFF;
  padding: 40px 0;
}
.background-blanco h2{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 27.6px */
}
.background-celeste h3{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 25px */
}

.background-blanco .item-oy, .background-celeste .item-oy{
  display: flex;
}
.background-blanco p, .background-celeste p{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 24px */
  letter-spacing: -0.15px;
  margin: 10px;
}

.background-gris{
  background-color: #EEEEEE;
  padding: 40px 0;
}

.background-gris h1{
  color: #666;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  letter-spacing: -0.3px;
}
.background-gris .verificado{
  position: absolute;
  top: -15px;
  left: 15px;
  width: 95px;
  height: 28px;
  line-height: 28px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #34C759;
  color: #FFF!important;
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
}
.background-gris .verificado span{
  color: #000;
  font-size: 16px;
  float: left;
}

.background-gris .quote{
  width: 30px;
  height: 30px;
  background-image: url(../img/quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 5px;
}
.background-gris p{
  z-index: 1;
  color: #666;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 21.6px */
  position: relative;
}
.carousel{
  max-width: 480px;
  margin: 0 auto;
}
.background-gris .carousel-caption {
  border-radius: 12px;
  background: #FFF;
/* level2 */
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);  
  position: relative;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding: 30px;
  text-align: left;
  width: 100%;
  height: 185px;
}
.background-gris .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  margin: 10px auto 40px auto;
}
.background-gris  .carousel-item {
  height: auto;
}
.background-gris .carousel-indicators button.active {
  opacity: 1;
  background-color: #666;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.background-gris .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  background-clip: padding-box;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
  
}
.carousel-indicators {
  margin-bottom: -5px!important;
}

.background-gris .carousel-caption p{
  color: #122D5A;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.background-gris .carousel-caption p.firma{
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  float: right;
}
.background-gris .carousel-caption .bandera{
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  float: right;
;
}
.mx{
  background-image: url(../img/MX.svg);
}
.co{
  background-image: url(../img/CO.svg);
}
.pe{
  background-image: url(../img/PE.svg);
}
.ve{
  background-image: url(../img/VE.svg);
}
.es{
  background-image: url(../img/ES.svg);
}
.ch{
  background-image: url(../img/CH.svg);
}
.us{
  background-image: url(../img/US.svg);
}
.pa{
  background-image: url(../img/PA.svg);
}
.pr{
  background-image: url(../img/PR.svg);
}

.background-gris .carousel-caption .bandera img{
  height: 100%;
  text-align: center;
}
.background-gris .box-online{
  border-radius: 12px;
  background: #FFF;
/* level2 */
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);  
  position: relative;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  padding: 30px;
  text-align: left;
  width: 100%;
  height: 175px;
}
.background-gris .box-online .icon-item{
  position: absolute;
  top: 20px;
  right: 20px;
}

.background-gris .box-online h1{
  color: #122D5A;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%; /* 26.2px */
  letter-spacing: -0.2px;
  text-align: left;
}

.background-gris .box-online p{
  color: #122D5A;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 50px;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 240px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 40px;
}
.background-celeste-vidas{
  background-color: #ECF8FF;
  padding: 40px 0;
}

.background-celeste-vidas h1{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 24.15px */
}
.background-celeste-vidas p{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px; /* 150% */
}
.background-celeste-vidas h3{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.background-blanco-img{
  background-color: #FFF;
  padding: 40px 0;
  position: relative;
}
.background-blanco-img .imagenes{
  background-color: #FFF;
  padding: 40px 0;
  position: relative;
}

.background-blanco-img h1{
  color: #122D5A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 23.2px */
  letter-spacing: -0.2px;
}
.box-1{
  width: 30%;
  height: 350px;
  float: left;
  text-align: center;
}
.box-2{
  width: 40%;
  height: 350px;
  float: left;
  text-align: center;
}
.box-3{
  width: 30%;
  height: 350px;
  float: right;
  text-align: center;
}
.img-1{
  border: 1px solid #15AAFD;
  width: 90px;
  height: 160px;
  border-radius: 12px;
  margin: 30px auto;
  background: url(../img/img-1-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-2{
  border: 1px solid #15AAFD;
  width: 90px;
  height: 130px;
  border-radius: 12px;
  margin: 30px auto;
  background: url(../img/img-2-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;

}
.img-3{
  border: 1px solid #15AAFD;
  width: 120px;
  height: 80px;
  border-radius: 12px;
  margin: 30px auto 20px auto;
  background: url(../img/img-3-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;

}
.img-4{
  border: 1px solid #15AAFD;
  width: 120px;
  height: 80px;
  border-radius: 12px;
  margin: 24px auto 30px auto;
  background: url(../img/img-4-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;

}
.img-5{
  border: 1px solid #15AAFD;
  width: 90px;
  height: 160px;
  border-radius: 12px;
  margin: 30px auto;
  background: url(../img/img-5-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-6{
  border: 1px solid #15AAFD;
  width: 90px;
  height: 130px;
  border-radius: 12px;
  margin: 30px auto;
  background: url(../img/img-6-box.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .background-blanco-img h1{
    font-size: 26px;
    padding: 10px 0;
  }
  .box-1{
    width: 30%;
    height: 450px;
    float: left;
    text-align: center;
  }
  .box-2{
    width: 40%;
    height: 450px;
    float: left;
    text-align: center;
  }
  .box-3{
    width: 30%;
    height: 450px;
    float: right;
    text-align: center;
  }
  .img-1{
    border: 1px solid #15AAFD;
    width: 150px;
    height: 200px;
    border-radius: 12px;
    margin: 30px auto;
    background: url(../img/img-1-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-2{
    border: 1px solid #15AAFD;
    width: 150px;
    height: 190px;
    border-radius: 12px;
    margin: 30px auto;
    background: url(../img/img-2-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  .img-3{
    border: 1px solid #15AAFD;
    width: 220px;
    height: 130px;
    border-radius: 12px;
    margin: 30px auto 20px auto;
    background: url(../img/img-3-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  .img-4{
    border: 1px solid #15AAFD;
    width: 220px;
    height: 130px;
    border-radius: 12px;
    margin: 24px auto 30px auto;
    background: url(../img/img-4-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;

  }
  .img-5{
    border: 1px solid #15AAFD;
    width: 150px;
    height: 200px;
    border-radius: 12px;
    margin: 30px auto;
    background: url(../img/img-5-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-6{
    border: 1px solid #15AAFD;
    width: 150px;
    height: 190px;
    border-radius: 12px;
    margin: 30px auto;
    background: url(../img/img-6-box.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.background-azul{
  background-color: #122D5A;
  padding: 40px 0;
}
.background-azul h1{
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 23px */
  letter-spacing: -0.23px;
}
.background-azul h1 b{
  font-size: 40px;
  font-weight: 700;
}
.background-azul p{
  color: #4AD4A9;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%; /* 21.6px */
}
.line{
  width: 1px;
  height: 200px;
  border: 1px dashed #0068CA;
  position: absolute;
  margin-top: 80px;
  margin-left: 29px;
}

.background-azul .item{
  position: relative;
  display: flex;
  margin: 10px auto;
}
.background-azul .item img{
  position: relative;
  margin-right: 20px;
}
.background-azul .item .paso{
  text-align: left;
}
.background-azul .item .paso h1{
  text-align: left;
  color: #4AD4A9;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 26.68px */
  letter-spacing: -0.23px;
  margin: 0;
  padding: 0;
}
.background-azul .item .paso h2{
  text-align: left;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 23.8px */
  margin: 0;
  padding: 0;
}
.background-azul .item .paso p{
  text-align: left;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  margin: 0;
  padding: 0;
}
.background-preguntas{
  padding: 40px 0;
  background-color: #FFF;
}
.background-preguntas h1{
  color: #15AAFD;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 34.633px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 38.097px */
  letter-spacing: -0.346px;
}
.background-preguntas h2{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 26.68px */
  letter-spacing: -0.23px;
  padding-bottom: 20px;
}
.background-preguntas  .item-oy img{
  float: left;
  margin-right: 20px;
  
}
.background-preguntas  .item-oy .txt {
  float: left;
  width: 80%;
}
.background-preguntas  .item-oy .txt h3{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 144%;
  text-align: left;
}
.background-preguntas  .item-oy .txt p{
  color: #1C458A;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 15.75px */
  text-align: left;
}
.background-preguntas  .dudas {
  max-width: 400px;
  margin: 0 auto 15px auto;
}
.background-preguntas  .dudas img{
  width: 80px;
  float: left;
  margin-right: 10px;
}
.background-preguntas  .dudas .txt {
  float: left;
  padding: 20px 0;
  width: 70%;
}
.cls{
  clear: both;
}
.background-preguntas  .dudas .txt h1{
  color: #122D5A;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 24.84px */
  letter-spacing: -0.23px;
  padding: 0;
  margin: 0;
}
.background-preguntas  .dudas .txt h1 b{
  font-weight: 800;
}
.background-preguntas  .dudas p{
  color: #122D5A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 21.6px */
}
.accordion-button{
  color: var(--Dark-blue, #122D5A);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%; /* 26.2px */
  letter-spacing: -0.2px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent!important;
  outline: 0;
  box-shadow: none;
}
.accordion-item{
  margin: 0;
  border-bottom: 1px solid #0056a6;
}
.accordion-item h2.accordion-header{
  margin: 0;
  padding: 0;
}
.accordion-body{
  color: #122D5A;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 21.6px */
  text-align: left;
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #1C458A;
  --bs-accordion-active-bg: transparent;
}
.btn-azul{
  width: auto;
  min-width: 294px;
  height: auto;
  flex-shrink: 0;
  border-radius: 18px;
  background: #0068CA;
  color:#FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px;
  margin: 10px auto 0 auto;
}

.btn-azul:hover{
  color:#FFF;
  background: #0056a6;
}

.btn-verde{
  width: auto;
  min-width: 294px;
  height: auto;
  flex-shrink: 0;
  border-radius: 18px;
  background: #25D366;
  color:#FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px;
  margin: 10px auto 0 auto;
}

.btn-whatsapp-icon{
  width: 16px;
  height: 16px;
  background: url('../img/icon-whatsapp.png') no-repeat center;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}

.btn-verde:hover{
  color:#FFF;
  background: #01af41;
}
.btn-celeste{
  width: auto;
  min-width: 294px;
  height: auto;
  flex-shrink: 0;
  border-radius: 18px;
  background: #15AAFD;
  color:#FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px;
  margin: 10px auto 0 auto;
}
.btn-celeste-top{
  width: auto;
  min-width: 294px;
  height: auto;
  flex-shrink: 0;
  border-radius: 18px;
  background: #15AAFD;
  color:#FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px;
}
.btn-celeste:hover, .btn-celeste-top:hover{

  color:#FFF;
  background: #0989ce;
}
.tab-precios{
  width: auto;
  max-width: 400px;
  background: #EEEEEE;
  border-radius: 12px;
  margin: 10px auto;
  display: flexbox;
  padding: 10px;
}
.tab-precios .nav-link{
  border-radius: 12px;
  background: #EEEEEE;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 13.65px */
  padding: 20px;
  display: initial;
  border: none;
}
.tab-precios .active{
  border-radius: 12px;
  background: #1C458A;
  color: #fff;
}
.card-planes{
  width: 100%;
  min-height: 400px;
  height: auto;
  border-radius: 18px;
  border: 1px solid #0068CA;
  box-shadow: 0px 13px 16.3px -1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 30px 0 0 0;
  margin: 20px auto;
}
.destacado{
  width: 100px;
  height: 100px;
  z-index: 99;
  position: absolute;
  background: url(../img/mas.png) center center;
  background-size: contain;
  margin-top: 13px;
  margin-left: -7px;

}
.price{
  min-height: 200px;
  height: auto;
}
.card-planes h2{
  color: #0068CA;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0;
}
.card-planes h3{
  color: #0068CA;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.2px;
}
.card-planes .antes{
  width: auto;
  margin: 0 auto;
  position: relative;
}
.card-planes .costo{
  color: #1C458A;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 49px */
}
.line-precio{
  width: 230px;
  height: 3px;
  background: #1C458A;
  transform: rotate(-3.848deg);
  position: absolute;
  left: calc( 50% - 115px );
  margin-top: 25px;
}

.card-planes .monto{
  width: auto;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.card-planes .precio{
  color: #0068CA;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 70px */
  float: left;
}
.card-planes .usd{
  color: #0068CA;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 16.2px */
  letter-spacing: -0.15px;
  float: left;
  padding: 5px 5px 0 0;
}
.card-planes .mes{
  color: #0068CA;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 16.2px */
  letter-spacing: -0.15px;
  float: left;
  padding: 40px 0 0 5px;
}
.card-planes .ver{
  color: #0068CA;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 131%; /* 17.03px */
  letter-spacing: -0.13px;
  padding: 10px;
  cursor: pointer;
}
.card-planes .cerrar{
  color: #FFDE59;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 131%; /* 26.2px */
  letter-spacing: -0.2px;
  padding: 2px 10px;
  cursor: pointer;
}
.card-planes .oferta{
  background:#FC0;
  color: #494849;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 26.2px */
  letter-spacing: -0.2px;
}
.card-planes .btn-plan{
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%; /* 21.6px */
  letter-spacing: -0.2px;
  border: none;
  padding: 10px 15px;
  margin: 30px auto 20px auto;
}
.plan-verde{
  border-radius: 18px;
  background: #00C20B;
}
.plan-violeta{
  border-radius: 18px;
  background:  #65558F;
}
.plan-celeste{
  border-radius: 18px;
  background: #007AFF;
}
.plan-amarillo{
  border-radius: 18px;
  background: #FCC214;
  color:#212529!important;
}
.plan-verde-claro{
  border-radius: 18px;
  background: #4AD4A9;
}
.card-planes .detalle{
  padding: 20px 5px;
  background: #122D5A;
  display: none;
  transition:  ease-in-out 0.5s;
}
.card-planes .detalle h5{
  color: #FFE500;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 21px */
  letter-spacing: -0.2px;
}
.card-planes .detalle h5.color{
  color: #7EF1CE;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 21px */
  letter-spacing: -0.2px;
}
.card-planes .detalle h6{
  color: #4AD4A9;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
}
.card-planes .detalle h6.color{

  color: #FFE500;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
}
.card-planes .detalle p{
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: -0.15px;
  text-align: left;
}
.card-planes .detalle ul{
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: -0.15px;
  text-align: left;
}
.card-planes .detalle ul span.exclusivo{
  color: #122D5A;
  font-family: "Poppins", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 12px;
  background:  #FFDE59;
  padding: 2px 5px;
}
a.link-oy{
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  margin: 10px auto;
}
.background-azul-footer{
  background: #122D5A url(../img/footer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
}
.top-sep{
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 33px;
  margin: 0;
  padding: 0;
  background: url(../img/top-curve.svg) no-repeat;
  background-size: cover;
}
.top-sep img{
  padding: 0;
}
.footer-sep{
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.line-footer{
  display: none;
}
@media (min-width: 992px) {
  .line-footer{
    display: inline-block;
    width: 90%;
    margin: 20px auto 10px auto;
    border-bottom: 1px solid #0068CA;
  }
}
.bg-1-sep{
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.bg-sep{
  text-align: center;
  overflow: hidden;
  width: 100%;
}

footer p{
  color: #7EF1CE;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 21.6px */
  margin: 0;
  padding: 0;
}
footer p.big{
  color: #7EF1CE;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 21.6px */
}
footer p.small{
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.intro {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}

.intro .img-oy{
  width: 100%;
  display: none;
}
.intro .img-oy-mobile{
  width: 100%;
  display: block;
}

.intro .img-event{
  width: 50%;
  display: none;
}

.intro .img-event-mobile{
  width: 50%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.intro .img-event-radio-mundo{
  width: 50%;
  display: none;
}

.intro .img-event-radio-mundo-mobile{
  width: 50%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px){
  .intro {
      padding-top: 110px;
      position: relative;
      padding-bottom: 60px;
  }
  .intro .img-oy{
      width: 100%;
      display: block;
  }
  .intro .img-oy-mobile{
      width: 100%;
      display: none;
  }
  .intro .img-event{
      width: 50%;
      display: none;
  }

  .intro .img-event-mobile{
      width: 50%;
      display: block;
      text-align: left;
      margin-left: initial;
      margin-right: initial;
  }

  .intro .img-event-radio-mundo-mobile{
      width: 25%;
      display: block;
      text-align: left;
      margin-left: initial;
      margin-right: initial;
  }
}



.intro h1{
  margin-top: -30px;
  padding-top: 0;
  color: #0066cc;
  font-family: 'Now Black';
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 10px;
  text-align: center;
}


.intro h2{
  margin-top: 15px;
  padding-top: 0;
  color: #0066cc;
  font-family: 'Now Medium';
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
}


@media (min-width:576px){
  .intro h1{
      margin-top: 30px;
      color: #0066cc;
      font-family: 'Now Black';
      font-style: normal;
      font-size: 30px;
      line-height: 34px;
      text-align: left;
  }

  .intro h2{
      margin-top: 25px;
      color: #0066cc;
      font-family: 'Now Medium';
      font-style: italic;
      font-size: 22px;
      line-height: 30px;
      text-align: center;
  }
}

@media (min-width: 992px) {
  .intro h1{
      padding-top: 30px;
      color: #0066cc;
      font-family: 'Now Black';
      font-style: normal;
      font-size: 60px;
      line-height: 64px;
      text-align: left;
  }

  .intro h2{
      padding-top: 30px;
      color: #0066cc;
      font-family: 'Now Medium';
      font-style: italic;
      font-size: 40px;
      line-height: 50px;
      text-align: center;
  }
}

.intro h4{
  color: #2bad70;
  font-family: 'Now Medium';
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width:576px){
  .intro h4{
      color: #2bad70;
      font-family: 'Now Medium';
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      padding: 0;
  }
}

@media (min-width: 992px) {
  .intro h4{
      color: #2bad70;
      font-family: 'Now Medium';
      font-style: normal;
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      padding: 0;
  }
}
.intro h3{
  color: #0066cc;
  font-family: 'Now Medium';
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media (min-width:576px){
  .intro h3{
      color: #0066cc;
      font-family: 'Now Medium';
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: left;
  }
}

@media (min-width: 992px) {
  .intro h3{
      color: #0066cc;
      font-family: 'Now Medium';
      font-style: normal;
      font-size: 25px;
      line-height: 28px;
      text-align: left;
  }

}
.intro-mobile{
  display: block;
  margin-top: 20px;
}
.intro-full{
  display: none;

}

@media (min-width: 768px) {
  .intro-mobile{
      display: none;
      margin-top: 20px;
  }
  .intro-full{
      display: inline-block;

  }
  .intro .titulo-influencer{
      width: 30%;
      margin: 0 2%;
      height: 500px;
      float: left;
      display: flex;
      align-items: center;
  }
  .intro .titulo-influencer h1{
      text-align: right!important;
  }
  .intro .video-influencer{
      width: 32%;
      float: left;
      text-align: center;
  }
  .intro .video-influencer iframe{
      border-radius: 25px;
      margin: 10px auto;
      width: 100%;
      height: 500px;
  }
  .intro .txt-influencer{
      width: 30%;
      margin: 0 2%;
      height: 500px;
      float: right;
      display: flex;
      align-items: center;
  }
  .intro .txt-influencer .txt{
      position: relative;
      height: auto;
      display: block;
  }
  .intro .titulo-influencer .txt h4{
      text-align: left!important;
  }
  .intro .titulo-influencer .txt h3{
      text-align: left!important;
  }
}

@media (max-width: 991px) {
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .mobile-item-menu {
    font-size: 1.2rem;
    font-weight: 600;
    color: #19539a;
    text-decoration: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e3eaf3;
    transition: background 0.2s, color 0.2s;
    display: block;
  }
  .mobile-item-menu:last-child {
    border-bottom: none;
  }
  .mobile-item-menu:hover {
    background: #f2f8fd;
    color: #0068CA;
  }
  .mobile-support-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
  .offcanvas-body {
    padding: 0 !important;
  }
  .mobile-account-dropdown {
    margin: 1.5rem 0 0 0;
  }
  .mobile-account-dropdown .btn {
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    background: #2196d3;
    border: none;
    padding: 0.7rem 0;
  }
  .mobile-account-dropdown .btn:focus {
    box-shadow: 0 0 0 0.2rem #b2e6ff;
  }
  .mobile-account-dropdown .dropdown-menu {
    min-width: 200px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 104, 202, 0.10);
    border: 1px solid #e3f2fd;
    padding: 0.5rem 0;
    text-align: left;
  }
  .mobile-account-dropdown .dropdown-item {
    font-size: 1.1rem;
    font-weight: 600;
    color: #19539a !important;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
  }
  .mobile-account-dropdown .dropdown-item:hover {
    background: #f2f8fd;
    color: #0068CA !important;
  }
}

@media (min-width: 1200px) {
  .intro .titulo-influencer{
      width: 30%;
      margin: 0 0 0 5%;
      height: 500px;
      float: left;
      display: flex;
      align-items: center;
  }
  .intro .titulo-influencer h1{
      text-align: right!important;
  }

  .intro .container{
    width: 1320px;
  }
  .intro .video-influencer{
      width: 30%;
      float: left;
      text-align: center;
  }
  .intro .video-influencer iframe{
      border-radius: 25px;
      margin: 10px auto;
      width: 300px;
      height: 500px;
  }
  .intro .txt-influencer{
      width: 30%;
      margin: 0 5% 0 0;
      height: 500px;
      float: right;
      display: flex;
      align-items: center;
  }
  .intro .txt-influencer .txt{
      position: relative;
      height: auto;
      display: block;
  }
  .intro .titulo-influencer .txt h4{
      text-align: left!important;
  }
  .intro .titulo-influencer .txt h3{
      text-align: left!important;
  }
}