* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* QUITA EL SCROLL EN RESOLUCIONES PEQUEÑAS */
html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

/* DA UN ANCHO AL MENU Y LO CENTRA */
.ancho-menu {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* QUITA LA SOMBRA DEL MENU */
.sombra-menu {
  box-shadow: none;
}

/* ESTILOS PARA EL BUSCADOR */
.search {
  border: 1px solid blue !important;
  height: 2.8rem !important;
  border-radius: 3px !important;
}

/* QUITA EL MARGEN DEL BUSCADOR */
.margen-buscador {
  margin-bottom: 0 !important;
}

/* ESTILOS PARA LA IMAGEN DEL CARRITO */
.img-modal{
  width: 70px;
  height: 80px;
  position: relative;
  top: 22px;
  object-fit: contain;
}

.texto-modal{
  font-size: 13px;
}

/*!-- Carousel estilos de Gabriel */

.carouselWH {
  width: 500px;
  height: 500px;
}

.titulo {
  font-family: "Raleway", sans-seri;
  font-size: 100px;
  margin-bottom: 40px;
  color: #fff;
}

.subtitulo {
  margin: 0;
  color: #000;
  display: inline;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.producto-T {
  color: #fff;
  margin: 7px 0;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  font-family: "Dancing Script", cursive;
  margin-top: 0;
}

.linea-division {
  width: 100%;
  height: 2px;
  background-color: #36221c;
}

/*!-- ESTILOS MATERIALIZE */
.carousel .carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  width: 500px !important;
  height: 500px !important;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .titulo {
    font-size: 50px;
  }
}
/*!-- END ESTILOS MATERIALIZE de Gabriel*/

/* INICIO ESTILOS HERO GASTON */

 /* FIN ESTILOS HERO GASTON */

/*!-- END carousel estilos */

/*FORMULARIO BY SANTI*/
.contacto {
  padding: 10px;
  background: linear-gradient(120deg, #12c2e9, #c471ed, #12c2e9);
}

.contacto h2 {
  text-align: center;
  word-wrap: break-word;
  color: #000;
}

.contenedor-principal {
  padding: 15px;
}

.contenedor-principal input {
  color: #fff;
}

.formulario-principal {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px #000;
  border-radius: 8px;
  padding-top: 15px;
}

.formulario-principal textarea {
  height: 210px;
  outline: none;
  padding: 8px;
  resize: none;
  margin-top: 10px;
  border-radius: 10px;
  transition: 0.3s;
  color: #fff;
}

.formulario-principal textarea:hover {
  border: 1px solid #20cbb1;
}

.formulario-botones {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  flex-wrap: wrap;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.formulario-botones input {
  padding: 12px 36px;
  cursor: pointer;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 12px #000;
  transition: 0.5s;
}

.formulario-botones input:hover {
  background-color: #2b719d;
}

.iframe-principal {
  padding: 15px 0;
  border-radius: 10px;
}

@media screen and (max-width: 382px) {
  .formulario-botones {
    display: block;
  }

  .formulario-botones .btn-envio {
    width: 100%;
  }

  .formulario-botones .btn-resetear {
    margin: 10px 0;
    width: 100%;
  }

  .formulario-botones input {
    padding: 12px 12px;
  }
}

/*FIN FORMULARIO*/

/*FOOTER BY BRAIAN*/

.navbar {
  height: 100px;
  text-align: left;
  background-color: #1a237e;
}

input .logoinput {
  background-color: white;
  height: 20px;
}

.linea {
  height: 5px;
  width: auto;
  color: black;
}

img.mediosdepago {
  height: 150px;
  width: 420px;
  align-items: center;
}

i.pieicons .material-icons {
  margin-top: 6px;
}

.grey-text .text-lighten-3.waves-effect:hover {
  text-shadow: 10px;
}

/* ESTILOS PARA CARDS LUZMILA*/
.desplegable {
  color: black;
  text-align: center;
}

.img-size {
  width: 20%;
  height: 200px;
}

/* .card{
    width: 200px;
    height: 300px;
} */

.degrade {
  background-image: linear-gradient(180deg, #0097a7, #ff80ab, #0097a7);
}

.color-secc {
  background-image: linear-gradient(90deg, yellow, white, yellow);
}

.tit {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  justify-content: center;
}

.cardsluzmila {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 26px;
}

/* FIN DE ESTILOS PARA CARDS LUZMILA*/
