@charset "UTF-8";
/*********************** FUENTES GOOGLE MAPS ***********************/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*
font-family: 'Lato', sans-serif;
*/

/*********************** GENERAL ***********************/
body { padding: 0; margin: 0; font-family: 'Lato', sans-serif; padding-top: 48px; }
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 { width: 100%; height: 650px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.bannerPrincipal .conteBanner { width: 500px; position: absolute; top: 50%; left: 50%; transform: translate(-600px,-50%); z-index: 2; }
.bannerPrincipal h1 { color: #fff; position: absolute; top: 50%; left: 50%; margin-left: -600px; margin-top: -110px; font-weight: 800; letter-spacing: 5px; text-transform: uppercase; }
.bannerPrincipal h1 span { color: #fff; display: block; font-size: 40px; font-weight: 600; line-height: 40px; }
.bannerPrincipal p { letter-spacing: 2px; }
p { font-size: 18px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; font-weight: 500; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none!important; }
section { position: relative; }
.btn { background: #e8bf00; font-size: 15px; text-align: center; color: #000000; letter-spacing: 1px; display: inline-block; padding: 16px 40px; border-radius: 25px; text-transform: uppercase; font-weight: 800; cursor: pointer; -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn:hover { background: #2d2c78; color: #fff; box-shadow: -2px 2px 5px 1px #e8bf00; }
.linea_amarilla { display: block; background: #fbb018; width: 250px; height: 4px; margin-top: 6px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.linea_amarilla.centro { margin-left: auto; margin-right: auto; }
.text_deco { margin: 5px 0px; margin-left: 40px; display: block; position: relative; }
.text_deco::before { content: ''; display: inline-block; width: 12px; height: 12px; background: #2d2c78; border-radius: 50%; position: relative; margin: -2px 8px 0px -20px; }

::selection { background: #5eaeba;color: #fff; }
::-moz-selection { background: #5eaeba;color: #fff; }
.menu li.movil { display: none;}
.btn_movil { float: right; margin: 0;cursor: pointer;  margin: 10px; }
.btn_movil span { width: 34px; height: 5px; background-color: #fff; margin: 6px 0; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn_movil.change span:nth-child(1) { -webkit-transform: rotate(-45deg) translate(-8px, 6px);transform: rotate(-45deg) translate(-8px, 6px); background-color: #e8bf00; }
.btn_movil.change span:nth-child(3) { -webkit-transform: rotate(45deg) translate(-9px, -8px);transform: rotate(45deg) translate(-9px, -8px); background-color: #e8bf00; }
.btn_movil.change span:nth-child(2) { opacity: 0; }
.slide-menu { right: 0!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);
*/

@-webkit-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@-moz-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@-ms-keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }
@keyframes slide { 0%{transform: translateX(100%);} 100%{transform: translateX(0);} }


/*********************** 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 ***********************/
.textUpper { text-transform: uppercase; }
.textCenter { text-align: center; }
.textJust { text-align: justify; }
.textRight { text-align: right; }
.textLeft { text-align: left; }

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

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5, h6 { padding: 0;margin: 0; }
h1 { font-size: 60px; }
h2 { font-size: 50px; color: #121111; font-weight: 900; letter-spacing: 3px; line-height: 50px; display: inline-block; text-transform: uppercase; }
h2:after { content: ''; display: block; background: #fbb018; width: 80%; height: 4px; margin-top: 6px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
h2 span { display: block; font-size: 25px; line-height: 25px; font-weight: 600; }
h3 { font-size: 40px; line-height: 45px; color: #121111; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
h3 span { display: block; font-size: 18px; line-height: 18px; font-weight: 700; letter-spacing: 1px; }
h4 { font-size: 25px; line-height: 30px; color: #555; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
h5 { font-size: 18px; line-height: 24px; color: #121111; font-weight: 500; letter-spacing: 1px; }

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

/*********************** HEADER ***********************/
header { position: fixed; width: 100%; left: 0; top: 0; z-index: 5; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease ;transition: all .5s ease; }
header .top { background: #2d2c78; color: #fff; font-size: 16px; text-transform: uppercase; padding: 15px 0; margin-bottom: 15px; -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
header .top li:nth-child(2) { text-align: right; }
header .top .item { display: inline-flex; margin-left: 20px; }
header .top .item i { color: #e8bf00; font-size: 18px; position: relative; top: 1px; margin-right: 6px; -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
header .top .item a { text-transform: initial; padding: 0 8px; }
header .top .item a:hover { color: #e8bf00; }
header .top .item a:hover i { color: #fff; }
header .logo { width: 125px; float: left; }
header .menu { float: right; width: 810px; padding: 55px 0; -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
header .menu .item { color: #fff; text-transform: uppercase; font-size: 16px; text-align: center; display: inline-block; padding: 0 20px; position: relative; cursor: pointer; }
header .menu .item .submenu { height: 10px; position: absolute; top: 47px; left: 50%; width: 250px; margin-left: -125px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; opacity: 0; visibility: hidden; overflow: hidden; }
header .menu .item .submenu .item { padding: 8px 0; cursor: pointer; background: #2d2c789e; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; color: #fff!important; display: block; font-size: 15px; }
header .menu .item .submenu .item:after { display: none; }
header .menu .item .submenu .item:hover, header .menu .item .submenu .item.menuActivo { background: #fbb018!important; }
header .menu .item:after { content: ''; display: block; background: #fbb018; width: 0%; height: 2px; margin-top: 3px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
header .menu .item:hover .submenu { opacity: 1; top: 25px; visibility: visible; height: auto; }
header .menu .item:hover:after, .menuActivo:after { width: 80%!important; }
header .menu .item:hover, .menuActivo { color: #fbb018!important; }
/*********************** HEADER - ANIMA ***********************/
.headerAnima { background: #000; }
header .logoAnima { opacity: 0; width: 0; }
header .menuAnima { padding: 0px 0; width: 100%; padding: 10px 0; }
header .menuAnima .item { padding: 0 59px; }
header .menuTopAnima { margin-bottom: 4px; }

/*********************** HOME ***********************/
.home .bannerPrincipal { background-position: top; }
.home .seccion2 { padding: 80px 0; background: url('../img/home/bgS2.jpg')no-repeat center; background-size: cover; }
.home .seccion2 li:nth-child(1) { width: 55%; }
.home .seccion2 li:nth-child(2) { width: 45%; }
.home .seccion2 p { color: #121111; margin: 40px 0; line-height: 27px; padding-right: 160px }
.home .seccion2 img { width: 210px; margin: 0px auto; margin-top: 30px; }
.home .seccion2 .btn { padding: 16px 60px; }
.home .seccion3 { background: url('../img/home/bgS3.jpg')no-repeat center; background-size: cover; text-align: center; padding-top: 80px; padding-bottom: 60px; background-attachment: fixed; }
.home .seccion3:before { content: ''; display: block; background: url('../img/home/item1S3.png')no-repeat center; background-size: cover; width: 280px; height: 226px; position: absolute; top: -110px; left: 50%; margin-left: -140px; }
.home .seccion3:after { content: ''; display: block; background: url('../img/home/item2S3.png')no-repeat center; background-size: cover; width: 80px; height: 487px; position: absolute; top: -90px; right: 110px; }
.home .seccion3 h2 { color: #fff; }
.home .seccion3 ul { margin-top: 40px; }
.home .seccion3 li { padding: 30px 0; }
.home .seccion3 li .item { padding: 0 30px; }
.home .seccion3 li .item img { width: 100px; margin: 0px auto; }
.home .seccion3 li .item p { color: #fff; text-transform: uppercase; }
.home .seccion4 { padding-top: 100px; }
.home .seccion4:before { content: ''; display: block; background: url('../img/home/bgS4.png')no-repeat center; height: 970px; position: absolute; top: 0; left: 0; width: 100%; background-size: cover; }
.home .seccion4:after { content: ''; display: block; background: url('../img/home/item2S3.png')no-repeat center; background-size: cover; width: 80px; height: 487px; position: absolute; bottom: 0; left: 50px; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.home .seccion4 ul { padding: 0 20px; margin-top: 80px; }
.home .seccion4 li { margin-bottom: 90px; }
.home .seccion4 li .imgPrincipal { width: 540px; height: 340px; background-position: center; background-size: cover; margin-top: 25px; }
.home .seccion4 li .cuadro { height: 386.5px; display: table; width: 100%; box-shadow: 0px 0px 20px 2px #000; }
.home .seccion4 li .cuadroRight .conten:before { left: inherit!important; right: -40px; }
.home .seccion4 li .cuadroRight .conten:after { left: inherit!important; right: -80px; z-index: 1; border-right: none!important; border-left: 40px solid #2d2c78; }
.home .seccion4 li .cuadro .conten { background: #2d2c78; height: 100%; display: table-cell; vertical-align: middle; }
.home .seccion4 li .cuadro .conten:before { content: ''; display: block; background: #2d2c78; position: absolute; top: 0; left: -40px; width: 40px; height: 100%; z-index: 1; }
.home .seccion4 li .cuadro .conten:after { content: ''; display: block; width: 0; height: 0; border-right: 40px solid #2d2c78; border-top: 40px solid transparent; border-bottom: 40px solid transparent; position: absolute; top: 70px; left: -80px; }
.home .seccion4 li .cuadro .conten img { width: 125px; margin: 0px auto; margin-bottom: 30px; }
.home .seccion4 li .cuadro .conten h5 { font-size: 30px; text-align: center; text-transform: uppercase; color: #fff; line-height: 27px; }
.home .seccion4 li .cuadro .conten h5 span { font-size: 22px; line-height: 22px; font-weight: 500; display: block; }
.home .seccion4 li:nth-child(4) .cuadro .conten, .home .seccion4 li:nth-child(4) .cuadro .conten:before { background: #e8bf00; }
.home .seccion4 li:nth-child(4) .cuadro .conten h5 { color: #000; }
.home .seccion4 li:nth-child(4) .cuadro .conten:after { border-left-color: #e8bf00!important; }
.home .seccion4 li:nth-child(8) .cuadro .conten, .home .seccion4 li:nth-child(8) .cuadro .conten:before { background: #555555; }
.home .seccion4 li:nth-child(8) .cuadro .conten:after { border-right-color: #555555!important; }

/*********************** CONTE TECNOLOGIAS ***********************/
.conteTecnologias { padding: 40px 0px; background: #e6e6e6; }
.conteTecnologias ul { margin: 30px auto; width: 95%; }

/*********************** SOMOS ***********************/
.somos .bannerPrincipal { background-image: url('../img/somos/banner.jpg'); }
.somos .bannerPrincipal h1 { margin-top: -66px; }
.somos .seccion2 { padding: 100px 0px 0px; }
.somos .seccion2::after { content: ''; width: 100%; height: 717px; background: url(../img/somos/bg-s2.jpg)no-repeat bottom; background-size: cover; position: absolute; top: 0; left: 0; z-index: -1; }
.somos .seccion2::before { content: ''; width: 50%; height: 120px; background: #2d2c78; border-top-right-radius: 100px; border-bottom-right-radius: 100px; position: absolute; left: 0; bottom: 460px; }
.somos .seccion2 li { padding: 0px 50px 80px; }
.somos .seccion2 h2, .somos .seccion2 h3 { margin-bottom: 50px; position: relative; }
.somos .seccion2 h3::before { content: ''; width: 36px; height: 36px; background: #feb92c; border-radius: 50%; position: absolute; top: 50%; left: -50px; margin-top: -18px; }
.somos .seccion2 p { margin: 30px 0px 0px; }
.somos .seccion2 li:nth-child(1), .somos .seccion2 li:nth-child(5) { width: 45%; }
.somos .seccion2 li:nth-child(2), .somos .seccion2 li:nth-child(6) { width: 55%; }
.somos .seccion2 li:nth-child(2), .somos .seccion2 li:nth-child(6) { padding-left: 0; padding-right: 0; }
.somos .seccion2 li:nth-child(3) { padding: 0; }
.somos .seccion2 li:nth-child(2) .img, .somos .seccion2 li:nth-child(3) .img { width: 100%; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); position: relative; }
.somos .seccion2 li:nth-child(2) .img::before, .somos .seccion2 li:nth-child(3) .img::before { content: ''; width: 205px; height: 238px; background: url(../img/somos/item-s21.png)no-repeat center; background-size: cover; position: absolute; top: -20px; right: 20px; }
.somos .seccion2 li:nth-child(3) .img::before { background-image: url(../img/somos/item-s22.png); top: inherit; right: inherit; bottom: -20px; left: 20px; }
.somos .seccion2 li:nth-child(3) .img { left: -30px; }
.somos .seccion2 li:nth-child(3) p { color: #fff; font-style: italic; margin-right: 40px; margin-top: 80px; position: relative; z-index: 1; }
.somos .seccion2 li:nth-child(5) h2 { margin-top: 50px; }
.somos .seccion3 { padding: 100px 0px; background: url('../img/somos/bg-s3.jpg')no-repeat center; background-size: cover; }
.somos .seccion3::after { content: ''; width: 100px; height: 609px; background: url('../img/somos/item-s3.png')no-repeat center; background-size: cover; position: absolute; top: -140px; right: 40px; }
.somos .seccion3 h2 { color: #fff; display: block; }
.somos .seccion3 h2::after { width: 240px; margin-left: auto; margin-right: auto; }
.somos .seccion3 p { margin: 30px auto; width: 70%; color: #fff; text-transform: uppercase; text-align: center; font-weight: 700; }
.somos .seccion3 .ulValores { margin: 0px auto; width: 80%; }
.somos .seccion3 li:nth-child(1) { width: 55%; }
.somos .seccion3 li:nth-child(2) { width: 45%; }
.somos .seccion3 h5 { margin: 20px 0px; margin-left: 60px; font-size: 22px; color: #fff; }
.somos .seccion3 h5::before { content: ''; width: 40px; height: 17px; background: url(../img/somos/ico-valores.png)no-repeat center; background-size: cover; display: inline-block; position: relative; margin-left: -40px; margin-right: 10px; }
.somos .seccion4 { padding: 140px 0px 100px; background: url('../img/somos/bg-s4.jpg')no-repeat center; background-size: cover; }
.somos .seccion4 .invac { width: 220px; position: absolute; top: -100px; left: 50%; margin-left: -100px; }
.somos .seccion4 h4 { margin: 0px auto; width: 960px; font-size: 30px; line-height: 40px; color: #000; font-weight: 900; }

/*********************** SERVICIOS ***********************/
.servicios .bannerPrincipal { background-position: top; }
.servicios .bannerPrincipal h1 { margin-top: -66px; }
.servicios .seccion2 { background: url('../img/servicios/bg-s2.jpg')no-repeat top; background-size: cover; }
/*********************** SERVICIOS - AUTOMATIZACION ***********************/
.automatizacion .bannerPrincipal { background-image: url('../img/automatizacion/banner.jpg'); }
.automatizacion .seccion2 { padding: 70px 0px; }
.automatizacion .seccion2::before { content: ''; width: 82px; height: 500px; background: url('../img/automatizacion/item-s2.png')no-repeat center; background-size: cover; position: absolute; bottom: 0; right: 60px; }
.automatizacion .seccion2 h3 { margin-bottom: 40px; }
.automatizacion .seccion2 li { height: 120px; display: table; }
.automatizacion .seccion2 li .ico { width: 130px; padding: 0px 20px; display: table-cell; vertical-align: middle; }
.automatizacion .seccion2 li h5 { display: table-cell; vertical-align: middle; }
.automatizacion .seccion3 { padding: 50px 0px; background: url('../img/automatizacion/bg-s3.jpg')no-repeat center; background-size: cover; }
.automatizacion .seccion3 h3 { display: block; }
.automatizacion .seccion3 .principal { margin: 30px auto; width: 85%; text-align: center; }
.automatizacion .seccion3 .img { margin: 20px auto; width: 180px; position: relative; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); z-index: 1; }
.automatizacion .seccion3 .img::before { content: ''; width: 100%; height: 100%; background: #fbb018; position: absolute; top: -10px; right: -10px; z-index: -1; }
.automatizacion .seccion3 li p { text-align: center; font-weight: 900; text-transform: uppercase; }
.automatizacion .seccion4 { padding: 80px 0px; }
.automatizacion .seccion4 h3 { margin-bottom: 30px; }
.automatizacion .seccion4 li:nth-child(1) { padding: 0px 100px; }
.automatizacion .seccion4 .img { margin: 0px 30px; width: 470px; position: relative; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); }
.automatizacion .seccion4 .img::before { content: ''; width: 158px; height: 154px; background: url('../img/automatizacion/item-s4.png')no-repeat center; background-size: cover; position: absolute; top: -20px; right: 20px; }
.automatizacion .seccion5 { padding: 60px 0px 150px; background: url('../img/automatizacion/bg-s5.jpg')no-repeat center; background-size: cover; }
.automatizacion .seccion5 li { padding: 0px 30px; }
.automatizacion .seccion5 h3 { font-size: 35px; line-height: 40px; color: #fff; }
.automatizacion .seccion5 p { height: 100px; color: #fff; text-transform: uppercase; }
.automatizacion .seccion5 h5 { color: #fff; font-weight: 400; }
.automatizacion .seccion5 li:nth-child(2) { margin-top: 40px; }
.automatizacion .seccion5 .text_deco::before { background: #fbb018; }
.automatizacion .seccion6 { padding: 50px 0px; }
.automatizacion .seccion6 .conteVentajas { padding: 50px; background: #fff; position: relative; top: -100px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); z-index: 1; }
.automatizacion .seccion6 .conteVentajas .item { width: 140px; height: 140px; background: #fbb018; border-radius: 50%; display: flex; align-items: center; position: absolute; top: -40px; right: 100px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); }
.automatizacion .seccion6 .conteVentajas .item img { width: 80px; margin: auto; }
.automatizacion .seccion6 .conteVentajas h3 { margin-bottom: 50px; }
.automatizacion .seccion6 .conteVentajas li { padding: 0px 50px; }
.automatizacion .seccion6 .conteVentajas p { margin-left: 30px; padding: 10px 40px; background: #b8b8b8; border-radius: 30px; font-weight: 700; text-transform: uppercase; display: inline-block; }
.automatizacion .seccion6 .ulRad li { padding: 0px 60px; }
.automatizacion .seccion6 .ulRad li:nth-child(1) { padding: 0; }
.automatizacion .seccion6 .ulRad li:nth-child(3) { width: 100%; padding: 0; }
.automatizacion .seccion6 .ulRad .img { width: 490px; float: right; position: relative; z-index: 1; }
.automatizacion .seccion6 .ulRad .img::before { content: ''; width: 470px; height: 280px; background: #b8b8b8; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); position: absolute; top: 20px; left: -30px; z-index: -1; }
.automatizacion .seccion6 .ulRad .img::after { content: ''; width: 158px; height: 154px; background: url(../img/automatizacion/item-s61.png)no-repeat center; background-size: cover; position: absolute; top: 0; left: -10px; }
.automatizacion .seccion6 .ulRad h3 { margin-bottom: 30px; }
.automatizacion .seccion6 .ulRad .conte { margin: 40px 0px; width: 100%; padding: 20px 120px; background: #2d2c78; border-top-right-radius: 50px; border-bottom-right-radius: 50px; font-size: 22px; line-height: 30px; color: #fff; font-weight: 700; text-align: center; position: relative; }
.automatizacion .seccion6 .ulRad .conte::after { content: ''; width: 158px; height: 154px; background: url(../img/automatizacion/item-s62.png)no-repeat center; background-size: cover; position: absolute; bottom: -25px; left: 50px; }
/*********************** SERVICIOS - ESTUDIO CALIDAD ***********************/
.estudios-calidad .bannerPrincipal { background-image: url('../img/estudios-calidad/banner.jpg'); }
.estudios-calidad .seccion2 { padding: 90px 0px; }
.estudios-calidad .seccion2 .conteLeft { width: 55%; padding-left: 40px; }
.estudios-calidad .seccion2 .principal, .mantenimiento-driver .seccion2 .principal { margin: 0px 0px 50px; font-weight: 700; text-transform: uppercase; }
.estudios-calidad .seccion2 p strong, .mantenimiento-driver .seccion2 p strong, .somos .seccion2 p strong { font-weight: 900; }
.estudios-calidad .seccion2 p, .mantenimiento-driver .seccion2 p { margin: 30px 0px; }
.estudios-calidad .seccion2 .img { width: 400px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); position: absolute; top: 0; right: 70px; z-index: 1; }
.estudios-calidad .seccion2 .img::before { content: ''; width: 158px; height: 154px; background: url(../img/estudios-calidad/item-s2.png)no-repeat center; background-size: cover; position: absolute; top: -20px; right: 20px; }
.estudios-calidad .seccion3 { padding: 170px 0px; background: url('../img/estudios-calidad/bg-s3.jpg')no-repeat center; background-size: cover; }
.estudios-calidad .seccion3::before { content: ''; width: 82px; height: 500px; background: url('../img/estudios-calidad/item-s3.png')no-repeat center; background-size: cover; position: absolute; top: 0; left: 40px; }
.estudios-calidad .seccion3 p, .mantenimiento-driver .seccion3 p { margin: 0; color: #fff; line-height: 28px; font-weight: 700; text-transform: uppercase; }
.estudios-calidad .seccion3 p span, .mantenimiento-driver .seccion3 p span { display: block; font-size: 28px; line-height: 34px; }
.estudios-calidad .seccion4 { padding: 40px 0px 60px; }
.estudios-calidad .seccion4 p { margin: 30px 0px; }
.estudios-calidad .seccion4 .text_deco { margin: 5px 80px; }
.estudios-calidad .seccion4 .text_deco::before { width: 14px; height: 5px; border-radius: 5px; background: #fbb018; margin-left: -22px; }
.estudios-calidad .seccion5 { padding: 60px 0px 150px; background: url('../img/estudios-calidad/bg-s5.jpg')no-repeat center; background-size: cover; }
.estudios-calidad .seccion5 .linea_amarilla { background: #2d2c78; }
.estudios-calidad .seccion5 li { padding: 0px 35px; }
.estudios-calidad .seccion5 li:nth-child(4), .estudios-calidad .seccion5 li:nth-child(5), .estudios-calidad .seccion5 li:nth-child(6) { float: right; }
.estudios-calidad .seccion5 li::before { content: ''; width: 200px; height: 36px; background: url('../img/estudios-calidad/item-flecha1.png')no-repeat center; background-size: cover; position: absolute; top: 60px; right: 0; margin-right: -100px; }
.estudios-calidad .seccion5 li:nth-child(2)::before { width: 240px; height: 42px; background-image: url('../img/estudios-calidad/item-flecha2.png'); margin-right: -120px; }
.estudios-calidad .seccion5 li:nth-child(3)::before { width: 90px; height: 240px; background-image: url('../img/estudios-calidad/item-flecha3.png'); margin-right: 0; }
.estudios-calidad .seccion5 li:nth-child(4)::before { display: none; }
.estudios-calidad .seccion5 li:nth-child(5)::before { width: 226px; height: 36px; background-image: url('../img/estudios-calidad/item-flecha4.png'); margin-right: -113px; }
.estudios-calidad .seccion5 li:nth-child(6)::before { width: 228px; height: 36px; background-image: url('../img/estudios-calidad/item-flecha5.png'); margin-right: -114px; }
.estudios-calidad .seccion5 .numero { margin: 40px auto 20px; width: 80px; height: 80px; background: #fff; border-radius: 50%; font-size: 40px; line-height: 75px; color: #2d2c78; text-align: center; font-weight: 900; }
.estudios-calidad .seccion5 h5 { text-align: center; font-weight: 700; }
.estudios-calidad .seccion6 .conteAcreditaciones { margin: 0px auto; width: 1200px; padding: 50px 200px; background: #fff; position: relative; top: -50px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); z-index: 1; }
.estudios-calidad .seccion6 .conteAcreditaciones .item { width: 140px; height: 140px; background: #fbb018; border-radius: 50%; display: flex; align-items: center; position: absolute; top: -40px; right: 100px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); }
.estudios-calidad .seccion6 .conteAcreditaciones .item img { width: 58px; margin: auto; }
.estudios-calidad .seccion6 .conteAcreditaciones h3 { margin-bottom: 40px; }
/********** SERVICIOS - MANTENIMIENTO A DRIVER **********/
.mantenimiento-driver .bannerPrincipal { background-image: url('../img/mantenimiento-driver/banner.jpg'); }
.mantenimiento-driver .bannerPrincipal h1 { margin-top: -126px; }
.mantenimiento-driver .seccion2 { padding: 80px 0px; }
.mantenimiento-driver .seccion2 .conteLeft { padding-left: 40px; }
.mantenimiento-driver .seccion2 .img { width: 480px; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); position: absolute; top: 0; right: 70px; z-index: 1; }
.mantenimiento-driver .seccion2 .img::before { content: ''; width: 158px; height: 154px; background: url(../img/mantenimiento-driver/item-s2.png)no-repeat center; background-size: cover; position: absolute; top: -20px; right: 20px; }
.mantenimiento-driver .seccion3 { padding: 120px 0px 90px; background: url('../img/mantenimiento-driver/bg-s3.jpg')no-repeat center; background-size: cover; }
.mantenimiento-driver .seccion3 .btn { margin: 50px auto 0px; width: 300px; display: block; }

/*********************** ACREDITACIONES ***********************/
.acreditaciones .bannerPrincipal { background-image: url('../img/acreditaciones/banner.jpg'); }
.acreditaciones .bannerPrincipal h1 { margin-top: -56px; }
.acreditaciones .seccion2 { padding: 50px 0px; background: url(../img/acreditaciones/bg-s2.jpg)no-repeat center; background-size: cover; }
.acreditaciones .seccion2::before { content: ''; width: 82px; height: 500px; background: url('../img/acreditaciones/item-s2.png')no-repeat center; background-size: cover; position: absolute; top: 0; left: 60px; }
.acreditaciones .seccion2 h3 { display: block; }
.acreditaciones .seccion2 .texto1 { margin: 40px auto 60px; width: 80%; text-align: center; }
.acreditaciones .seccion2 li:nth-child(1) { width: 70%; }
.acreditaciones .seccion2 li:nth-child(2) { width: 30%; }
.acreditaciones .seccion2 .texto2, .acreditaciones .seccion2 .conte h5 { text-transform: uppercase; font-weight: 900; }
.acreditaciones .seccion2 .listado { margin: 20px 0px; margin-left: 45px; display: block; position: relative; }
.acreditaciones .seccion2 .listado span { display: inline-block; width: 35px; height: 35px; background: #2d2c78; border-radius: 50%; line-height: 35px; text-align: center; color: #fff; font-weight: 900; margin-left: -45px; margin-right: 10px; }
.acreditaciones .seccion2 .conte { margin-top: 80px; margin-right: -20px; width: 100%; padding: 50px 50px 30px; background: #fff; position: relative; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); }
.acreditaciones .seccion2 .item { width: 90px; height: 90px; background: #fbb018; border-radius: 50%; display: flex; align-items: center; -webkit-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); -moz-box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); box-shadow: 5px 5px 10px 0px rgba(6,0,0,0.5); position: absolute; top: -45px; left: 50%; margin-left: -45px; }
.acreditaciones .seccion2 .item img { width: 30px; margin: auto; }
.acreditaciones .seccion2 .conte h5 { margin: 20px 0px; }
.acreditaciones .conteTecnologias { background: #fff; }

/*********************** CONTACTO ***********************/
.contacto .seccion1 { background: #ec9632; }
.contacto .seccion1::before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.16); position: absolute; top: 0; left: 0; }
.contacto .seccion1 h1 { margin-top: -66px; }
.contacto .seccion1 img { position: absolute; left: 50%; width: 400px; bottom: 0; margin-left: 150px; }

/*********************** FOOTER ***********************/
footer .seccion1 { background: url('../img/footer/bg.jpg')no-repeat center; background-size: cover; padding: 70px 0; }
footer .seccion1 h2 { color: #fff; }
footer .seccion1 p { color: #fff; }
footer .seccion1 form { width: 400px; }
footer .seccion1 form input:not([type="submit"]), footer .seccion1 form textarea { width: 100%; color: #121111; background: #fff; border: 3px solid #fff; font-style: italic; font-size: 15px; padding: 11px 15px; margin-bottom: 10px; font-weight: 600; font-family: 'Lato', sans-serif; }
footer .seccion1 form input::placeholder, footer .seccion1 form textarea::placeholder { color: #121111; font-weight: 600; font-family: 'Lato', sans-serif; }
footer .seccion1 form textarea { resize: none; width: 100%; height: 90px; }
footer .seccion1 form input[type="submit"] { background: #fbb018; border: transparent; margin: 0px auto; display: block; color: #363636; }
footer .seccion1 img { position: absolute; bottom: -70px; right: 100px; width: 300px; }
footer .seccion2 { background: #000000; color: #fff; padding: 30px 0; }
footer .seccion2 img { width: 120px; margin: 0px auto; }
footer .seccion2 li:nth-child(3) { text-align: right; padding: 39px 0; }
footer .seccion2 li:nth-child(1) { padding: 20px 0; }
footer .seccion2 .telefono, footer .seccion2 .correo { position: relative; padding: 0px 0px 5px 30px; letter-spacing: 1px; }
footer .seccion2 i { color: #e8bf00; font-size: 18px; position: relative; top: 1px; margin-right: 6px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: absolute; top: 0; left: 0; }
footer .seccion2 li a { display: initial; }
footer .seccion2 li a:hover { color: #e8bf00; }

/******************** FORM FLOTANTE ********************/
.btnChat { width: 95px; position: fixed; bottom: 100px; right: 10px; z-index: 10; }
.btnChat:hover, .formFlotante .btnCerrar:hover { opacity: 0.8; transform: scale(1.1); }
.formFlotante { display: none; width: 460px; padding: 30px; background: url(../img/general/bg-formulario.jpg)no-repeat center; background-size: cover; position: fixed; bottom: 20px; right: 120px; z-index: 100; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.formFlotante.slide { display: block!important; -webkit-animation-name: slide; -webkit-animation-duration: 1s; -webkit-animation-fill-mode: forwards; }
.formFlotante .btnCerrar { width: 30px; height: 30px; background: #000; border-radius: 50%; color: #fff; font-size: 15px; line-height: 30px; text-align: center; position: absolute; top: -15px; right: -15px; }
.formFlotante h3 { color: #fff; font-size: 28px; line-height: 34px; margin-bottom: 20px; }
.formFlotante h3 span { font-size: 18px; }
.formFlotante form ::placeholder, .formFlotante form input:not([type="submit"]), .formFlotante form textarea { font-size: 16px; line-height: 16px; color: #121111; font-family: 'Lato', sans-serif; font-weight: 600; font-style: italic; }
.formFlotante form input:not([type="submit"]), .formFlotante form textarea { width: 100%; padding: 10px; background: #fff; border: 3px solid #fff; margin: 0px 0px 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.formFlotante form textarea { height: 120px; resize: none; }
.formFlotante form input:not([type="submit"]):focus, .formFlotante form textarea:focus { border-radius: 5px; }
.formFlotante form input[type="submit"] { margin: 0px auto; display: block; width: 140px; padding: 15px 0px; background: #000; font-size: 16px; line-height: 16px; color: #fff; border: none; font-weight: 400; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.formFlotante form input[type="submit"]:hover, .formFlotante form input[type="submit"]:disabled { opacity: 0.6; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) {
	/*********************** GENERAL ***********************/
	.contenedor { width: 90%; }
	.movil { display: block!important; }
	
	.menu { padding:40px 0px; float: none; position: fixed; background: #000000d6; z-index:-1; height: 100%; width: 350px !important; top: 68px; right: -400px; -webkit-transition: right 0.4s; transition: right 0.4s; }
	.menu li { width: 100%; height: auto !important; padding: 0; }
	.menu li.movil { display: table;}
	.menu li a { line-height: 13px; }
	.bannerPrincipal { height: 230px; display: table; width: 100%; }
	.bannerPrincipal h1 { display: table-cell; vertical-align: middle; top: 0; left: 0; margin: 0px auto; text-align: center; letter-spacing: 2px; width: 100%; position: relative; }
	.bannerPrincipal h1 span { font-size: 26px; line-height: 26px; }
	.bannerPrincipal p { letter-spacing: 1px; }
	.btn { font-size: 13px; padding: 12px 20px!important; }
	.pc { display: none; }
	p { font-size: 16px; }
	section { padding: 30px 0!important; }

	/*********************** HEADER ***********************/
	header { background: #2d2c78; padding: 5px 0; }
	header .logo { width: 50px; margin-left: 30px; margin-top: 5px;}
	header .menu { float: none; width: 100%; padding: 0; }
	header .menu .item { display: block; padding: 10px; line-height: 24px; }
	header .menu .item:hover { background: #000; }
	header .menu .item:after { display: none; }
	header .menu .item .submenu { position: relative; opacity: 1; visibility: visible; height: auto; top: 0; margin: 0px auto; left: 0; width: 100%; }
	header .menu .item:hover .submenu { top: 0; }
	/*
	header .top { font-size: 14px; padding: 10px 0; margin: 0px auto; text-align: center; }
	header .top li { width: 100%; }
	header .top li:nth-child(2) { text-align: center; }
	header .top .item { padding: 5px 0; }
	header .top .item i {  }
	header .top .item a {  }
	header .logo { display: none; }
	header .menu { display: none; }
	header .menu .item {  }
	*/

	h1 { font-size: 36px; }
	h2 { font-size: 34px; letter-spacing: 2px; line-height: 34px; }
	h2 span { font-size: 21px; line-height: 21px; }
	h3 { font-size: 32px!important; line-height: 32px!important; }
	h3 span { font-size: 16px; }
	h4 { font-size: 22px; }
	h5 { font-size: 16px; line-height: 20px; }

	/*********************** HOME ***********************/
	.home .seccion2 li { width: 100%!important; }
	.home .seccion2 p { margin: 25px auto; padding: 0; }
	.home .seccion2 .btn { margin: 0px auto; display: table; }
	.home .seccion2 img { width: 160px; margin: 0px auto; margin-top: 40px; }
	.home .seccion3:before { position: relative; top: 0; left: 0; margin: 0px auto; width: 200px; height: 161px; }
	.home .seccion3:after { display: none; }
	.home .seccion3 ul { margin: 0px auto; }
	.home .seccion3 li { width: 50%; padding-bottom: 0px; }
	.home .seccion3 li .item { padding: 0 10px; height: 150px; }
	.home .seccion3 li .item p { word-break: break-word; font-size: 14px; }
	.home .seccion3 li .item img { width: 80px; }
	.home .seccion4 ul { margin-top: 20px; }
	.home .seccion4 li { width: 100%; margin-bottom: 0; }
	.home .seccion4 li .imgPrincipal { width: 100%; margin: 0; height: 220px; }
	.home .seccion4 li .cuadro { height: auto; display: block; }
	.home .seccion4 li .cuadro .conten { display: block; padding: 15px; }
	.home .seccion4 li .cuadro .conten img { width: 70px; margin-bottom: 10px; }
	.home .seccion4 li .cuadro .conten h5 { font-size: 25px; line-height: 25px; }
	.home .seccion4 li .cuadro .conten:after, .home .seccion4 li .cuadro .conten:before { display: none; }
	.home .seccion4 li:nth-child(4) { margin-top: 35px; }
	.home .seccion4 li:nth-child(5) { margin-bottom: 35px; }
	.home .seccion4:after { display: none; }
	.conteTecnologias ul { width: 100%; margin: 15px auto; }
	.conteTecnologias ul li { width: 33.33%; padding: 20px 0; }

	/*********************** SOMOS ***********************/
	.somos .seccion2 li { width: 100%!important; padding: 0; }
	.somos .seccion2 p { margin: 0; }
	.somos .seccion2 h2, .somos .seccion2 h3 { margin-bottom: 20px; }
	.somos .seccion2 li:nth-child(2) .img { margin: 30px 0; }
	.somos .seccion2 li:nth-child(3) .img {  }
	.somos .seccion2 li:nth-child(2) .img::before, .somos .seccion2 li:nth-child(3) .img::before { display: none; }
	.somos .seccion2 li:nth-child(3) .img { left: 0; }
	.somos .seccion2 li:nth-child(3) p { color: #000; margin: 20px auto; }
	.somos .seccion2::before { display: none; }
	.somos .seccion2 h3::before { display: none; }
	.somos .seccion2 li:nth-child(5) h2 { margin-top: 20px; }
	.somos .seccion3::after { display: none; }
	.somos .seccion3 p { margin: 20px auto; width: 100%; }
	.somos .seccion3 .ulValores { width: 100%; }
	.somos .seccion3 li { width: 100%!important; }
	.somos .seccion3 h5 { margin: 10px auto; width: 70%; font-size: 17px; }
	.somos .seccion3 h5::before { width: 30px; height: 13px; }
	.somos .seccion4 .invac { position: relative; top: 0; left: 0; margin: 0px auto; width: 130px; }
	.somos .seccion4 h4 { width: 100%; font-size: 23px; line-height: 25px; }

	/*********************** SERVICIOS - AUTOMATIZACION ***********************/
	.automatizacion .seccion2 h3 { margin-bottom: 20px; }
	.automatizacion .seccion2 li { width: 50%; height: 160px; text-align: center; padding: 0 15px; }
	.automatizacion .seccion2 li .ico { width: 110px; display: block; margin: 0px auto; }
	.automatizacion .seccion2 li h5 { display: block; }
	.automatizacion .seccion2::before { display: none; }
	.automatizacion .seccion3 .principal { width: 100%; margin: 20px auto; }
	.automatizacion .seccion3 li { width: 100%; }
	.automatizacion .seccion4 li { padding: 0!important; width: 100%; }
	.automatizacion .seccion4 h3 { margin-bottom: 20px; }
	.automatizacion .seccion4 .img { width: 85%; margin: 0px auto; }
	.automatizacion .seccion4 .img::before { display: none; }
	.automatizacion .seccion5 li { padding: 0; width: 100%; }
	.automatizacion .seccion5 p { height: auto; }
	.automatizacion .seccion6 .conteVentajas { top: 0; padding: 15px; }
	.automatizacion .seccion6 .conteVentajas .item { width: 110px; height: 110px; margin: 0px auto; top: 0; left: 0; position: relative; }
	.automatizacion .seccion6 .conteVentajas .item img { width: 60px; }
	.automatizacion .seccion6 .conteVentajas h3 { margin: 20px auto; }
	.automatizacion .seccion6 .conteVentajas li { width: 100%; padding: 0; }
	.automatizacion .seccion6 .conteVentajas p { margin: 0px auto; display: block; text-align: center; margin-bottom: 20px; }
	.automatizacion .seccion6 .ulRad li { width: 100%!important; padding: 0; }
	.automatizacion .seccion6 .ulRad .img::after { display: none; }
	.automatizacion .seccion6 .ulRad h3 { margin-bottom: 20px; }
	.automatizacion .seccion6 .ulRad .conte { margin: 20px 0px; padding: 10px; border-radius: 0; font-size: 19px; line-height: 27px; }
	.automatizacion .seccion6 .ulRad .conte::after { display: none; }
	/*********************** SERVICIOS - ESTUDIO CALIDAD ***********************/
	.estudios-calidad .seccion2 .conteLeft { width: 100%; padding: 0; float: none; }
	.estudios-calidad .seccion2 .principal, .mantenimiento-driver .seccion2 .principal { margin: 0px 0px 20px; }
	.estudios-calidad .seccion2 .img { position: relative; top: 0; right: 0; width: 80%; margin: 0px auto; }
	.estudios-calidad .seccion2 .img::before, .estudios-calidad .seccion3::before { display: none; }
	.estudios-calidad .seccion3 p br, .mantenimiento-driver .seccion3 p br { display: none; }
	.estudios-calidad .seccion3 p span, .mantenimiento-driver .seccion3 p span { font-size: 24px; line-height: 30px; }
	.estudios-calidad .seccion4 p { margin: 15px 0; }
	.estudios-calidad .seccion4 .text_deco { margin: 0px 20px; }
	.estudios-calidad .seccion5 li { width: 100%; }
	.estudios-calidad .seccion5 li::before { display: none; }
	.estudios-calidad .seccion5 .numero { margin: 20px auto; font-size: 35px; width: 60px; height: 60px; line-height: 60px; }
	.estudios-calidad .seccion6 .conteAcreditaciones { width: 90%; padding: 20px 0; top: 0; }
	.estudios-calidad .seccion6 .conteAcreditaciones .item { width: 80px; height: 80px; position: relative; top: 0; left: 0; right: 0; margin: 0px auto; margin-bottom: 20px; }
	.estudios-calidad .seccion6 .conteAcreditaciones .item img { width: 40px; }
	.estudios-calidad .seccion6 .conteAcreditaciones h3 { margin-bottom: 20px; }
	.estudios-calidad .seccion6 .conteAcreditaciones ul { width: 300px; margin: 0px auto; }
	.estudios-calidad .seccion6 .conteAcreditaciones li { width: 100%; }
	/************************** SERVICIOS - MANTENIMIENTO ****************************/
	.mantenimiento-driver .seccion2 .img{ width: 100%; position: inherit; right: 0px; }
	.mantenimiento-driver .seccion2 .conteLeft { width: 100%; float: none; }
	/*********************** ACREDITACIONES ***********************/
	.acreditaciones .seccion2::before { display: none; }
	.acreditaciones .seccion2 .texto1 { width: 100%; margin: 30px auto; }
	.acreditaciones .seccion2 li { width: 100%!important; }
	.acreditaciones .seccion2 .texto2, .acreditaciones .seccion2 .conte h5 { text-align: center; }
	.acreditaciones .seccion2 .listado span { display: block; text-align: center; margin: 0px auto; margin-bottom: 20px; }
	.acreditaciones .seccion2 .listado { margin: 0px auto; text-align: center; }
	/*********************** CONTACTO ***********************/
	.contacto .seccion1 img { display: none; }
	/************************** FORM FLOTANTE ********************/	
	.formFlotante{ width: auto; right: 0px; margin: 0px 20px; }
	.btnChat { z-index: 2; bottom: 0px; }

	/*********************** FOOTER ***********************/
	footer .seccion1 img { display: none; }
	footer .seccion1 .conteLeft { width: 100%; }
	footer .seccion1 form { width: 80%; margin: 0px auto; }
	footer .seccion1 form input:not([type="submit"]), footer .seccion1 form textarea { font-size: 14px; padding: 8px; }
	footer .seccion1 form input[type="submit"] { width: 100%; }
	footer .seccion2 li { width: 100%; padding: 15px 0!important; }
	footer .seccion2 .telefono, footer .seccion2 .correo { width: 200px; margin: 0px auto; display: block; }
	footer .seccion2 img { width: 90px; }
	footer .seccion2 li:nth-child(3) { text-align: center; font-weight: 13px; }

}

@media screen and (min-width: 480px) and (max-width: 599px) {
}

@media screen and (min-width: 600px) and (max-width: 1023px) { 
	.menu{ right: -500px; }
}
 
@media screen and (min-width: 1024px) and (max-width: 1439px) {
	/*********************** GENERAL ***********************/
	.contenedor { width: 960px; }
	body { padding-top: 38px; }
	.bannerPrincipal { height: 600px; }
	.bannerPrincipal h1 { margin-left: -480px; }
	.bannerPrincipal h1 span { font-size: 35px; line-height: 35px; }
	p { font-size: 16px; line-height: 21px; }
	.btn { font-size: 14px; padding: 14px 35px; }
	.conteTecnologias { padding: 30px 0px; }

	/*********************** COLUMNAS ***********************/
	h1 { font-size: 55px; }
	h2 { font-size: 45px; }
	h2 span { font-size: 20px; line-height: 20px; }
	h2:after { height: 3px; margin-top: 3px; }

	h4 { font-size: 20px; line-height: 25px; }

	/*********************** HEADER ***********************/
	header .top { font-size: 15px; padding: 10px 0; margin-bottom: 10px; }
	header .logo { width: 110px; }
	header .menu { padding: 45px 0; width: 730px; }
	header .menu .item { font-size: 14px; }
	header .menuAnima .item { padding: 0 40px; }
	header .menuAnima { padding: 10px 0; width: 100%; }
	header .logoAnima { width: 0px; }
	header .menu .item .submenu { top: 22px; width: 230px; margin-left: -115px; }
	header .menu .item .submenu .item { padding: 6px 0; font-size: 14px; }

	/*********************** HOME ***********************/
	.home .seccion2 { padding: 60px 0; padding-bottom: 100px; }
	.home .seccion2 p { line-height: 25px; padding-right: 110px; }
	.home .seccion2 .btn { padding: 13px 50px; }
	.home .seccion2 img { width: 180px; margin-top: 40px; }
	.home .seccion3 { padding-top: 65px; padding-bottom: 50px; }
	.home .seccion3:before { width: 250px; height: 202px; margin-left: -125px; }

	.home .seccion3 ul { margin-top: 30px; }
	.home .seccion3 li { padding: 25px 0; }
	.home .seccion3 li .item img { width: 90px; }
	.home .seccion3:after, .home .seccion4:after { width: 65px; height: 396px; }
	.home .seccion4 { padding-top: 80px; }
	.home .seccion4:before { height: 770px; }
	.home .seccion4 li { margin-bottom: 60px; }
	.home .seccion4 li .imgPrincipal { width: 480px; height: 320px; }
	.home .seccion4 li .cuadro .conten img { width: 105px; }
	.home .seccion4 li .cuadro .conten h5 { font-size: 27px; }
	.home .seccion4 li .cuadro .conten h5 span { font-size: 20px; line-height: 21px; }
	.home .seccion4 li .cuadro { height: 370px; }
	.home .seccion4 li .cuadro .conten:before { left: -30px; width: 30px; }
	.home .seccion4 li .cuadro .conten:after { border-right: 35px solid #2d2c78; border-top: 35px solid transparent; border-bottom: 35px solid transparent; left: -65px; }
	.home .seccion4 li .cuadroRight .conten:before { right: -30px; }
	.home .seccion4 li .cuadroRight .conten:after { right: -65px; border-left: 35px solid #2d2c78; }

	/*********************** SOMOS ***********************/
	.somos .seccion2 { padding: 70px 0px 0px; }
	.somos .seccion2::before { bottom: 405px; }
	.somos .seccion2 li { padding: 0px 40px 70px; }
	.somos .seccion2 p { margin-top: 15px; }
	.somos .seccion2 li:nth-child(5) h2 { margin-top: 30px; }
	.somos .seccion3 p { margin: 25px auto; }
	.somos .seccion3 { padding: 70px 0px; }
	.somos .seccion3 h5 { font-size: 20px; }
	.somos .seccion3 h5::before { width: 35px; height: 15px; }
	.somos .seccion4 { padding: 130px 0px 70px; }
	.somos .seccion4 .invac { width: 180px; margin-left: -90px; top: -70px; }
	.somos .seccion4 h4 { font-size: 26px; line-height: 35px; }

	/*********************** SERVICIOS ***********************/
	.servicios .bannerPrincipal h1, .acreditaciones .bannerPrincipal h1, .contacto .seccion1 h1 { margin-top: -50px; }
	/*********************** SERVICIOS - AUTOMATIZACION ***********************/
	.automatizacion .seccion2 { padding: 50px 0px; }
	.automatizacion .seccion2::before, .acreditaciones .seccion2::before { width: 66px; height: 400px; right: 40px; }
	.automatizacion .seccion2 h3, .automatizacion .seccion6 .conteVentajas h3, .estudios-calidad .seccion2 .principal, .mantenimiento-driver .seccion2 .principal { margin-bottom: 30px; }
	.automatizacion .seccion2 li { height: 100px; }
	.automatizacion .seccion2 li .ico { width: 100px; padding: 0px 10px; }
	.automatizacion .seccion3, .automatizacion .seccion6 { padding: 40px 0px; }
	.automatizacion .seccion3 .principal { margin: 15px auto; }
	.automatizacion .seccion3 .img { width: 150px; }
	.automatizacion .seccion4, .mantenimiento-driver .seccion2 { padding: 60px 0px; }
	.automatizacion .seccion4 h3, .automatizacion .seccion6 .ulRad h3 { margin-bottom: 15px; }
	.automatizacion .seccion4 li:nth-child(1) { padding: 0px 60px; }
	.automatizacion .seccion4 .img { margin: 0px 15px; width: 400px; }
	.automatizacion .seccion4 .img::before, .automatizacion .seccion6 .ulRad .img::after, .automatizacion .seccion6 .ulRad .conte::after, .estudios-calidad .seccion2 .img::before, .mantenimiento-driver .seccion2 .img::before { width: 128px; height: 124px; }
	.automatizacion .seccion5 { padding: 50px 0px 120px; }
	.automatizacion .seccion5 li { padding: 0px 15px; }
	.automatizacion .seccion5 h3 { font-size: 32px; line-height: 38px; }
	.automatizacion .seccion5 p { height: 90px; }
	.automatizacion .seccion5 li:nth-child(2) { margin-top: 38px; }
	.automatizacion .seccion6 .conteVentajas { padding: 40px; top: -80px; }
	.automatizacion .seccion6 .conteVentajas .item { width: 120px; height: 120px; top: -30px; right: 80px; }
	.automatizacion .seccion6 .conteVentajas .item img { width: 60px; }
	.automatizacion .seccion6 .conteVentajas li { padding: 0px 30px; }
	.automatizacion .seccion6 .ulRad li { padding: 0px 40px; }
	.automatizacion .seccion6 .ulRad .img { width: 420px; }
	.automatizacion .seccion6 .ulRad .img::before { width: 400px; height: 250px; }
	.automatizacion .seccion6 .ulRad .conte { margin: 30px 0px; padding: 15px 70px; font-size: 20px; line-height: 28px; }
	/*********************** SERVICIOS - ESTUDIO CALIDAD ***********************/
	.estudios-calidad .seccion2 { padding: 70px 0px; }
	.estudios-calidad .seccion2 .conteLeft { padding-left: 30px; }
	.estudios-calidad .seccion2 p, .mantenimiento-driver .seccion2 p { margin: 15px 0px; }
	.estudios-calidad .seccion2 .img { width: 320px; right: 40px; }
	.estudios-calidad .seccion3 { padding: 130px 0px; }
	.estudios-calidad .seccion3::before { width: 66px; height: 400px; left: 20px; }
	.estudios-calidad .seccion3 p, .mantenimiento-driver .seccion3 p { line-height: 26px; }
	.estudios-calidad .seccion3 p span, .mantenimiento-driver .seccion3 p span { font-size: 26px; line-height: 32px; }
	.estudios-calidad .seccion4 { padding: 30px 0px 50px; }
	.estudios-calidad .seccion4 p { margin: 30px 0px; }
	.estudios-calidad .seccion4 .text_deco { margin: 5px 60px; }
	.estudios-calidad .seccion5 { padding: 50px 0px 120px; }
	.estudios-calidad .seccion5 li { padding: 0px 10px; }
	.estudios-calidad .seccion5 li::before { top: 50px; }
	.estudios-calidad .seccion5 li:nth-child(1)::before { width: 160px; height: 29px; margin-right: -80px; }
	.estudios-calidad .seccion5 li:nth-child(2)::before { width: 200px; height: 35px; margin-right: -100px; }
	.estudios-calidad .seccion5 li:nth-child(3)::before { width: 75px; height: 200px; top: 65px; }
	.estudios-calidad .seccion5 li:nth-child(5)::before { width: 186px; height: 29px; margin-right: -93px; }
	.estudios-calidad .seccion5 li:nth-child(6)::before { width: 188px; height: 30px; margin-right: -94px; }
	.estudios-calidad .seccion5 .numero { margin: 30px auto 15px; width: 70px; height: 70px; font-size: 35px; line-height: 70px; }
	.estudios-calidad .seccion6 .conteAcreditaciones { width: 960px; padding: 40px 150px; top: -40px; }
	.estudios-calidad .seccion6 .conteAcreditaciones .item { width: 120px; height: 120px; top: -30px; right: 80px; }
	.estudios-calidad .seccion6 .conteAcreditaciones .item img { width: 48px; }
	.estudios-calidad .seccion6 .conteAcreditaciones h3 { margin-bottom: 20px; }
	/********** SERVICIOS - MANTENIMIENTO A DRIVER **********/
	.mantenimiento-driver .bannerPrincipal h1 { margin-top: -68px; }
	.mantenimiento-driver .seccion2 .conteLeft { padding-left: 30px; }
	.mantenimiento-driver .seccion2 .img { width: 380px; right: 50px; }
	.mantenimiento-driver .seccion3 { padding: 90px 0px 70px; }
	.mantenimiento-driver .seccion3 .btn { margin-top: 40px; width: 260px; }
	/*********************** ACREDITACIONES ***********************/
	.acreditaciones .seccion2 { padding: 40px 0px; }
	.acreditaciones .seccion2 .texto1 { margin: 20px auto 40px; width: 90%; }
	.acreditaciones .seccion2 .listado { margin: 10px 0px; margin-left: 40px; }
	.acreditaciones .seccion2 .listado span { width: 30px; height: 30px; line-height: 30px; margin-left: -40px; }
	.acreditaciones .seccion2 .conte { margin-top: 60px; padding: 30px 30px 15px; }
	.acreditaciones .seccion2 .item { width: 70px; height: 70px; top: -35px; margin-left: -35px; }
	.acreditaciones .seccion2 .item img { width: 25px; }
	.acreditaciones .seccion2 .conte h5 { margin: 10px 0px; }

	/*********************** CONTACTO ***********************/
	.contacto .seccion1 img { width: 360px; }

	/*********************** FOOTER ***********************/
	footer .seccion1 { padding: 55px 0; }
	footer .seccion1 form { width: 350px; }
	footer .seccion1 form input:not([type="submit"]), footer .seccion1 form textarea { font-size: 14px; padding: 8px 10px; margin-bottom: 8px; }
	footer .seccion1 img { width: 270px; }
	footer .seccion2 { padding: 20px 0; }
	footer .seccion2 img { width: 110px; }
	footer .seccion2 li:nth-child(1) { padding: 16px 0; }
	footer .seccion2 li:nth-child(3) { padding: 33px 0; }

	/******************** FORM FLOTANTE ********************/
	.btnChat { width: 85px; bottom: 80px; }
	.formFlotante { width: 380px; padding: 25px; right: 100px; }
	.formFlotante h3 { font-size: 26px; line-height: 32px; }
	.formFlotante h3 span { font-size: 17px; }
	.formFlotante form ::placeholder, .formFlotante form input:not([type="submit"]), .formFlotante form textarea { font-size: 14px; line-height: 14px; }
	.formFlotante form input:not([type="submit"]), .formFlotante form textarea { padding: 8px; margin-bottom: 8px; }
	.formFlotante form textarea { height: 100px; }
	.formFlotante form input[type="submit"] { width: 120px; padding: 12px 0px; font-size: 15px; line-height: 15px; }
}

@media (min-width: 1440px) {

}