/* Soluciones de empaque */
#soluciones_empaque {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.soluciones_empaque {
  width: 100%;
  height: auto;
  padding: 0 10% 0 10%;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.solucion_title {
  width: 100%;
  height: auto;
  padding: 0 5% 0 0;
  text-align: right;
  position: relative;
  transition: all .3s ease;
}
.solucion_title h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  color: #000000;
  font-size: 70px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.solucion_info {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 150px 20% 10px 5%;
  position: relative;
  transition: all .3s ease;
}

.solucion_info p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  transition: all .3s ease;
}
.solucion_info p span {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
}

.solucionFooter {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 30px 0 0 5%;
  position: relative;
  transition: all .3s ease;
}
.btnSolucionFooter {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff!important;
  background: #b6ce42!important;
  background-color: #b6ce42!important;
  transition: all .3s ease;
  box-shadow: none!important;
}

.soluciones_calidad_almacenaje {
  width: 100%;
  height: 150vh;
  background-image: url("../../img/solucion/em_bajio_solucion_empaque.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0 0 0 0;
  margin: -80px 0 0 0;
  position: relative;
  transition: all .3s ease;
}

.solucion_calidad {
  width: 40%;
  height: 300px;
  padding: 0 0 0 15%;
  text-align: right;
  position: absolute;
  top: 10%;
  left: 18px;
  transition: all .3s ease;
}
.solucion_calidad::before {
  content: "";
  width: 3px;
  height: 90%;
  background: #000000;
  background-color: #000000;
  position: absolute;
  top: -93%;
  right: 0;
}
.solucion_calidad h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.solucion_calidad p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  padding: 0 0 0 0!important;
  margin: 5px 0 0 0!important;
  transition: all .3s ease;
}

.solucion_almacenaje {
  width: 45%;
  height: 250px;
  padding: 0 0 0 15%;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
.solucion_almacenaje::before {
  content: "";
  width: 25%;
  height: 3px;
  background: #000000;
  background-color: #000000;
  position: absolute;
  top: 85px;
  right: -12%;
}
.solucion_almacenaje h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.solucion_almacenaje p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  padding: 0 21% 0 5%!important;
  margin: 5px 0 0 0!important;
  transition: all .3s ease;
}
/*  */

/* Logística */
#logistica {
  width: 100%;
  height: 70vh;
  background: #ffffff;
  background-color: #ffffff;
  padding: 33px 0 0 10%;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
#logistica::after {
  content: '';
  width: 100%;
  height: 45%;
  background: #b6cf42;
  background-color: #b6cf42;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
.logisticaMain {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.logisticaImg {
  width: 50%;
  height: auto;
  padding: 0 0 0 0;
  text-align: right;
  overflow: hidden;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.logisticaInner {
  width: 50%;
  height: auto;
  padding: 0 0 0 5%;
  margin: -100px 0 0 0;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.logisticaInfo {
  width: 100%;
  height: auto;
  padding: 75px 0 150px 10%;
  background: #eeeeee;
  background-color: #eeeeee;
  position: relative;
  transition: all .3s ease;
}
.logisticaTitle {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.logisticaTitle::after {
  content: "";
  width: 85%;
  height: 3px;
  background: #000000;
  background-color: #000000;
  position: absolute;
  bottom: 15px;
  left: -50%;
}
.logisticaTitle h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.logisticaText {
  width: 100%;
  height: auto;
  padding: 25px 0 0 0;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.logisticaText p {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  padding: 0 45% 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.logisticaFooter {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 0 0 0 5%;
  margin: -20px 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.btnLogisticaFooter {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: #b6ce42!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  transition: all .3s ease;
  box-shadow: none!important;
}
.cruz-logistica {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -50%;
  transition: all .3s ease;
}
/*  */

/* Soluciones especiales y ecológicas */
#soluciones_especiales_ecologicas {
  width: 100%;
  height: auto;
  padding: 25px 10% 50px 10%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#soluciones_especiales_ecologicas::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #b6ce42;
  background-color: #b6ce42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.solucionMain {
  position: relative;
  z-index: 1;
}

.especialTitle {
  width: 100%;
  height: auto;
  padding: 0 0 0 5%;
  text-align: left;
  transition: all .3s ease;
}
.especialTitle p {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 25px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.especialTitle h1 {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 60px;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: -10px 0 0 0!important;
  transition: all .3s ease;
}

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

.especialFooter {
  width: 100%;
  height: auto;
  padding: 35px 5% 25px 5%;
  text-align: right;
  transition: all .3s ease;
}
.btnEspecialFooter {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: #b6ce42!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  transition: all .3s ease;
  box-shadow: none!important;
}

.especialImage {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 0 5% 0 0;
  position: relative;
}

.ecologicaTitle {
  width: 100%;
  height: auto;
  padding: 0 0 0 5%;
  text-align: left;
  transition: all .3s ease;
}
.ecologicaTitle p {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 25px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.ecologicaTitle h1 {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 60px;
  color: #ffffff;
  padding: 0 0 0 0!important;
  margin: -10px 0 0 0!important;
  transition: all .3s ease;
}

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

.ecologicaFooter {
  width: 100%;
  height: auto;
  padding: 35px 5% 25px 5%;
  text-align: right;
  transition: all .3s ease;
}
.btnEcologicaFooter {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  color: #b6ce42!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  transition: all .3s ease;
  box-shadow: none!important;
}

.ecologicaImage {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 0 5% 0 0;
  position: relative;
  transition: all .3s ease;
}
/*  */

/* creando las alternativas para mejorar tu producto */
#alternativas_mejorar_producto {
  width: 100%;
  height: auto;
  padding: 25px 10% 175px 10%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.alternativa_main {
  position: relative;
  z-index: 1;
}

.videoPlayer {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0 0 0 0;
  -webkit-box-shadow: -1px 2px 8px -2px rgba(0,0,0,1);
  -moz-box-shadow: -1px 2px 8px -2px rgba(0,0,0,1);
  box-shadow: -1px 2px 8px -2px rgba(0,0,0,1);
  line-height: 0;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}
.videoPlayer iframe {
  width: 100%;
  height: 500px;
  transition: all .3s ease;
}
.alternativasTitle {
  width: 100%;
  height: auto;
  padding: 50px 0 5px 10%;
  text-align: left;
  position: relative;
  transition: all .3s ease;
}
.alternativasTitle::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #000000;
  background-color: #000000;
  position: absolute;
  bottom: -10px;
  left: -15%;
  transition: all .3s ease;
}
.alternativasTitle h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.alternativasTitle h2 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 70px;
  color: #000000;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.alternativaFooter {
  width: 100%;
  height: auto;
  padding: 30px 15% 5px 0;
  text-align: right;
  position: relative;
  transition: all .3s ease;
}

.btnEscribenos {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-style: normal;
  letter-spacing: 6px;
  font-size: 40px;
  text-transform: uppercase;
  color: #b6ce42!important;
  transition: all .3s ease;
}

.btnEscribenos:hover {
  letter-spacing: 0;
}
.cruz-video {
  max-width: 50%;
  height: auto;
  position: absolute;
  bottom: 15%;
  left: 6%;
  transition: all .3s ease;
}
/*  */

/* Soluciones de empaque Responsive */
.soluciones_empaqueR {
  width: 100%;
  height: auto;
  padding: 50px 5% 50px 5%;
  position: relative;
  z-index: 1;
  display: none;
  transition: all .3s ease;
}
/*  */

/* Parallax Solución */
#solucionParallax {
  width: 100%;
  height: 100vh;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  display: none;
}
.solucion_parallax {
  width: 100%;
  height: 150%;
  background-image: url("../../img/solucion/em_bajio_solucion_empaque_M.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
/*  */

/* Solucion Texto */
.solucionText {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 50px 5% 50px 5%;
  position: relative;
  z-index: 1;
  display: none;
  transition: all .3s ease;
}
/*  */

/* Parallax Logística */
#logisticaParallax {
  width: 100%;
  height: 325px;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  display: none;
}
.logistica_parallax {
  width: 100%;
  height: 500px;
  background-image: url("../../img/solucion/em_bajio_solucion_logistica.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}

#logistica_info {
  width: 100%;
  height: auto;
  background: #eeeeee;
  background-color: #eeeeee;
  padding: 50px 5% 50px 5%;
  position: relative;
  z-index: 1;
  display: none;
  margin: -50px 0 0 0;
  transition: all .3s ease;
}
.logisticaOverflow {
  overflow: hidden;
}
/*  */
