html, body {
    max-width: 100vw !important;
    width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

/* Menu e Cabeçalho */

.bloco-info h3{
    font-size: 2.43vw;
}

#texto-projetos h1, .bloco-info h3{
    -webkit-text-stroke: 0.14vw var(--roxo-escuro);
    font-weight: 900;
}

.main-header {
    position: relative;
    z-index: 10000;
}

.logo-menu-container {
    position: fixed;
    top: 5vh;
    right: 1.74vw;
    z-index: 9999;
}

#logo-area {
    position: relative;
    width: 2.98vw;
    height: 9.72vh;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#logo-area img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

#logo-area:hover {
    transform: scale(1.08);
}

.logo-fade-in {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.logo-fade-out {
    opacity: 0 !important;
    transform: scale(0.9) !important;
}

.menu-nav {
    position: fixed;
    top: 18vh;
    right: 0;
    width: 15.97vw;
    background: var(--roxo-escuro);
    padding: 1.39vw;
    border-radius: 1.11vw 0 0 1.11vw;
    box-shadow: 0 0.28vh 2.78vh rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(2.78vw);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-nav img {
    width: 12.5vw;
    display: block;
    margin: 0 auto 1.04vw;
}

.menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0.69vw 0;
}

.menu-nav ul li {
    margin: 0.69vw 0;
    text-align: center;
}

.menu-nav ul li a {
    color: var(--branco);
    text-decoration: none;
    font-size: 1.11vw;
    transition: color 0.2s;
}

.menu-nav ul li a:hover {
    color: var(--rosa-claro);
}

.menu-nav .redes {
    display: flex;
    justify-content: center;
    gap: 0.69vw;
    margin-top: 1.67vh;
}

.menu-nav .redes img {
    width: 1.53vw;
    height: 2.44vh;
    transition: transform 0.2s;
}

.menu-nav .redes img:hover {
    transform: scale(1.15);
}

.menu-nav p {
    text-align: center;
    color: var(--branco);
    margin-top: 1.33vh;
    font-size: 0.9vw;
    opacity: 0.8;
}

/* SEÇÃO INÍCIO */
.banner-principal {
    display: flex;
    width: 100%;
    height: 100vh;
}

.coluna-esquerda {
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
    position: relative;
}

.coluna-esquerda__logo {
    position: absolute;
    transform: translateX(-50%);
    top: 5vh;
    left: 50%;
    z-index: 20;
}

.logo-sarah-inicio{
    font-size: 2.78vw;
}

.logo-beauty-inicio{
    letter-spacing: 2.08vw;
    text-align: center;
    margin-top: 0.56vh;
    font-weight: 100;
}

.coluna-esquerda__logo svg path {
    fill: #8E3F7D;
}

.coluna-esquerda__conteudo {
    position: absolute;
    margin-top: 8vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coluna-esquerda__texto {
    text-align: center;
}

.coluna-esquerda__texto h1 {
    line-height: 0.8;
}

.titulo-script {
    display: block;
    font-weight: normal;
    font-size: 4vw;
    margin-bottom: -2vh;
    position: relative;
    z-index: 2;
}

.titulo-destaque {
    font-size: 6.8vw;
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 1;
    transform: translateX(0.2vw);
}

.subtitulo {
    font-weight: normal;
    font-size: 2.2vw;
    margin-top: 1.5vh;
}

.coluna-esquerda__botao, .btn-vermais{
    margin-top: 10vh;
}

.coluna-esquerda__seta {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    z-index: 1;
    animation: flutuar 2s ease-in-out infinite;
}

.coluna-esquerda__seta svg {
    height: 2.5vh;
    width: auto;
}

.coluna-esquerda__seta svg path {
    stroke: var(--roxo-escuro);
    stroke-width: 0.49vw;
}

.coluna-direita {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url('../img/index/bgfundoinicio.png') no-repeat;
    background-size: cover;
}

.coluna-direita__modelo {
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translateX(-50%);
    width: 60.06vw;
    height: 85.74vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 10;
}

.coluna-direita__modelo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.coluna-direita__elemento-fundo {
    position: absolute;
    width: 25.5vw;
    top: 5%;
    left: 1%;
    z-index: 1;
}

.coluna-direita__elemento-fundo svg path {
    stroke: var(--branco);
    stroke-width: 0.21vw;
    fill: none;
}

/* SEÇÃO SOBRE */
.secao-sobre {
    width: 100%;
    min-height: 100vh;
    background: var(--laranja-claro);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

.sobre-barra-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
    width: 80%;
    margin: 0 auto;
}

.bloco-info {
    flex: 1;
    padding: 5vh 2vw;
    text-align: left;
}

.info-bloco--destaque {
    background-color: var(--roxo-escuro);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.font-glow-better {
    line-height: 1.2;
}

.bloco-info h2 {
    font-size: 2.08vw;
}

.numero {
    font-size: 5.56vw;
}

.info-bloco--destaque .numero {
    line-height: 1;
}

.info-bloco--destaque p{
    font-size: 1vw;
    margin-top: 2vh;
    word-spacing: 0.21vw;
}

.bloco-info h3 {
    font-size: 1.25vw;
    margin-bottom: 1vh;
    word-spacing: 0.69vw;
}

.bloco-info h4 {
    font-size: 0.69vw;
}

.sobre-conteudo {
    position: relative;
    height: 100vh;
    margin: 2.78vh auto;
}

.secao-gif {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gif-animado {
    position: absolute;
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.modelo-secao-gif {
    position: relative;
    height: 100vh;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
}

#elemento-fundo svg {
    position: absolute;
    width: 30.5vw;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.sobre-texto {
    z-index: 3;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: absolute;
    left: 80%;
    top: 47%;
}

.sobre-texto h1 {
    font-size: 2.78vw;
    margin-bottom: 3vw;
}

.sobre-texto h3 {
    font-size: 1vw;
    width: 20vw;
}

/* SEÇÃO PROJETOS */
#secao-projetos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, var(--laranja-claro) 55%, var(--branco));
    padding: 10px;
}

#secao-projetos h4 {
    margin-top: 90px;
    font-size: 25px;
}

#titulo{
    font-size: 30px;
}

#expert {
    font-size: 80px;
    z-index: 1;
}

#categoria {
    position: absolute;
    top: 30vh;
    left: 63vw;
    font-size: 90px;
    z-index: 2;
}

#projetos img {
    width: 467.5px;
    height: 550px;
    object-fit: contain;
}

#texto-projetos {
    text-align: center;
}

#seta {
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
}

#projetos img,
#texto-projetos {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.slide-out {
    transform: translateX(-100px);
    opacity: 0;
}

.slide-in {
    transform: translateX(100px);
    opacity: 0;
}

.slide-in-active {
    transform: translateX(0);
    opacity: 1;
}

/* SEÇÃO GALERIA */
#galeria {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 100vh;
}

.galeria-grid-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100vh;
}

.colun-direita, .colun-esquerda {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33%;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.colun-direita{
    transform: translateY(-100%);
}

.colun-esquerda{
    transform: translateY(100%);
}

.central{
    opacity: 1;
    max-width: 33.33%;
    overflow: hidden;
}

.central img{
    object-fit: cover;
    transition: transform 0.5s ease;
    transform: scale(1.05);
}

.img-central{
    max-width: 590px;
    overflow: hidden;
}

.galeria-img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.galeria-botao-area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.galeria-botao {
    width: 25vw;
    height: 8vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-botao.png);
    transition: transform 0.2s ease-in-out;
}

.galeria-botao:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

/* SEÇÃO SARA */
#secao-sara {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10vw;
    padding: 0 10%;
    background-color: var(--branco);
    overflow: hidden;
    box-sizing: border-box;
}

#colunasara-esquerda {
    position: relative;
    width: 37.5vw;
    height: 37.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#foto-sara {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
    display: block;
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

#foto-sara:hover {
    transform: scale(1.05);
}

#colunasara-direita {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#colunasara-direita h1 {
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 25px;
    color: #8E3F7D;
    background: linear-gradient(90deg, #8E3F7D, #581d43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#colunasara-direita p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
    color: #333;
}

/* SEÇÃO CONTATO */
#secao-contato {
    background-color: var(--laranja-claro);
    display: flex;
    width: 100vw;
    flex-direction: column;
}

#secao-sara-linha {
    width: 100%;
    display: block;
    margin-bottom: auto;
    cursor: default;
}

.link-invisivel{
    cursor: default;
}


.secao-contato-informacoes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
    width: 100vw;
}

#secao-contato-texto-esquerda{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

#secao-contato-texto-esquerda h1 {
    font-size: 2.19rem;
}

#secao-contato-texto-esquerda h2 {
    font-size: 1.56rem;
}

#secao-contato-mapa-direita {
    width: 600px;
    height: 450px;
    border: 3px solid var(--roxo-escuro);
    overflow: hidden;
    margin: 5.56vh;
}

#secao-contato-mapa-direita iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* FOOTER */
#main-footer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    margin-top: 1.85vh;
}

#main-footer a {
    text-decoration: none;
}

hr {
    width: 90%;
    border-top: 2px solid #8E3F7D;
    margin: 1.5vh 0;
}

#footer-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.93vh;
    font-size: 1.3vw;
    z-index: 1;
}

#footter_img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

@keyframes flutuar {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* sobe */
    }
    100% {
        transform: translateY(0); /* volta */
    }
}

/* ========================================= */
@media (max-width: 450px) {

    /* 1. O MENU DE LINKS (FAIXA NO TOPO) */
    .menu-nav {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        height: 35px !important;
        background-color: #ffffff;
        border-bottom: 1px solid rgba(142, 63, 125, 0.1);
        padding: 0 !important;
        z-index: 10010;
        opacity: 1 !important;
        transform: none !important;
        border-radius: 0 !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    /* LISTA DE LINKS */
    .menu-nav ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 15px;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .menu-nav ul li {
        margin: 0 !important;
        padding: 0;
    }

    .menu-nav ul li a {
        font-size: 0.6rem !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        color: #8E3F7D !important;
        text-decoration: none;
        white-space: nowrap;
    }

    /* ITENS ANTIGOS */
    .menu-nav img, .menu-nav .redes, .menu-nav p {
        display: none !important;
    }

    /* 2. A LOGO (ABAIXO DOS LINKS) */
    #logo-area {
        display: block !important;
        position: absolute !important;
        top: 30px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 60px !important;
        height: auto !important;
        z-index: 10005;
        opacity: 1 !important;
    }

    .main-header {
        height: 100px !important;
    }

    #logo-area img{
        display: none !important;
    }

    /* SEÇÃO INÍCIO (BANNER) */
    .banner-principal {
        flex-direction: column !important;
        height: auto !important;
        min-height: 100vh;
        padding-top: 20px;
        overflow: hidden;
    }

    /* AREA SUPERIOR (TEXTOS) */
    .coluna-esquerda {
        width: 100% !important;
        height: auto !important;
        padding: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    /* LOGO */
    .coluna-esquerda__logo {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin-bottom: 60px !important;
        text-align: center;
        display: block !important;
    }

    .logo-sarah-inicio {
        font-size: 1.2rem !important;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }

    .logo-beauty-inicio {
        font-size: 0.6rem !important;
        color: #8E3F7D !important;
        letter-spacing: 4px;
        margin-top: 2px;
    }

    .coluna-esquerda__conteudo {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* TITULO "Sua beleza em" */
    .titulo-script {
        font-size: 2rem !important;
        font-weight: 400;
        margin-bottom: -15px !important;
        z-index: 2;
    }

    /* TITULO "DESTAQUE" */
    .titulo-destaque {
        font-size: 3.8rem !important;
        font-weight: 700;
        text-transform: uppercase;
        transform: none !important;
        z-index: 1;
    }

    /* SUBTITULO */
    .subtitulo {
        font-size: 0.9rem !important;
        margin-top: 15px;
        font-weight: 400;
        text-align: center;
    }

    .coluna-esquerda__botao {
        background: linear-gradient(90deg, #E56E77 0%, #EE8D6D 100%) !important;
        border-radius: 50px !important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.9rem !important;
        margin-top: 25px;
        border: none;
        box-shadow: 0 4px 15px rgba(229, 110, 119, 0.4);
    }

    .coluna-esquerda__seta {
        display: none !important;
    }

    /* AREA INFERIOR (FOTO) */
    .coluna-direita {
        width: 100% !important;
        height: 60vh !important;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .coluna-direita__elemento-fundo {
        top: 5% !important;
        left: 50% !important;
        transform: translateX(-50%);
        width: 90% !important;
        opacity: 0.6;
        z-index: 1;
    }

    .coluna-direita__elemento-fundo svg path {
        stroke: white !important;
        stroke-width: 1px !important;
    }

    /* MODELO */
    .coluna-direita__modelo {
        width: 100% !important;
        height: 90% !important;
        position: absolute;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 2;
    }

    .coluna-direita__modelo img {
        height: 100% !important;
        width: auto !important;
        max-width: none;
        object-fit: contain;
        object-position: bottom center;
    }

    /* SEÇÃO SOBRE */
    .secao-sobre {
        min-height: auto !important;
        height: auto !important;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .sobre-barra-info {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0;
        gap: 0;
    }

    .bloco-info {
        width: 100%;
        padding: 20px 30px;
        text-align: center;
        border: none;
        margin: 0;
        align-items: center;
        justify-content: center;
    }

    /* TITULO: + ESTILO & AUTOESTIMA */
    .bloco-info:first-child h2 {
        font-size: 2rem !important;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    /* BLOCO ROXO (12 ANOS) */
    .info-bloco--destaque {
        width: 100% !important;
        padding: 40px 10px !important;
        border-radius: 0;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 35px !important;
        margin: 0px !important;
    }

    .info-bloco--destaque .numero {
        font-size: 5.5rem !important;
        color: #FBD3C9;
        font-weight: 700;
        line-height: 0.8 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .info-bloco--destaque p {
        color: #FBD3C9 !important;
        text-align: left !important;
        line-height: 1.1;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 150px;
    }

    /* FOCADA EM / + DE 5 / SOMOS 5 */
    .bloco-info h3 {
        font-size: 1.1rem !important;
        font-weight: 900;
        color: #8E3F7D;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    /* TEXTOS DE APOIO */
    .bloco-info p {
        font-size: 0.9rem !important;
        color: #8E3F7D;
        font-weight: 400;
        line-height: 1.3;
        max-width: 90%;
        margin: 0 auto;
    }

    /* LINHAS DIVISORIAS */

    /* Linha abaixo de "Focada em..." */
    .bloco-info:nth-child(3)::after {
        content: "";
        display: block;
        width: 60%;
        height: 1px;
        background-color: #8E3F7D;
        opacity: 0.4;
        margin: 25px auto 0 auto;
    }

    /* Linha entre "+ de 5" e "Somos 5" (assumindo que estão na mesma div final) */
    .bloco-info:last-child p:nth-of-type(1) {
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(142, 63, 125, 0.4);
        width: 60%;
        margin: 0 auto 25px auto;
    }

    /* --- GIF + BEAUTY --- */
    .sobre-conteudo {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
        position: relative;
        height: auto !important;
    }

    /* (Modelo + Gif) */
    .secao-gif {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }

    /* Foto da Modelo */
    .modelo-secao-gif {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 85% !important;
        height: auto !important;
        max-width: 350px;
        z-index: 2;
        display: block;
    }

    /* Coroa */
    #elemento-fundo {
        display: block !important;
        position: absolute;
        top: 10%;
        left: 50%;
        width: 80%;
        z-index: 2;
    }

    #elemento-fundo svg {
        width: 100% !important;
        height: auto !important;
        position: static !important;
        fill: none;
        stroke: white;
    }

    /* --- TEXTOS "BEAUTY" --- */
    .sobre-texto {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        margin-top: -40px;
        z-index: 3;
    }

    /* Título "Beauty" */
    .sobre-texto h1 {
        font-size: 4rem !important;
    }

    /* Subtítulo "PORQUE ACREDITAMOS..." */
    .sobre-texto h3 {
        font-size: 0.75rem !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 2;
        width: 100%;
        max-width: 300px;
        margin-top: 40px;
        text-align: center;
    }

    /* SEÇÃO PROJETOS */
    #secao-projetos {
        flex-direction: column;
        height: auto !important;
        min-height: auto !important;
        padding: 40px 20px;
        gap: 10px;
        align-items: center;
        text-align: center;
        position: relative;
    }

    /* --- IMAGEM DA MODELO --- */
    #projetos {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        order: -1;
    }

    #img-projetos {
        width: 100%;
        max-width: 320px;
        height: auto;
        aspect-ratio: 4/5;
        object-fit: cover;
        border-radius: 0;
        margin: 0;
    }

    /* --- ÁREA DE TEXTO --- */
    #texto-projetos {
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    /* MAKEUP */
    #titulo {
        font-size: 0.9rem !important;
        font-weight: 900;
        letter-spacing: 1px;
        color: #8E3F7D;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    /* EXPERT EM */
    #expert {
        font-size: 3rem !important;
        line-height: 0.9;
        font-weight: 700;
        margin: 0;
        z-index: 1;
    }

    /* PELES */
    #categoria {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        font-size: 3.5rem !important;
        margin-top: -35px;
        z-index: 2;
        display: block;
        width: 100%;
        text-align: center;
    }

    /* DESCRIÇÃO */
    #descricao {
        font-size: 1rem !important;
        color: #000;
        font-weight: 400;
        margin-bottom: 25px;
        margin-top: 40px !important;
    }

    /* BOTÃO VER MAIS */
    #btn-vermais {
        padding: 12px 50px;
        font-size: 0.9rem;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        width: auto;
        margin-top: 0;
        display: inline-block;
        box-shadow: none;
    }

    /* SETA */
    #seta {
        position: absolute;
        top: 60vw;
        right: 20px;
        width: 30px;
        opacity: 0.8;
        z-index: 10;
        display: block;
        transform: translateY(-50%);
    }

    #seta img {
        width: 100%;
    }

    /* GALERIA */
    #galeria {
        display: block;
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 0px !important;
        padding: 40px 0;
        background-color: #ffffff;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }

    .galeria-grid-container {
        height: auto !important;
        min-height: 0 !important;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    /* COLUNAS LATERAIS */
    .colun-esquerda, .colun-direita {
        width: 15%;
        opacity: 1 !important;
        transform: none !important;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
    }

    /* IMAGENS LATERAIS */
    .colun-esquerda img {
        width: 400%;
        max-width: none;
        height: auto;
        margin-left: -300%;
        object-fit: cover;
    }

    .colun-direita img {
        width: 400%;
        max-width: none;
        height: auto;
        margin-left: 0;
        object-fit: cover;
    }

    /* COLUNA CENTRAL */
    .central {
        width: 65%;
        max-width: none;
        opacity: 1 !important;
        transform: none !important;
        margin-bottom: 0;
        order: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .central img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transform: none !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* BOTAO VER MAIS */
    .galeria-botao-area {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .galeria-botao {
        width: 100%;
        background-image: none;
        background-color: #EE7768;
        border-radius: 50px;
        color: white;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.8rem;
        height: 45px;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* SEÇÃO SARA */
    #secao-sara {
        flex-direction: column;
        min-height: auto;
        padding: 50px 30px;
        gap: 30px;
        background-color: white;
        position: relative;
        z-index: 6;
        margin-top: 20px;
    }

    #colunasara-esquerda {
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    #foto-sara {
        width: 70%;
        max-width: 280px;
        height: auto;
        transform: none !important;
    }

    #colunasara-direita {
        width: 100%;
        max-width: 100%;
        padding: 0;
        align-items: center;
    }

    #colunasara-direita h1 {
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: center;
        font-weight: 900;
        margin-bottom: 25px;
    }

    #colunasara-direita p {
        font-size: 0.85rem;
        line-height: 1.8;
        text-align: justify;
        color: #333;
        margin-bottom: 15px;
        letter-spacing: 0.3px;
    }

    /* CONTATO */
    #secao-contato {
        background-color: #FBD3C9;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    #secao-sara-linha {
        display: none;
    }

    .secao-contato-informacoes {
        flex-direction: column;
        padding: 0 30px;
        gap: 30px;
        align-items: flex-start;
    }

    /* --- TEXTOS DE CONTATO --- */
    #secao-contato-texto-esquerda {
        width: 100%;
        text-align: left;
        align-items: flex-start;
        gap: 25px;
    }

    /* --- MAPA --- */
    #secao-contato-mapa-direita {
        width: 100%;
        height: 300px;
        border: 2px solid #8E3F7D;
        margin: 0;
        margin-bottom: 40px;
    }

    /* --- FOOTER --- */
    #main-footer {
        background-color: white;
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 0;
    }

    #footer-links {
        width: 100%;
        padding: 0 30px;
        justify-content: space-between;
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .link-footer {
        font-size: 1rem !important;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #555;
    }

    .linha-footer {
        width: 90%;
        border-top: 1px solid #CCA3C2;
        margin: 10px auto 0 auto;
        opacity: 0.7;
    }

    #footter_img img {
        width: 80%;
    }
}

