* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-color: red;
}

body .nav-item:hover {
  background-color: rgb(245, 182, 8);
}
body .nav-item:after {
  background-color: rgb(245, 182, 8);
}
body header {
  /**background-color: rgba(10, 9, 9, 0.1);**/
  font-family: "Roboto";
  /**display: flex;**/
  /**flex-direction: row;*
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  background-position: center;
  height: 10px;
  box-shadow: 5px 5px 5px grey;
  opacity: 86%;**/
  background-image: url("../assets/Images/Fondo oscuro4.jpeg") no-repeat center;
  background-size: cover;
  /** nav #toggle, nav label {
      display: none;
      }
      ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      list-style: none;
      width: 100%;
      height: 80px;
      gap: 10px;
      }  
          nav ul li a {
          text-decoration: none;
          color: #444;
          font-weight: bold;
          margin-right: 35px;
          color: whitesmoke;
          }     
      nav ul li a:hover {
      color: orange;
      }  
  }**/
}
body header .logo {
  width: 200px;
}

footer {
  background-image: url("../assets/Images/fondo_footer.jpg");
  /**position:absolute;**/
  position: absolute;
  width: 100%;
  height: 430px;
}
footer section h1 {
  text-align: center;
  color: white;
  margin-top: 60px;
}
footer .DatosContacto {
  display: flex;
  flex-direction: rows;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
footer .imgMail {
  margin-top: 50px;
  width: 30px;
  height: 30px;
}
footer .mailDescripcion {
  color: whitesmoke;
  margin-top: 50px;
  font-size: 20px;
}
footer .imgTelefono {
  margin-top: 15px;
  width: 30px;
  height: 30px;
}
footer .telefonoDescripcion {
  color: white;
  margin-top: 26px;
  font-size: 20px;
}
footer .RedesSociales {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 50px;
  gap: 30px;
  margin-bottom: 0px;
  font-size: 20px;
}
footer .RedesSociales img {
  width: 30px;
  height: 30px;
  margin-top: 45px;
}

.main_index {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 4520px;
}

.portada {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 600px;
  background-image: url("../assets/Images/portada.jpg");
  background-size: cover;
  background-position: 0% 10%;
  background-repeat: no-repeat;
}

.TituloPortada {
  color: rgb(255, 255, 255);
  /**font-family: "Poppins", sans-serif;
  font-size: 30px;**/
  margin-right: 20px;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 30px;
  background-color: orange;
}

.sub_color_titulo {
  background-color: rgb(235, 234, 234);
  color: rgb(201, 115, 3);
  font-style: oblique;
}

.divisorio_index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 3px rgb(207, 93, 0);
  background-color: rgb(255, 255, 255);
  font-size: 500px;
}

.corte_index {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  /**background-image: url("../assets/Images/Corte.png"); **/
  width: 100%;
  height: 60px;
  /**font-weight: 350;**/
  font-style: normal;
  margin-top: 7px;
}
.index_novedades{
  height: 200px;
  background-color: brown;
}
.corte_index h4 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.corte_index_span {
  color: rgb(228, 83, 0);
}

.cuerpo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  height: 900px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  margin-top: 10px;
  font-style: normal;
  font-size: 30px;
}

.cuerpo iframe {
  width: 95%;
  height: 95%;
}
.cuerpo_destacado {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-around;
  
  width: 100%;
  height: 500px;
}
.cuerpo_destacado1 {
  width: 30%;
  height: 100%;
}
.cuerpo_destacado1 img{
  width: 100%;
  height: 100%;
}
.cuerpo_destacado2 {
  width: 65%;
  height: 100%;
}

.cuerpo_destacado2 img{
  width: 100%;
}
  

/**} .cuerpo h4{
    margin-top: 50px;        
} .contenedor1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: 80%;
    padding: 10px 10px 10px;
    background-color: white;
}.contenedor1 h2 {
    margin-top: 30px;
    margin-left: 10px;

}.sub_color_contenedor1{
    color: green;
}.contenedor2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 80%;
    padding: 10px 10px 10px;
    background-color: white;
}.contenedor2 h2 {
    margin-top: 30px;
    margin-right: 10px;
}
.sub_color_contenedor2{
    color: rgb(180, 17, 5);
}.imgGrano {
    width: 85%;
    height: 80%;
    margin-right: 0px;    
} .imgBolsa {
    width: 85%;
    height: 80%;
    margin-right: 0px;     
}  **/
.index_modulo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
}

.index_modulo_view {
  width: 100%;
  height: 100%;
}

.index_modulo_produccion {
  display: flex;
  flex-direction: row;
  align-items: center;
  /**text-justify: inter-word; **/
  width: 100%;
  height: 250px;
  text-align: left;
}

.index_modulo_produccion_img {
  background-image: url("../assets/Images/produccion_modulo.webp");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.index_modulo_produccion_text {
  background-size: cover;
  background-position: center;
  width: 20%;
  height: 250px;
  margin-bottom: 100px;
}

.index_modulo_produccion p {
  margin-left: 20px;
}

.index_modulo_materiales {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.index_modulo_materiales_img {
  background-image: url("../assets/Images/modulo_materiales2.jpg");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.index_modulo_materiales_text {
  width: 20%;
  height: 250px;
}

.index_modulo_materiales_text h1 {
  margin-right: 10px;
}

.index_modulo_materiales_text p {
  margin-right: 20px;
}

.index_modulo_ingreso {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.index_modulo_ingreso_img {
  background-image: url("../assets/Images/modulo_ingreso.webp");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.index_modulo_ingreso_text {
  background-size: cover;
  background-position: center;
  width: 20%;
  height: 250px;
}

.index_modulo_ingreso_text h1 {
  margin-left: 10px;
}

.index_modulo_ingreso_text p {
  color: rgb(0, 0, 0);
  margin-left: 20px;
}

.index_modulo_ventas {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  text-align: right;
  margin-top: 10px;
}

.index_modulo_ventas_img {
  background-image: url("../assets/Images/modulo_venta2.jpg");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.index_modulo_ventas_text {
  width: 20%;
  height: 250px;
  margin-bottom: 90px;
}

.index_modulo_ventas_text h1 {
  margin-right: 10px;
}

.index_modulo_ventas_text p {
  margin-right: 20px;
}

.index_modulo_humano {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.index_modulo_humano_img {
  background-image: url("../assets/Images/modulo_humano.jpg");
  background-size: cover;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_humano_text {
  width: 20%;
  height: 250px;
}

.index_modulo_humano_text h1 {
  margin-left: 10px;
}

.index_modulo_humano_text p {
  margin-left: 20px;
}

.index_modulo_reporting {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.index_modulo_reporting_img {
  background-image: url("../assets/Images/modulo_reporting.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_reporting_text {
  width: 20%;
  height: 250px;
}

.index_modulo_reporting_text h1 {
  margin-right: 10px;
}

.index_modulo_reporting_text p {
  margin-right: 20px;
}

.index_modulo_itwins {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: left;
}

.index_modulo_itwins_img {
  background-image: url("../assets/Images/modulo_notificacion.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_itwins_text {
  width: 20%;
  height: 250px;
}

.index_modulo_itwins_text h1 {
  margin-left: 10px;
}

.index_modulo_itwins_text p {
  margin-left: 20px;
}

.index_modulo_deposit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.index_modulo_deposit_img {
  background-image: url("../assets/Images/modulo_deposito.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_deposit_text {
  width: 20%;
  height: 250px;
}

.index_modulo_deposit_text h1 {
  margin-right: 10px;
}

.index_modulo_deposit_text p {
  margin-right: 20px;
}
.index_modulo_mantenimiento {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: left;
}

.index_modulo_mantenimiento_img {
  background-image: url("../assets/Images/ModuloMantenimiento.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_mantenimiento_text {
  width: 20%;
  height: 250px;
}

.index_modulo_mantenimiento_text h1 {
  margin-left: 10px;
}

.index_modulo_mantenimiento_text p {
  margin-left: 20px;
}
.nosotros_main {
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: row;
  background-color: whitesmoke;
  /**margin-top: 80px;
  /**background-image: url(../assets/Images/Fondo\ Web\ 2.png);**/
}

.nosotros_divisorio1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  gap: 20px;
}

h1 {
  margin-top: 60px;
  color: rgb(196, 62, 13);
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 30px;
  margin-left: 10px;
}

.nosotros_main p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
}
.nosotros_main p span {
  color: rgb(211, 70, 4);
  font-weight: 500;
}

.nosotros_divisorio2 {
  background-image: url("../assets/Images/Produccion operario.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
}

.nosotros_p1 {
  /**margin-top: 50px;**/
  margin-left: 10px;
  font-size: 25px;
}

.nosotros_p2 {
  margin-left: 10px;
  font-size: 25px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.nosotros_p3 {
  margin-left: 10px;
  font-size: 25px;
}

.nosotros_Divisorio2 img {
  width: 90%;
  height: 98%;
}

.Contacto_Main {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;
  background-image: url(../assets/Images/Fondo\ Web\ 2.png);
  background-position: center;
}

.Contacto_Main h1 {
  margin-top: 10px;
  margin-left: 18px;
  color: rgb(196, 62, 13);
}

.Contacto_Divisorio1 {
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 100%;
}

.Contacto_Divisorio2 {
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 100%;
}

.Contacto_Divisorio3 {
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 100%;
  font-size: 25px;
}

.Contacto_Divisorio1 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  margin-left: 75px;
  margin-top: 75px;
}

.Contacto_Divisorio1 div h2 {
  margin-top: 20px;
  color: white;
}

.Contacto_Divisorio2 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  background-color: transparent;
  margin-left: 75px;
  margin-top: 120px;
}

.Contacto_Divisorio2 div h2 {
  margin-top: 20px;
}

.Contacto_Soporte {
  color: rgb(199, 20, 20);
}

.main_grid {
  grid-template-areas: "grid_1 grid_2 grid_3" "grid_4 grid_4 grid_4";
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-template-rows: 300px, 400px;
  height: 800px;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
  background-color: rgb(242, 243, 243);
  background-image: url(../assets/Images/Fondo\ Claro1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 100px;
  padding-bottom: 10px;
}

.grid_item1 {
  grid-area: grid_1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(216, 3, 3, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
}

.contacto_ubicacion {
  color: white;
}

.grid_item2 {
  grid-area: grid_2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  /**background-color: rgb(23, 230, 230);**/
}

.grid_item3 {
  grid-area: grid_3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  /**background-color: rgb(45, 192, 25);*/
}

.grid_item4 {
  grid-area: grid_4;
  display: flex;
  flex-direction: row;
}

.Contacto_Soporte, .contacto_ubicacion, .contacto_letra {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
}

.productos_main {
  /**display: flex;
  flex-direction: column;
  align-items: center;**/
  width: 100%;
  height: 1600px;
  /** background-image: url(../assets/Images/Fondo\ Claro1.jpeg); **/
  background-position: center;
  margin-top: 100px;
}

.productos_divisorio0 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
  margin-left: 20px;
}

.productos_divisorio0 h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: rgb(196, 62, 13);
  margin-top: 50px;
}

.productos_divisorio1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.productos_divisorio1_imagen {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 400px;
  padding: 20px 20px 20px 20px;
}

.productos_divisorio1_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 20px 20px 20px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
}

.resaltar {
  color: rgb(196, 62, 13);
  font-weight: 400;
}

.Multimedia_main {
  width: 100%;
  height: 849px;
  display: flex;
  flex-direction: column;
  /**background-image: url(../assets/Images/Fondo\ Web\ 2.png);**/
  background-position: center;
  background-size: cover;
  justify-content: center;
  background-color: whitesmoke;
  margin-top: 90px;
}

.Multimedia_main section h1 {
  margin-top: 20px;
  margin-left: 25px;
  color: rgb(196, 62, 13);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}

.Multimedia_main section h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 350;
  margin-top: 10px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 20px;
  background-color: whitesmoke;
  padding: 5px 5px 5px 5px;
}

.Multimedia_main section {
  width: 100%;
  height: 445px;
}

.Videos_Circuito_Productivo {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
}

.lines2 {
  margin-top: 80px;
  width: 100%;
  height: 2px;
  background-color: orangered;
}

/** PACK-SHOP**/
.main_packshop {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 2830px;
}

.portada_packshop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background-image: url("../assets/Images/packshop\ portada\ 2.jpeg");
  background-size:cover;
  /**background-position: 0% 10%;**/
  
}

.TituloPortada_packshop {
  color: rgb(0, 0, 0);
  /**font-family: "Poppins", sans-serif;
  font-size: 30px;**/
  align-items: center;
  justify-content: center;
  
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-style: normal;
  background-color: transparent
}

.sub_color_titulo_packshop {
  /** background-color: rgb(255, 255, 255); **/
  color: rgba(255, 3, 3, 0.932);
  font-style: oblique;
  font-size: 45px;
  font-weight: bold;
}
.sub_color_titulo_packshop2{
  border-radius: 5px;
  background-color: rgb(255, 255, 255); 
  color: rgba(211, 173, 3, 0.986);
 font-weight: bold;
  font-size: 40px;
}
.divisorio_packshop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 3px rgb(207, 93, 0);
  background-color: cadetblue;
  font-size: 500px;
}

.corte_packshop {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  /**background-image: url("../assets/Images/Corte.png"); **/
  width: 100%;
  height: 60px;
  /**font-weight: 350;**/
  font-style: normal;
  margin-top: 7px;
}
.corte_packshop h4 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.corte_index_span {
  color: rgb(228, 83, 0);
}

.cuerpo_packshop {
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-around;
  background-color: white;
  width: 100%;
  height: 410px;
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 50px;
  padding: 10px 10px 10px;
}
.cuerpo_packshop1 {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 25%;
  background-image: url("../assets/Images/packshop_compra.png");
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: end;
  color: white;
  padding: 5px 5px 5px;
}
.cuerpo_packshop2 {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 25%;
  background-image: url("../assets/Images/packshop_stock.png");
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: end;
  color: white;
  padding: 5px 5px 5px;
}
.cuerpo_packshop3 {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 25%;
  background-image: url("../assets/Images/packshop_ventas.png");
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: end;
  color: white;
  padding: 5px 5px 5px;
}
.cuerpo_packshop4 {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 25%;
  background-image: url("../assets/Images/packshop_informes.png");
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: end;
  color: white;
  padding: 5px 5px 5px;
}


/**} .cuerpo h4{
    margin-top: 50px;        
} .contenedor1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: 80%;
    padding: 10px 10px 10px;
    background-color: white;
}.contenedor1 h2 {
    margin-top: 30px;
    margin-left: 10px;

}.sub_color_contenedor1{
    color: green;
}.contenedor2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 80%;
    padding: 10px 10px 10px;
    background-color: white;
}.contenedor2 h2 {
    margin-top: 30px;
    margin-right: 10px;
}
.sub_color_contenedor2{
    color: rgb(180, 17, 5);
}.imgGrano {
    width: 85%;
    height: 80%;
    margin-right: 0px;    
} .imgBolsa {
    width: 85%;
    height: 80%;
    margin-right: 0px;     
}  **/
.packshop_modulo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
}

.packshop_modulo_view {
  width: 100%;
  height: 100%;
}

.packshop_modulo_compras {
  display: flex;
  flex-direction: row;
  align-items: center;
  /**text-justify: inter-word; **/
  width: 100%;
  height: 250px;
  text-align: left;
}

.packshop_modulo_compras_img {
  background-image: url("../assets/Images/compras_mayorista.webp");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.packshop_modulo_compras_text {
  background-size: cover;
  background-position: center;
  width: 20%;
  height: 250px;
  margin-bottom: 100px;
}

.packshop_modulo_compras p {
  margin-left: 20px;
}

.packshop_modulo_materiales {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.packshop_modulo_materiales_img {
  background-image: url("../assets/Images/packshop_mercaderia.jpg");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.packshop_modulo_materiales_text {
  width: 20%;
  height: 250px;
}

.packshop_modulo_materiales_text h1 {
  margin-right: 10px;
}

.packshop_modulo_materiales_text p {
  margin-right: 20px;
}

.index_modulo_ingreso {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.index_modulo_ingreso_img {
  background-image: url("../assets/Images/modulo_ingreso.webp");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.index_modulo_ingreso_text {
  background-size: cover;
  background-position: center;
  width: 20%;
  height: 250px;
}

.index_modulo_ingreso_text h1 {
  margin-left: 10px;
}

.index_modulo_ingreso_text p {
  color: rgb(0, 0, 0);
  margin-left: 20px;
}

.packshop_modulo_ventas {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  text-align: right;
  margin-top: 10px;
}

.packshop_modulo_ventas_img {
  background-image: url("../assets/Images/packshop\ portada.jpg");
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 250px;
}

.packshop_modulo_ventas_text {
  width: 20%;
  height: 250px;
  margin-bottom: 90px;
}

.packshop_modulo_ventas_text h1 {
  margin-right: 10px;
}

.packshop_modulo_ventas_text p {
  margin-right: 20px;
}

.packshop_modulo_humano {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
}

.packshop_modulo_humano_img {
  background-image: url("../assets/Images/packshop_cliente2.jpg");
  background-size: cover;
  background-position: 0% 20%;
  width: 80%;
  height: 250px;
}

.packshop_modulo_humano_text {
  width: 20%;
  height: 250px;
}

.packshop_modulo_humano_text h1 {
  margin-left: 10px;
}

.packshop_modulo_humano_text p {
  margin-left: 20px;
}

.index_modulo_reporting {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.index_modulo_reporting_img {
  background-image: url("../assets/Images/modulo_reporting.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_reporting_text {
  width: 20%;
  height: 250px;
}

.index_modulo_reporting_text h1 {
  margin-right: 10px;
}

.index_modulo_reporting_text p {
  margin-right: 20px;
}

.index_modulo_itwins {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: left;
}

.index_modulo_itwins_img {
  background-image: url("../assets/Images/modulo_notificacion.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_itwins_text {
  width: 20%;
  height: 250px;
}

.index_modulo_itwins_text h1 {
  margin-left: 10px;
}

.index_modulo_itwins_text p {
  margin-left: 20px;
}

.index_modulo_deposit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: 10px;
  text-align: right;
}

.index_modulo_deposit_img {
  background-image: url("../assets/Images/modulo_deposito.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 30%;
  width: 80%;
  height: 250px;
}

.index_modulo_deposit_text {
  width: 20%;
  height: 250px;
}

.index_modulo_deposit_text h1 {
  margin-right: 10px;
}

.index_modulo_deposit_text p {
  margin-right: 20px;
}

@media (max-width: 1228px) {
  .Videos_Circuito_Productivo iframe {
    width: 300px;
    height: 150px;
  }
}
@media (max-width: 1149px) {
  .productos_divisorio1_imagen {
    padding: 10px 10px 10px 10px;
  }
  .productos_divisorio1_texto {
    font-size: 14px;
  }

}
@media (max-width: 961px) {
  .productos_main {
    height: 1900px;
  }
  .productos_divisorio1 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .productos_divisorio1_imagen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
  }
  .productos_divisorio1_imagen img {
    width: 70%;
    height: 300px;
  }
  .productos_divisorio1_texto {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0px;
    text-align: center;
    text-justify: auto;
    height: 300px;
    width: 100%;
    padding: auto;
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  .main_grid {
    width: 100%;
  }
  .grid_item1 {
    width: 200px;
    margin-left: 100px;
  }
  .contacto_ubicacion {
    font-size: 20px;
  }
  .grid_item2 {
    width: 200px;
    margin-left: 50px;
    font-size: 5px;
  }
  .grid_item3 {
    width: 200px;
  }
  .grid_item4 {
    width: 760px;
    margin-left: 100px;
  }
  .Multimedia_main {
    height: 1570px;
  }
  .Multimedia_main section h1 {
    font-size: 30px;
  }
  .Multimedia_main section {
    height: 800px;
  }
  .Videos_Circuito_Productivo {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 600px;
    gap: 10px;
  }
  .Videos_Circuito_Productivo iframe {
    width: 400px;
    height: 250px;
  }
}
@media (max-width: 961px) {
  .TituloPortada_packshop{
    font-size: 25px;
  }
}
@media (max-width: 907px) {
  .corte_index h4 {
    font-size: 20px;
  }
  .index_modulo_produccion_text h1,
  .index_modulo_materiales_text h1,
  .index_modulo_ingreso_text h1,
  .index_modulo_ventas_text h1,
  .index_modulo_humano_text h1,
  .index_modulo_reporting_text h1,
  .index_modulo_itwins_text h1,
  .index_modulo_deposit_text h1,
  .index_modulo_mantenimiento_text h1
  .packshop_modulo_compras_text h1,
  .packshop_modulo_ventas_text h1,
  .packshop_modulo_materiales_text h1,
  .packshop_modulo_humano_text h1
  {
    font-size: 20px;
  }
  .index_modulo_produccion_text p,
  .index_modulo_ingreso_text p,
  .index_modulo_humano_text p,
  .index_modulo_itwins_text p,
  .packshop_modulo_compras_text p,
  .packshop_modulo_humano_text p,
  .index_modulo_mantenimiento_text p {
    font-size: 13px;
    margin-left: 9px;
  }
  .index_modulo_materiales_text p,
  .index_modulo_ventas_text p,
  .index_modulo_reporting_text p,
  .index_modulo_deposit_text p,
  .packshop_modulo_ventas_text p,
  .packshop_modulo_materiales_text p{
    font-size: 13px;
    margin-right: 9px;
  }
}
@media (max-width: 948px) {
  .portada {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .TituloPortada {
    margin-top: 100px;
    font-size: 18px;
    background-color: orange;
  }
}
@media (max-width: 800px){
  .cuerpo_packshop1 h4 , .cuerpo_packshop2 h4 , .cuerpo_packshop3 h4 , .cuerpo_packshop4 h4{
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .barra_navegacion li a {
    color: white;
  }
  .div_menu {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .barra_navegacion {
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
  }
  .nav label {
    display: inline-flex;
    cursor: pointer;
  }
  .nav {
    height: 100%;
    position: absolute;
  }
  .contenedor1 h2, .contenedor2 h2 {
    font-size: 16px;
  }
  .corte {
    font-size: 15px;
  }
  .cuerpo_destacado1  {
    width: 40%;
  }
  .cuerpo_destacado2{
    width: 60%;
  }
  .nosotros_divisorio1 h1 {
    font-size: 20px;
  }
  .nosotros_divisorio1 p {
    font-size: 15px;
  }
  .main_grid {
    margin-left: 0;
  }
  .grid_item1 {
    width: 150px;
    margin-left: 200px;
  }
  .contacto_ubicacion {
    font-size: 10px;
  }
  .grid_item2 {
    width: 150px;
    margin-left: 100px;
  }
  .grid_item3 {
    width: 150px;
    margin-right: 300px;
  }
  .grid_item4 {
    width: 600px;
    margin-left: 200px;
  }
  .contacto_ubicacion, .Contacto_Soporte {
    font-size: 13px;
  }
  .contacto_letra {
    font-size: 13px;
  }
}
@media (max-width: 760px)
{
  .main_packshop{
    height: 3300px;
  }
  .cuerpo_packshop{
    gap: 5px;
    height: 900px;
    flex-direction: column;
  }
  .cuerpo_packshop1{
    
  }
}
@media (max-width: 809px) {
  .index_modulo_produccion_img,
  .index_modulo_materiales_img,
  .index_modulo_ingreso_img,
  .index_modulo_ventas_img,
  .index_modulo_humano_img,
  .index_modulo_reporting_img,
  .index_modulo_itwins_img,
  .index_modulo_deposit_img,
  .index_modulo_mantenimiento_img,
  .packshop_modulo_compras_img,
  .packshop_modulo_materiales_img,
  .packshop_modulo_humano_img,
  .packshop_modulo_ventas_img {
    width: 65%;
  }
  .index_modulo_produccion_text,
  .index_modulo_materiales_text,
  .index_modulo_ingreso_text,
  .index_modulo_ventas_text,
  .index_modulo_humano_text,
  .index_modulo_reporting_text,
  .index_modulo_itwins_text,
  .index_modulo_deposit_text,
  .index_modulo_mantenimiento_text,
  .packshop_modulo_compras_text,
  .packshop_modulo_materiales_text,
  .packshop_modulo_humano_text,
  .packshop_modulo_ventas_text{
    width: 35%;
  }
}
@media (max-width: 666px) {
  .sub_color_titulo_packshop , .sub_color_titulo_packshop2{
    font-size: 25px;
  }
  .portada_packshop{
    background-position: 60% 55%;
  }
  .cuerpo iframe{
    width: 70%;
    height: 80%;
  }
  .cuerpo_destacado{
    flex-direction: column;
    height: 840px;
  }
  .cuerpo_destacado1{
    width: 70%;
  }
  .cuerpo_destacado2{
    width: 80%;
  }
  .main_index{
    height: 4880px;
  }
  .productos_divisorio0 {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0px;
  }
  .productos_divisorio0 h1 {
    font-size: 20px;
    text-align: center;
  }
  .productos_divisorio1_imagen img {
    width: 100%;
    height: 100%;
  }
  .productos_divisorio1_texto {
    font-size: 14px;
    gap: 5;
  }
  .main_grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 1300px;
  }
  .grid_item1 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 500px;
    margin-left: 0;
  }
  .contacto_ubicacion {
    font-size: 20px;
  }
  .grid_item2 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 500px;
    margin-left: 0;
  }
  .grid_item3 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 500px;
    margin-right: 0;
  }
  .grid_item4 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 500px;
    margin-left: 0;
  }
  .contacto_ubicacion, .Contacto_Soporte {
    font-size: 20px;
  }
  .contacto_letra {
    font-size: 20px;
  }
}
@media (max-width: 647px) {
  .portada {
    background-position: 10%;
  }
  .corte_packshop h4{
    font-size: 20px;
  }
  .cuerpo iframe{
    width: 90%;
  }
  
  .cuerpo img{
    margin-left: 10px;
    width: 70%;
  }
  .index_modulo_produccion,
  .index_modulo_materiales,
  .index_modulo_ingreso,
  .index_modulo_ventas,
  .index_modulo_humano,
  .index_modulo_reporting,
  .index_modulo_itwins,
  .index_modulo_deposit,
  .index_modulo_mantenimiento,
  .packshop_modulo_compras,
  .packshop_modulo_humano,
  .packshop_modulo_ventas,
  .packshop_modulo_materiales{
    text-align: center;
    justify-content: center;
  }
  .index_modulo_produccion_text h1,
  .index_modulo_materiales_text h1,
  .index_modulo_ingreso_text h1,
  .index_modulo_ventas_text h1,
  .index_modulo_humano_text h1,
  .index_modulo_reporting_text h1,
  .index_modulo_itwins_text h1,
  .index_modulo_deposit_text h1,
  .index_modulo_mantenimiento_text h1,
  .packshop_modulo_compras_text h1,
  .packshop_modulo_humano_text h1,
  .packshop_modulo_ventas_text h1,
  .packshop_modulo_materiales_text h1 {
    font-size: 20px;
  }
  .index_modulo_produccion_text p,
  .index_modulo_ingreso_text p,
  .index_modulo_humano_text p,
  .index_modulo_itwins_text p,
  .index_modulo_mantenimiento_text p,
  .packshop_modulo_compras_text p,
  .packshop_modulo_humano_text p {
    font-size: 11px;
    margin-left: 0px;
    text-align: center;
  }
  .index_modulo_materiales_text p,
  .index_modulo_ventas_text p,
  .index_modulo_reporting_text p,
  .index_modulo_deposit_text p,
  .packshop_modulo_ventas_text p,
  .packshop_modulo_materiales_text p {
    font-size: 11px;
    margin-right: 0px;
  }
}
@media (max-width: 570px) {
  .cuerpo_packshop1 , .cuerpo_packshop2 , .cuerpo_packshop3 , .cuerpo_packshop4{
    width: 50%;
  }
}
@media (max-width: 490px) {
  .portada {
    background-position: 20% 120%;
    align-items: center;
  }
  .TituloPortada {
    margin-top: 85px;
  }
  .corte_index h4 {
    font-size: 15px;
  }
}
@media (max-width: 470px) {
  .corte {
    font-size: 12px;
  }
  .logo {
    width: 150px;
  }
  .contenedor1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
  }
  .contenedor2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .cuerpo iframe{
    width: 90%;
    height: 65%;
  }
  .cuerpo_destacado{
    height: 700px;
  }
  .cuerpo_destacado2{
    width: 100%;
    height: 95%;
  }
  .main_index{
    height: 4750px;
  }
  
  .nosotros_divisorio1 p {
    font-size: 12px;
  }
  .productos_main {
    height: 1780px;
  }
  .productos_divisorio1_imagen {
    height: 200px;
  }
  .productos_divisorio1_texto {
    height: 350px;
  }
  .productos_divisorio1_imagen img {
    height: 100%;
    width: 100%;
  }
  .Multimedia_main section h1 {
    text-align: center;
    margin-right: 25px;
    margin-top: 30px;
  }
  .Multimedia_main section h3 {
    margin-top: 50px;
  }
  .Videos_Circuito_Productivo iframe {
    width: 300px;
    height: 150px;
  }
  
  .mailDescripcion {
    font-size: 5px;
  }
  footer {
    height: 460px;
    font-size: 1px;
  }
  .DatosContacto {
    align-items: center;
  }
}
@media (max-width: 371px) {
  .portada {
    align-items: center;
    background-position: 30% 0%;
  }
  .TituloPortada {
    font-size: 14px;
    margin-top: 80px;
    width: 100%;
    text-align: center;
  }
  .cuerpo{
    height: 500px;
  }
  .cuerpo iframe{
    width: 90%;
    height: 54%;
  }
  .cuerpo_destacado{
    height: 505px;
  }
  .cuerpo_destacado2{
    width: 100%;
    height: 95%;
  }
  .main_index{
    height: 4150px;
  }
  .index_modulo_reporting_img,
  .index_modulo_itwins_img,
  .index_modulo_deposit_img,
  .index_modulo_mantenimiento_img{
    background-position: 40% 0%;
  }
  .index_modulo_produccion_img,
  .index_modulo_materiales_img,
  .index_modulo_ingreso_img,
  .index_modulo_ventas_img,
  .index_modulo_humano_img,
  .index_modulo_reporting_img,
  .index_modulo_itwins_img,
  .index_modulo_deposit_img, 
  .index_modulo_mantenimiento_img,
  .packshop_modulo_compras_img,
  .packshop_modulo_materiales_img,
  .packshop_modulo_ventas_img,
  .packshop_modulo_humano_img{
    width: 50%;
  }
  .index_modulo_produccion_text,
  .index_modulo_materiales_text,
  .index_modulo_ingreso_text,
  .index_modulo_ventas_text,
  .index_modulo_humano_text,
  .index_modulo_reporting_text,
  .index_modulo_itwins_text,
  .index_modulo_deposit_text,
  .index_modulo_mantenimiento_text,
  .packshop_modulo_compras_text,
  .packshop_modulo_materiales_text,
  .packshop_modulo_ventas_text,
  .packshop_modulo_humano_text {
    width: 50%;
  }
  .corte h2 {
    font-size: 15px;
  }
  .contenedor1 h2 {
    font-size: 13px;
    text-align: left;
    margin-left: 0;
  }
  .contenedor2 h2 {
    font-size: 13px;
    text-align: right;
    margin-right: 0px;
  }
}
@media (max-width: 320px) {
  .header_index {
    box-shadow: 1px 1px 1px 1px grey;
  }
  .portada h1 {
    margin-top: 3px;
    margin-left: 20px;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
