@import url(menu.css);
@import url (slide.css);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

 

#container-bar {
	position: fixed;
	z-index: 100;
}

.social-network {
	background-color:#323232;
	height: 30px;
	display: flex;
	justify-content: flex-end;
	align-items:center;
}


.social {
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 15px;
}

header {
	width: 100%;
	height: 150px;
	background-color: white;
	top: 0;
	left: 0;
}


.navigation {
	width: 100%;
	margin: auto;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}


header .navigation {
	background-color: white;
	display: table;
}

/* SLIDER */

.slider-container {
	width: 100%;
}



/* JAYOR INTRO */

.jayor-intro {
	margin-top: 35px;
	text-align: center;
}


.jayor-intro h1 {
	font-family: Raleway;
	font-size: 40px;
	font-weight: normal;
	color: gray;
}

.jayor-intro p {
	font-family: Raleway;
	font-style: 300;
	font-size: 20px;
	color: gray;
	margin-bottom: 35px;
}

.iconos {
	margin: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.iconos img {
	max-width: 150px;
	max-height: 150px;
	margin: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* NOVEDADES */




/* NEWS */

/*.news{
	margin: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-family: Raleway;
	margin-bottom: 25px;
}

.news-jayor{
	text-align: left;
	width: 100%;
	max-width: 280px;
	height: 250px;
	background-color: #CCCCCC;
	margin: 5px;
}


.ion-android-textsms {
	font-size: 35px;
	color: white;
	margin: 10px;
}

.news-jayor h1 {
	margin: 10px;
}

.news-jayor p {
	margin: 10px;
} 

.leer-mas {
	margin: 10px;
	font-size: 13px;
	text-decoration: none;
}*/


.news {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.images-news {
	margin: 10px;
	margin-bottom: 50px;
	width: auto;
	height: 280px; 
}


/* FOOTER */


section .clients {
	background-color: #323232;
	margin: 0;
}

.clients {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
}

.clients img{
	margin: 10px;
	margin-right: 50px;
	margin-left: 50px;
}

.client-height {
	height: 40px;
}



.contacto-pie {
	background-color: white;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway;
	font-style: 300;
	font-size: 15px;
	color: black;
	text-align: center;
}


#cotizacion img {
	width: 100%;
	margin-top: 20px;
}