/* Intro */
#introduccion {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 5% 0 5% 0;
  transition: all .3s ease;
}

.introduccionImg {
  max-width: 90%;
  height: auto;
  transition: all .3s ease;
}
/*  */

/* Nosotros */
#nosotros {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 0 0 10% 0;
  transition: all .3s ease;
}
#nosotros::before {
  content: "";
  width: 100%;
  height: 95%;
  background-image: url("/../../img/home/em_bajio_nosotros.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all .3s ease;
}

.nosotrosLeft {
  width: 25%;
  height: auto;
  float: left;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.nosotrosOptions {
  width: 100%;
  height: auto;
  padding: 37% 0 0 50%;
  text-align: left;
  transition: all .3s ease;
}
.nosotrosOptions ul {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.nosotrosOptions ul li {
  font-family: 'Aileron';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  cursor: pointer;
  transition: all .3s ease;
}

.nosotrosRight {
  width: 75%;
  height: auto;
  float: left;
  background: #ffffff;
  background-color: #ffffff;
  padding: 2% 0 10% 5%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -1px 0px 7px 1px rgba(0,0,0,0.49);
  -moz-box-shadow: -1px 0px 7px 1px rgba(0,0,0,0.49);
  box-shadow: -1px 0px 7px 1px rgba(0,0,0,0.49);
  transition: all .3s ease;
}
.nosotrosTitle {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.nosotrosTitle::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #b6d033;
  background-color: #b6d033;
  position: absolute;
  bottom: -25px;
  left: -25%;
  margin: auto;
  transition: all .3s ease;
}
.nosotrosTitle h1 {
  font-family: 'Aileron';
  font-weight: 900;
  font-style: normal;
  font-size: 55px;
  color: #787878;
  transition: all .3s ease;
}
.nosotrosInfo {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 10px 55% 25px 0;
  position: relative;
  transition: all .3s ease;
}
.nosotrosInfo p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #787878;
  transition: all .3s ease;
}

.nosotrosContacto {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.nosotrosContacto a {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  color: #b6d033;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .3s ease;
  position: relative;
}
.nosotrosContacto a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #b6d033;
  background-color: #b6d033;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.nosotrosTrailer {
  max-width: 400px;
  height: auto;
  position: absolute;
  bottom: 15%;
  right: 10%;
  margin: auto;
  z-index: 3;
  transition: all .3s ease;
}
/*  */

/* Empresa, Soluciones, Productos */
#empresa_solucion_producto {
  width: 100%;
  height: auto;
  padding: 50px 10% 75px 10%;
  background: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.servicioMain {
  width: 33.33333333333333%;
  height: auto;
  padding: 0 1% 100px 1%;
  float: left;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.flecha-servicios {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 55px;
  right: 25%;
  transition: all .3s ease;
}
.btnServicios {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 3px;
  color: #787878;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  right: 5%;
  transition: all .3s ease;
}

.btnServicios:hover {
  letter-spacing: 0;
}

.empresaHeader {
  width: 95%;
  height: auto;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.empresa-img {
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
}

.solucionHeader {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 75px 0 75px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.solucionBody {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 30px 0;
  background: #b79572;
  background-color: #b79572;
  -webkit-box-shadow: inset -7px 12px 14px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset -7px 12px 14px 2px rgba(0,0,0,0.2);
  box-shadow: inset -7px 12px 14px 2px rgba(0,0,0,0.2);
  transition: all .3s ease;
}
.solucionTitle {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 20%;
  text-align: left;
  transition: all .3s ease;
}
.solucionTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.solucionInfo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 10% 10px 20%;
  text-align: left;
  transition: all .3s ease;
}
.solucionInfo p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  transition: all .3s ease;
}

.solucionFooter {
  width: 95%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.solucionContacto {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  background: #b6d033!important;
  background-color: #b6d033!important;
  color: #ffffff!important;
  letter-spacing: 3px;
  position: absolute;
  top: 33px;
  left: 0;
  transition: all .3s ease;
}

.productoHeader {
  width: 95%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.producto-img {
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
}

.servicioBody {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  background: #b6d033;
  background-color: #b6d033;
  transition: all .3s ease;
}
.servicioTitle {
  width: 100%;
  height: auto;
  padding: 25px 0 10px 0;
  text-align: center;
  transition: all .3s ease;
}
.servicioTitle h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.servicioInfo {
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  text-align: left;
  transition: all .3s ease;
}
.servicioInfo p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  transition: all .3s ease;
}

.servicioFooter {
  width: 95%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding: 25px 0 0 0;
  transition: all .3s ease;
}
.servicioContacto {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  background: #b6d033!important;
  background-color: #b6d033!important;
  color: #ffffff!important;
  letter-spacing: 3px;
  transition: all .3s ease;
}
/*  */

/* Contacto */
#contacto {
  width: 100%;
  height: auto;
  padding: 0 10% 150px 10%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.contactoHeader {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  text-align: left;
  transition: all .3s ease;
}
.contactoHeader h1 {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  color: #b6d033;
  font-size: 77px;
  text-transform: uppercase;
  transition: all .3s ease;
}

.contactoContainer {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 0;
  position: relative;
}

.txtFormContacto {
  border-bottom: 2px solid #4c4c4b!important;
  transition: all .3s ease;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 2px solid #b6d033!important;
  -webkit-box-shadow: 0 2px 0 0 #b6d033;
  box-shadow: 0 2px 0 0 #b6d033;
}

.txtAreaContacto {
  padding: .8rem 0 1.6rem 15px!important;
  border: 2px solid #4c4c4b!important;
  min-height: 28rem!important;
  transition: all .3s ease;
}

textarea.materialize-textarea:focus:not([readonly]) {
  border: 2px solid #b6d033!important;
  -webkit-box-shadow: 0 2px 0 0 #b6d033;
  box-shadow: 0 2px 0 0 #b6d033;
}

::placeholder {
  font-family: 'Circular Std';
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  color: #4c4c4b;
  transition: all .3s ease;
}

.btnFormulario {
  font-family: 'Circular Std';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  background: #b6d033!important;
  background-color: #b6d033!important;
  color: #ffffff!important;
  position: relative;
  right: -20px;
  transition: all .3s ease;
}

.caja-img {
  max-width: 20%;
  height: auto;
  position: absolute;
  top: -120px;
  right: 10%;
  margin: auto;
  transition: all .3s ease;
}

.carton-img {
  max-width: 30%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .3s ease;
}
/*  */

/* Nosotros Responsive */
.nosotrosHeader {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  display: none;
}
.nosotrosContenido {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  display: none;
}
/*  */
