@charset "utf-8";

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
         src : url("../fonts/fa/fontawesome-webfont.eot");
         src : url("../fonts/fa/fontawesome.otf") format("embedded-opentype"),
               url("../fonts/fa/fontawesome-webfont.woff2") format("woff2"),
               url("../fonts/fa/fontawesome-webfont.woff") format("woff"),
               url("../fonts/fa/fontawesome-webfont.ttf") format("truetype"),
               url("../fonts/fa/fontawesome-webfont.svg") format("svg");
}

header h1{
	background-image: url(../img/head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 30%;
}

header h2{
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.hacemos{
	background-color: #fff;

}

.hacemos .relative{
	background-image: url(../img/img-suenos.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60%;
	background-clip: content-box; 
	padding: 10px 0;
}

.titulos{
	background-color: #fff;
	color: #60a9ee;
	font-size: 56px;
	margin-bottom: 30px;
	margin-top: 100px;
	padding: 15px;
	white-space: pre-line;
}

.hacemos span{
	background-color: #fff;
}

.hacemos p{
	margin-bottom: 80px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.hacemos p strong{
	font-weight: 400;
}

.nosotros{
	margin-top:30px;
	margin-bottom: 30px;
}

.nosotros h3{
	font-weight: 300;
	font-size: 55px;
	color: #0094d2;
	margin: 0;
}

.nosotros p{
	color: #fff;
}

.trabajos{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.trabajos .index{
	position: relative;
	z-index: 2;
}

.trabajos .slider{
	position: absolute;
	width: 870px;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top: 90%;
}

.carousel-control{
	width: 44%;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}

.trabajos .catalogo{
	float: right;
}

.trabajos .titulos{
	margin-top: 20px;
	margin-bottom: 37px;
}

.contenedorform{
	margin-bottom: 60px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #3a3a3a;
}

.contenedorform h3{
	font-size: 30px;
	color: #fff;
	padding-bottom: 4px;
	margin-bottom: 30px;
	margin-top: 0;
	border-bottom: solid 1px #0094d2; 
}

.form-control{
	border-radius: 0;
	background-color: #252525;
}

footer .dire:before, footer .tel:before, footer .mail:before,footer .facebook:before, footer .instagram:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 8px;
}

footer img{
	margin-bottom: 20px;
}

footer span{
	margin-right: 15px;
	color: #fff;
}

footer .mail:before{
	content: "\f0e0";
	color: #0094d2;
}

footer .tel:before{
	content: "\f095";
	color: #0094d2;
}

footer .dire:before{
	content: "\f041";
	color: #0094d2;
}

footer .facebook:before{
	content: "\f230";
	color: #0094d2;
	font-size: 50px;
	margin: 0;
	text-align: center;
}

footer .instagram:before{
	content: "\f16d";
	color: #0094d2;
	font-size: 50px;
	margin: 0;
	text-align: center;
}

@media (max-width: 1200px){
	.titulos {font-size: 45px;}
	.trabajos .titulos{margin-bottom: 70px;}
	.nosotros h3{font-size: 45px;}
	.trabajos .catalogo{width: 50%;}
	.trabajos .slider{width: 728px;}
}

@media (max-width: 992px){
	.hacemos .relative{ background-position: center; background-size: cover;}
	.titulos {font-size: 30px; text-align: center; margin-top: 24px; padding: 5px; white-space: normal;}
	.trabajos .slider{position: unset; width: auto;}
	.trabajos .index{position: unset;}
	.trabajos .titulo-job{font-size: 40px; margin-bottom: 10px; width: 60%; display: inline-block; padding: 0;}
	.trabajos .catalogo{width: 200px; margin-top: 10px;}
	.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	top: 50%;}

.carousel-control{width: 15%;}

}

@media (max-width: 768px){
	footer img{margin: 20px auto;}
	footer span{display: block; text-align: center; margin-bottom: 5px;}
	footer .facebook:before, footer .instagram:before { margin: 0 auto;}
}

@media (max-width: 600px){
	header h1{padding-top: 40%;}
	.trabajos .titulo-job{font-size: 40px; text-align: center; margin-bottom: 10px; width: 100%; display: block; padding: 0;}
	.trabajos .catalogo{max-width: 400px; margin: 20px auto; float: none;}
}

@media (max-width: 400px){
	header h2{font-size: 21px;}
	.titulos{font-size: 26px}
	.nosotros h3{font-size: 34px;}
	.trabajos .titulo-job{font-size: 32px;}
	.contenedorform h3{font-size: 25px;}
	footer .instagram:before, footer .facebook:before{font-size: 30px;}
}