@charset "UTF-8";

* {
  font-optical-sizing: auto;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  max-width: 1920px;
  margin: auto;
  position: relative;
}

body.home-pages {
  max-width: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-block-start: 0;
  margin-block-end: 0;
}

section.section-home {
  background-color: #1A4D35;
  height: 100vh;
}

section.section-home .title {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  margin-top: 4rem;
}

section.section-home .subtitle {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}

section.section-home nav {
  margin-top: 5rem;
}

section.section-home nav ul {
  list-style-type: unset;
  padding-inline-start: unset;
}

section.section-home nav ul li {
  list-style: none;
}

section.section-home nav a.link-page {
  display: flex;
  flex-direction: column;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 5rem;
  transition: color 0.3s ease, transform 0.2s ease;
}

section.section-home nav a.link-page:hover {
  color: #FFD036;
  transform: translateY(-2px);
}

header {
  z-index: 9999;
}

@media (min-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1920px;
    border-radius: 40px;
    top: 80px;
    box-shadow: 0 8px 30px #000000;
    background-color: #FFFFFF;
  }
}

@media (min-width: 1200px) {
  header {
    width: 95%;
  }
}

@media (min-width: 992px) {
  header.is-stuck {
    top: 12px;
  }
}

header nav button.navbar-toggler {
  border: unset;
}

header nav button.navbar-toggler:focus {
  border-color: red;
}

header nav button.navbar-toggler span.navbar-toggler-icon {
  background-image: url("../png/hamburguer.png");
}

header nav .logo-mobile {
  top: 5px;
}

@media (min-width: 992px) {
  header nav .logo-mobile {
    top: 8px;
  }
}

header nav div.navbar-collapse {
  justify-content: space-between;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse {
    padding: 0 1rem;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  header nav div.navbar-collapse {
    padding: 0 2rem;
    justify-content: space-between;
  }
}

header nav div.navbar-collapse ul.navbar-nav {
  padding: 1rem 0;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav {
    padding: 0;
    gap: 1rem;
  }
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item-page ul.navbar-nav-page {
  list-style: unset;
  padding-inline-start: unset;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item-page ul.navbar-nav-page li.nav-item-page {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav li.nav-item-page ul.navbar-nav-page li.nav-item-page {
    margin-bottom: unset;
  }
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item-page ul.navbar-nav-page li.nav-item-page a.nav-link-page {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #194B34;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item-page ul.navbar-nav-page li.nav-item-page a.nav-link-page.active {
  color: #E35A00;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item a {
  text-transform: uppercase;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000;
  border-bottom: 1px solid #7C7C7C;
  margin-bottom: 1.5rem;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item a.active {
  color: #194B34;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item a:last-of-type {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav li.nav-item a:last-of-type {
    margin-bottom: unset;
  }
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav li.nav-item a {
    margin-bottom: unset;
    border-bottom: unset;
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: unset;
    color: #000000;
    padding: unset;
  }

  header nav div.navbar-collapse ul.navbar-nav li.nav-item a:hover {
    color: #1A4D35;
  }
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item a.show {
  color: #1A4D35;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu {
  --bs-dropdown-item-padding-x: 0;
  border: unset;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu {
    padding: 1rem;
  }
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li {
  margin-bottom: 0.5rem;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li:last-of-type {
  margin-bottom: unset;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #7C7C7C;
  border-bottom: unset;
  text-transform: unset;
}

header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:active {
  background-color: unset;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
    font-size: 11px;
    line-height: 15px;
  }

  header nav div.navbar-collapse ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover {
    color: #1A4D35;
  }
}

@media (min-width: 992px) {
  header nav div.navbar-collapse div.woo-tool {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

header nav div.navbar-collapse div.woo-tool form {
  margin-bottom: 1rem;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse div.woo-tool form {
    margin-bottom: unset;
  }
}

header nav div.navbar-collapse div.woo-tool form div.input-group {
  background-color: #C8C8C8;
  border-radius: 12px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
  max-width: 100%;
  height: 32px;
  align-items: center;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse div.woo-tool form div.input-group {
    max-width: 100%;
    height: unset;
    border-radius: 24px;
    width: 320px;
  }
}

header nav div.navbar-collapse div.woo-tool form div.input-group:hover {
  border-color: #1E1E1E;
}

header nav div.navbar-collapse div.woo-tool form div.input-group:focus-within {
  border-color: #1E1E1E;
}

header nav div.navbar-collapse div.woo-tool form div.input-group span {
  background-color: unset;
  border: unset;
  height: 32px;
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse div.woo-tool form div.input-group span {
    padding: 0.375rem 0.75rem;
    height: unset;
  }
}

header nav div.navbar-collapse div.woo-tool form div.input-group input {
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
}

@media (min-width: 992px) {
  header nav div.navbar-collapse div.woo-tool form div.input-group input {
    padding: 0.375rem 0.75rem 0.375rem 0;
  }
}

header nav div.navbar-collapse div.woo-tool form div.input-group input:focus {
  color: unset;
  background-color: unset;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

header .card-href {
  text-decoration: unset;
  color: #1A4D35;
}

header .card-href .cart-count-badge {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1A4D35;
  margin-left: 0.25rem;
}

header .card-href .cart-count-badge:hover {
  color: #E35A00;
}

header .result-item .item-info {
  display: flex;
  flex-direction: column;
}

header .result-item .item-info .title {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
}

header .result-item .item-info small {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: unset;
  color: #000000;
}

header .result-item .item-info small span {
  padding: unset !important;
}

div.top-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A4D35;
  height: 48px;
}

div.top-header a.category-item {
  display: flex;
  justify-content: center;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}

div.top-header a.category-item.active {
  color: #FFD036;
}

div.top-header a.category-item:hover {
  color: #FFD036;
}

section.hero-section div.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 704px;
  background-position: center bottom 0px;
  background-size: cover;
}

section.hero-section div.hero-content h1.hero-title {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  color: #FFFFFF;
}

section.hero-section div.hero-content h2.hero-subtitle {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

section.section-juegos-personalizados {
  background-color: #FFFFFF;
  padding: 8rem 0 3rem 0;
}

section.section-juegos-personalizados .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}

section.section-juegos-personalizados .section-subtitle {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.section-juegos-personalizados .section-subtitle span {
  color: #FF4800;
}

section.section-juegos-personalizados .wizard-container {
  padding: 3rem 0;
  background-color: #1A4D35;
  border-radius: 16px;
}

section.section-juegos-personalizados .wizard-container .wizard-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

section.section-juegos-personalizados .wizard-container .stepper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

section.section-juegos-personalizados .wizard-container .stepper div.step-dot {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

section.section-juegos-personalizados .wizard-container .stepper div.step-dot.active {
  background-color: #E35A00;
  height: 24px;
  width: 24px;
  border-radius: 100%;
}

section.section-juegos-personalizados .wizard-container .wizard-content-image {
  margin-bottom: 2rem;
}

section.section-juegos-personalizados .wizard-container .wizard-content-image img {
  display: block;
  margin: auto;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form p.question {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div#stepFields {
  padding: 0 1rem;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div#stepFields textarea {
  border-radius: 16px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.55);
  min-height: 128px;
}

@media (min-width: 992px) {
  section.section-juegos-personalizados .wizard-container .wizard-content-form div#stepFields textarea {
    min-height: 224px;
  }
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.contact-form input,
section.section-juegos-personalizados .wizard-container .wizard-content-form div.contact-form select,
section.section-juegos-personalizados .wizard-container .wizard-content-form div.contact-form textarea {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.55);
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 1rem 0 1rem;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.buttons-container .btn-back {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  color: #000000;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.buttons-container .btn-back:disabled {
  opacity: 0.5;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.buttons-container .btn-next {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #E35A00;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  color: #FFFFFF;
}

section.section-juegos-personalizados .wizard-container .wizard-content-form div.final-message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

section.section-catalogo {
  background-color: #FFFFFF;
  padding: 5rem 0;
}

section.section-catalogo .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}

section.section-catalogo .section-subtitle {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.section-catalogo .section-subtitle span {
  color: #FF4800;
}

section.section-catalogo a div.card-catalogo {
  border: 1px solid #BDBDBD;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 10px 10px 0 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

section.section-catalogo a div.card-catalogo:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #1A4D35;
}

section.section-catalogo a div.card-catalogo img {
  width: 100%;
  height: 72px;
}

@media (min-width: 992px) {
  section.section-catalogo a div.card-catalogo img {
    height: 213px;
  }
}

section.section-catalogo a div.card-catalogo div.card-body {
  padding: 1rem 0;
  flex-grow: 1;
}

section.section-catalogo a div.card-catalogo div.card-body p.card-text {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

section.section-diseno-modular {
  background-color: #FFFFFF;
}

section.section-diseno-modular .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 2rem;
}

section.section-diseno-modular img {
  width: 100%;
}

section.section-proyectos-destacados {
  padding: 5rem 0;
  background-color: #FFFFFF;
}

section.section-proyectos-destacados .modal button.close-modal {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  margin-top: 1.5rem;
}

section.section-proyectos-destacados .modal button.close-modal:hover {
  background: #E35A00;
}

section.section-proyectos-destacados .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem;
}

section.section-proyectos-destacados .project-image-container {
  margin-bottom: 2rem;
}

section.section-proyectos-destacados .project-image-container img {
  height: 288px;
}

@media (min-width: 992px) {
  section.section-proyectos-destacados .project-image-container img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  section.section-proyectos-destacados .project-image-container img {
    height: 480px;
  }
}

section.section-proyectos-destacados .project-image-container span {
  position: absolute;
  left: 1rem;
  bottom: 2rem;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}

section.section-proyectos-destacados .project-description-container {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  section.section-proyectos-destacados .project-description-container {
    margin-bottom: 2rem;
  }
}

section.section-proyectos-destacados .project-description-container .project-date {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 1rem;
}

section.section-proyectos-destacados .project-description-container .project-content {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

section.section-proyectos-destacados .project-description-container button {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  margin-top: 1.5rem;
}

section.section-proyectos-destacados .project-description-container button:hover {
  background: #E35A00;
}

section.section-proyectos-destacados div.thumbs-container {
  gap: 0.75rem;
}

section.section-proyectos-destacados div.thumbs-container div.ratio {
  height: 75px;
}

@media (min-width: 1200px) {
  section.section-proyectos-destacados div.thumbs-container div.ratio {
    height: 126px;
  }
}

section.section-pilares-albas {
  padding: 5rem 0;
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  section.section-pilares-albas {
    padding-bottom: 6rem;
  }
}

section.section-pilares-albas .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-bottom: 4rem;
}

section.section-pilares-albas div.content-pilares {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 992px) {
  section.section-pilares-albas div.content-pilares {
    flex-direction: row;
    gap: 2rem;
  }
}

@media (min-width: 1200px) {
  section.section-pilares-albas div.content-pilares {
    gap: 1rem;
  }
}

@media (min-width: 1400px) {
  section.section-pilares-albas div.content-pilares {
    gap: 3rem;
  }
}

section.section-pilares-albas div.content-pilares div.pilares-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.section-pilares-albas div.content-pilares div.pilares-container img {
  height: 64px;
  width: 64px;
  margin: auto;
  margin-bottom: 0.75rem;
}

section.section-pilares-albas div.content-pilares div.pilares-container .title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

@media (min-width: 992px) {
  section.section-pilares-albas div.content-pilares div.pilares-container .title {
    margin-bottom: 2rem;
  }
}

section.section-pilares-albas div.content-pilares div.pilares-container .subtitle {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

section.section-faqs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #1A4D35;
  border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 992px) {
  section.section-faqs {
    padding-top: 4rem;
  }
}

section.section-faqs .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

section.section-faqs .section-title span {
  color: #FFD036;
}

section.section-faqs form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  section.section-faqs form {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1rem;
  }
}

section.section-faqs form div.input-container {
  width: 100%;
}

section.section-faqs form div.input-container div.input-content {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  section.section-faqs form div.input-container div.input-content:last-of-type {
    margin-bottom: unset;
  }
}

section.section-faqs form div.input-container div.input-content input {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  height: 32px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
}

section.section-faqs form .textarea-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.section-faqs form .textarea-container textarea {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  height: 160px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  section.section-faqs form .textarea-container textarea {
    margin-bottom: 1rem;
  }
}

section.section-faqs form .textarea-container button {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #FF4800;
  border-radius: 16px;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  section.section-faqs form .textarea-container button {
    margin-bottom: unset;
  }
}

section.section-faqs form .final-message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

section.section-faqs .faqs-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFD036;
  margin-bottom: 2rem;
}

section.section-faqs div.accordion {
  background-color: unset;
  border: unset;
}

section.section-faqs div.accordion div.accordion-item {
  background-color: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: unset;
  border-top: 1px solid #FFFFFF;
}

section.section-faqs div.accordion div.accordion-item:last-of-type {
  border-bottom: 1px solid #FFFFFF;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

section.section-faqs div.accordion div.accordion-item .accordion-button {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

section.section-faqs div.accordion div.accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: unset;
  border-bottom: 1px solid #FFFFFF;
}

section.section-faqs div.accordion div.accordion-item .accordion-button::after {
  filter: brightness(0) invert(1);
  /* convierte la flecha en blanco */
}

section.section-faqs div.accordion div.accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  /* mantiene blanco cuando está abierto */
}

section.section-faqs div.accordion div.accordion-item .accordion-body {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 1rem 0.5rem;
}

footer {
  background: #1A4D35;
  padding: 2rem 0;
}

footer .footer-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

footer a {
  display: block;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  text-decoration: unset;
}

footer p {
  display: block;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

footer p.horario {
  margin-bottom: 1.5rem;
}

footer div.horario {
  margin-top: 4rem;
}

footer div.albas-footer-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  footer div.albas-footer-container {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

footer div.albas-footer-container img.logo {
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 64px;
  width: 189px;
}

@media (min-width: 992px) {
  footer div.albas-footer-container img.logo {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  footer div.albas-footer-container img.logo {
    margin-top: unset;
  }
}

footer div.albas-footer-container small {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #FFFFFF;
}

section.section-nuestra-historia {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  section.section-nuestra-historia {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

section.section-nuestra-historia p.attribute {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #1A4D35;
  margin-bottom: 1rem;
}

section.section-nuestra-historia p.attribute:last-of-type {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  section.section-nuestra-historia p.attribute:last-of-type {
    margin-bottom: 2rem;
  }
}

section.section-nuestra-historia .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 2rem;
}

section.section-nuestra-historia .section-content {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

section.section-nuestra-historia .section-content span {
  font-weight: 700;
}

section.section-nuestra-historia img {
  width: 100%;
  height: 354px;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  section.section-nuestra-historia img {
    height: 449px;
    width: 449px;
    margin-top: unset;
  }
}

section.section-contacto {
  padding: 5rem 0;
}

section.section-contacto .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem;
}

section.section-contacto .title {
  margin-bottom: 1rem;
}

section.section-contacto .contact-content {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  section.section-contacto .contact-content {
    margin-bottom: unset;
  }
}

section.section-contacto .contact-content span {
  display: block;
  color: #FF4800;
  margin-top: 2rem;
}

section.section-contacto .contact-content a {
  text-decoration: unset;
  color: #000000;
}

section.section-contacto .contact-content a:hover {
  color: #1A4D35;
}

section.section-contacto form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  section.section-contacto form {
    gap: 1rem;
  }
}

section.section-contacto form div.input-container {
  width: 100%;
}

section.section-contacto form div.input-container div.input-content {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  section.section-contacto form div.input-container div.input-content:last-of-type {
    margin-bottom: unset;
  }
}

section.section-contacto form div.input-container div.input-content input {
  background: #B2B2B2;
  border-radius: 7px;
  height: 32px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
}

section.section-contacto form .textarea-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.section-contacto form .textarea-container textarea {
  background: #B2B2B2;
  border-radius: 7px;
  height: 96px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  section.section-contacto form .textarea-container textarea {
    margin-bottom: 1rem;
  }
}

section.section-contacto form .textarea-container button {
  outline: unset;
  border-width: unset;
  border-style: unset;
  width: 120px;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

section.section-contacto form div.final-message {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

section.section-etapas-proyecto {
  padding: 5rem 0;
}

section.section-etapas-proyecto .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: left;
  color: #000000;
  margin-bottom: 2rem;
}

section.section-etapas-proyecto .etapas-container {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  gap: 2rem;
}

section.section-etapas-proyecto .etapas-container .etapas-content {
  border-bottom: 1px solid #000000;
}

section.section-etapas-proyecto .etapas-container .etapas-content span {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

section.section-etapas-proyecto div.accordion {
  background-color: unset;
  border: unset;
}

section.section-etapas-proyecto div.accordion div.accordion-item {
  background-color: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: unset;
  border-bottom: 1px solid #000000;
  margin-top: 2rem;
}

section.section-etapas-proyecto div.accordion div.accordion-item:last-of-type {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-button {
  background-color: unset;
  border: unset;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: unset;
  border-bottom: 1px solid #000000;
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-button::after {
  filter: brightness(0) invert(0);
  /* convierte la flecha en blanco */
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(0);
  /* mantiene blanco cuando está abierto */
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-body {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 1rem 0.5rem;
}

section.section-etapas-proyecto div.accordion div.accordion-item .accordion-body a {
  color: #0F3A25;
}

section.section-message {
  padding: 5rem 0;
}

section.section-message .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

section.section-message .section-title span {
  color: #FF4800;
}

section.section-catalogo-productos {
  padding: 3rem 0 5rem 0;
}

@media (min-width: 992px) {
  section.section-catalogo-productos {
    padding: 10rem 0;
  }
}

section.section-catalogo-productos .catalogo-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 1.5rem;
}

section.section-catalogo-productos ul {
  list-style-type: unset;
  padding-inline-start: unset;
}

section.section-catalogo-productos ul li {
  list-style: none;
}

section.section-catalogo-productos ul li a {
  list-style: none;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: unset;
}

section.section-catalogo-productos ul li a:hover {
  color: #1A4D35;
  font-weight: 600;
}

section.section-catalogo-productos .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 3rem;
}

section.section-catalogo-productos a div.card-catalogo {
  border: 1px solid #BDBDBD;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 10px 10px 0 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

section.section-catalogo-productos a div.card-catalogo:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #1A4D35;
}

section.section-catalogo-productos a div.card-catalogo img {
  width: 100%;
  height: 180px;
}

@media (min-width: 992px) {
  section.section-catalogo-productos a div.card-catalogo img {
    height: 213px;
  }
}

section.section-catalogo-productos a div.card-catalogo div.card-body {
  padding: 1rem 0;
  flex-grow: 1;
}

section.section-catalogo-productos a div.card-catalogo div.card-body p.card-text {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

section.section-catalogo-interes {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  section.section-catalogo-interes {
    padding: 8rem 0;
  }
}

section.section-catalogo-interes .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 32px;
}

section.section-catalogo-interes a div.card-catalogo {
  border: 1px solid #BDBDBD;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 10px 10px 0 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

section.section-catalogo-interes a div.card-catalogo:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #1A4D35;
}

section.section-catalogo-interes a div.card-catalogo:hover div.card-body p.card-text {
  color: #1A4D35;
  font-weight: 600;
}

section.section-catalogo-interes a div.card-catalogo img {
  width: 100%;
  height: 180px;
}

@media (min-width: 992px) {
  section.section-catalogo-interes a div.card-catalogo img {
    height: 213px;
  }
}

section.section-catalogo-interes a div.card-catalogo div.card-body {
  padding: 1rem 0;
  flex-grow: 1;
}

section.section-catalogo-interes a div.card-catalogo div.card-body p.card-text {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

section.section-catalogo-productos-single {
  padding: 3rem 0 0 0;
}

@media (min-width: 992px) {
  section.section-catalogo-productos-single {
    padding: 10rem 0 2rem 0;
  }
}

section.section-catalogo-productos-single .catalogo-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 1.5rem;
}

section.section-catalogo-productos-single ul {
  list-style-type: unset;
  padding-inline-start: unset;
}

section.section-catalogo-productos-single ul li {
  list-style: none;
}

section.section-catalogo-productos-single ul li a {
  list-style: none;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: unset;
}

section.section-catalogo-productos-single ul li a:hover {
  color: #1A4D35;
  font-weight: 600;
}

section.section-catalogo-productos-single .single-product-container {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  flex-direction: column;
}

@media (min-width: 992px) {
  section.section-catalogo-productos-single .single-product-container {
    flex-direction: row;
  }
}

section.section-catalogo-productos-single .single-product-container div.container-image img {
  height: 352px;
  width: 100%;
}

@media (min-width: 992px) {
  section.section-catalogo-productos-single .single-product-container div.container-image img {
    height: 480px;
    width: 480px;
  }
}

@media (min-width: 992px) {
  section.section-catalogo-productos-single .single-product-container div.container-product-data {
    width: 100%;
    min-width: 358px;
    max-width: 400px;
  }
}

section.section-catalogo-productos-single .single-product-container div.container-product-data .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.single-price {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #000000;
  gap: 0.5rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.single-price .single-price__value {
  font-weight: 600;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion {
  background-color: unset;
  border: unset;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item {
  background-color: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: unset;
  border-top: unset;
  border-bottom: 1px solid #CCCCCC;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-button {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-button span {
  font-weight: 400;
  margin-left: auto;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: unset;
  border-bottom: 1px solid #CCCCCC;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-button::after {
  content: "";
  background-image: url("../png/accordion-arrow-single.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.facilities-container div.accordion div.accordion-item .accordion-body {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 1rem 0.5rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form {
  flex-direction: column;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations {
  width: 100%;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr th.label {
  display: none;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value .install-pills {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value .install-pills .btn-pill-install {
  display: flex;
  align-items: center;
  outline: unset;
  border-width: unset;
  border-style: unset;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  width: 100%;
  justify-content: center;
}

@media (min-width: 992px) {
  section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value .install-pills .btn-pill-install {
    margin-bottom: unset;
  }
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value .install-pills .btn-pill-install.active {
  background: #E35A00;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value select,
section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form table.variations tbody tr td.value a {
  display: none !important;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart div.quantity input {
  width: 32px;
  justify-items: center;
  padding: unset;
  padding-inline: unset;
  border: unset;
  -moz-appearance: textfield;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart div.quantity input::-webkit-outer-spin-button,
section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart div.quantity .btn-pill-install {
  display: flex;
  align-items: center;
  background: #1A4D35;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  color: #FFFFFF;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  border-width: unset;
  border-style: unset;
  padding: 0.5rem 1rem;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit]:hover {
  background: #0F3A25;
  transform: translateY(-1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button[type=submit]:active {
  transform: translateY(0);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart {
  display: flex;
  align-items: center;
  gap: 1rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart div.quantity input {
  width: 32px;
  justify-items: center;
  padding: unset;
  padding-inline: unset;
  border: unset;
  -moz-appearance: textfield;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart div.quantity input::-webkit-outer-spin-button,
section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart div.quantity .btn-pill-install {
  display: flex;
  align-items: center;
  background: #1A4D35;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  color: #FFFFFF;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  border-width: unset;
  border-style: unset;
  padding: 0.5rem 1rem;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart button[type=submit]:hover {
  background: #0F3A25;
  transform: translateY(-1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data form.cart button[type=submit]:active {
  transform: translateY(0);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.container-product-description-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.container-product-description-content.age-recommended {
  flex-direction: column;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.container-product-description-content .container-product-description-content-title {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.container-product-description-content .container-product-description-content-content {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion {
  background-color: unset;
  border: unset;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item {
  background-color: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: unset;
  border-top: unset;
  border-bottom: 1px solid #CCCCCC;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-button {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: unset;
  border-bottom: 1px solid #CCCCCC;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-button::after {
  content: "";
  background-image: url("../png/accordion-arrow-single.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-body {
  background-color: unset;
  border: unset;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 1rem 0.5rem;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-body .description-content .description-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-body .description-content .description-item:last-child {
  border-bottom: none;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-body .description-content .description-item .description-label {
  font-weight: bold;
  color: #333;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.container-product-description div.accordion div.accordion-item .accordion-body .description-content .description-item .description-value {
  color: #666;
}

section.section-catalogo-productos-single .single-product-container div.container-product-data div.custom-category-message {
  background: #1A4D35;
  color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.woocommerce-no-products-found .woocommerce-info {
  border-top-color: #1A4D35;
}

.woocommerce-no-products-found .woocommerce-info::before {
  color: #1A4D35;
}

.woocommerce-info {
  border-top-color: #1A4D35 !important;
  display: flex;
  align-items: center;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-info::before {
  color: #1A4D35 !important;
  top: unset !important;
}

.woocommerce-info a {
  font-family: "Roboto Mono" !important;
  font-style: normal !important;
  color: #1A4D35;
  margin-left: auto !important;
}

.woocommerce-error {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-error::before {
  top: unset !important;
}

.woocommerce-error a {
  font-family: "Roboto Mono" !important;
  font-style: normal !important;
  color: #b81c23;
  margin-left: auto !important;
}

.woocommerce-message {
  border-top-color: #1A4D35 !important;
  display: flex;
  align-items: center;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-message::before {
  color: #1A4D35 !important;
  top: unset !important;
}

.woocommerce-message a {
  font-family: "Roboto Mono" !important;
  font-style: normal !important;
  color: #1A4D35;
  margin-left: auto !important;
}

.return-to-shop a.button {
  font-family: "Roboto Mono";
  font-style: normal;
  outline: unset;
  border-width: unset !important;
  border-style: unset !important;
  height: 36px;
  background: #1A4D35 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  max-width: 300px;
  padding-inline: unset;
  padding-block: unset;
  padding: 10px 20px;
  align-items: center;
  display: flex;
}

.return-to-shop a.button:hover {
  background: #E35A00 !important;
}

.return-to-shop a.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.woocommerce-pagination ul {
  list-style-type: unset;
  padding-inline-start: unset;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.woocommerce-pagination ul li {
  list-style: none;
}

.woocommerce-pagination ul li a.page-numbers {
  display: flex;
  justify-content: center;
  width: 32px;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}

.woocommerce-pagination ul li span.current {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #E35A00;
  width: 32px;
  display: flex;
  height: 32px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart {
  max-width: unset !important;
  padding: 5rem 0 5rem 0 !important;
}

@media (min-width: 992px) {
  .woocommerce-cart {
    padding: 10rem 0 5rem 0 !important;
  }
}

.woocommerce-cart .product-remove a {
  color: #dc3545;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  border-radius: 50%;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.woocommerce-cart .product-remove a:hover {
  background: #dc3545;
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }
}

.woocommerce-cart .coupon {
  margin-bottom: unset !important;
}

.woocommerce-cart .coupon input {
  width: 100%;
  max-width: 300px;
  flex: unset !important;
}

.woocommerce-cart .coupon button {
  font-family: "Roboto Mono";
  font-style: normal;
  outline: unset;
  border-width: unset !important;
  border-style: unset !important;
  width: 100%;
  height: auto;
  background: #1A4D35 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  max-width: 300px;
}

.woocommerce-cart .coupon button:hover {
  background: #E35A00 !important;
}

.woocommerce-cart div.woocommerce .section-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
  text-align: center;
  margin-bottom: 3rem;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table thead tr th {
  background-color: #1A4D35;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td .product-remove {
  max-width: 2rem;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-name {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-name a {
  color: unset;
  text-decoration: unset;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-name a:hover {
  text-decoration: underline;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-price,
.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-subtotal,
.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-quantity {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-quantity {
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .woocommerce-cart div.woocommerce form.woocommerce-cart-form table tbody tr td.product-quantity {
    display: table-cell;
  }
}

.woocommerce-cart div.woocommerce .cart-collaterals {
  display: block !important;
  margin-top: 4rem;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  border-bottom: 2px solid #1A4D35 !important;
  margin-bottom: 1.5rem;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals table tbody tr {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal td {
  color: #605E5E !important;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td {
  display: flex;
  justify-content: flex-end;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 1rem 0 0 0;
}

.woocommerce-cart div.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  font-family: "Roboto Mono";
  font-style: normal;
  background-color: #1A4D35 !important;
}

.woocommerce-cart .button-update-cart {
  font-family: "Roboto Mono";
  font-style: normal;
  outline: unset;
  border-width: unset !important;
  border-style: unset !important;
  width: 100%;
  height: 36px;
  background: #1A4D35 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 16px !important;
  color: #FFFFFF !important;
  max-width: 300px;
  padding-inline: unset;
  padding-block: unset;
  padding: 10px 20px;
  align-items: center;
  display: flex;
}

.woocommerce-cart .button-update-cart:hover {
  background: #E35A00 !important;
}

.woocommerce-cart .button-update-cart:disabled {
  pointer-events: none;
  opacity: 0.5;
}

section.section-checkout {
  max-width: unset !important;
  padding: 5rem 0 5rem 0 !important;
}

@media (min-width: 992px) {
  section.section-checkout {
    padding: 10rem 0 5rem 0 !important;
  }
}

.woocommerce-billing-fields h3 {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 1rem;
}

.woocommerce-billing-fields .form-row.woocommerce-validated input,
.woocommerce-billing-fields .form-row.woocommerce-validated select,
.woocommerce-billing-fields .form-row.woocommerce-validated .select2-selection {
  border-color: #1A4D35 !important;
}

.woocommerce-billing-fields .form-row.woocommerce-validated input.input-text,
.woocommerce-billing-fields .form-row.woocommerce-validated select.input-text,
.woocommerce-billing-fields .form-row.woocommerce-validated .select2-selection.input-text {
  border-color: #1A4D35 !important;
}

.woocommerce-billing-fields .form-row input {
  height: 40px !important;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
}

.woocommerce-billing-fields .form-row span,
.woocommerce-billing-fields .form-row li {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #515151;
}

.woocommerce-billing-fields .form-row.wc-doc-type {
  display: block;
}

.woocommerce-billing-fields .wc-doc-type .woocommerce-input-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.woocommerce-billing-fields .wc-doc-type input[type=radio] {
  margin-right: 0.25rem;
  display: none;
}

.woocommerce-billing-fields .wc-doc-type label.radio {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.woocommerce-billing-fields .wc-doc-type label.radio span {
  display: none;
}

.woocommerce-billing-fields .wc-doc-type input[type=radio]:checked+label.radio {
  border-color: #1A4D35;
  background: #E6F4EC;
  font-weight: 600;
}

.woocommerce-additional-fields h3 {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3#order_review_heading {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.woocommerce-checkout-review-order table {
  border-collapse: collapse !important;
}

.woocommerce-checkout-review-order table thead tr {
  background-color: #1A4D35;
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.woocommerce-checkout-review-order table tbody tr td.product-name {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-checkout-review-order table tbody tr td.product-total {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #605E5E;
}

.woocommerce-checkout-review-order table tfoot tr {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  border-width: unset;
  border-style: unset;
  padding: 0.5rem 1rem;
  min-width: 320px;
  height: 40px;
  border-radius: 30px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:hover {
  background: #0F3A25;
  transform: translateY(-1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button.button:active {
  transform: translateY(0);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.checkout-shipping-toggle .shipping-title {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 2rem;
  margin-top: 3rem;
  text-align: left;
}

@media (min-width: 768px) {
  .checkout-shipping-toggle .shipping-title {
    margin-top: unset;
    margin-bottom: 1rem;
  }
}

.checkout-shipping-toggle .shipping-info p {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .checkout-shipping-toggle .shipping-info p {
    margin-top: unset;
    margin-bottom: 1rem;
  }
}

.checkout-shipping-toggle .shipping-buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.checkout-shipping-toggle .shipping-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  border-width: unset;
  border-style: unset;
  padding: 0.5rem 1rem;
  height: 32px;
  background: #1A4D35;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 110px;
}

.checkout-shipping-toggle .shipping-buttons button.active {
  background: #E35A00;
}

.checkout-shipping-toggle .shipping-buttons button:hover {
  background: #0F3A25;
  transform: translateY(-1px);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.checkout-shipping-toggle .shipping-buttons button:active {
  transform: translateY(0);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

/*# sourceMappingURL=style.css.map */