@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

@font-face {
    font-family: 'Neo';
    src: url('/assets/fonts/NEO\ SANS\ ARABIC\ REGULAR.TTF') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Neo-Black';
    src: url('/assets/fonts/NEOSANS\ BLACK.OTF') format('opentype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    font-family: 'Montserrat', sans-serif;
}

.white-text {
    color: white;
}

.bold-text {
    font-weight: 900;
}

.blue-text {
    color: #063380;
}

.green-text {
    color: #037728;
}

.upper-text {
    text-transform: uppercase;
}

.italic-text {
    font-style: italic;
}

.text-paragraph {
    color: #595958;
}


.banner-projects {
    background-image: url(/assets/imagens/BGs/banner-projetos-ambientais.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 465px;
    min-width: 1333px;
}


.banner-projects-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.banner-projects-title {
    font-size: 40px;
    margin: 0;
}

.banner-projects-subtitle {
    font-family: Neo-Black;
    font-size: 60px;
    margin: 0;
}

.banner-projects-container p {
    margin-left: 18.5%;
    font-size: 20px;
}

.responsability {
    background-image: url(/assets/imagens/BGs/bg-fundo-items.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 310px;
    min-width: 1333px;
    margin: 5% 0px;
}

.resp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

.resp-container p {
    margin: 0;
    text-align: center;
}

.resp-title {
    font-size: 30px;
    font-family: Neo-Black, montserrat;
}

.kop-title {
    text-align: center;
}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2%;
    margin: 50px 0;
    flex-wrap: wrap;
}

.card {
    width: 200px;
    text-align: center;
}

.card img {
    width: 80%;
    margin: auto;
}

.card p {
    font-weight: 500;
    color: #595958;
}

.card button {
    background-color: transparent;
    color: #063380;
    font-weight: 800;
    border: 3px solid #063380;
    border-radius: 5px;
    width: 80%;
    margin: auto;
    padding: 10px 15px;
}

.card button:hover {
    cursor: pointer;
    color: white;
    background-color: #063380;
    transition: 0.2s;
}

/*Inicio Reutilização da Água*/
.water-re {
    background-color: #063380;
    padding: 2% 0px;
}

.water-icon {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.water-icon img {
    width: 50%;
}

.water-container {
    display: flex;
}
.water-content{
    width: 60%;
}
.water-container p {
    
    margin: 0;
}

.water-container h4 {
    font-size: 30px;
}

.water-container h5 {
    font-size: 30px;
}

.water-container ol {
    width: 80%;
    columns: 2;
    padding-inline-start: 20px;
}

.water-container li {
    padding: 5px 0px;
}

.water-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.water-galery img {
    width: 20%;
}

/* Fim reutilização da Água */
/* Inicio personalização sustentavel*/
.persona-sus {
    padding: 50px 0px;
    background-color: #E5E6E7;
    margin-top: 200px;
}

.persona-sus-container {
    display: flex;
}

.persona-sus-icon {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.persona-sus-icon img {
    width: 50%;
}

.persona-sus-content {
    width: 60%;
}

.persona-sus-content h4 {
    font-size: 30px;
    margin: 0;
}

.persona-sus-content h5 {
    font-size: 25px;
    margin: 0;
}

.persona-sus-content p {
    width: 80%;
    color: #595958;
    font-weight: 500;
}

.persona-sus-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.persona-sus-galery img {
    width: 20%;
}

/* Final personalização sustentavel */
.copo-bio {
    padding: 50px 0px;
    background-color: #063380;
    margin-top: 200px;
}

.copo-bio-container {
    display: flex;
}

.copo-bio-icon {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copo-bio-icon img {
    width: 50%;
}

.copo-bio-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.copo-bio-content h4 {
    font-size: 30px;
    margin: 0;
}

.copo-bio-content p {
    width: 60%;
    color: white;
    font-weight: 400;
}

.copo-bio-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.copo-bio-galery img {
    width: 20%;
}




.coleta {
    padding: 50px 0px;
    background-color: #E5E6E7;
    margin-top: 200px;
}

.coleta-container {
    display: flex;
}

.coleta-icon {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coleta-icon img {
    width: 50%;
}

.coleta-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coleta-content h4 {
    font-size: 30px;
    margin: 0;
}

.coleta-content p {
    width: 60%;
    color: #595958;
    ;
    font-weight: 500;
}

.coleta-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.coleta-galery img {
    width: 20%;
}


.conduta-menos-papel {
    padding: 50px 0px;
    background-color: #063380;
    margin-top: 200px;
}

.conduta-menos-papel-container {
    display: flex;
}

.conduta-menos-papel-icon {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conduta-menos-papel-icon img {
    width: 50%;
}

.conduta-menos-papel-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conduta-menos-papel-content h4 {
    font-size: 30px;
    margin: 0;
}

.conduta-menos-papel-content p {
    width: 60%;
    color: white;
    font-weight: 400;
}

.conduta-menos-papel-galery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}

.conduta-menos-papel-galery img {
    width: 20%;
}

.last-buttons{
    margin: auto;
    margin-top: 150px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    width: 600px;
}
.project-buttons{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.last-buttons img{
    width: 100%;
}
@media (max-width: 500px) {
    .banner-projects {
        background-image: none;
        background-color: #2EC556;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 465px;
        min-width: auto;
    }

    .banner-projects-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .banner-projects-container p {

        margin: 10px;
        font-size: 20px;
    }

    .responsability {
        background-image: none;
        background-color: #063380;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 310px;
        min-width: auto;
        margin: 0px;
    }

    .resp-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .resp-title {
        font-size: 30px;
        font-family: Neo-Black, montserrat;
        width: 100%;
        text-align: center;
    }
    .last-buttons{
        margin: auto;
        margin-top: 150px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        width: 80%;
    }
    .project-buttons{
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    
    .last-buttons img{
        width: 100%;
    }
}