#nos{
    position: relative;
    float: left;
    width: 100%;
    background-color: #000;
}
#parallax{
    background: url('../images/redes.jpg') 70% 0 no-repeat fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	float:left;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bordeinf{
    position: relative;
    float: left;
    width: 30%;
    left: 35%;
    height: 1px;
    background-color: #f5ca01;
}
.info_nos{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
    color: #fff;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
}
.dual_info{
    position: relative;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
}
.dual_info i{
    font-size: 220px;
    text-shadow: 0px 0px 10px #f5ca01;
}
.dual_info span{
    font-style: italic;
}
.borde_dual{
    border: 1px solid #f5ca01;
    box-shadow: 0px 0px 3px #f5ca01;
}
.tri_info{
    position: relative;
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}
.tri_info i{
    font-size: 100px;
    text-shadow: 2px 2px 20px #f5ca01;
}
.display2{
    display: none;
}
.ubicac{
	position:Relative;
	float:left;
	width:30%;
}
.map{
	position:Relative;
	float:left;
	width:70%;
}
.mapresp{
	display:none;
}
.maker{
	text-decoration:none;
	color:#858585;
	cursor:pointer;
}
.maker:hover{
	color:#f3c426;
}
#socios{
	position: relative;
    float: left;
    width: 100%;
    background: #cbcbcb;
}
#socios h2{
	    background: black;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tres{
	position: relative;
    float: left;
    width: 33.33%;
	margin-top:10px;
	margin-bottom:10px;
}
.tres img{
	max-width:100%;
}
@media screen and (max-width: 1040px){
    .dual_info{
        width: 90%;
        text-align: center;
    }
    .display{
        display: none;
    }
    .display2{
        display: block;
    }
}
@media screen and (max-width: 900px){
	.ubicac{
		width:100%;
	}
	.map{
		width:100%;
	}
	.maker:hover{
	color:#858585;
	}
	.map{
		display:none;
	}
	.mapresp{
		display:block;
		width:100%;
		position:relative; float:left;
	}
}
@media screen and (max-width: 800px){
    .tri_info{
        width: 98%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}
@media screen and (max-width: 520px){
	.tres{
		width:100%;
	}
}