.titular-nosotros{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	height:70%;
	background-image:linear-gradient(90deg, rgba(0, 60, 111, 0.8) 0%, rgba(0, 60, 111, 0) 100%), url(../img/nosotros/banner.jpg);
  	background-attachment:fixed;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}



@media(max-width:1023px){
	.titular-nosotros{height:250px; background-attachment:inherit;}
}



.titular-nosotros .titulo{
	position:absolute;
	top:50%;
	left:inherit;
	transform:translate(0%,-50%);
	margin:0px;
	padding:0px 16px;
}



.titular-nosotros .titulo h1{
	margin:0px;
    padding:0px;
    font-family:'Roboto', sans-serif;
	font-weight:700;
    font-size:3rem;
	letter-spacing:3px;
    color:white;
}



@media(max-width:1023px){
	.titular-nosotros .titulo h1{font-size:2rem; letter-spacing:2px;}
}



#disposicion-nosotros{
	margin:64px 0px;
    padding:0px;
    background-color:white;
}



@media screen and (max-width:680px){
	#disposicion-nosotros{margin:32px 0px;}
}



@media screen and (max-width:680px){
	#dual-columna{width:100%;}
}
@media screen and (min-width:681px) and (max-width:1023px){
	#dual-columna{width:50%;}
}
@media screen and (min-width:1024px){
	#dual-columna{width:50%;}
}



#nosotros{
	width:100%;
}



#nosotros article{
	margin:32px 16px;
	padding:0px;
}



#nosotros article h2{
    margin:0px 0px 24px;
    padding:0px;
    text-align:left;
    font-family:'Roboto', sans-serif;
	font-weight:700;
    font-size:2rem;
    color:rgb(0, 60, 111);
}



@media(max-width:1023px){
	#nosotros article h2{font-size:1.6rem;}
}



#nosotros article p{
    margin:0px;
    padding:0px;
    text-align:justify;
    font-family:'Roboto', sans-serif;
	font-weight:400;
    font-size:0.9rem;
    line-height:22px;
    color:#666;
}



#nosotros article ul{
	display:flex;
	margin:0px;
	padding:0px;
	list-style-type:none;
}



@media(max-width:767px){
	#nosotros article ul{display:block;}
}



#nosotros article ul li{
	position:relative;
	width:60px;
	height:60px;
	background-color:rgb(0, 60, 111);
	margin-left:auto;
	margin-right:auto;
	border-radius:50%;
}



@media(max-width:767px){
	#nosotros article ul li{margin-top:40px;}
}



#nosotros article ul li a{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}



#nosotros article ul li a i{
	margin:0px;
	padding:0px;
	font-size:1.5rem;
	color:white;
	cursor:pointer;
}



.valor{
	position:absolute;
	left:50%;
	bottom:110%;
	min-width:100px;
	margin-left:-50px;
	padding:6px;
	background-color:rgb(255, 191, 63);
	border-radius:5px;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-weight:400;
	font-size:0.8rem;
	color:white;
	opacity:0;
	transition:all 0.3s;
}



.valor::after{
  	content:"";
  	position:absolute;
  	top:100%;
  	left:50%;
  	margin-left:-5px;
  	border-width:5px;
  	border-style:solid;
  	border-color:rgb(255, 191, 63) transparent transparent transparent;
}



.emerge{
	opacity:1;
}