@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Playfair+Display:900') format('truetype');
  src: url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Playfair+Display:900');
}
body {
	margin:0;
	padding:0;
}

header {
  background: url(../images/bg_top.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height:703px;
}
.header_wrapper {
	position: absolute;
	z-index: 2000;
	width:900px;
	left: 50%;
	margin-left: -450px;
	max-width:1000px;
	margin-top: 80px;
}
.cabezal {
	width:100%;
	overflow:hidden;
	height:auto;
}
.logo {
	float:left;
	width:92px;
}
nav {
	float:right;
	margin-top:100px;
}
.cabezal  nav ul {
	display:table;
	list-style:none;
	padding-top: 20px;
}
.cabezal  nav ul li {
	float:left;
	display:table-cell;
	margin-left:25px;
	margin-right:25px;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:11px;
	color:#3C3C3B;
	width:30px;
	height:20px;
	border-bottom:2px solid rgba(255, 0, 0, 0.0);
}
.cabezal nav ul li:hover {
	border-bottom:2px solid #3C3C3B;
}
.cabezal nav ul li:last-child {
	margin-right:0px;
	width:auto;
}
.cabezal nav ul li:last-child:hover {
	border-bottom:none;
}
a {
	color:inherit;
	text-decoration:none;
}
.copete {
	color:#3C3C3B;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	margin-top:150px;
	font-size:15px;
}
header aside span {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
}
.intro {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	margin-top:33px;
	font-size:83px;
	line-height:83px;
	color:#3C3C3B;
}
.intro span {
	color:#F08100;
}
.bajada {
	font-size:10px;
	color:#3C3C3B;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	margin-top:42px;
	text-transform:inherit;
}
.linea {
	width:100%;
	margin-right:113px;
	overflow:inherit;
	height:auto;
	margin-top:116px;
}
.cta {
	position: absolute;
	width: 90%;
	left: 50%;
	z-index: 2000;
	margin-left: -450px;
	margin-top: -80px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	color:#EC6608;
	font-size:10px;
	width:60px;
}

.line {
	width:30px;
	margin-top:5px;
	border-bottom:2px solid #3C3C3B;
}
.lineas_decoracion {
	float:right;
}
.footer_header {
	width:900px;
	height:3px;
	max-width:1000px;
	background-color:#F08100;
	margin:0 auto;

}
#nosotros {
	height:680px;
	width:100%;
}
.nosotros_wrapper {
	width:900px;
	margin:0 auto;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-size:34px;
	color:#3C3C3B;
	width:100%;
	text-align:center;
	margin-top:106px;
	margin-bottom:20px;
}
.line_titulo {
	width:227px;
	height:2px;
	margin: 0 auto;
	background-color:#3C3C3B;
}
#nosotros aside {
	width:100%;
	margin:0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 103px;
}
#nosotros aside div {
	float:left;
	width:46%;
	height:auto;
}
#nosotros aside div img {
	width:100%;
	height:auto;
}
.izquierda {
	margin-right:8%;
	padding-top:40px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-size:30px;
	color:#3C3C3B;
}
#nosotros aside p {
	font-family: 'Open Sans';
	font-size:12px;
	color:#3C3C3B;
	line-height:36px;
}
#servicios {
	margin-top:-320px;
	height:1219px;
	background: url(../images/bg_medio.png); 
	background-size: 100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.servicios_wrapper {
	padding-top:80px;
	width:900px;
	overflow:hidden;
	height:auto;
	margin:0 auto;
}
#servicios aside {
	padding-top:200px;
	height:auto;
}
.servicios_wrapper ul {
	list-style:none;
	height:auto;
	overflow:hidden;
	margin-top:80px;
}
.servicios_wrapper ul li {
	float:left;
	width:30%;
	margin-right:5%;
}
.servicios_wrapper ul li:last-child {
	margin-right:0px;
}
.servicios_wrapper ul li div {
	height:121px;
	width:100%;
	text-align:center;
	line-height:121px;
}
.servicios_wrapper ul li div img {
	vertical-align:middle;
}
.servicios_wrapper ul li h1 {
	margin:0;
	margin-top:20px;
	font-size:27px;
}
.servicios_wrapper ul li p {
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:14px;
	color:#3C3C3B;
	line-height:25px;
}
#trabajos aside {
	margin-top:-189px;
}
.trabajos_wrapper {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	margin-top:100px;
}
.trabajos_wrapper ul {
	list-style:none;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.trabajos_wrapper .line_titulo {
	margin-bottom:90px;
}
.trabajos_wrapper ul li {
	position: relative;
	cursor:pointer;
	float:left;
	width:279px;
	height:250px;
	margin-bottom:3.5%;
	margin-right:3.5%;
}
.trabajos_wrapper .boton_trabajos {
	position: absolute;
	z-index: 1;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	letter-spacing:5px;
	padding-top: 115px;
	width:279px;
	height:143px;
	background-color:#373737;
	opacity: 0.9;
	-moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.trabajos_wrapper ul li:last-child {
	margin-right:0;
}
.trabajos_wrapper ul li .final {
	margin:0;
}
.trabajos_wrapper .boton_trabajos:hover {
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.trabajos_wrapper .boton_trabajos a {
	color:#ffffff;
	opacity: 1;
	-moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.trabajos_wrapper .boton_trabajos a:hover {
	opacity: 0;
	-moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#clientes {
	background: url(../images/bg_bottom.jpg);
	background-size: 100% 100%;
	height:1220px;
	margin-top:-310px;
	width:100%;
}
.clientes_wrapper {
	padding-top:80px;
	width:900px;
	overflow:hidden;
	height:auto;
	margin:0 auto;
}
.clientes_wrapper .line_titulo {
	margin-bottom:90px;
}
#clientes aside {
	width:100%;
	padding-top:290px;
}
.clientes_wrapper ul {
	list-style:none;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.clientes_wrapper ul li {
	font-family: 'Open Sans', sans-serif;
	float:left;
	width:31%;
	height:230px;
	margin-right:3%;
	margin-bottom:2%;
	text-align:center;
}
.clientes_wrapper ul li:last-child {
	margin-right:0;
}
#contacto {
	height:auto;
	overflow: hidden;
	width:100%;
	margin-bottom:80px;
}
.contacto_wrapper {
	padding-top:80px;
	width:900px;
	height:auto;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#9E9E9E !important;
}
#contacto aside p {
	width:100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-bottom:50px;
}
input {
	width:46.7%;
	height:42px;
	border:1px solid #DCDCDC;
	color:#9E9E9E;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size:14px;
}
input:focus, textarea:focus {
	box-shadow:none;
	outline:none;
}
.asunto {
	width:100% !important;
}
textarea {
	width:100%;
	border:1px solid #DCDCDC;
	color:#9E9E9E;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	height:220px;
	font-size:14px;
}
.boton {
	width:100%;
	background-color:#3C3C3B;
	color:#FFFFFF;
	font-style:italic !important;
	cursor:pointer;
}
.boton:hover {
	background-color:#F08100;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style:italic !important;
	color:#DCDCDC;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style:italic !important;
  color:#DCDCDC;
}
:-ms-input-placeholder { /* IE 10+ */
	font-style:italic !important;
	color:#DCDCDC;
}
:-moz-placeholder { /* Firefox 18- */
  font-style:italic !important;
  color:#DCDCDC;
}
footer {
	width:100%;
	padding-top: 70px;
	height:170px;
	background-color:#3C3C3B;
	border-bottom:6px solid #FDC100;
}
footer section {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	vertical-align:middle;
}
footer div {
	float:left;
}
.content_footer {
	margin-left: 70px;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:11px;
	line-height:20px;
	letter-spacing:1px;
}
.content_footer span {
	margin-right: 50px;
	font-weight:bold;
}
.logo_footer {
	padding-top: 20px;
}
.footer_redes {
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:11px;
	height:47px;
	margin-left:10px;
	padding-left: 10px;
	margin-left: 70px;
}
.footer_redes img {
	vertical-align:middle;
	margin-left:2px;
	padding-top:15px;
}
.footer_redes input {
	width: 220px;
	height: 25px;
	margin-top: 20px;
	background-color: #212121;
	border:none;
	font-size: 8px;
	border-radius: 3px;
}
.footer_redes button {
	background-color: #ffe700;
	border:none;
	height: 22px;
	border-radius: 3px;
	font-weight: bold;
}
.footer_redes button:focus {
	border:none;
	outline: none;
}
@media only screen and (max-width: 1054px) {
	#servicios aside {
  	padding-top: 100px;
  }
  #servicios {
  	height:1009px; 
  }
  .servicios_wrapper ul {
  	margin-top: 100px;
  }

}
@media only screen and (max-width: 1153px) {
  .servicios_wrapper ul {
  	margin-top: 100px;
  }

}
@media only screen and (min-width: 1280px) and (max-width: 1387px) {
  #servicios {
    height: 1189px;
    background: url(../images/bg_medio2.jpg); 
    background-repeat: no-repeat;
    background-size: 100%;
  }

}
@media only screen and (min-width: 1388px) and (max-width: 1600px) {
  #servicios {
    height: 1289px;
    background: url(../images/bg_medio3.jpg); 
    background-repeat: no-repeat;
    background-size: 100%;
  }

}


@media only screen and (min-width: 1601px) {
  #servicios {
    height: 1289px;
    background: url(../images/bg_medio.jpg); 
    background-repeat: no-repeat;
    background-size: 100%;
  }

}






.mfp-wrap {
	position: fixed;
	z-index: 3000;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	vertical-align: middle;
}
.mfp-counter {
	display: none;
}
.mfp-preloader {
	display: none;
}
.mfp-container {
	height: 100%;
}
.mfp-content {
	height: 100%;
}
.mfp-content img {
	vertical-align: middle;
}

.mfp-close {
	position: absolute;
	top:2%;
	left: 95%;
	background-color: transparent;
	border:none;
	color: #ffffff;
	font-size: 50px;
}
.mfp-arrow-left {
	position: absolute;
	z-index: 15000;
	top: 0%;
	margin-top: 25%;
	left: 0%;
	margin-left: 20px;
	background-image: url(../images/flecha.svg);
	border:none;
	background-repeat: none;
}
.mfp-arrow-right {
	position: absolute;
	z-index: 15000;
	top: 0%;
	margin-top: 25%;
	right: 0%;
	margin-right: 20px;
	background-image: url(../images/flecha2.svg);
	border:none;
	background-repeat: none;
}
.mfp-arrow {
	width: 30px;
	height: 30px;
	background-color: transparent;
}


