.caja-producto {
  margin-top: 50px;
  margin-bottom: 100px;
}
.ancla-producto {
  position: relative;
  top: -350px;
}
/* .titulo-producto {
  margin-top: 2em;
} */
.img-cambiante {
  height: 300px;
  width: 200px;
  object-fit: cover;
  padding: 0 1em;
  transition: all 0.5s;
}
.img-cambiante:hover {
  filter: opacity(0.8);
}
.caja-derecha {
  width: calc(100% - 200px);
  position: relative;
}
.flex-compartir {
  height: 150px;
  padding: 0 1em;
}
.flex-compartir-imagenes-abajo {
  display: none;
}
.flex-enlace {
  min-width: 270px;
}
.icono-producto-enlace {
  color: white;
  font-size: 1.4em;
  padding: 0.2em;
  border-radius: 5px;
  background-color: var(--color-principal);
  margin-right: 0.2em;
}
.icono-producto-enlace-color {
  background-color: #f15b5a;
}
.texto-enlace {
  display: flex;
  font-size: 0.8em;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}
.texto-enlace-desplegable {
  width: max-content;
  display: none;
  position: absolute;
  top: 100%;
  padding: 0.5em;
}
.icono-redes-enlace {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 25px;
  font-size: 1.4em;
  padding: 0.2em;
  margin: 0 0.2em;
  border-radius: 5px;
}
.icono-redes-enlace-facebook {
  background-color: #4867aa;
  color: white;
}
.icono-redes-enlace-watsapp {
  background-color: #47c756;
  color: white;
}
.icono-redes-enlace-twitter {
  background-color: #1d9bf0;
  color: white;
}
.texto-enlace:hover .texto-enlace-desplegable {
  display: block;
}
.texto-cambiante {
  display: block;
  width: 100%;
  font-weight: 600;
  border: 1px solid #dfdfdf;
  margin: 1em 0;
  padding: 0.5em;
  text-transform: uppercase;
  text-align: center;
}
.caja-icono-derecha {
  padding: 1em;
  width: min-content;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.icono-producto {
  max-width: 50px;
  display: block;
  margin: auto;
}
.imagen-para-cambiar {
  height: 150px;
  padding: 0 1em;
  cursor: pointer;
  transition: all 0.5s;
  object-fit: cover;
}
.imagen-para-cambiar:hover {
  filter: opacity(0.8);
}
.imagen-para-cambiar-3 {
  max-width: 50%;
}
.imagen-para-cambiar-4 {
  max-width: 33.33333%;
}
.imagen-para-cambiar-5 {
  max-width: 25%;
}
.imagen-para-cambiar-6 {
  max-width: 20%;
}

.imagen-para-cambiar-7 {
  max-width: 16%;
}

.imagen-para-cambiar-primera {
  display: none;
}
.imagen-derecha {
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  top: 25px;
  right: 90px;
}
.oculto-texto-img {
  display: none;
}
.caja-titulo-descripcion {
  position: relative;
}
.titulo-descripcion {
  font-family: "Fredericka the Great", cursive;
  font-weight: 500;
  font-size: 2em;
  background-color: white;
  padding-right: 5px;
  width: fit-content;
  margin-bottom: 0;
}
.titulo-descripcion::after {
  content: "";
  position: absolute;
  background-color: #919191;
  width: 100%;
  height: 1px;
  z-index: -10;
  bottom: 8px;
  left: 0;
}
.caja-flex-descripcion {
  width: 33%;
  padding: 0 1em;
}
.caja-flex-descripcion-uno {
  padding-left: 0;
}
.caja-flex-descripcion-tres {
  padding-right: 0;
}
.subtitulo-descripcion {
  font-size: 1em;
  margin: 0;
  color: var(--color-principal);
}

.separador-descripcion {
  border: none;
  background-color: var(--color-principal);
  width: 40%;
  height: 1px;
  margin-left: 0;
}
.texto-color-descripcion {
  color: var(--color-principal);
  font-weight: 600;
}
/* Modal */
.caja-modal {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #00000088;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-caja-modal {
  max-width: 80%;
  max-height: 80%;
  user-select: none;
}
.flecha-der-modal,
.flecha-izq-modal {
  cursor: pointer;
  position: relative;
  left: 0;
  opacity: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  z-index: 250;
  padding: 0.5em;
  color: var(--color-principal);
}
.flecha-der-modal {
  left: unset;
  right: 0;
}

.separador-producto {
  background-color: #919191;
  width: 100%;
  height: 1px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .flecha-der-modal,
  .flecha-izq-modal {
    position: fixed;
  }
  .subrayado-titulo::after {
    width: 125px;
    height: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .ancla-producto {
    top: -100px;
  }
}
@media screen and (max-width: 950px) {
  .imagen-derecha {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .caja-flex-descripcion {
    width: 50%;
  }
  .caja-flex-descripcion-uno {
    order: 0;
  }
  .caja-flex-descripcion-dos {
    order: 2;
    padding-left: 0;
  }
  .caja-flex-descripcion-tres {
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  .flex-compartir-imagenes {
    display: none;
  }
  .flex-compartir-imagenes-abajo {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    height: auto;
  }
  .imagen-para-cambiar {
    padding: 0.5em 0;
    padding-right: 1em;
  }
  .flex-compartir-redes {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .flex-compartir-redes {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .caja-flex-descripcion {
    width: 100%;
    padding: 0.5em 0;
  }
  .caja-flex-descripcion-uno {
    order: 0;
  }
  .caja-flex-descripcion-dos {
    order: 1;
  }
  .caja-flex-descripcion-tres {
    order: 2;
  }
  .titulo-producto {
    font-size: 1.5em;
  }
  .titulo-descripcion {
    font-size: 1.2em;
  }
  .subrayado-titulo::after {
    height: 2px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .imagen-para-cambiar-7 {
    max-width: 32%;
  }
  .caja-imagen-cambiante {
    width: 100%;
  }
  .img-cambiante {
    margin: auto;
    display: block;
    width: unset;
    max-width: 100%;
  }
  .flex-caja-imagenes {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .titulo-producto {
    font-size: 1.4em;
  }
  .titulo-descripcion {
    font-size: 1.1em;
  }
  .subrayado-titulo::after {
    height: 2px;
    width: 80px;
  }
  .imagen-para-cambiar-5,
  .imagen-para-cambiar-6 {
    max-width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .imagen-para-cambiar-4 {
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .imagen-para-cambiar-7 {
    max-width: 50%;
  }
}
