﻿body, html {
    font-family: Roboto, sans-serif;
    color: #555;
    background-color: #fff;
    overflow-x: hidden !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: medium;
}

.header{
    max-width: 1920px;
}

.box-teal {
    background-color: #58B0A5;
    color: white;
    border-radius: 50px;
    padding: 1rem 4rem;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.btn-amarelo {
    background-color: #FFC000;
    color: #333;
    border-radius: 3rem;
    padding: 1rem 2rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: medium;
    border: none;
    width: 100%;
    max-width: 600px;
    display: inline-block;
}

.bg-social {
    background-color: #58B0A5;
    color: white;
}

.sdg-card {
    background-color: #F9B233;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100px;
    box-sizing: content-box;
    padding: 0.1rem;
    margin-bottom: 0.25rem;
}

.sdg-info {
    background-color: #E9ECEF;
    border-radius: 10px;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: content-box;
    padding: 0.2rem;
    margin-bottom: 1rem;
}

/* Números */
.stat-number {
    color: #2D9C8F;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 0;
}

.stat-label {
    color: #2d9c8f;
    font-weight: bold;
}

/* Rodapé e Fotos */
.photo-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 2px;
}

.phone-alert {
    background-color: #d9534f;
    color: white;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
    white-space: pre;
}

    .phone-alert a{
        color: white;
    }

    .divider {
        border-top: 3px solid #e3e3e3;
        width: 50%;
        margin: 40px auto;
    }



/* impactosocialcidadania */

.impactosocialcidadania .owl-stage {
    display: flex;
}

.impactosocialcidadania .owl-stage-outer{
    overflow: hidden;
}

.impactosocialcidadania .owl-nav {
    position: absolute;
    display: none;
    justify-content: space-between;
    max-width: 1200px;    
}

@media(max-width: 571px){
    .impactosocialcidadania .owl-nav {
        display: flex;
    }
}

.impactosocialcidadania .owl-prev, .impactosocialcidadania .owl-next {
    background-color: transparent;
    border: 0;
    color: #CBCCD1;
    font-size: 4rem;
}

.impactosocialcidadania .owl-item{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-right: 5px;
}

.impactosocialcidadania .owl-stage-outer {
    box-sizing: content-box;
}



/* ajudandosempre */

.ajudandosempre .owl-stage {
    display: flex;
}

.ajudandosempre .owl-stage-outer {
    overflow: hidden;
}

.ajudandosempre .owl-nav {
    position: absolute;
    display: none;
    justify-content: space-between;
    max-width: 1200px;
}

@media(max-width: 1000px) {
    .ajudandosempre .owl-nav {
        display: flex;
    }
}

.ajudandosempre .owl-prev, .ajudandosempre .owl-next {
    background-color: transparent;
    border: 0;
    color: #CBCCD1;
    font-size: 4rem;
}

.ajudandosempre .owl-item {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-right: 5px;
}

.ajudandosempre .owl-stage-outer {
    box-sizing: content-box;
}


/* particitefacadiferenca */

.particitefacadiferenca .owl-stage {
    display: flex;
}

.particitefacadiferenca .owl-stage-outer {
    overflow: hidden;
}

.particitefacadiferenca .owl-nav {
    position: absolute;
    display: none;
    justify-content: space-between;
    max-width: 1200px;
}

@media(max-width: 560px) {
    .particitefacadiferenca .owl-nav {
        display: flex;
    }
}

.particitefacadiferenca .owl-prev, .particitefacadiferenca .owl-next {
    background-color: transparent;
    border: 0;
    color: #CBCCD1;
    font-size: 4rem;
}

.particitefacadiferenca .owl-item {
    display: flex;
    justify-content: center;
}

.particitefacadiferenca .owl-stage-outer {
    box-sizing: content-box;
}