@charset "UTF-8";

/*********************** FUENTES ***********************/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
font-family: 'Rubik', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

/******************* GENERAL *******************/
body { padding: 0; margin: 0; font-family: 'Rubik', sans-serif; padding-top: 130px; }
img { width: 100%; display: block; }
a { text-decoration: none; color: inherit; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
ul { padding: 0; margin: 0; }
li { list-style-type: none; }
* { box-sizing: border-box; }
* { box-sizing: border-box; }
*:focus { outline: none; }
input { outline: none; border: none; }
.pc { display: block; }
.movil { display: none; }
section { position: relative; }
p { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; margin: 0 0 10px; font-size: 17px; color: #454545; font-weight: 300; font-family: 'Work Sans', sans-serif; line-height: 25px; }
p span { display: block; }
::selection { background: #099649; color: #FFF; }
::-moz-selection { background: #099649; color: #FFF; }
.contenedor { width: 1200px; margin: 0px auto; position: relative; }
.btn { font-family: 'Work Sans', sans-serif; background: #00aada; color: #FFF; font-size: 18px; padding: 10px; width: 230px; text-align: center; font-weight: 400; letter-spacing: 1px; }
.btn:hover { background: #099649; box-shadow: 0 0 4px 2px #099649; }
.bannerPrincipal { height: 500px; background-size: cover; background-position: center; }
.bannerPrincipal h1 { background: #0067a6; color: #FFF; font-size: 70px; position: absolute; left: 50%; top: 50%; width: 600px; text-align: center; margin-top: -30px; font-weight: 700; padding: 10px 40px; line-height: 60px; }
.bannerPrincipal h1 span { display: block; text-transform: uppercase; font-size: 50px; font-weight: 400; }
.linea { height: 5px; width: 260px; position: absolute; }
.linea:after, .linea:before { content: ''; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 45%; }
.linea:before { background: #0067a6; }
.linea:after { background: #099649; left: initial; right: 0; width: 55%; }
.btnWhats { background: #009740; position: fixed; bottom: 20px; left: 20px; z-index: 10; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; box-shadow: 0 0 0 0 #27d367; }
.btnWhats i { color: #fff;font-size: 40px; line-height: 40px; display: block;text-align: center;padding-top: 10px; }
.btnWhats:hover { opacity: 0.5;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }


/*********************** FORMULARIO SERVICIO ***********************/
.formServicios { width: 500px; padding: 20px; }
.formServicios h2 { text-align: center; font-size: 30px; margin-bottom: 20px; }
.formServicios label { display: block; }
.formServicios label input { display: block; width: 100%; font-size: 16px; border: 1px solid #0067a6; border-radius: 17px; padding: 7px; padding-left: 15px; font-weight: 500; margin-top: 5px; }
.formServicios #formServicios input[type="submit"] { background: #ff9859; position: relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; margin: 0px auto; display: block; }
.formServicios #formServicios input[type="submit"]:hover, .formServicios #formServicios input[type="submit"]:disabled { box-shadow: none!important; background: #0068a5!important; }

/*********************** FORMULARIO CONTACTO ***********************/
.formContacto { width: 480px; position: relative; float: left; z-index: 1; }
.formContacto input:not([type="submit"]), .formContacto textarea { color: #454545; font-size: 14px; font-family: 'Work Sans', sans-serif; padding: 10px 20px; width: 100%; margin-bottom: 10px; border: 1px solid #FFF; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; }
.formContacto input:not([type="submit"]):focus, .formContacto textarea:focus { box-shadow: 0 0 8px 3px #CCC; }
.formContacto textarea { resize: none; height: 110px; }
.formContacto input[type="submit"] { background: #ff9859; position: absolute; bottom: -3px; right: -80px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; }
.formContacto input[type="submit"]:hover, .formContacto input[type="submit"]:disabled { box-shadow: none!important; background: #0068a5!important; }

/*********************** 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; }

#formContacto input.error { border:2px solid #F00!important; }
#formContacto textarea.error { border:2px solid #F00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5 { padding: 0; margin: 0; }
h1 { color: #454545; font-size: 48px; font-weight: bold; line-height: 44px; }

/*********************** 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 { position: fixed; top: 0; left: 0; width: 100%; z-index: 10; }
header .top { background: #099649; background: -moz-linear-gradient(left, #099649 0%, #0068a5 100%); background: -webkit-linear-gradient(left, #099649 0%,#0068a5 100%); background: linear-gradient(to right, #099649 0%,#0068a5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099649', endColorstr='#0068a5',GradientType=1 ); font-size: 14px; color: #FFF; font-family: 'Work Sans', sans-serif; font-weight: 500; padding: 10px 0; }
header .top .conteWhatts { float: right; position: relative; }
header .top .conteWhatts a { display: contents; }
header .top .conteWhatts img { width: 20px; position: absolute; left: -30px; top: -2px; cursor: pointer; }
header .bot { padding: 10px 0; background: #FFF; }
header .bot .logo { width: 210px; float: left; }
header .bot .menu { float: right; width: 750px; padding: 29px 0; }
header .bot .menu li a { color: #524d4b; font-family: 'Work Sans', sans-serif; font-size: 16px; text-transform: capitalize; font-weight: 500; text-align: center; }
header .bot .menu li a:hover, .menuActivo { color: #05836e!important; }
.btn_movil { width: 35px; border: 1px solid #099649; cursor: pointer; float: right; margin-right: 10px; -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; position: relative; top: 13px; }

/*********************** HOME ***********************/
#slider-prev, #slider-next { position: absolute; color: #FFF; top: 50%; font-size: 80px; margin-top: -45px; left: 20px; }
#slider-next { left: inherit; right: 20px; }
.home .seccion2 { padding: 50px 0; padding-bottom: 100px; }
.home .seccion2 p { text-align: justify; }
.home .seccion2 li {  }
.home .seccion2 li:nth-child(1) { padding: 0 80px; }
.home .seccion2 h1 { margin-bottom: 35px; }
.home .seccion2 h1 .linea { left: -75px; top: 67px; }
.home .seccion2 h1 span { display: block; margin-left: 120px; }
.home .seccion2 .btn { margin: 0px auto; margin-top: 30px; }
.home .seccion2 .video { background-size: cover; background-position: center; width: 100%; height: 300px; }
.home .seccion2 .video:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; right: -50px; bottom: -85px; z-index: -1; }
.home .seccion2 .video iframe { width: 100%; height: 100%; }
.home .seccion3 { background: #eeeeee; padding: 55px 0; overflow: hidden; }
.home .seccion3 h1 { writing-mode: vertical-lr; transform: rotate(180deg); float: left; margin-top: 10px; margin-right: 50px; margin-left: 20px; }
.home .seccion3 .item { position: absolute; top: -55px; width: 770px; right: -100px; }
.home .seccion3 p { margin-bottom: 25px; }
.home .seccion3 .linea { top: 80px; right: -140px; }
.home .seccion4 { padding: 60px 0; padding-bottom: 90px; }
.home .seccion4 h1 { text-align: center; margin-bottom: 50px; }
.home .seccion4 ul:before, .home .seccion4 ul:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; left: -18px; top: 50px; z-index: -1; }
.home .seccion4 ul:after { left: inherit; right: -18px; bottom: -50px; top: inherit; }
.home .seccion4 .conte { background-size: cover; background-position: center; height: 350px; display: table; width: 95%; margin: 0px auto; }
.home .seccion4 .conte span { display: table-cell; vertical-align: middle; text-align: center; background: rgb(0 0 0 / 0.7); color: #FFFF; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; visibility: hidden; cursor: pointer; padding: 0 70px; font-size: 25px; }
.home .seccion4 .conte:hover span { opacity: 1; visibility: visible; font-weight: 600; font-size: 28px; }
.home .seccion5 { background: url(../img/home/promoN.jpg)no-repeat; background-size: cover; background-position: center; height: 500px; }
.home .seccion6 { padding: 60px 0; }
.home .seccion6 h1 { text-align: center; margin-bottom: 50px; }
.home .seccion6 .info { padding: 15px; }
.home .seccion6 .titulo { font-size: 23px; font-weight: 600; color: #454545; text-align: center; height: 55px; }
.home .seccion6 .descripcion { font-size: 16px; color: #454545; font-family: 'Work Sans', sans-serif; line-height: 23px; height: 70px; }
.home .seccion6 .btn { background: #0067a6; margin: 0px auto; margin-top: 20px; }
.home .seccion6 .btn:hover { box-shadow: none; background: #099649; }
.home .seccion6 .rowMaquinaria, .home .seccion6 .rowMaquinariaRight { color: #454545; position: absolute; top: 50%; font-size: 40px; margin-top: -80px; left: -40px; }
.home .seccion6 .rowMaquinariaRight { left: inherit; right: -40px; }

/*********************** NOSOTROS ***********************/
.nosotros .bannerPrincipal { background-image: url(../img/nosotros/banner-1.jpg); }
.nosotros .seccion2 { padding: 50px 0; position: relative; z-index: 1; }
.nosotros .seccion2 p { text-align: justify; }
.nosotros .seccion2 li:nth-child(1) { padding: 0 80px; }
.nosotros .seccion2 h1 { margin-bottom: 35px; }
.nosotros .seccion2 h1 .linea { left: -75px; top: 67px; }
.nosotros .seccion2 h1 span { display: block; margin-left: 120px; }
.nosotros .seccion2 .imgS2 { width: 500px; height: 260px; background: url(../img/nosotros/imgS2v2.jpg)no-repeat; background-size: cover; background-position: center; box-shadow: 5px 5px 10px 2px #CCC; }
.nosotros .seccion2 .imgS2:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; right: -50px; bottom: -85px; z-index: -1; }
.nosotros .seccion3 { background: #eeeeee; padding: 40px 0; }
.nosotros .seccion3 h1 { text-align: center; }
.nosotros .seccion3 img.romi { width: 300px; margin: 27.5px auto; }
.nosotros .seccion3 ul { margin-top: 50px; }
.nosotros .seccion3 p { position: relative; margin-bottom: 20px; }
.nosotros .seccion3 li:nth-child(3) p:nth-child(3), .nosotros .seccion3 li:nth-child(3) p:nth-child(4) { margin-left: 30px; }
.nosotros .seccion3 p span { width: 10px; height: 6px; position: absolute; top: 9.5px; left: -15px; }
.nosotros .seccion3 p span:before, .nosotros .seccion3 p span:after  { content: ''; display: block; background: #099649; position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
.nosotros .seccion3 p span:after { background: #0067a6; left: 5px; }
.nosotros .seccion3 li:nth-child(4), .nosotros .seccion3 li:nth-child(5) { margin-top: 50px; }
.nosotros .seccion3 li:nth-child(5) img { width: 200px; margin: 0px auto; margin-top: -25px; }
.nosotros .seccion4 { background: url(../img/nosotros/imgFixed.png)no-repeat; background-size: cover; background-position: center; background-attachment: fixed; padding: 70px 0; }
.nosotros .seccion4 h4 { color: #FFF; text-align: center; font-family: 'Work Sans', sans-serif; font-size: 23px; text-transform: uppercase; padding: 0px 170px; }
.nosotros .seccion4 h4 span { display: block; font-weight: 300; margin-top: 60px; }
.nosotros .seccion4 .btn { margin: 0px auto; margin-top: 40px; }

/*********************** PRODUCTOS ***********************/
.productos .bannerPrincipal { background-image: url(../img/productos/banner.jpg); }
.productos .bannerPrincipal h1 { text-align: left; margin-left: -550px; margin-top: -55px; }
.productos .bannerPrincipal h1 span { margin-left: 30px; }
.productos .seccion2 { padding: 50px 0; }
.productos .seccion2 p { text-align: center; text-transform: uppercase; }
.productos .seccion2 h1 { text-align: center; text-transform: capitalize; margin-top: 50px; margin-bottom: 40px; }
.productos .seccion2 h1 .linea { margin: 5px auto; position: relative; }
.productos .seccion2 .thumb { height: 200px; background-position: center; background-size: cover; margin-bottom: 15px; }
.productos .seccion2 .titulo { font-size: 20px; text-align: center; color: #454545; font-weight: bold; height: 50px; padding: 0 20px; }
.productos .seccion2 .btn { margin: 0px auto; }
.productos .seccion2 .btn:hover { background: #0067a6; box-shadow: none; }
.rowProducto, .rowProductoRight { position: absolute; top: 50%; left: -30px; font-size: 40px; margin-top: -85px; }
.rowProductoRight { left: inherit; right: -30px; }

/*********************** DESCRIPCION PRODUCTOS ***********************/
.descripcionProducto {  }
.descripcionProducto .bannerPrincipal { background-image: url(../img/productos/bannerProductos.png); height: 180px; }
.descripcionProducto .bannerPrincipal h1 { background: none; font-size: 19px; font-style: italic; font-weight: 100; width: auto; margin-left: -630px; }
.descripcionProducto .seccion2 { padding: 40px 0; }
.descripcionProducto .seccion2 li:nth-child(2) { padding-left: 60px; }
.descripcionProducto .seccion2 li .linea { position: relative; margin: 20px 0; }
.descripcionProducto .seccion2 .imagenProducto { padding: 9px 0; }
.descripcionProducto .seccion2 .infoProducto .item { background: #e4edf2; padding: 5px 20px; font-size: 17px; color: #454545; font-weight: 300; font-family: 'Work Sans', sans-serif; line-height: 25px; }
.descripcionProducto .seccion2 .infoProducto .item:nth-child(2n) { background: none; }
.descripcionProducto .seccion2 .infoProducto .item { display: none; }
.descripcionProducto .seccion2 .infoProducto .item span { float: left; }
.descripcionProducto .seccion2 .infoProducto .item span:nth-child(2) { float: right; }
.descripcionProducto .seccion2 .videoProducto { width: 400px; height: 230px; margin: 30px auto; }
.descripcionProducto .seccion2 .videoProducto iframe { width: 100%; height: 100%; }
.descripcionProducto .seccion2 .conteDoc { font-size: 20px; color: #0067a6; font-family: 'Work Sans', sans-serif; font-weight: 700; line-height: 52px; width: 380px; margin: 0px auto; padding: 57px 0; }
.descripcionProducto .seccion2 .conteDoc .descaCatalogo { text-align: center; line-height: initial; }
.descripcionProducto .seccion2 .conteDoc img { width: 38px; margin: 0px auto; }
.descripcionProducto .seccion2 .conteDoc .infoContacto { color: #464646; text-align: center; font-size: 29px; }
.descripcionProducto .seccion2 .conteDoc .infoContacto .btn { padding: 0; margin: 0px auto; }

/*********************** CONTACTO ***********************/
.contacto .bannerPrincipal { background-image: url(../img/contacto/banner.png); }
.contacto .seccion2 { padding: 60px 0; }
.contacto .seccion2 li:nth-child(1) { padding: 58px 30px; }
.contacto .seccion2 h2 { color: #454545; font-size: 28px; font-weight: 600; }
.contacto .seccion2 .linea { height: 5px; width: 260px; position: relative; left: -75px; margin: 30px 0; }
.contacto .seccion2 img { width: 240px; margin-bottom: 20px; }
.contacto .seccion2 .conteDireccion { width: 260px; margin: 0px auto; }
.contacto .seccion2 p { width: 220px; color: #4c4744; font-weight: 400; position: relative; margin-left: 20px; }
.contacto .seccion2 p:before { content: ''; display: block; background: #00aada; width: 8px; height: 90%; position: absolute; top: 4px; left: -18px; }
.contacto .seccion2 .mapa { width: 90%; height: 500px; float: right; }
.contacto .seccion2 .mapa:before { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 260px; height: 260px; position: absolute; left: -33px; bottom: -45px; z-index: -1; }
.contacto .seccion2 .mapa iframe { width: 100%; height: 100%; }
.contacto .seccion3 { background: #eeeeee; padding: 40px 0; }
.contacto .seccion3 ul { width: 60%; margin: 0px auto; }
.contacto .seccion3 li { text-align: center; font-family: 'Work Sans', sans-serif; font-size: 22px; font-weight: 400; }
.contacto .seccion3 li:nth-child(1) { color: #0067a6; }
.contacto .seccion3 li:nth-child(2) { color: #000000; }
.contacto .seccion3 img { width: 40px; float: left; position: absolute; top: -3px; left: 65px; }

/*********************** SERVICIOS ***********************/
.servicios .bannerPrincipal { background-image: url(../img/servicios/banner.png); }
.servicios .seccion2 { padding: 50px 0; }
.servicios .seccion2 ul { padding: 20px 0; }
.servicios .seccion2 li:nth-child(1) { padding: 70px 80px; }
.servicios .seccion2 p {  }
.servicios .seccion2 .imgS1 { width: 500px; height: 250px; background: url(../img/servicios/img1.jpg)no-repeat; background-size: cover; background-position: center; box-shadow: 5px 5px 10px 2px #CCC; }
.servicios .seccion2 .imgS1:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; right: -50px; bottom: -85px; z-index: -1; }
.servicios .seccion2 .linea { left: -75px; }
.servicios .seccion3 {  }
.servicios .seccion3 .conteGris { background: #eeeeee; }
.servicios .seccion3 {  }
.servicios .seccion3 ul { padding: 61px 0; }
.servicios .seccion3 ul li:nth-child(1) { width: 20%; }
.servicios .seccion3 ul li:nth-child(2) { width: 80%; padding-left: 40px; }
.servicios .seccion3 p strong { display: block; margin-top: 20px; }
.servicios .seccion3 p a { color: #00aada; font-weight: bold; font-size: 20px; }
.servicios .seccion3 .ico { width: 200px; height: 280px; margin: 0px auto; background: #0067a6; background: -moz-linear-gradient(top, #0067a6 0%, #005386 100%); background: -webkit-linear-gradient(top, #0067a6 0%,#005386 100%); background: linear-gradient(to bottom, #0067a6 0%,#005386 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067a6', endColorstr='#005386',GradientType=0 ); display: table; margin-top: -85px; }
.servicios .seccion3 .ico .conteIco { display: table-cell; vertical-align: middle; box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 59%); position: relative; }
.servicios .seccion3 .ico .conteIco:after { content: ''; display: block; width: 8px; height: 70px; position: absolute; background: #0067a6; left: 50%; margin-left: -4px; top: 100%; }
.servicios .seccion3 .ico img { width: 120px; margin: 0px auto; }
.servicios .seccion3 .conteBlanco { background: #FFF; height: 24px; }
.servicios .seccion3 .conte2 .ico { background: #099649; background: -moz-linear-gradient(top, #099649 8%, #097038 100%); background: -webkit-linear-gradient(top, #099649 8%,#097038 100%); background: linear-gradient(to bottom, #099649 8%,#097038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099649', endColorstr='#097038',GradientType=0 ); }
.servicios .seccion3 .conte2 .ico .conteIco:after { background: #099649; }
.servicios .seccion3 ul.conte2 li:nth-child(1) { width: 80%; padding-right: 40px; text-align: right; }
.servicios .seccion3 ul.conte2 li:nth-child(1) .btn { float: right; }
.servicios .seccion3 ul.conte2 li:nth-child(2) { width: 20%; }
.servicios .seccion3 .conte3 { padding: 95.5px 0; }
.servicios .seccion3 .conte3 .ico { background: #00aada; background: -moz-linear-gradient(top, #00aada 0%, #00aada 100%); background: -webkit-linear-gradient(top, #00aada 0%,#00aada 100%); background: linear-gradient(to bottom, #00aada 0%,#00aada 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aada', endColorstr='#00aada',GradientType=0 ); margin-top: -120px; }
.servicios .seccion3 .conte3 .ico .conteIco:after { background: #00a5d3; }
.servicios .seccion3 .conte4 { padding: 96px 0; }
.servicios .seccion3 .conte4 .ico { background: #4c4744; background: -moz-linear-gradient(top, #4c4744 0%, #383634 100%); background: -webkit-linear-gradient(top, #4c4744 0%,#383634 100%); background: linear-gradient(to bottom, #4c4744 0%,#383634 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4744', endColorstr='#383634',GradientType=0 ); margin-top: -122px; }
.servicios .seccion3 .conte4 .ico .conteIco:after { background: #4c4744; }
.servicios .seccion3 ul.conte4 li:nth-child(1) { width: 80%; padding-right: 40px; text-align: right; }
.servicios .seccion3 ul.conte4 li:nth-child(1) .btn { float: right; }
.servicios .seccion3 ul.conte4 li:nth-child(2) { width: 20%; }

/*********************** CASOS DE EXITO ***********************/
.casos-exito .bannerPrincipal { background-image: url(../img/casos/banner.png); }
.casos-exito .seccion2 { padding-bottom: 70px; }
.casos-exito .seccion2 .conteGris { background: #eeeeee; padding: 50px 0; margin-top: 40px; }
.casos-exito .seccion2 .colLogo { padding: 50px 0; }
.casos-exito .seccion2 .colLogo li:nth-child(1) { width: 33.33%; }
.casos-exito .seccion2 .colLogo li:nth-child(1) img { width: 300px; margin: 0px auto; }
.casos-exito .seccion2 .colLogo li:nth-child(2) { width: 66.66%; }
.casos-exito .seccion2 .colLogo p { color: #454545; font-weight: bold; font-size: 23px; font-family: 'Rubik', sans-serif; line-height: 30px; padding: 93px 20px; }
.casos-exito .seccion2 .colVideo { width: 95%; margin: 0px auto; position: relative; z-index: 1; margin-top: 30px; }
.casos-exito .seccion2 .colVideo1 { margin-top: 0; }
.casos-exito .seccion2 .colVideo .carruselCasos { position: relative; }
.casos-exito .seccion2 .colVideo .carruselCasos:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; right: -50px; bottom: -45px; z-index: -1; }
.casos-exito .seccion2 .carruselMarca .rowMarca { position: absolute; top: 50%; font-size: 30px; left: -30px; margin-top: -20px; }
.casos-exito .seccion2 .carruselMarca .rowMarcaRight { left: inherit; right: -30px; }
.casos-exito .seccion2 .tituloMarcas { text-align: center; text-transform: uppercase; font-size: 21px; }


/*.casos-exito .seccion2 .colVideo ul { margin-bottom: 30px; position: relative; }
.casos-exito .seccion2 .colVideo ul:after { content: ''; display: block; background: url(../img/general/itempuntos.png)no-repeat; background-size: cover; background-position: center; width: 266px; height: 280px; position: absolute; right: -50px; bottom: -45px; z-index: -1; }
.casos-exito .seccion2 .colVideo li { padding: 5px; }*/
.casos-exito .seccion2 .contenV { height: 350px; background-size: cover; background-position: center; }
.casos-exito .seccion2 .contenV iframe { width: 100%; height: 100%; }
.casos-exito .seccion2 h2 { font-size: 28px; color: #4c4744; font-family: 'Work Sans', sans-serif; font-weight: 300; text-transform: uppercase; margin-top: 20px; }
.casos-exito .seccion2 .linea { position: relative; margin: 30px 0; }

/*********************** FOOTER ***********************/
footer .seccion1 { background: url(../img/footer/bgS1.png)no-repeat; background-size: cover; background-position: center; min-height: 10px; background-blend-mode: multiply; background-color: #014d7c; padding: 50px 0; }
footer .seccion1 h1, footer .seccion1 p { color: #FFF; padding: 10px 0; }
footer .seccion1 .linea { display: none; }
footer .seccion1 .item { position: absolute; bottom: -50px; left: 0; width: 480px; }
footer .seccion2 { background: #343132; padding: 40px 0; }
footer .seccion2 .col3 li img { width: 230px; margin: 0px auto; }
footer .seccion2 .col3 li p { color: #FFF; font-size: 15px; font-family: 'Work Sans', sans-serif; font-weight: 500; line-height: 18px; padding: 7.5px 0; padding-left: 100px; margin: 0; }
footer .seccion2 .conteTelefono { color: #FFF; position: relative; padding: 10px 0; padding-left: 90px; float: right; }
footer .seccion2 .conteTelefono .ico { width: 25px; position: absolute; top: 15px; left: 55px; }
footer .seccion2 .conteTelefono .conteMail {  }
footer .seccion2 .conteTelefono .conteMail .ico { top: 54px; }
footer .seccion2 .conteTelefono .conteMail .ico img, footer .seccion2 .conteTelefono .ico img { width: 100%!important; }
footer .seccion2 .col3 li:nth-child(3) i { color: #FFF; font-size: 50px; text-align: right; display: block; padding: 18.5px 0px; }
footer .seccion2 .col2 { text-align: center; width: 90%; margin: 0px auto; margin-top: 10px; color: #FFF; font-family: 'Work Sans', sans-serif; }

/*********************** FORMULARIO CONTACTO ***********************/

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) {
	/*********************** GENERAL ***********************/
	.movil { display: block; }
	.pc { display: none; }
	.contenedor { width: 90%; }
	.linea { width: 80%; position: relative; top: 0!important; left: 0!important; right: 0!important; margin: 0px auto; height: 4px; }
	p { line-height: 22px; font-size: 15px; }
	.btn { font-size: 16px; padding: 10px; width: 210px; letter-spacing: 0px; }
	.home .seccion2 .video:after { display: none; }
	.bannerPrincipal { height: 250px; display: table; width: 100%; }
	.bannerPrincipal h1 { display: table-cell; vertical-align: middle; position: relative; padding: 0; margin: 0px auto; left: 0; top: 0; background: none; font-size: 50px; color: #0067a6; text-shadow: -1px 1px 5px black; }
	.bannerPrincipal h1 span { font-size: 30px; }

	/*********************** HEADER ***********************/
	header .top { padding: 10px 0; }
	header .bot .logo { width: 160px; }
	header .top .conteWhatts { width: 105px; }
	header .bot .menu { float: none; padding: 0; width: 100%; margin-top: 10px; display: none; }
	.col6 li { width: 100%;  }
	header .bot .menu li a { font-size: 18px; padding: 5px; background: #099649; color: #FFF; }
	header .bot .menu li a:hover, .menuActivo { background: #0068a5!important; color: #FFF!important; }
	h1 { font-size: 38px!important; }
	.conteLeft, .conteRight { width: 100%; float: none; }

	/*********************** HOME ***********************/
	#slider-prev, #slider-next { font-size: 50px; margin-top: -35px }
	.home .seccion2 { padding: 30px 0; }
	.home .seccion2 li { padding: 0!important; width: 100%; text-align: center; }
	.home .seccion2 h1 .linea {  }
	.home .seccion2 h1 span { display: contents; }
	.home .seccion2 .btn { margin-bottom: 30px; }
	.home .seccion2 .video { height: 260px; }
	.home .seccion3 { padding: 30px 0; }
	.home .seccion3 h1 { float: none; writing-mode: horizontal-tb; transform: rotate(0deg); margin: 0px auto; margin-bottom: 10px; position: relative; z-index: 1; }
	.formContacto { width: 100%; }
	.home .seccion3 .item { display: none; }
	.home .seccion3 p { margin: 0; }
	.home .seccion3 .linea { margin: 20px auto; }
	.formContacto input[type="submit"] { bottom: 0; right: 0; position: relative; margin: 0px auto; display: block; width: 100%; }
	.home .seccion4 { padding: 30px 0; }
	.home .seccion4 h1 { margin-bottom: 30px; }
	.home .seccion4 ul:before, .home .seccion4 ul:after { display: none; }
	.home .seccion4 ul { width: 90%; margin: 0px auto; }
	.home .seccion4 li { width: 100%; }
	.home .seccion4 .conte span { font-size: 30px; text-transform: uppercase; }
	.home .seccion5 { height: 160px; }
	.home .seccion6 { padding: 40px 0; }
	.carruselMaquinaria { width: 90%!important; margin: 0px auto; }
	.home .seccion6 .rowMaquinaria, .home .seccion6 .rowMaquinariaRight { left: -20px; }
	.home .seccion6 .rowMaquinariaRight { left: inherit; right: -20px; }
	.home .seccion6 .info { padding: 10px; }
	.home .seccion6 .titulo { text-align: center; font-size: 20px; }
	.home .seccion6 .descripcion { font-size: 15px; height: auto; }
	.home .seccion6 .btn { width: 100%; }

	/*********************** NOSOTROS ***********************/
	.nosotros .seccion2 { padding: 30px 0; }
	.nosotros .seccion2 li { width: 100%; }
	.nosotros .seccion2 li:nth-child(1) { padding: 0; }
	.nosotros .seccion2 h1 { margin-bottom: 0; text-align: center; }
	.nosotros .seccion2 h1 span { display: contents; }
	.nosotros .seccion2 h1 .linea { margin: 20px auto; }
	.nosotros .seccion2 .imgS2 { width: 100%; height: 250px; }
	.nosotros .seccion2 .imgS2:after { display: none; }
	.nosotros .seccion3 { padding: 20px 0; }
	.nosotros .seccion3 ul { margin-top: 30px; }
	.nosotros .seccion3 ul li { width: 100%; }
	.nosotros .seccion3 img.romi { width: 60%; margin: 10px auto; }
	.nosotros .seccion3 li:nth-child(4), .nosotros .seccion3 li:nth-child(5) { margin-top: 0px; }
	.nosotros .seccion3 li:nth-child(5) img { width: 35%; margin: 20px auto; }
	.nosotros .seccion4 { padding: 40px 0; }
	.nosotros .seccion4 h4 { font-size: 20px; padding: 0; }
	.nosotros .seccion4 h4 span { margin-top: 30px; }

	/*********************** PRODUCTOS ***********************/
	.productos .bannerPrincipal h1 { margin: 0px auto; text-align: center; }
	.productos .seccion2 { padding: 30px 0; }
	.productos .seccion2 h1 { margin: 30px 0; }
	.carruselProductos { width: 90%!important; margin: 0px auto; }
	.productos .seccion2 .titulo { font-size: 18px; height: auto; }
	.productos .seccion2 .btn { width: 100%; }

	/*********************** DESCRIPCION PRODUCTOS ***********************/
	.descripcionProducto .bannerPrincipal { height: 130px; }
	.descripcionProducto .bannerPrincipal h1 { font-size: 20px!important; margin: 0px auto; line-height: 22px; padding: 0 60px; color: #FFF; }
	.descripcionProducto .seccion2 { padding: 20px 0; }
	.descripcionProducto .seccion2 li { width: 100%; }
	.descripcionProducto .seccion2 li:nth-child(2) { padding: 0; }
	.descripcionProducto .seccion2 li .linea { width: 100%; margin: 10px auto; }
	.descripcionProducto .seccion2 .conteDoc { font-size: 18px; width: 100%; padding: 0; text-align: center; }
	.descripcionProducto .seccion2 .conteDoc img { float: none; margin: 0px auto; }
	.descripcionProducto .seccion2 .conteDoc .infoContacto .btn { width: 100%; }

	/*********************** SERVICIOS ***********************/
	.servicios .bannerPrincipal h1 { color: #FFF; }
	.servicios .seccion2 { padding: 30px 0; }
	.servicios .seccion2 ul { padding: 0; }
	.servicios .seccion2 li { width: 100%; padding: 0!important; }
	.servicios .seccion2 .linea { margin: 10px auto; width: 100%; }
	.servicios .seccion2 .imgS1 { width: 100%; }
	.servicios .seccion2 .imgS1:after { display: none; }

	/*********************** FOOTER ***********************/
	footer .seccion1 { padding: 20px 0; }
	footer .seccion1 .item { display: none; }
	footer .seccion2 { padding: 20px 0; }
	footer .seccion2 li { width: 100%; }
	footer .seccion2 .col3 li img { width: 190px; }
	footer .seccion2 .col3 li p { text-align: center; padding: 30px 0; }
	footer .seccion2 .conteTelefono { padding: 0; text-align: center; float: none; margin-top: 20px; }
	footer .seccion2 .conteTelefono .ico { display: none; }
	footer .seccion2 .col3 li:nth-child(3) i { font-size: 40px; text-align: center; padding: 20px 0; }
	footer .seccion2 .col2 { font-size: 15px; }
	.servicios .seccion3 ul li { width: 100%!important; padding: 0!important; }
	.servicios .seccion3 .ico { width: 100%; height: auto; margin: 0; margin-bottom: 20px; }
	.servicios .seccion3 .ico img { width: 90px; padding: 20px 0; }
	.servicios .seccion3 .ico .conteIco:after { display: none; }
	.servicios .seccion3 ul { padding: 30px 0; }
	.servicios .seccion3 h1 { text-align: center; }
	.servicios .seccion3 .btn { width: 100%; }
	.servicios .seccion3 p { text-align: center; }
	.servicios .seccion3 ul.conte2 li:nth-child(1) .btn { margin-bottom: 20px; }
	.servicios .seccion3 .conte3 .ico { margin-top: 0; }
	.servicios .seccion3 .conte3, .servicios .seccion3 .conte4 { padding: 30px 0; }
	.servicios .seccion3 .conte4 .ico { margin-top: 0; }
	.servicios .seccion3 .conte4 .btn { margin-bottom: 20px; }

	/*********************** FORMULARIO SERVICIO ***********************/
	.formServicios { width: 100%; }
	.formServicios h2 { font-size: 24px; }
	.formServicios label { text-align: center; }
	.formServicios #formServicios input[type="submit"] { width: 100%; }

	/*********************** CASOS DE EXITO ***********************/
	.casos-exito .bannerPrincipal h1 { color: #FFF; }
	.casos-exito .seccion2 { padding: 0; }
	.casos-exito .seccion2 .colLogo { padding: 30px 0; }
	.casos-exito .seccion2 .colLogo li { width: 100%!important; }
	.casos-exito .seccion2 .colLogo li:nth-child(1) img { width: 60%; }
	.casos-exito .seccion2 .colLogo p { padding: 0; font-size: 18px; line-height: 25px; }
	.casos-exito .seccion2 .colVideo { width: 90%; }
	.casos-exito .seccion2 .contenV { height: 240px; }
	.casos-exito .seccion2 .colVideo .carruselCasos:after { display: none; }
	.rowProducto, .rowProductoRight { margin-top: -25px; }
	.casos-exito .seccion2 h2 { font-size: 25px; text-align: center; }
	.casos-exito .seccion2 .linea, .contacto .seccion2 .linea { width: 100%; margin: 10px 0; }

	/*********************** CONTACTO ***********************/
	.contacto .bannerPrincipal h1 { color: #FFF; }
	.contacto .seccion2 { padding: 30px 0; }
	.contacto .seccion2 li { width: 100%; padding: 0!important; }
	.contacto .seccion2 h2 { font-size: 24px; }
	.contacto .seccion2 img { width: 220px; margin: 0px auto; }
	.contacto .seccion2 p { text-align: center; width: 100%; margin: 0; }
	.contacto .seccion2 p:before { display: none; }
	.contacto .seccion2 .mapa { width: 100%; margin-top: 40px; height: 400px; }
	.contacto .seccion2 .mapa:before { display: none; }
	.contacto .seccion3 ul { width: 100%; }
	.contacto .seccion3 li { width: 100%; padding: 10px 0; }
	.contacto .seccion3 img { top: 8px; left: 20%; }
	
}

@media screen and (min-width: 480px) and (max-width: 599px) {
	/*********************** HOME ***********************/
	.home .seccion3 li { height: 210px!important; }

	
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
	

}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
	/*********************** GENERAL ***********************/
	.contenedor { width: 960px;  }
	body { padding-top: 133px; }
	p { font-size: 15px; line-height: 22px; }
	.linea { width: 240px; }
	.btn { font-size: 16px; width: 220px; }
	.bannerPrincipal { height: 400px; }
	.bannerPrincipal h1 { font-size: 60px; margin-top: -40px; line-height: 50px; width: 450px; padding: 10px 30px; }
	.bannerPrincipal h1 span { font-size: 35px; }

	/*********************** H1 - H6 ***********************/
	h1 { font-size: 44px; }

	/*********************** HOME ***********************/
	#slider-prev, #slider-next { font-size: 70px; margin-top: -85px; }
	.home .seccion2 li:nth-child(1) { padding: 0 60px; }
	.home .seccion2 .video:after { width: 256px; height: 250px; }
	.home .seccion2 { padding-bottom: 80px; }
	.home .seccion3 { padding: 40px 0; }
	.home .seccion3 h1 { margin-right: 10px; margin-left: 10px; }
	.formContacto { width: 410px; }
	.home .seccion4 { padding: 40px 0; }
	.home .seccion4 .conte { height: 320px; }
	.home .seccion4 .conte span { font-size: 23px; }
	.home .seccion5 { height: 410px; }
	.home .seccion6 { padding: 40px 0; }
	.home .seccion6 .titulo { font-size: 20px; height: 50px; }
	.home .seccion6 .descripcion { font-size: 14px; line-height: 18px; height: 60px; }
	.home .seccion6 .btn { margin-top: 10px; }

	/*********************** NOSOTROS ***********************/
	.nosotros .seccion2 { padding: 35px 0; }
	.nosotros .seccion2 li:nth-child(1) { padding: 0 60px; }
	.nosotros .seccion2 .imgS2 { width: 95%; height: 290px; }
	.nosotros .seccion2 .imgS2:after { content: ''; width: 216px; height: 230px; right: -15px; bottom: -55px; }
	.nosotros .seccion3 { padding: 30px 0; }
	.nosotros .seccion3 ul { margin-top: 30px; }
	.nosotros .seccion3 img.romi { width: 250px; }
	.nosotros .seccion3 p { margin-bottom: 15px; }
	.nosotros .seccion3 li:nth-child(4), .nosotros .seccion3 li:nth-child(5) { margin-top: 30px; }
	.nosotros .seccion3 li:nth-child(5) img { width: 160px; margin-top: 0; }
	.nosotros .seccion4 { padding: 50px 0; }
	.nosotros .seccion4 h4 { font-size: 20px; padding: 0px 140px; }
	.nosotros .seccion4 h4 span { margin-top: 40px; }

	/*********************** PRODUCTOS ***********************/
	.productos .bannerPrincipal h1 { margin-left: -450px; }
	.productos .bannerPrincipal h1 span { margin-left: 20px; }
	.productos .seccion2 { padding: 30px 0; }
	.productos .seccion2 h1 { margin: 40px 0 30px 0; }
	.productos .seccion2 .thumb { height: 180px; }
	.productos .seccion2 .titulo { font-size: 18px; }

	/*********************** DESCRIPCION PRODUCTOS ***********************/
	.descripcionProducto .bannerPrincipal { height: 160px; }
	.descripcionProducto .bannerPrincipal h1 { font-size: 17px; margin-left: -450px; }
	.descripcionProducto .seccion2 { padding: 30px 0; }
	.descripcionProducto .seccion2 .conteDoc { font-size: 18px; width: 360px; padding: 37px 0; line-height: 50px; }
	.descripcionProducto .seccion2 .conteDoc img { width: 34px; }
	.descripcionProducto .seccion2 .conteDoc .infoContacto { font-size: 25px; }
	.descripcionProducto .seccion2 .videoProducto { width: 410px; height: 230px; margin: 7px auto; }

	/*********************** SERVICIOS ***********************/
	.servicios .seccion2 { padding: 35px 0; }
	.servicios .seccion2 li:nth-child(1) { padding: 60px 70px; }
	.servicios .seccion2 .imgS1 { width: 90%; height: 230px; margin: 0px auto; }
	.servicios .seccion2 .imgS1:after { width: 216px; height: 230px; right: -40px; bottom: -75px; }
	.servicios .seccion3 ul { padding: 45px 0; }
	.servicios .seccion3 .ico { width: 180px; height: 240px; margin-top: -68px; }
	.servicios .seccion3 .ico img { width: 100px; }

	/*********************** CASOS DE EXITO ***********************/
	.casos-exito .seccion2 .colLogo li:nth-child(1) img { width: 250px; }
	.casos-exito .seccion2 .colLogo p { font-size: 20px; padding: 68px 20px; }

	/*********************** FOOTER ***********************/
	footer .seccion1 { padding: 30px 0; }
	footer .seccion1 .item { width: 435px; }
	footer .seccion2 { padding: 30px 0; }
	footer .seccion2 .col4 li img { width: 210px; }
	.casos-exito .seccion2 .colLogo { padding: 30px 0; }
	footer .seccion2 .col4 li p { font-size: 14px; line-height: 16px; padding-left: 80px; }
	.casos-exito .seccion2 h2 { font-size: 23px; margin-top: 15px; }
	.casos-exito .seccion2 .contenV { height: 280px; }
	.rowProducto, .rowProductoRight { margin-top: -14px; }
	.casos-exito .seccion2 .linea { margin: 15px 0; }

	/*********************** CONTACTO ***********************/
	.contacto .seccion2 { padding: 40px 0; }
	.contacto .seccion2 h2 { font-size: 23px; }
	.contacto .seccion2 img { width: 230px; }
	.contacto .seccion2 .mapa { height: 450px; }
	.contacto .seccion2 .mapa:before { width: 210px; height: 190px; }
	.contacto .seccion3 ul { width: 80%; }
	.contacto .seccion3 li { font-size: 19px; }
	.contacto .seccion3 img { left: 90px; }
	.contacto .seccion3 { padding: 30px 0; }	
}

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