@font-face {
  font-family: "Athena";
  src: url(../fonts/Athena-Regular.ttf);
}

:root {
  --green: #27ae60;
  --verde: #418f97;
  --black: #444;
  --light-color: #777;
  --bg-color: #e6e6e6;
  --rojo: #df4163;
  --naranja: #e78e26;
  --amarillo: #edc64a;
  --cafe: #8c452a;
  --morado: #6a3560;
}
.contactopieza {
  font-size: 1.5vw;
}
* {
  font-family: "Athena", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -o-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  overflow: hidden;
  font-family: "Athena";
}

b {
  font-size: 1.5em;
}

#menu-btn {
  width: 40px;
  font-size: 2.5rem;
  color: #444;
  text-align: center;
  position: absolute;
  top: 1.3rem;
  left: 2rem;
  z-index: 1000;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  text-align: center;
  color: var(--black);
  display: none;
}
.producto360 {
  position: absolute;
  right: 8vw;
  width: 72%;
  height: 100%;
}


.blinking-element {
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

#menu-btn_cat {
  width: 60px;
  background-color: #fff;
  font-size: 2.5rem;
  color: #444;
  text-align: center;
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  z-index: 1000;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  text-align: center;
  color: var(--black);
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  /* background: #ffd942; */
  background-image: url("../img/HOME_AMANTOLI/MENU-SUPERIOR-IZQ.png");
  background-size: cover;
  width: 30.1%;
  height: 65vw;
  text-align: center;
  box-shadow: 0.5rem 0.5rem 3rem grey;
}

.header .navbar {
  width: 80%;
  margin: auto;
  margin-top: -5vw;
}

.header .navbar .menu_aside {
  width: 100%;
  height: 5vw;
  padding: 0.7vw 0.3vw;
  margin-bottom: 1.5vw;
  text-align: center;
}

.header .navbar .menu_aside.logo {
  padding: 5px;
  margin-top: 8vw;
  margin-bottom: 2vw;
}

.header .navbar .menu_aside .content_img_logo {
  width: 100%;
}

.header .navbar .menu_aside .content_img_logo a {
  text-decoration: none;
}

.header .navbar .menu_aside .content_img_logo img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .navbar .menu_aside .content_img_option {
  width: 7vw;
  height: 5vw;
  margin-right: 1.5rem;
  /* margin: 1.5rem 1.5rem 1.5rem 1rem; */
}

.header .navbar .menu_aside .content_img_option.icono_escultura {
  width: 7vw;
  /* margin: 1.5rem 1.5rem 1.5rem 1rem; */
}

.header .navbar .menu_aside .content_img_option img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .navbar .menu_aside a {
  text-decoration: none;
  text-align: left;
  width: 100%;
  /* height: 6rem; */
  padding: 1.4rem;
  font-size: 1.7vw;
  line-height: 3rem;
  color: #575756;
  border-bottom: 2px solid transparent;
}

.header .navbar .menu_aside a:hover {
  border-bottom: 0.5rem solid #575756;
}

.header2 {
  width: 100%;
  padding-left: 30%;
  position: relative;
  top: 0;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.carousel-indicators {
  bottom: 120px;
}

.header2 .nav2 {
  height: 7rem;
  width: 70%;
  padding: 2rem;
  position: absolute;
  background: rgba(158, 158, 158, 0);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.6px);
  -webkit-backdrop-filter: blur(2.6px);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header2 .nav2 input {
  background: transparent;
  border-radius: none;
  color: rgba(30, 30, 30, 0.9);
  padding: 5px;
  border-bottom: 2px solid #777;
  font-size: 1.5rem;
}

.header2 .nav2 a {
  width: 40px;
  font-size: 2rem;
  color: #666;
  margin: 0 1rem;
}
/* Termina headers del index */
/* Empieza header de categoria */

.header-categoria {
  position: relative;
}

.header-categoria .nav-categoria {
  width: 93%;
  margin: auto;
  padding: 3vw 0;
}

.header-categoria .nav-categoria .menu_aside {
  text-align: center;
  padding: 1rem;
  margin: 1rem;
}

.header-categoria .nav-categoria .menu_aside a {
  text-decoration: none;
  font-size: 1.3vw;
  color: #575756;
  border-bottom: 0.3vw transparent;
}

.header-categoria .nav-categoria .menu_aside a:hover {
  border-bottom: 0.3vw solid #575756;
}

.header-categoria .nav-categoria .menu_aside.logo {
  padding: 5px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.header-categoria .nav-categoria .menu_aside.logo a {
  text-decoration: none;
  color: #575756;
}

.header-categoria .nav-categoria .menu_aside .content_img_logo {
  width: 20%;
}

.header-categoria .nav-categoria .menu_aside .content_img_logo img {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 110px !important;
}
/* fer */

.header-detalle {
  position: relative;
}

.header-detalle .contenedor-rojo {
  background-color: var(--rojo);
}

.header-detalle .nav-detalle {
  width: 100%;
  margin: auto;
  padding: 3vw 0;
}

.header-detalle .nav-detalle .menu_aside {
  text-align: center;
  padding: 1rem;
  margin: 1rem;
}

.header-detalle .nav-detalle .menu_aside a {
  text-decoration: none;
  font-size: 1.3vw;
  color: #575756;
  border-bottom: 0.3vw transparent;
}

.header-detalle .nav-detalle .menu_aside a:hover {
  border-bottom: 0.3vw solid #575756;
}

.header-detalle .nav-detalle .menu_aside.logo {
  padding: 5px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.header-detalle .nav-detalle .menu_aside.logo a {
  text-decoration: none;
  color: #575756;
}

.header-detalle .nav-detalle .menu_aside .content_img_logo {
  width: 20%;
}

.header-detalle .nav-detalle .menu_aside .content_img_logo img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-detalle .contenedor-rojo .nav2-categoria {
  padding: 2vw 1vw;
}

.header-detalle .contenedor-rojo .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-detalle .contenedor-rojo .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-detalle .contenedor-rojo .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-detalle .contenedor-rojo .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-detalle .contenedor-rojo .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*  */

.header-categoria .contenedor-rojo {
  background-color: var(--rojo);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-rojo .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-rojo .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-rojo .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-categoria .contenedor-rojo .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-rojo .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-rojo .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Escultura */

.header-categoria .contenedor-naranja {
  background-color: var(--naranja);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-naranja .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-naranja .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-naranja .nav2-categoria input::placeholder {
  color: #fff;
}

.header-categoria .contenedor-naranja .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-naranja .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-naranja .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Escultura */

.header-categoria .contenedor-verde {
  background-color: var(--verde);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-verde .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-verde .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-verde .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-categoria .contenedor-verde .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-verde .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-verde .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Pintura */

.header-categoria .contenedor-amarillo {
  background-color: var(--amarillo);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-amarillo .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-amarillo .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-amarillo .nav2-categoria input::placeholder {
  color: #fff;
}

.header-categoria .contenedor-amarillo .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-amarillo .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-amarillo .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* madera */

.header-categoria .contenedor-cafe {
  background-color: var(--cafe);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-cafe .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-cafe .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-cafe .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-categoria .contenedor-cafe .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-cafe .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-cafe .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*Tecnicas */

.header-categoria .contenedor-morado {
  background-color: var(--morado);
  width: 90%;
  padding: 0vw 5px;
}

.header-categoria .contenedor-morado .nav2-categoria {
  padding: 2vw 1vw;
}

.header-categoria .contenedor-morado .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-categoria .contenedor-morado .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-categoria .contenedor-morado .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-categoria .contenedor-morado .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-categoria .contenedor-morado .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(135deg);
}
/* fin */

.header-categoria .elefante {
  width: 70%;
  height: 85%;
  position: absolute;
  right: -7vw;
  bottom: 0;
}

.header-categoria .elefante img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-categoria .alebrije360 {
  width: 70%;
  height: 85%;
  position: absolute;
  right: -7vw;
  bottom: 0;
}

.header-categoria .alebrije360 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-categoria .caballito {
  width: 70%;
  height: 85%;
  position: absolute;
  right: -7vw;
  bottom: 0;
}

.header-categoria .caballito img {
  display: block;
  width: 120%;
  height: 100%;
  object-fit: contain;
}
/* imagen responsive*/

.header-categoria .frog {
  width: 70%;
  height: 85%;
  position: absolute;
  right: -7vw;
  bottom: 0;
}

.header-categoria .frog img {
  display: block;
  /* padding-left: 5rem; */
  width: 100%;
  max-width: 1000px;
  min-width: 190px;
  /* margin: auto; */
  /* margin-inline-start: 90px; */
}
/*Colores secciones  */

.header-categoria .section-huichol {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-huichol h1 {
  font-size: 10vw;
  color: var(--rojo);
}

.header-categoria .section-huichol p {
  font-size: 2.2vw;
}

.header-categoria .section-alebrije {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-alebrije h1 {
  font-size: 10vw;
  color: var(--naranja);
}

.header-categoria .section-alebrije p {
  font-size: 2.2vw;
}

.header-categoria .section-escultura {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-escultura h1 {
  font-size: 8vw;
  color: var(--verde);
}

.header-categoria .section-escultura p {
  font-size: 2.2vw;
  margin-right: 7rem;
}

.header-categoria .section-pintura {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-pintura h1 {
  font-size: 10vw;
  color: var(--amarillo);
}

.header-categoria .section-pintura p {
  font-size: 2.2vw;
}

.header-categoria .section-tecnicas {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-tecnicas h1 {
  font-size: 10vw;
  color: var(--morado);
}

.header-categoria .section-tecnicas p {
  font-size: 2.2vw;
}

.header-categoria .section-madera {
  width: 80%;
  margin: auto;
  padding: 15vw 1vw 20vw 1vw;
}

.header-categoria .section-madera h1 {
  font-size: 10vw;
  color: var(--cafe);
}

.header-categoria .section-madera p {
  font-size: 2.2vw;
}
/* Termina header de categoria */
/* Empieza header detalle */

.header-detalle {
  position: relative;
}

.header-detalle .nav-detalle {
  width: 100%;
  margin: auto;
  padding: 3vw 0;
}

.header-detalle .nav-detalle .menu_aside {
  text-align: center;
  padding: 1rem;
  margin: 1rem;
}

.header-detalle .nav-detalle .menu_aside .opcion-menu {
  text-decoration: none;
  font-size: 1.3vw;
  color: #575756;
  border-bottom: 0.3vw transparent;
}

.header-detalle .nav-detalle .menu_aside .opcion-menu:hover {
  border-bottom: 0.3vw solid #575756;
}

.header-detalle .menu_aside.logo {
  padding: 5px;
  /* margin-top: 1vw; */
  margin-bottom: 1vw;
  height: 22vw;
  background-color: #ebc455;
}

.header-detalle .menu_aside.logo .content_img_logo {
  text-decoration: none;
  color: #575756;
  width: 8vw;
  margin: 3vw auto;
}

.header-detalle .menu_aside .content_img_logo img {
  display: block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-detalle .contenedor-rojo-detalle {
  background-color: var(--rojo);
  width: 100%;
  padding: 0vw 5px;
}

.header-detalle .contenedor-rojo-detalle .nav2-categoria input {
  background: transparent;
  border-radius: none;
  color: #fff;
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
}

.header-detalle .contenedor-rojo-detalle .nav2-categoria input::placeholder {
  color: rgb(255, 187, 187);
}

.header-detalle .contenedor-rojo-detalle .nav2-categoria a {
  text-decoration: none;
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: #fff;
  margin: 0 8px;
}

.header-detalle .contenedor-rojo-detalle .nav2-categoria .div {
  width: 5vw;
  height: 5vw;
}

.header-detalle .contenedor-rojo-detalle .nav2-categoria .div img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-detalle .elefante {
  width: 70%;
  height: 85%;
  position: absolute;
  right: -7vw;
  bottom: 0;
}

.header-detalle .elefante img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blink360.ico360{
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 7%;
  margin: auto;
  pointer-events: none;
  right: 20%;
}

.header-detalle .section-datos-producto {
  width: 80%;
  margin: auto;
  padding: 10vw 1vw 10vw 1vw;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-detalle .section-datos-producto .article-cabecero {
  width: 70%;
}

.header-detalle .section-datos-producto h1 {
  font-size: 4vw;
  /* color: #575756; */
}

.header-detalle .section-datos-producto p {
  font-size: 2.2vw;
}

.detalle .aro {
  position: absolute;
  margin-top: 7%;
}

.detalle .aro img {
  height: 57vw;
}
/* Termina header detalle */

.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #575756;
}
/* Termina el header e Inicia seccion principal */

.section_camaleon {
  position: relative;
}

.section_camaleon .contenedor-texto-principal {
  width: 100%;
  height: 100%;
}

.section_camaleon .texto_principal {
  background: var(--naranja);
  position: relative;
  top: -100px;
  padding: 40px 3vw;
  width: 50%;
  height: 33.5vw;
  color: #e6e6e6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-shadow: 1rem 1rem 1rem grey;
}

.section_camaleon .texto_principal h1 {
  font-size: 3vw;
  display: block;
  margin-top: 2.5vw;
  margin-bottom: 5px;
  width: 100%;
}

.section_camaleon .texto_principal h4 {
  font-size: 2vw;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 1.5rem;
}

.section_camaleon .texto_principal .dots {
  width: 25%;
  border-bottom: 1vw;
  border-color: #e6e6e6;
  border-bottom-style: dotted;
  margin: 1vw;
  margin-right: auto;
  margin-bottom: 3rem;
  opacity: 50%;
}

.section_camaleon .texto_principal .texto {
  width: 100%;
  padding: 1vw;
  margin: auto;
  text-align: -webkit-auto;
  color: #e6e6e6;
  font-size: 1.5vw;
}
/* .section_camaleon .contenedor-circulo-texto {
                    /* background-image: url('../img/HOME_AMANTOLI/circulo-camaleon.png'); 
                    width: 100%;
                    height: 50vw;
                    position: relative;
                    margin-top: 5vw;
                } */

.section_camaleon .contenedor-circulo-texto {
  background-image: url(../img/HOME_AMANTOLI/cirvulo-camaleon.png);
  width: 68%;
  height: 52vw;
  position: relative;
  margin-top: 15vw;
  margin-bottom: 7vw;
  margin-left: 30%;
  background-size: 71%;
}

.contenedor-circulo-texto {
  background-image: url("../img/HOME_AMANTOLI/circulo-camaleon.png");
  background-repeat: no-repeat;
  margin-top: 5rem;
  background-size: 113%;
  margin-bottom: 20rem;
  height: 100%;
}

.section_camaleon .contenedor-circulo {
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
}

.section_camaleon .contenedor-circulo-texto .texto2 {
  width: 50%;
  position: absolute;
  /* left: 45%;
                    top: 40%; */
  top: 37%;
  left: 30%;
}

.section_camaleon .contenedor-circulo-texto .texto2 h2 {
  text-align: center;
  font-size: 3vw;
  margin-bottom: 0;
}

.section_camaleon .contenedor-circulo-texto .texto2 p {
  padding: 2.5vw;
  text-align: center;
  font-size: 1.9vw;
  margin-bottom: 0;
}

.section_camaleon .camaleon {
  position: absolute;
  top: 25vw;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1000;
}

.section_camaleon .camaleon img {
  display: block;
  width: 75%;
  object-fit: contain;
}
/* Termina seccion del camaleon */
/*detalle*/

.section_camaleon1 {
  position: relative;
}

.section_camaleon1 .contenedor-texto-principal {
  width: 100%;
  height: 100%;
}

.section_camaleon1 .texto_principal {
  background: var(--naranja);
  position: relative;
  top: -100px;
  padding: 40px 3vw;
  width: 50%;
  height: 33.5vw;
  color: #e6e6e6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-shadow: 1rem 1rem 1rem grey;
}

.section_camaleon1 .texto_principal h1 {
  font-size: 3vw;
  display: block;
  margin-top: 2.5vw;
  margin-bottom: 5px;
  width: 100%;
}

.dots1 {
  width: 37%;
  border-bottom: 1vw;
  border-color: black;
  border-bottom-style: dotted;
  margin: 1vw;
}

.section_camaleon1 .texto_principal h4 {
  font-size: 2vw;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 1.5rem;
}

.section_camaleon1 .texto_principal .dots {
  width: 25%;
  border-bottom: 1vw;
  border-color: #e6e6e6;
  border-bottom-style: dotted;
  margin: 1vw;
  margin-right: auto;
  margin-bottom: 3rem;
  opacity: 50%;
}

.section_camaleon1 .texto_principal .texto {
  width: 100%;
  padding: 1vw;
  margin: auto;
  text-align: -webkit-auto;
  color: #e6e6e6;
  font-size: 1.5vw;
}
/**/
/* Empieza seccion de mini slider */

.section_slider2 {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.section_slider2 .contenedor_img-letras {
  width: 100%;
  height: 100%;
}

.section_slider2 .contenedor_img-letras .contenedor_letras {
  width: 200%;
  transform: rotate(270deg);
}

.section_slider2 .contenedor_img-letras .contenedor_letras h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--rojo);
}

.section_slider2 .contenedor_img-letras .contenedor_letras img {
  display: block;
  background-size: cover;
  width: 100%;
}

.section_slider2 .contenedor_slider2 {
  width: 80%;
  margin: auto;
}

.section_slider2 .contenedor_slider2 .carousel-indicators {
  bottom: -60px;
}

.section_slider2 .contenedor_slider2 .am-video {
  width: 100%;
}
/* Termina section slider2 */

.section_rinoceronte .contenedor {
  width: 100%;
}

.section_rinoceronte .contenedor img {
  display: block;
  background-size: cover;
  width: 100%;
}

.section_rinoceronte .circulo {
  position: relative;
}

.section_rinoceronte .texto2 {
  position: absolute;
  top: 18%;
  left: 6%;
  width: 80%;
  text-align: center;
  color: #fff;
}

.section_rinoceronte .texto2 h2 {
  padding: 1.7vw;
  text-align: center;
  font-size: 3.2vw;
  margin-bottom: 0;
}

.section_rinoceronte .texto2 p {
  padding: 1.2vw;
  text-align: center;
  font-size: 1.3vw;
  margin-bottom: 0;
}
/* Termina seccion rinoceronte y seccion main */
/* Empieza seccion main categoria */

main .descripcionCat {
  margin-top: -4vw;
}

main .descripcionCat .caja-verde {
  width: 100%;
  height: 30vw;
  background-color: var(--verde);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-verde p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-naranja {
  width: 100%;
  height: 30vw;
  background-color: var(--naranja);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-naranja p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-amarillo {
  width: 100%;
  height: 30vw;
  background-color: var(--amarillo);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-amarillo p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-cafe {
  width: 100%;
  height: 30vw;
  background-color: var(--cafe);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-cafe p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-rojo {
  width: 100%;
  height: 30vw;
  background-color: var(--rojo);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-rojo p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-morado {
  width: 100%;
  height: 30vw;
  background-color: var(--morado);
  padding: 4vw;
  box-shadow: 0.5rem 0.5rem 1rem grey;
}

main .descripcionCat .caja-morado p {
  text-align: left;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
}

main .descripcionCat .caja-blanca {
  width: 100%;
  height: 30vw;
  padding: 2vw;
}

main .descripcionCat .caja-blanca p {
  text-align: left;
  font-size: 1.7vw;
  line-height: 2vw;
}

main .section-piezas {
  margin-top: 6vw;
}

main .section-piezas .article-piezas {
  width: 100%;
  height: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--rojo);
  width: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras-alebrije {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras-alebrije h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--naranja);
  width: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras-escultura {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras-escultura h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--verde);
  width: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras-pintura {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras-pintura h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--amarillo);
  width: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras-madera {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras-madera h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--cafe);
  width: 140vh;
}

main .section-piezas .article-piezas .contenedor-letras-tecnicas {
  width: 140vh;
  transform: rotate(270deg);
}

main .section-piezas .article-piezas .contenedor-letras-tecnicas h2 {
  text-align: center;
  font-size: 10vw;
  color: var(--morado);
  width: 140vh;
}

main .contenedor-productos {
  width: 100%;
}

main .contenedor-productos .producto {
  width: 40%;
  height: 50%;
  margin: 1vw;
  text-decoration: none;
  color: #575756;
}

main .contenedor-productos .producto .img-producto {
  width: 100%;
  height: 100%;
}

main .contenedor-productos .producto .img-producto img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

main .contenedor-productos .producto .descripcion-producto {
  width: 100%;
  padding: 1vw;
}

main .contenedor-productos .producto .descripcion-producto p {
  font-size: 2vw;
  text-align: center;
}

main .contenedor-productos .paginacion-producto {
  width: 100%;
  padding: 2vw;
  text-align: center;
  font-size: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .contenedor-productos .paginacion-producto .derecha,
main .contenedor-productos .paginacion-producto .izquierda {
  display: inline-block;
  width: 17%;
  height: 17%;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  text-align: center;
  font-size: 2vw;
  padding: 2%;
  cursor: pointer;
}

main .contenedor-productos .paginacion-producto .derecha:hover,
main .contenedor-productos .paginacion-producto .izquierda:hover {
  display: inline-block;
  width: 17%;
  height: 17%;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  text-align: center;
  font-size: 2vw;
  padding: 0;
}

main .contenedor-productos .paginacion-producto .disabled {
  background: #c8c8c8;
  border-radius: 50%;
  width: 17%;
  height: 17%;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  text-align: center;
  font-size: 2vw;
  cursor: not-allowed;
}

main .contenedor-productos .paginacion-producto span img {
  width: 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

main .contenedor-productos .paginacion-producto .pagina {
  width: 10%;
  height: 15%;
  padding: 1.5vw;
  text-align: center;
  font-size: 4vw;
}
/* Termina seccion main categoria */
/* Empieza sectiones detalle*/

.detalle .producto-muestra {
  position: absolute;
  top: 15vw;
  width: 50%;
  height: 100vw;
  z-index: 1;
}

.detalle .producto-muestra .dots {
  width: 25%;
  border-bottom: 2vw dotted #575756;
  padding: 2vw;
}

.detalle .producto-muestra .contenedor-img-principal {
  width: 100%;
}

.detalle .producto-muestra .contenedor-img-principal img {
  display: block;
  width: 85%;
  height: 100%;
  /* margin-top: 15rem; */
  /* margin-left: 5%; */
  object-fit: cover;
  margin: 15rem auto 0 auto;
  max-width: 750px;
}

.detalle .producto-muestra .contenedor-img-mini {
  width: 70%;
  margin-top: 5%;
}

.detalle .producto-muestra .contenedor-img-mini .img-mini {
  width: 30%;
  transition: all 300ms;
  cursor: pointer;
}
/* .img-mini:hover {
                    transform: scale(1.8);
                } */

.detalle .producto-muestra .contenedor-img-mini .img-mini img {
  display: flex;
  width: 80%;
  height: 100%;
  margin-top: 15%;
  position: relative;
  object-fit: cover;
  opacity: 0.7;
}
/* .detalle .producto-muestra .contenedor-img-mini .img-mini img:hover {
                    opacity: 1;
                } */

.actives {
  opacity: 1 !important;
  transform: scale(1.5);
  /* box-shadow: 0 5px 5px rgba(1, 23, 46, 0.6); */
}
/**/

.agregar {
  display: flex;
  justify-items: flex-end;
  width: 150%;
  position: relative;
  /* z-index: 1; */
}

.agregar .contenedor-agregar {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.agregar .contenedor-agregar h1 {
  font-size: 4vw;
  margin-top: -5rem;
  margin-bottom: 4rem;
}

.agregar .contenedor-agregar h2 {
  font-family: "Athena", sans-serif;
  font-size: 2.2vw;
  text-align: center;
  margin-top: -1rem;
}

.agregar .contenedor-agregar button {
  display: block;
  position: relative;
  margin: auto;
  height: 8rem;
  width: 40rem;
  background-color: #575755;
  box-shadow: 0.4rem 0.4rem 0.4rem grey;
  color: white;
  border-radius: 1rem;
  transition: all 300ms;
}

.agregar .contenedor-agregar button:hover {
  transform: scale(1.1);
}
/*fin boton*/

.detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
  width: 90%;
  margin-left: 10%;
  margin-top: 30rem;
  margin-bottom: 43rem;
}

.section-piezas .sug {
  text-align: center;
  position: absolute;
  margin-top: -10rem;
}

.section-piezas .sug h1 {
  font-size: 3.4vw;
  margin-left: 95rem;
  margin-top: 35rem;
}

.contenedor-circulo .flecha {
  width: 0%;
  float: left;
  margin-top: 15rem;
  margin-left: -4rem;
}

.img-producto1 img {
  width: 22rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5rem;
  cursor: pointer;
}

.contenedor-circulo .fadeInUp {
  text-decoration: none;
  text-align: center;
  color: var(--black);
  float: left;
  width: 30%;
}

.contenedor-circulo .producto .descripcion-producto1 p {
  font-size: 2.5rem;
}
/* Termina secciones detalle */
/* Empieza la seccion footer */
/* Termina secciones detalle */
/* Empieza la seccion footer */

footer {
  background: url(../img/HOME_AMANTOLI/pie-de-pagina.png);
  background-size: cover;
  background-repeat: no-repeat;
}

footer .contenedor-runas {
  position: relative;
  top: -4vw;
  width: 30%;
  margin: auto;
}

footer .contenedor-runas img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .contenedor_contacto-lista {
  width: 100%;
  margin-bottom: 3rem;
}

footer .contenedor-redes_sociales {
  margin-bottom: 3rem;
}

footer .contenedor-politicas {
  width: 100%;
  margin-bottom: 3rem;
}

footer .contenedor-redes_sociales a {
  padding: 1rem;
  border-radius: 1rem;
  margin: 1rem 2rem;
  text-decoration: none;
  color: #575756;
  font-size: 1.9vw;
  text-align: center;
  border-bottom: 2px transparent;
}

footer .contenedor-redes_sociales a:hover {
  background: #575756;
  color: #fff;
}

footer .contenedor-redes_sociales a i {
  font-size: 2.5vw;
  margin: 5px;
}

footer .contenedor_contacto-lista a {
  height: 5rem;
  line-height: 5rem;
  text-decoration: none;
  color: var(--black);
  font-size: 1.3vw;
  text-align: center;
  border-bottom: 0.4em transparent;
}

footer .contenedor_contacto-lista a:hover {
  border-bottom: 0.4em solid #777;
}

footer .contenedor-politicas a {
  width: 20%;
  height: 2.8rem;
  line-height: 3rem;
  margin: 1vw;
  text-decoration: none;
  color: var(--black);
  font-size: 1vw;
  text-align: center;
  border-bottom: 2px transparent;
}

footer .contenedor-politicas a:hover {
  border-bottom: 0.3em solid #777;
}

@media (max-width: 1500px) {
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    margin-top: 13%;
  }
  .contenedor-circulo .producto .descripcion-producto1 p {
    font-size: 2.2rem;
  }
  .section-piezas .sug h1 {
    font-size: 3.4vw;
    margin-left: 83rem;
    margin-top: 33rem;
  }
}

@media (max-width: 1300px) {
  .header .navbar .menu_aside.logo {
    padding: 5px;
    margin-top: 8vw;
    margin-bottom: 2vw;
  }
  .header .navbar .menu_aside a {
    padding: 1.2rem;
  }
  .section_camaleon .texto_principal h1 {
    font-size: 3vw;
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 5px;
  }
  .section_camaleon .texto_principal .texto {
    width: 90%;
    margin: auto;
    text-align: center;
    color: #e6e6e6;
    font-size: 1.5vw;
  }
  .section_camaleon .camaleon {
    top: 25vw;
  }
  .header-categoria .contenedor-rojo .nav2-categoria a {
    margin: 0 5px;
  }
  .header-categoria .nav-categoria .menu_aside {
    padding: 0.4rem;
    margin: 0.6rem;
  }
  .header-categoria .nav-categoria .menu_aside a {
    font-size: 1.2vw;
  }
  main .contenedor-productos .paginacion-producto .derecha,
  main .contenedor-productos .paginacion-producto .izquierda {
    display: inline-block;
    width: 19%;
    height: 19%;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: center;
    font-size: 2vw;
    padding: 2%;
    cursor: pointer;
  }
  main .contenedor-productos .paginacion-producto .pagina {
    width: 13%;
    height: 18%;
    padding: 1.5vw;
    text-align: center;
    font-size: 5vw;
  }
  /* Detalle circulo*/
  .section-piezas .sug h1 {
    width: 18rem;
    margin-top: 70vw;
  }
  .contenedor-circulo .producto .descripcion-producto1 p {
    font-size: 2.1rem;
    margin-top: -10%;
  }
  .section-piezas .sug h1 {
    font-size: 3.4vw;
    width: auto;
    margin-left: 60%;
    margin-top: 28.5rem;
  }
  .contenedor-circulo-texto {
    background-size: 122%;
    margin-bottom: auto;
  }
}

@media (max-width: 1200px) {
  .header-detalle .nav-detalle {
    margin-left: -20%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header2 {
    padding-left: 0;
  }
  .header2 .nav2 {
    width: 100%;
  }

  .header {
    left: -110%;
    width: 50%;
    height: 118vw;
  }
  .header.active {
    /* Al poner dos clases juntas perteneceran al mismo elemento y no pertenecera a algun elemento anidado */
    left: 0%;
    transition: 0.4s linear;
  }
  #google_translate_element{
    margin-left: 8rem !important;
  }
  #menu-btn {
    display: initial;
  }
  #menu-btn_cat {
    display: initial;
  }
  .section_camaleon .camaleon {
    z-index: 80;
  }
  .header .navbar .menu_aside {
    width: 100%;
    height: 8vw;
    padding: 1vw 0.6vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .header .navbar .menu_aside a {
    /* height: 6rem; */
    padding: 1.4rem;
    font-size: 2.7vw;
    line-height: 2.7rem;
  }
  .section_camaleon .texto_principal {
    top: -70px;
    width: 60%;
    height: 40.5vw;
  }
  .section_camaleon .texto_principal h1 {
    font-size: 3.2vw;
    margin-top: 2.5vw;
    margin-bottom: 5px;
  }
  .section_camaleon .texto_principal .texto {
    width: 100%;
    font-size: 1.7vw;
  }
  .section_camaleon .camaleon {
    top: 40vw;
  }
  footer .contenedor-runas {
    width: 35%;
  }
  /* categoria */
  #menu-btn_cat {
    position: fixed;
  }
  .header-categoria .nav-categoria {
    width: 80%;
    background-color: #fff;
    height: 115vh;
    width: 50%;
    position: fixed;
    left: -50%;
    padding: 10vw 0;
    z-index: 10;
  }
  .header-categoria .nav-categoria.active {
    left: 0%;
    top: 0px;
    background-image: url(../img/HOME_AMANTOLI/MENU-SUPERIOR-IZQ.png);
    overflow-y: auto;
  }
  .header-categoria .nav-categoria .menu_aside {
    /* padding: 2rem;
                        margin: 2rem; */
  }
  .header-categoria .nav-categoria .menu_aside.logo {
    padding: 5px;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .header-categoria .nav-categoria .menu_aside a {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .section-huichol {
    width: 90%;
  }
  .header-categoria .section-huichol .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-rojo {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-rojo .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-rojo .nav2-categoria {
    width: 100%;
  }
  .header-detalle .contenedor-rojo .nav2-detalle {
    width: 100%;
  }
  .header-categoria .section-alebrije {
    width: 90%;
  }
  .header-categoria .section-alebrije .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-naranja {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-naranja .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-naranja .nav2-categoria {
    width: 100%;
  }
  .header-categoria .section-escultura {
    width: 90%;
  }
  .header-categoria .section-escultura .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-verde {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-verde .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-verde .nav2-categoria {
    width: 100%;
  }
  /*Escultura  */
  .header-categoria .section-escultura {
    width: 90%;
  }
  .header-categoria .section-escultura .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-amarillo {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-amarillo .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-amarillo .nav2-categoria {
    width: 100%;
  }
  /* Tecnicas */
  .header-categoria .section-tecnicas {
    width: 90%;
  }
  .header-categoria .section-tecnicas .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-morado {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-morado .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-morado .nav2-categoria {
    width: 100%;
  }
  /* madera*/
  .header-categoria .section-madera {
    width: 90%;
  }
  .header-categoria .section-madera .article-cabecero {
    width: 70%;
  }
  .header-categoria .contenedor-cafe {
    width: 100%;
    padding: 0vw 5px;
  }
  .header-categoria .contenedor-cafe .contenedor-iconos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-cafe .nav2-categoria {
    width: 100%;
  }
  /* fin */
  main .section-piezas {
    margin-top: -20vw;
  }
  main .contenedor-productos {
    width: 100%;
    margin-top: 20%;
  }
  .blink360.ico360{
    bottom: -20vw;
  }  
  main .contenedor-productos .paginacion-producto .derecha,
  main .contenedor-productos .paginacion-producto .izquierda {
    display: inline-block;
    width: 21%;
    height: 21%;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: center;
    font-size: 2vw;
    padding: 2%;
    cursor: pointer;
  }
  main .contenedor-productos .paginacion-producto .pagina {
    width: 16%;
    height: 21%;
    padding: 1.5vw;
    text-align: center;
    font-size: 6vw;
  }
  /* Detalle */
  /* menu detalle */
  .header-detalle .contenedor-rojo {
    background-color: var(--rojo);
    width: 100%;
  }
  .header-detalle .nav-detalle {
    width: 80%;
    background-color: #fff;
    height: 100vh;
    width: 50%;
    position: fixed;
    left: -50%;
    padding: 10vw 0;
    z-index: 10;
  }
  .header-detalle .nav-detalle.active {
    left: 15%;
    top: 0px;
    background-image: url(../img/HOME_AMANTOLI/MENU-SUPERIOR-IZQ.png);
  }
  .header-detalle .nav-detalle .menu_aside {
    padding: 2rem;
    margin: 2rem;
  }
  .header-detalle .nav-detalle .menu_aside.logo {
    padding: 5px;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .header-detalle .nav-detalle .menu_aside a {
    font-size: 3.2vw;
  }
  .header-detalle .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-detalle .contenedor-rojo .nav2-categoria {
    width: 100%;
  }
  .header-detalle .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .order-3 {
    display: none;
  }
  .section-piezas .sug h1 {
    margin-left: 59%;
    margin-top: 51%;
    font-size: 3.4vw;
    /*  */
  }
  .header-detalle .section-datos-producto .article-cabecero {
    width: 50%;
    margin-bottom: 3vw;
  }
  .section_camaleon1 .texto_principal {
    /* margin-top: 65%;
margin-left: 15%;
height: 55vw;
width: 85vw; */
    box-shadow: 1rem 1rem 1rem grey;
    overflow: hidden;
  }
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    margin-top: 6.5%;
  }
  /* .img-producto1 img {
                        width: 30rem;
                        background-repeat: no-repeat;
                        background-size: cover;
                        margin: 0rem;
                        margin-top: 10rem;
                        margin-left: -4rem;
                        height: 25rem;
                        object-fit: cover;
                    } */
  .img-producto1 img {
    margin: 0rem;
    margin-top: 10rem;
    margin-left: 3rem;
    margin-bottom: 15%;
    height: 25rem;
    object-fit: cover;
  }
  .fadeInUp.go {
    height: 50rem;
  }
  .contenedor-circulo .producto .descripcion-producto1 p {
    font-size: 1.7rem;
  }
  .contenedor-circulo .flecha {
    margin-left: -4rem;
  }
  .contenedor-circulo .flecha img {
    margin-left: -2vw;
  }
  .contenedor-circulo-texto {
    background-size: 120%;
    margin-top: 30%;
    margin-bottom: -18%;
    margin-left: -2%;
  }
  /* .contendor-circulo .flecha img; */
}

@media (max-width: 768px) {
  #menu-btn {
    position: fixed;
  }
  #menu-btn_cat {
    top: 1rem;
    left: 2rem;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2rem;
  }
  .header {
    width: 50%;
    height: 100%;
    position: fixed;
    overflow: auto;
  }
  .header .navbar .menu_aside {
    padding: 1vw 0.6vw;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .header .navbar .menu_aside.logo {
    padding: 5px;
    margin-top: 15vw;
    margin-bottom: 8vw;
  }
  .header .navbar .menu_aside .content_img_logo {
    width: 50%;
    /* height: 10vw; */
    margin: auto;
  }
  .header .navbar .menu_aside .content_img_logo img {
    height: 100%;
  }
  .carousel-indicators {
    bottom: 90px;
  }
  .section_camaleon .texto_principal {
    width: 70%;
    height: 50.5vw;
  }
  .section_camaleon .texto_principal h1 {
    font-size: 3.8vw;
  }
  .section_camaleon .texto_principal .texto {
    font-size: 2.4vw;
  }
  .section_slider2 .contenedor_slider2 {
    width: 100%;
  }
  .section_camaleon .contenedor-circulo-texto {
    height: 52vw;
    margin-top: 40vw;
  }
  .section_camaleon .contenedor-circulo {
    width: 50%;
  }
  .section_camaleon .contenedor-circulo-texto .texto2 {
    width: 50%;
    left: 35%;
    top: 40%;
  }
  .section_camaleon .camaleon {
    top: 60vw;
  }
  .section_camaleon .camaleon img {
    width: 90%;
  }
  .section_slider2 .contenedor_img-letras .contenedor_letras {
    width: 80%;
    margin-top: 5vw;
    margin-bottom: 5vw;
    transform: rotate(360deg);
  }
  .section_rinoceronte .circulo_verde {
    margin-top: 20%;
  }
  .section_rinoceronte .texto2 {
    position: absolute;
    top: 20%;
    left: 6%;
    width: 80%;
    text-align: center;
    color: #fff;
  }
  .section_rinoceronte .texto2 h2 {
    padding: 1.7vw;
    text-align: center;
    font-size: 6vw;
    margin-bottom: 0;
  }
  .section_rinoceronte .texto2 p {
    padding: 1.2vw;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0;
  }
  footer .contenedor-runas {
    width: 45%;
    top: -6vw;
  }
  footer .contenedor-redes_sociales a {
    padding: 1rem;
    margin: 0 2rem;
    color: #575756;
    font-size: 4vw;
  }
  footer .contenedor-redes_sociales a i {
    font-size: 5.3vw;
    margin: 5px;
  }
  footer .contenedor_contacto-lista a {
    font-size: 2.5vw;
  }
  footer .contenedor-politicas a {
    width: 60%;
    height: 3rem;
    line-height: 3rem;
    font-size: 2vw;
  }
  /* Categorias */
  .header-categoria .section-huichol p {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .section-alebrije p {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-naranja .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .section-escultura p {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-verde .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  /*  */
  .header-categoria .section-pintura p {
    font-size: 3.2vw;
    padding-right: 25vw;
  }
  .header-categoria .contenedor-amarillo .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .section-tecnicas p {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-morado .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .section-madera p {
    font-size: 3.2vw;
  }
  .header-categoria .contenedor-cafe .nav2-categoria a {
    text-decoration: none;
    font-size: 3vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 8px;
  }
  .header-categoria .nav-categoria .menu_aside a {
    font-size: 4vw;
  }
  /*  */
  .header-detalle .nav-detalle .menu_aside a {
    font-size: 4vw;
  }
  /*  */
  main .section-piezas .article-piezas {
    height: 20vh;
  }
  main .section-piezas .article-piezas .contenedor-letras {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras h2 {
    width: 100%;
  }
  main .section-piezas .article-piezas .contenedor-letras-alebrije {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras-alebrije h2 {
    width: 100%;
  }
  /*----*/
  main .section-piezas .article-piezas .contenedor-letras-escultura {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras-escultura h2 {
    width: 100%;
  }
  main .section-piezas .article-piezas .contenedor-letras-pintura {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras-pintura h2 {
    width: 100%;
  }
  main .section-piezas .article-piezas .contenedor-letras-tecnicas {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras-tecnicas h2 {
    width: 100%;
  }
  main .section-piezas .article-piezas .contenedor-letras-madera {
    width: 100%;
    transform: rotate(360deg);
  }
  main .section-piezas .article-piezas .contenedor-letras-madera h2 {
    width: 100%;
  }
  main .descripcionCat {
    margin-top: 0vw;
  }
  main .descripcionCat .caja-verde {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-verde p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-rojo {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-rojo p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-amarillo {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-amarillo p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-naranja {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-naranja p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-cafe {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-cafe p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-morado {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-morado p {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-blanca {
    width: 80%;
    height: 30vw;
    padding: 2vw;
    margin-top: 5vw;
  }
  main .descripcionCat .caja-blanca p {
    font-size: 3.5vw;
    line-height: 3.5vw;
    padding: 4vw;
  }
  main .section-piezas {
    margin-top: 0vw;
  }
  main .contenedor-productos .producto .descripcion-producto p {
    font-size: 2.5vw;
  }
  main .contenedor-productos .paginacion-producto .derecha,
  main .contenedor-productos .paginacion-producto .izquierda {
    display: inline-block;
    width: 24%;
    height: 24%;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: center;
    font-size: 2vw;
    padding: 2%;
    cursor: pointer;
  }
  .header-categoria .contenedor-rojo .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*  */
  .header-detalle .contenedor-rojo .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-naranja .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-verde .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-amarillo .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-morado .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-categoria .contenedor-cafe .contenedor-iconos {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .contenedor-productos .paginacion-producto .pagina {
    width: 19%;
    height: 24%;
    padding: 1.5vw;
    text-align: center;
    font-size: 7.5vw;
  }
  /* detalle */
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    padding: 0;
    display: flex;
    margin-left: -1.5rem;
    margin-top: 0;
  }
  .header-detalle .nav2-categoria {
    height: 70%;
    margin-top: 1rem;
  }
  .section-piezas .sug h1 {
    margin: auto;
    margin-top: 13vw;
    font-size: 7vw;
    margin-left: 2vw;
  }
  .header-detalle .section-datos-producto .article-cabecero {
    margin-right: 17vw;
  }
  .header-detalle .contenedor-rojo {
    background-color: var(--rojo);
    width: 100%;
    padding: 0vw 5px;
    height: 13vw;
  }
  .header-detalle .contenedor-rojo .contenedor-iconos .order-1 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-detalle .section-datos-producto {
    margin-left: 35%;
    margin-top: 3rem;
    margin-bottom: -2rem;
  }
  .header-detalle .section-datos-producto h1 {
    font-size: 7vw;
  }
  .header-detalle .section-datos-producto p {
    font-size: 3.5vw;
  }
  .section_camaleon1 .texto_principal .dots {
    display: none;
  }
  .dots1 {
    width: 28%;
    /* border-bottom: 1.2vw; */
    margin: 0;
  }
  .detalle .producto-muestra .contenedor-img-principal img {
    margin: auto;
    margin-top: 4vw;
  }
  .section_camaleon1 .texto_principal {
    margin-top: 65%;
    margin-left: 15%;
    height: 55vw;
    width: 85vw;
    box-shadow: 1rem 1rem 1rem grey;
    overflow: hidden;
  }
  .section_camaleon1 .texto_principal .texto {
    font-size: 3vw;
  }
  .section_camaleon1 .texto_principal h4 {
    font-size: 3.5vw;
  }
  .agregar .contenedor-agregar {
    width: 100%;
    text-align: center;
    margin-top: -75%;
  }
  .agregar .contenedor-agregar h2 {
    font-size: 2.7vw;
    margin-top: 0;
  }
  .agregar .contenedor-agregar button {
    height: 6rem;
    width: 22rem;
    margin-top: -2rem;
  }
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 50%;
    margin-left: 1vw;
  }
  .contenedor-circulo .flecha {
    display: none;
  }
  .contenedor-circulo .producto .descripcion-producto1 p {
    font-size: 2.5rem;
    text-align: center;
    width: 150%;
  }
  .contenedor-circulo-texto {
    background-image: none;
    margin: auto;
    margin-bottom: -18%;
    margin-left: -2%;
  }
}
@media(max-width: 670px){
  .header2 .nav2{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 1rem;
    padding-top: .5rem;
  }
  #google_translate_element{
    margin-right: 0 !important;
    margin-left:  0 !important;
  }
}
@media (max-width: 450px) {
  .detalle .producto-muestra .contenedor-img-mini .img-mini img {
    aspect-ratio: 1 !important;
    object-fit: contain;
    height: fit-content;
  }
  .detalle .producto-muestra .contenedor-img-principal img {
    aspect-ratio: 1 !important;
    object-fit: contain;
    height: fit-content;
  }

  html {
    font-size: 50%;
  }
  #menu-btn {
    position: fixed;
  }
  .header {
    width: 100%;
    height: 100%;
    border-right: 0;
    position: fixed;
    overflow: auto;
  }
  .header .navbar .menu_aside {
    height: 20vw;
    padding: 1vw 0.6vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
  }
  .header-categoria .nav-categoria .menu_aside {
    padding: 2rem;
    margin: 2rem;
  }
  .header .navbar .menu_aside .content_img_option {
    width: 13vw;
    height: 13vw;
    margin-right: 1.5rem;
    /* margin: 1.5rem 1.5rem 1.5rem 1rem; */
  }
  .header .navbar .menu_aside .content_img_option.icono_escultura {
    width: 9vw;
    /* margin: 1.5rem 1.5rem 1.5rem 1rem; */
  }
  .header .navbar .menu_aside .content_img_option img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contactopieza {
    font-size: 4vw;
  }
  .header .navbar .menu_aside a {
    text-decoration: none;
    text-align: left;
    width: 80%;
    height: 9rem;
    padding: 1.4rem;
    font-size: 6vw;
    line-height: 6rem;
    color: #575756;
    border-bottom: 2px solid transparent;
  }
  .section_camaleon .texto_principal {
    top: -50px;
    padding: 10px 10px;
    width: 90%;
    height: 105vw;
  }
  .section_camaleon .texto_principal h1 {
    font-size: 6vw;
    margin-top: 2.5vw;
    margin-bottom: 5px;
  }
  .section_camaleon .texto_principal .dots {
    width: 45%;
    border-bottom: 3.5vw;
    border-bottom-style: dotted;
    margin: 2vw;
  }
  .section_camaleon .texto_principal .texto {
    width: 100%;
    font-size: 4.5vw;
  }
  .section_camaleon .camaleon {
    top: 110vw;
  }
  .section_camaleon .camaleon img {
    width: 100%;
  }
  .carousel-indicators {
    bottom: 50px;
  }
  .section_camaleon .contenedor-circulo-texto {
    margin-top: 82vw;
    height: 100vw;
    background-size: 120%;
    margin-left: 9%;
  }
  .section_camaleon .contenedor-circulo {
    width: 85%;
  }
  .section_camaleon .contenedor-circulo-texto .texto2 {
    width: 85%;
    position: absolute;
    left: 42%;
    top: 18%;
  }
  .section_camaleon .contenedor-circulo-texto .texto2 h2 {
    padding: 1.7vw;
    text-align: center;
    font-size: 7vw;
    margin-bottom: 0;
  }
  .section_camaleon .contenedor-circulo-texto .texto2 p {
    padding: 1.2vw;
    text-align: center;
    font-size: 4.4vw;
    margin-bottom: 0;
  }
  footer .contenedor-runas {
    width: 60%;
  }
  footer .contenedor-redes_sociales a {
    padding: 1rem;
    margin: 0 2rem;
    color: #575756;
    font-size: 5vw;
  }
  footer .contenedor-redes_sociales a i {
    font-size: 6vw;
    margin: 5px;
  }
  footer .contenedor_contacto-lista a {
    font-size: 3.5vw;
  }
  footer .contenedor-politicas a {
    width: 70%;
    height: 3rem;
    line-height: 3rem;
    font-size: 3.5vw;
  }
  /* categoria */
  .header-categoria .nav-categoria {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: -100%;
    padding: 3vw 0;
    z-index: 10;
  }
  /* fer */
  .header-detalle .nav-detalle {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: -100%;
    padding: 3vw 0;
    z-index: 10;
  }
  .header-detalle .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  /* -- */
  .header-categoria .contenedor-rojo .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .contenedor-naranja .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .contenedor-verde .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .contenedor-amarillo .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .contenedor-morado .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .contenedor-cafe .nav2-categoria a {
    text-decoration: none;
    font-size: 4.5vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0 5px;
  }
  .header-categoria .nav-categoria .menu_aside a {
    font-size: 5.8vw;
  }
  /*  */
  .header-detalle .nav-detalle .menu_aside a {
    font-size: 5.8vw;
  }
  main .descripcionCat .caja-verde {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-verde p {
    text-align: left;
    color: #fff;
    font-size: 4vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-rojo {
    width: 70%;
    height: 30vw;
    float: right;
    overflow: hidden;
  }
  main .descripcionCat .caja-rojo p {
    text-align: left;
    color: #fff;
    font-size: 4vw;
    line-height: 4vw;
  }
  main .descripcionCat .caja-blanca {
    width: 90%;
    height: 30vw;
    padding: 2vw;
    margin-top: 8vw;
  }
  main .descripcionCat .caja-blanca p {
    font-size: 4vw;
    line-height: 5vw;
    padding: 4vw;
    margin-top: 8vw;
  }
  main .contenedor-productos .producto {
    width: 80%;
    height: 90%;
    margin: 1vw;
  }
  main .contenedor-productos .producto .descripcion-producto p {
    font-size: 4.5vw;
  }
  main .contenedor-productos .paginacion-producto .derecha,
  main .contenedor-productos .paginacion-producto .izquierda {
    display: inline-block;
    width: 27%;
    height: 27%;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: center;
    font-size: 2vw;
    padding: 2%;
    cursor: pointer;
  }
  main .contenedor-productos .paginacion-producto .pagina {
    width: 22%;
    height: 27%;
    padding: 1.5vw;
    text-align: center;
    font-size: 9vw;
  }
  /* detalle */
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    padding: 0;
    display: flex;
    margin-left: -1.5rem;
    margin-top: 0;
  }
  .header-detalle .nav-detalle.active {
    left: -15%;
  }
  .header-detalle .section-datos-producto .article-cabecero {
    width: 22%;
    margin-top: 10%;
  }
  .header-detalle .nav2-categoria {
    height: 70%;
    margin-top: 1rem;
  }
  .section-piezas .sug h1 {
    margin: auto;
    margin-top: 13vw;
    font-size: 7vw;
    margin-left: 5vw;
  }
  .header-detalle .contenedor-rojo {
    background-color: var(--rojo);
    width: 100%;
    padding: 0vw 5px;
    height: 13vw;
  }
  .header-detalle .contenedor-rojo .contenedor-iconos .order-1 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* .detalle .producto-muestra .dots {
                        width: 25%;
                    } */
  .header-detalle .section-datos-producto {
    margin-left: -17%;
    margin-top: 39rem;
    margin-bottom: -2rem;
  }
  .header-detalle .section-datos-producto h1 {
    font-size: 10vw;
  }
  .header-detalle .section-datos-producto p {
    font-size: 6vw;
    width: max-content;
  }
  .section_camaleon1 .texto_principal .dots {
    display: none;
  }
  .dots1 {
    width: 90%;
  }
  .detalle .producto-muestra .contenedor-img-principal img {
    margin: auto;
    margin-top: 4vw;
  }
  .section_camaleon1 .texto_principal {
    margin-top: 52%;
    height: 88vw;
  }
  .agregar {
    display: flex;
    width: 183%;
    margin-left: -12%;
    margin-top: -2rem;
  }
  .agregar .contenedor-agregar h1 {
    margin: 0;
    font-size: 8vw;
  }
  .img-producto1 img {
    margin-left: 0;
    margin-top: 15vw;
  }
  .section_camaleon1 .texto_principal .texto {
    font-size: 4vw;
  }
  .section_camaleon1 .texto_principal h4 {
    font-size: 3.8vw;
  }
  .agregar .contenedor-agregar {
    width: 70%;
    text-align: center;
    margin-top: -79%;
  }
  .agregar .contenedor-agregar h2 {
    font-size: 3.7vw;
  }
  .agregar .contenedor-agregar button {
    width: 28rem;
    margin-top: 3rem;
  }
  .detalle .producto-muestra {
    position: absolute;
    top: 14vw;
    margin-left: 23vw;
    width: 57%;
    height: auto;
    z-index: 1;
  }
  .detalle .section-piezas .contenedor-circulo-texto .contenedor-circulo {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: auto; */
    margin-bottom: 35%;
  }
  .contenedor-circulo .flecha {
    display: none;
  }
  .fadeInUp.go {
    margin-bottom: 20%;
  }
}
