@import url('https://fonts.googleapis.com/css?family=Mandali|Montserrat+Alternates');
/*font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Mandali', sans-serif;*/

/*@import url(options.css);
@import url(servicios.css);*/
@import url(options_style.css);
@import url(intro.css);
@import url(datos.css);

html, body {
  overflow-x: hidden;
}
/*body {
	margin: 0;
	padding: 0;
	/*font-family: 'Hind Vadodara', sans-serif;
	font-family: 'Bree Serif', serif;
	position: relative;
	background: url(../imagenes/bg_consulting.jpg) no-repeat fixed center center;
	background-size: cover;
}*/

#body_politica {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_politica.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_servicios {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_servicios.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_clientes {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_clientes.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_headhunters {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_headhunters.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_carrera {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_carrera.jpg) no-repeat fixed top center;
	background-size: cover;
}

#body_contacto {
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../imagenes/bg_contacto.jpg) no-repeat fixed top center;
	background-size: cover;
}

#body_black {
	margin: 0;
	padding: 0;
	position: relative;
	background: #000;
}

#topper {
	margin-top: 0;
	padding-top: 0;
	width: 100%;
	height: 0px;
	background: orange;
	position: fixed;

	z-index: 300;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f5c68+0,1f3870+100 */
background: rgb(79,92,104); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(79,92,104,1) 0%, rgba(31,56,112,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(79,92,104,1) 0%,rgba(31,56,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(79,92,104,1) 0%,rgba(31,56,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5c68', endColorstr='#1f3870',GradientType=1 ); /* IE6-9 */

}

#topper p {
	float: right;
	margin: 0;
	padding-top: 6px;
	margin-right: 16 px;
}



.contenedor {
	width: 99%;
	margin: auto;
}

.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 5px;
}

.idiomas {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 32px;
	text-align: center;
}

.idiomas a {
	margin: 0px 2px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.idiomas p a {
	margin: 0px 2px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

/*.idiomas a p {
	
}*/

.idiomas .bandera img {
	width: 60px;
	height: auto;
}


/* PIE DE PAGINA */
footer {
	background: #003178;
}

footer .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sociales {
	width: 90%;
	padding-top: 10px;
	font-size: 28px;
	text-align: center;
	background: #fff;

	box-shadow: 0 10px 10px -10px #000;
	border-radius: 5px 5px 0 0;
}

.sociales a {
	margin: 0px 0px;
	color: #fff;
	text-decoration: none;
}

.sociales img {
	margin: 0px 20px;
}

footer p {
	color: #fff;
	font-size: 14px;
	text-align: justify;
}

footer a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

footer a:hover {
	color: steelblue;
}

#derechos {
	margin-top: 0px;
	display: flex;
	flex: auto;

	font-family: 'Mandali', sans-serif;
}
#derechos .copy {
	font-size: 12px;
	color: #fff;
	flex: auto;
	padding-left: 20px;
}
#derechos img {
	margin-left: 10px;
	max-height: 32px;
}

#derechos a {
	margin: 0px 30px;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
}

#derechos a:hover {
	color: #6CE1FA;
}

/*INICIO POP*/
/*FIN POP*/

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	.contenedor {
		width: 100%;
	}

	.sociales {
		width: 100%;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {
	.contenedor {
		width: 1120px;
	}

	.sociales {
		width: 100%;
	}

}