.header-custom {
    background-color: var(--amarelo-claro-1);
    z-index: 1030;
}

.logo-header img{
    height: 66px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 90%;
    height: 100vh;
    background-color: var(--amarelo-claro-1);
    padding: 60px 20px;
    transition: 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.header-wrapper.active {
    right: 0;
}

.header-menu ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.header-menu li {
    background-color: var(--branco-1);
    border-radius: 40px;
    padding: 7px 24px;
    width: fit-content;
    transition: ease all .2s;
}

.header-menu li:hover{
    background-color: var(--verde-cinza);
}

.header-menu li:hover a{
    color: var(--amarelo-claro);
}

.header-menu li.current {
    background-color: var(--verde-4);
}

.header-menu li a {
    color: var(--verde-cinza);
    font-weight: 500;
    text-decoration: none;
}

.header-menu li.current a {
    color: var(--amarelo-claro);
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background-color: var(--verde-escuro);
    border-radius: 2px;
}

.menu-overlay.active {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}

.mobile-footer {
    margin-top: 30px;
}
.address-title { 
    font-weight: 500; 
    color: var(--bs-gray-800); 
    margin-bottom: 5px; 
    font-size: 18px;
}
.address-detail { 
    font-size: 16px; 
    color: var(--bs-gray-600); 
}

.menu-close{
    text-align: end;
    padding-bottom: 40px;
    padding-right: 20px;
}

.main{
    padding-top: 100px;
    background-color: var(--amarelo-claro);
}

.splide {
    visibility: visible !important;
}

.splide__track {
    overflow: hidden; 
}

.splide__slide img {
    display: block !important;
    opacity: 1 !important;
    max-height: 250px;
    border-radius: 16px;
}

.tarja-verde{
    background: var(--verde-3);
    border-radius: 15px; 
    color: white;
}

.tarja-verde svg{ 
    height: 56px;
}

.tarja-verde h1{
    color: var(--amarelo-claro);
}

.titulo-sessao{
    color: var(--verde-1);
}

.card-historia {
    background-color: var(--verde-1);
    color: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nome-marilene {
    color: var(--amarelo-esverdiado);
    font-weight: bold;
}

.subtitulo-marilene {
    font-weight: 500;
}

.moldura-foto {
    border-radius: 16px;
    overflow: hidden;
}

.foto-historia {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-conheca-mais,
.btn-agendar,
.btn-consultar {
    background-color: var(--amarelo-esverdiado);
    color: var(--verde-escuro);
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    transition: transform 0.2s;
    font-size: 18px;
    text-decoration: none;
}

.btn-conheca-mais:hover,
.btn-agendar:hover,
.btn-consultar:hover {
    background-color: var(--verde-cinza);
    color: var(--amarelo-claro);
}

.pos-relative img{
    width: 100%;
    border-radius: 16px;
}

.secao-visita {
    background-color: var(--verde-1);
}

.subtitulo-visita{
    color: var(--amarelo-claro);
}

.titulo-visita {
    color: var(--amarelo-esverdiado);
}

.card-visita {
    background-color: var(--amarelo-claro);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
    border: none;
}

.card-visita:hover {
    transform: translateY(-10px);
}

.card-visita .img-container {
    height: 393px;
    overflow: hidden;
}

.card-visita .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-visita .card-corpo {
    min-height: 155px;
}

.card-visita h4,
.card-produto h4 {
    color: var(--verde-escuro);
    margin: 0;
}

.card-produto {
    background-color: var(--verde-3);
    border-radius: 20px;
    overflow: hidden;
    border: none;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.corpo-produto {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
}

.card-produto h4, .card-produto p{
    color: var(--amarelo-claro);
}

.card-produto h4{
    font-size: 18px!important;
}

.card-produto p{
    font-size: 12px;
}

.card-produto:hover {
    transform: translateY(-5px);
}

.img-produto {
    width: 100%;
    height: 220px;
}

.img-produto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corpo-produto {
    min-height: 156px;
}

.desc-produto {
    font-size: 0.9rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.titulos-green {
    color: var(--verde-3);
}

.subtitulos-gray{
    color: var(--bs-gray-600);
}

.card-depoimento {
    background-color: transparent;
    border: 1px solid var(--verde-escuro);
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease;
}

/* Ícone circular verde (Avatar) */
.avatar-cliente {
    background-color: var(--amarelo-esverdiado);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nome-cliente {
    color: var(--bs-gray-700);
    font-size: 14px;
    font-weight: 500;
}

.texto-depoimento {
    color: var(--bs-gray-700);
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.footer-marilene {
    background-color: var(--verde-1);
    color: #ffffff;
}

.footer-logo {
    max-width: 180px;
}


.footer-text {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

/* Ícones de Contato */
.icon-circle {
    width: 40px;
    height: 40px;
    background-color: var(--verde-3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-item span {
    font-size: 0.95rem;
}

/* Redes Sociais */
.social-icon {
    width: 45px;
    height: 45px;
    background-color: var(--verde-4);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.4rem;
    transition: transform 0.2s ease;
}

.social-icon:hover {
    background-color: var(--verde-cinza);
}

footer .social-icon:hover {
    background-color: var(--amarelo-esverdiado);
}

.footer-bottom{
    color: var(--verde-4);
}

.footer-bottom p{
    font-size: 14px;
}

.subtitulo-footer{
    color: var(--bs-gray-500);
}

.contact-item a {
    color: inherit;
    transition: opacity 0.2s;
}

.contact-item a:hover {
    opacity: 0.8;
    color: #fff;
}

.social-icon:hover img.svg-icon {
   filter: brightness(0) saturate(100%) invert(8%) sepia(51%) saturate(2132%) hue-rotate(86deg) brightness(92%) contrast(105%);
    transition: filter 0.3s ease;
}

/* --- VERSÃO DESKTOP (A partir de 769px) --- */

@media (min-width: 990px) {

    .tarja-verde svg{ 
        height: 80px;
    }

    /* Escondemos o botão hamburguer e o rodapé mobile */
    .menu-toggle, .mobile-footer, .menu-close {
        display: none !important;
    }

    .splide__slide img {
        max-height: 450px;
    }

    /* Resetamos o wrapper para se comportar como uma linha comum */
    .header-wrapper {
        position: static;
        width: auto;
        height: auto;
        background-color: transparent;
        padding: 0;
        flex-direction: row;
        display: flex !important;
        align-items: center;
        max-width: fit-content;
    }

    .header-menu ul{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .logo-header img{
        height: 94px;
    }

    .main{
        padding-top: 130px;
    }
}