@font-face {
	font-family: BwModelica-Bold;
	src: url('../fuentes/BwModelica-Bold.otf') format('truetype');
}

@font-face {
	font-family: BwModelica-Bold;
	src: url('../fuentes/BwModelica-Bold.eot');
}

@font-face {
	font-family: BwModelica-Regular;
	src: url('../fuentes/BwModelica-Regular.otf') format('truetype');
}

@font-face {
	font-family: BwModelica-Regular;
	src: url('../fuentes/BwModelica-Regular.eot');
}

html {
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
}

#body-inicio {
	width:100%;
	height:100%;
    background-image: url('../img/bg1.jpg');
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment: fixed;
}

#body-contacto, #body-trabajos {
	width:100%;
	height:100%;
	background-image: url('../img/bg2.jpg');
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment: fixed;
}

#inicio {
	width:100%;
	height:100%;
}

#seccion-inicio {
	width: 90%;
	position:relative;
	top:15%;
	margin:auto;
	max-width: 977px;
}

#contacto {
	width:100%;
	height:100%;
}

#seccion-contacto,#seccion-trabajos {
	width: 98%;
	height:100%;
	margin:auto;
	max-width: 977px;
}

.logo {
	padding-top:30px;
	max-width: 271px;
	margin:auto;
	padding-right:70px;
}

#menu{
	position:absolute;
	width:100%;
	z-index: 70;
}

nav {
	height:49px;
	float:right;
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
}

.clear { clear:left; font-size:0px; }
.clear-r { clear:right; font-size:0px; }
.clear-b { clear: both; font-size:0px; }

nav .menu li {
	width:49px;
	height:39px;
	float:left;
	background-color:#B3B3B3;
	margin-right:1px;
	-webkit-transition: height .4s;
	cursor:pointer;
}

nav .menu li:hover {
	height:49px;
	background-color:#FE414B;
}

nav .menu .active {
	height:49px;
	background-color:#FE414B;
}

nav .txt-ubicacion {
	font-family: BwModelica-Bold;
	font-size: 11px;
	color:#6B6B6B;
	margin-top:13px;
	padding-right:3px;
	text-align: right;
}

.icono {
	display:block;
	margin:0px auto;
}


.img-responsive {
	width:100%;
	height: auto;
}

#barra-redes {
	position:fixed;
	right:90px;
	bottom:20px;
	width:240px;
	height:50px;
	z-index: 70;
}

.grecaptcha-badge {
	z-index: 105;
}

.red {
	width:50px;
	height:50px;
	display:block;
	margin-bottom:7px;
	margin-left:10px;
	overflow:hidden;
	float:right;
}

.whatsapp {	background: url('../img/ico-whatsapp.png') no-repeat;}
.whatsapp:hover { background: url('../img/ico-whatsapp2.png') no-repeat;}

.facebook {	background: url('../img/ico-facebook.png') no-repeat;}
.facebook:hover { background: url('../img/ico-facebook2.png') no-repeat;}

.twitter {	background: url('../img/ico-twitter.png') no-repeat;}
.twitter:hover { background: url('../img/ico-twitter2.png') no-repeat;}

.instagram {	background: url('../img/ico-instagram.png') no-repeat;}
.instagram:hover { background: url('../img/ico-instagram2.png') no-repeat;}

.ad {
	max-width: 877px;
}

.info {
	font-family: BwModelica-Bold;
	font-size: 12px;
	color:#6B6B6B;
	line-height: 180%;
	max-width: 857px;
	margin-top:-10%;
	background: rgba(102, 102, 102, 0.05);
	padding:15px 30px 15px 10px;
	border-radius:5px;
	text-align: right;
	text-shadow: 1px 2px 0 rgba(255, 255, 255, 1);
}

#formulario {
	width: 98%;
	max-width: 590px;
	margin:auto;
	padding-top:4%;
}

.campo1 {
	width:44%;
	float:left;
	padding-top:15px;
}

.p1 {
	padding-left:5%;
}

.campo1 input {
	width:100%;
	height: 30px;
	background-color:#E4E4E4;
	border:none;
	font-family: BwModelica-Regular;
	font-size: 15px;
	color:#333333;
	padding:5px;
	border-radius:3px;
}

.campo2 {
	width:93%;
	padding-top:15px;
}

.campo2 input {
	width:100%;
	height: 30px;
	background-color:#E4E4E4;
	border:none;
	font-family: BwModelica-Regular;
	font-size: 15px;
	color:#333333;
	padding:5px;
	border-radius:3px;
}

.campo2 textarea {
	width:100%;
	height: 110px;
	background-color:#E4E4E4;
	border:none;
	font-family: BwModelica-Regular;
	font-size: 15px;
	color:#333333;
	padding:5px;
	resize: none;
	border-radius:3px;
}

#enviar {
	width:94.8%;
	padding-top:15px;
}

.obligatorios {
	font-family: BwModelica-Regular;
	font-size: 12px;
	color:#6B6B6B;
	float:left;
}

.boton {
	float: right;
}

.info-contacto {
	padding-top:25px;
	font-family: BwModelica-Regular;
	font-size: 15px;
	color:#6B6B6B;
	line-height: 180%;
	padding-bottom:20px;
}

.ventana {
	font-family:BwModelica-Regular;
	font-size: 14px;
	color:#130D32;
}

.ventana-bt {
	background-color: #FF424F;
	font-family:BwModelica-Regular;
	font-size: 13px;
	color:#FFFFFF;
	border: none;
	text-shadow:none;
}

.ventana-bt:active {
	background-color: #FF424F;
	font-family:BwModelica-Regular;
	font-size: 13px;
	color:#FFFFFF;
	border:none;
	text-shadow:none;
}

.exito {
	width: 80%;
	margin:auto;
	font-family:BwModelica-Regular;
	font-size: 14px;
	color:#727272;
	line-height: 130%;
	padding-top:20px;
	padding-bottom:20px;
}

.exito span {
	color: #FF424F;
	font-weight: bold;
}

.logo-exito {
	width: 80%;
	margin:auto;
	max-width: 222px;
	padding-top:20px;
}

.sitios {
	width:100%;
	height: auto;
	margin-top:2%;
	padding-bottom:70px;
}

.sitio {
	width: 28%;
	float:left;
	background-color: #FFFFFF;
	padding:1%;
	border-radius: 3px;
	margin-right: 3.33%;
	margin-top:3%;
	overflow: hidden;
}

.sitio p {
	width: 94%;
	display: block;
	word-wrap: break-word;
	overflow: hidden;
	font-family: BwModelica-Bold;
	color:#CB0000;
	padding-top:15px;
	padding-bottom:8px;
	padding-left:3%;
	padding-right: 3%;
}
.sitio span {
	word-wrap: break-word;
	width: 94%;
	display: block;
	font-family:BwModelica-Regular;
	font-size: 14px;
	color:#727272;
	padding-bottom:20px;
	padding-left:3%;
	padding-right: 3%;
	height: 35px;
	overflow: hidden;
}

@media screen and (max-width: 930px) {
	.logo {
		margin:0;
	}
}

@media screen and (max-width: 630px) {
	#inicio {
		background-image: url('../img/bg1-resp.jpg');
	}
	#seccion-inicio { 
		top:27%;
	}
	.info {
		font-size: 9px;
		font-style: normal;
	}
	.logo {
		padding-top:15px;
	}
	.logo img {
		max-width: 150px;
	}
	.logo-exito {
		max-width: 150px;
	}
	#formulario {
		padding-top:10%;
	}
	.campo1 input {
		height: 20px;
	}
	.campo2 input {
		height: 20px;
	}
	.campo2 textarea {
		height: 80px;
	}
	.info-contacto {
		padding-top:10px;
	}
	nav {
		padding-top:10px;
	}
	#barra-redes {
		bottom:10px;
	}
	.sitios {
		margin-top:12%;
	}
	.sitio {
		width: 44%;
		font-size: 13px;
		padding:1%;
		margin-right: 4%;
	}
	.sitio p {
		font-size: 12px;
	}
	.sitio a {
		font-size: 12px;
	}
}

@media screen and (max-width: 330px) {
	#formulario {
		padding-top:12%;
	}
	.sitios {
		margin-top:18%;
	}
	.logo img {
		max-width: 130px;
	}
	.sitio p {
		font-size: 11px;
	}
	.sitio a {
		font-size: 11px;
	}
}

@media screen and (max-width: 310px) {
	#formulario {
		padding-top:20%;
	}
	.sitios {
		margin-top:22%;
	}
	.logo img {
		max-width: 80px;
	}
}

@media screen and (max-height: 600px) {
	.ad {
		max-width: 720px;
	}
	.campo1 input {
		height: 20px;
	}
	.campo2 input {
		height: 20px;
	}
	.campo2 textarea {
		height: 80px;
	}
	.info-contacto {
		padding-top:10px;
	}
}

@media screen and (max-height: 510px) {
	.campo1 {
		padding-top:12px;
	}
	.campo2 {
		padding-top:12px;
	}
	#enviar {
		padding-top:12px;
	}
	.campo1 input {
		height: 18px;
	}
	.campo2 input {
		height: 18px;
	}
	.campo2 textarea {
		height: 50px;
	}
	.info-contacto {
		padding-top:10px;
		line-height: 150%;
	}
}

@media screen and (max-height: 300px) {
	#seccion-inicio { 
		top:20%;
		max-width: 250px;
	}
	.info {
		font-size: 7px;
		font-style: normal;
	}
	.logo img {
		max-width: 150px;
	}
	#formulario {
		padding-top:6%;
	}
	.sitios {
		margin-top:5%;
	}
}