html{
    box-sizing: border-box;
    font-size: 62.6%; /*Tamaño en rems 1rem = 10px */
     background-color: #E5E5E3; 
}

body{
    background-color: #E5E5E3;
}



*, *:before, *:after{
    box-sizing: inherit;
}

.enlace_footer{
    text-decoration: none;
    color: black;
}

.enlace_footer:hover{   
    color: #094a6f;
}

.enlace_nav{
    color: white;
}

.enlace_nav:hover{
    text-decoration:underline;
}

.navbar{
    background-color: #094a6f;
    color: white;   
}

.colorP{
    background-color: #094a6f;
}

.colorS{
    background-color: #E5E5E3;
}

.colorPtexto{
    color: #094a6f;
}

/* .titulo_nosotros{
    font-size: 10rem;
    
} */

.conocenos{
    color: white;
    /* font-size: 10rem; */
}

.cont_nosotros{
    -webkit-box-shadow: 0px 13px 6px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 6px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 6px -10px rgba(0,0,0,0.75);
}

.carousel-caption{
    
        /* background-image: url('../resources/Conocenos/Francisco\ Lerin.jpg'); */
        /* padding: 400px 100px; */
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
       

}

.carousel-caption::before{
    
        content:'';
        position: absolute;
        top: 10%;
        bottom:0;
        left: 0%;
        right: 0;
        background-color: rgba(0,0,0,0.6);
        font-size: 10rem; 
        
}

.a{
	font-size: 10rem;
	color: #fff;
	position:relative;
}

.justify{
    text-align: justify;
}