@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,400,700&display=swap');
	/*
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    */

/* ==============================================================================
							R	E	S	E	T
============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	position: relative;
}
body{
	font-family: 'Lato', sans-serif;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
/* ==============================================================================
            E   S   T   I   L   O   S       C   O   M   U   N   E   S
============================================================================== */

/** Centrar Verticalmente **/

.flex-parent{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#fadein{
  display:none;
}
#flecha_top{
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 50px;
    z-index: 20;
}
.contieneRegresar {
    position: fixed;
    right: 0;
    top:160px;
    background: white;
    padding: 5px 50px 5px 10px;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
}
.contieneRegresar a {
    font-size: .7em;
    letter-spacing: 1px;
    text-decoration: none;
    color: black;
}
.contienePopup{
    display: none;
    background: white;
    width: 80%;
    position: fixed;
    top: 5%;
    margin:auto;
    left:0;
    right:0;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 6px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 6px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 6px 10px 0px rgba(0,0,0,0.75);
    z-index: 100;
}
.contienePopup picture {
    width: 100%;
}
.contienePopup a {
    position: absolute;
    top:40px;
    right: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: .9em;
    color: black;
}
a {
  text-decoration: none;
}
.contieneVentanaModal, .contieneVentanaModalMision {
  position: fixed;
  top:0;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: scroll;
  z-index: 10000;
}
.ventanaModal, .ventanaModalMision {
  position: relative;
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  border: 0px solid #000000;
  -webkit-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
}
.ventanaModal img, .ventanaModalMision img {
  width: 90%;
  margin: auto;
  border-radius: 5px;
}
.ventanaModal .modalAtras {
  position: absolute;
  top: 48%;
  width: 25px;
  transform: rotate(-90deg);
  cursor: pointer;
}
.ventanaModal .modalAdelante {
  position: absolute;
  top: 48%;
  right: 5%;
  width: 25px;
  transform: rotate(90deg);
  cursor: pointer;
}
.ventanaModal .cerrar {
  position: absolute;
  top: 2%;
  right: 5%;
  width: 25px;
}
.ventanaModal .cerrar img{
  width: 30px;
  cursor: pointer;
}


/* ==============================================================================
                        R R S S
============================================================================== */
.contieneRRSS {
    position: fixed;
    top:25%;
    left: 20px;
    z-index: 21;
  }
  .contieneRRSS ul {
    list-style: none;
  }
  .contieneRRSS ul li {
    margin-bottom: 10px;
  }
  .contieneRRSS ul li a img {
    width: 40px;
  }
  .aparece {
    display: block;
  }
/* ==============================================================================
                        C   A   B   E   C   E   R   A
============================================================================== */

/* Registro */
.fijarArriba {
  position: fixed;
  top:0;
}
.registro {
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: right;
  background: #FEBF28;
  padding: 10px 0;
}
.registro img {
  margin-right: 10px;
  width: 30px;
}
.contiene-boton-header {
  display: inline;
  margin-right: 40px;
  line-height: 1.5em;
}
.contiene-boton-header a {
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  background: #2693FF;
  padding: 4px 20px;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  margin: 0 auto;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.39);
}
.contiene-boton-header a:hover {
  background: #0059B2;
}
#carrito{
  margin-right: 60px;
}
/* Menu */
.menuAndroid {
  display: none;
}
header{
  width: 100%;
  position: fixed;
  z-index: 200;
  background:rgba(255,255,255,0.8);!important;
}
#hamburger{
  width: 30px;
}
.menu{
  width: 95%;
  max-width: 1500px;
  margin: auto;
  padding: 0.5em 0;
  /* Acomoda proporcionalemnte los elementos*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* centrar verticalmente */
  align-items: center;
}
#logo_menu{
  width: 150px;
}
.menu .container-menu .logo .btn-menu{
  color: #282828;
  font-size: 30px;
  display: none;
}
.menu .menu-link ul li{
  display: inline-block;
}
.menu .menu-link ul li a{
  text-decoration: none;
  color: #282828;
  margin-left: 15px;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.7s;
}
.menu .menu-link ul li a:hover{
  color: #2693FF;
  text-shadow: 2px 2px 2px rgba(1,0,0,0);
}
.imagen_escalable{
  width: 100%;
  height: auto;
}
.visible {
  display: block;
}
.invisible {
  display: none;
}
.contieneWhatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.contieneWhatsapp a img {
  width: 100px;
  height: auto;
}
.contieneMensajero {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.contieneMensajero a img {
  width: 50px;
  height: auto;
}

/* ==============================================================================
                F O R M U L A R I O   H O M E
  ============================================================================== */
.contieneContactoHome {
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    color: #272727;
  }
  .contieneContactoHome h2 {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    color: #00934A;
  }
  .contieneContactoHome h2 span {
    color: #CA0019;
  }
  .contieneContactoHome p {
    font-size: .9em;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
  }
  .contieneContactoHome p span {
    font-weight: 800;
  }
  .contieneContactoHome p span a {
    color: black;
    text-decoration: none;
  }
  .contieneContactoHome img {
    width: 150px;
  }
  .contieneContactoHome form {
    width: 100%;
    background: #ECECEC;
    margin: auto;
    margin: 2em auto;
    padding: 4em 6em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    background: #fafafa;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
  }
  .contieneContactoHome form input {
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border:0;
    border-bottom: 1px solid gray;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 10px;
  }
  .contieneContactoHome form textarea {
    font-family: 'Lato', sans-serif;
    text-indent: 1em;
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border: 1px solid gray;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 20px;
    background: #FAFAFA;
  }
  .contieneBotonContactoHome {
    width: 100%;
    text-align: center;
    }
  .contieneBotonContactoHome button {
    background: #00934A;
    color: white;
    border: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 6px 40px;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
  }


/* ==============================================================================
                S   L   I   D   E   R
  ============================================================================== */
  @import url('https://fonts.googleapis.com/css?family=Lato:300,500,900&display=swap');
  *{box-sizing:border-box}
  .contieneSlider{
    font-family: Lato;
     width: 100%;
     height: auto;
     position:relative;
     margin:auto;
    margin-top: -15px; 
    background: white;
  }
  .mySlides{
    display:none;
  }
  .prev, .next{
     cursor:pointer;
     position:absolute;
     top:50%;
     width:auto;
     margin-top:-22px;
     padding:16px;
     color:white;
     font-weight:bold;
     font-size:18px;
     transition:0.6s ease;
     border-radius:0 3px 3px 0;
  }
  .next{
     right:0;
     border-radius:3px 0 0 3px;
  }
  .prev:hover, .next:hover{
     background-color:rgba(0,0,0,0.8);
  }
  .text{
     color:#f2f2f2;
     font-size:15px;
     padding:8px 12px;
     position:absolute;
     bottom:8px;
     width:100%;
    text-align:center;
  }

  .numbertext{
     color:#f2f2f2;
     font-size:12px;
     padding:8px 12px;
     position:absolute;
     top:0;
  }
  .fade{
     -webkit-animation-name:fade;
     -webkit-animation-duration:2s;
     animation-name:fade;
     animation-duration:3s;

     transition: color 1s linear 0.8s;
  }

  @-webkit-keyframes fade{
     from{opacity:0;
       -webkit-transition: opacity 0.8s ease-in-out;
        transition: opacity 0.8s ease-in-out;
     }
     to{opacity:1}
  }

  @keyframes fade{
     from{opacity:0;
      -webkit-transition: opacity 0.8s ease-in-out;
       transition: opacity 0.8s ease-in-out;}
     to{opacity:1}
  }
  .contieneTextosSlider {
    width: 65%;
    height: 100%;
    position: absolute;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .naranja {
    color: #F5AF2F;
  }
  .verde{
    color: #62B245;
  }
  .fondoVerde {
    background: #62B245;
    transition: 0.8s;
  }
  .fondoVerde:hover{
    background: #055A2C;
  }
  .azul{
    color: #00B5F0;
  }
  .magenta{
    color: #FD4622;
  }
  .amarillo{
    color: #F4CE4D;
  }
  .contieneTextosSlider .textosSlider h1 {
    font-size: 4.5em;
    font-weight: 900;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.75);
  }
  .contieneTextosSlider .textosSlider h2 {
    line-height: 1.4em;
    font-size: 3.5em;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.55);
  }
  .contieneTextosSlider .textosSlider p {
    font-size: 1.4em;
    letter-spacing: 1px;
    width: 60%;
    margin-top: 15px;
    line-height: 1.3em;
    margin-bottom: 1.5em;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.55);
  }
  .contieneTextosSlider .textosSlider a {
    width: 200px;
    background: #62B245;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .logoSlider {
    width: 200px;
    position: absolute;
    bottom: 10px;
    right: 40px;
  }
  .logoSlider img {
    width: 100%;
  }

/* ==============================================================================
                      M  I  T  A  D  E  S
============================================================================== */
.contieneMitades{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mitad{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 40px 0;
}
#logoMitad{
  width: 100%;
  text-align: center;
}
#logoMitad img{
  width: 50%;
  max-width: 400px;
  margin: auto;
}
.contieneTextoMitad {
  width: 70%;
  margin: auto;
}
.contieneTextoMitad p{
  line-height: 1.4em;
  letter-spacing: 1px;
  text-align: justify;
}
.contieneBoton {
  width: 100%;
  text-align: center;
}
.contieneBoton a {
  color: white;
  padding: 4px 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}

/* ==============================================================================
                        E  M  P  R  E  S  A
============================================================================== */
.contieneTextoEmpresa{
  padding: 90px 0;
  width: 50%;
  margin: auto;
}
.contieneTextoEmpresa p {
  font-size: 1.4em;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: justify;
}
.contieneTercios {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.tercio{
  width: 25%;
}
.tercio img{
  width: 100%;
  max-width: 450px;
}
.remateEmpresa{
  text-align: center;
  margin-bottom: 120px;
}
.remateEmpresa h3 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  color: #00883C;
}
.remateEmpresa a {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5em;
  color: #00883C;
  cursor: pointer;
}

/* ==============================================================================
                        S  E  R  V  I  C  I  O  S
============================================================================== */
.contieneTextoServicios {
  width: 85%;
  margin: auto;
  padding: 90px 0;
  text-align: center;
}
.contieneTextoServicios h4 {
  font-size: 1.8em;
}
.contieneTextoServicios p {
  font-size: 1.1em;
  letter-spacing: 1px;
}
.contieneTextoServicios ul {
  padding: 20px 0;
}
.contieneTextoServicios ul li {
  font-size: 1.2em;
  color: #00883C;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.contieneTextoServicios img {
  width: 100%;
  max-width: 1900px;
}
.contieneServicios01 {
  width: 70%;
  margin: auto;
  text-align: center;
  letter-spacing: 1px;
  padding: 80px 0;
}
.contieneServicios01 h2{
  font-size: 1.6em;
}
.contieneServicios01 h4 {
  font-size: 1.2em;
  color: #00883C;
}
.contieneServicios01 p {
  line-height: 1.5em;
}
.contieneBannerServicio img{
  width: 100%;
}
.contieneServicios01 ul li {
  font-size: 1.2em;
  color: #00883C;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.contieneVideo { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden;
} 
.contieneVideo iframe, .contieneVideo object, .contieneVideo embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
}
/* ==============================================================================
                      P  R  O  D  U  C  T  O  S
============================================================================== */
.contienetitulo {
  padding: 20px 0;
}
.contienetitulo h1{
  text-align: center;
  font-size: 2.5em;
  letter-spacing: 1px;
  color: #383838;
}
.contieneSubtitulo h3{
  text-align: center;
  font-size: 2.5em;
  letter-spacing: 1px;
  color: #00883C;
}
.bannerProductos {
  width: 70%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}
.bannerProductos img{
  max-width: 300px;
  width: 30%;
}
.contieneTexto {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.contieneTexto h3{
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2em;
  color: #00883C;
}
.contieneTexto p{
  padding: 10px 10%;
  line-height: 1.3em;
  font-size: 1.1em;
  text-align: justify;
}
.contieneAliados{
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.contieneAliados img{
  width: 27%;
  max-width: 300px;
}
.contieneClientes{
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.contieneClientes img{
  width: 18%;
  max-width: 300px;
}

/* ==============================================================================
                      G  A  L  E  R  I  A
============================================================================== */
.contieneGaleria{
  padding: 120px 0;
}
.menuGaleria{
  width: 70%;
  margin: auto;
  padding-bottom: 40px;
}
.menuGaleria ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.menuGaleria ul li p {
  font-size: 0.9em;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.8s;
}
.menuGaleria ul li p:hover {
  color: #2A92C8;
}
.contieneVisor {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flechaGaleriaIzq{
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotate(-90deg);
}
.flechaGaleriaIzq img{
  width: 20px;
  cursor: pointer;
}
.flechaGaleriaDer{
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotate(90deg);
}
.flechaGaleriaDer img{
  margin-left: 75%;
  width: 20px;
  cursor: pointer;
}
.imagenVisor{
  width: 100%;
  border-radius: 10px;
}
.contieneMiniaturas{
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.miniaturas .zoom {
  width: 15%;
  cursor: pointer;
}

#cambioAutomotriz-02, #cambioAutomotriz-03, #cambioAutomotriz-04, #cambioAutomotriz-05, #cambioAutomotriz-06, #cambioAutomotriz-07, #cambioAutomotriz-08, #cambioAutomotriz-09, #cambioAutomotriz-10, #cambioAutomotriz-11, #cambioAutomotriz-12, #cambioAlimenticia-02, #cambioAlimenticia-03, #cambioAlimenticia-04,#cambioAlimenticia-05, #cambioAlimenticia-06, #cambioAlimenticia-07, #cambioAlimenticia-08, #cambioAlimenticia-09, #cambioAlimenticia-10, #cambioAlimenticia-11, #cambioAlimenticia-12, #cambioIndustrial-02, #cambioIndustrial-03, #cambioIndustrial-04,#cambioIndustrial-05, #cambioIndustrial-06, #cambioOficinas-02, #cambioOficinas-03, #cambioOficinas-04,#cambioOficinas-05, #cambioOficinas-06, #cambioRestaurant-02, #cambioRestaurant-03, #cambioRestaurant-04,#cambioRestaurant-05, #cambioRestaurant-06 {
  display: none;
}
.seleccionada{
  margin-top: -20px;
  transition: 0.8s;
}
#contieneAlimenticia, #contieneIndustrial, #contieneOficinas, #contieneRestaurant{
  display: none;
}
#miniaturasAlimenticia, #miniaturasAlimenticiaB, #miniaturasIndustrial, #miniaturasOficinas,#miniaturasRestaurant {
  
}
.invisibleSwitch{
  display: none;
}
.visibleSwitch{
  display: flex;
}
/* ==============================================================================
              C   O   N   T   A   C   T   O
  ============================================================================== */

  .contieneContacto {
    padding: 3% 15%;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    color: #272727;
  }
  .encabezadoContacto{
    width: 80%;
    margin: auto;
    text-align: left;
  }
  .encabezadoContacto h5{
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .encabezadoContacto h2 {
    font-size: 2.5em;
    font-weight: 400;
    color: #00934A;
  }
  .encabezadoContacto h2 span {
    color: #CA0019;
  }
  .contieneContacto p {
    font-size: .9em;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
  }
  .contieneContacto p span {
    font-weight: 800;
  }
  .contieneContacto p span a {
    color: black;
    text-decoration: none;
  }
  .contieneContacto form {
    width: 80%;
    background: #ECECEC;
    margin: auto;
    margin: 4em auto;
    padding: 4em 6em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    background: #fafafa;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
  }
  .contieneContacto form input {
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border:0;
    border-bottom: 1px solid gray;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 10px;
  }
  .contieneContacto form textarea {
    font-family: 'Lato', sans-serif;
    text-indent: 1em;
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border: 1px solid gray;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 20px;
    background: #FAFAFA;
  }
  .contieneBotonContacto {
    width: 100%;
    text-align: center;
    }
  .contieneBotonContacto button {
    background: #00934A;
    color: white;
    border: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 6px 40px;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .contieneMapaContacto {
    position: relative;
  }
  .contieneMapaContacto {
    width: 80%;
    margin: auto;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contieneMapaContacto img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .contieneTextoMapa {
    position: absolute;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
    padding: 0 5%;
    top:0;
    right: 10%;
    width: 30%;
    height: 100%;
    color: white;
    background: rgba(40,147,200,0.8);
  }
  .contieneTextoMapa h3 {
    padding-top: 10%;
    padding-bottom: 10px;
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .contieneTextoMapa p {
    font-weight: 300;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .contieneTextoMapa ul li {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contieneTextoMapa ul li p, .contieneTextoMapa ul li a {
    width: 92%;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
  .contieneTextoMapa ul li a {
    color: white;
    text-decoration: none;
  }
  .contieneTextoMapa ul li img {
    width: 6%;
  }
  .textoMapa h2{
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #009149;
  }
  .inputCaptcha{
    border: 0;
    margin-bottom: 10px;
    line-height: 2em;
    text-indent: 2em;
    letter-spacing: 1px;
  }
  #reloadCaptcha{
    cursor: pointer;
  }
  #reloadCaptcha img{
    width: 30px;
    margin-right: 10px;
  }

/* ==============================================================================
                      F   O   O   T   E   R
============================================================================== */
.contieneFooter {
  position: relative;
  width: 100%;
  background: #323D45;
  padding-top: 30px;
  color: #7E8E95;
}
.contieneTerciosFooter{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tercioFooter{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 33.33%;
  padding: 10px 0;
}
#logoFooter{
  width: 50%;
  max-width: 150px;
  margin: auto;
}
.contieneTextoTercio {
  width: 70%;
  margin: auto;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.contieneTextoTercio h3 {
  font-size: 1.3em;
}
.contieneTextoTercio h4{
  font-size: 0.8em;
}
.centrado{
  text-align: center;
}
#botonContactanos{

  text-decoration: none;
  color: #222A30;
  background: #F7C120;
  padding: 1px 8px;
  border-radius: 2px;
  transition: 0.8s;
}
#botonContactanos:hover{
  background: #EE7035;
}
.contieneRRSSFooter {
  width: 40%;
  margin: auto;
}
.contieneRRSSFooter h4{
  text-align: left;
  padding: 15px 0;
  letter-spacing: 1px;
}
.contieneRRSSFooter ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contieneRRSSFooter ul li {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
.contieneRRSSFooter ul li img {
  width: 50%;
  max-width: 30px;
  margin: auto;
}

.creditos {
  background: #222A30;
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
  font-size: .7em;
  font-weight: 400;
  letter-spacing: 2px;
}


.invisibleEscritorio{
  display: none;
}
.invisibleMoviles{
  display: block;
}
.invisibleMovilesFlex{
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   justify-content: space-between;
}
.invisibleEscritorioFlex{
  display: none;
}
.contieneContactoVentas{
  padding: 60px 0;
  width: 80%;
  margin:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contieneContactoVentas .contieneImagenVentas{
  width: 20%;
}
.contieneContactoVentas .contieneImagenVentas img{
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.contieneContactoVentas .textoMapa{
  width: 80%;
  padding-left: 5%;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contieneContactoVentas .textoMapa ul li{
  width: 100%;
  display: inline-flex;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.contieneContactoVentas .textoMapa ul li img{
  width: 20px;
  margin-right: 10px;
}





/* =========================================================================================
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
========================================================================================= */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    header{
  background:rgba(255,255,255,0.8);!important;
  }
  .ventanaModal {
    width: 90%;
  }
  .ventanaModal img{
    width: 100%;
  }
  .contieneWhatsapp {
    bottom: 10px;
    right: 10px;
  }
  .contieneWhatsapp a img {
    width: 50px;
    height: auto;
  }
  .flex-parent, .flex-child {
    display: block;
  }
  .mitad{
    width: 90%;
  }
  .logo_portada{
    width: 200px;
    margin-top: 60%;
   }
   #flecha_top{
    position: fixed;
    bottom: 80px;
    right: 30px;
  }
   .menu .container-menu .logo .btn-menu {
    display: block;
   }
   .menu .container-menu{
    width: 100%;
   }
   .menu .container-menu .logo {
      display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between;
    }
  .menu .menu-link{
    position: absolute;
    background: rgba(8,45,88,0.9);
    height: 100vh;
    width: 100%;
    top: 65px;
    left: -100%; /* Para ocultar el menu */
    z-index: 100;
    transition: 0.8s ease;
   }
   .menu .menu-link ul li{
      display: block;
    }
  .menu .menu-link ul li a{
      color: white;
      display: block;
      height: 50px;
      border-bottom: 1px solid #fff;
      padding: 15px;
      text-align: center;
      font-weight: 400;
      margin: 0;
    }
    .registro {
      padding-top: 10px;
      padding-bottom: 0px;
    }
    .registro img {
      margin-right: 10px;
      width: 25px;
    }
    #carrito{
      margin-right: 30px;
    }
    .contiene-boton-header {
      margin-right: 20px;
      line-height: 2em;
    }
    .contiene-boton-header a {
      padding: 3px 10px;
     font-size: .7em;
    }
    .icon-menu {
      width: 40px!important;
      height: 40px;
    }

    /* ==============================================================================
                F O R M U L A R I O   H O M E
  ============================================================================== */

  .contieneContactoHome img {
    width: 100px;
  }
  .contieneContactoHome form {
    padding: 0 5%;
    overflow: hidden;
  }
  .contieneContactoHome form input {
    width: 100%;
    margin-left: 0%;
  }
  .contieneContactoHome form textarea {
    width: 100%;
    margin-left: 0%;
  }
  .contieneBotonContactoHome {
    width: 100%;
    text-align: center;
    }
  .contieneBotonContactoHome button {
    background: #00934A;
    color: white;
    border: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 6px 40px;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 20px;
  }

    /* ===================== SLIDER ===================== */
  .contieneTextosSlider {
    width: 75%;
    height: 100%;
    position: absolute;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
    line-height: 1em;
  }
  .contieneTextosSlider .textosSlider h1 {
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 10px;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.75);
  }
  .contieneTextosSlider .textosSlider h2 {
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.55);
  }
  .contieneTextosSlider .textosSlider p {
    font-size: .9em;
    letter-spacing: 1px;
    width: 90%;
    margin-top: 0px;
    line-height: 1.3em;
    margin-bottom: 1.5em;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.55);
  }
  .contieneTextosSlider .textosSlider a {
    width: 200px;
    background: #62B245;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 1px;
  }

  /*** RRSS ***/
  .contieneRRSS {
    position: fixed;
    top:11%;
    left: auto;
    right: 10px;
    z-index: 21;
  }
  .contieneRRSS ul {
    list-style: none;
  }
  .contieneRRSS ul li {
    margin-bottom: 5px;
  }
  .contieneRRSS ul li a img {
    width: 30px;
  }

  /***** Mitades ******/
  .contieneMitades{
    display: block;
  }
  .mitad{
    display: block;
    width: 100%;
    padding: 40px 0;
  }

  /************* Empresa ***************/
  .logoSlider {
    width: 100px;
  }
  .contieneTextoEmpresa{
    width: 80%;
  }
  .contieneTextoEmpresa p {
    font-size: 1em;
    line-height: 1.2em;
  }
  .contieneTercios {
    width: 90%;
    margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
  }
  .tercio{
    width: 30%;
  }
  .tercio img{
    width: 100%;
    max-width: 450px;
  }
  .remateEmpresa{
    text-align: center;
    margin-bottom: 90px;
  }
  .remateEmpresa h3 {
    font-size: 1.2em;
  }

  .contieneTextoServicios {
    width: 85%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  /******* Servicios ********/

  .contieneTextoServicios h4{
    margin-top: 30px;
    line-height: 1.2em;
    font-size: 1.7em;
  }
  .contieneTextoServicios p{
    line-height: 1.4em;
  }
  .contieneTextoServicios ul li{
    font-size: 0.9em;
    line-height: 1.6em;
  }

  /******* Productos ********/
  .bannerProductos {
    width: 70%;
    margin: auto;
    display: block;
    padding: 40px 0;
  }
  .bannerProductos img{
    display: block;
    max-width: auto;
    width: 100%;
  }
  .contieneTexto {
    width: 100%;
    display: block;
    text-align: center;
  }
  .contieneTexto p{
    padding: 0;
  }
  .contieneAliados{
    width: 90%;
    margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .contieneAliados img{
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
  }
  .invisibleEscritorioFlex{
      display: block;
    }
    .invisibleMoviles{
      display: none;
      width: 0!important;
    }
    .invisibleMovilesFlex{
       display: none;
    }
  .contieneClientes{
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
  }
  .contieneClientes img{
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
  }

  /* ==============================================================================
                      G  A  L  E  R  I  A
============================================================================== */
.contieneGaleria{
  padding: 150px 0;
}
.menuGaleria{
  width: 95%;
  margin: auto;
  padding-bottom: 40px;
}
.menuGaleria ul li p {
  font-size: 0.6em;
  letter-spacing: 0px;
}
.contieneVisor {
  width: 90%;
}
.flechaGaleriaIzq{
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotate(-90deg);
}
.flechaGaleriaIzq img{
  display: none;
}
.flechaGaleriaDer{
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotate(90deg);
}
.flechaGaleriaDer img{
  display: none;
}
.imagenVisor{
  width: 90%;
  border-radius: 10px;
}
.contieneMiniaturas{
  width: 90%;
}
.automotriz .zoom {
  width: 15%;
  cursor: pointer;
}
.menuGaleria{
  position: absolute;
  top: 45%;
  width: 90%;
  left: 5%;
}
  

    /*  Footer  */
    .contieneFooter {
      position: relative;
      width: 100%;
      background: #323D45;
      padding-top: 30px;
      color: #7E8E95;
    }
    .contieneTerciosFooter{
      display: block;
    }
    .tercioFooter{
      display: block;
      width: 100%;
      padding: 10px 0;
    }
    #logoFooter{
      width: 50%;
      max-width: 100px;
      margin: auto;
    }
    .contieneTextoTercio {
      width: 70%;
      margin: auto;
      line-height: 1.5em;
      letter-spacing: 1px;
    }
    .creditos {
      font-size: .6em;
    }

    .invisibleEscritorio{
      display: block;
    }
    


    /* =================================================================== C  O   N   T   A   C   T   O */

  .contieneContacto {
    padding: 90px 0;
    padding: 5%;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .contieneContacto h2 {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
  }
  .contieneContacto p {
    width: 80%;
    margin: auto;
    font-size: .9em;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
  }
  .contieneContacto p span {
    font-weight: 800;
  }
  .contieneContacto form {
    width: 100%;
    margin: auto;
    margin: 4em auto;
    padding: 4em 0em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    background: #fafafa;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
  }
  .contieneContacto form input {
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border:0;
    border-bottom: 1px solid gray;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 10px;
  }
  .contieneContacto form textarea {
    font-family: 'Lato', sans-serif;
    text-indent: 1em;
    width: 70%;
    margin-left: 15%;
    background: transparent;
    border: 1px solid gray;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.5em;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    margin-bottom: 20px;
    background: #FAFAFA;
  }
  .contieneBotonContacto {
    width: 100%;
    text-align: center;
    }
  .contieneBotonContacto button {
    background: #272727;
    color: white;
    border: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 6px 40px;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .contieneMapaContacto {
    position: relative;
  }
  .contieneMapaContacto {
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
     -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .contieneMapaContacto img {
    width: 100%;
    height: auto;
  }
  .contieneTextoMapa {
    position: absolute;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    align-items: center;
    padding: 0;
    top:0;
    left:auto;
    right: auto;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(202,0,25,0.8);
  }
  .textoMapa {
    width: 80%;
    margin: auto;
  }
  .contieneTextoMapa h3 {
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .contieneTextoMapa p {
    font-weight: 300;
    letter-spacing: 1px;
  }
  .contieneTextoMapa ul li {
    width: 80%;
    margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contieneTextoMapa ul li p {
    width: 99.5%;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2em;
  }
  .contieneTextoMapa ul li img {
    width: 40px;
    max-width: 40px;
    margin-right: 5px;
  }
  .contieneContactoVentas .textoMapa ul li{
    height: 1.5em;
  }
    
}


