* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

@font-face {
  font-family: Inria Sans-light;
  src: url(../fonts/InriaSans-Light.ttf);
}

@font-face {
  font-family: Inria Sans-regular;
  src: url(../fonts/InriaSans-Regular.ttf);
}

@font-face {
  font-family: Inria Sans-italic;
  src: url(../fonts/InriaSans-Italic.ttf);
}

@font-face {
  font-family: Inria Sans-bold;
  src: url(../fonts/InriaSans-Bold.ttf);
}

@font-face {
  font-family: Inria Sans-bolditalic;
  src: url(../fonts/InriaSans-BoldItalic.ttf);
}

.cabezote {
  padding: 30px 0px;
  background-color: white;
  height: 130px;
}
.contenedor-header {
  color: rgb(0, 0, 0);
  width: 100%;
  margin: auto;
}

.icono {
  font-size: 28px;
  color: #350608;
}

.icono :hover {
  cursor: pointer;
  color: #997748;
}

.buscar {
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 70px;
  color: #350608;
}

.idioma {
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 70px;
  color: #350608;
}

.idioma:hover {
  color: #997748;
}

.bolsa {
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #350608;
}

.bolsa:hover {
  color: #997748;
}

.logo {
  position: relative;
  width: 100%;
  padding-top: 20px;
  margin: auto;
}

.logo img {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid gainsboro;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.296);
}

.rectangulo {
  width: 40%;
  height: 30px;
  margin: auto;
  background-color: #350608;
  border-radius: 40px;
}

.barras {
  position: absolute;
  top: 51px;
  left: 20px;
}

.bmenu {
  position: absolute;
  width: 70%;
  background-color: #f2eadc;
  border: #997748 solid 2px;
  left: 0;
  top: 130px;
  display: none;
  z-index: 10;
}

.contenedor-header ul li a:hover {
  background-color: #b2894f;
}

.bmenu.ver-menu {
  display: block;
}

.bmenu ul {
  list-style-type: none;
}

.bmenu ul li a {
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  padding: 15px 60px;
  text-transform: uppercase;
  font-size: 15px;
}

.actual {
  background-color: #b2894f;
  color: #ffffff;
  padding: 6px 10px;
}

.contenedor-eros {
  display: none;
}

/*inicio slider*/
.minicio-celular {
  background-color: #f5f2ed;
  width: 100%;
}

.minicio-tablet {
  display: none;
}
.minicio-computador {
  display: none;
}

.slider-inicio {
  width: 100%;
  margin: auto;
}

.slider-inicio img {
  width: 100%;
}

/*sobre nosotros*/

.msobrenosotros {
  width: 100%;
}

.msobrenosotros h1 {
  text-align: center;
  font-family: Inria Sans-italic;
  font-size: 24px;
  padding-bottom: 15px;
  color: #350608;
}

.contenedorsobrenosotros {
  width: 90%;
  margin: auto;
  display: block;
}

.imagensobrenosotros {
  width: 100%;
  margin: auto;
}

.textosobrenosotros h2 {
  font-family: Inria Sans-regular;
  color: #350608;
  font-size: 26px;
  padding-top: 20px;
}

.textosobrenosotros p {
  font-family: Inria Sans-light;
  color: #350608;
  font-size: 14px;
  padding-top: 10px;
  line-height: 18px;
}

.imagensobrenosotros img {
  width: 100%;
}

.botonsobrenosotros {
  background-color: #b2894f;
  padding: 10px 0px 10px 0px;
  width: 120px;
  margin-top: 25px;
}

.botonsobrenosotros:hover {
  background-color: #350608;
}
.botonsobrenosotros a {
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.botonpago {
  background-color: #ffffff;
  padding: 10px 0px;
  width: 180px;
  margin: 0 auto;
  border-radius: 10px;
}

.botonpago:hover {
  background-color: #997748;
}

.botonpago a {
  color: rgb(119, 119, 119);
  text-align: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.botonpago a:hover {
  color: rgb(255, 255, 255);
}

/*nuestros servicios*/

.mnuestrosservicios {
  padding: 40px 0px 20px 0px;
  width: 100%;
  background-color: #f5f2ed;
  margin-top: 50px;
}

.mnuestrosservicios h2 {
  text-align: center;
  font-family: Inria Sans-regular;
  font-size: 26px;
  color: #350608;
}

.mnuestrosservicios p {
  text-align: center;
  font-family: Inria Sans-regular;
  font-size: 16px;
  padding-top: 7px;
  width: 70%;
  margin: auto;
  color: #6b6b6b;
}

.contenedor-nuestrosservicios {
  display: block;
  width: 90%;
  margin: auto;
  justify-content: center;
}

.seccionesnuestrosservicios {
  width: 100%;
  justify-content: center;
  margin: auto;
  padding: 60px 0px 60px 0px;
}

.seccionesnuestrosservicios img {
  width: 40%;
  margin: auto;
  display: flex;
}

.seccionesnuestrosservicios p {
  text-align: center;
  padding-top: 15px;
  text-align: center;
  font-family: Inria Sans-regular;
  font-size: 15px;
  width: 70%;
  margin: auto;
  color: #6b6b6b;
}

.h3computador {
  display: none;
}

/*nuestros valores*/

.mnuestrosvalores {
  width: 100%;
  padding: 40px 0px 40px 0px;
}

.mnuestrosvalores h2 {
  text-align: center;
  width: 80%;
  margin: auto;
  font-family: Inria Sans-regular;
  font-size: 26px;
}

.mnuestrosvalores p {
  text-align: center;
  width: 80%;
  margin: auto;
  font-family: Inria Sans-regular;
  font-size: 16px;
  color: #6b6b6b;
  padding-top: 14px;
}

.contenedornuestrosvalores {
  display: block;
}

.contenedornuestrosvalores h3 {
  text-align: center;
  color: #997748;
  font-family: Inria Sans-bold;
}

.valores {
  padding: 50px 0px 0px 0px;
}

/*trabajadores hacer moldes*/

.mhacermoldes {
  width: 100%;
  padding: 40px 0px 40px 0px;
  background-color: #f5f2ed;
}

.mhacermoldes h2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-bolditalic;
  font-size: 24px;
  color: #350608;
}

.contenedorhacermoldes {
  width: 80%;
  margin: auto;
  display: block;
}

.imagenhacermoldes img {
  width: 100%;
  margin: auto;
  border-radius: 60px;
}

.textohacermoldes h3 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-regular;
  font-size: 24px;
  color: #350608;
  padding-top: 20px;
}

.textohacermoldes p {
  text-align: center;
  font-family: Inria Sans-light;
  font-size: 12px;
  color: #350608;
  width: 85%;
  margin: auto;
  padding-bottom: 20px;
}

.botontrabajadores1 {
  background-color: #b2894f;
  padding: 14px 0px 14px 0px;
  width: 120px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.botontrabajadores1:hover {
  background-color: #350608;
}

.botontrabajadores1 a {
  text-align: center;
  color: white;
  text-decoration: none;
}

/*trabajadores costura*/

.mcostura {
  width: 100%;
  padding: 40px 0px 40px 0px;
}

.mcostura h2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-bolditalic;
  font-size: 24px;
  color: #350608;
}

.contenedorcostura {
  width: 80%;
  margin: auto;
  display: block;
}

.imagencostura img {
  width: 100%;
  margin: auto;
  border-radius: 60px;
}

.textocostura h3 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-regular;
  font-size: 24px;
  color: #350608;
  padding-top: 20px;
}

.textocostura p {
  text-align: center;
  font-family: Inria Sans-light;
  font-size: 12px;
  color: #350608;
  width: 85%;
  margin: auto;
  padding-bottom: 20px;
}

.botontrabajadores2 {
  background-color: #b2894f;
  padding: 14px 0px 14px 0px;
  width: 120px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.botontrabajadores2:hover {
  background-color: #350608;
}

.botontrabajadores2 a {
  text-align: center;
  color: white;
  padding-top: 0px;
  text-decoration: none;
}

/*trabajadores armado*/

.armado {
  width: 100%;
  padding: 40px 0px 40px 0px;
  background-color: #f5f2ed;
}

.armado h2 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-bolditalic;
  font-size: 24px;
  color: #350608;
}

.contenedorarmado {
  width: 80%;
  margin: auto;
  display: block;
}

.imagenarmado img {
  width: 100%;
  margin: auto;
  border-radius: 60px;
}

.textoarmado h3 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Inria Sans-regular;
  font-size: 24px;
  color: #350608;
  padding-top: 20px;
}

.textoarmado p {
  text-align: center;
  font-family: Inria Sans-light;
  font-size: 12px;
  color: #350608;
  width: 85%;
  margin: auto;
  padding-bottom: 20px;
}

.botontrabajadores3 {
  background-color: #b2894f;
  padding: 14px 0px 14px 0px;
  width: 120px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.botontrabajadores3:hover {
  background-color: #350608;
}

.botontrabajadores3 a {
  text-align: center;
  color: white;
  padding-top: 0px;
  text-decoration: none;
}

.textocomputadortrabajadores {
  display: none;
}

.mcosturacomputador {
  display: none;
}

/*envios inicio*/

.menvios-celular {
  width: 100%;
}

.contenedorenvioscelular {
  width: 100%;
  margin: auto;
}

.contenedorenvioscelular img {
  width: 100%;
}

.menvios-tablet {
  display: none;
}

.menvios-computador {
  display: none;
}

/*detalles envios*/
.detallesenvios {
  background-color: #f2eadc;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.infoenvios {
  width: 80%;
  margin: auto;
  background-color: white;
  border-radius: 0px 0px 40px 40px;
  border-top: 7px solid #b2894f;
  padding-bottom: 40px;
}

.contenedordetallespagos h2 {
  padding: 100px 0px 20px 0px;
  font-family: Inria Sans-regular;
  font-size: 36px;
  color: #350608;
  width: 80%;
  margin: auto;
}

.contenedordetallesenvios h2 {
  padding: 50px 0px 20px 0px;
  font-family: Inria Sans-regular;
  font-size: 36px;
  color: #350608;
  width: 80%;
  margin: auto;
}

.columnasenvios h3 {
  font-family: Inria Sans-light;
  font-size: 32px;
  color: #595959;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  padding-top: 20px;
}

.extraenvios p {
  font-family: Inria Sans-light;
  font-size: 14px;
  color: #595959;
  width: 80%;
  margin: auto;
  padding-bottom: 0px;
  padding-top: 10px;
}

.cuadradoenvios {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #350608;
}

.extraenvios {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
}

.infoextraenvios {
  width: 90%;
}

.extraenvios2 p {
  font-family: Inria Sans-light;
  font-size: 14px;
  color: white;
  width: 80%;
  margin: auto;
  padding-bottom: 0px;
  padding-top: 10px;
}

.cuadradoenvios2 {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid white;
}

.extraenvios2 {
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
}

.infoextraenvios2 {
  width: 90%;
}

/*rastrea envio*/

.rastreaenvio {
  background-color: #f2eadc;
  padding: 50px 0px 50px 0px;
}

.rastreaenvio h2 {
  font-family: Inria Sans-regular;
  font-size: 36px;
  color: #350608;
  width: 80%;
  margin: auto;
  padding: 10px 0px 10px 0px;
}

.contenedormaparastreoenvio {
  width: 80%;
  margin: auto;
}

.contenedormaparastreoenvio iframe {
  width: 100%;
  margin: auto;
  padding-top: 20px;
}

/*productos disponibles*/

.mproductos {
  width: 100%;
  padding: 40px 0px 70px 0px;
}

.mproductos h2 {
  font-family: Inria Sans-regular;
  font-size: 36px;
  color: #350608;
  width: 80%;
  margin: auto;
}

.mproductos p {
  font-family: Inria Sans-regular;
  font-size: 20px;
  color: #595959;
}

.contenedorproductos {
  width: 80%;
  margin: auto;
  background-color: #f2eadc;
  border-radius: 0px 0px 30px 30px;
  border-top: 8px solid #b2894f;
  margin-top: 40px;
}

.zapatosproductos {
  display: block;
}

.mzapatos {
  width: 70%;
  margin: auto;
  padding-top: 40px;
}

.mzapatos img {
  width: 100%;
}

.mcolor {
  display: flex;
  justify-content: center;
}

.cuadradocolor1 {
  width: 20px;
  height: 20px;
  background-color: #2d2d42;
  border-radius: 4px;
  border: 2px solid #350608;
  margin-left: 10px;
}

.cuadradocolor2 {
  width: 20px;
  height: 20px;
  background-color: #131212;
  border-radius: 4px;
  border: 2px solid #350608;
  margin-left: 10px;
}

.cuadradocolor3 {
  width: 20px;
  height: 20px;
  background-color: #422309;
  border-radius: 4px;
  border: 2px solid #350608;
  margin-left: 10px;
}
.item p {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mtalla {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.mtalla h4 {
  background-color: white;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  margin-left: 10px;
}

.infoprecio {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 10px;
}

.cantidadproducto p {
  text-align: left;
}

.contenedorinfoprecio p {
  display: flex;
  justify-content: right;
}

.contenedordetallesorden {
  width: 80%;
  margin: auto;
  background-color: #f2eadc;
  border-radius: 0px;
  border-top: 8px solid #b2894f;
  margin-top: 20px;
}

.contenedordetallesorden h2 {
  font-family: Inria Sans-regular;
  font-size: 36px;
  color: #350608;
  width: 90%;
  margin: auto;
  padding-top: 20px;
  padding-left: 20px;
}

.contenedorinfoprecio2 p {
  text-align: left;
}

.titulodetallesorden {
  border-top: 3px solid #b2894f;
}

.circulodetallesorden {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid #595959;
  margin-right: 10px;
}

.metodosdepago {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.finalorden2 {
  border-top: 3px solid #b2894f;
  width: 80%;
  margin: auto;
  background-color: #f2eadc;
  border-radius: 0px 0px 30px 30px;
  padding-bottom: 29px;
}

.finalorden2 p {
  text-align: center;
  color: #350608;
  padding-top: 20px;
  padding-bottom: 30px;
}

.metodosdepago p {
  text-align: center;
}

/* ESTILOS PARA TABLETA */
@media screen and (min-width: 768px) {
  .icono {
    font-size: 28px;
    color: #350608;
  }

  .icono :hover {
    cursor: pointer;
    color: #997748;
  }

  .buscar {
    font-size: 28px;
    position: absolute;
    top: 20px;
    left: 90px;
    color: #350608;
  }

  .buscar:hover {
    color: #997748;
  }

  .idioma {
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 90px;
    color: #350608;
  }

  .idioma:hover {
    color: #997748;
  }

  .bolsa {
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #350608;
  }

  .bolsa:hover {
    color: #997748;
  }

  .logo {
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin: auto;
  }

  .logo img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid gainsboro;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.296);
  }

  .rectangulo {
    width: 40%;
    height: 50px;
    margin: auto;
    background-color: #350608;
    border-radius: 40px;
  }

  .barras {
    position: absolute;
    top: 51px;
    left: 30px;
  }

  .bmenu {
    position: absolute;
    width: 80%;
    background-color: #f2eadc;
    left: 0;
    top: 130px;
    display: none;
  }

  .contenedor-header ul li a:hover {
    background-color: #b2894f;
  }

  .bmenu.ver-menu {
    display: block;
  }

  .bmenu ul {
    list-style-type: none;
  }

  .bmenu ul li a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 15px;
  }

  .actual {
    background-color: #b2894f;
    color: #ffffff;
    padding: 6px 10px;
  }

  .color {
    background-color: #f5f2ed;
    width: 100%;
    height: 600px;
  }

  /*inicio slider*/

  .minicio-celular {
    display: none;
  }

  .minicio-tablet {
    display: flex;
  }
  .minicio-computador {
    display: none;
  }

  /*sobre nosotros*/

  .msobrenosotros h1 {
    font-size: 40px;
  }

  .textosobrenosotros h2 {
    font-size: 38px;
    text-align: left;
  }

  .textosobrenosotros p {
    font-size: 20px;
    line-height: 25px;
  }

  /*nuestros servicios*/

  .mnuestrosservicios h2 {
    font-size: 40px;
  }

  .mnuestrosservicios p {
    font-size: 24px;
  }

  .contenedor-nuestrosservicios {
    display: flex;
  }

  .seccionesnuestrosservicios img {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .seccionesnuestrosservicios p {
    font-size: 16px;
    width: 80%;
    margin: auto;
  }

  .seccionesnuestrosservicios h3 {
    text-align: center;
    padding-top: 15px;
    text-align: center;
    font-family: Inria Sans-light;
    font-size: 32px;
    width: 70%;
    margin: auto;
    color: #6b6b6b;
  }

  .h3computador {
    display: flex;
  }

  /*nuestros valores*/

  .mnuestrosvalores {
    width: 100%;
    padding: 40px 0px 40px 0px;
  }

  .mnuestrosvalores h2 {
    text-align: center;
    width: 80%;
    margin: auto;
    font-family: Inria Sans-regular;
    font-size: 26px;
  }

  .mnuestrosvalores p {
    text-align: center;
    width: 80%;
    margin: auto;
    font-family: Inria Sans-regular;
    font-size: 16px;
    color: #6b6b6b;
    padding-top: 14px;
  }

  .contenedornuestrosvalores {
    display: flex;
  }

  .contenedornuestrosvalores h3 {
    text-align: center;
    color: #997748;
    font-family: Inria Sans-bold;
  }

  .valores {
    padding: 50px 0px 0px 0px;
  }
  /*trabajadores hacer moldes*/
  .mhacermoldes {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: #f5f2ed;
  }

  .mhacermoldes h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 36px;
    color: #350608;
  }

  .contenedorhacermoldes {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagenhacermoldes {
    width: 50%;
    margin: auto;
  }

  .textohacermoldes {
    width: 45%;
    margin: auto;
  }

  .imagenhacermoldes img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textohacermoldes h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    width: 100%;
    margin: auto;
  }

  .textohacermoldes p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 14px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores1 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores1:hover {
    background-color: #350608;
  }

  .botontrabajadores1 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  /*trabajadores costura*/

  .mcostura {
    display: none;
  }

  .mcosturacomputador {
    display: block;
    width: 100%;
    padding: 40px 0px 40px 0px;
  }

  .mcosturacomputador h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 36px;
    color: #350608;
  }

  .contenedorcostura {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagencostura {
    width: 50%;
    margin: auto;
  }

  .textocostura {
    width: 45%;
    margin: auto;
  }

  .imagencostura img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textocostura h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    width: 100%;
    margin: auto;
  }

  .textocostura p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 14px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores2 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores2:hover {
    background-color: #350608;
  }

  .botontrabajadores2 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  /*trabajadores armado*/

  .armado {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: #f5f2ed;
  }

  .armado h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 36px;
    color: #350608;
  }

  .contenedorarmado {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagenarmado {
    width: 50%;
    margin: auto;
  }

  .textoarmado {
    width: 45%;
    margin: auto;
  }

  .imagenarmado img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textoarmado h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    margin: auto;
  }

  .textoarmado p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 14px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores3 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores3:hover {
    background-color: #350608;
  }

  .botontrabajadores3 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  .textocomputadortrabajadores {
    display: flex;
  }

  /*envios inicio*/

  .menvios-celular {
    display: none;
  }

  .contenedorenviostablet {
    width: 100%;
    margin: auto;
  }

  .contenedorenviostablet img {
    width: 100%;
  }

  .menvios-tablet {
    display: flex;
    width: 100%;
  }

  .menvios-computador {
    display: none;
  }

  /*detalles envios*/
  .detallesenvios {
    background-color: #f2eadc;
    width: 100%;
    padding: 50px 20px 50px 20px;
    display: block;
    justify-content: center;
  }

  .infoenvios {
    width: 90%;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
    border-top: 7px solid #b2894f;
    padding-bottom: 40px;
  }

  .contenedordetallespagos h2 {
    padding: 50px 0px 20px 0px;
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 80%;
    margin: auto;
  }

  .contenedordetallesenvios h2 {
    padding: 50px 0px 20px 0px;
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 80%;
    margin: auto;
  }

  .columnasenvios h3 {
    font-family: Inria Sans-light;
    font-size: 28px;
    color: #595959;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .extraenvios p {
    font-family: Inria Sans-light;
    font-size: 14px;
    color: #595959;
    width: 80%;
    margin: auto;
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .cuadradoenvios {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #350608;
  }

  .extraenvios {
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 10px;
  }

  .infoextraenvios {
    width: 90%;
  }

  .botonpago {
    width: 230px;
  }

  /*rastrea envio*/

  .rastreaenvio {
    background-color: #f2eadc;
    padding: 50px 0px 50px 0px;
  }

  .rastreaenvio h2 {
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 90%;
    margin: auto;
    padding: 10px 0px 10px 0px;
  }

  .contenedormaparastreoenvio {
    width: 90%;
    margin: auto;
  }

  .contenedormaparastreoenvio iframe {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }

  .tabletproductos {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
  }

  .contenedorproductos {
    width: 32%;
  }
}

/* ESTILOS PARA COMPUTADOR */

@media screen and (min-width: 1200px) {
  .contenedor-header {
    display: none;
  }

  .cabezote {
    padding: 0px;
    background-color: white;
    height: 260px;
  }
  .contenedor-eros {
    display: flex;
    width: 100%;
    height: 230px;
    justify-content: center;
    margin: 0px;
  }

  .bmenu-computador {
    width: 97%;
  }

  .bmenu-computador ul {
    background-color: #350608;
    color: white;
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90px;
    align-items: center;
    margin: auto;
    border-radius: 100px;
  }

  .bmenu-computador li a {
    color: white;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    padding: 0px 13px;
  }

  .eros-computador {
    width: 160px;
    margin: 90px;
  }

  .eros-computador img {
    width: 100%;
    border-radius: 100%;
    border: 15px solid gainsboro;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.296);
  }

  .contenedor-eros ul li a:hover {
    color: #b2894f;
  }

  .contenedor-eros ul li a:hover .actualpc {
    color: #b2894f;
  }

  .nav-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background-color: #ffffff;
    margin: 30px 10px;
  }
  .barra-busqueda {
    flex-grow: 1;
    margin-right: 0px;
  }
  .barra-busqueda input {
    width: 300px;
    padding: 8px;
    border: 1px solid #b6a6a6;
    border-radius: 20px;
  }

  .buscar {
    font-size: 27px;
    position: absolute;
    top: 34px;
    left: 380px;
    color: #350608;
    border-radius: 100%;
    padding: 7px;
    border: 1px solid #b6a6a6;
  }

  .buscar:hover {
    color: #997748;
  }

  .idioma {
    font-size: 27px;
    position: absolute;
    top: 34px;
    right: 120px;
    color: #350608;
    border-radius: 15px;
    padding: 7px;
    border: 1px solid #b6a6a6;
    padding-right: 15px;
    padding-left: 15px;
  }

  .idioma:hover {
    color: #997748;
  }

  .bolsa {
    font-size: 27px;
    position: absolute;
    top: 34px;
    right: 30px;
    color: #350608;
    border-radius: 15px;
    padding: 7px;
    border: 1px solid #b6a6a6;
    padding-right: 20px;
    padding-left: 20px;
  }

  .bolsa:hover {
    color: #997748;
  }

  /*inicio slider*/

  .minicio-celular {
    display: none;
  }

  .minicio-tablet {
    display: none;
  }
  .minicio-computador {
    display: flex;
  }

  /*sobre nosotros*/

  .contenedorsobrenosotros {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .imagensobrenosotros {
    width: 48%;
    margin: auto;
    align-items: center;
  }

  .textosobrenosotros {
    width: 48%;
    margin: auto;
    align-items: center;
  }

  .botonsobrenosotros {
    margin-bottom: 30px;
  }

  /*trabajadores hacer moldes*/
  .mhacermoldes {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: white;
  }

  .mhacermoldes h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 55px;
    color: #350608;
  }

  .contenedorhacermoldes {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagenhacermoldes {
    width: 40%;
    margin: auto;
  }

  .textohacermoldes {
    width: 50%;
    margin: auto;
    padding-left: 20px;
  }

  .imagenhacermoldes img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textohacermoldes h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    width: 100%;
    margin: auto;
  }

  .textohacermoldes p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 18px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores1 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores1:hover {
    background-color: #350608;
  }

  .botontrabajadores1 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  /*trabajadores costura*/

  .mcostura {
    display: none;
  }

  .mcosturacomputador {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: #f5f2ed;
  }

  .mcosturacomputador h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 55px;
    color: #350608;
  }

  .contenedorcostura {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagencostura {
    width: 40%;
    margin: auto;
  }

  .textocostura {
    width: 50%;
    margin: auto;
    padding-left: 20px;
  }

  .imagencostura img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textocostura h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    width: 100%;
    margin: auto;
  }

  .textocostura p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 18px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores2 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores2:hover {
    background-color: #350608;
  }

  .botontrabajadores2 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  /*trabajadores armado*/

  .armado {
    width: 100%;
    padding: 40px 0px 40px 0px;
    background-color: white;
  }

  .armado h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Inria Sans-bolditalic;
    font-size: 55px;
    color: #350608;
  }

  .contenedorarmado {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .imagenarmado {
    width: 40%;
    margin: auto;
  }

  .textoarmado {
    width: 50%;
    margin: auto;
    padding-left: 20px;
  }

  .imagenarmado img {
    width: 100%;
    margin: auto;
    border-radius: 60px;
  }

  .textoarmado h3 {
    text-align: left;
    padding-bottom: 20px;
    font-family: Inria Sans-regular;
    font-size: 32px;
    color: #350608;
    padding-top: 20px;
    margin: auto;
  }

  .textoarmado p {
    text-align: left;
    font-family: Inria Sans-light;
    font-size: 18px;
    color: #350608;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .botontrabajadores3 {
    background-color: #b2894f;
    padding: 18px 0px 18px 0px;
    width: 130px;
    margin: 0;
    width: 30%;
  }

  .botontrabajadores3:hover {
    background-color: #350608;
  }

  .botontrabajadores3 a {
    text-align: center;
    color: white;
    padding-top: 0px;
  }

  .textocomputadortrabajadores {
    display: flex;
  }

  /*envios inicio*/

  .menvios-celular {
    display: none;
  }

  .contenedorenvioscomputador {
    width: 100%;
    margin: auto;
  }

  .contenedorenvioscomputador img {
    width: 100%;
  }

  .menvios-tablet {
    display: none;
  }

  .menvios-computador {
    display: flex;
    width: 100%;
  }

  /*detalles envios*/
  .detallesenvios {
    background-color: #f2eadc;
    width: 100%;
    padding: 50px 20px 50px 20px;
    display: flex;
    justify-content: center;
  }

  .contenedordetallesenvios {
    width: 50%;
    margin: 0;
  }

  .contenedordetallespagos {
    width: 50%;
    margin: 0;
  }

  .infoenvios {
    width: 90%;
    background-color: white;
    border-radius: 0px 0px 40px 40px;
    border-top: 7px solid #b2894f;
    padding-bottom: 40px;
  }

  .contenedordetallespagos h2 {
    padding: 50px 0px 20px 0px;
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 80%;
    margin: auto;
  }

  .contenedordetallesenvios h2 {
    padding: 50px 0px 20px 0px;
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 80%;
    margin: auto;
  }

  .columnasenvios h3 {
    font-family: Inria Sans-light;
    font-size: 28px;
    color: #595959;
    width: 80%;
    margin: auto;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .extraenvios p {
    font-family: Inria Sans-light;
    font-size: 14px;
    color: #595959;
    width: 80%;
    margin: auto;
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .cuadradoenvios {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #350608;
  }

  .extraenvios {
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 10px;
  }

  .infoextraenvios {
    width: 90%;
  }

  .extraenvios2 {
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 10px;
  }

  .botonpago {
    width: 320px;
  }

  /*rastrea envio*/

  .rastreaenvio {
    background-color: #f2eadc;
    padding: 50px 0px 50px 0px;
  }

  .rastreaenvio h2 {
    font-family: Inria Sans-regular;
    font-size: 36px;
    color: #350608;
    width: 90%;
    margin: auto;
    padding: 10px 0px 10px 0px;
  }

  .contenedormaparastreoenvio {
    width: 90%;
    margin: auto;
  }

  .contenedormaparastreoenvio iframe {
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
}

/*ESTILOS GENERALES PAGINAS DANIELA*/
.bodyd {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #4a4a4a;
  width: 100%;
  margin: 0;
  padding: 0;
}

.bodyd h1,
h2 {
  padding-top: 10px;
  text-align: center;
  font-family: sans-serif;
  color: rgba(99, 52, 26, 1);
}

.bodyd h1 {
  font-weight: bolder;
  font-size: 30px;
}
.bodyd h2 {
  font-weight: bold;
  font-size: 20px;
}
.bodyd h3 {
  margin: 8px 0 5px 0;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  color: rgb(39, 33, 30);
}
.bodyd p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #585656;
}

/*ESTILOS PAGINAS PERSONALIZACION-CONTACTO-OPINIONES*/

.row-title p {
  text-align: center;
  padding: 10px 40px 10px 40px;
  font-size: 16px;
  line-height: 18px;
  color: #373535;
}
.container-text-intro {
  justify-content: center;
  text-align: center;
  background-color: #f5f2ed;
  padding: 25px 65px 25px 65px;
  margin: auto;
}
.container-text-intro p {
  text-align: center;
  padding: 10px 50px 10px 50px;
  font-size: 18px;
  line-height: 20px;
  color: #373535;
}
.services {
  padding: 10px 20px 10px 20px;
  margin: auto;
  background-color: rgb(255, 255, 255);
}
.materials {
  padding: 10px 20px 10px 20px;
  margin: auto;
  background-color: #f5f2ed;
}

.container-materials {
  background-color: #f5f2ed;
}
.tarjetas {
  background-color: #f5f2ed;
  border-bottom: 10px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.tarjetas-2 {
  background-color: rgb(255, 255, 255);
  border-bottom: 10px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
}
.tarjetas-2 p,
em {
  font-size: small;
  text-align: justify;
}

.tarjetas h3 {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.row-title {
  padding: 10px 0 20px 0;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tarjetas img {
  width: 100%;
  height: 600px;
  justify-content: center;
  border-radius: 6px;
}
.tarjetas-2 img {
  width: 100%;
  height: 500px;
  justify-content: center;
  border-radius: 6px;
}

.tarjetas p {
  text-align: left;
}
.container-redes,
.container-questions,
.container-materials,
.care-shoes,
.container-opinions,
.container-gallery,
.container-your-commentsd {
  margin: 20px 30px 20px 30px;
}

.tarjetas-form {
  background-color: #f5f2ed;
  padding: 15px 10px 15px 10px;
}

.mb-3 {
  display: flex;
  justify-content: center;
}

.mb-3 input,
textarea {
  background-color: white;
  padding: 15px 30px 15px 30px;
  border-radius: 8px;
  border-color: #ffffff00;
  width: 800px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  height: 40px;
}

.tarjetas-form button {
  background-color: white;
  padding: 10px 30px 15px 30px;
  border-radius: 8px;
  border-color: #ffffff00;

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  max-width: 400px;
  height: 40px;
}

.tarjetas-form button:hover {
  background: rgb(176, 91, 0);
  color: white;
  font-weight: bold;
}

.container-your-commentsd {
  background-color: #ffffff;
}

.tarjetas ul {
  text-align: left;
  margin-left: 20px;
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #585656;
}

.tarjetas-2 a {
  text-decoration: none;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  color: rgb(0, 0, 0);
}
.tarjetas-2 a:hover {
  text-decoration: none;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: rgb(176, 91, 0);
}

.container-questions,
.questions,
.gallery,
.container-gallery,
.container-personalizacion {
  background-color: #f5f2ed;
}

.reticula {
  display: grid;
  grid-template-columns: 1fr;
}
.reticula img {
  display: block;
  width: 100%;
  height: 400px;
  gap: 20px 50px;
}

.galeria {
  object-fit: cover;
}

@media screen and (min-width: 576px) {
  .reticula {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: center;
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) {
  .reticula {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .reticula {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*carrosel*/
.nuestras-personalizaciones-slider {
  background-color: #f5f2ed;
}

.carousel-container {
  position: relative;
  max-width: 60%;
  margin: auto;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
}

.carousel img {
  width: 100%;
  height: 600px;
  display: block;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
  user-select: none;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: rgba(255, 255, 255, 1);
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .carousel-button {
    font-size: 18px;
    padding: 8px;
  }

  .carousel-indicators {
    gap: 3px;
  }

  .indicator {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 576px) {
  .carousel-button {
    font-size: 16px;
    padding: 6px;
  }
}
/*ESTILOS DE FOOTER*/
footer {
  background-color: rgba(245, 242, 237, 1);
  padding-top: 40px;
  padding-bottom: 20px;
  margin: auto;
}

.container-footer {
  margin: 30px;
}

.container-desplegables-news {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #997748;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer .social-icons a {
  margin-right: 5px;
  color: #ffffff;
  font-size: 18px;
  background: #c6842d;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icons a:hover {
  background: #350608;
}

footer .desplegable-items .fas {
  color: #c6842d;
  padding-right: 3px;
}

footer .news-item p {
  font-size: 14px;
}

footer .img-fluid {
  border-radius: 5px;
  width: 100%;
  height: 120px;
  width: 120px;
  margin-right: 15px;
}

footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 0;
}

.desplegable-title {
  display: inline-block;
  font-style: italic;
  color: black;
  line-height: 40px;
  font-weight: 600;
  font-size: 14px;
}

.desplegables {
  display: flex;
  flex: 5;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 10em;
}

.redesdesplegable {
  display: none;
}

.news {
  display: flex;
  flex: 2;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 2em;
}

.desplegable-items {
  display: block;
  line-height: 15px;
  font-size: 14px;
}

.pagos {
  background: rgb(52, 7, 7);
  color: white;
  border-radius: 70px;
  padding: 15px 60px;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.imagenes-abajo img {
  width: 58px;

  border-radius: 3px;
  height: 36px;
}

.imagenes-abajo {
  display: flex;
  margin-left: auto;
  gap: 10px;
}

.news-item {
  display: flex;
  flex-direction: row;
}

.news-info strong {
  color: black;
  font-size: 16px;
  line-height: 30px;
}

/*ESTILOS TABLETA PÁGINA DE PERSONALIZACIÓN*/
@media (max-width: 890px) {
  .container-footer {
    margin: 10px 100px;
  }

  .news {
    padding: 0;
  }

  hr {
    display: none;
  }

  .pagos {
    display: flex;
    flex-direction: column;
  }

  .imagenes-abajo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .info {
    display: flex;
    flex-direction: column;
  }

  .container-desplegables-news {
    flex-direction: column;
  }

  .imagenes-abajo img {
    display: flex;
    justify-content: center;
    width: 35px;
    height: 20px;
  }

  .desplegable {
    cursor: pointer;
  }

  .redesdesplegable {
    display: contents;
    font-size: 16px;
    margin-right: 100px;
  }

  .social-icons {
    display: none;
  }

  .desplegable-items {
    display: none;
  }

  .desplegables {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 10px;
    gap: 0em;
  }
}

/*ESTILOS CELULAR PÁGINA DE PERSONALIZACIÓN*/
@media (max-width: 576px) {
  .imagenes-abajo img {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 20px;
  }

  .desplegables {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 10px;
    gap: 0em;
    width: 100%;
  }

  .container-footer {
    margin: 0px 15px;
  }

  .news-item {
    flex-direction: column;
    margin-bottom: 25px;
  }

  footer .img-fluid {
    border-radius: 5px;
    width: 100%;
    height: auto;
    width: 100%;
  }

  .desplegable-title {
    display: flex;
    justify-content: space-between;
  }

  .desplegable-title::after {
    content: "\2304";
    font-size: 20px;
    font-style: normal;
  }

  .desplegable-title.open::after {
    content: "\2303";
    font-size: 20px;
    font-style: normal;
  }

  .news-info {
    text-align: center;
  }
}

.contenedoralejaproductos {
  width: 100%;
  padding: 30px 0px 30px 0px;
  background-color: #f5f2ed;
}
.contenedoralejaproductos2 {
  width: 100%;
  padding: 30px 0px 30px 0px;
}

.tituloproductos h2 {
  text-align: center;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.contenedoralejaproductos h3 {
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}
.contenedoralejaproductos2 h3 {
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.contenedor-slider {
  width: 90%;
  margin: auto;
}

.contenedor-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.para-computador {
  display: none;
}
.para-computador2 {
  display: none;
}
.para-computador3 {
  display: none;
}

/* estilos materiales */
.materiales {
  width: 90%;
  background-color: #f5f2ed;
  margin: auto;
}
.materiales2 {
  width: 90%;
  background-color: white;
  margin: auto;
}
.materiales h3 {
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  padding: 20px;
}
.materiales2 h3 {
  text-align: center;
  font-size: 20px;
  font-family: sans-serif;
  padding: 20px;
}
.materialescaja h4 {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #b2894f;
  width: 120px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.materialescaja p {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  padding: 0 60px 20px 60px;
}
.materialescaja img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.materialescaja h5 {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #b2894f;
  width: 300px;
  margin: auto;
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
}

.titulomateriales h2 {
  text-align: center;
  font-size: 40px;
  font-family: sans-serif;
  padding: 0 0 10px 0;
}

/* estilos procesos */

.procesoscaja1 {
  display: block;
}
.proceso1 {
  width: 90%;
  background-color: #f5f2ed;
  margin: auto;
}
.procesos h2 {
  text-align: center;
  font-size: 40px;
  font-family: sans-serif;
  padding: 0 0 10px 0;
}
.proceso1 h3 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}

.proceso1 img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.proceso1 p {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  padding: 0 60px 20px 60px;
}
/* seccion 2 */

.proceso2 {
  width: 90%;
  background-color: white;
  margin: auto;
}
.proceso2 h2 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}

.proceso2 h3 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}
.proceso2 img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 5px;
  border: none;
}
.proceso2 p {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  padding: 0 60px 20px 60px;
}

/* seccion 3 */

.proceso3 {
  width: 90%;
  background-color: #f5f2ed;
  margin: auto;
}
.proceso3 h2 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}
.proceso3 h3 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px 0 10px 0;
}
.proceso3 img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
}
/* seccion 4 */

.proceso4 {
  width: 90%;
  background-color: white;
  margin: auto;
}
.proceso4 h2 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}
.proceso4 h3 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 20px;
}
.proceso4 img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.proceso4 p {
  font-size: 18px;
  font-family: sans-serif;
  text-align: center;
  padding: 0 60px 20px 60px;
}
/* seccion 5 */

.proceso5 {
  width: 90%;
  background-color: #f5f2ed;
  margin: auto;
}
.proceso5 h2 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 10px;
}
.proceso5 h3 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  padding: 0 0 10 0px;
}
.proceso5 img {
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* ESTILOS PARA TABLETA ALEJA */
@media screen and (min-width: 768px) {
  /* productos*/

  .contenedoralejaproductos {
    display: none;
  }
  .proceso1 p {
    padding: 0 120px 20px 120px;
  }
  .contenedoralejaproductos2 {
    display: none;
  }
  .proceso2 p {
    padding: 0 120px 20px 120px;
  }

  .para-computador {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
    background-color: #f5f2ed;
  }

  .para-computador h2 {
    text-align: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .contenedor-computador {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .proceso4 p {
    padding: 0 120px 20px 120px;
  }

  .proceso1 p {
    padding: 0 120px 20px 120px;
  }
  .imagen-principal {
    width: 47%;
    margin: auto;
  }

  .imagen-principal img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 40px;
  }

  .materialescaja p {
    padding: 0 120px 20px 120px;
  }
  .imagenes-dobles {
    width: 47%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }

  .imagenes-dobles img {
    width: 80%;
    margin: auto;
  }

  .imagenes {
    width: 100%;
    margin: auto;
  }

  .foto {
    width: 90%;
    margin: auto;
  }

  .foto img {
    width: 100%;
    height: 100%;
  }

  .texto {
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
  }

  .texto h3 {
    font-size: 20px;
  }

  .nata {
    display: flex;
    flex-direction: row-reverse;
    width: 85%;
    margin: auto;
  }
  .botonaleja1 {
    padding: 12px;
    color: #ffffff;
    background-color: #997748;
    font-size: 15px;
    border: none;
  }
  .botonaleja1:hover {
    cursor: pointer;
    color: #350608;
  }

  /*seccion 2 productos */
  .para-computador2 {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
  }

  .para-computador2 h2 {
    text-align: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .contenedor-computador2 {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .imagen-principal2 {
    width: 47%;
    margin: auto;
  }

  .imagen-principal2 img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 40px;
  }

  .imagenes-dobles2 {
    width: 47%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }

  .imagenes-dobles2 img {
    width: 80%;
    margin: auto;
  }

  .imagenes2 {
    width: 100%;
    margin: auto;
  }

  .foto2 {
    width: 90%;
    margin: auto;
  }

  .foto2 img {
    width: 100%;
    height: 100%;
  }

  .texto2 {
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
  }

  .texto2 h3 {
    font-size: 20px;
  }
  /* seccion 3 productos*/
  .para-computador3 {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
    background-color: #f5f2ed;
  }

  .para-computador3 h2 {
    text-align: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .contenedor-computador3 {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .imagen-principal3 {
    width: 47%;
    margin: auto;
  }

  .imagen-principal3 img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 40px;
  }

  .imagenes-dobles3 {
    width: 47%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }

  .imagenes-dobles3 img {
    width: 80%;
    margin: auto;
  }

  .imagenes3 {
    width: 100%;
    margin: auto;
  }

  .foto3 {
    width: 90%;
    margin: auto;
  }

  .foto3 img {
    width: 100%;
    height: 100%;
  }

  .texto3 {
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
  }

  .texto3 h3 {
    font-size: 20px;
  }
  /*estilos materiales*/

  .materialescaja {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .titulomateriales h2 {
    font-size: 40px;
  }
  .materiales h3 {
    font-size: 30px;
  }
  .materiales2 h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .materialescaja img {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
  }
  .imagenmateriales {
    width: 50%;
  }
  .textomateriales {
    width: 50%;
  }
  .textomateriales h4 {
    width: 80%;
  }
  .textomateriales p {
    padding: 0;
    margin-right: 40px;
    margin-left: 30px;
    font-size: 15px;
  }
  .textomateriales h5 {
    margin-top: 60px;
    padding: 40px;
    font-size: 12px;
  }

  /* procesos */
  .procesoscaja1 {
    display: flex;

    align-items: center;
    width: 100%;
  }
  .proceso1imagen img {
    width: 100%;
  }

  .proceso1imagen {
    width: 50%;
    margin-left: 20px;
  }
  .proceso1texto {
    width: 50%;
  }
  .proceso1texto p {
    margin: auto;
    font-size: 20px;
    width: 90%;
    padding: 0;
  }
  .procesos1 h3 {
    font-size: 25px;
  }
  /*proceso2 */
  .procesos2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .procesoscaja2 {
    width: 45%;
    margin: auto;
    border: none;
  }
  .proceso2 h2 {
    font-size: 25px;
  }
  .procesoscaja2 p {
    font-size: 17px;
    padding: 0;
    margin-bottom: 20px;
  }
  .procesoscaja2 h3 {
    font-size: 20px;
  }
  /*proceso3 */
  .procesos3 {
    display: flex;
    justify-content: space-between;
  }
  .procesoscaja3 h3 {
    font-size: 20px;
  }
  .proceso3 h2 {
    font-size: 25px;
  }

  /*proceso4 */
  .procesoscaja4 {
    display: flex;

    align-items: center;
    width: 100%;
  }
  .proceso4imagen img {
    width: 100%;
  }
  .proceso4 h2 {
    font-size: 25px;
  }

  .proceso4imagen {
    width: 50%;
    margin-left: 20px;
  }
  .proceso4texto {
    width: 50%;
  }
  .proceso4texto p {
    margin: auto;
    font-size: 20px;
    width: 90%;
    padding: 0;
  }
  /*proceso5 */
  .procesos5 {
    display: flex;
    justify-content: space-between;
  }
  .procesoscaja5 h3 {
    font-size: 20px;
  }
  .proceso5 h2 {
    font-size: 25px;
  }
}

/* ESTILOS COMPUTADOR ALEJA */

@media screen and (min-width: 1200px) {
  .para-computador h2 {
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }
  .para-computador2 h2 {
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }
  .para-computador3 h2 {
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .proceso4 p {
    padding: 0 120px 20px 120px;
  }

  .proceso2 p {
    padding: 0 120px 20px 120px;
  }
  .tituloproductos h2 {
    text-align: center;
    font-size: 55px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .materialescaja p {
    padding: 0 120px 20px 120px;
  }
  .para-computador {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
    background-color: #f5f2ed;
  }
  .para-computador2 {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
  }
  .para-computador3 {
    width: 100%;
    padding: 50px 0px 50px 0px;
    display: block;
    background-color: #f5f2ed;
  }

  /* materiales */
  .textomateriales h4 {
    width: 50%;
    margin-bottom: 70px;
  }
  .textomateriales p {
    padding: 0;
    margin-right: 50px;
    margin-left: 30px;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .textomateriales h5 {
    margin-top: 60px;
    padding: 40px;
    font-size: 17px;
  }

  /*procesos*/
  .proceso1texto p {
    margin: auto;
    font-size: 25px;
    width: 90%;
    padding: 0;
  }
  .procesos1 h3 {
    font-size: 30px;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .proceso2 h2 {
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .procesoscaja2 p {
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
  .procesoscaja2 h3 {
    font-size: 25px;
  }
  .procesoscaja3 h3 {
    font-size: 25px;
  }
  .proceso3 h2 {
    font-size: 30px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 17px;
  }
  .proceso4texto p {
    margin: auto;
    font-size: 25px;
    width: 90%;
    padding: 0;
  }
  .proceso4 h2 {
    font-size: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .procesoscaja5 h3 {
    font-size: 25px;
  }
  .proceso5 h2 {
    font-size: 30px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
