/* Configurações básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif; 
}

main {
    flex: 1;
}

/* --- Cabeçalho --- */
.header-home {
    height: 12vh;
    box-shadow: 0px 5px 5px #888;
    background-color: #BCBF60;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.header-logo {
    max-width: 150px;
}

.header-nav a {
    font-size: 1.2rem;
    margin-left: 20px;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-family: 'Quicksand', sans-serif; 
}

.header-nav a:hover {
    color: #333; 
}

.main-parteinicio {
    display: flex;
    flex-direction: row; 
    align-items: center;
    padding: 20px;
    background-color: hsla(190, 25%, 67%, 0.301);
}

.main-paragrafo {
    flex: 1; 
    padding-right: 30px;
    color: #96A621;
    font-size: 1.2rem;
}

.main-paragrafo p {
    text-align: justify;
}

.negrito {
    font-weight: bold;
}

.foto-capa {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.main-partefim {
    background-image: url(../images/capa-site2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px;
}

.main-partefim h2 {
    color: #96A621;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.consulta-bloco {
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.detalhe-btn {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #1d2001;
    font-size: 1.1em;
    cursor: pointer;
    padding: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    border-radius: 8px;
    font-weight: bold;
}

.icone-toggle {
    min-width: 20px;
    display: flex;
    justify-content: center;
}

.detalhe-consulta {
    background: rgba(246, 246, 246, 0.9);
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
    margin-top: -5px; 
    color: #1d2001;
}

.agenda {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.btn-agenda {
    width: 100%;
    max-width: 400px;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    border: none;
    background-color: #BCBF60;
    color: #fff;
    border-radius: 110px;
}

/* --- Rodapé --- */
.footer-home {
    background-color: #BCBF60;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    max-height: 80px;
}

.footer-texto p {
    margin: 5px 0;
}

.footer-links-redes {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-links-redes p {
    margin: 0;
}

.footer-links-redes a {
    color: #fff;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.footer-links-redes a:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    /* Ajustes Gerais */
    body {
        font-size: 16px;
    }


    .header-home {
        height: auto;
        flex-direction: column;
        padding: 15px 10px;
    }

    .header-logo {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .header-nav {
        display: flex;
        flex-direction: row; 
        flex-wrap: nowrap; 
        justify-content: center; 
    }


    .header-nav a {
        gap: 1px;
        font-size: 12px;
        margin: 0 1px;
    }

    
    /* Seção Principal (Início) */
    .main-parteinicio {
        flex-direction: column;
        padding: 10px;
    }
    
    .main-paragrafo {
        padding-right: 0;
        font-size: 1rem;
        text-align: center;
    }
    
    .main-paragrafo p {
        max-width: 100%;
        text-align: justify;
        padding-left: 0;
    }
    
    .foto-capa {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    
    /* Seção de Atendimentos */
    .main-partefim {
        padding: 20px 10px;
    }

    .main-partefim h2 {
        text-align: center;
        margin-left: 0;
    }
    
    .btn-agenda {
        margin-left: 0;
    }
    
    /* Rodapé */
    .footer-home {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px;
    }
    
    .footer-texto p {
        margin-left: 0;
    }
    
    .footer-links-redes {
        margin-top: 15px;
        margin-left: 0;
    }
}

/* PÁGINA SOBRE MIM */
.main-sobremim {
    margin-left: 20px;
    margin-top: 5px;
}

.main-sobremim h1 {
    color: #96A621;
    font-size: 40px;
    font-weight: bolder;
    margin-left: 5px;
}

.sobre-mim {
    display: flex;
}

.foto-sobremim {
    width: 100vh;
    padding-right: 25px;
}

.main-paragrafo-sobremim {
    max-width: 80%;
    padding-top: 20px;
    padding-right: 15px;
    color: #96A621;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;

}
.text-center {
    color: #96A621;  
}


/* Swiper */
.swiper {
    width: 100%;
    padding: 40px 0 60px 0;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    width: 80vw;
    max-width: 400px;
    box-sizing: border-box;
    height: 30vh;
    min-height: auto;
    padding: 28px 20px 18px 20px;
    font-size: 1.15em;
    font-family: 'Quicksand', Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.swiper-slide .destaque {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 12px;
    font-size: 1.09em;
}

/* Cores dos blocos */
.swiper-slide:nth-child(1) { background: #2e330a; }
.swiper-slide:nth-child(2) { background: #96A621; }
.swiper-slide:nth-child(3) { background: #5d6615; }
.swiper-slide:nth-child(4) { background: #2e330a; }
.swiper-slide:nth-child(5) { background: #96A621; }
.swiper-slide:nth-child(6) { background: #5d6615; }
.swiper-slide:nth-child(7) { background: #2e330a; }
.swiper-slide:nth-child(8) { background: #96A621; }
.swiper-slide:nth-child(9) { background: #5d6615; }

/* Setas do swiper */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    padding: 10px;
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Responsividade */
@media (max-width: 768px) {
    .swiper-slide {
        /* width: 100% ; */
        min-width: 220px;
        font-size: 1em;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 36px;
        height: 36px;
        padding: 8px;
    }
}
.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    flex-shrink: 0;
}

/* PÁGINA AGENDAMENTOS */


.agendamentos {
    background: linear-gradient(135deg, #e3f2f5, #dbe9dc); 
    padding: 20px;
    border-radius: 10px;
}

.main-agendamento {
    margin-left: 20px;
    margin-top: 5px;
}

.main-agendamento h1 {
    color: #96A621;
    font-size: 40px;
    font-weight: bolder;
    margin-left: 5px;
}

.agendamento {
    display: flex;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    gap: 20px;
}

.foto-agendamento {
    width: 43vh;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.main-paragrafo-agendamento {
    max-width: 60%;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 15px;
    color: #96A621;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.clique-agendamento {
    font-weight: bolder;
}


.btn-agendamento {
    border-radius: 30px;
    width: 100%;
    max-width: 600px;
    height: 55px; 
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: #BCBF60;
    color: white;
    margin: 12px 0;
    padding: 0 20px;
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-agendamento:hover {
    background-color: #96A621; 
    cursor: pointer;
    transform: scale(1.03);
}

.instagram-videos {
    margin-top: 30px;
    text-align: center;
}

.instagram-videos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.instagram-embed-pequeno {
    max-width: 220px;     
    min-width: 180px;
    flex: 1 1 220px;
    margin: 0 auto;
}

.instagram-media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.faq-agendamento {
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: visible;
}

.faq-agendamento h2 {
    color: #96A621;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
}

.accordion-button {
    background-color: #BCBF60;
    color: white;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #96A621;
    color: white;
}

.accordion-body {
    background-color: white;
    color: #444;
    font-size: 16px;
}

/* ---- Ajustes para celular ---- */
@media (max-width: 768px) {
    .agendamento {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .foto-agendamento {
        width: 80%;
        max-width: 300px;
    }

    .main-paragrafo-agendamento {
        max-width: 100%;
        padding: 20px 10px;
    }

    .btn-agendamento {
        width: 90%;
        max-width: none;
        font-size: 16px; 
        height: 60px; 
    }

    .main-agendamento h1 {
        font-size: 28px;
        text-align: center;
        margin-left: 0;
    }
}


/*Página Consultório */

.main-consultorio{
    background-color: hsla(190, 25%, 67%, 0.301);
}
.hero-consultorio {
    background:  #2e330a;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    text-align: center;
    color: #fff;
}

.hero-logo {
    max-width: 100px;
    margin-bottom: 10px;
}

.hero-overlay h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.hero-overlay p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Consultório */
.consultorio-section {
    padding: 20px;
}

.consultorio-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    padding: 20px;
}

.consultorio-texto {
    flex: 1;
    min-width: 280px;
    font-size: 1.2rem;
    color: #444;
    line-height: 1.6;
}

.consultorio-video {
    flex: 1;
    display: flex;
    justify-content: center;
}

.consultorio-video video {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Mapa */
.mapa-section {
    text-align: center;
    padding: 20px;
}

.mapa-section h2 {
    font-size: 1.6rem;
    color: #96A621;
    margin-bottom: 15px;
}

.mapa-card {
    max-width: 800px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.mapa-card iframe {
    width: 100%;
    height: 300px;
    border: none;
}

/* Responsividade */
@media (max-width: 768px) {
    .consultorio-card {
        flex-direction: column;
    }
    .hero-consultorio {
        height: 200px;
    }
    .hero-logo {
        max-width: 80px;
    }
    .hero-overlay h1 {
        font-size: 1.5rem;
    }
}

