.nosotros-container{
    display: flex;
    flex-direction: column;
    margin: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.nostrosTitle, 
.misionTitle, 
.visionTitle, 
.valoresTitle,
.elegirnosTitle,
.contacto-text h1{
    color: rgb(38, 51, 87);
    margin: 30px;
}

.nosotros-text, 
.mision-text, 
.vision-text,
.valores-text,
.elegirnos-text{
    width: 50%;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.contacto-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.contacto-num-soc {
    width: 50%;          /* Define un ancho para centrarlo */
    text-align: center;  /* Centra el texto dentro del div */
}

.contacto-num-soc p,
.contacto-num-soc ul {
    width: 100%;         /* Asegura que los elementos internos ocupen todo el ancho del contenedor */
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
}

.contacto-num-soc ul{
    color: rgb(38, 51, 87);
}

.contacto-num-soc ul a{
    color: rgb(179, 138, 31);
}



.resalt-gold{
    color: rgb(179, 138, 31);
    font-weight: bold;
}