
/* TIPOGRAFIAS */
@font-face {
    font-family: 'Galano-light';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Galano Medium';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Galano Medium light';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltMediumItalic.otf') format('opentype');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Galano Semi Bold';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltSemiBold.otf') format('opentype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Galano Semi Bold Italic';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltSemiBoldItalic.otf') format('opentype');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Galano Extra Bold';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltExtraBold.otf') format('opentype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Galano Black';
    src: url('/css/secciones/fonts-gana/GalanoGrotesqueAltBlack.otf') format('opentype');
    font-style: normal;
  }

  @font-face {
    font-family: 'Baskerville Bold';
    src: url('/css/secciones/fonts-gana/LibreBaskerville-Bold.ttf') format('truetype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Baskerville Italic';
    src: url('/css/secciones/fonts-gana/LibreBaskerville-Italic.ttf') format('truetype');
    font-style: normal;
  }
  @font-face {
    font-family: 'Baskerville Regular';
    src: url('/css/secciones/fonts-gana/LibreBaskerville-Regular.ttf') format('truetype');
    font-style: normal;
  }

/* COLORES PRINCIPALES ******************************************************************** */
:root {
    --color-c1: #ffffff;
    --color-c2:#061c29;
    --color-c3: #0e544f;
    --color-c4: #57d1bb;
    --color-c5: #ffc107;
    --color-c6: #ff07e2;
}

/* BLOQUE1 ***************************************/
#bloque1{
    padding-top: 30px;
    padding-bottom: 30px;
}
#seccion2{
    margin-top: 10px;
}
.tituloGana{
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    color: #ffffff!important;
    font-weight: 800!important;
    font-family: "Galano Extra Bold"!important;
}
.rompe{
    font-size: 18px!important;
    color: #ffffff!important;
    font-family: "Galano Medium"!important;
}
.conAdios{
    display: flex;
    margin-bottom: 70px;
    margin-top: 10px;
}
.conTexto{
    display: flex;
}
.conTexto h3{
    font-size: 28px;
line-height: 33px;
color: #061c29;
font-weight: 800;
font-family: "Galano Semi Bold";
margin-bottom: 20px;
margin-top: 10px;

}
.conTexto .colMar p{
    font-size: 20px;
    color: #A4A4A4;
    font-family: "Galano Medium";
}
.colMar{
   margin-top: 40px;
}
.preAjustados{
    font-size: 40px;
    color: #061c29;
    font-weight: 800;
    font-family: "Galano Semi Bold";
    line-height: 60px;;
    text-align: center;
}
.ajustados{
   font-family: "Baskerville Italic";
   display: contents;
}
.frmMovil{
    width: 413px;
    height: 70px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 0.51px solid #02544f;
    font-size: 22px;
    line-height: 27px;
    color: #858585;
    font-weight: 500;
    font-family: "Galano Medium";
    padding-left: 30px;
}
.botonEnviarTel{
    width: 197px;
    height: 70px;
    border-radius: 20px;
    background-color: #57d1bb;
    font-size: 23px;
line-height: 20px;
color: #ffffff;
font-weight: 800;
font-family: "Galano Semi Bold";
text-align: center;
margin-left: 20px;
border: none;
}
.conForm{
    display: flex;
}
.conPrecios{
    border-radius: 44px;
    background-color: #ffffff;
    padding: 30px 30px 26px 93px;
    margin-bottom: 50px;

}
.CardTitulo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    
}
.fondoVerde{
    background-color: var(--color-c3);
}
.imagenFondo{
    background-image: url(/images/iconos/linea-sencillitas.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    font-family: 'Baskerville Italic';
    color:var(--color-c2)
}

h1{
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-family: 'Galano Semi Bold';
    color:var(--color-c2);
   
}
h2{
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    color:var(--color-c2);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}


/* targetas ************************************************** */

.containtCards{
    width: 100%;
    border:1px solid red;

}


.cardPortada{
    width: 100%;
    height: 100%;
    position: relative;

 
}
.cardPortada img{
    width: 100%;
    object-fit: contain;
    z-index: 1;
}
.cajaVerde {
padding: 20px;
    font-size: 35px;
    line-height: 45px;
    color: #02544f;
    font-weight: 800;
    font-family: "Galano Extra Bold";
    text-align: center;
    border-radius: 40px;
background-color: #e6f7f3;
border: 2px solid #02544f;
}
@media (max-width: 768px) {
    .cajaVerde {
        width: 100vw;
        margin: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 20px;
        font-size: 24px;
        line-height: 32px;
        position: relative;
        left: 50%;
        right: 50%;
        bottom: -50px;
        transform: translateX(-50%);
    }

    .cajaVerde br {
        display: none;
    }
}


.cardTexto{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0px 5px 20px -5px grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: -30px; 
    position: relative; 
    margin-bottom: 30px;

  }


.cardTexto h3{
    font-size: clamp(1.4rem, 2.5vw, 1.4rem);
font-family: 'Galano Extra Bold';
color:var(--color-c2)
}
.cardTexto p{
    font-size: clamp(0.9rem, 2vw, 1rem);
    color:var(--color-c2);
   
}

form .ssl{
    display: none;
}

/* BLOQUE2 **************************************************** */

#bloque2{
    background-color: var(--color-c3);
    padding-top: 30px;
    padding-bottom: 30px;
   
}
.containerAdios{
    display: flex;
    justify-content: center;
    align-items: center;
}
#bloque2 h4{
    color:white;
    font-size: clamp(2rem, 2.5vw, 3rem);
    margin: 0px;
    font-family: 'Galano Semi Bold';
}

.mano{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/images/iconos/icono-mano.webp);
    background-repeat: no-repeat;
    background-size: contain;
     background-position: center;
margin-left: 10px;
}

/* BLOQUE3 **************************************************** */

#bloque3{
    padding-top: 50px;
    padding-bottom: 50px;
}
#secciones{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  
}
#secciones img{
    margin-bottom: 30px;

}
#secciones h5{
   font-size: 1.5rem;
   font-family: 'Galano Extra Bold';
    color:var(--color-c2);

}
/* MEDIA QUERIS  **********************************************/

@media (max-width: 1200px) {




}


@media (max-width: 990px) {


  
}

@media (max-width: 765px) {


    #bloque3{
    
        padding-bottom: 0px;
    }

    #bloque2 h4{
        text-align: center;
    }

    #secciones{
     
        align-items: center;
        margin-bottom: 30px;
    }

    #secciones h5{
        text-align: center;
    }
}
@media (max-width: 350px) {

 
h1{
    font-size: 1.5rem;
}



}
@media (max-width: 765px) {
    .conForm {
      flex-direction: column;
      align-items: center;
    }
    .conPrecios{
        padding: 30px 10px 26px 10px;
    }
    .conTexto h3 {
        font-size: 23px;
        text-align: center;
    }
    .colMar{
        text-align: center;
    }
  
    .frmMovil, .botonEnviarTel {
      width: 100% !important;
      margin: 10px 0 !important;
    }
  
    .botonEnviarTel {
      margin-left: 0 !important;
    }
  }
  @media (max-width: 768px) {
    .mobile-hide-br {
      display: none;
    }
    .cardTexto{
        text-align: center;
        align-items: center;
    }
  }
  .politicas {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: white; /* o #f4f4f4 si prefieres más claro */
}

.control-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    margin-bottom: -15px;
}

/* Estilo base del checkbox */
.control-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
    display: inline-block;
}

.control-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.control_indicator {
    position: absolute;
    
    background-color: #e0e0e0;
    border-radius: 4px;
  
}


/*.control_indicator::after {
    content: "";
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    width: 4px!important;
    height: 10px!important;
    border: solid white!important;
    border-width: 0 2px 2px 0!important;
    transform: translate(-50%, -50%) rotate(45deg)!important;
    display: none;
}*/


/* Mostrar ✓ cuando está marcado */
/*.control-checkbox input:checked ~ .control_indicator {
    background-color: #00c8a0 !important;
}

.control-checkbox input:checked ~ .control_indicator::after {
    display: block;
}

*/
.control-checkbox a {
    color: #00c8a0!important;
    text-decoration: underline;
}
/*----------------- CALLDM -------------*/
#divTelefono {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px;
}

.telefono {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-c4); /* verde */
    border-radius: 20px;
    padding: 16px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tel900 {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Galano Semi Bold';
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.iconoTelefono {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

#telPc {
    font-family: 'Galano Semi Bold';
    color: white;
    text-decoration: none;
    display: block;
    font-size: 23px;
}

#telMovil {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #divTelefono {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .telefono {
        width: 100%;
        justify-content: center;
        margin-top: -30px;
    }

    #telPc {
        display: none;
    }

    #telMovil {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-c4);
        padding: 10px 0;
        width: 100%;
    }

    #telMovil a {
        text-decoration: none;
        color: white;
        font-family: 'Galano Semi Bold';
        font-size: 1.8rem;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #telMovil .iconoTelefono {
        width: 24px;
        height: 24px;
    }
}
