@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


* {
	box-sizing: border-box;
	font-family: 'Rajdhani', sans-serif;
}

img {
	max-width: 100%;
}

body {
	background: url('../img/bg-texture.jpg') top center;
	text-align: center;
	padding: 0;
	margin: 0;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	position: relative;
	padding: 0 10px;
	margin: 0 auto;
}

.col100, .col50, .col25, .col75, .col66, .col33 {
	position: relative;
	float: left;
	padding: 0 15px;
	text-align: left;
}

.col100 { width: 100%; }
.col25 { width: 25%; }
.col50 { width: 50%; }
.col75 { width: 75%; }
.col75 { width: 75%; }
.col66 { width: 66.66%; }
.col33 { width: 33.33%; }

.antiModulo { margin: 0 -15px; }


h1, h2, h3, h4, h5, h6 {
	font-family: 'Rajdhani';
	font-size: 18px;
}


header {
	background: #000;
	padding: 20px 0 0 0;
}

header.main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 30px 0 0 0;
}

header.main .logo img {
	width: 500px;
}

header.main .logo h2 {
	margin-top: 30px;
	line-height: 1.2em;
	font-size: 30px;
}


header.main ul.info li {
	font-size: 18px;
}

.datos{
	padding: 0 20px;
	text-align: left;
	color: #FFF;
}

header.main nav a {
	font-size: 18px;
	padding: 15px 30px;
}

.logo {
	display: block;
	float: left;
}

.logo img {
	width: 500px;
	float: left;
}

.logo h2 {
	float: left;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	margin: 24px 10px;
}

header ul.info {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul.info li {
	color: #fff;
	text-align: right;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 15px;
}

header ul.info li a {
	color: #a1cc3a;
}

header nav {
	background: #a1cc3a;
	margin-top: 20px;
	z-index: 10;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav li {
	float: left;
	position: relative;
}

header nav a {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 12px 20px;
	text-transform: uppercase;
	display: block;
}

header nav a.current, header nav a:hover {
	background: #8caf37;
	color: #fff;
}

header nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	background: #a1cc3a;
	z-index: 10;
	min-width: 100%;

	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

header nav ul ul li {
	float: none;
	display: block;
}

header nav ul li:hover ul {
	height: auto;
	opacity: 1;
	overflow: visible;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.burger {
	position: absolute;
	right: 15px;
	top: 20%;
	margin-top: -15px;
	height: 30px;
	width: 40px;
	display: none;
}

.burger span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #8caf37;
}

.burger span:nth-child(1) { top: 3px; }
.burger span:nth-child(2) { top: 13px; }
.burger span:nth-child(3) { top: 23px; }

section {
	position: relative;
}

section.internal {
	border-top: 5px solid #fff;
	padding-top: 15px;
}

.slideshow {
	background: #000;
	height: 100vh;
	margin-bottom: -42px;
}

.slideshow ul.slides li {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
}

article {
	position: relative;
	z-index: 2;
}

section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
	z-index: -1;
	max-height: 100%;
}

section:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80vh;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3));
	z-index: -1;
}

section h2, section h1 {
	background: #222;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	font-size: 30px;
	margin: 15px 0;
}

section h2 span, section h1 span {
	color: #a1cc3a;
	font-family: inherit;
}

section h1 {
	font-size: 36px;
}

.titleContainer {
	background: #fff;
	margin: -20px 0 30px;
}

.titleContainer h1 {
	background: none;
	color: #222;
	padding: 0;
}

/* .titleContainer h1 span {
	color: ;
} */

ul.pastos {
	position: relative;
	list-style: none;
	margin: 23px -7px;
	padding: 0;
}

ul.pastos li {
	float: left;
	width: 20%;
	padding: 7px;
}

ul.pastos li img {
	width: 100%;
}

ul.pastos li a {
	display: block;
	background: #fff;
}

ul.pastos li .info {
	background: linear-gradient(#eee, #fff 30px);
	padding: 10px;
}

ul.pastos li .info h3 {
	margin: 0;
	color: #5da335;
	text-align: center;
	font-size: 27px;
	line-height: 1.2em;
}

ul.pastos li .info p {
	margin: 7px 0;
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	color: #333;
	font-weight: 500;
	height: 2.4em;
	font-family: 'Roboto Condensed';
}

ul.pastos li span {
	font-size: 18px;
}

ul.pastos.pastosBig {
	margin: 23px -7px 15px -7px;
}

ul.pastosBig, ul.servicios {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul.pastosBig li, ul.servicios li {
	width: 100%;
	padding: 0;
	margin: 15px 0;
	background: #fff;
}

ul.pastosBig li ul.pastoGal, ul.servicios li ul.pastoGal {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 7px;
}

ul.pastosBig li .info, ul.servicios li .info {
	width: 66.66%;
	float: left;
	padding: 7px 15px 15px 7px;
}

ul.pastosBig li ul.pastoGal img, ul.servicios li ul.pastoGal img {
	width: 100%;
}

ul.pastosBig h3, ul.servicios h3 {
	font-size: 28px;
	margin: 0;
	color: #5da335;
}

ul.pastosBig h4, ul.servicios h4 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-family: 'Roboto Condensed';
}

ul.pastosBig p, ul.servicios p {
	font-size: 18px;
	margin: 10px 0;
	font-family: 'Roboto Condensed';
}

ul.pastosBig .info ul, ul.servicios .info ul {
	margin: 0 -7px;
	padding: 0;
	font-size: 14px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.pastosBig .info ul li, ul.servicios .info ul li {
	margin: 0;
	padding: 3px 7px;
	width: 50%;
	float: left;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	font-family: 'Roboto Condensed';
}

ul.pastosBig .info ul li:nth-last-child(2), ul.pastosBig .info ul li:nth-last-child(1) {
	border: none;
}


ul.pastoGal li {
	width: 50%;
	float: left;
	padding: 7px;
	margin: 0;
}

ul.pastoGal.allBig li { 
	width: 100%;
}

ul.pastoGal li:first-child {
	width: 100%;
}

ul.servicios ul.pastoGal li:first-child {
	width: 50%;
}



/*--infoCesped--*/

.infoCesped {
	width: 100%;
	padding: 0 20px;
	margin: 15px 0;
	float: left;
	text-align: left;
	background: #222;
}

.infoCesped strong {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
}

.infoCesped h3 {
	text-transform: uppercase;
	background: #5da335;
	color: #fff;
	font-family: 'Oswald';
	font-size: 21px;
	padding: 7px 20px;
	margin: 0 -20px;
}

.infoCesped ul {
	position: relative;
	list-style: none;
	margin: 10px 0;
	padding: 0px;
	color: #fff;
}

.infoCesped ul li {
	border-bottom: 1px solid #6c9655;
	padding: 7px 0;
	line-height: 1.2em;
	font-size: 18px;
	font-family: 'Roboto Condensed';
}

.infoCesped ul li:last-child {
	border: none;
}

/*--obras--*/

.infoMapa h3 {
	text-transform: uppercase;
	background: #5da335;
	color: #fff;
	font-family: 'Oswald';
	font-size: 21px;
	padding: 7px 20px;
	margin: 30px 0;
}

.mapa {
	position: relative;
	margin: 30px 0;
	overflow: hidden;
}

.mapa .filters {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mapa .filters li {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
}

.mapa .filters li a {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	padding: 2px 5px;
	text-align: center;
	font-size: 17px;
	margin: 0;
	width: 20px;
	height: 20px;
	box-shadow: 0 0 0 10px rgba(161, 204, 58, 0.4);
	background: #666;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.mapa .filters li a.mixitup-control-active, .mapa .filters li a:hover {
	box-shadow: 0 0 0 20px rgba(161, 204, 58, 0.4);
}

.mapa .filters li a.reset {
	border-radius: 0;
	width: auto;
	height: auto;
	font-size: 15px;
	padding: 7px 15px;
	box-shadow: none;
}

.tooltip {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 5;
	left: -5px;
	top: 30px;
	background: #000;
	padding: 10px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.tooltip span {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #000000 transparent;
}

.mapa li:hover .tooltip {
	opacity: 1;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.tooltip h4 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}


ul.obras {
	position: relative;
	list-style: none;
	margin: 15px -15px;
	padding: 0;
}

ul.obras li {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 15px;
	position: relative;
}

ul.obras li.listadoInside {
	width: 100%;
}

ul.obras.obrasFull li {
	width: 20%;
}

ul.obras.obrasFull .unaObra {
	border: 4px solid #fff;
}

.unaObra {
    position: relative;
    border: 4px solid #fff;
    background: #333;
}

.unaObra h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 30px 15px 10px 15px;
	color: #fff;
	font-size: 15px;
	font-family: 'Rajdhani';
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
	line-height: 1em;
}

ul.obras li.listadoInside .unaObra {
	padding-bottom: 15px;
}

ul.obras li.listadoInside .unaObra h3 {
	position: relative;
	text-transform: uppercase;
	background: #5da335;
	color: #fff;
	font-family: 'Oswald';
	font-size: 21px;
	padding: 10px 15px;
	margin: 0 0 15px 0;
}

ul.obras li.listadoInside .unaObra p {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0 15px;
	width: 100%;
}

ul.obras li.listadoInside .unaObra p strong {
	border-bottom: 1px solid #5da335;
	display: block;
	text-transform: uppercase;
	margin: 12px 0 7px;
}


ul.obras li img {
	width: 100%;
}

ul.filters {
    margin: 15px -7px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}

ul.filters li {
    display: inline-block;
    margin: 7px;
    list-style: none;
}

ul.filters a:hover, ul.filters a.active, ul.filters a.mixitup-control-active {
    background: #a1cc3a;
}

ul.filters a {
	color: #222;
	padding: 10px 15px;
	display: inline-flex;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	background: #fff
}

/*--form--*/

form {
	width: 100%;
	padding: 0 20px 10px 20px;
	margin: 15px 0;
	float: left;
	text-align: left;
	background: #222;
}

form h3 {
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
}

form h3 span {
	font-family: 'Oswald';
	color: #a1cc3a;
	font-size: 21px;
}

label {
	display: block;
	color: #a1cc3a;
	font-size: 16px;
}

form input, form textarea, form select, button {
	width: 100%;
	border: none;
	height: 30px;
	margin: 3px 0 15px 0;
}

form textarea {
	height: 99px;
}

button {
	background: #b0dc45;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #92b935;
	height: 35px;
}

.contact-success, .contact-error, .formEdit {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    display: none;
}

.contact-success .wrapper, .contact-error .wrapper, .formEdit .wrapper {
    height: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
    z-index: 30;
}

.contact-success .col100, .contact-error .col100 {
    background: #a1cc3a;
    padding: 30px;
    border-bottom: 7px solid #fff;
}

a.close {
    position: absolute;
    right: 0;
    background: #222;
    color: #fff;
    font-weight: bold;
    padding: 9px 15px;
    top: 0;
}

.overlayNav, .overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 20;
}

.contact-success *, .contact-error * {
	text-align: center;
}

p.legalText {
	padding: 15px;
	background: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}

/*--mapa--*/

.mapaImg {
	margin: 15px 0;
	border: 7px solid #fff;
}

.mapaImg iframe {
	width: 100%;
	height: 40vh;
	min-height: 350px;
}

/*--footer--*/

footer {
	background: #fff;
	margin-top: 15px;
	box-shadow: 0 50px 0 #fff, 0 100px 0 #333, 0 150px 0 #333, 0 200px 0 #333, 0 250px 0 #333, 0 300px 0 #333, 0 350px 0 #333, 0 400px 0 #333;
}

footer .halcones {
	margin: 7px 0;
}

footer .legalFoot {
	background: #eee;
}

p.legal {
	text-align: left;
	float: left;
	font-weight: bold;
	padding: 7px 0;
}

p.vd {
	float: right;
	font-weight: bold;
	padding: 7px 0;
}

p.vd a {
	color: #a1cc3a;
}

@media(max-width: 960px) {
	ul.pastos li .info h3 {
		font-size: 16px;
	}
	ul.pastos li {
		width: 25%;
		padding: 7px;
	}
	ul.pastos {
		margin: 23px -7px 7px;
	}
	.col66 .col50 {
		width: 100%;
	}
}

@media(max-width: 800px) {
	.col33, .col66, .col50 {
		width: 100%;
	}
	.wrapper {
		padding: 0;
	}
	ul.obras {
		margin: 0 -15px;
	}
	.logo h2, header.main .logo h2 {
		font-size: 30px;
		line-height: 1.2em;
	}
	.logo img, header.main .logo img {
		width: 285px;
	}
	header ul.info li {
		font-size: 18px;
	}
	ul.obras.obrasFull li {
		width: 33.33%;
	}
	footer {
		padding: 15px 0;
	}
	footer p {
		text-align: center !important;
		width: 100% !important;
		margin: 0;
		line-height: 1em;
		padding: 3px 0 !important;
	}
	
header ul.info {
	float: inherit;
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul.info li {
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 15px;
}

}

@media (max-width: 640px) {
	header ul.info {
		display: block;
    width: inherit;
    padding: 10px 0 0;
	}
	.logo h2, header.main .logo h2 {
		margin: 18px 10px;
		max-width: 80%;
		line-height: .9em;
		font-size: 20px;
	}
	header, header.main {
		padding: 15px 0;
	}
	header nav {
		display: none;
		margin: 20px 0 -20px 0;
	}
	header nav li {
		width: 100%;
	}
	header nav .col100 {
		padding: 0;
	}
	header nav a {
		text-align: center;
	}
	a.burger {
		display: block;
	}
	ul.obras {
		margin: 0 -7px;
	}
	ul.obras.obrasFull li {
		width: 50%;
		padding: 7px;
	}
	header nav ul ul {
		display: block;
		position: relative;
		opacity: 1;
		height: auto;
		transform: none;
	}
	.slideshow, .slideshow ul.slides li {
		height: 45vh;
		position: relative;
		margin-top: 5rem;
	}
}

@media(max-width: 500px) {
	ul.pastosBig li ul.pastoGal {
		width: 100%;
	}
	ul.pastoGal li {
		width: 25%;
	}
	ul.pastosBig li .info {
		width: 100%;
		padding: 7px 15px;
	}
	ul.pastos {
		display: grid;
		grid-template-columns: 50% 50%;
		justify-items: stretch;
	}
	ul.pastos:before {
		display: none;
	}
	ul.pastos a {
		height: 100%;
		background: #fff;
	}
	ul.pastos li .info p {
		font-size: 18px;
	}
	ul.pastos li .info h3 {
	    line-height: 1em;
	}
	ul.pastoGal.allBig li {
		width: 50%;
	}
	ul.pastos li {
		width: 100%;
	}
	ul.pastos li span {
		display: block;
	}
	ul.obras li {
		width: 50%;
		padding: 7px;
	}
	.unaObra h3 {
		padding: 15px 7px 5px 7px;
		font-size: 14px;
	}
}

@media(max-width: 440px) {
	.logo h2, header.main .logo h2 {
		font-size: 13px;
		margin-top: 23px;
	}
}

@media(min-width: 640px) {
	header nav {
		display: block !important;
	}
}


/*--WS--*/

a.wp-call {
    text-decoration: none;
    z-index: 5;
}

.wp-call {
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    right: 0;
    border-radius: 9px 0 0 9px;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wp-call.post {
    bottom: 30px;
}

.wp-call:hover {
	-moz-transform: scale(1) translateX(1px) translateY(-2px);
	-webkit-transform: scale(1) translateX(1px) translateY(-2px);
	-o-transform: scale(1) translateX(1px) translateY(-2px);
	-ms-transform: scale(1) translateX(1px) translateY(-2px);
	transform: scale(1) translateX(1px) translateY(-2px);
	-webkit-transition: all 0.2s ease-in;
	;
	-moz-transition: all 0.2s ease-in;
	;
	-ms-transition: all 0.2s ease-in;
	;
	-o-transition: all 0.2s ease-in;
	;
	box-shadow: 0 7px 8px -5px #55555596;
	transition: all 0.2s ease-in;
}

.wp-call img {
	float: left;
	width: 52px;
	padding: 4px 8px;
	background: #1ebea5;
}

.wp-call span {
    color: #888;
    font-size: 15px;
    padding: 0px 30px 0 15px;
    text-align: left;
    line-height: 1em;
}

.wp-call span strong {
	font-size: 21px;
	font-weight: bold;
}

@media (max-width:991px) {
	.wp-call span {
        min-width: 90px;
    }
    .wp-call {
        bottom: 120px;
    }
	.wp-call.post {
        bottom: 60px;
    }
}
@media (min-width: 800px){
	.wp-call {
		bottom: 85px;
	}
}



.wp-call span strong {
    font-size: 21px;
    font-weight: bold;
}

img.icon-social {
    margin-top: 5px;
    width: 35px;
    padding: 5px;
}
img.icon-social:hover {
   opacity: 0.7;
}