.no_padding_m {
  padding: 0;
}

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

.flex-center-v {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .no_padding_m {
    padding: inherit;
  }
}

.seccion1_ferino {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../images/foto1.jpg");
  background-size: cover;
  background-position: center;
}

.seccion1_ferino h1 {
  display: inline-block;
  border-bottom: 5px solid #fff;
  margin-top: 10px;
  padding-bottom: 10px;
}

.seccion1_ferino p {
  width: 220px;
  text-align: justify;
  margin: 0 auto;
  padding-top: 10px;
}

@media (min-width: 1025px) {
  .seccion1_ferino {
    min-height: calc(100vh - 116px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .seccion1_ferino h1 {
    font-size: 80px;
  }
  .seccion1_ferino p {
    width: 500px;
  }
}

.fondo_textura {
  background-image: url("../images/fondo-textura-movil.png");
  background-size: cover;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cajas_productos_ferino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  height: 226px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content_ropa_interior {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img_producto {
  width: 57%;
}

.contenido_productos p {
  font-size: 12px;
  text-align: justify;
  padding-right: 10px;
  padding-left: 8px;
}

.ropa_interior {
  position: absolute;
  width: 192px;
  left: 5px;
  top: 9px;
}

.titulo_ropa_interios {
  border-left: 4px solid #fff;
  padding-left: 8px;
  line-height: 1em;
  font-weight: bold;
}

.cajas_packs_ferino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  height: 226px;
}

.content_packs {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15%;
}

.packs {
  position: absolute;
  width: 180px;
  bottom: 22px;
  right: 0;
}

.titulo_packs {
  display: table;
  border-bottom: 4px solid #fff;
  font-weight: bold;
}

.contenido_packs p {
  font-size: 12px;
  text-align: justify;
}

@media (min-width: 1024px) {
  .fondo_textura {
    padding: 30px;
    background-image: url("../images/fondo-textura.png");
    margin-top: 30px;
  }
  .ropa_interior {
    width: 480px;
    top: -3px;
    left: -15px;
  }
  .content_ropa_interior {
    width: 100%;
  }
  .contenido_productos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .contenido_productos p {
    padding: 5px 45px;
    font-size: 15px;
  }
  .cajas_productos_ferino {
    height: 500px;
  }
  .titulo_ropa_interios {
    width: 60%;
    font-size: 50px;
    border-left: 7px solid #fff;
    line-height: 1.3em;
    padding-left: 15px;
  }
  .content_packs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 30px;
    padding-top: 40px;
  }
  .content_packs p {
    width: 150px;
  }
  .cajas_packs_ferino {
    height: 500px;
  }
  .packs {
    width: 395px;
    bottom: 46px;
  }
  .titulo_packs {
    font-size: 50px;
    border-bottom: 6px solid;
  }
}

.seccion_membresia {
  background-image: url("../images/fondo-membresia-movil.png");
  background-size: cover;
  min-height: 214px;
}

.seccion_membresia .flex {
  min-height: 214px;
}

.contenedor_membresia {
  color: #fff;
  width: 55%;
  line-height: 0.9em;
  text-align: center;
}

.contenedor_membresia h2 {
  font-weight: bold;
  margin: 0px;
}

.contenedor_membresia p {
  font-size: 12px;
  width: 90%;
}

.contenedor_membresia button {
  background-color: #47a592;
  border: none;
  line-height: 2em;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}

.flex_membresia {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contenido_membresia {
  border-left: 4px solid #fff;
  padding-left: 8px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .seccion_membresia {
    background-image: url("../images/fondo-membresia.png");
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .seccion_membresia .flex {
    min-height: calc(100vh - 116px);
  }
  .contenedor_membresia h2 {
    font-size: 80px;
  }
  .contenedor_membresia p {
    font-size: 20px;
    line-height: normal;
  }
  .contenedor_membresia button {
    font-size: 25px;
    -webkit-transform: translateX(-25%) translateY(120%);
    -ms-transform: translateX(-25%) translateY(120%);
    transform: translateX(-25%) translateY(120%);
  }
  .contenido_membresia {
    border-left: 8px solid;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

.seccion_gift_card {
  background-image: url("../images/fondo-gift-card.jpg");
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gift_card {
  color: #fff;
  margin-left: 35px;
  min-height: 214px;
}

.gift_card button {
  background-color: #47a592;
  border: none;
  line-height: 2em;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}

.contenido_gif_card {
  width: 40%;
}

.contenido_gif_card h2 {
  font-weight: bold;
  line-height: .9em;
}

.contenido_gif_card p {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .contenido_gif_card {
    width: 65%;
  }
}

@media (min-width: 1024px) {
  .seccion_gift_card {
    margin-top: 30px;
  }
  .gift_card {
    min-height: calc(100vh - 116px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contenido_gif_card h2 {
    font-size: 80px;
    line-height: normal;
  }
  .contenido_gif_card p {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .contenedor_gift_card button {
    font-size: 25px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.seccion_novedades {
  background-image: url("../images/fondo_novedades.png");
  background-size: cover;
}

.novedades {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor_novedades {
  width: 55%;
  padding-left: 15px;
  text-align: right;
}

.contenedor_novedades h2 {
  font-weight: bold;
}

.contenedor_novedades p {
  font-size: 12px;
}

.contenedor_novedades button {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  background-color: #47a592;
  color: #fff;
  line-height: 2em;
  padding: 0 15px;
  border-radius: 5px;
}

.contenido_novedades {
  text-align: left;
}

.img_novedades {
  width: 40%;
  height: 50%;
  margin-left: 10px;
}

input {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 12px;
  border: none;
}

@media (min-width: 1024px) {
  .seccion_novedades {
    padding: 60px 0;
    margin-top: 30px;
  }
  .contenedor_novedades h2 {
    font-size: 80px;
  }
  .contenedor_novedades p {
    font-size: 20px;
  }
  .contenedor_novedades button {
    font-size: 20px;
    margin-top: 30px;
  }
  input {
    font-size: 15px;
  }
}
