
@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic|Fauna+One);
@import url(options.css);
@import url(options_style.css);
@import url(servicios.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;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_politica.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_servicios {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_servicios.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_clientes {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_clientes.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_headhunters {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_headhunters.jpg) no-repeat fixed top center;
	background-size: cover;
}
#body_carrera {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_carrera.jpg) no-repeat fixed top center;
	background-size: cover;
}

#body_contacto {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	position: relative;
	background: url(../imagenes/bg_contacto.jpg) no-repeat fixed top center;
	background-size: cover;
}

#body_black {
	margin: 0;
	padding: 0;
	font-family: 'Carrois Gothic', sans-serif;
	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: 'Hind Siliguri', 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*/

<style>
  /* la etiqueta LABEL */
  .sociales .elboton {
    background-color: #AAA;
    border-radius: 10px;
    box-shadow: 0 0 10px #222 inset;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    margin: 0;
    padding: 5px 15px;
    position: relative;
    text-shadow: 1px 1px 1px #000;
  }
  /* en un post de Blogger. oculto los saltos de línea internos para no volverme loco */
  .sociales .elboton br {display:none;}
  /* el contenedor con lo lo que queremos mostrar */
  .sociales .hiddenbox {
    background-color: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 15px #000 inset;*/
    box-shadow: 0 0 15px #000;
    width: 373px;
    left: 3%;
    line-height: 0;
    margin: 0px 0;
    opacity: 0;
    padding: 0px 0;
    position: absolute;
    text-align: center;
    top: 82%;
    z-index: 50;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;

    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);

    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
  }
  /* se muestra el contenido oculto */
  .sociales .popUpControl:checked ~ label > .hiddenbox {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  /* el CHECKBOX lo mantenemos siempre oculto */
  .sociales .popUpControl {display: none;}
  /* cambiamos el texto del pseudo-botón */
  .sociales .popUpControl:checked ~ label > span.click {display: none;}
  /*.sociales .popUpControl:checked ~ label:before {content: "Ocultar";}*/
</style>

/*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%;
	}

}