html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../images/bg_nw1.png);
  background-position: top center;
  background-size: 1728px 1122px;
  background-attachment: fixed;
  margin: 0;
  background-color: #000;
  transition: background-image 1s ease-in-out;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  color: #FFF;
  text-align: left;
  margin-bottom: 0;
  padding: 20px 0;
}

h3 {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container-terminos h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 800;
  color: #383838;
  text-align: center;
}

.container-terminos h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  color: #ECAB3F;
  text-align: left;
  padding-top: 20px;
}

a {
  cursor: pointer;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: center;
  color: #535353;
}

.container-terminos ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
}

.container-terminos ul li {
  padding-bottom: 20px;
}

.container-terminos ol {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
}

.container-terminos ol li {
  padding-bottom: 20px;
}


hr {
  border: 0;
  background-color: #E2E1E2;
  height: 1px;
  opacity: inherit;
  margin: 0;
}

.header {
  color: #FFF;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 0 !important;
}

.brand-nav {
  background-color: transparent;
  transition: all 0.2s linear;
}

.brand-nav-scroll {
  background: rgba(0, 49, 62, 0.90);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}


.header a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-terminos {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-terminos p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
}

.container-colmena-bg {
  background-image: url("../images/bg_colmena.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

.container-colmena {
  width: 85%;
  max-width: 710px;
  margin: 0 auto;
}

.bloque-gris {
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 70px;
}

.bloque-sliders {
  background-image: url(../images/Bg_mw3.png);
  background-position: top center;
  padding-top: 80px;
  padding-bottom: 90px;
}

.bloque-logos-clientes {
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 20px;
}

.bloque-gris-oscuro {
  background-color: #383838;
  padding-top: 90px;
  padding-bottom: 90px;
}

.bloque-gris-claro {
  background: linear-gradient(180deg, #F2F2F2 0%, #D4CED2 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.bloque-amarillo {
  background-color: #ECAB3F;
  padding: 60px 0;
  border-bottom: solid 8px #383838;
}

.bloque-gris-texto {
  background-color: #383838;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  color: #ECAB3F;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  line-height: normal;
}

.bloque-gris-oscuro p {
  color: #FFF;
}

.top-bar {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.30);
  background: rgba(0, 0, 0, 0.20);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
  text-align: right;
  padding: 10px 0;
  line-height: 15px;
}

.content-top-bar {
  display: flex;
  justify-content: end;
  gap: 20px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.top-bar a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
  text-align: right;
  line-height: 15px;
}

.top-bar a:hover {
  font-size: 14px;
  color: #FFF;
  text-align: right;
  line-height: 15px;
}

.logo-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}

.logo-nav-container-scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  max-width: 207px;
  width: 100%;
  height: auto;
  transition: all 0.2s linear;
}

.logo-scroll {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.menu-icon {
  display: none;
  transition: all 0.4s linear;
  background-color: #535353;
}

.menu-icon:hover {
  background-color: #535353;
  padding: 0.5rem 1rem;
  color: #535353;
  border-radius: 5px;
}

.menu-icon-animado {
  display: none;
  transition: all 0.4s linear;
  background-color: #535353;
  border-radius: 5px;
}

.menu-icon-animado:hover {
  background-color: #ECAB3F;
  color: #fff;
  border-radius: 5px;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li {
  display: inline-block;
}

.navigation ul li a {
  display: block;
  padding: 20px;
}

.navigation ul li a:hover {
  background-image: url(../images/destello.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.boton-activo {
  background: linear-gradient(90deg, rgba(136, 214, 249, 0.50) 0%, rgba(2, 169, 247, 0.50) 44.5%, rgba(3, 87, 123, 0.50) 100%) !important;
  color: #FFF !important;
  font-weight: 600 !important;
  padding: 20px;
  border-radius: 50px;
}

.boton-activo:hover {
  background-color: #383838 !important;
  color: #FFF !important;
  font-weight: 600 !important;
}

.main {
  padding-top: 10rem;
}

.footer {
  background-color: #00313E;
  padding: 40px 0 0 0;
  text-align: center;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.firma-final {
  background-color: #03577B;
  color: #D9D9D9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

.tittle-initial {
  padding: 40px 0 242px 0;
}

.linea-separadora {
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

.separador-text {
  width: 59px;
  height: 7px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(136, 214, 249, 0.50) 0%, rgba(2, 169, 247, 0.50) 44.5%, rgba(3, 87, 123, 0.50) 100%);
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 920px) {

  .menu-icon {
    display: block;
    cursor: pointer;
    padding: 0.5rem 1rem;
  }

  .menu-icon-animado {
    display: block;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin: 10px 0;
  }

  .navigation {
    width: 100%;
  }

  .navigation ul {
    display: none;
    margin-top: 1rem;
  }

  .navigation ul.show {
    display: block;
  }

  .navigation ul li {
    display: block;
  }

  .navigation ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
    border-radius: 5px;
    padding: 20px;
    margin: 5px 0;
  }

  .navigation ul li a:hover {
    background-color: #ddd;
  }






  .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-item {
    background-color: #b48a43;
  }

  .grid-5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-item-5 {
    background-color: #b48a43;
  }

  .grid-destacado {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-destacado-item {
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  }

  .grid-diferencia {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-diferencia-destacado-item {
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  }

  .grid-flashcard {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-flashcard-item {
    border-radius: 10px;
  }

  .grid-slides {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 15px;
  }

  .grid-slides-item1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-slides-item2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .carousel-control-next {
    margin-top: 135px;
    margin-right: -10px !important;
  }

  .carousel-control-prev {
    margin-top: 135px;
    margin-left: -10px !important;
  }




}





/* Navegación ancla */

.ancla:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}

.ancla1:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 100px;
  visibility: hidden;
}

.content-interno[id] {
  scroll-margin-top: 120px;
}


.nav-link-active a {
  color: #FFF !important;
  font-weight: bold;
  background-image: url(../images/destello.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Navegación ancla */





/* Botones medios de pago */

.medios_pago {
  margin: 20px auto;
}

.medios_pago a {
  padding: 5px;
  font-size: 35px;
  color: #333;
  transition: all 0.4s linear;
}

.medios_pago a:hover {
  color: #535353;
}

.medios_pago a .fa-cc-visa:hover {
  color: blue;
}

/* Botones medios de pago */






/* Botones Redes Sociales */

.espacio-redes-sociales {
  display: flex;
  align-items: center;
  align-content: center;
  position: fixed;
  z-index: 4000;
  justify-content: end;
  height: 100%;
  right: 0;
}

.bloque-redes-sociales {
  background-color: #000;
  padding: 15px;
  border-radius: 10px 0 0 10px;
}

.redes-sociales {
  margin: 5px auto;
}

.redes-sociales a {
  padding: 5px;
  font-size: 20px;
  color: #ECAB3F;
  transition: all 0.4s linear;
  text-align: center;
}

.redes-sociales a .fa-facebook-f:hover {
  color: #fff;
}

.redes-sociales a .fa-instagram:hover {
  color: #fff;
}

.redes-sociales a .fa-linkedin-in:hover {
  color: #fff;
}

.linea-separadora-rd {
  border-top: solid 1px #372D2D;
  margin: 10px 0;
}

/* Botones Redes Sociales */














/* Boton Menu animado */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #FFF;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

/* Boton Menu animado */





@media (min-width: 0) and (max-width: 770px) {

  .colmena-principal {
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .texto-item-colmena {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 204px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  }

  .item-principal-1 {
    background-image: url("../images/item_p1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 235px;
    height: 270px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .item-principal-1:hover {
    background-image: url("../images/item_p1_hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 235px;
    height: 270px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .numeral1-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 77px;
    height: 88px;
    margin: auto;
    position: absolute;
    margin-left: 80px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #FFF;
  }

  .item-principal-2 {
    background-image: url("../images/item_p2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 235px;
    height: 270px;
    margin: auto;
    margin-bottom: 100px;
  }

  .item-principal-2:hover {
    background-image: url("../images/item_p2_hover.png");
    background-repeat: no-repeat;
  }

  .numeral2-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 77px;
    height: 88px;
    margin: auto;
    position: absolute;
    margin-left: 80px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #FFF;
  }

  .item-principal-3 {
    background-image: url("../images/item_p3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 290px;
    height: 276px;
    margin: auto;
    margin-top: -42px;
  }

  .item-principal-3:hover {
    background-image: url("../images/item_p3_hover.png");
    background-repeat: no-repeat;
  }

  .numeral3-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 77px;
    height: 88px;
    margin: auto;
    position: absolute;
    margin-left: 106px;
    margin-top: -25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #FFF;
  }

  .bloque-error h4 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #20201D;
    text-align: center;
    line-height: 18px;
    margin: 0;
    padding: 30px 0;
  }

}



@media (min-width: 771px) and (max-width: 2560px) {

  .colmena-principal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .texto-item-colmena {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding-top: 285px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  }

  .item-principal-1 {
    background-image: url("../images/item_p1.png");
    background-repeat: no-repeat;
    width: 325px;
    height: 376px;
    margin: auto;
  }

  .item-principal-1:hover {
    background-image: url("../images/item_p1_hover.png");
    background-repeat: no-repeat;
    width: 325px;
    height: 376px;
    margin: auto;
  }

  .numeral1-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    width: 113px;
    height: 128px;
    margin: auto;
    position: absolute;
    margin-left: -57px;
    margin-top: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #FFF;
  }

  .item-principal-2 {
    background-image: url("../images/item_p2.png");
    background-repeat: no-repeat;
    width: 325px;
    height: 376px;
    margin: auto;
  }

  .item-principal-2:hover {
    background-image: url("../images/item_p2_hover.png");
    background-repeat: no-repeat;
  }

  .numeral2-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    width: 113px;
    height: 128px;
    margin: auto;
    position: absolute;
    margin-left: 268px;
    margin-top: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #FFF;
  }

  .item-principal-3 {
    background-image: url("../images/item_p3.png");
    background-repeat: no-repeat;
    width: 390px;
    height: 376px;
    margin: auto;
    margin-top: -42px;
  }

  .item-principal-3:hover {
    background-image: url("../images/item_p3_hover.png");
    background-repeat: no-repeat;
  }

  .numeral3-colmena-principal {
    background-image: url("../images/numeral_colmena.png");
    background-repeat: no-repeat;
    width: 113px;
    height: 128px;
    margin: auto;
    position: absolute;
    margin-left: 137px;
    margin-top: -37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #FFF;
  }

  .bloque-error h4 {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #20201D;
    text-align: center;
    line-height: 28px;
    margin: 0;
    padding: 30px 0;
  }

}

@media (min-width: 0) and (max-width: 450px) {

  .logo-enlaces {
    display: block;
    align-items: center;
  }

  .enlaces-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
  }

  .logo-footer {
    content: url("../images/icono_nousware.svg");
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .separador-enlaces {
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, rgba(136, 214, 249, 0.5) 0%, rgba(2, 169, 247, 0.5) 44.5%, rgba(3, 87, 123, 0.5) 100%);
    margin: 10px auto;
    border-radius: 10px;
  }
}


@media (min-width: 451px) and (max-width: 2560px) {

  .logo-footer {
    content: url("../images/logo_nousware_blanco_horizontal.svg");
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  .logo-enlaces {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .enlaces-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    text-align: left;
  }

  .separador-enlaces {
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, rgba(136, 214, 249, 0.5) 0%, rgba(2, 169, 247, 0.5) 44.5%, rgba(3, 87, 123, 0.5) 100%);
    margin: 10px 0;
    border-radius: 10px;
  }

}

.separador-horizontal-footer {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin: 40px 0 15px 0;
}

.text-complementario-footer {
  display: flex;
  justify-content: space-between;
}

.text-complementario-footer p {
  color: rgba(255, 255, 255, 0.50);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 0.24px;
}

.slogan {
  background-color: #03577B;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  padding: 10px;
}








/* grid */

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 30px;
}

.grid-item {
  background-color: #b48a43;
  border-radius: 10px;
  padding: 20px
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 30px;
}

.grid-item-5 {
  background-color: #b48a43;
  border-radius: 10px;
  padding: 20px
}

.numeral-grid {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  line-height: 50px;
}

.texto-grid {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
}

/* grid  */




/* grid - Diferencia */

.grid-diferencia {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 50px;
  margin-top: 40px;
}

.grid-diferencia-item {
  background-color: transparent;
  display: flex;
  align-content: center;
  justify-content: center;
}

/* grid - Diferencia */




/* grid - Slides */

.grid-slides {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 10px;
}

.grid-slides-item1 {
  margin: auto;
  display: grid;
}

.grid-slides-item2 {
  background-color: transparent;
}

.titulo-grid-slides {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #FFF;
  text-align: left;
  line-height: 40px;
}

.texto-grid-slides {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #FFF;
  text-align: Left;
  line-height: normal;
}

/* grid - Slides */





/* grid - Flashcard */

.grid-flashcard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 50px;
  margin-top: 40px;
}

.grid-flashcard-item {
  background-color: transparent;
  display: flex;
  align-content: center;
  justify-content: center;
}

/* grid - Flashcard */





/* grid - destacado */

.grid-destacado {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(80px, auto);
  grid-gap: 50px;
  margin-top: 40px;
}

.grid-destacado-item {
  background-color: #FFF;
  border-radius: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}

.grid-destacado-item:hover {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}

.imagen-grid-destacado {
  background-size: cover;
  background-position: center;
  height: 200px;
  border-radius: 10px 10px 0 0;
}

.grid-destacado h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ECAB3F;
  margin: 15px 30px;
}

.grid-destacado p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
  margin: 15px 30px;
}

.separador-grid-destacado {
  border-top: solid 1px #DDDDDD;
  margin: 0 30px;
}



/* grid destacado */


button {
  background-color: transparent;
  border: solid 1px #ECAB3F;
  color: #ECAB3F;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
}

button:hover {
  background-color: #ECAB3F;
  border: solid 1px #ECAB3F;
  color: #FFF;
}











.row {
  margin: 10px 0;
}

.row div[class*='col'] {
  padding: 18px;
  text-align: center;
}


/* Flip card Hexágono  */

.flip-card {
  background-color: transparent;
  max-width: 354px;
  width: 100%;
  height: 376px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  max-width: 354px;
  width: 100%;
  height: 376px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  height: 385px;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  max-width: 354px;
  width: 100%;
  height: 376px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url("../images/colmena_diferencia.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-card-front {
  color: black;
  border-radius: 5px;
}

.flip-card-back {
  transform: rotateY(180deg);
  border-radius: 5px;
  height: 376px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-front {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  max-width: 354px;
  width: 100%;
  height: 376px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
}

.text-back {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FFF;
  padding: 30px;
}

/* Flip card Hexágono  */



/* Flip card normal  */

.flip-card-2 {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner-2 {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.flip-card-2:hover .flip-card-inner-2 {
  transform: rotateY(180deg);
  height: 250px;
}

.flip-card-front-2,
.flip-card-back-2 {
  position: absolute;
  width: 100%;
  height: 250px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #383838;
  background-image: url("../images/bg_colmena.svg");
  background-size: cover;
}

.flip-card-front-2 {
  border-radius: 10px;
  padding: 0 10px;
}

.flip-card-back-2 {
  background-color: #FFF;
  background-image: url("../images/bg_colmena_n.svg");
  background-size: cover;
  transform: rotateY(180deg);
  border-radius: 10px;
  height: 250px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-front-2 {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-card-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  color: #ECAB3F;
  padding: 20px;
}

.text-back-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  color: #535353;
}


/* Flip card normal  */









.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}


.off-border {
  border-color: transparent !important;
}

.gray-class {
  filter: grayscale(100%) !important;
}


.carousel-control-next {
  background-color: #D9D9D9;
  color: #383838 !important;
  width: 50px;
  height: 50px;
  margin-top: 135px;
}

.carousel-control-prev {
  background-color: #D9D9D9;
  color: #383838 !important;
  width: 50px;
  height: 50px;
  margin-top: 135px;
}









@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}

.dinamic-height {
  height: calc(100vh - 200px);
}

.bg-terminos {
  background-color: #fafafa;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  padding: 80px 0;
  margin: 80px 0;
}

.bg-terminos-1 {
  background-color: #fafafa;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  padding: 80px 0;
  margin: 40px 0;
}

.bloque-error {
  background-color: #ECAB3F;
  padding-bottom: 40px;
}

.img-error {
  margin: auto;
  max-width: 1200px;
  width: 90%;
  height: auto;
  display: block;
}

.boton-regresar-home {
  background-color: #20201D;
  padding: 15px 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #FFF;
  cursor: pointer;
  margin: auto;
  display: block;
  text-decoration: none;
  width: 210px;
  border-radius: 50px;
}

.boton-regresar-home:hover {
  background-color: #9F7738;
  color: #FFF;
}


.contenido-banners-carrusel {
  text-align: center;
}

.contenido-banners-carrusel h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  width: 90%;
  margin: auto;
}

.contenido-banners-carrusel p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: auto;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border-top: 0;
  border-bottom: 0;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.boton-banners-carrusel {
  background: linear-gradient(90deg, #88D6F9 0%, #02A9F7 0.01%, #03577B 100%);
  color: #FFF;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  border: none !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.boton-banners-carrusel:hover {
  background: #03577B;
  color: #FFF;
  border: none !important;
}

.boton-mas-testimonios {
  background-color: #ECAB3F;
  color: #FFF;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  border: solid 1px #ECAB3F !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.boton-mas-testimonios:hover {
  background-color: #383838;
  color: #FFF;
  border: solid 1px #383838 !important;
}



/* Testimonios */

section {
  padding: 0;
}

.testimonials {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.testimonials .box {
  padding: 40px;
  transition: all 0.4s ease-in-out;
  justify-content: space-between;
  gap: 20px;
  max-width: 410px;
  margin: auto;
}

.testimonials .box h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

.testimonials .box:hover {
  transform: translateY(-10px);
}

.testimonials .box h3 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #02a2c4;
}

.testimonials .box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  margin: 0;
  color: #FFF;
}

.testimonials .box .image img {
  height: 50px;
  border-radius: 0;
  margin: 20px auto;
  padding: 5px;
  display: block;
}

.testimonials .box .icon {
  border: 1px solid #eee;
  color: #777777;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.testimonials .box .icon:hover {
  color: #ffffff;
  border: 1px solid #ECAB3F;
  background: #ECAB3F;
}



/* Testimonios */



.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}









.bloque-top-planes {
  background-color: #00313E;
  padding: 30px 30px 5px 30px;
  border-radius: 10px 10px 0 0;
}

.bloque-top-planes h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.bloque-top-planes h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFF;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.bloquegris-plan {
  background-color: #F8F8F8;
  padding: 25px;
}

.bloquegris-plan h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #00313E;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.bloquegris-plan h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #383838;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.bloquegris-plan p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  color: #535353;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.bloqueblanco-plan {
  background-color: #FFF;
  padding: 25px;
}

.bloqueblanco-plan h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #BD8932;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.bloqueblanco-plan h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #383838;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.bloqueblanco-plan p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  color: #535353;
  line-height: 22px;
  text-align: center;
  margin: 0;
}

.boton-planes {
  width: 100%;
  background-color: #00313E;
  border-radius: 0 0 10px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  padding: 20px 10px;
  text-align: center;
  color: #FFF;
  margin: 0;
  border: solid 1px #00313E;
}

.boton-planes:hover {
  width: 100%;
  background-color: #001a21;
  color: #FFF;
  border: solid 1px #001a21;
}

.destacado-planes {
  background-color: #03577B;
  max-width: 200px;
  width: 80%;
  height: auto;
  padding: 5px;
  color: #FFF;
  margin: auto;
  margin-top: -34px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}






.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 247px;
  color: #535353;
  background-color: #FFF;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

.top {
  top: -160px;
  left: 10%;
}

.top-valor {
  top: -120px;
  left: 10%;
}

.top-usuarios {
  top: -140px;
  left: 10%;
}

.hover-text {
  position: relative;
  margin: 40px;
  text-align: center;
}

/**arrows**/
.tooltip-text::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ECAB3F transparent transparent transparent;
}

.top::after {
  top: 100%;
  left: 50%;
}

.top-valor::after {
  top: 100%;
  left: 50%;
}

.top-usuarios::after {
  top: 100%;
  left: 50%;
}


.bloque-planes-incluidos {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.planes-incluidos {
  height: auto;
  margin: auto;
}

.icono-planes-incluidos {
  width: 100px;
  height: 100px;
  background-color: #D9D9D9;
  margin: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.planes-incluidos h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: center;
  color: #535353;
  padding-top: 10px;
}

.container-servicios-adicionales {
  max-width: 850px;
  width: 85%;
  margin: 0 auto;
}

.grid-destacado-item-planes {
  background-color: transparent;
}

.card-grid-destacado-item-planes {
  background-color: #fafafa;
  border-radius: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}

.card-grid-top-planes {
  background-image: url("../images/bg_card_planes_extras.svg");
  background-position: center bottom;
  background-size: 110%;
  padding: 30px 10px 65px 10px;
  border-radius: 10px 10px 0 0;
}

.card-grid-top-planes h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
  line-height: 25px;
  text-align: center;
  margin: 0;
}

.icono-planes-adicionales {
  width: 90px;
  height: 90px;
  background-color: #D9D9D9;
  margin: auto;
  margin-top: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

.grid-destacado-item-planes p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  margin: 10px;
}

.card-grid-destacado-item-planes p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #383838;
  line-height: 23px;
  text-align: center;
  margin: 15px 10px;
}

.boton-cotizar {
  background-color: #ECAB3F;
  color: #383838;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 800;
  width: 255px;
  margin: auto;
  margin-top: 30px;
}

.boton-cotizar:hover {
  background-color: #BD8932;
  color: #FFF;
}

.pago-unico-destacado {
  width: 100%;
  height: auto;
  background-color: #383838;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #FFF;
  margin-top: 50px;
  border-radius: 50px;
  text-align: center;
}







.bloque-titulo-servicios-incluidos {
  width: 100%;
  padding: 20px 0;
  background-color: #D9D9D9;
}

.bloque-titulo-servicios-incluidos .container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #535353;
  font-weight: 800;
  text-align: left;
  margin: 0;
}

.bg-terminos-planes {
  background-color: #FFF;
  padding: 80px 0;
  margin: 80px 0;
}










/*
      -----
      tabs start
      -----
      */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs {
  border-right: none;
}

.tabs:after {
  content: "";
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  padding: 20px 1em;
  border: none;
  background-color: #f1f1f1;
  text-align: Left;
  cursor: pointer;
  color: #a4d5e7;
}

.tabs label p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 100;
}

.tabs label:hover {
  color: #fff;
}

input[id^="tab"]:checked+label {
  border-bottom: solid 7px #535353;
  background: #f1f1f1;
  color: #535353;
}

.tab-content {
  display: none;
  float: left;
  width: 100%;
  padding: 1em;
  background-color: #f1f1f1;
  border-top: solid 0.5px #535353;
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4 {
  display: block;
}

.tab-content h3 {
  text-transform: capitalize;
  font-size: 24px;
}

.tab-content ul {
  width: 80%;
}

.tab-content li {
  width: 100%;
  text-align: left;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  list-style-type: disc;
}

@media only screen and (max-width: 800px) {
  .tabs label {
    float: none;
    width: 100%;
  }
}

/*
-----
tabs end
-----
*/

.botones-planes-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icono-planes-tabs {
  width: 70px;
  height: 70px;
  background-color: #D9D9D9;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}

.contenido-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.contenido-tabs-imagen {
  max-width: 440px;
  width: 90%;
  height: auto;
  background-color: #FFF;
  border-radius: 20px;
}

.contenido-tabs-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535353;
  font-weight: 100;
  width: 100%;
}

.contenido-tabs-texto h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #535353;
  font-weight: 800;
  text-align: left;
}

.contenido-tabs-texto p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535353;
  font-weight: 100;
  text-align: left;
}

.separador-tabs {
  width: 40px;
  height: 5px;
  background-color: #BD8932;
  border-radius: 10px;
  margin: 20px 0;
}

@media only screen and (max-width: 800px) {
  .contenido-tabs {
    display: block;
    margin-top: 30px;
  }

  .contenido-tabs-texto h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #535353;
    font-weight: 800;
    text-align: left;
    margin-top: 20px;
  }

  .botones-planes-tabs {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}


@media only screen and (max-width: 920px) {

  .testimonials {
    padding: 0;
    display: block;
  }

  .testimonials .box {
    padding: 40px;
    transition: all 0.4s ease-in-out;
    display: block;
  }

  .testimonials .box h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
  }


  .testimonials .box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    margin: 0;
    color: #FFF;
  }

  .testimonials .box .image img {
    height: 50px;
    border-radius: 0;
    padding: 5px;
    margin: 20px auto;
    display: block;
  }
}





.separador-volumen {
  width: 100%;
  height: 2px;
  background-color: #a3a3a3;
  border-bottom: solid 1px #FFF;
  margin: 90px auto;
}












/* Cards principales home */

:root {
  --surface-color: #fff;
  --curve: 40;
}

* {
  box-sizing: border-box;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 4rem;
  padding: 0;
  list-style-type: none;

  animation: reveal linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 30%;
}

@keyframes reveal {

  from {

    translate: 0 100px;
    scale: .5;
  }

  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }

}

.card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  border: none;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.20);
}

.card__image {
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 10px;
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  transform: translateY(-100%);
  transition: .2s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, 1)));
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.card:hover .card__header {
  transform: translateY(0);
  transition: .1s ease-in-out;
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card__title {
  font-size: 25px;
  margin: 0;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: .8em;
  color: #D7BDCA;
}

.card__status {
  font-size: 15px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.card__description {
  padding: 0 2em 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  margin: 0;
  color: #f1f1f1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background-color: #000;
  text-align: left;
}


.barrita {
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, rgba(136, 214, 249, 0.50) 0%, rgba(2, 169, 247, 0.50) 44.5%, rgba(3, 87, 123, 0.50) 100%);
  margin: 0 2em 1em;
  border-radius: 10px;
}

.color-card-des {
  background-color: #000;
  transition: .2s ease-in-out;
}


.contenedor-sombras-cards {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sombra-cards {
  max-width: 350px;
  width: 100%;
}

@media only screen and (max-width: 884px) {

  .contenedor-sombras-cards {
    display: none;
    justify-content: center;
    gap: 4rem;
    margin: auto;
    padding-top: 30px;
  }

}

/* Cards principales home */



.idioma-box {
  margin: 0 auto;
}

.idioma-id {
  position: relative;
  cursor: pointer;
}

.idioma-picture {
  float: left;
}

.idioma-name {
  font-size: 14px;
  float: left;
}

.idioma-name:hover {
  font-size: 14px;
  float: left;
  color: #FFF;
}


.idioma-id:hover .dropdown-arrow {
  top: 35px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
  border-top: 10px solid transparent;
}

.dropdown-menu {
  list-style-type: none;
  display: none;
  background: #00313E;
  margin-top: 15px;
  padding: 0;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 100%;
  z-index: 1000;
  min-width: 160px;
}

/* Removed hover behavior to prevent conflicts with click functionality */

.dropdown-menu ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-menu ul li:last-child {
  border-bottom: none;
}

.dropdown-menu ul li:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}

.dropdown-menu ul li.active {
  background: rgba(204, 255, 0, 0.2);
  color: #CCFF00;
}

.dropdown-menu.show {
  display: block !important;
}

.separador-topbar {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.30);
}

.animacion-mapa {
  animation: reveal2 linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 30%;
}

@keyframes reveal2 {

  from {
    opacity: 0;
    translate: 0 100px;
    scale: .5;
  }

  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }

}


.content-interno {
  background: linear-gradient(180deg, #fcfcfc 0%, #eeeeee 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-interno2 {
  background-image: url(../images/Bg_mw3.png);
  background-position: top center;
  background-size: 1728px 1122px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-interno3 {
  background-image: url(../images/bg_nw1.png);
  background-position: bottom center;
  background-size: 1728px 1122px;
  padding-top: 90px;
}

.content-interno h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  color: #00313E;
  text-align: left;
  margin-bottom: 0;
}

.content-interno p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
}

.content-interno hr {
  border: 0;
  background-color: #b6b6b6;
  height: 1px;
  opacity: inherit;
  margin: 40px 0;
}

.content-interno ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  text-align: left;
  color: #535353;
}




.iconos-bloques img {
  height: 150px;
  border-radius: 0;
  margin: 20px auto;
  padding: 5px;
  display: block;
}






.m-d.expand-list {
  margin: 0;
  padding: 0;
}

.m-d.expand-list>li {
  list-style-type: none;
  padding: 15px 0;
  border-bottom: 1px solid #b1b1b1;
  position: relative;
  /*         max-width: 80%; */
}

.m-d label[class^="tab"]:hover {
  cursor: pointer;
}

.m-d input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.m-d input[class^="tab"] {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.m-d input[class^="tab"]:hover {
  cursor: pointer;
}

.m-d label[class^="tab"] {
  font-weight: bold;
  color: #03577B;
}

.m-d .content {
  height: auto;
  max-height: 0;
  /*        background: yellow;*/
  overflow: hidden;
  transform: translateY(20px);
  transition: all 180ms ease-in-out 0ms;
}

.m-d li[data-md-content="100"] input[class^="tab"]:checked~.content {
  max-height: 100px;
  transition: all 150ms ease-in-out 0ms;
}

.m-d li[data-md-content="200"] input[class^="tab"]:checked~.content {
  max-height: 200px;
  transition: all 200ms ease-in-out 0ms;
}

.m-d li[data-md-content="300"] input[class^="tab"]:checked~.content {
  max-height: 300px;
  transition: all 250ms ease-in-out 0ms;
}

.m-d li[data-md-content="400"] input[class^="tab"]:checked~.content {
  max-height: 400px;
  transition: all 250ms ease-in-out 0ms;
}

.m-d li[data-md-content="500"] input[class^="tab"]:checked~.content {
  max-height: 500px;
  transition: all 250ms ease-in-out 0ms;
}

.m-d li[data-md-content="600"] input[class^="tab"]:checked~.content {
  max-height: 600px;
  transition: all 250ms ease-in-out 0ms;
}

.m-d li[data-md-content="700"] input[class^="tab"]:checked~.content {
  max-height: 700px;
  transition: all 300ms ease-in-out 0ms;
}

.m-d li[data-md-content="800"] input[class^="tab"]:checked~.content {
  max-height: 800px;
  transition: all 300ms ease-in-out 0ms;
}

.m-d li[data-md-content="900"] input[class^="tab"]:checked~.content {
  max-height: 900px;
  transition: all 300ms ease-in-out 0ms;
}

.m-d li[data-md-content="1000"] input[class^="tab"]:checked~.content {
  max-height: 1000px;
  transition: all 350ms ease-in-out 0ms;
}

.m-d li[data-md-content=""] input[class^="tab"]:checked~.content {
  max-height: 1000px;
  transition: all 250ms ease-in-out 0ms;
}

.m-d input[class^="tab"]:checked~.content {
  margin-bottom: 20px;
}

.m-d .open-close-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  transform: translatey(2px);
}

.m-d .open-close-icon i {
  position: absolute;
  left: 0;
}

.m-d .open-close-icon .fa-minus {
  transform: rotate(-90deg);
  transition: transform 150ms ease-in-out 0ms;
}

.m-d input[class^="tab"]:checked~.open-close-icon .fa-minus {
  transform: rotate(0deg);
  transition: transform 150ms ease-in-out 0ms;
}

.m-d .open-close-icon .fa-plus {
  opacity: 1;
  transform: rotate(-90deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}

.m-d input[class^="tab"]:checked~.open-close-icon .fa-plus {
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}


.boton-cta-principal {
  background: linear-gradient(90deg, #88D6F9 0%, #02A9F7 0.01%, #03577B 100%);
  color: #FFF;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 20px auto;
  text-decoration: none !important;
}

.boton-cta-principal:hover {
  background: #03577B;
  color: #FFF;
  border: none;
}

a .boton-cta {
  background: linear-gradient(90deg, #88D6F9 0%, #02A9F7 0.01%, #03577B 100%);
  color: #FFF;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-left: 0;
}

a .boton-cta:hover {
  background: #03577B;
  color: #FFF;
  border: none;
}

a .boton-cta2 {
  background: transparent;
  color: #03577B;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-left: 0;
  border: 1px solid #03577B;
}

a .boton-cta2:hover {
  background: linear-gradient(90deg, #88D6F9 0%, #02A9F7 0.01%, #03577B 100%);
  color: #FFF;
  border: 1px solid #03577B;
}

a {
  text-decoration: none;
}

.texto-logo {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media only screen and (max-width: 450px) {
  .texto-logo {
    display: block;
  }

  .content-top-bar {
    display: flex;
    justify-content:space-around;
    gap: 20px;
    margin-bottom: 0;
    list-style: none;
    padding: 0; 
  }

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

}

.modal {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
}

.modal-content {
  border-radius: 20px;
  background: linear-gradient(180deg, #0B1730 0%, rgba(11, 23, 48, 0.40) 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
}

.modal-header {
    display: block;
    padding: 30px 20px 15px 20px;
    border-bottom: none !important;
}

.modal-header h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.modal-body {
  padding: 0 40px 40px 40px;
}

.modal-body p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.modal-lg {
  max-width: 590px;
  width: 85%;
  margin: auto;
}


/* Form */
.form {
	margin-top: 1rem;
}

.form label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: .3rem;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.form input {
	display: block;
	border: none;
	width: 100%;
}

.form input:not([type="submit"]) {
	background-color: transparent;
	padding: 1rem;
	border: 1px solid #03577B;
	border-radius: 15px;
	margin-bottom: 1rem;
	color: white;
	font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.form input[type="submit"] {
	border-radius: 5px;
	background-color: #e3627f;
	color: white;
	font-weight: bold;
	padding: 1.5rem 3rem;
	cursor: pointer;
}

/* Legal */
.legal {
	border-radius: 10px;
	background-color: #202e4e;
	padding: 2rem;
	width: 85%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #8f9ab2;
}

#mensaje {
  background-color: transparent;
  border: 1px solid #03577B;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  border-radius: 15px;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 14px;
}

.terms{
  font: "calibri";
  font-size: 16px;
  color: white;
  padding-bottom: 10px;
}

.check-terminos {
  display: flex;
  gap: 10px;
  justify-content: start;
}

.check-terminos p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 12px;
}

.terminos{
  color: white;
  text-decoration: underline;
}

.terminos:hover{
  color: #1f53c5;
}

.check {
  margin: 0;
  padding: 0;
  width: 15px !important;
  height: 15px !important;
}

.botones-modal {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.legal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.legal-header {
  text-align: center;
  margin-bottom: 60px;
}

.legal-header h1 {
  color: #03577B;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.legal-header p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.legal-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #03577B;
}

.legal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.legal-card-icon {
  font-size: 48px;
  color: #03577B;
  margin-bottom: 20px;
}

.legal-card h3 {
  color: #03577B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.legal-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #03577B;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.legal-link:hover {
  background: #03577B;
  color: white;
  border-color: #03577B;
  transform: translateX(5px);
}

.legal-link i {
  font-size: 20px;
}

.language-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #03577B;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.legal-link:hover .language-badge {
  background: white;
  color: #03577B;
}

.divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #03577B, transparent);
  margin: 60px 0;
}

@media (max-width: 768px) {
  .legal-grid {
      grid-template-columns: 1fr;
  }

  .legal-header h1 {
      font-size: 32px;
  }
}