* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.txtmenu {
    font-weight: bolder;

}

.txtmenu1:hover {
    text-decoration: underline;
}

#header {
    background: url('../img/Gemini1.png') center no-repeat;
    background-size: cover;
    background-color: #2fb4a725;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centro {
    display: flex;
    justify-content: center;
    align-items: center;

}

#header h1 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-size: 5rem;
    font-weight: 600;
    color: #268f84;
    font-style: normal;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}

#header h5 {
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 4px rgb(35, 146, 128);
}

#header button {
    padding: 15px;
    border: 0;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.3s ease;
    color: #229386;
    font-weight: 500;
}

#header button:hover {
    box-shadow: 0 6px 12px rgb(34, 147, 134);
    /* sombra mais forte no hover */
    transform: translateY(-2px);
}

#tratamento {
    margin-top: 2rem;
    padding: 2rem;
    background: url('../img/fundo.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo1 h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 400;
    color: #2fb4a7;

}

.titulo1 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: bold;


}

.grandbox {
    margin-top: 2rem !important;
}

.box {
    padding: 1rem;
    border: 1px solid black;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.botao button {
    padding: 25px;
    font-size: 22px;
    border: 0;
    border-radius: 15px;
    background-color: #2fb4a7;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 500;
}

.botao button:hover {
    box-shadow: 0 6px 12px rgb(34, 147, 134);
    /* sombra mais forte no hover */
    transform: translateY(-2px);
}

#service {
    margin: 5rem;
}

#service h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 400;
    color: #2fb4a7;

}

.service {
    margin: 5rem;
}

.service p {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: bold;


}

#ifme {
    margin-top: 2rem;
    padding: 2rem;
    background: url('../img/fundo.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;

}

#ifme h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 400;
    color: #2fb4a7;
    padding: 2rem 0;

}

#ifme p {
    font-weight: 500;

}


.contato {
    background-color: #229386;
    padding: 3rem 0;
}

.contact {

    display: flex;
    align-items: center;
    justify-content: space-around;

}

.contact1 {
    border-left: 1px solid #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;


}


.my-flex {
    flex-direction: column;
}

/* ===============================
   AJUSTES DE RESPONSIVIDADE
   =============================== */

/* Telas menores que 992px (tablets e celulares grandes) */
@media (max-width: 991px) {
    #header {
        height: auto;
        padding: 3rem 1rem;
        text-align: center;
    }

    #header h1 {
        font-size: 3rem;
    }

    #header h5 {
        font-size: 1.1rem;
    }

    #header img {
        height: auto;
        max-width: 100%;
    }

    .contato .contact1 {
        border-left: none;
        border-top: 1px solid #fff;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

/* Telas menores que 768px (celulares) */
@media (max-width: 767px) {
    .navbar-brand img {
        width: 150px;
    }

    #tratamento .titulo1 h2 {
        font-size: 2rem;
    }

    #tratamento .titulo1 p {
        font-size: 1.1rem;
    }

    .box {
        margin-bottom: 1rem;
    }

    #service {
        margin: 2rem 1rem;
    }

    .service {
        margin: 2rem 1rem;
    }

    .service p {
        font-size: 1.1rem;
    }

    #ifme {
        padding: 1rem;
        text-align: center;
    }

    #ifme img {
        width: 100%;
        max-width: 300px;
    }

    footer img {
        max-width: 200px;
    }
}

/* Telas muito pequenas (menores que 480px) */
@media (max-width: 480px) {
    #header h1 {
        font-size: 2.3rem;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgb(0, 0, 0);
    }

    #header img {
        display: none;
    }

    #header button,
    .botao button {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }
}
