@charset "ISO-8859-6-I";
/* CSS Document */

body{
	font-size:16px;
	margin-top: 84px;
	}


a{color:#fa7307;
	}
a:hover{
	color:#696969;}
.header {
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid #eaf2ff;
    display: flex;
    height: 93px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 101;
}
.intro{
	position:relative;
	background:url(../img/img-intro.png) no-repeat;
	background-size:cover;
	padding: 30px 0;
	}
.empresas{
	position: relative;
	display: block;
	padding: .50rem 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.empresa{
	margin:0 0 2rem 0;
	padding: 2rem;
	align-items: flex-start;
	border-radius: 3px;
	box-shadow:0px 0 20px rgba(229, 229, 229, 0.7);
}
.cabempresas{
	background: url(../img/cabempresas.jpg) no-repeat #FFFFFF;
    background-size: auto;
	background-size: 100%;
	padding: 5rem 0 0;
	vertical-align:bottom;
	text-align: rigth;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
	height: 200px;
	color:#fff;
	}
	
h2.cabemresas {
	font-size:2rem;
	color:#fff;
	position:absolute;
	bottom:0;}
.cabcluster{
	background: url(../img/cabelcluster.jpg) no-repeat #FFFFFF;
    background-size: auto;
	background-size: 100%;
	padding: 5rem 0 0;
	vertical-align:bottom;
	
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
	height: 200px;
	color:#fff;
	}
.formcontacto{
	align-items: end;}


ul.slidenot li {
    width: 214px;
	display:block;
   
    padding: 5px 0;
    margin: 0px;
    border-bottom: 1px solid #edece8;
}
ul.slidenot li a{
	color:#696969;
	}
ul.slidenot li a:hover{
	color:#fa7307;
	text-decoration:none;
	}
.linknaranja2 {
    font-size: 1.2rem;
    color: #E86014;
    line-height: 1.5rem;
}
#formBuscador {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
	background: url(../img/fondoasociarse.jpg) no-repeat #E7E6E2;
}
.bg-light{
	background:#E7E6E2;}
#formsocios{

	min-width: 150px;
	}
#formsocios form{
	margin-bottom:1rem;
	margin-top:1rem;}
.menusup{
	
	font-size:0.8rem;
	padding: 15px;
	
}

#collapsibleNavbar{
	justify-content: space-around;}
	#logo{
		width:250px;}
	#pie{
		margin-top: 50px;
		color: #000;}
.dropdown-menu{
	left:auto !important;
	box-shadow: 0px 0 30px #cac9c9;}
	

@media screen and (max-width: 480px){
.nomovil{
	display:none;}
	
.menusup{
	width: 100%;
}
}