h1 {
  font-family: "Glass Antiqua", cursive;
  font-size: 3em;
  color: #6200ee;
}

h2 {
  font-family: "Glass Antiqua", cursive;
  font-size: 2.5em;
}

h3 {
  font-family: "Glass Antiqua", cursive;
  font-size: 2em;
}

h4 {
  font-family: "Glass Antiqua", cursive;
  font-size: 1.5em;
}

h5 {
  font-family: "Glass Antiqua", cursive;
  font-size: 1.25em;
}

h6 {
  font-family: "Glass Antiqua", cursive;
  font-size: 1em;
}

p {
  font-family: "Mulish", sans-serif;
  font-size: 1em;
  color: #414141;
}

.cabecera {
  width: 100%;
  height: 3rem;
  background: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 3;
  top: 0;
}

.ancho {
  width: 50%;
  display: flex;
  justify-content: right;
  padding-right: 1rem;
}

.redes {
  background-color: transparent;
  cursor: pointer;
  border-style: none;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  color: #6200ee;
}

.redes:hover {
  color: #d5bff9;
}

.inicio {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #efe5fd;
  top: 6rem;
  position: relative;
  z-index: 1;
}

.contenido-inicio {
  width: 90%;
  height: auto;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.info-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 3rem 0 2rem 0;
}

.texto-intro {
  font-size: 1.5em;
  padding: 1rem 0;
  line-height: 1.8rem;
}
.texto-intro span {
  font-family: "Glass Antiqua", cursive;
  color: #6200ee;
}

.foto-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0 7rem 0;
}

.foto-home img {
  width: 100%;
  height: auto;
  max-width: 420px;
}

.quienes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  margin-top: 5rem;
}

.contenido-quienes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
  z-index: 2;
}

/* Start Footer */
.backFooter {
  width: 100%;
  height: 11.25rem;
  background-color: #511db6;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* position: fixed;  */
}

.footerUno {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem 0;
}
.footerUno p {
  color: #fff;
  font-size: 0.8em;
}

.footerDos {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem 0;
}

.logosFooter {
  width: 5rem;
  padding: 0.5rem 0;
}

.redesFooter {
  background-color: transparent;
  cursor: pointer;
  border-style: none;
  padding: 0.4rem 0.7rem;
  font-size: 1.2rem;
  color: #fff;
}
.redesFooter i {
  padding-right: 0.3rem;
  font-size: 1.3rem;
}
.redesFooter p {
  display: flex;
  align-items: center;
  color: #fff;
}

.redesFooter:hover {
  color: #d5bff9;
}

.social {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
}

/* End Footer */
.btn-home {
  width: 120px;
  height: 2rem;
  background-color: #6200ee;
  font-family: "Glass Antiqua", cursive;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-home:hover {
  background-color: #d5bff9;
  color: #6200ee;
}

.fotos-quienes {
  width: 90%;
  height: auto;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.fotos-quienes img {
  width: 100%;
  height: auto;
  max-width: 280px;
  padding: 1rem 0;
}

.info-quienes {
  background-color: #d5bff9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 580px;
  z-index: 2;
  margin-top: 1775px;
  z-index: 1;
}

.texto-quienes {
  margin: 0 auto;
  max-width: 720px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.texto-quienes p {
  text-align: left;
  padding: 5rem 0 3rem 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.texto-quienes h3 {
  text-align: center;
  color: #A156DC;
}

.trabajo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  top: 0rem;
  margin: 384px 0 150px 0;
}

.contenido-trabajo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.info-trabajo {
  width: 80%;
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding: 4rem 0 0 0;
}
.info-trabajo h2 {
  color: #A156DC;
  padding: 2rem 0;
}
.info-trabajo p {
  color: #414141;
  padding: 0 0 3rem 0;
  font-size: 1.25em;
}

.imagen-temporal {
  width: 100%;
  height: 420px;
  background-image: url(../imagenes/trabajo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.imagen-temporal img {
  width: 100%;
  height: auto;
}

.padding-vertical {
  padding: 2rem 0 !important;
}

.padding-horizontal {
  padding: 0 2rem !important;
}

.parallax {
  background-image: url("../imagenes/back_home.png");
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-quienes {
  background-image: url("../imagenes/back_quienes_vertical.png");
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-trabajo {
  background-image: url("../imagenes/back_trabajo_vertical.png");
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalogo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}

.wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 100%;
  grid-gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}

.uno {
  grid-column: 1;
  grid-row: 1;
}

.dos {
  grid-column: 1;
  grid-row: 2;
}

.tres {
  grid-column: 1;
  grid-row: 3;
}

.cuatro {
  grid-column: 1;
  grid-row: 4;
}

.cinco {
  grid-column: 1;
  grid-row: 5;
}

.seis {
  grid-column: 1;
  grid-row: 6;
}

.item-prod {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 3rem 0;
}

/* .item-prod img {
  width: 100%;
  height: auto;
} */
.info-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0 0;
}

.info-item p {
  line-height: 1.5rem;
}

.bold {
  font-weight: 800;
}

.dot-negro {
  height: 16px;
  width: 16px;
  background-color: #414141;
  border-radius: 50%;
  display: inline-block;
}

.dot-morado {
  height: 16px;
  width: 16px;
  background-color: #d5bff9;
  border-radius: 50%;
  display: inline-block;
}

.dot-blanco {
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.dot-nude {
  height: 16px;
  width: 16px;
  background-color: #ebc8b2;
  border-radius: 50%;
  display: inline-block;
}

.dot-gris {
  height: 16px;
  width: 16px;
  background-color: #6f6f6f;
  border-radius: 50%;
  display: inline-block;
}

.dot-rojo {
  height: 16px;
  width: 16px;
  background-color: #b00020;
  border-radius: 50%;
  display: inline-block;
}

.dot-morado-negro {
  height: 16px;
  width: 16px;
  background: linear-gradient(to bottom left, #692bc5 50%, #414141 50%);
  border-radius: 50%;
  display: inline-block;
}

/* .flechas {
  position: relative;
}

.btn-flecha {
  cursor: pointer;
}

.btn-flecha:hover {
  cursor: pointer;
  border-color: $primario;
}

.arrows-slide {
  width: 16px;
  height: 16px;
  border-color: #ccc !important;
  position: absolute;
  top: 50%;
  margin-top: 50%;
  cursor: pointer;
}

.prev {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(45deg);
  left: 10px;
}

.next {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(-135deg);
  right: 10px;
}

.arrows-slide:hover {

  border-color: $primario !important;

} */
.colores {
  display: flex;
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
  width: 20px;
  margin: 1rem 0;
  display: inline-flex;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  /* width: 120px; */
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  background-color: #414141;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  border-radius: 5px;
  padding: 0px 3px;
  position: absolute;
  z-index: 1;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.detalle {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}

.contenedor-detalle {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

.detalle-fotos {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.detalle-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1rem 0;
}

.titulo-detalle {
  font-size: 2rem;
  padding: 0 0 2rem 0;
}

.detalle-precio {
  padding: 1rem 0;
}
.detalle-precio h2 {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin: 0 0 0.3rem 0;
}
.detalle-precio p {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.detalle-tallas {
  padding: 1.5rem 0;
}
.detalle-tallas h2 {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin: 0 0 0.3rem 0;
}
.detalle-tallas p {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}

.btn-tallas {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 10px 28px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}

/* outline */
.linea {
  border-color: #6200ee;
  color: #6200ee;
}

.linea:hover {
  background-color: #6200ee;
  color: #fff;
}

.describe-prenda {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  width: 80%;
  margin: 0 auto;
}
.describe-prenda p {
  padding: 1rem 0;
  line-height: 1.5rem;
  max-width: 920px;
}
.describe-prenda h2 {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin: 0 0 0.3rem 0;
}

.item1 {
  grid-area: foto1;
}

.item2 {
  grid-area: foto2;
}

.item3 {
  grid-area: foto3;
}

/* .item4 { grid-area: right; }
.item5 { grid-area: footer; } */
.grid-container {
  display: grid;
  grid-template-areas: "foto1 foto1 foto1 foto1 foto1 foto1" "foto2 foto2 foto2 foto3 foto3 foto3";
  gap: 10px;
  padding: 10px;
}
.grid-container img {
  width: 100%;
  height: auto;
}

.grid-container > div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.tallas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}

.contenedor-tallas {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-direction: column;
}

.info-tallas {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  padding: 0;
}

.imagen-tallas {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.imagen-tallas img {
  width: 100%;
  height: auto;
}

.tabla-tallas {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.tabla-tallas h2 {
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  margin: 0 0 0.3rem 0;
}

.titulo-tallas {
  color: #A156DC;
  padding: 1rem 0;
}

table, td, th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  padding: 13px;
  font-size: 1em;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  color: #414141;
}

td {
  padding: 13px;
  font-size: 0.9em;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-align: center;
  color: #414141;
}

.cm {
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0.5rem 0 1.5rem 0;
}

.personal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
}

.contenedor-personal {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-direction: column;
  max-width: 720px;
}
.contenedor-personal h2 {
  color: #A156DC;
  padding: 2rem 0;
}
.contenedor-personal p {
  line-height: 2.2rem;
  font-size: 1.2em;
  padding: 1rem 0;
}
.contenedor-personal span {
  font-family: "Glass Antiqua", cursive;
  color: #6200ee;
  font-size: 1.2em;
}

.formularioContacto {
  width: 100%;
  justify-content: left;
}

.formulario label {
  font-size: 1.2rem;
  color: #4F4F4F;
  padding: 1rem 0;
  font-family: "Mulish", sans-serif;
}

.campo {
  font-size: 0.8rem;
  font-family: "Mulish", sans-serif;
  color: #4F4F4F;
  background-color: white;
  border-style: solid;
  border-color: #4F4F4F;
  border-width: thin;
  border-radius: 4px;
  padding: 0.5rem 0.5rem;
}

.campo:active {
  outline: none;
  border: none;
}

.campo::placeholder {
  font-size: 0.8rem;
  color: #acacac;
  /* padding: 0 0 0 0.5rem; */
  width: 100%;
}

.doble {
  height: 7rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #414141;
  background-color: white;
  border-style: solid;
  border-color: black;
  border-width: thin;
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  font-family: "Mulish", sans-serif;
  /* width: 100%; */
}

.doble::placeholder {
  font-size: 0.8rem;
  color: #acacac !important;
  font-family: "Mulish", sans-serif;
  /* padding: 0 0 0 0.5rem; */
}

.botContacto {
  background: #6200ee;
  height: 3rem;
  width: 230px;
  box-sizing: border-box;
  border-style: none !important;
  margin: 1rem auto;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.1em;
  filter: drop-shadow(6px 6px 8px rgba(44, 44, 44, 0.289));
  cursor: pointer;
}

.botContacto:hover {
  background: #A156DC;
  cursor: pointer;
  color: #fff;
}

.campos {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.slide {
  width: 100%;
  /* margin: 20px auto; */
}

.slide-items {
  margin-top: -7px;
  overflow: hidden;
}

.slide-items img {
  width: 100%;
  height: auto;
}

.slide-nav {
  width: 100%;
  /* display: grid;
  margin: -140px auto; */
  position: relative;
}

.slide-prev {
  display: block;
  color: #6f6f6f;
  font-weight: lighter;
  font-size: 22px;
  text-align: center;
  padding: 5px;
  width: 22px;
  height: 22px;
  border-radius: 0 3px 3px 0;
  /* background: rgba(255, 255, 255, 0.5); */
  grid-column: 1/2;
  z-index: 2;
  justify-self: start;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: -55%;
  margin-top: -55%;
  left: 10px;
}

.slide-prev:hover {
  color: #d5bff9;
}

.slide-prev:active {
  color: white;
}

.slide-next {
  display: block;
  color: #6f6f6f;
  font-weight: lighter;
  font-size: 22px;
  text-align: center;
  padding: 5px;
  width: 22px;
  height: 22px;
  border-radius: 3px 0 0 3px;
  /* background: rgba(255, 255, 255, 0.5); */
  grid-column: 2/2;
  z-index: 2;
  justify-self: end;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: -55%;
  margin-top: -55%;
  right: 10px;
}

.slide-next:hover {
  color: #d5bff9;
}

.slide-next:active {
  color: white;
}

.slide-thumb {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
}

.slide-items > * {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
}

.slide-items > .active-item {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-thumb > span {
  display: block;
  height: 7px;
  /* background: rgba(255, 255, 255, 0.4); */
  overflow: hidden;
}

#myImg {
  /* border-radius: 5px; */
  cursor: zoom-in;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

#myImg2 {
  /* border-radius: 5px; */
  cursor: zoom-in;
  transition: 0.3s;
}

#myImg2:hover {
  opacity: 0.7;
}

#myImg3 {
  /* border-radius: 5px; */
  cursor: zoom-in;
  transition: 0.3s;
}

#myImg3:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #6200ee;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #d5bff9;
  text-decoration: none;
  cursor: pointer;
}

.zoom-in {
  cursor: zoom-in;
}

.email {
  width: 260px;
  display: block;
}

.email img {
  width: 100%;
  height: auto;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .inicio {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efe5fd;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
  }
  .contenido-inicio {
    width: 90%;
    height: auto;
    padding: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: unset;
    z-index: 3;
  }
  .info-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .texto-intro {
    font-size: 24px;
    padding: 1rem 0;
    line-height: 1.8rem;
  }
  .texto-intro span {
    font-family: "Glass Antiqua", cursive;
    color: #6200ee;
  }
  .foto-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .foto-home img {
    width: 100%;
    height: auto;
    max-width: 420px;
  }
  .fotos-quienes {
    width: 90%;
    height: auto;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: unset;
  }
  .fotos-quienes img {
    width: 100%;
    height: auto;
    max-width: 220px;
    padding: 1rem 2rem;
  }
  .info-quienes {
    background-color: #d5bff9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 520px;
    z-index: 2;
    margin-top: 650px;
    z-index: 1;
  }
  .fotos-quienes img {
    width: 100%;
    height: auto;
    max-width: 220px;
    padding: 0 2rem;
  }
  .social {
    flex-direction: unset;
    padding: 0.5rem 0;
  }
  .trabajo {
    margin-top: 9rem;
    height: 100vh;
  }
  .parallax {
    background-image: url("../imagenes/back_home.png");
  }
  .parallax-quienes {
    background-image: url("../imagenes/back_quienes.png");
  }
  .parallax-trabajo {
    background-image: url("../imagenes/back_trabajo.png");
  }
  .catalogo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 14rem;
    padding-bottom: 8rem;
    position: relative;
  }
  .wrapper {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(2, 50%) !important;
    grid-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
  }
  .uno {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .dos {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .tres {
    grid-column: 1;
    grid-row: 2;
  }
  .cuatro {
    grid-column: 2;
    grid-row: 2;
  }
  .cinco {
    grid-column: 1;
    grid-row: 3;
  }
  .seis {
    grid-column: 2;
    grid-row: 3;
  }
  .cabecera {
    height: 5rem;
  }
  .contenedor-tallas {
    flex-direction: unset;
  }
  .info-tallas {
    width: 50%;
    padding: 0 3rem;
  }
  .imagen-tallas {
    width: 50%;
  }
  .contenedor-detalle {
    flex-direction: unset;
  }
  .detalle-fotos {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .detalle-info {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1rem 3rem;
  }
  .titulo-detalle {
    font-size: 2rem;
    padding: 0 0 2rem 0;
  }
  .detalle-precio {
    padding: 1rem 0;
  }
  .detalle-precio h2 {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    margin: 0 0 0.3rem 0;
  }
  .detalle-precio p {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
  }
  .detalle-tallas {
    padding: 1.5rem 0;
  }
  .detalle-tallas h2 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    margin: 0 0 0.3rem 0;
  }
  .detalle-tallas p {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
  }
  .btn-tallas {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 10px 28px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
  }
  /* outline */
  .linea {
    border-color: #6200ee;
    color: #6200ee;
  }
  .linea:hover {
    background-color: #6200ee;
    color: #fff;
  }
  .describe-prenda {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    width: 80%;
    margin: 0 auto;
  }
  .describe-prenda p {
    padding: 1rem 0;
    line-height: 1.5rem;
    max-width: 920px;
  }
  .describe-prenda h2 {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    margin: 0 0 0.3rem 0;
  }
  .item1 {
    grid-area: foto1;
  }
  .item2 {
    grid-area: foto2;
  }
  .item3 {
    grid-area: foto3;
  }
  /* .item4 { grid-area: right; }
  .item5 { grid-area: footer; } */
  .grid-container {
    display: grid;
    grid-template-areas: "foto1 foto1 foto1 foto1 foto1 foto1" "foto2 foto2 foto2 foto3 foto3 foto3";
    gap: 10px;
    padding: 10px;
  }
  .grid-container img {
    width: 100%;
    height: auto;
  }
  .grid-container > div {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
  }
  .info-trabajo {
    flex-direction: column;
    padding: 14rem 0 0 0;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) *//*# sourceMappingURL=variables.css.map */