@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-family: "Raleway", sans-serif;
	flex-direction: column;
	background-color: #fff;

}

.wapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}

.wapp::before {
	position: absolute;
	top: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	content: "¡Escríbenos!";
	padding: 5px 20px 5px 10px;
	border-radius: 5px;
	background-color: #32BA46;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 0;
	transform: translateX(-40px);
}

.wapp:hover::before {
	opacity: 1;
	transform: translateX(-80px);
}

.wapp a {
	width: 50px;
	height: 50px;
}

.wapp a img {
	width: 50px;
	height: 50px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

.burgermenu {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	z-index: 20;
	display: none;
}

.burgermenu  img {
	width: 40px;
	height: 40px;
	fill: white;
	filter: invert(1);
}

header {
	width: 100%;
	max-width: 1440px;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 10px 0px;
	z-index: 10;
	background-color: rgba(41, 59, 143, 0.0);
}

header.menutrans {
	background: rgb(0,66,92);
	background: linear-gradient(180deg, rgba(41, 59, 143,1) 0%, rgba(41, 59, 143,0.2) 100%);
	padding: 8px 0px;
}

header a img {
	width: 120px;
	height: auto;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

nav {
	width: 60%;
	text-align: right;
}

nav a {
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: 300;
	margin-left: 35px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
}

nav a:hover {
	color: #27AAE1;
}

main {
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
}

main .slide {
	width: 100%;
	height: 650px;
	background-color: #000;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), url("img/slide1.jpg");
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: left;
	align-items: flex-end;
	/* animation: shrink 8s infinite alternate;
	 background-repeat: no-repeat;*/
}

main .slide .slideinfo {
	width: 50%;
	margin-left: 125px;
	margin-bottom: 75px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

main .slide .slideinfo h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.40));
	line-height: 45px;
}

main .slide .slideinfo h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.40));
	line-height: 25px;
}

main .slide .slideinfo hr {
	margin: 10px 0px;
}

main .slide .slideinfo a {
	width: 180px;
	background-color: #F15A29;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 20px;
	border: 1px solid white;
	border-radius: 10px 0px 10px 0px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.40));
	text-decoration: none;
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	letter-spacing: 2px;
}

main .us {
	width: 100%;
}

main .us .datas {
	width: 100%;
	padding: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #293B8F;
	padding: 20px;
}

main .us .data {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

main .us .data h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

main .us .data h1 {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	line-height: 90px;
}

main .us .info {
	width: 100%;
	padding: 100px 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

main .us .info img {
	width: 30%;
}

main .us .info p {
	width: 45%;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

main .services {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url("img/back_services.jpg");
	backdrop-filter: grayscale(100%);
	background-size: cover;
	background-position: center center;
}

main .services .tservices {
	width: 100%;
	display: flex;
}

main .services .tservices .left {
	background-color: rgba(28, 117, 188, 0.8);
	width: 75%;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 20px;
}

main .services .tservices .left h2 {
	font-size: 40px;
	font-weight: 800;
	color: white;
}

main .services .tservices .right {
	background-color: rgba(0, 168, 198, 0.8);
	width: 25%;
	height: 60px;
}

main .services .cservices {
	width: 100%;
	padding: 50px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

main .services .cservices .service {
	width: 22%;
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 10px;
}

main .services .cservices .service span {
	width: 100%;
	color: white;
	padding: 25px 20px;
	font-size: 15px;

}

.mant {
	background-image: url("img/mantenimiento.jpg");
	background-size: cover;
	background-position: center center;

}

.mant span {
	background-color: rgba(0, 167, 157, 0.8);
}

.const {
	background-image: url("img/construccion.jpg");
	background-size: cover;
	background-position: center center;
}

.const span {
	background-color: rgba(0, 167, 157, 0.8);
}

.sauna {
	background-image: url("img/saunas.jpg");
	background-size: cover;
	background-position: center center;
}

.sauna span {
	background-color: rgba(0, 167, 157, 0.8);
}

.venta {
	background-image: url("img/equipos.jpg");
	background-size: cover;
	background-position: center center;
}

.venta span {
	background-color: rgba(0, 167, 157, 0.8);
}

.paisajismo {
	background-image: url("img/paisajismo.jpg");
	background-size: cover;
	background-position: center center;
}

.paisajismo span {
	background-color: rgba(57, 181, 74, 0.8);
}

.texturizados{
	background-image: url("img/texturizados.jpg");
	background-size: cover;
	background-position: center center;
}

.texturizados span {
	background-color: rgba(155, 133, 121, 0.8);
}

main .proyects {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px 0px 50px 0px;
	justify-content: center;
	align-items: center;
}

main .proyects .tproyects {
	width: 100%;
	display: flex;
}

main .proyects .tproyects .left {
	background-color: #00A8C6;
	width: 75%;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 20px;
}

main .proyects .tproyects .left h2 {
	font-size: 40px;
	font-weight: 800;
	color: white;
}

main .proyects .tproyects .right {
	background-color: #F15A29;
	width: 25%;
	height: 60px;
}

main .proyects .galeria {
  	display: flex;
  	flex-wrap: wrap;
  	padding: 0 4px;
}

main .proyects .galeria .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

main .proyects .galeria .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


main .reviews {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin: 50px 0px;
	justify-content: space-around;
	align-items: baseline;

}

main .reviews .review {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

main .reviews .review .top {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

main .reviews .review .top span {
	width: 60px;
	height: 60px;
	background-color: gray;
	border-radius: 50%;
	border: 1px solid gray;
	background-image: url("img/user.svg");
	background-size: cover;
	background-position: center center;}

main .reviews .review .top p {
	width: 50%;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	margin-left: 15px;
}

main .reviews .review .top p b {
	font-size: 14px;
	font-weight: 500;
}

main .reviews .review .top img {
	width: 25%;
	height: auto;
	justify-self: flex-end;
}

main .reviews .review .text {
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	background-color: #F1F1F1;
	font-size: 14px;
	font-weight: 400;
}

main .reviews a {
	width: 180px;
	background-color: #F15A29;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 20px;
	border: 1px solid white;
	border-radius: 10px 0px 10px 0px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.40));
	text-decoration: none;
	margin-top: 25px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

main .reviews a img {
	height: 20px;
	width: auto;
	filter: invert(100%);
}

main .banner {
	width: 100%;
	height: 300px;
	background-image: url("img/banner.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

main .banner h2 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
}

footer {
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
}

footer .contact {
	width: 100%;
	display: flex;
}

footer .contact .info {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: #293B8F;
	color: #999;
	font-size: 14px;
	padding: 25px 25px 25px 40px;
	min-height: 350px;
}

footer .contact .info img {
	width: 200px;
	height: auto;
	margin-bottom: 35px;
}

footer .contact .info a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;

}

footer .contact .info a img {
	width: 40px;
	height: auto;
	margin: 20px 0px 0px 20px;

}

footer .contact .info hr {
	margin: 35px 0px;
	width: 80%;
	color: #fff;
	border: 1px solid #fff;
}

footer .contact .derecho {
	width: 65%;
	padding: 25px;
	display: flex;
	align-items: center;
	background-color: #293B8F;
}

footer .contact .derecho .experiencia {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	width: 30%;
}

footer .contact .derecho .experiencia h1 {
	font-size: 120px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}

footer .contact .derecho .experiencia h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

footer .contact .derecho .formulario {
	display: flex;
	text-align: center;
	flex-direction: column;
	padding-left: 35px;
	border-left: 1px solid #fff;
	width: 70%;
}

footer .contact .derecho .formulario form input[type=text], footer .infofooter .derecho .formulario form input[type=email], footer .infofooter .derecho .formulario form input[type=tel] {
	width: 90%;
	height: 30px;
	border-radius: 10px;
	background: #293B8F;
	border: 1px solid #fff;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #fff;
	position: relative;
}

select {
	width: 90%;
	height: 30px;
	border-radius: 10px;
	background: #293B8F;
	border: 1px solid #fff;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #fff;
	position: relative;
}

textarea {
	width: 90%;
	border-radius: 10px;
	background: #293B8F;
	border: 1px solid #fff;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #fff;
	position: relative;
}

footer .contact .derecho form input[type=text]:focus, footer .infofooter .derecho form input[type=email]:focus, footer .infofooter .derecho form input[type=tel]:focus {
  	font-size: 13px;
	font-weight: 300;
}


footer .contact .derecho form input[type=text]::placeholder, footer .infofooter .derecho form input[type=email]::placeholder, footer .infofooter .derecho form input[type=tel]::placeholder {
  	font-size: 13px;
	font-weight: 300;
  	color: #EDEDED;
}

footer .contact .derecho form input[type=submit] {
	width: 50%;
	min-width: 100px;
	background: #F15A29;
	border: 1px solid #fff;
	margin-bottom: 25px;
	padding: 10px;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	border-radius: 10px 0px 10px 0px;
}

footer .contact .derecho form input[type=submit]:hover {
	background: #666;
	scale: 105%;
	transition: 0.3s;
}

footer .bottom {
	width: 100%;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	color: white;
	background-color: black;
	font-weight: 300;
}

footer .bottom  a {
	font-size: 12px;
	color: white;
	font-weight: 400;
}

/* INICIA RESPONSIVE */


@media screen and (max-width: 780px) {

.burgermenu {
	display: inline;
}

header {
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

header a img {
	margin-left: 30px;
}

nav{
	position: fixed;
	top: 0px;
	right: -200px;
	width: 200px;
	background: #293B8F;
	padding: 40px 20px 20px 20px;
	text-align: center;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.40));
	transition: transform 0.3s;
	transition-timing-function: ease-in;
}

.show {
	transition: transform 0.3s;
	transition-timing-function: ease-in;
	transform: translateX(-200px);
}

nav a {
	display: block;
	padding: 20px 0px;
	margin: 10px 0px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.0));
	border-bottom: 1px dotted #fff;
}

nav a:hover {
	color: #A8EEFC;
}

main {
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-direction: column;
}

main .slide {
	height: 600px;
}

main .slide .slideinfo {
	width: 75%;
	margin-left: 50px;
	margin-bottom: 35px;
}

main .us {
	width: 100%;
}

main .us .datas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

main .us .data {
	padding: 30px;
}

main .us .info {
	padding: 75px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main .us .info img {
	width: 75%;
	margin-bottom: 50px;
}

main .us .info p {
	width: 75%;
}

main .services .tservices .left {
	width: 85%;
	height: 60px;
}

main .services .tservices .left h2 {
	font-size: 25px;
}

main .services .tservices .right {
	width: 15%;
}

main .services .cservices {
	padding: 30px 0px;
}

main .services .cservices .service {
	width: 80%;
	height: 290px;
}

main .proyects .tproyects .left {
	width: 85%;
	height: 60px;
}

main .proyects .tproyects .left h2 {
	font-size: 25px;
}

main .proyects .tproyects .right {
	width: 15%;
	height: 60px;
}

main .proyects .galeria {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding: 0 4px;
}


main .proyects .galeria .column {
  -ms-flex: 45%; /* IE10 */
  flex: 45%;
  max-width: 45%;
}

main .reviews {
	flex-flow: column wrap;
	margin: 10px 0px 50px 0px;
	justify-content: space-around;
	align-items: center;

}

main .reviews .review {
	width: 85%;
	margin-bottom: 40px;
}

main .reviews a {
	margin-top: 10px;
}

main .banner {
	height: 250px;
	padding: 50px 50px;
}

main .banner h2 {
	font-size: 30px;
	font-weight: 400;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
}

footer .contact {
	width: 100%;
	display: flex;
	flex-direction: column;
}

footer .contact .info {
	width: 100%;
	display: flex;
	flex-direction: column;
	}


footer .contact .derecho {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .contact .derecho .experiencia {
	width: 100%;
	margin-bottom: 50px;
}


footer .contact .derecho .formulario {
	padding-left: 0px;
	border-left: 0px solid #fff;
	width: 100%;
}



}