:root {
    --color1: #E4F1FF;
    --color2: rgb(254,136,76);
    --color3: rgb(10,26,68);
    --color4: rgb(214,222,220);
    --color5: rgb(48,98,146);    
  }
*{ margin: 0;padding: 0;  scroll-behavior: smooth; 
  font-family: "Roboto", serif;
}
.menureal ul li{
  list-style: none;
}
.container{
  width: 90% !important;
  max-width:1100px !important;
}
body{
    overflow-x: hidden;
}
.todaWeb{
  display: grid;
  grid-template-columns: 1fr;
  width: 100% !important;

}
.todaWeb.webCliente{
  grid-template-columns: 200px 1fr;
}
.todaWeb .controlAdmin{
  display: none;
}

.todaWeb.webCliente .controlAdmin{
  display: block;
}
.contenidoMostrar{
  display: none;
}
.seccionMostrar input[type="radio"]{
  display: none;
}
.seccionMostrar input[type="radio"]:checked~.contenidoMostrar{
  display: block;
}
.versionCliente{
  display: none;
}
/*UTILITARIOS*/

.whatsapp {
  height: 50px;
  width: 50px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0%;
  top: 100%;
  margin-top: -70px;
  margin-left: 20px;
  position: fixed;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.whatsapp a {
  display: flex;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  background: rgb(0,255,0);
  text-decoration: none;
}
.whatsapp a i {
  display: block;
  margin: auto;
  font-size: 32px;
  color: #fff;
}
.divRelative{
  position: relative;
}
/*loaderWeb*/
/* HTML: <div class="loaderWeb"></div> *//* Loader CSS */
/* Loader CSS *//* Loader CSS */
/* Loader Container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hidden {
  display: none;
}

@keyframes l7 {
  to { background-position: 150% 0% }
}
/* HTML: <div class="loader"></div> */
body.no-scroll {
  overflow: hidden;
}
.loaderWeb {
  width: 60px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  animation: l3-0 1s infinite alternate;
}
.loaderWeb:before,
.loaderWeb:after {
  content: "";
  width: 32px;
  background: #293671;
  animation: l3-1 0.5s infinite alternate;
}
.loaderWeb:after {
  background: #fff;
  --s:-1;
  box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.33);
-webkit-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 3px 2px 2px 0px rgba(0,0,0,0.33);
}
@keyframes l3-0 {
   0%,40%   {transform: rotate(0)}
   80%,100% {transform: rotate(.5turn)}
}
@keyframes l3-1 {
   80%,100% {transform: translate(calc(var(--s,1)*34px))}
}

.caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  pointer-events: none;
  z-index: 9;
}
.imagenParaEditar{
  display: flex;
}
.botonParaEditar a{
  text-decoration: none;
  cursor: pointer;
}
/*REUTILIZABLES*/
.tituloGrande{
  font-size: 48px;
}
.tituloMediano{
  font-size: 24px;
}

.textoMediano{
  font-size: 18px;
}
.separadorWeb{
  margin: 75px auto;
}
.separadorWebPad{
  padding: 75px 0px;
}
@media (max-width:768px) {
  .separadorWeb{
    margin: 30px auto;
  }
}
/*WEB*/

/*MENU*/
#active{
  color: var(--color3);
}
.wrapper{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.header{
  width: 100%;
  position: absolute;
  background: transparent;
  z-index:1;
  top: 0;
  left: 0;
}
.cabecera{
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-column-gap:100px;
  align-items: center;
}
.logo{
  display: flex;
  height: 80px;
  margin: 15px 0px;
}
.logo a{
  display: flex;
  width: 100%;
  height: 80px;
}
.imagenLogo .imagenParaEditarComodin{
  display: flex;
  width: 100%;
  height: 80px;
}
.imagenParaEditarComodin img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto 0px;
}
.menu{
  align-items: end;
 text-align: right;
 display: flex;
 justify-content: flex-end;
}

.menureal{
  display: grid;
  align-items: end;
  grid-template-columns: 1fr;
  height: 100px;
  width: 400px;
  align-items: center;
} 
.menureal ul{
  display: flex;
  width: 100%;
}
.menureal ul li{
  flex-grow: 1;
  text-align: right;
}
.menureal ul li a{
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  cursor:  pointer !important;
}
.menureal ul li a::before{
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  background: var(--color3);
  top: 100%;
  padding: 0 !important;
  margin-top: 6px;
  transition: all 0.3s ease;
}
.menureal ul li a:hover::before{
  width: 95%;
}

.menureal ul li a:hover{
  color: var(--color3);
}
#lastbutton::before{
  content: "";
  background: none;
}
#menuclick,#activamenu{
  display: none;
}
#lastbutton{
  color: #fff;
  background: var(--color3);
  padding: 5px 15px;
  border-radius: 5px;
}
#lastbutton:hover{
  background:var(--color2);

}
@media (max-width:1000px) {
  
.header{
  width: 100%;
  position: fixed;
  background: var(--color3);
  z-index: 10;
}
  .cabecera{
      display: grid;
      grid-template-columns: 150px 1fr;
      grid-column-gap:50px;
  }

  #menuclick{
      display: block;
      cursor: pointer;
      float: right;
      text-align: right;
      display: block;
      line-height: 100px;
      font-weight: bold;
      font-size: 13px;
      color: #fff;
  }
  .menureal{
      transition: all 0.3s ease;
      position: fixed;
      width: 65%;
      left: 100%;
      top: 0;
      height: 100vh;
      margin-top: 100px;
      z-index: 7;
  }
  .menureal ul{
    margin: 0 !important;
    padding: 0 !important;
      display: grid;
      grid-template-rows: repeat(5,1fr);
      height: 100%;
      background: #fff;
      -webkit-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);
      -moz-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);
      box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);

  }
  .menureal ul li{
      display: flex;
      text-align: center;
  }
  .menureal ul li a{
      display: block;
      margin: auto;
      color: #121212 !important;
  }
  #activamenu:checked~.menureal {
      transition: all 0.3s ease;
      transform: translateX(-100%);
  }
  .clickafuera{
      position: fixed;
      z-index: 6;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0.3);
      top: 0;
      left: 0;
      display: none;
      margin-top: 100px;
  }
  #activamenu:checked~.clickafuera{
      display: block;
      cursor:pointer;
  }

}
@media (max-width:768px) {
  .menureal ul{
    margin: 0 !important;
    padding: 0 !important;
      display: grid;
      grid-template-rows: repeat(8,1fr);
      height: 100%;
      background: #fff;
      -webkit-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);
      -moz-box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);
      box-shadow: 2px 4px 11px -3px rgba(0,0,0,0.25);

  }
}
/*corte 1*/
.bannerPrincipal{
  width: 100%;
  background: rgb(247,133,76);
  background: linear-gradient(156deg, rgba(247,133,76,1) 26%, rgba(15,28,68,1) 100%);
  height: 750px;
  position: relative;
}
 /*PRIMER CORTE*/
/*izquierda*/
 .contenidoPrincipal{
  
  width: 100%;
  position: absolute;
  z-index:1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.imagenPeqBanner img{
  height: 80px;
}
.corte1titulo p,.corte1titulo span{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 60px;
}
.corte1texto p,.corte1texto span{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 30px;
}
/*BOTON PRINCIPAL*/
.botonBannerPrincipal h3,.botonPlan{
  text-align: left;
  margin-top: 35px;
}
.botonBannerPrincipal h3 a,.botonPlan span{
  background: rgb(254,136,76);
  color: #fff;
  font-size: 24px;
  padding: 20px 60px;
  border-radius: 20px;
}
.botonPlan{
  text-align: center;
}
@media (max-width:768px) {
  .botonBannerPrincipal h3{
    text-align: center;
    margin-bottom: 50px;

    }
}
/*Derecha*/
.imagenGrBanner{
  width: 100%;
  display: block;
}
.imagenGrBanner img{
  width: 100%;
  max-height: 400px;
display: flex;
margin: auto;
object-fit: contain;
}
/*botones descargar*/
.botonesDescargar{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  width: 80%;
  margin: auto;
  margin-top: 30px;

}
.botonRealDown{
  display: block;
  margin: auto;
  width: 100%;
}
.botonRealDown img{
  max-height: 150px;
  display: flex;
  margin: auto;
  object-fit: contain;
  object-position: center;
  max-width: 90%;
}
@media (max-width:1000px) {
  .bannerPrincipal{
    height: 550px;
    position: relative;
    margin-top: 50px;
  }
.tituloGrande{
  font-size: 32px;
}
.tituloMediano{
  font-size: 18px;
}

.imagenPeqBanner img{
  height: 60px;
}
.corte1titulo p,.corte1titulo span{
  line-height: 38px;
}
.corte1texto,.corte1titulo{
  margin-top: 20px;
}
.corte1texto p,.corte1texto span{
  line-height: 21px;
}
/*BOTON PRINCIPAL*/
.botonBannerPrincipal h3{
  margin-top: 40px;
}
.botonBannerPrincipal h3 a{
  background: rgb(254,136,76);
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 15px;
}

/*Derecha*/
.imagenGrBanner img{
  width: 100%;
  max-height: 280px;
}
/*botones descargar*/
.botonesDescargar{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  width: 80%;
  margin: auto;
  margin-top: 30px;

}
.botonRealDown{
  display: block;
  margin: auto;
  width: 100%;
}
.botonRealDown img{
  max-height: 120px;
  display: flex;
  margin: auto;
  object-fit: contain;
  object-position: center;
  max-width: 90%;
}
}

@media (max-width:768px) {
  .bannerPrincipal{
    height: 1200px;
    position: relative;
    margin-top: 50px;
  }
.tituloGrande{
  font-size: 32px;
}
.tituloMediano{
  font-size: 18px;
}

.imagenPeqBanner img{
  height: 60px;
}
.corte1titulo p,.corte1titulo span{
  line-height: 38px;
}
.corte1texto,.corte1titulo{
  margin-top: 20px;
}
.corte1texto p,.corte1texto span{
  line-height: 21px;
}
/*BOTON PRINCIPAL*/
.botonBannerPrincipal h3{
  margin-top: 40px;
}
.botonBannerPrincipal h3 a{
  background: var(--color2);
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 15px;
}

/*Derecha*/
.imagenGrBanner img{
  width: 100%;
  max-height: 280px;
  margin-top: 30px
}
/*botones descargar*/
.botonesDescargar{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 80%;
  margin: auto;
  margin-top: 30px;

}
.botonRealDown{
  display: block;
  margin: auto;
  width: 100%;
}
.botonRealDown img{
  max-height: 100px;
  display: flex;
  margin: auto;
  object-fit: contain;
  object-position: center;
  max-width: 90%;
}
}
/*BENEFICIOS*/
.azulBack{
  background: var(--color3);
}
.fondoazul{
  width: 100%;
}
.beneficios{
  padding: 50px 0px;
}
.numeroBeneficio{
  background: var(--color2);
  color: var(--color3);
  width: 55px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
}
.beneficioTitulo{
  margin-top: 25px;
}
.beneficioTitulo p{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 19px;
}
.beneficioTexto p{
  font-size: 14px;
}
@media (max-width:1000px) {
  .beneficios .unBeneficio:last-child {
    margin-top: 30px;
   }  
}
@media (max-width:768px) {
 .unBeneficio{
  text-align: center;
 } 
 .numeroBeneficio{
  display: block;
  margin: auto;
 }
 .beneficios .unBeneficio:not(:first-child) {
  margin-top: 30px;
 }
}
/*SOLUCION*/
.imagenesSolucion,.solucion{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
.imagenGrSolucion,.imagenGrSolucion img,.imagenPeqSolucion,.imagenPeqSolucion img{
  width: 100%;
}
.solucion{
  grid-gap: 75px;
}
@media (max-width:768px) {
  .imagenesSolucion,.solucion{
    display: grid;
    grid-template-columns: 1fr;
  }
  .solucion{
    grid-gap: 30px;
  }
  .imagenesSolucion{
  grid-template-columns: 1fr 1fr; 
  }
}
/*factura*/
.fullWeb,.imagenFullCorte{
  width: 100%;
  height: 730px;
  position: relative;
}
.imagenFullCorte .imagenParaEditarComodin{
  width: 100%;
}
.imagenFullCorte img{
  width: 100%;
  height: 730px;
  object-fit: cover;
  object-position: center;
}
.logoAqui{
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 50px;
  margin-top: 50px;
}
.imagenLogoAqui{
  width: 100%;
}
.imagenLogoAqui img{
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center; 
}
.textoFullReal{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-width: 1100px;
  z-index: 3;
}
.tituloFull p{
  font-size: 52px;
  line-height: 62px;
}
.textoFull p{
  font-size: 90px;
  line-height: 90px;

  margin: 0 !important;
  padding: 0 !important;
  font-family: "Roboto Condensed", serif;
}
.textoFull{
  margin-bottom: 75px;
}
.botonFull h3{
  text-align: center;
}
@media (max-width:1000px) {
  
.tituloFull p{
  font-size: 48px;
  line-height: 57px;
}
.textoFull p{
  font-size: 120px;
  line-height: 120px;

  margin: 0 !important;
  padding: 0 !important;
}
.textoFull{
  margin-bottom: 50px;
}
.logoAqui{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: 50px;
  margin-top: 50px;
}
.imagenLogoAqui img{
  width: 150px;
  height: 100px;
  object-fit: contain;
  object-position: center; 
}
}
@media (max-width:768px) {
  
  .tituloFull p{
    font-size: 24px;
    line-height: 29px;
  }
  .textoFull p{
    font-size: 45px;
    line-height: 45px;
  
    margin: 0 !important;
    padding: 0 !important;
  }
  .textoFull{
    margin-bottom: 30px;
  }
  .fullWeb,.imagenFullCorte{
    height: 550px;
  }
  .imagenFullCorte img{
    height: 550px;
    }  
    .textoFullReal{
      position: absolute;
      top: 55%;
    
    }
  }
  /*Ahorro*/
  .corteAhorro{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 75px;
    align-items: center;
  }
  .imgAhorro, .imgAhorro .imagenAhorro img{
    width: 100%;
  }
  .tituloAhorro p,.textoAhorro p{
    margin: 0 !important;
    padding: 0 !important;
  }
  .tituloAhorro{
    font-size: 64px;
    line-height: 64px;
    font-weight: 300;
  }
  .tituloAhorro{
    margin-bottom: 30px;
  }
  .textoAhorro{
    font-size: 20px;
  }
  @media (max-width:1000px) {
    .corteAhorro{
      grid-gap: 50px;
    }
    .tituloAhorro{
      font-size: 48px;
      line-height: 48px;
      font-weight: 300;
    }
    .textoAhorro{
      font-size: 16px;
    }
  }
  @media (max-width:768px) {
    .corteAhorro{
      grid-template-columns: 1fr;
      grid-gap: 30px;
    }
    .tituloAhorro{
      font-size: 36px;
      line-height: 36px;
      font-weight: 300;
    }
    .textoAhorro{
      font-size: 16px;
    }
 
  }
  /*PLANES*/
  .fondoGris{
    background: var(--color4);
  }
  .tituloPlan{
    font-size: 48px;
    line-height: 57px;
  }
  .botonPlan span{
    background: var(--color3);
    cursor: pointer;
    padding: 20px 120px;
    font-weight: 300;
  
  }
  .planesShow{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    margin-bottom: 75px;
  }
  .planBlanco{
    background: #fff;
    border-radius: 25px;
    padding: 30px;
  }
  .tituloPlanBlanco p,.subtituloPlanBlanco p,.detallePlanBlanco p{
    margin: 0 !important;
    padding: 0 !important;
  }
  .tituloPlanBlanco{
    font-size: 24px;
  }
  .subtituloPlanBlanco{
    font-size: 21px;
  }
  .botonPlanBlanco{
    text-align: center;
    margin: 20px auto;

  }
  .botonPlanBlanco a{
    font-size: 18px;
    color: #fff;
    background: var(--color5);
    padding: 15px 30px;
    border-radius: 20px;
    font-weight: 300;
    font-size: 14px;
  }
  .planesHidden{
    grid-template-columns: repeat(3,1fr);
  }
  .detallePlanBlanco{
    margin-top: 30px;
  }
  .planesHidden .planBlanco{
    background: #fff;
    border-radius: 5px;
    padding: 30px;
  }
  

  .planesHidden .botonPlanBlanco{
    margin: 30px auto;

  }
  .planesHidden .botonPlanBlanco a{
    font-size: 14px;
    color: #fff;
    background: var(--color3);
    padding: 15px 30px;
    border-radius: 0px;
    font-weight: 300;
    font-size: 14px;
  }
  .opcionPago {
    display: none;
}

/* Estilo del "checkbox" personalizado */
.opcionPago + label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Crear el cuadrado tipo checkbox */
.opcionPago + label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 4px; /* Si quieres que sea más cuadrado, usa border-radius: 0; */
    display: inline-block;
    background-color: white;
    transition: all 0.3s ease;
}

/* Agregar el check cuando está seleccionado */
.opcionPago:checked + label::before {
    background-color: #007bff;
    border-color: #007bff;
    content: "✔";
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}

.precioConDescuento{
  display: none;
}
.preciosPlanes{
  text-align: center;
}
  @media (max-width:1000px) {
   
  
    .tituloPlan{
      font-size: 36px;
      line-height: 43px;
    }
    .botonPlan span{
      padding: 20px 70px;
      font-weight: 300;    
      font-size: 21px;
    } 
    .planesShow {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto auto;
      grid-template-areas:
          "destacado destacado destacado"
          "plan1 plan2 plan3";
      gap: 30px;
      margin-bottom: 50px;
  }
  
  .unPlanShow:nth-child(1) {
      grid-area: destacado; /* El primer div ocupa toda la fila superior */
  }
  
  .unPlanShow:nth-child(2) {
      grid-area: plan1;
  }
  
  .unPlanShow:nth-child(3) {
      grid-area: plan2;
  }
  
  .unPlanShow:nth-child(4) {
      grid-area: plan3;
  }
  }
  @media (max-width:768px) {
   
  
    .tituloPlan{
      font-size: 32px;
      line-height: 38px;
    }
    .botonPlan span{
      padding: 20px 40px;
      font-weight: 300;    
      font-size: 14px !important;
    } 
    .planesShow {
      grid-template-columns: 1fr; /* Solo una columna */
      grid-template-rows: auto;
      grid-template-areas: 
          "destacado"
          "plan1"
          "plan2"
          "plan3";
  }
  }
  /*ICONOS*/
  .fullIconos,.imagenFullCorteIconos{
    width: 100%;
    height: 1100px;
    position: relative;
  }
  .imagenFullCorteIconos .imagenParaEditarComodin{
    width: 100%;
  }
  .imagenFullCorteIconos img{
    width: 100%;
    height: 1100px;
    object-fit: cover;
    object-position: center;
  } 
.tituloIconos p{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 48px;
  line-height: 48px;
}

.tituloIconos{
  margin-bottom: 30px;
}

.textoIconoReal{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.iconos{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 30px ;
}
.unIcono{
  background: rgba(193,184,175,.9);
  border-radius: 25px;
  padding: 15px;
}
.imagenIcono{
  width: 100%;
  margin-bottom: 10px;
}
.imagenIcono .imagenParaEditarComodin{
  width: 100%;
}
.imagenIcono img{
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
  display: flex;
  margin: auto;
}
  
@media (max-width:1000px) {
   
  .fullIconos,.imagenFullCorteIconos{
    height: 1000px;
  }
  .imagenFullCorteIconos img{
    height: 1000px;
  } 
  .tituloIconos p{

    font-size: 36px;
    line-height: 43px;
  }
  .imagenIcono img{
    width: 100%;
    height: 90px;
    object-fit: contain;
    object-position: center;
    display: flex;
    margin: auto;
  }
 }
   
@media (max-width:768px) {
  .fullIconos,.imagenFullCorteIconos{
    height: 2150px;
  }
  .imagenFullCorteIconos img{
    height: 2150px;
  } 
  .iconos{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px ;
  }
  
  .tituloIconos p{
    font-size: 32px;
    line-height: 38px;
  }
  .imagenIcono img{
    width: 100%;
    height: 100px;
  }
 }
 /*disponible*/
 .disponible{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 50px;
  align-items: center;
 }
 .disponible,.imagenDisponible,.imagenDisponible .imagenParaEditarComodin,.imagenDisponible img{
  width: 100%;
}
.tituloDisponible p,.textoDisponible p{
  margin: 0 !important;
  padding: 0 !important;
}
.textoDisponible ul{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tituloDisponible p{
  font-size: 48px;
  line-height: 57px;
}
.tituloDisponible{
  margin-bottom: 30px;
}
.botonDisponible{
  margin-top: 45px;
}
.textoDisponible{
  font-size: 19px;
  line-height: 24px;
}
@media (max-width:1000px) {

  .tituloDisponible p{
    font-size: 36px;
    line-height: 43px;
  }
  .textoDisponible{
    font-size: 16px;
  }
}
@media (max-width:768px) {
  .disponible{
    grid-template-columns:1fr;
    grid-gap: 50px;
   }
  .tituloDisponible p{
    font-size: 32px;
    line-height: 38px;
  }
}
.fondoNegocio{
  background: var(--color3);
  padding: 75px 50px;
  border-radius: 25px;
  margin-bottom: 30px;

}
.tituloNegocio{
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 30px;
}
.textoNegocio{
  font-size: 19px;
  line-height: 24px;
}
.fondoNegocio h3{
  text-align: center;
}
.fondoNegocio h3{
  font-size: 32px;
  color: #fff;
  margin-top: 30px;
  font-weight: 300;

}
.fondoNegocio h3 a{
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}
@media (max-width:1000px) {

  .tituloNegocio{
    font-size: 36px;
    line-height: 43px;
  }
  .textoNegocio{
    font-size: 16px;
  }
  
  .fondoNegocio h3 a{
    font-size: 19px;
  }
}
@media (max-width:768px) {

  .tituloNegocio{
    font-size: 32px;
    line-height: 38px;
  }
  .fondoNegocio h3 a{
    font-size: 17px;
  }
  
}
/*FAQ*/

.frecuentes{
  width: 100%;
  background: rgb(247,133,76);
  background: linear-gradient(156deg, rgba(247,133,76,1) 26%, rgba(15,28,68,1) 100%);
  padding: 75px 0px;
}
.frecuentes h2{
  font-size: 72px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
.comandoPregunta{
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
 }
 .comandoPregunta,
 .unaRespuesta{
  width: 80%;
  margin: 15px auto; 
}
.comandoIz label{
  width: 100%;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  font-weight: 700;
}
.comandoDer{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.unaRespuesta{
  display: none;
}
.unaPregunta input[type="checkbox"]{
  display: none;
}
.unaPregunta input[type="checkbox"]:checked~.unaRespuesta{
 display: block; 
}
.pointerPregunta{
  height: 50px;
  width: 50px;
  border-radius:50%;
  display: flex;
  border: 3px solid var(--color3);
  margin: 5px auto;
}
.pointerPregunta label{
  display: block;
  margin: auto;
  font-size: 42px;
  line-height: 50px;
  color: var(--color3);
  font-weight: 400;
  cursor: pointer;
}
.unaRespuesta{
  margin: 10px auto;
  color: #fff;
  font-size: 19px;
}

@media (max-width:1000px) {
  .frecuentes h2{
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  } 
  .comandoPregunta,
  .unaRespuesta{
   width: 100%;
   margin: 15px auto; 
 }
}
@media (max-width:768px) {
  .frecuentes h2{
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  } 
  .comandoPregunta,
  .unaRespuesta{
   width: 100%;
   margin: 15px auto; 
 }
}
/*FOOTER*/
.colorLegal{
  background: var(--color3) !important;
}
.fondoNegroFooter{
  background: rgba(0, 0, 0, 0.85);
  color: #fff !important;
}
.fondoNegroFooter i,.fondoNegroFooter a{
  color: #fff !important;

}
.tituloFooter p,.textoFooter p{
  margin: 0;
  padding: 0;
}
.tituloFooter p{
  font-size: 32px;
}
.imagenesFooter{
  margin: 30px auto;
  width: 50%;
}
.imagenesFooter img{
  width: 90%;
}
.fondoFooter{
  padding: 50px 0px;
}
.redesFinal{
  font-size: 32px;
  color: #fff;
}
@media (max-width:1000px) {
  
.tituloFooter p{
  font-size: 28px;
}
.imagenesFooter{
  margin: 30px auto;
  width: 70%;
}
}
@media (max-width:768px) {
  
  .tituloFooter p{
    font-size: 24px;
  }
  .imagenesFooter{
    margin: 30px auto;
    width: 90%;
  }
}

/*CONTACTO*/

.bg-blue {
  background-color: #2a5c91;
  color: white;
}

.form-container {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.social-icons a {
  color: white;
  font-size: 24px;
  margin: 0 10px;
}
/* Imagen responsiva */
.imagenLogoContacto img {
  height: 100px;
  width: 150px;
  object-fit: contain;
  object-position: center;
}

.contenedorTotal {
  min-height: 100vh; /* Ocupa el 100% del alto de la pantalla en computadoras */
  display: flex;
  align-items: center;
}

.contenedorContacto {
  flex-grow: 1;
  display: flex;
}

.izquierdaContacto {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ocupa el 100% del alto de la pantalla en computadoras */

}

/* Para celulares en modo horizontal (ambas columnas misma altura) */
@media (max-width: 1000px) {
  .contenedorContacto {
      align-items: stretch;
  }
  .derechaContacto{
    padding: 50px 0px;
  }
}

/* Para celulares en modo vertical (columna izquierda ajustada a su contenido) */
@media (max-width: 768px) {
  .izquierdaContacto {
      height: auto !important;
  }
  .contenedorTotal,.izquierdaContacto{
    min-height: auto; /* Permite que la altura se ajuste al contenido */
}
}

/*ARREGLOS CSS*/
@media (max-width:768px) {
  
  .tituloFull p{
    font-size: 24px;
    line-height: 29px;
  }
  .textoFull p{
    font-size: 32px;
    line-height: 32px;
  
    margin: 0 !important;
    padding: 0 !important;
  }
    .logoAqui {
      width: 100px;
      height: 100px;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 2;
      margin-left: 0px;
      margin-top: 50px;
      transform: translateX(-50%);
    }
    .fullWeb,.imagenFullCorte{
      height: 600px;
    }
    .imagenFullCorte img{
      height: 600px;
      }   
      .botonBannerPrincipal h3 a {
        background: var(--color2);
        color: #fff;
        font-size: 15px;
        padding: 15px 20px;
        border-radius: 15px;
      }
    }
  .footer-menu{
    text-decoration: none;
    display: block;
    cursor: pointer;
  }