@charset "UTF-8";
/*********************** FUENTES GOOGLE MAPS ***********************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

/*********************** GENERAL ***********************/
body { padding: 0;margin: 0;font-family: 'Montserrat', sans-serif;padding-top: 29px; }
ul { padding: 0; margin: 0; list-style: none; }
img { display: block; width: 100%; border: none; }
a { text-decoration: none;color: inherit;display: block;cursor: pointer;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.contenedor { width: 1200px; margin: 0px auto; position: relative; }
.bannerPrincipal, .bg { width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: table; }
p { font-size: 18px;line-height: 28px;color: #0d1c5b;font-weight: 400;margin: 0px 0px 20px;font-family: 'Montserrat', sans-serif;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none; }
.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 100; }
.status { width: 200px; height: 200px;position: absolute; left: 50%; top: 50%; background-image: url('https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif'); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
section { position: relative; }
::selection { background: #ebf1fe;color: #161d3f; }
::-moz-selection { background: #ebf1fe;color: #161d3f; }
.fancy, iframe { width: 100%;height: 100% }
.btn { font-size: 19px;line-height: 19px;color: #fff;font-weight: 700;font-family: 'Montserrat', sans-serif;padding: 12px 15px;width: 100%;text-align: center;background-color: #7ac143;border: none;margin: 0;position: relative;cursor: pointer;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn:hover { border-radius: 30px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
/*********************** CONTENEDORES ***********************/
.conteRight { width: 50%; float: right; }
.conteLeft { width: 50%; float: left; }

/*
ANIMACIONES HTML5

-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;

-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);

-ms-transform: rotate(7deg);-webkit-transform: rotate(7deg);transform: rotate(7deg);

-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1);-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
*/

/*********************** CLEAR ***********************/
.clear { clear: both; height: 0px; }
.clear5 { clear: both; height: 5px; }
.clear10 { clear: both; height: 10px; }
.clear15 { clear: both; height: 15px; }
.clear20 { clear: both; height: 20px; }
.clear30 { clear: both; height: 30px; }
.clear40 { clear: both; height: 40px; }

/*********************** TEXTOS ***********************/
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }

/*********************** FORMULARIOS ERROR ***********************/
label.error { display:none !important; }
input.error { border: 1px solid #F00!important; }
select.error { border: 1px solid #F00!important; }
textarea.error { border: 1px solid #F00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5, h6 { padding: 0px;margin: 0px;font-family: 'Montserrat', sans-serif; }
h1 { font-size: 60px;line-height: 60px;color: #06466c;font-weight: 700;position: relative; }
h2 { font-size: 40px;line-height: 40px;color: #7ac143;font-weight: 700;position: relative; }
h3 { font-size: 20px;line-height: 30px;color: #06466c;font-weight: 500;text-transform: uppercase; }

/*********************** COLUMNAS ***********************/
.col2 li { float: left; width: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col3 li { float: left; width: 33.33%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col4 li { float: left; width: 25%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col5 li { float: left; width: 20%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col6 li { float: left; width: 16.66%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col7 li { float: left; width: 14.28%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col8 li { float: left; width: 12.5%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col9 li { float: left; width: 11%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }

/*********************** HEADER ***********************/
header { padding: 0px;position: fixed;top: 0;left: 0;width: 100%;z-index: 99; }
.headerAnima { -webkit-box-shadow: 0px 0px 8px 4px rgba(2, 39, 71, 0.3);-moz-box-shadow: 0px 0px 8px 4px rgba(2, 39, 71, 0.3);box-shadow: 0px 0px 8px 4px rgba(2, 39, 71, 0.3);; }
.topHeader { padding: 5px 0px;background-color: #022747;color: #fff; }
.topHeader span, .topHeader .headerWhats { font-size: 16px;line-height: 16px;font-weight: 500;color: #fff;padding: 0px;margin: 0px;display: inline-block;font-family: 'Montserrat', sans-serif; }
.topHeader .headerWhats::before { content: '';width: 20px;height: 20px;background-image: url(../img/ico-whatss.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: inline-block;margin: 0px 5px -4px 20px; }
.topHeader li:nth-child(2) { text-align: right; }
.menuHeader { padding: 20px 0px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.headerAnima .menuHeader { padding: 15px 0px;background-color: #fff; }
.logo { width: 180px;float: left;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.logoAnima { width: 160px; }
.menu { width: 750px;float: right; }
.menu li { height: 78px;display: table; }
.menuAnima li { height: 70px; }
.menu li a { color: #fff;font-size: 16px;line-height: 16px;font-weight: 500;text-align: center;font-family: 'Montserrat', sans-serif;display: table-cell;vertical-align: middle;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.menuLiAnima { color: #06466c!important; }
.topHeader .headerWhats:hover, .menu li a:hover, .menuActivo { color: #93f268!important;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn_movil { width: 40px;height: 40px;border: 2px solid #7ac143;text-align: center;float: right;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn_movil i { font-size: 30px;line-height: 39px;color: #7ac143; }

/*********************** HOME ***********************/
.home .seccion1 { padding: 200px 0px 150px;background-image: url(../img/banner-principal.jpg); }
.home .seccion1 h1, .home .seccion1 h3 { padding-left: 60px; }
.home .seccion1 h3::before { content: '';width: 18px;height: 79px;background-image: url(../img/itemX.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: -10px;left: 30px; }
.home .seccion2 { background-image: url(../img/banner-logo.jpg); }
.home .seccion2 .conteRight { padding: 120px 150px 120px 0px;width: 55%;position: relative; }
.home .seccion2 .conteRight::before { content: '';width: 18px;height: 79px;background-image: url(../img/itemX.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;bottom: -20px;right: 0; }
.home .seccion2 .conteRight h3, .home .seccion2 .conteRight p { color: #fff; }
.home .seccion2 .conteRight h2 { margin-bottom: 40px; }
.home .seccion3 { padding: 50px 0px 120px; }
.home .seccion3 h2.textCenter { color: #06466c;margin: 0px 0px 10px; }
.home .seccion3 li { height: 600px;display: table;margin: 20px 0px; }
.home .seccion3 li .conteImg { width: 100%;height: 600px;background-image: url(../img/img-servicio1.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: block; }
.home .seccion3 li .conteImg::before { content: '';width: 520px;height: 520px;background-image: url(../img/bg-servicio1.png);background-size: cover;background-position: center;background-repeat: no-repeat;display: block;position: absolute;bottom: -40px;right: -250px;z-index: -1; }
.home .seccion3 li:nth-child(4) .conteImg { background-image: url(../img/img-servicio2.jpg); }
.home .seccion3 li:nth-child(4) .conteImg::before { background-image: url(../img/bg-servicio2.png);bottom: -50px;right: unset;left: -325px; }
.home .seccion3 li:nth-child(5) .conteImg { background-image: url(../img/img-servicio3.jpg); }
.home .seccion3 li:nth-child(5) .conteImg::before { background-image: url(../img/bg-servicio3.png);bottom: -80px; }
.home .seccion3 li .conte { padding: 0px 0px 0px 60px;display: table-cell;vertical-align: middle; }
.home .seccion3 li:nth-child(3) .conte { padding: 0px 60px 0px 0px; }
.home .seccion3 li .conteIco { width: 100px;float: left; }
.home .seccion3 li:nth-child(3) .conteIco { float: right; }
.home .seccion3 li .conte h2 { margin-bottom: 30px; }
.home .seccion3 li .conte h3 { font-weight: 700;margin: 30px 0px 10px; }
.home .seccion3 li .conte p { margin: 0px; }
.home .seccion4 { background-image: url(../img/bg-construccion.jpg); }
.home .seccion4::before { content: '';width: 876px;height: 505px;background-image: url(../img/item1.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;bottom: -67px;left: 0; }
.home .seccion4::after { content: '';width: 866px;height: 499px;background-image: url(../img/item2.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: -67px;right: 0; }
.home .seccion4 .conteRight::before { content: '';width: 18px;height: 79px;background-image: url(../img/itemX.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: -20px;right: 0; }
.home .seccion4 .conteRight { padding: 120px 0px;position: relative;z-index: 1; }
.home .seccion4 .conteRight h1 { font-size: 50px;margin: 0px 0px 40px;color: #fff; }
.home .seccion4 .conteRight p { margin: 40px 0px 0px;color: #fff; }
.home .seccion4 .maquinaria { width: 50%;position: absolute;top: 0;left: 0; }
.home .seccion5 { padding: 150px 0px 80px; }
.home .seccion5 h2.textCenter { color: #06466c;margin: 0px 0px 10px; }
.home .seccion5 .col4 { margin: 20px auto 0px; }
.home .seccion5 li { height: 100px;display: flex;text-align: center; }
.home .seccion5 .logoObra { width: 200px;margin: auto;  }
.home .seccion6 { padding: 60px 0px 50px;background-image: url(../img/bg-contacto.jpg); }
.home .seccion6 h2, .home .seccion6 p { color: #fff;margin: 0px 0px 10px; }
.home .seccion6 .conteLeft { padding-left: 40px; }
form { width: 100%;margin: 20px auto 0px; }
form ::placeholder { font-size: 14px;line-height: 14px;font-weight: 400;color: #fff;font-family: 'Montserrat', sans-serif; }
form input:not([type="submit"]), form textarea { background-color: transparent;border: 3px solid #fff;width: 100%;padding: 12px 15px;margin: 0px 0px 12px;font-size: 14px;line-height: 14px;font-weight: 400;color: #fff;font-family: 'Montserrat', sans-serif;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
form input:not([type="submit"]):focus, form textarea:focus { border-radius: 30px; }
form textarea { height: 120px; }

/************************* ERROR 404 *************************/
.error .seccion1 { padding: 0px;height: 100vh; }
.error .seccion1 .conteError { width: 500px;position: absolute;top: 50%;left: 50%;margin-top: -158px;margin-left: -250px;padding: 30px;background-color: #fff;border: none;text-align: center;box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
.error .seccion1 .conteError h1.error { font-size: 100px;line-height: 100px;font-weight: 600; }
.error .seccion1 .conteError .btn { margin: 30px auto 0px;width: 200px; }

/********************** FOOTER **********************/
footer .seccion1 { padding: 30px 0px;background-color: #04092f; }
footer .seccion1 li:nth-child(3) { text-align: right; }
footer .seccion1 li:nth-child(4) { width: 100%; }
.logoFooter { width: 200px; }
.direccion { font-size: 16px;line-height: 22px;font-weight: 500;color: #fff;margin: 0;font-family: 'Montserrat', sans-serif; }
.footWhats { font-size: 19px;line-height: 23px;font-weight: 700;color: #fff;padding: 0px;margin: 0px;text-align: right;display: inline-block;font-family: 'Montserrat', sans-serif; }
.footWhats::before { content: '';width: 30px;height: 30px;background-image: url(../img/ico-whatss.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: inline-block;margin: 0px 10px -9px 0px; }
.facebook { font-size: 25px;line-height: 25px;margin: 10px 0px 15px;color: #fff;text-align: right;display: block; }
.aviso { font-size: 13px;line-height: 13px;font-weight: 700;color: #fff;padding: 0px;margin: 10px 0px 0px;text-align: right;display: block;font-family: 'Montserrat', sans-serif; }
.derechos { font-size: 13px;line-height: 13px;font-weight: 500;color: #fff;padding: 0px;margin: 40px 0px 0px;display: block;font-family: 'Montserrat', sans-serif; }
.derechos span { display: inline;margin: 0px 10px; }
.derechos a { display: inline; }
footer .seccion1 a:hover { color: #7ac143; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
	body { padding-top: 119px; }
	.contenedor { width: 95%; }
	p { font-size: 15px;line-height: 22px;margin-bottom: 12px;text-align: center; }
	.movil { display: block; }
	.btn { font-size: 16px;line-height: 16px;padding: 8px 10px; }
	/*********************** CONTENEDORES ***********************/
	.conteRight, .conteLeft { width: 100%; }
	/*********************** CLEAR ***********************/
	.clear { clear: both; height: 0px; }
	.clear5 { clear: both; height: 5px; }
	.clear10 { clear: both; height: 10px; }
	.clear15 { clear: both; height: 15px; }
	.clear20 { clear: both; height: 20px; }
	.clear30 { clear: both; height: 30px; }
	.clear40 { clear: both; height: 40px; }
	/*********************** TEXTOS ***********************/
	.textCenter, .textRight, .textLeft { text-align: center; }
	/*********************** H1 - H6 ***********************/
	h1, h2, h3 { text-align: center; }
	h1 { font-size: 35px;line-height: 35px; }
	h2 { font-size: 25px;line-height: 25px; }
	h3 { font-size: 17px;line-height: 27px; }
	/*********************** COLUMNAS ***********************/
	.col2 li { width: 100%; }
	/*********************** HEADER ***********************/
	.topHeader span, .topHeader .headerWhats { font-size: 14px;line-height: 14px;text-align: center; }
	.topHeader .headerWhats::before { width: 18px;height: 18px;margin: 0px 5px -4px 10px; }
	.topHeader li { text-align: center!important; }
	.menuHeader, .headerAnima .menuHeader { padding: 10px 0px;background-color: #fff; }
	.logo, .logoAnima { width: 120px; }
	.menu { width: 100%;display: none; }
	.menu li, .menuAnima li { height: 40px;width: 100%; }
	.menu li a { font-size: 15px;line-height: 15px;color: #06466c; }
	/*********************** HOME ***********************/
	.home .seccion1 { padding: 20px 0px; }
	.home .seccion1 h1, .home .seccion1 h3 { padding-left: 0px;text-align: center; }
	.home .seccion2 { background-position: left; }
	.home .seccion2 .conteRight { padding: 0px;width: 100%; }
	.home .seccion2 .conteRight h2 { margin-bottom: 10px; }
	.home .seccion3 { padding: 20px 0px; }
	.home .seccion3 li { height: auto;display: block;margin: 10px 0px; }
	.home .seccion3 li .conteImg { width: 300px;height: 300px;margin: 0px auto; }
	.home .seccion3 li .conteImg::before { width: 280px;height: 280px;bottom: -320px;right: unset;left: 50%;margin-left: -140px;  }
	.home .seccion3 li:nth-child(4) .conteImg::before { bottom: unset;top: -320px;right: unset;left: 50%;margin-left: -140px; }
	.home .seccion3 li:nth-child(5) .conteImg::before { bottom: -300px; }
	.home .seccion3 li .conte { padding: 0px!important;display: block; }
	.home .seccion3 li .conteIco { width: 80px;float: none!important;margin: 10px auto; }
	.home .seccion3 li .conte h2 { margin-bottom: 15px; }
	.home .seccion3 li .conte h3 { margin: 15px 0px 10px; }
	.home .seccion4::before { width: 300px;height: 173px;bottom: -23px; }
	.home .seccion4::after { width: 300px;height: 173px;top: -23px; }
	.home .seccion4 .conteRight { padding: 20px 0px; }
	.home .seccion4 .conteRight h1 { font-size: 35px;margin-bottom: 15px; }
	.home .seccion4 .conteRight p { margin-top: 15px; }
	.home .seccion4 .maquinaria { width: 100%;position: relative;margin: 0px auto; }
	.home .seccion5 { padding: 20px 0px; }
	.home .seccion5 .col4, form { margin-top: 15px; }
	.home .seccion5 li { width: 50%;height: 60px; }
	.home .seccion5 .logoObra { width: 120px;  }
	.home .seccion6 { padding: 20px 0px; }
	.home .seccion6 .conteLeft { padding-left: 0px; }
	form input:not([type="submit"]), form textarea { padding: 8px 10px;margin-bottom: 8px; }
	form textarea { height: 80px; }
	/********************** FOOTER **********************/
	footer .seccion1 { padding: 20px 0px; }
	footer .seccion1 li:nth-child(3) { text-align: center; }
	footer .seccion1 li { width: 100%;text-align: center; }
	.logoFooter { width: 150px;margin: 0px auto 20px; }
	.direccion { font-size: 14px;line-height: 18px; }
	.footWhats { font-size: 16px;line-height: 20px;text-align: center;margin: 10px 0px; }
	.footWhats::before { width: 25px;height: 25px;margin-bottom: -6px; }
	.facebook { font-size: 20px;line-height: 20px;text-align: center; }
	.aviso { text-align: center;margin: 20px 0px; }
	.derechos { margin: 0px; }
	/************************* ERROR 404 *************************/
	.error .seccion1 .conteError { width: 300px;margin-top: -126px;margin-left: -150px;padding: 20px; }
	.error .seccion1 .conteError h1.error { font-size: 80px;line-height: 80px; }
	.error .seccion1 .conteError .btn { margin-top: 20px; }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.home .seccion1 { padding: 50px 0px; }
	.home .seccion2, .home .seccion3, .home .seccion4 .conteRight, .home .seccion5, .home .seccion6 { padding: 30px 0px; }
	.home .seccion4::before { width: 450px;height: 259px;bottom: -34px; }
	.home .seccion4::after { width: 450px;height: 259px;top: -34px; }
	.home .seccion4 .maquinaria { width: 400px; }
	.seccion6 form { width: 420px;margin: 20px auto 0px; }
}

@media screen and (min-width: 600px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/ 
    .contenedor { width: 90%; }
    p { font-size: 16px; }
    .home .seccion1 { padding: 90px 0px; }
    .home .seccion3 li .conteImg { width: 400px;height: 400px; }
    .home .seccion4 .maquinaria, .seccion6 form { width: 500px; }
}
 
@media screen and (min-width: 1024px) and (max-width: 1439px) {
	/*********************** GENERAL ***********************/
	body { padding-top: 29px; }
	.contenedor { width: 960px; }
	p { font-size: 17px;line-height: 27px;margin-bottom: 15px; }
	.btn { font-size: 18px;line-height: 18px;padding: 10px 12px; }
	/*********************** H1 - H6 ***********************/
	h1 { font-size: 55px;line-height: 55px; }
	h2 { font-size: 36px;line-height: 36px; }
	h3 { font-size: 19px;line-height: 29px; }
	/*********************** HEADER ***********************/
	.topHeader span, .topHeader .headerWhats { font-size: 15px;line-height: 15px; }
	.topHeader .headerWhats::before { margin-bottom: -5px; }
	.menuHeader { padding: 15px 0px; }
	.headerAnima .menuHeader { padding: 10px 0px; }
	.logo { width: 160px; }
	.logoAnima { width: 130px; }
	.menu { width: 650px; }
	.menu li { height: 70px; }
	.menuAnima li { height: 56px; }
	.menu li a { font-size: 15px; }
	/*********************** HOME ***********************/
	.home .seccion1 { padding: 150px 0px 100px; }
	.home .seccion1 h1, .home .seccion1 h3 { padding-left: 40px; }
	.home .seccion1 h3::before { left: 15px; }
	.home .seccion2 .conteRight { padding: 80px 100px 80px 0px; }
	.home .seccion2 .conteRight h2 { margin-bottom: 40px; }
	.home .seccion3 { padding: 40px 0px 100px; }
	.home .seccion3 li { height: 480px;margin: 15px 0px; }
	.home .seccion3 li .conteImg { height: 480px; }
	.home .seccion3 li .conteImg::before { width: 400px;height: 400px;bottom: -30px;right: -200px; }
	.home .seccion3 li:nth-child(4) .conteImg::before { bottom: -40px;right: unset;left: -240px; }
	.home .seccion3 li:nth-child(5) .conteImg::before { bottom: -60px; }
	.home .seccion3 li .conte { padding-left: 40px; }
	.home .seccion3 li:nth-child(3) .conte { padding: 0px 40px 0px 0px; }
	.home .seccion3 li .conteIco { width: 90px; }
	.home .seccion3 li .conte h2 { margin-bottom: 20px; }
	.home .seccion3 li .conte h3 { margin-top: 20px; }
	.home .seccion4::before { width: 703px;height: 405px;bottom: -54px;left: 0; }
	.home .seccion4::after { width: 692px;height: 399px;top: -54px;right: 0; }
	.home .seccion4 .conteRight { padding: 80px 0px; }
	.home .seccion4 .conteRight h1 { font-size: 45px;margin-bottom: 30px; }
	.home .seccion4 .conteRight p { margin-top: 30px; }
	.home .seccion5 { padding: 100px 0px 50px; }
	.home .seccion5 li { height: 80px; }
	.home .seccion5 .logoObra { width: 150px;  }
	.home .seccion6 { padding: 50px 0px 40px; }
	.home .seccion6 .conteLeft { padding-left: 30px; }
	form input:not([type="submit"]), form textarea { padding: 10px 12px;margin-bottom: 10px; }
	form textarea { height: 100px; }
	/********************** FOOTER **********************/
	footer .seccion1 { padding: 25px 0px; }
	.logoFooter { width: 160px; }
	.direccion { font-size: 15px;line-height: 20px; }
	.footWhats { font-size: 18px;line-height: 21px; }
	.footWhats::before { width: 28px;height: 28px; }
	.facebook { font-size: 24px;line-height: 24px; }
	.aviso { font-size: 12px;line-height: 12px; }
	.derechos { font-size: 12px;line-height: 12px;margin-top: 30px; }
}

@media (min-width: 1440px) {}