/*
Theme Name: Ecosur
*/

@font-face {
	font-family: 'Oswald-MediumItalic';
	src:	url('fuentes/Oswald-MediumItalic.eot?#iefix') format('embedded-opentype'),
			url('fuentes/Oswald-MediumItalic.woff') format('woff'),
			url('fuentes/Oswald-MediumItalic.ttf') format('truetype'),
			url('fuentes/Oswald-MediumItalic.svg#Oswald-MediumItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-RegularItalic';
	src:	url('fuentes/Oswald-RegularItalic.eot?#iefix') format('embedded-opentype'),
			url('fuentes/Oswald-RegularItalic.woff') format('woff'),
			url('fuentes/Oswald-RegularItalic.ttf') format('truetype'),
			url('fuentes/Oswald-RegularItalic.svg#Oswald-RegularItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-LightItalic';
	src:	url('fuentes/Oswald-LightItalic.eot?#iefix') format('embedded-opentype'),
			url('fuentes/Oswald-LightItalic.woff') format('woff'),
			url('fuentes/Oswald-LightItalic.ttf') format('truetype'),
			url('fuentes/Oswald-LightItalic.svg#Oswald-LightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-size: 0px;
}

.contenido {
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.cont {
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fondoa {
	background: #003672;
	color: white;
}

.fondoa a {
	color: white;
	text-decoration: none;
}

.fondob {
	background: white;
	color: #0065ae;
}

.fondob p {
	color: #3c3c3c;
}

.sec h2 {
	font-family: 'Oswald-LightItalic';
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
.sec p {
	font-size: 18px;
	line-height: 21px;
	font-family: 'Oswald-LightItalic';
	text-align: justify;
}
.centrarv {
	height: 100%;
	width: 1px;
	margin-left: -1px;
	display: inline-block;
	vertical-align: middle;
}

#cabecerah {
	border-bottom: 2px solid white;
	text-align: center;
	z-index: 1005;
}

#cabecera {
	display: inline-block;
	margin: 30px auto;
}
#cabecera .contenido {
	height: 70px;
	text-align: left;
}
#cabecera .logot {
	vertical-align: middle;
}

#cabecera .menut {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	cursor: pointer;
	display: none;
}

#menu-menu-principal {
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu-menu-principal li {
	display: inline-block;
	margin: 0 20px;
}

#menu-menu-principal li a {
	font-size: 18px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-family: 'Oswald-RegularItalic';
	letter-spacing: 1px;
}

#slidep {
	position: relative;
	background: none;
	overflow: hidden;
}
#slidep .imgh {
	width: 100%;
	height: 500px;
	text-align: center;
	display: none;
}
#slidep .imgh.on {
	display: block;
}
#slidep .fondofw {
}
#slidep .textoh {
	text-align: center;
	display: inline-block;
	max-width: 900px;
}
#slidep .textoh p {
	vertical-align: middle;
	display: inline-block;
	font-size: 42px;
	font-family: 'Oswald-RegularItalic';
	text-shadow: 0px 0px 4px black, 0px 0px 5px black, 0px 0px 6px black, 0px 0px 7px black;
}
#flechas {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#flechas .flecha {
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
#flechas .flecha img {
	height: 50px;
}
#flechas .izq {
	left: 20px;
}
#flechas .der {
	right: 20px;
}

#inst {
    padding: 40px 0;
}

#inst .coli {
	width: 33.333%;
	padding-right: 3%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
#inst .cold {
	display: inline-block;
	width: 66.666%;
	vertical-align: middle;
	text-align: right;
	box-sizing: border-box;
}
#inst .cold img {
	width: 33.33%;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-filter: grayscale(100%) brightness(50%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
	filter: brightness(50%);
}
#inst .cold img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
}
#serv {
	padding: 60px 0;
	background: #0065ae;
}
#serv .col {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
}
#serv .colc {
	margin: 0 2%;
	box-sizing: border-box;
}
#serv .col img {
	width: 100%;
}
#not {
	padding: 60px 0;
}
#not .notc {
	margin-top: 20px;
	display: inline-block;
	position: relative;
	width: 100%;
}
#not .nots {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
#not .not {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	box-sizing: border-box;
	white-space: normal;
	background: white;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	margin-left: -2px;
	margin-right: 1px;
}
#not .notimg {
	padding-bottom: 15px;
}
#not .notimg img {
	max-width: 100%;
}
#not .nott {
	display: inline-block;
}
#not .notth {
	padding-bottom: 15px;
}
#not .nott h4 {
	font-size: 24px;
	font-family: 'Oswald-LightItalic';
	font-weight: normal;
}
#not .nott .fecha {
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 0;
}
#not .nott .fragmento, #not .nott .texto {
	margin-bottom: 15px;
	overflow: hidden;
}
#not .nott .texto {
	display: none;
}
#not .nott .vermas {
	text-align: right;
	color: #969696;
}
#not .nott .vermas span {
	cursor: pointer;
}
#not .sombra {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 22px;
	background: white;
}
#not .sombra.izq {
	left: 0;
}
#not .sombra.der {
	right: 0;
}
#not .sombra img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#not .flecha {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 49px;
	margin: auto;
	background: black;
	cursor: pointer;
}
#not .flecha.izq {
	margin-left: -45px;
}
#not .flecha.der {
	right: 0;
	margin-right: -45px;
}
#quienes {
	height: 400px;
	position: relative;
	text-align: center;
}
#quienes .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 400px;
	background: url("img/bggrad.png") rgba(0,101,174,0.5);
	background-size: cover;
}
.parallax-mirror {
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
}
#quienes .texto {
	display: inline-block;
	position: relative;
	color: white;
	z-index: 1;
	vertical-align: middle;
	width: 65%;
}
#quienes h2 {
	display: block;
	font-size: 52px;
	font-family: 'Oswald-RegularItalic';
	font-weight: normal;
	margin-bottom: 30px;
}
#quienes p {
	display: block;
	font-size: 41px;
	font-family: 'Oswald-LightItalic';
}
#clientes {
	padding: 60px 0;
	background: #0065ae;
}
#clientes h2 {
	
}
#clientes .clientesc {
	text-align: right;
}
#clientes img {
	display: inline-block;
	vertical-align: middle;
	height: 315px;
}
#clientes .clientesl {
	vertical-align: middle;
	display: inline-block;
	padding: 0 50px;
}
#clientes p {
	font-size: 23px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 2px;
}
#clientes p span {
	font-weight: normal;
}
#obras {
	padding: 10px 0;
}
#obras .toph {
	height: 106px;
}
#obras h2 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	cursor: pointer;
}
#obras .cats {
	float: right;
}
#obras .cath {
	width: 65px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	cursor: pointer;
}
#obras .catimg {
	background: #0065ae;
	height: 70px;
	width: 100%;
	position: relative;
	padding: 12px;
	box-sizing: border-box;
}
#obras .cath:hover .catimg, #obras .cath.on .catimg {
	background: #003672;
}
#obras .catimg img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 12px;
	box-sizing: border-box;
}
#obras .catt {
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 13px;
}
#obras .sombra {
	text-align: center;
}
#obras .sombra img {
	max-width: 100%;
}
#obras .obras {
	padding: 40px 0;
	min-height: 422px;
	box-sizing: border-box;
	margin-right: 0px;
	position: relative;
	width: 100%;
}
#obras .obra {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 10px solid white;
	position: relative;
	overflow: hidden;
}
#obras .imgc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 110px;
}
#obras .imgc img {
	max-width: 100%;
}
#obras .tituloh {
	height: 110px;
	background: #0065ae;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#obras .tituloh h4 {
    text-align: center;
    color: white;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: 'Oswald-LightItalic';
    line-height: 25px;
    font-weight: normal;
}
#cont {
	padding: 60px 0;
	background: #0065ae;
}

#cont .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

#cont .col2 {
	padding: 21px 60px;
	border-left: 1px solid white;
}

#cont .logop {
	width: 430px;
	margin-top: 80px;
}

#cont .datos {
	width: 343px;
	margin: 10px auto 0;
}

#cont .datos p {
	font-family: Arial;
	font-size: 17px;
	line-height: 23px;
}

#cont .field.enviar {
	overflow: hidden;
}

#cont .field.enviar p {
	text-align: right;
}

#cont .wpcf7-form-control-wrap input, #cont .wpcf7-form-control-wrap textarea {
	padding: 14px;
	margin: 0;
	border: none;
	background: #ffffff;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 7px;
	font-family: Arial;
	font-size: 15px;
}

#cont .wpcf7-submit {
/*	width: 290px;*/
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	background: #0065ae;
	color: white;
	font-family: 'Oswald-LightItalic';
	font-size: 20px;
	float: right;
}
#cont div.wpcf7 img.ajax-loader {
	float: right;
	margin: 10px 10px;
	background: white;
	border-radius: 50%;
	padding: 2px;
}
#cont span.wpcf7-not-valid-tip {
	color: white;
	margin-bottom: 10px;
	font-size: 16px;
}

#cont div.wpcf7-response-output {
	border-color: white;
	font-size: 16px;
	margin: 0;
	padding: 14px;
	font-family: 'Oswald-LightItalic';
	margin-bottom: 15px;
}
#barraa {
	background: #003672;
	height: 25px;
}

.contact-message{
	font-size: 14px !important;
    background-color: cadetblue;
    padding: 5px;
    opacity: 0.8;
    color: white;
}

@media screen and (max-width: 1219px) {
	.contenido {
		width: 1024px;
	}
	.cont {
		width: 960px;
	}
	#not .flecha.der {
		margin-right: -30px;
	}
	#not .flecha.izq {
		margin-left: -30px;
	}
	#menu-menu-principal li {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1040px) {
	.contenido {
		width: 960px;
	}
	.cont {
		width: 900px;
	}
	.sec p {
		font-size: 15px;
	}
	#obras .tituloh h4 {
		padding: 0 10px;
		font-size: 19px;
	}
}

@media screen and (max-width: 980px) {
	.contenido {
		width: 600px;
	}
	.cont {
		width: 560px;
	}
	.sec p {
		font-size: 16px;
	}
	#cabecera .contenido {
		height: auto;
	}
	#menu-menu-principal {
		position: relative;
		margin-top: 28px;
		text-align: center;
	}
	#menu-menu-principal li a {
		font-size: 16px;
	}
	#slidep .imgh {
		height: 300px;
	}
	#slidep .textoh {
		max-width: 450px;
	}
	#slidep .textoh p {
		font-size: 30px;
	}
	#inst  {
		padding: 40px 0;
	}
	#inst .coli, #inst .cold {
		width: 100%;
		margin: 0;
		padding: 0 30px;
	}
	#inst .cold {
		text-align: center;
		margin-top: 40px;
	}
	#inst .cold img {
		width: 30%;
		padding: 0 10px;
	}
	#serv .cont {
		padding: 0 30px;
	}
	#serv .col {
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}
	#serv .col.coli, #serv .col.cold {
		display: none;
	}
	#not .not {
		width: 50%;
	}
	#not .flecha {
		
	}
	#not .flecha img {
		
	}
	#not .flecha.der {
		margin-right: -15px;
	}
	#not .flecha.izq {
		margin-left: -15px;
	}
	#quienes h2 {
		font-size: 40px;
	}
	#quienes p {
		font-size: 25px;
	}
	#obras {
		padding: 30px 0;
	}
	#obras .obras {
		min-height: 284px;
		padding: 20px 0;
	}
	#obras .imgc {
		margin-bottom: 0px;
	}
	#obras .tituloh {
		display: none;
	}
	#cont {
		padding: 30px 0;
	}
	#cont .col {
		width: 100%;
	}
	#cont .col2 {
		border-left: 0;
		padding-top: 50px;
	}
	#cont .logop {
		display: block;
		margin: 50px auto 40px;
	}
	#clientes .clientesc {
		text-align: left;
	}
	#clientes img {
		display: none;
	}
	#clientes p {
		font-size: 18px;
	}
}

@media screen and (max-width: 619px) {
	.contenido {
		width: 320px;
	}
	.cont {
		width: 280px;
	}
	.sec p {
		font-size: 14px;
	}
	#cabecera {
		margin: 15px 0;
	}
	#cabecera .centrarv {
		display: none;
	}
	#cabecera .logot {
		width: 60%;
		margin-left: 10px;
	}
	#cabecera .menut {
		display: block;
	}
	#menu-menu-principal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin-top: 70px;
		padding-top: 15px;
		z-index: 1010;
		background: #003672;
	}
	#menu-menu-principal li {
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	#menu-menu-principal li a {
		font-size: 18px;
	}
	.mon #menu-menu-principal {
		display: block;
	}
	#slidep .imgh {
		height: 200px;
	}
	#slidep .textoh {
		width: 200px;
	}
	#slidep .textoh p {
		font-size: 20px;
	}
	#inst .cold {
		display: none;
	}
	#not .not {
		width: 100%;
	}
	#quienes, #quienes .bg {
		height: 300px;
	}
	#quienes h2 {
		font-size: 25px;
	}
	#quienes p {
		font-size: 20px;
		line-height: 25px;
	}
	#obras .cats {
		text-align: center;
	}
	#obras .cath {
		margin-bottom: 15px;
		margin-right: 6px;
		margin-left: 6px;
	}
	#obras .obras {
		min-height: 220px;
	}
	#obras .obra {
		width: 100%;
	}
	#cont .logop {
		width: 90%;
	}
	#cont .datos {
		width: auto;
	}
	#cont .datos p {
		font-size: 15px;
	}
	#cont .col2 {
		padding: 50px 0px 20px;
	}
	#clientes .clientesl {
		padding: 0;
	}
	#clientes p {
		letter-spacing: 1px;
		text-align: left;
	}
}