* {
    padding: 0px;
    margin: 0px;
}

/*=========TIPOGRAFIAS============*/

/*  GEIST LIGHT (Peso 300) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/*  GEIST REGULAR (Peso 400 - Estándar) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*  GEIST MEDIUM (Peso 500) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/*  GEIST SEMIBOLD (Peso 600) */
@font-face {
    font-family: "Geist";
    src: url("Geist-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/*  GEIST BOLD (Peso 700) */
@font-face {
    font-family: "Geist";
    src: url("Geist-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/*GEIST EXTRABOLD (Peso 800) */
@font-face {
    font-family: "Geist";
    src: url("Geist-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

/*====== MENU =======*/

.content-menu {
    width: 100%;
    height: 80px;
    background-color: #0066CC;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 10px black;

}


.menu {
    display: flex;
    height: 100%;
    width: 90%;
    line-height: 80px;
    padding-left: 50px;
    padding-right: 50px;

}

.menu h1 {
    font-size: 1.5rem;
    color: #ffff;
    font-family: "Geist";
    font-weight: 400;

}

.menu a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #ffff;
    margin-left: auto;
    font-family: "Geist";
    font-weight: 500;

}

.menu a:hover{
    color: #b1afafee;
}


/*====== SECTION REDES ======*/
.section-redes{
    width: auto;
    height:auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    right:15px;
    top: 85%;
    z-index: 9999;
    transform: translateY(-50%);
}


.btn-redes img{
    width: 80px;
    height: 80px;
    object-fit: cover;
     transition: all 0.3ms ease-in-out; 

}

.btn-redes img:hover{
    transform: scale(1.1);
}

/*==== section contenido principal=====*/

.content-principal {
    width: 100%;
    height: 610px;
    overflow: hidden;
    position: relative;

}

.content-principal a{
    text-decoration: none;
}

.content-principal::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(8, 40, 104, 0.45);
    position: absolute;
    z-index: 1;
}

.content-principal img {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(-90px);

}

.texto-principal {
    color: #ffff;
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 5%;
}

.texto-principal h1 {
    font-size: 5rem;
    font-weight: 800;
    font-family: "Geist";
    line-height: 1;
}

.texto-principal p {
    font-size: 2rem;
    margin-top: 30px;
    font-family: "Geist";
    font-weight: 200;
}

.btn-principal {
    position: absolute;
    top: 80%;
    left: 5%;
    width: 20%;
    height: 60px;
    display: flex;
    z-index: 2;
    justify-content: center;
    background-color: #ffff;
    line-height: 60px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.btn-principal p {

    font-family: "Geist";
    font-weight: 100;
    font-size: 1.2rem;
    color: #0066CC;
}

.btn-principal:hover {
    transform: scale(1.1);
    background-color: #eeee;
}

/*SECTION DOCTOR*/

.content-doctor {
    width: 100%;
    height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;

}

.box-text {
    width: 40%;
    height: 80%;

}

.box-img {
    width: 40%;
    height: 80%;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 0px 12px black;

}

.box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;


}

.card-certificado {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 40px;
    border-radius: 50px;
    background-color: #CCFBF1;
}

.card-certificado img {
    width: 30px;
    height: 30px;
}

.card-certificado p {
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 100;
    color: #14B8AD;
}

.box-text h1 {
    margin-top: 40px;
    font-size: 4rem;
    line-height: 1;
    font-family: "Geist";
    font-weight: 500;
}

.box-text h3 {
    margin-top: 20px;
    font-size: 1.7rem;
    font-family: "Geist";
    font-weight: 400;
}

.text-doc {
    margin-top: 30px;
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 100;

}

/*=========== SECTION CASOS DE EXITO ========*/

.section-casos {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-image: linear-gradient(#D1F9F3, #ffffff);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.section-casos h2 {
    margin-top: 80px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;
}

.section-casos h3 {
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 200;
    text-align: center;
    margin-top: 20px;
}

.box-card-casos {

    width: 100%;
    height: 350px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 55px;

}

.card-casos {
    width: 300px;
    height: 300px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 1px 2px rgb(76, 75, 75);
    background-color: #ffff;
    transition: all 0.3s ease-out;


}

.card-casos:hover {
    transform: scale(1.1);
}

.card-casos img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-top: 40px;
}

.card-casos p {
    font-size: 1.3rem;
    font-family: "Geist";
    font-weight: 200;
    margin-top: 10px;
}

/*======== SECTION ANTES Y DESPUES =========*/

.section_antes_y_despues {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-transformacion {
    margin-top: 80px;
    height: 60px;
    width: 40%;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    background-color: #14B8A6;

}

.box-transformacion p {
    font-size: 1.7rem;
    font-family: "Geist";
    font-weight: 500;
    color: #ffff;
}

.section_antes_y_despues h2 {

    margin-top: 50px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;
}

.text-subtitulo {
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 200;
    text-align: center;
    margin-top: 20px;
}

.box-resultados {
    margin-top: 60px;
    display: flex;
    width: 90%;
    height: 600px;
    gap: 50px;
    overflow: hidden;
    justify-content: center;
}

.card-resultados {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #D1F9F3);
    height: 550px;
    border-radius: 20px;
}

.card-resultados img {
    width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.box-iconos {
    display: flex;
    width: 80%;
    margin-top: 20px;
    margin-left: 30px;
    align-items: center;
    gap: 10px;
}

.box-iconos img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.box-iconos p {
    font-family: "Geist";
    font-weight: 200;
    font-size: 1rem;
}

.box-alopecia {
    text-align: center;
    width: 80%;
    height: 40px;
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #C9F5EE;

}

.box-alopecia p {
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 200;
    color: #0D9691;
}

.box-texto-final {
    width: 90%;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
}

.box-texto-final h3 {
    font-size: 1.3em;
    font-family: "Geist";
    font-weight: 300;
}

.boton-resultad {
    text-decoration: none;
}

.btn-resultados {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    width: 30%;
    margin: auto;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
}

.btn-resultados:hover {
    transform: scale(1.1);
}

.text-btn {
    font-size: 1.2rem;
    color: #0066CF;
    font-family: "Geist";
    font-weight: 200;
}

/*======= SECTION TRATAMIENTO =================*/

.section-tratamiento {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;

}

.section-tratamiento h2 {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;

}

.text-tratamiento {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: "Geist";
    font-weight: 300;
    color: #6B7280;
}

.box-tratamiento {
    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    margin-top: 60px;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}

.card-tratamiento {
    width: 30%;
    height: 250px;
    padding: 50px 50px;
    text-align: left;
    border-radius: 30px;
    background-image: linear-gradient(#D1F9F3, #D1F9F3, #ffffff, #ffffff);
    border: 1px solid #eeee;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.card-tratamiento:hover {
    transform: scale(1.1);

}

.card-tratamiento img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.card-tratamiento h3 {
    width: 90%;
    margin-left: 5px;
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;

}


.card-tratamiento p {
    margin-top: 20px;
    font-family: "Geist";
    font-weight: 200;
    margin-left: 5px;
    font-size: 1.3rem;

}

.section-testimonios {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #005FBE;
}

.section-testimonios h2 {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;
    color: #ffff;
}

.texto-testimonio {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: "Geist";
    font-weight: 300;
    color: #ffffff;
}

.box-testimonios {

    width: 90%;
    height: auto;
    display: flex;
    margin: auto;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 80px;
    gap: 70px;




}

.card-testimonios {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 300px;
    border: 1px solid #eeee;
    padding: 40px;
    text-align: left;
    border-radius: 30px;
    background-color: #1A65AF;


}

.comillas {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.estrellas {
    width: 40%;
    margin-bottom: 20px;
}

.card-testimonios p {
    font-size: 1.2rem;
    font-family: "Geist";
    font-weight: 200;
    color: #ffff;
}


/*===========SECTION CONSULTA========*/

.section-consulta {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.titulo-consulta {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;
}

.box-consulta {
    width: 60%;
    border: 2px solid #0066CC;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 30px;
    background-color: #F0FEFB;
}

.box-consulta h3 {
    margin-top: 50px;
    font-size: 2rem;
    font-family: "Geist";
    font-weight: 300;
}

.box-consulta h2 {
    margin-top: 40px;
    font-size: 4rem;
    font-family: "Geist";
    font-weight: 400;
    color: #14B8A6;
    letter-spacing: -2px;
}

.card-consulta {

    width: 80%;
    margin: auto;
    margin-top: 40px;
    text-align: left;
    gap: 20px;

}

.card-consulta h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: "Geist";
    font-weight: 400;
}

.card-consulta img {
    width: 50px;
    height: 50px;
}

.item-consulta {
    display: flex;
    height: 60px;
    width: 100%;
    line-height: 55px;
    gap: 20px;
}

.item-consulta p {
    font-size: 1.2rem;
    font-family: "Geist";
    font-weight: 200;
}

.btn-consulta {
    margin: auto;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    background-color: #0064C7;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.box-consulta a {
    color: #ffff;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "Geist";
    font-weight: 200;
}

/*======== SECTION CIUDAD ==========*/

.section-ciudad{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #CFFAF2;
}



.titulo-ciudad{
       width: 90%;
    margin: auto;
    margin-top: 80px;
    text-align: center;
    font-size: 3.5rem;
    font-family: "Geist";
    font-weight: 400;
}

.content-total{
    display: flex;
    width: 70%;
    gap: 60px;
    margin: 0px auto;
    margin-top: 60px;
    padding: 50px;
    margin-bottom: 50px;
} 

.img-ciudad{
    width: 90%;
    border-radius: 30px;
}

.img-ciudad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    
}


.card-ciudad{
    height: auto;
    width: 85%;
    text-align: left;
    margin-bottom: 20px;
    justify-content: center;
    border-radius: 30px;
    padding: 20px;
    background-color: #ffff;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
    
    
}

.item-ciudad {
    display: flex;
    gap: 10px;
    
    
}

.item-ciudad img{
    width: 50px;
    height: 50px;
}

.texto-ciudad{
    margin-top: 10px;
    width: 80%;
    margin-bottom: 10px;
}

.texto-ciudad h3{
    font-size: 1.5rem;
    font-family: "Geist";
    font-weight: 400;
    margin-bottom: 10px;
}

.texto-ciudad h4{
    font-size: 1.2rem;
    font-family: "Geist";
    font-weight: 300;
    color: #747680;
}

.texto-ciudad p{
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 200;
    margin-top: 20px;
    color: #6B7290;
}

/*========== footer ============*/

.pie-pagina{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: #1A1A1A;

}

.box-footer{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    padding: 20px;
    gap: 25%;
    margin-bottom: 20px;
}

.card-footer{
    text-align: left;
}

.card-footer h3{
    font-size: 1.3rem;
    font-family: "Geist";
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffff;

}

.card-footer p{
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 200;
    color: #99A1AF;
}

.card-footer a{
    text-decoration: none;
}

.linea {
    width: 90%;
    margin: auto;
    border: 1px solid #1E2939;
   margin-bottom: 20px;
}

.texto-final{
    font-size: 1rem;
    font-family: "Geist";
    font-weight: 200;
    color: #ffff;
    margin-bottom: 40px;
}

/* =====================================================
   RESPONSIVE CELULARES – RECONSTRUCCIÓN LIMPIA
   ===================================================== */
@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    /* ================= MENU ================= */
    .content-menu {
        height: auto;
        padding: 10px 0;
    }

    .menu {
        width: 100%;
        padding: 0 20px;
        justify-content: space-between;
        line-height: normal;
    }

    .menu h1 {
        font-size: 1.1rem;
    }

    .menu a {
        font-size: 1rem;
        margin-left: 0;
    }

    /* ================= REDES ================= */
    .section-redes {
        top: 85%;
        right: 10px;
    }

    .btn-redes img {
        width: 70px;
        height: 70px;
    }

    /* ================= HERO ================= */
    .content-principal {
        height: auto;
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .content-principal img {
        width: 100vh;
        top: 0;
        left: 0;
        
        
    }

    .content-principal::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(8, 40, 104, 0.45);
    position: absolute;
    z-index: 1;
}

    

    .texto-principal {
        top: 18%;
        left: 5%;
        width: 90%;
    }

    .texto-principal h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .texto-principal p {
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .btn-principal {
        position: relative;
        width: 50%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-top: -160px;
        
    }

    .btn-principal a{
        text-decoration: none;
    }

    .btn-principal p{
        font-size: 1rem;
    }

    /* ================= DOCTOR ================= */
    .content-doctor {
        flex-direction: column;
        height: auto;
        gap: 30px;
        padding: 60px 0;
    }

    

    .box-text,
    .box-img {
        width: 80%;
        height: auto;
    }


    .box-img{
        height: 300px;
        order: -1;
        margin-bottom: -10px;
    }

    .box-img img {
        width: 100%;
        height: auto;
    }

    .box-text h1 {
        font-size: 2rem;
    }

    .box-text h3 {
        font-size: 1rem;
    }

    .text-doc {
        font-size: 1rem;
    }

    .card-certificado {
        width: 80%;
    }

    .card-certificado p{
        font-size: 1rem;
        
    }

    /* ================= CASOS ================= */
    .section-casos {
        height: auto;
        padding-bottom: 60px;
    }

    .section-casos h2 {
        font-size: 2rem;
    }

    .section-casos h3 {
        font-size: 1rem;
    }

    .box-card-casos {
        flex-direction: column;
        height: auto;
        gap: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: -30px;
    }

    .card-casos {
        width: 70%;
        height: auto;
        padding-bottom: 20px;
        border-radius: 10px;
    }

    .card-casos img{
        width: 60px;
        height: 60px;
        margin-top: 10px;

    }

    .card-casos p{
       
        width: 60%;
        margin: auto;
        font-size: 1rem;
    }

    /* ================= ANTES / DESPUÉS ================= */
    .box-transformacion {
        width: 80%;
        margin-top: 50px;
        
    }

    .box-transformacion p{
        font-size: 1.2rem;
    }

    .section_antes_y_despues h2 {
        font-size: 2rem;
    }

   

    .box-resultados {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }

    .text-subtitulo{
        font-size: 1.2rem;
    }

    .card-resultados {
        width: 100%;
        height: auto;

    }

    .card-resultados img {
        width: 100%;
        height: auto;
    }

    .btn-resultados {
        width: 85%;
    }

     .box-iconos img{
        width: 30px;
        height: 30px;
    }

    .box-alopecia{
        margin-bottom: 15px;
    }

    .box-texto-final h3{
        font-size: 1rem;

    }

    .text-btn{
        font-size: 1rem;

    }

    /* ================= TRATAMIENTOS ================= */
    .section-tratamiento h2 {
        font-size: 2.4rem;
    }

    .text-tratamiento {
        width: 80%;
        font-size: 1rem;
        
    }

    .box-tratamiento {
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
        
    }

    .card-tratamiento {
        width: 80%;
        height: auto;
        padding: 30px;
        margin: auto;
    }

    .card-tratamiento img{
        width: 60px;
        height: 60px;
    }

    .card-tratamiento h3{
        font-size: 1.3rem;
    }

    .card-tratamiento p{
        font-size: 1rem;
    }

    /* ================= TESTIMONIOS ================= */
    .section-testimonios h2 {
        font-size: 2.4rem;
        line-height: 2rem;
    }

    .texto-testimonio {
        width: 90%;
        font-size: 1rem;
    }

    .box-testimonios {
        flex-direction: column;
        gap: 30px;
        margin-top: 20px;
    }

    .card-testimonios {
        width: 80%;
        height: auto;
    
    }

    .card-testimonios p{
        font-size: 1rem;
    }

    .comillas{
        width: 30px;
        height: 30px;
    }

    /* ================= CONSULTA ================= */
    .titulo-consulta {
        font-size: 2.4rem;
    }

    .box-consulta {
        width: 90%;
    }

    .box-consulta h3{
        font-size: 1.5rem;
    }

    .card-consulta h4{
        font-size: 1.2rem;
    }

    .box-consulta h2 {
        font-size: 2.6rem;
    }

    .item-consulta{
        margin-bottom: 10px;
        gap: 10px;
    }

   

    .item-consulta p{
        line-height: 1.2rem;
        height: 60px;
        width: 100%;
        justify-content: center;
        font-size: 1rem;
        margin-top: 15px;
    }

    .box-consulta a{
        font-size: 1rem;
    }

    /* ================= CIUDAD ================= */
    .titulo-ciudad {
        font-size: 2rem;
    }

    .content-total {
        flex-direction: column;
        width: 90%;
        padding: 0;
        gap: 30px;
    }

    .img-ciudad,
    .card-ciudad {
        width: 100%;
    }

    .card-ciudad{
        width: 80%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .texto-ciudad h3{
        font-size: 1.5rem;
    }

    .texto-ciudad h4{
        font-size: 1rem;
    }

    .texto-ciudad p{
        font-size: 1rem;
    }

    /* ================= FOOTER ================= */
    .box-footer {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .card-footer {
        text-align: left;
    }

    .texto-final{
        font-size: 1rem;
        margin-top: 10px;
    }
}
