/*GENERALES*/


body {
  font-family: 'comfortaa', sans-serif;
}



img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  color: rgba(255, 255, 255, 0);
  font-size: 2pt;
}

h2 {
  color: white;
  font-size: clamp(1.6rem, 4.5vw, 2.6rem);
  line-height: 1.3;

}

h3 {
  color: #733614;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 1.4;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/*------------------------------------------------------------*/

/*LOGO IMAGEN*/

.navbar-brand img {
  width: 250px;
  height: auto;

}

/*NAV BAR*/

.navbar {
  padding: 2px;
}

.navbar .nav-link:hover {
  background-color: #BF6430;
  color: white !important;
}

.navbar .nav-link {

  background-color: #8C4014;
  color: white !important;
  font-size: 15pt;
  border-radius: 20px;
  padding: 10px 30px !important;
  margin: 5px;
  transition: background-color 0.3s ease;

}


/*Color boton hamburguesa*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(115,54,20,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*HEADER/CARRUSEL*/

/*Rectángulo transparente cafe*/

.carousel-caption-left {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
  color: white;

  background: #8c4014a8;

  width: 70%;
  /* hace el bloque largo */
  padding: 50px 30px 40px 500px;
  /* empuja el texto al centro */
  max-width: 1500px;
  /* límite para pantallas grandes */

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.carousel-caption-left h2 {
  font-size: 40px;
  font-weight: 600;
}

.carousel-caption-left p {
  font-size: 35px;
  margin-left: 60px;
}


/* Altura del carrusel*/
#carouselExample {
  height: 90vh;
  max-height: 700px;
  overflow: hidden;
}

/* Contenedor interno del carrusel */
#carouselExample .carousel-inner,
#carouselExample .carousel-item {
  height: 100%;
}

/* Imágenes del carrusel */
#carouselExample img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Cambiar color de las flechas del carrusel */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 2.5rem;
  height: 2.5rem;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8C4014;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

/* Flecha izquierda */
.carousel-control-prev-icon::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* Flecha derecha */
.carousel-control-next-icon::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}


/*SECCION HISTORIA*/

.historia {
  padding: 70px 0;
  margin-bottom: 60px;
  margin-top: 50px;
}

.historia-box {
  background-color: #8B3F14;
  padding: 50px 40px;
  border-radius: 80px;
}

.historia-logo-box {
  background: white;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
}

.historia h2 {
  color: white;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.historia p {
  color: white;
  font-size: 18px;
  line-height: 1.7;
}




/* SECCIÓN MISIÓN Y VISIÓN */

.mision-vision {
  padding-top: 40px;
  padding-bottom: 90px;
  margin-bottom: 70px;
}

/* Bloques de texto */
.mision {
  margin-bottom: 30px;
}

.vision {
  margin-top: 20px;
}

/* Títulos */
.mision-vision h2 {
  color: #733614;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}

/* Texto */
.mision-vision p {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  padding-top: 15px;
}

/* Contenedor de imagen */
.mv-img {
  width: 100%;
  max-width: 320px;
  height: 450px;
  margin-left: 5px;
  /* alinea a la derecha */
  border-radius: 40px;
  overflow: hidden;
}

/* Imagen */
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* SECCIÓN OBJETIVO */

.objetivo {
  padding: 60px 0;
  margin-bottom: 100px;
}

.objetivo-box {
  background-color: #8b4513;
  color: #fff;
  max-width: 1100px;
  padding: 40px 60px;
  border-radius: 80px;
}

.objetivo-box h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.objetivo-box p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 0;
}



/*ORNAMENTO 1*/
.trabajo {
  margin-bottom: 80px;
  /* separación con la galería */
}

/* Ícono */
.trabajo-icono {
  width: 80px;
  max-width: 100%;
  height: auto;


}

.trabajo .d-flex {
  gap: 60px;
}


/* Título */
.trabajo h2 {
  font-size: 40px;
  font-weight: 700;
  color: #8C4014;
  letter-spacing: 1px;

}

/* ===============================
   AJUSTE FINAL SVG – NO TOCAR SVG ARTISTA
================================ */

/* SVG HERRAMIENTAS */
.svg-herramientas {
  width: 280px;
  height: auto;
  color: #DD7C39;
}

.svg-herramientas.active .cls-1 {
  fill: currentColor !important;
}

.svg-herramientas.active .cls-2 {
  fill: #ffffff !important;
}



/* GALERÍA NUESTRO TRABAJO */

.galeria-trabajo {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* todas las imágenes */
.galeria-img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.galeria-img:hover {
  transform: scale(1.02);
}

/* imágenes pequeñas */
.galeria-trabajo .col-6 .galeria-img {
  height: 580px;
}

/* imágenes medianas (col derecha) */
.galeria-trabajo .col-lg-4 .galeria-img {
  height: 407px;
}

/* imagen grande */
.galeria-img-grande {
  height: 1080px;
}

/*MODAL GALERÍA*/
.modal-content {
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-modal {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.modal .btn-close {
  filter: invert(1);
}

/*ORNAMENTO 2*/


.vasijas {
  margin-bottom: 80px;
  /* separación con la galería */
}

/* ===============================
   AJUSTE FINAL SVG – NO TOCAR SVG ARTISTA
================================ */

/* SVG VASIJAS */


.svg-vasijas {
  width: 450px;
  height: auto;
  color: #DD7C39;
}

.svg-vasijas.active .cls-1 {
  fill: currentColor !important;
}

.svg-vasijas.active .cls-2 {
  fill: #ffffff !important;
}





/*FOOTER*/
footer {
  background-color: #733614;
  min-height: 90px;
  display: flex;
  align-items: center;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* espacio entre texto e íconos */
  text-align: center;
}

.footer-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.footer-icons {
  display: flex;
  gap: 15px;
}

.footer-icons img {
  width: 30px;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-icons img:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

/*BOTÓN VOLVER ARRIBA*/
#btn-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: #dd7c39;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#btn-top:hover {
  transform: scale(1.1);
  background-color: #bf6430;
}


/*------------------------------------------------------------*/
/*PÁGINA TÉCNICAS*/
/*-------------------------------------------------------------*/
/* ===============================
   HEADER / CARRUSEL – TÉCNICAS
================================ */
.pasta h2 {
  margin-top: 40px;
  color: #8C4014;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.page-tecnicas #carouselExample {
  height: auto;
  padding: 60px 0 40px;
  background-color: #8c40148d;
}

.page-tecnicas #carouselExample .carousel-inner,
.page-tecnicas #carouselExample .carousel-item {
  height: auto;
}

.page-tecnicas #carouselExample img {
  width: 100%;
  max-width: 900px;
  /* controla tamaño real */
  margin: 0 auto;
  height: auto;
  object-fit: contain;
  /*  no recorta */
  border-radius: 85px;
}

/* ===============================
   SVG PASTA
================================ */

.pasta {
  margin-bottom: 80px;
  /* separación con la galería */
}

/* Ícono */
.pasta-icono {
  width: 80px;
  max-width: 100%;
  height: auto;


}

.pasta .d-flex {
  gap: 60px;
}


/* Título */
.pasta h2 {
  font-size: 40px;
  font-weight: 700;
  color: #8C4014;
  letter-spacing: 1px;

}

.svg-pasta {
  width: 200px;
  height: auto;
  color: #DD7C39;
  margin-top: 80px;
}

.svg-pasta.active .cls-1 {
  fill: currentColor !important;
}

.svg-pasta.active .cls-2 {
  fill: #ffffff !important;
}

/* ===============================
   INFOGRAFÍAS
================================ */

.infografias {
  background-color: #8c40148d;
  padding-left: 0;
  padding-right: 0;
}


.infografia-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}


/*------------------
BOTON DESCARGA
--------------------*/
/* boton de descarga */
.descarga .btn {
  background-color: #8C4014;
  border: none;
  padding: 12px 40px;
  font-size: 1.1rem;
}

.descarga .btn:hover {
  background-color: #733614;
}


/*------------------------------------------------------------*/
/*PÁGINA INFORMACIÓN*/
/*------------------------------------------------------------*/

.inscripcion ul {
  background-color: #8c401475;
  padding: 20px 30px;
  border-radius: 30px;
  list-style-position: inside;
}
.inscripcion a {
  overflow-wrap: break-word;
  word-break: break-word;
}


.inscripcion h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 20px 0;
  color: #733614;
}


.inscripcion img {
  max-width: 65%;
}

.inscripcion a {
  color: #8C4014;
  font-weight: 500;
  text-decoration: none;
}

.inscripcion a:hover {
  color: #BF6430;
  text-decoration: underline;
}

/* materiales */
.materiales {
  background-color: #fff;
}

.materiales h3 {
  color: #733614;
  font-size: 35px;
  margin-bottom: 30px;
}

.materiales img {
  max-width: 45%;
  height: auto;
  margin: 0 auto;
  /* centra */
  display: block;
  border-radius: 40px;
}



.titulo-seccion {
  color: #8C4014;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.descripcion-material {
  background-color: #E07F3E;
  color: white;
  padding: 25px;
  border-radius: 30px;
  max-width: 520px;
  margin: 20px auto 0;
}


/* ubicacion */
.ubicacion iframe {
  border: none;
  border-radius: 30px;
  width: 100%;

}



/*------------------------------------------------------------*/
/*PÁGINA VENTAS*/
/***************************************************************/
.ventas {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}

.img-ventas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ventas img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ventas:hover img {
  transform: scale(1.15);
}

.btn-comprar {
  display: inline-flex;
  /* ← CLAVE */
  align-items: center;
  /* centra vertical */
  justify-content: center;
  gap: 12px;
  /* espacio icono-texto */

  background-color: #8C4014;
  color: #ffffff;
  border: none;
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 40px;
  text-decoration: none;

  transition: background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.btn-comprar:hover {
  background-color: #BF6430;
  color: #ffffff;
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}



.icono-comprar {
  width: 20px;
  height: 20px;
  display: block;
}


/**************************************************************/
/*PARTE RESPONSIVE GENERAL*/
/**************************************************************/
/*------------------------------------------------------------*/
/*RESPONSIVE INDEX*/

/*LOGO RESPONSIVE*/
@media (max-width: 768px) {
  .navbar-brand img {
    width: 150px;

  }
}

/*NAV BAR RESPONSIVE*/

@media (max-width: 768px) {
  a.nav-link {
    font-size: 10pt;
    padding: 5px 15px !important;
    margin: 2px;
  }
}


/*RESPONSIVE CARRUSEL*/
/*rectángulo transparente cafe*/

@media (max-width: 425px) {
  .carousel-caption-left {
    max-width: 90%;
    padding: 10px;
  }

  .carousel-caption-left h3 {
    font-size: 12px;
  }

  .carousel-caption-left p {
    font-size: 8px;
  }
}

@media (max-width: 768px) {
  .carousel-caption-left {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .carousel-caption-left h3 {
    font-size: 16pt;
  }

  .carousel-caption-left p {
    font-size: 12pt;
  }
}




/*RESPONSIVE HISTORIA*/
@media (max-width: 768px) {
  .container.historia {
    padding: 40px 20px;
    text-align: center;
  }

  .container.historia p {
    margin: 0 auto;
    text-align: center;
  }
}


/*RESPONSIVE MISIÓN Y VISIÓN*/

@media (max-width: 425px) {

  /* sección completa */
  .mision-vision {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  /* títulos MISIÓN / VISIÓN */
  .mision-vision h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
  }

  /* párrafos */
  .mision-vision p {
    font-size: 0.95rem;
    line-height: 1.5;
    padding-top: 8px;
    text-align: center;
  }

  /* bloques de texto */
  .mision,
  .vision {
    margin-bottom: 25px;
  }

  /* contenedor imagen */

  .mv-img {
    width: 100%;
    max-width: 260px;
    margin: 24px auto 0;
  }

  .mv-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
    display: block;
  }
}

/*RESPONSIVE GALERÍA TRABAJO */

@media (max-width: 768px) {

  .galeria-trabajo .col-6 .galeria-img,
  .galeria-trabajo .col-lg-4 .galeria-img,
  .galeria-img-grande {
    height: auto;
  }
}

/*RESPONSIVE SVG*/

@media (max-width: 425px) {
  .svg-herramientas {
    width: 150px;
  }

  .svg-vasijas {
    width: 150px;
  }
}




/*RESPONSIVE FOOTER*/

@media (max-width: 425px) {


  .footer-text {
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
  }

  .footer-icons {
    justify-content: center;
  }

  .footer-icons img {
    width: 28px;
  }
}

/*RESPONSIVE BOTÓN TOP*/

@media (max-width: 425px) {
  #btn-top {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
    bottom: 95px;
  }
}




/*------------------------------------------------------------*/
/* RESPONSIVE PARA PÁGINA TÉCNICAS*/
/*------------------------------------------------------------*/
/**************************************************************/
@media (max-width: 425px) {


  .pasta h2 {
    text-align: center;
    max-width: 260px;
    /* controla el salto de línea */
    margin: 18px auto 0;
    /* centra horizontalmente */
    line-height: 1.25;
    font-size: 20px;
  }


  .page-tecnicas #carouselExample img {
    max-width: 95%;
  }

  .svg-pasta {
    width: 150px;
  }
}

/*infografías carrusel*/
@media (max-width: 425px) {
  #carouselInfografias {
    max-width: 95%;
  }

  #carouselInfografias .carousel-control-prev {
    left: -15px;
  }

  #carouselInfografias .carousel-control-next {
    right: -15px;
  }
}

/*boton descarga*/
@media (max-width: 768px) {
  .descarga .btn {
    font-size: 12px;
    padding: 12px 30px;
    width: 100%;
    max-width: 200px;
  }

  /*infografía img*/
}

@media (max-width: 425px) {
  .infografia-img {
    max-width: 92%;
  }
}




/*------------------------------------------------------------*/
/*RESPONSIVE PÁGINA INFORMACIÓN*/
/*------------------------------------------------------------*/
/**************************************************************/
header {
  width: 100%;
}

.titulo-header {
  max-width: 100%;
  word-wrap: break-word;
}

@media (max-width: 768px) {

  .materiales img {
    max-width: 80%;
  }

  .descripcion-material {
    max-width: 100%;
    margin: 20px auto;
  }

  .materiales h3 {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 425px) {

  .materiales img {
    max-width: 95%;
  }

  .descripcion-material {
    padding: 18px;
    font-size: 0.95rem;
  }
}

@media (max-width: 425px) {
  .inscripcion ul {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .inscripcion h2 {
    text-align: center;
  }
}

/* Desktop (por defecto) */
.imagen-inscripcion {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

/* Móvil */
@media (max-width: 768px) {
  .imagen-inscripcion {
    margin-left: auto;
    margin-right: auto;
  }
}


/*------------------------------------------------------------*/
/*RESPONSIVE PÁGINA VENTAS*/
/*------------------------------------------------------------*/
/**************************************************************/

@media (max-width: 425px) {
  .btn-comprar {
    padding: 14px 30px;
    font-size: 16px;
  }

  .icono-comprar {
    width: 18px;
    height: 18px;
  }
}


@media (max-width: 425px) {

  .ventas {
    height: auto;              /* CLAVE */
  }

  .img-ventas {
    width: 100%;
    height: auto;              /* CLAVE */
    max-height: 420px;         /* controla el tamaño */
    object-fit: contain;       /* NO recorta */
    background-color: #000;    /* opcional si fondo negro */
  }
}


/* PROTECCIÓN GLOBAL: NO TOCAR SVG DE BOOTSTRAP */
svg:not(.svg-pasta):not(.svg-herramientas):not(.svg-vasijas) {
  animation: none !important;
}

/***************************************************
 * Generated by SVG Artista HERRAMIENTAS
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/



svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-12 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-16 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

svg.active .svg-elem-17 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-18 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-19 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-20 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .svg-elem-21 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-22 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s;
}

svg.active .svg-elem-22 {
  fill: rgb(255, 255, 255);
}

/***************************************************
 * Generated by SVG Artista VASIJAS
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-12 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  fill: rgb(221, 124, 57);
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  fill: rgb(255, 255, 255);
}

/***************************************************
 * Generated by SVG PASTA CERÁMICA
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

.svg-pasta.active .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s ease 0.5s both;
  animation: animate-svg-fill-1 0.7s ease 0.5s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s ease 0.6s both;
  animation: animate-svg-fill-2 0.7s ease 0.6s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

.svg-pasta.active .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s ease 0.7s both;
  animation: animate-svg-fill-3 0.7s ease 0.7s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s ease 0.8s both;
  animation: animate-svg-fill-4 0.7s ease 0.8s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s ease 0.9s both;
  animation: animate-svg-fill-5 0.7s ease 0.9s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s ease 1s both;
  animation: animate-svg-fill-6 0.7s ease 1s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s ease 1.1s both;
  animation: animate-svg-fill-7 0.7s ease 1.1s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s ease 1.2000000000000002s both;
  animation: animate-svg-fill-8 0.7s ease 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s ease 1.3s both;
  animation: animate-svg-fill-9 0.7s ease 1.3s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s ease 1.4s both;
  animation: animate-svg-fill-10 0.7s ease 1.4s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s ease 1.5s both;
  animation: animate-svg-fill-11 0.7s ease 1.5s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s ease 1.6s both;
  animation: animate-svg-fill-12 0.7s ease 1.6s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s ease 1.7000000000000002s both;
  animation: animate-svg-fill-13 0.7s ease 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(221, 124, 57);
  }
}

.svg-pasta.active .svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s ease 1.8s both;
  animation: animate-svg-fill-14 0.7s ease 1.8s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-pasta.active .svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s ease 1.9000000000000001s both;
  animation: animate-svg-fill-15 0.7s ease 1.9000000000000001s both;
}

/* ===============================
   DESACTIVAR AUTO-ANIMACIÓN SVG PASTA
================================ */

.svg-pasta .svg-elem-1,
.svg-pasta .svg-elem-2,
.svg-pasta .svg-elem-3,
.svg-pasta .svg-elem-4,
.svg-pasta .svg-elem-5,
.svg-pasta .svg-elem-6,
.svg-pasta .svg-elem-7,
.svg-pasta .svg-elem-8,
.svg-pasta .svg-elem-9,
.svg-pasta .svg-elem-10,
.svg-pasta .svg-elem-11,
.svg-pasta .svg-elem-12,
.svg-pasta .svg-elem-13,
.svg-pasta .svg-elem-14,
.svg-pasta .svg-elem-15 {
  animation: none !important;
  fill: transparent !important;
}

/* ===============================
   ANIMACIÓN CONTROLADA POR .active
================================ */

.svg-pasta.active .svg-elem-1 {
  transition-delay: 0.5s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-2 {
  transition-delay: 0.7s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-3 {
  transition-delay: 0.9s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-4 {
  transition-delay: 1.1s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-5 {
  transition-delay: 1.3s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-6 {
  transition-delay: 1.5s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-7 {
  transition-delay: 1.7s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-8 {
  transition-delay: 1.9s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-9 {
  transition-delay: 2.1s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-10 {
  transition-delay: 2.3s;
  fill: #fff;
}

.svg-pasta.active .svg-elem-11 {
  transition-delay: 2.5s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-12 {
  transition-delay: 2.7s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-13 {
  transition-delay: 2.9s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-14 {
  transition-delay: 3.1s;
  fill: currentColor;
}

.svg-pasta.active .svg-elem-15 {
  transition-delay: 3.3s;
  fill: #fff;
}