<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pÃ¡gina de projetos */

/* import fonts */

@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@300;700&amp;display=swap');

/* fonte abaixo n estÃ¡ funcionando, corrigir  */
@font-face {
    font-family: 'Flat Brush';
    src: url('/FlatBrushRegular.otf') format('truetype');
}

body {

    /* medidas para pÃ¡gina toda principaal */
    width: 100%;
    max-width: 1920px;
    height: 2260px;
    margin: 0 auto; /* centraliza */
    overflow-x: hidden; /* Prevents horizontal scrolling */
}

body a {
    text-decoration: none;
}

 /* criar div main para a responsividade  */
.main {
    /* iniciar alteracoes para responsividade */
    position: relative;
}



.top-bar {
    /* Layout Properties */
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 149px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    opacity: 1;


    /* border: solid 10px blue; */
}

/* logo */
/* adicionar imagem */
.top-bar-logo { 
    /* Layout Properties */
    top: 29px;
    margin-left: 62px;
    width: 271px;
    height: 90px;
    /* UI Properties */
    opacity: 1;
    position: relative;

    background: transparent url('LOGO_COLORIDA_BRANCO.svg') 0% 0% no-repeat padding-box;

}

/* items menu */


.top-bar-menu-inicio {
    /* Layout Properties */
    top: 58px;
    margin-left: 804px;
    width: 94px;
    height: 38px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 29px/38px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;

    
    /* border: solid 10px blue; */
    position: absolute; 
}


/* Main button */
.top-bar-menu-quemsomos {
    top: 52px;
    margin-left: 979px;
    width: 214px;
    height: 38px;
    text-align: left;
    font: normal normal 300 29px/38px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    padding: 5px;
    transition: all 0.3s ease;

}

/* Dropdown container */
.dropdown {
    /* position: absolute; */
    display: list-item;
    top: 58px;
    margin-left: 979px;
    position: absolute;

}

/* Dropdown content (hidden by default) */
.dropdown-content {

    display: none;
    top: -58px;
    position: absolute;
    z-index: 1;

    background: #5F1C19 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 50px 50px;
    width: 266px;
    height: 287px;

}

/* este botÃ£o estÃ¡ dentro do menu */
.top-bar-menu-quemsomos-desativado {
    /* Layout Properties */
    margin-top: 58px;
    margin-left: 19px;
    width: 218px;
    height: 38px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #8F352A;
    opacity: 1;


}


.top-bar-menu-institucional {
    /* Layout Properties */
    margin-top: 14px;
    margin-left: 26px;
    width: 195px;
    height: 32px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
}

.top-bar-menu-nossa-historia {
    /* Layout Properties */
    margin-top: 14px;
    margin-left: 26px;
    width: 215px;
    height: 32px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
}
.top-bar-menu-equipe {
    /* Layout Properties */
    margin-top: 14px;
    margin-left: 26px;
    width: 93px;
    height: 32px;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
}

/* test */

/* Mostra o dropdown quando ativado */
.dropdown-content.show {
    display: block;
}

/* Altera aparÃªncia do botÃ£o quando ativo */
.top-bar-menu-quemsomos.active {
    background-color: #5F1C19;
    color: #fff;
}


.top-bar-menu-projetos {
    /* Layout Properties */
    top: 58px;
    margin-left: 1278px;
    width: 161px;
    height: 38px;
    /* UI Properties */
    text-align: left;
    font: normal normal 300 29px/38px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;

    /* border: solid 10px blue; */
    position: absolute; 

}

.top-bar-menu-projetos-dropdown {
   display: none;

}

.top-bar-menu-projetos-dropdown.show {
     /* Layout Properties */
    /* Layout Properties */
    top: 0px;
    margin-left: 1233px;
    width: 266px;
    height: 241px;
    /* UI Properties */
    background: #5F1C19 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 50px 50px;
    opacity: 1;

    display: block;
    position: absolute;

}

.menu-projetos-inativo {
    /* Layout Properties */
    margin-top: 58px;
    margin-left: 45px;
    width: 165px;
    height: 38px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 29px/38px Kodchasan;
    letter-spacing: 0px;
    color: #8F352A;
    opacity: 1;
}

.menu-rizoma-urbano {
    /* Layout Properties */
    margin-top: 29px;
    margin-left: 26px;
    width: 217px;
    height: 32px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
}

.menu-cocalcinhas {
    /* Layout Properties */
    margin-top: 14px;
    margin-left: 26px;
    width: 184px;
    height: 32px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 24px/32px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;
}

.top-bar-menu-transparencia {
    /* Layout Properties */
    top: 58px;
    margin-left: 1524px;
    width: 256px;
    height: 38px;
    /* UI Properties */
    text-align: left;
    font: normal normal 300 29px/38px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D2;
    opacity: 1;

    /* border: solid 10px blue; */
    position: absolute; 
    
}

.menuMobile {
    display: none; 
}

.menuDropdown {
    display: none;
}


/* seÃ§Ã£o com fundo bege */

.image{
    /* Layout Properties */
    top: 149px;
    left: 0px;
    width: 1920px;
    height: 1080px;
    /* UI Properties */
    background: transparent url('Institucional.png') 0% 0% no-repeat padding-box;
    opacity: 1;

    background-size: 100%;
    position: absolute;
}

.global {
    /* Layout Properties */
    top: 149px;
    left: 0px;
    width: 1920px;
    height: 2015px;
    /* UI Properties */
    background: #FFE7D3 0% 0% no-repeat padding-box;
    opacity: 1;
    /* position: absolute; */
}

.title {
    /* Layout Properties */
    top: 1247px;
    margin-left: 596px;
    width: 728px;
    height: 188px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 162px/188px Flat Brush;
    letter-spacing: 0px;
    color: #76A860;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
}

.text {
    /* Layout Properties */
    top: 1488px;
    margin-left: 488px;
    width: 945px;
    height: 597px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #8F352A;
    opacity: 1;
    position: absolute;
}

.footer {
    /* Layout Properties */
    top: 2164px;
    left: 0px;
    width: 100%;
    height: 369px;
    /* UI Properties */
    background: #52773D 0% 0% no-repeat padding-box;
    opacity: 1;

    /* position: absolute; */


}

.footer-logo {
    /* Layout Properties */
    margin-top: 87.94px;
    left: 313px;
    width: 298px;
    height: 99px;
    /* UI Properties */
    opacity: 1;

    position: absolute;

    background: transparent url('LOGO_BEGE.svg') 0% 0% no-repeat padding-box;

}

.footer-text {
    /* Layout Properties */
    margin-top: 221.06px;
    left: 313px;
    width: 596px;
    height: 60px;
    /* UI Properties */
    text-align: left;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;

    position: absolute;
}

.footer-text-1 {
    /* Layout Properties */
        top: 0px;
        left: 0px;
        width: 406px;
        height: 30px;
        /* UI Properties */
        text-align: left;
        font: normal normal 23px/30px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
}

.footer-icons {
    margin-top: 221.06px;
    left: 1505px;
    width: 268px;
    height: 61px;
    opacity: 1;
    position: absolute;
    /* background-color: purple; */ /* Uncomment if needed */
}

.footer-icons-1,
.footer-icons-2,
.footer-icons-3,
.footer-icons-4 {
    background-size: contain;
    width: 67px;
    height: 100%;
    position: absolute;
}

/* Position each icon */
.footer-icons-1 {
    left: 0;
    background: transparent url('INSTA.svg') no-repeat center center;
}

.footer-icons-2 {
    left: 67px;
    background: transparent url('E-MAIL.svg') no-repeat center center;
}

.footer-icons-3 {
    left: 134px;
    background: transparent url('WPP.svg') no-repeat center center;
}

.footer-icons-4 {
    left: 201px; /* Fixed to correctly stack (67*3) */
    background: transparent url('FACEBOOK.svg') no-repeat center center;
}

@media screen and (max-width: 767px) {
    /* AlteraÃ§Ãµes para telas menores que 768px */
    
    body {
        width: 430px;
        height: 1187px;
        background-color: #5F1C19;
        margin: 0 auto; /* centraliza */
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }

    .top-bar {
        top: 0px;
        left: 0px;
        width: 430px;
        height: 101px;
    }

    .top-bar-logo {
        /* Layout Properties */
        top: 29px;
        margin-left: 151px;
        width: 128px;
        height: 43px;
        /* UI Properties */
        opacity: 1;
    }   

    .top-bar-menu-inicio, .top-bar-menu-equipe, .top-bar-menu-quemsomos, .top-bar-menu-projetos, .top-bar-menu-transparencia {
        display: none; /* Ajuste o tamanho da fonte conforme necessÃ¡rio */

        /* criar menu posteriormente */
    }
    
    .menuMobile {
        /* Layout Properties */
        display: block;

        top: 39px;
        margin-left: 51px;
        width: 32px;
        height: 23px;
        /* UI Properties */
        opacity: 1;

        /* background-color: green; */
        background: transparent url('Menu.svg') 0% 0% no-repeat padding-box;
        background-size: 100%;

    }

    .menuDropdown {
        /* Layout Properties */
        top: -59px;
        margin-left: 0px;
        width: 430px;
        height: 884px;
        /* UI Properties */
        /* background: #8F352A 0% 0% no-repeat padding-box; */
        background: transparent url('menu-mobile.png') 0% 0% no-repeat padding-box;
        background-size: 100%;        
        border-radius: 0px 0px 76px 76px;
        opacity: 1;

        position: relative;

        display: none;
    }

    .menuDropdown.show {
        display: block;
    }

    .menuDropdown.close {
        display: none;

    }

        .inicio-mobile {
        /* Layout Properties */
        top: 141px;
        margin-left: 168px;
        width: 94px;
        height: 38px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 29px/38px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;
    }

    .quem-somos-mobile {
        /* Layout Properties */
        top: 239px;
        margin-left: 106px;
        width: 238px;
        height: 38px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 29px/38px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .nossa-historia-mobile {
        /* Layout Properties */
        top: 315px;
        margin-left: 118px;
        width: 194px;
        height: 29px;
        /* UI Properties */
        text-align: center;
        font: normal normal 22px/29px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .institucional-mobile {
        /* Layout Properties */
        top: 383px;
        margin-left: 126px;
        width: 178px;
        height: 29px;
        /* UI Properties */
        text-align: center;
        font: normal normal 22px/29px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .equipe-mobile {
        /* Layout Properties */
        top: 451px;
        margin-left: 173px;
        width: 84px;
        height: 29px;
        /* UI Properties */
        text-align: center;
        font: normal normal 22px/29px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .projetos-mobile {
        /* Layout Properties */
        top: 543px;
        margin-left: 133px;
        width: 164px;
        height: 38px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 29px/38px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .projeto-rizoma-mobile {
        /* Layout Properties */
        top: 619px;
        margin-left: 60px;
        width: 310px;
        height: 29px;
        /* UI Properties */
        text-align: center;
        font: normal normal 22px/29px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    .cocalcinhas-mobile {
        /* Layout Properties */
        top: 687px;
        margin-left: 132px;
        width: 166px;
        height: 29px;
        /* UI Properties */
        text-align: center;
        font: normal normal 22px/29px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;
    }

    .transparencia-mobile {
        /* Layout Properties */
        top: 786px;
        margin-left: 85px;
        width: 260px;
        height: 38px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 29px/38px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D2;
        opacity: 1;

        position: absolute;

    }

    /* botÃ£o que desativa o menu mobile  */
    .close-button {
       /* Layout Properties */
        top: 30px;
        margin-left: 360px;
        width: 25px;
        height: 25px;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        /* UI Properties */
        /* background: #FFE7D3 0% 0% no-repeat padding-box; */
        border-radius: 4px;
        opacity: 1; 

        position: absolute;
        /* border: solid 10px blue; */

    }

    /* inativo quando abre o menu mobile */
    .test.inactive {
        display: none;
    }

    /* ativo quando fecha o menu mobile  */
    .test.active {
        display: block; 
    }

    /* div a abaixo vai ser a main-div-text - alterar refs  */

    .image {
        /* Layout Properties */
        top: 100px;
        left: 0px;
        width: 430px;
        height: 242px;
        /* UI Properties */
        background: transparent url('Institucional.png') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
    }

    .global {
        /* Layout Properties */
        top: 342px;
        left: 0px;
        width: 430px;
        height: 999px;
        /* UI Properties */
        background: #FFE7D3 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .title {
        /* Layout Properties */
        top: 351px;
        margin-left: 110px;
        width: 211px;
        height: 55px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 47px/55px Flat Brush;
        letter-spacing: 0px;
        color: #76A860;
        text-transform: uppercase;
        opacity: 1;
    }
 
    .text {
        /* Layout Properties */
        top: 439px;
        margin-left: 59px;
        width: 312px;
        height: 571px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #8F352A;
        opacity: 1;
    }

    .footer {
        /* Layout Properties */
        top: 1050px;
        left: 0px;
        width: 430px;
        height: 146px;
        /* UI Properties */
        background: #52773D 0% 0% no-repeat padding-box;
        opacity: 1;
        position: absolute;
    }

    .footer-logo {
        /* Layout Properties */
        top: -50px;
        left: 45px;
        width: 109px;
        height: 36px;
        /* UI Properties */
        opacity: 1;
    }

    .footer-text {
        /* Layout Properties */
        top: -175px;
        left: 173px;
        width: 212px;
        height: 30px;
        /* UI Properties */
        text-align: left;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;

        /* border: solid 10px blue; */
    }

    .footer-text-1 {
        /* Layout Properties */
        top: 15px;
        left: 0px;
        width: 208px;
        height: 15px;
        /* UI Properties */
        text-align: left;
        font: normal normal 12px/15px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
    }

    .footer-icons {
        /* Layout Properties */
        top: -125px;
        left: 161px;
        width: 113px;
        height: 26px;
        /* UI Properties */
        opacity: 1;

        /* border: solid 10px blue; */

    }

    .footer-icons-1,
    .footer-icons-2,
    .footer-icons-3,
    .footer-icons-4 {
        background-size: contain;
        width: 28px;
        height: 100%;
        position: absolute;
}

    .footer-icons-1 {
        left: 0px;
    }

    .footer-icons-2 {
        left: 28px;
    }

    .footer-icons-3 {
        left: 56px;
    }

    .footer-icons-4 {
        left: 84px; /* Fixed to correctly stack (67*3) */
    }
}</pre></body></html>