/* página de projetos */

/* import fonts */

@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@300;700&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: 9046px;
    margin: 0 auto; /* centraliza */
    overflow-x: hidden; /* Prevents horizontal scrolling */

}

 /* 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 */

.main-div-text{
    /* Layout Properties */
    top: 149px;
    left: 0px;
    width: 1920px;
    height: 1409px;
    /* UI Properties */
    /* alterar p fundo com casa */
    background: transparent url('onda1.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    /* position: absolute; */
    
    opacity: 1;

}

.main-div-text-logo {
    /* Layout Properties */
    margin-top: 137.84px;
    /* top: 287px; */
    left: 494px;
    width: 286px;
    height: 286px;
    /* UI Properties */
    opacity: 1;

    background-color: blue;
    background: transparent url('logo.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    position: absolute;

}


.main-div-text-title {
    /* Layout Properties */
    margin-top: 160.83px;
     /* top: 310px; */
     left: 840px;
     width: 585px;
     height: 239px;
     /* UI Properties */
     text-align: left;
     font: normal normal normal 113px/108px Flat Brush;
     letter-spacing: 0px;
     color: #FFE7D3;
     text-transform: uppercase;
     opacity: 1; 
     position: absolute
 }


.main-div-text-text-title {
    /* Layout Properties */
    /* top: 697px; */
    margin-top: 548px;
    left: 491px;
    width: 551px;
    height: 119px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 102px/98px Flat Brush;
    letter-spacing: 0px;
    color: #AF5902;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
}

.main-div-text-text {
    /* Layout Properties */
    /* top: 862px; */
    margin-top: 713px;
    left: 491px;
    width: 532px;
    height: 622px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
    position: absolute;
}

.imagem-projeto {


    /* Layout Properties */
    /* top: 741px; */
    margin-top: 592px;
    left: 1077px;
    width: 512px;
    height: 761px;
    /* UI Properties */
    background: transparent url('projeto.png') 0% 0% no-repeat padding-box;
    opacity: 1;

    position: absolute;
    background-size: 100%;

}



/* seção título objetivos */

.objetivos {
    /* Layout Properties */
    top: 1484px;
    left: -0.0009765625px;
    width: 1920px;
    height: 1933px;
    /* UI Properties */
    /* background: #76A860 0% 0% no-repeat padding-box; */
    opacity: 1;

    /* position: absolute; */
    background: transparent url('onda2.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    position: absolute;
   
    

    
}


.objetivos-title {
    /* Layout Properties */
    /* top: 1600px; */
    margin-top: 215.75px;
    margin-left: 796px;
    width: 328px;
    height: 119px;
    /* UI Properties */
    text-align: center;
    font: normal normal normal 102px/98px Flat Brush;
    letter-spacing: 0px;
    color: #FFE7D3;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;

}

.objetivos-icons-1{
    /* Layout Properties */
    margin-top: 377.75px;
    margin-left: 494px;
    width: 932px;
    height: 280px;
    /* UI Properties */
    background: #52773D 0% 0% no-repeat padding-box;
    border-radius: 66px;
    opacity: 1;
}

.objetivos-icons-1-image {
    /* Layout Properties */
    /* top: 1812px; */
    margin-top: 50.15px;
    margin-left: 52.15px;
    width: 119px;
    height: 130px;
    /* UI Properties */
    opacity: 1;

    /* background-color: blue; */
    background: transparent url('maos-icon.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;

    position: absolute;
    
}

.objetivos-icons-1-text {
    /* Layout Properties */
    /* top: 1794px; */
    margin-top: 32px;
    margin-left: 218px;
    /* Layout Properties */
    width: 600px;
    height: 33px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;

    position: absolute;


}

.objetivos-icons-2 {
    /* Layout Properties */
    margin-top: 17px;
    margin-left: 494px;
    width: 932px;
    height: 230px;
    /* UI Properties */
    background: #52773D 0% 0% no-repeat padding-box;
    border-radius: 66px;
    opacity: 1;


}

.objetivos-icons-2-image {
    /* Layout Properties */
    /* top: 1812px; */
    margin-top: 50.15px;
    margin-left: 52.15px;
    width: 119px;
    height: 130px;
    /* UI Properties */
    opacity: 1;

    /* background-color: blue; */
    position: absolute;

    background: transparent url('paint-icon.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    
}

.objetivos-icons-2-text {
    /* Layout Properties */
    /* top: 1794px; */
    margin-top: 80.15px;
    margin-left: 218px;
    /* Layout Properties */
    width: 600px;
    height: 33px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;

    position: absolute;


}

.objetivos-icons-3 {
    /* Layout Properties */
    margin-top: 17px;
    margin-left: 494px;
    width: 932px;
    height: 280px;
    /* UI Properties */
    background: #52773D 0% 0% no-repeat padding-box;
    border-radius: 66px;
    opacity: 1;


}

.objetivos-icons-3-image {
    /* Layout Properties */
    /* top: 1812px; */
    margin-top: 50.15px;
    margin-left: 52.15px;
    width: 119px;
    height: 130px;
    /* UI Properties */
    opacity: 1;

    position: absolute;

    background: transparent url('star.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    
}

.objetivos-icons-3-text {
    /* Layout Properties */
    /* top: 1794px; */
    margin-top: 32px;
    margin-left: 218px;
    /* Layout Properties */
    width: 600px;
    height: 33px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;

    position: absolute;


}

.objetivos-image {
    /* background: transparent url('DEMOCRATIZAR_CONHECIMENTO.svg') 0% 0% no-repeat padding-box; */
    /* Layout Properties */
    margin-top: 1065px auto;
    left: 520px; 
    /* margin-left: 390px; */
    width: 1140px;
    height: 760px;
    /* UI Properties */
    background: transparent url('objetivos.png') 0% 0% no-repeat padding-box;
    opacity: 1;

    background-size: 75%;
    position: absolute; 

}


/* seção diferenciais */
.diferenciais {
    /* Layout Properties */
    top: 3279px;
    left: -0.0009765625px;
    width: 100%;
    height: 3301px;
    /* UI Properties */
    /* background: #D52616 0% 0% no-repeat padding-box; */
    background: transparent url('onda3.svg') 0% 0% no-repeat padding-box;

    opacity: 1;
    background-size: 100%;
    position: absolute;    
}
.diferenciais-title {
    /* Layout Properties */
    /* top: 3468px; */
    margin-top: 289px;
    margin-left: 753px;
    width: 414px;
    height: 119px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 102px/98px Flat Brush;
    letter-spacing: 0px;
    color: #FFE7D3;
    text-transform: uppercase;
    opacity: 1;

}


.diferenciais-icons-1 {
    /* Layout Properties */
    /* top: 3645px; */
    margin-top: 66.4px;
    margin-left: 440px;
    width: 331px;
    height: 636px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    border-radius: 76px;
    opacity: 1;

    position: absolute; 
}

.diferenciais-icons-1-icon {
    /* Layout Properties */
    /* top: 3680px; */
    margin-top: 30px;
    /* left: 530px; */
    margin-left: 125.02px;
    width: 133px;
    height: 133px;
    /* UI Properties */
    opacity: 1;
    background-color: #52773D;

    background: transparent url('flow-icon.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
}

.diferenciais-icons-1-title {
    margin-left: 45px;
    margin-top: 10px;;
    
    /* Layout Properties */
    /* top: 3853px; */
    /* left: 485px; */
    width: 215px;
    height: 66px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-1-text {
    /* Layout Properties */
    top: 3935px;
    /* left: 481px; */
    margin-left: 41px;
    width: 249px;
    height: 289px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 20px/26px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-2 {
    /* Layout Properties */
    /* top: 3645px; */
    margin-top: 66.4px;
    margin-left: 795px;
    width: 331px;
    height: 636px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    border-radius: 76px;
    opacity: 1;
    position: absolute;

}

.diferenciais-icons-2-icon {
    /* Layout Properties */
    top: 3680px;
    /* left: 530px; */
    margin-top: 30px;
    margin-left: 125.02px;
    width: 133px;
    height: 133px;
    /* UI Properties */
    opacity: 1;
    background: transparent url('location-icon.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
}

.diferenciais-icons-2-title {
    margin-left: 45px;
    
    /* Layout Properties */
    /* top: 3853px; */
    margin-top: 10px;
    /* left: 485px; */
    width: 215px;
    height: 66px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-2-text {
    /* Layout Properties */
    top: 3935px;
    /* left: 481px; */
    margin-left: 41px;
    width: 249px;
    height: 289px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 20px/26px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-3 {
    /* Layout Properties */
    margin-top: 66.4px;
    margin-left: 1163px;
    width: 331px;
    height: 636px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    border-radius: 76px;
    opacity: 1;
    position: absolute;
}

.diferenciais-icons-3-icon {
    /* Layout Properties */
    top: 3680px;
    /* left: 530px; */
    margin-top: 30px;
    margin-left: 145.02px;
    width: 133px;
    height: 133px;
    /* UI Properties */
    opacity: 1;
    background-color: #52773D;
    background: transparent url('mao-fechada-icon.tif.svg') 0% 0% no-repeat padding-box;
    background-size: 50%;
}

.diferenciais-icons-3-title {
    margin-left: 45px;
    margin-top: 10px;
    
    /* Layout Properties */
    /* top: 3853px; */
    /* left: 485px; */
    width: 215px;
    height: 66px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-3-text {
    /* Layout Properties */
    top: 3935px;
    /* left: 481px; */
    margin-left: 41px;
    width: 249px;
    height: 289px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 20px/26px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-4 {
    /* Layout Properties */
    /* top: 4329px; */
    margin-top: 750px;
    left: 440px;
    width: 1054px;
    height: 969px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    border-radius: 76px;
    opacity: 1;
    position: absolute;
}

.diferenciais-icons-4-title {
    /* Layout Properties */
    /* top: 4377px; */
    /* left: 776px; */
    margin-left: 335.75px;
    margin-top: 47.62px;
    width: 473px;
    height: 52px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 40px/52px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;
}

.diferenciais-icons-4-icon-1 {
    /* Layout Properties */
    /* top: 4391px;
    left: 485px; */
    /* margin-top: 61.19px; */
    margin-left: 45px;
    width: 229px;
    height: 193px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('onu-icon.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
}

.diferenciais-icons-4-text-1 {
    /* Layout Properties */
    /* top: 4450px;
    left: 776px; */
    margin-top: -152.38px;
    margin-left: 304px;
    width: 669px;
    height: 132px;
    /* UI Properties */
    text-align: left;
    font: normal normal 600 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;

}

.diferenciais-icons-4-icon-2 {
    /* Layout Properties */
    /* top: 4391px;
    left: 485px; */
    margin-top: 41.19px;
    margin-left: 75px;
    width: 229px;
    height: 193px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('4.jpg') 0% 0% no-repeat padding-box;
    background-size: 70%;
}

.diferenciais-icons-4-text-2 {
    /* Layout Properties */
    /* top: 4450px;
    left: 776px; */
    margin-top: -162.38px;
    margin-left: 304px;
    width: 669px;
    height: 132px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;

}

.diferenciais-icons-4-icon-3 {
    /* Layout Properties */
    /* top: 4391px;
    left: 485px; */
    margin-top: 51.19px;
    margin-left: 75px;
    width: 229px;
    height: 193px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('10.jpg') 0% 0% no-repeat padding-box;
    background-size: 70%;
}

.diferenciais-icons-4-text-3 {
    /* Layout Properties */
    /* top: 4450px;
    left: 776px; */
    margin-top: -152.38px;
    margin-left: 304px;
    width: 669px;
    height: 132px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;

}

.diferenciais-icons-4-icon-4 {
    /* Layout Properties */
    /* top: 4391px;
    left: 485px; */
    margin-top: 41.19px;
    margin-left: 75px;
    width: 229px;
    height: 193px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('17.jpg') 0% 0% no-repeat padding-box;
    background-size: 70%;
}

.diferenciais-icons-4-text-4 {
    /* Layout Properties */
    /* top: 4450px;
    left: 776px; */
    margin-top: -162.38px;
    margin-left: 304px;
    width: 669px;
    height: 132px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;

}


.diferenciais-icons-5 {
    /* Layout Properties */
    /* top: 5346px; */
    margin-top: 1800px;
    left: 440px;
    width: 1054px;
    height: 320px;
    /* UI Properties */
    background: #8F352A 0% 0% no-repeat padding-box;
    border-radius: 76px;
    opacity: 1;
    position: absolute;
}

.diferenciais-icons-5-icon {
    /* Layout Properties */
    top: 5452px;
    /* left: 503px; */
    margin-top: 105.41px;
    margin-left: 63px;
    width: 240px;
    height: 109px;
    /* UI Properties */
    opacity: 1;
    /* background-color: #52773D; */

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

 
}

.diferenciais-icons-5-text {
    /* Layout Properties */
    margin-top: -150.82px;
    margin-left: 333px;

    width: 593px;
    height: 33px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
}

.diferenciais-image {
    /* Layout Properties */
    top: 2600px;
    margin-left: 488px;
    width: 1144px;
    height: 762px;
    /* UI Properties */
    background: transparent url('Diferenciais.png') 0% 0% no-repeat padding-box;
    background-size: 85%;
    opacity: 1;
    position: absolute; 
}

.paranoa {
    /* Layout Properties */
    top: 6523px;
    left: -0.0009765625px;
    width: 1920px;
    height: 2154px;
    /* UI Properties */
    background: #FFE7D3 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;

    background: transparent url('onda4.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
}

.paranoa-title {
    /* Layout Properties */
    /* top: 6676px; */
    margin-top: 303.42px;
    margin-left: 638px;
    width: 644px;
    height: 119px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 102px/98px Flat Brush;
    letter-spacing: 0px;
    color: #8F352A;
    text-transform: uppercase;
    opacity: 1;
    /* position: absolute; */
}

.paranoa-image {
    /* Layout Properties */
    top: 6795px;
    margin-left: 345px;
    width: 1230px;
    height: 1209px;
    /* UI Properties */
    background: transparent url('paranoa.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    /* position: absolute; */
    background-size: 100%;

}

.paranoa-text {
    /* Layout Properties */
    top: 8047px;
    margin-left: 440px;
    width: 1054px;
    height: 429px;
    /* UI Properties */
    text-align: left;
    font: normal normal normal 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #8F352A;
    opacity: 1;
    /* position: absolute; */
}


.footer {
    /* Layout Properties */
    margin-top: 7106px;
    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 query - mobile */

@media screen and (max-width: 767px) {
    /* Alterações para telas menores que 768px */
    
    body {
        width: 430px;
        height: 7567px;
        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; */

    }

    .main {
        width: 430px;
        overflow-x: hidden;
        /* Prevents horizontal scrolling */
    }

    
    .main-div-text {
        /* Layout Properties */
        top: 101px;
        left: 0px;
        width: 430px;
        height: 1313px;
        /* UI Properties */
        opacity: 1;
        background: transparent url('onda1_mobile.svg') 0% 0% no-repeat padding-box;
        background-size: 100%;

        
    }

    /* inativo quando abre o menu mobile */
    .main-div-text.inactive {
        display: none;
    }

    /* ativo quando fecha o menu mobile  */
    .main-div-text.active {
        display: block; 
    }
    
    .main-div-text-logo {
        /* Layout Properties */
        margin-top: 48px;
        left: 142px;
        width: 145px;
        height: 145px;
        /* UI Properties */
        opacity: 1;
    }

    .main-div-text-title {
        /* Layout Properties */
        margin-top: 210px;
        left: 49px;
        width: 332px;
        height: 136px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 64px/61px Flat Brush;
        letter-spacing: 0px;
        color: #FFE7D3;
        text-transform: uppercase;
        opacity: 1;
    }

    .main-div-text-text-title {
        /* Layout Properties */
        margin-top: 333px;
        left: 88px;
        width: 254px;
        height: 55px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 47px/56px Flat Brush;
        letter-spacing: 0px;
        color: #AF5902;
        text-transform: uppercase;
        opacity: 1;
    }

    .main-div-text-text {
        /* Layout Properties */
        margin-top: 397px;
        left: 83px;
        width: 264px;
        height: 402px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;

    }

    .imagem-projeto {
        /* Layout Properties */
        margin-top: 809px;
        left: 67px;
        width: 296px;
        height: 439px;
        /* UI Properties */
        background: transparent url('projeto.png') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
        
    }

    .objetivos {
        /* Layout Properties */
        top: 1398px;
        left: 0px;
        width: 430px;
        height: 1421px;
        /* UI Properties */
        background: transparent url('onda2_mobile.svg') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
    }

    .objetivos-title {
        /* Layout Properties */
        top: -120px;
        margin-left: 140px;
        width: 150px;
        height: 55px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 47px/98px Flat Brush;
        letter-spacing: 0px;
        color: #FFE7D3;
        text-transform: uppercase;
        opacity: 1;

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

    .objetivos-icons-1 {
        /* Layout Properties */
        margin-top: 230px;
        margin-left: 47px;
        width: 336px;
        height: 321px;
        /* UI Properties */
        background: #52773D 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }

    .objetivos-icons-1-image {
        /* Layout Properties */
        /* top: 1559px; */
        margin-top: 40px;
        margin-left: 139px;
        width: 72px;
        height: 79px;
        /* UI Properties */
        opacity: 1;
    }

    .objetivos-icons-1-text {
        /* Layout Properties */
        margin-top: 139px;
        margin-left: 33px;
        width: 264px;
        height: 153px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
    }

    .objetivos-icons-2 {
        /* Layout Properties */
        margin-top: 34.67px;
        margin-left: 47px;
        width: 336px;
        height: 238px;
        /* UI Properties */
        background: #52773D 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }

    .objetivos-icons-2-image {
        /* Layout Properties */
        /* top: 1559px; */
        margin-left: 139px;
        width: 72px;
        height: 79px;
        /* UI Properties */
        opacity: 1;
    }

    .objetivos-icons-2-text {
        /* Layout Properties */
        margin-top: 139px;
        margin-left: 53px;
        width: 264px;
        height: 153px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
    }

    .objetivos-icons-3 {
        /* Layout Properties */
        margin-top: 40.9px;
        margin-left: 47px;
        width: 336px;
        height: 321px;
        /* UI Properties */
        background: #52773D 0% 0% no-repeat padding-box;
        border-radius: 50px;
        opacity: 1;
    }

    .objetivos-icons-3-image {
        /* Layout Properties */
        margin-top: 40px;
        margin-left: 139px;
        width: 72px;
        height: 79px;
        /* UI Properties */
        opacity: 1;
    }

    .objetivos-icons-3-text {
        /* Layout Properties */
        margin-top: 139px;
        margin-left: 33px;
        width: 264px;
        height: 153px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
    }

    .objetivos-image {
        /* Layout Properties */
        margin-top: 19.16px;
        left: 85px;
        width: 384px;
        height: 256px;
        /* UI Properties */
        background: transparent url('objetivos.png') 0% 0% no-repeat padding-box;
        
        /* redimensionar imagem */
        background-size: 75%;

        /* border: solid 10px blue; */
        opacity: 1;
        position: relative;
    }

    .diferenciais {
        /* Layout Properties */
        top: 2793px;
        left: -0.0009765625px;
        width: 430px;
        height: 3673px;
        /* UI Properties */
        background: transparent url('onda3_mobile.svg') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
    }

    .diferenciais-title {
        /* Layout Properties */
        margin-top: 104px;
        margin-left: 120px;
        width: 191px;
        height: 55px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 47px/98px Flat Brush;
        letter-spacing: 0px;
        color: #FFE7D3;
        text-transform: uppercase;
        opacity: 1;
    }

    .diferenciais-icons-1 {
        /* Layout Properties */
        top: 150px;
        margin-left: 48px;
        width: 335px;
        height: 393px;
        /* UI Properties */
        background: #8F352A 0% 0% no-repeat padding-box;
        border-radius: 76px;
        opacity: 1;
    }

    .diferenciais-icons-1-icon {
        /* Layout Properties */
        top: 2981px;
        margin-left: 117px;
        width: 106px;
        height: 106px;
        /* UI Properties */
        opacity: 1;
    }

    .diferenciais-icons-1-title {
        /* Layout Properties */
        top: 3107px;
        left: 89px;
        width: 252px;
        height: 26px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 20px/26px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }

    .diferenciais-icons-1-text {
        /* Layout Properties */
        top: 3154px;
        left: 79px;
        width: 271px;
        height: 135px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }


    .diferenciais-icons-2 {
        /* Layout Properties */
        top: 562px;
        margin-left: 48px;
        width: 335px;
        height: 380px;
        /* UI Properties */
        background: #8F352A 0% 0% no-repeat padding-box;
        border-radius: 76px;
        opacity: 1;
    }

    .diferenciais-icons-2-icon {
        /* Layout Properties */
        top: 2981px;
        margin-left: 122px;
        width: 106px;
        height: 106px;
        /* UI Properties */
        opacity: 1;
    }

    .diferenciais-icons-2-title {
        /* Layout Properties */
        top: 3107px;
        left: 89px;
        width: 252px;
        height: 26px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 20px/26px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }

    .diferenciais-icons-2-text {
        /* Layout Properties */
        top: 3154px;
        left: 79px;
        width: 271px;
        height: 135px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }

    .diferenciais-icons-3 {
       /* Layout Properties */
        top: 962px;
        margin-left: 48px;
        width: 335px;
        height: 380px;
        /* UI Properties */
        background: #8F352A 0% 0% no-repeat padding-box;
        border-radius: 76px;
        opacity: 1; 
    }

    .diferenciais-icons-3-icon {
        /* Layout Properties */
        top: 2981px;
        left: 162px;
        width: 106px;
        height: 106px;
        /* UI Properties */
        opacity: 1;
    }

    .diferenciais-icons-3-title {
        /* Layout Properties */
        top: 3107px;
        left: 89px;
        width: 252px;
        height: 26px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 20px/26px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }

    .diferenciais-icons-3-text {
        /* Layout Properties */
        top: 3154px;
        left: 79px;
        width: 271px;
        height: 135px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;
    }


    .diferenciais-icons-4 {
        /* Layout Properties */
        top: 525px;
        left: 48px;
        width: 335px;
        height: 1440px;
        /* UI Properties */
        background: #8F352A 0% 0% no-repeat padding-box;
        border-radius: 76px;
        opacity: 1;

        position: relative;
    }

    
    .diferenciais-icons-4-title {
    /* Layout Properties */
    top: 200px;
    margin-left: 35px;
    width: 272px;
    height: 33px;
    /* UI Properties */
    text-align: left;
    font: normal normal bold 25px/33px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;


    position: relative;
}

.diferenciais-icons-4-icon-1 {
    /* Layout Properties */
    top: 4198px;
    margin-left: 100px;
    width: 134px;
    height: 114px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('onu-icon.svg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    

}

.diferenciais-icons-4-text-1 {
    /* Layout Properties */
    width: 280px;
    height: 162px;
    /* UI Properties */
    text-align: center;
    font: normal normal 600 18px/23px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;
    opacity: 1;


    margin-left: 35px;
    position: relative;
    top: 300px

}

.diferenciais-icons-4-icon-2 {
    /* Layout Properties */
    /* top: 4391px;
    left: 485px; */
    top: 291.19px;
    margin-left: 115px;
    width: 120px;
    height: 120px;
    /* UI Properties */
    opacity: 1;

    /* background-color: #52773D; */
    background: transparent url('4.jpg') 0% 0% no-repeat padding-box;
    background-size: 100%;
    position: relative;



}

.diferenciais-icons-4-text-2 {
    /* Layout Properties */
    top: 494px;
    left: -250px;
    width: 253px;
    height: 139px;
    /* UI Properties */
    text-align: center;
    font: normal normal normal 15px/19px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;

    position: relative;


}

.diferenciais-icons-4-icon-3 {
    /* Layout Properties */
    /* Layout Properties */
    top: 465px;
    margin-left: 115px;
    width: 120px;
    height: 120px;


    /* background-color: #52773D; */
    background: transparent url('10.jpg') 0% 0% no-repeat padding-box;
    background-size: 100%;

    position: relative;
}

.diferenciais-icons-4-text-3 {
    /* Layout Properties */
    top: 644px;
    left: -250px;
    width: 253px;
    height: 139px;
    /* UI Properties */
    text-align: center;
    font: normal normal normal 15px/19px Kodchasan;
    letter-spacing: 0px;
    color: #FFE7D3;

    position: relative;


}

.diferenciais-icons-4-icon-4 {
    /* Layout Properties */
    top: 615px;
    margin-left: 115px;
    width: 120px;
    height: 120px;

    /* background-color: #52773D; */
    background: transparent url('17.jpg') 0% 0% no-repeat padding-box;
    background-size: 100%;

    position: relative;


}

.diferenciais-icons-4-text-4 {
     /* Layout Properties */
     top: 794px;
     left: -250px;
     width: 253px;
     height: 139px;
     /* UI Properties */
     text-align: center;
     font: normal normal normal 15px/19px Kodchasan;
     letter-spacing: 0px;
     color: #FFE7D3;
 
     position: relative;




}


    .diferenciais-icons-5 {
        /* Layout Properties */
        top: 1090px;
        left: 48px;
        width: 335px;
        height: 380px;
        /* UI Properties */
        background: #8F352A 0% 0% no-repeat padding-box;
        border-radius: 76px;
        opacity: 1;
    }

    .diferenciais-icons-5-icon {
        /* Layout Properties */
        /* top: 5359px; */

        top: -60px;
        left: 5px;
        width: 198px;
        height: 90px;
        /* UI Properties */
        opacity: 1;

        position: relative;
    }

    .diferenciais-icons-5-title {
        /* Layout Properties */
        /* top: 3307px; */
        top: 80px;

        margin-left: 20px;
        width: 252px;
        height: 26px;
        /* UI Properties */
        text-align: center;
        font: normal normal bold 20px/26px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;

        position: relative;
    }

    .diferenciais-icons-5-text {
        /* Layout Properties */
        top: 100px;
        margin-left: 30px;
        width: 271px;
        height: 135px;
        /* UI Properties */
        text-align: center;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #FFE7D3;
        opacity: 1;

        position: relative;
    }

    .diferenciais-image {
        /* Layout Properties */
        top: 1000px;
        margin-left: 29px;
        width: 372px;
        height: 248px;
        /* UI Properties */
        background: transparent url('Diferenciais.png') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;

        position: relative;
    }

    .paranoa {
        /* Layout Properties */
        top: 6385px;
        left: -0.0009765625px;
        width: 430px;
        height: 1036px;
        /* UI Properties */
        background: transparent url('onda4_mobile.svg') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
    }

    .paranoa-title {
        /* Layout Properties */
        margin-top: 125px;
        margin-left: 67px;
        width: 297px;
        height: 55px;
        /* UI Properties */
        text-align: left;
        font: normal normal normal 47px/98px Flat Brush;
        letter-spacing: 0px;
        color: #8F352A;
        text-transform: uppercase;
        opacity: 1;
    }

    .paranoa-image {
        /* Layout Properties */
        margin-top: 50px;
        margin-left: 48px;
        width: 335px;
        height: 330px;
        /* UI Properties */
        background: transparent url('paranoa.png') 0% 0% no-repeat padding-box;
        background-size: 100%;
        opacity: 1;
    }

    .paranoa-text {
        top: 6910px;
        margin-left: 58px;
        width: 314px;
        height: 456px;
        text-align: left;
        font: normal normal normal 15px/19px Kodchasan;
        letter-spacing: 0px;
        color: #8F352A;
        opacity: 1;
    }

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

    .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) */
    }
}