.contNosotros{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;

    .navNosotros{
        margin-top: 10px;
        width: 100%;
        height: 50px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        a{
            text-decoration: none;
            color: black;
            font-weight: 500;
            width: 150px;
            padding: 5px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            align-items: center;
        }
        a:hover{
            background-color: darkgray;
            border-radius: 15px;
        }
    }

    .contenidoNosotros{
        margin-top: 30px;
        p,li{
            font-size: 1.2rem;
        }
        h2,h3{
            margin-top: 25px;
            font-weight: 700;
        }

        .quienesSomos{
            background: rgb(246, 246, 246);
            margin-top: 50px;
            border-radius: 15px;
            padding: 30px;
        }
        .historia{
            background: rgb(246, 246, 246);
            margin-top: 50px;
            border-radius: 15px;
            padding: 30px;
        }
        .organizacion{
            background: rgb(246, 246, 246);
            margin-top: 50px;
            border-radius: 15px;
            padding: 30px;
        }
        .nuestrosEstatutosVigentes{
            background: rgb(246, 246, 246);
            margin-top: 50px;
            border-radius: 15px;
            padding: 30px;
        }
    }
}
.contButtonDirectivos{
    width: 100%;
    height: 80px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.directiv{
    color: white !important;
    border-radius: 15px;
    background: #ce1225;
    text-decoration: none;
    padding: 3%;
    a{
        color: white !important;
        text-decoration: none;
    }
}


.contenedor2, .texto1{
    width: 95% !important;
    justify-content: center !important;
}
.titleCategorias{
    font-size: 1.7rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contenedorDesgloce, .contenedorDocumento{
    /* height: 500px; */
    min-height: 400px;
    border-radius: 20px !important;
}
.rounded{
    border-radius: 20px !important;
}
.accordion-item {
    border: unset !important;
}
.topDocs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.iconosPart{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color: var(--color-Texto); 
}
.accordion-button{
    color: var(--color-Texto) !important;
    i{
        margin-right: 15px;
    }
}

.tabs{
    a{
        text-decoration: none;
        color: #ce1225;
    }
    a:hover{
        color: #ce1225;
    }

    list-style: none;
}

.imagenFondo{
    background-image: url("assets/Objetivo.png");
    background-size: cover;
}