@charset "UTF-8";
/**
* Decorsa - Rediseño 2025
* Date: 08 - 2025
*
**/
.custom-bg-primary {
  background-color: #aebc1f;
}

.custom-bg-gray-900 {
  background-color: #5f6161;
}

.custom-bg-gray-700 {
  background-color: #606161;
}

.custom-bg-gray-500 {
  background-color: #a9a9a9;
}

.custom-bg-gray-300 {
  background-color: #f5f5f5;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-custom-primary {
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #aebc1f !important;
  padding: 0.5rem 1.35rem !important;
  border: solid 1px #aebc1f;
  color: #fff !important;
  border-radius: 0.5rem !important;
  transition: all 0.2s;
}
.btn-custom-primary:hover {
  background-color: #859018 !important;
  color: #ffffff !important;
}

.btn-home {
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #caff66 !important;
  padding: 1.1rem 2.7rem !important;
  border: solid 1px #caff66;
  color: #1b1b1b !important;
  border-radius: 1.3rem !important;
  transition: all 0.2s;
}
.btn-home:hover {
  background-color: #0A504B !important;
  color: #ffffff !important;
  border: solid 1px #0A504B;
}
.btn-home .figura {
  width: 23px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .btn-home {
    padding: 0.7rem 1.2rem !important;
  }
}

.separadorh {
  width: 5%;
}
@media only screen and (max-width: 575px) {
  .separadorh {
    display: none;
  }
}

.btn-wssp {
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #25d366 !important;
  padding: 1.1rem 2.7rem !important;
  color: #ffffff !important;
  border-radius: 1.3rem !important;
  transition: all 0.2s;
}
.btn-wssp .figura {
  width: 23px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .btn-wssp {
    padding: 0.7rem 1.2rem !important;
  }
}

.btn-black {
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #03352b !important;
  padding: 0.5rem 1.5rem !important;
  border: solid 1px #023127;
  color: #fff !important;
  border-radius: 1.3rem !important;
  transition: all 0.2s;
  margin: 0px 10px;
}
.btn-black:hover {
  background-color: black !important;
  color: #ffffff !important;
}

.btn-outline-custom-primary {
  display: inline-block;
  color: #aebc1f !important;
  font-weight: 500;
  font-size: 16px;
  padding: 0.5rem 1.35rem;
  border: solid 1px #aebc1f;
  border-radius: 0.5rem;
  transition: all 0.2s;
  margin-right: 15px;
}
.btn-outline-custom-primary:last-child {
  margin-right: 0;
}
.btn-outline-custom-primary:hover {
  background-color: #aebc1f !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .btn-outline-custom-primary {
    padding: 0.5rem 0.75rem;
    margin-right: 5px;
  }
}

.text-custom-primary {
  color: #aebc1f !important;
}

.text-gray-900 {
  color: #5f6161 !important;
}

.text-gray-700 {
  color: #606161 !important;
}

.text-gray-500 {
  color: #a9a9a9 !important;
}

.text-gray-300 {
  color: #f5f5f5 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 600 !important;
}

.text-xsmall {
  font-size: 12px !important;
}

.text-small {
  font-size: 14px !important;
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #f5f5f5;
  width: 90%;
}

.separator-gray {
  display: block;
  height: 0;
  border-bottom: 2px solid #e8e8e8;
  width: 70%;
  margin: 30px 0;
}
.separator-gray__full {
  display: block;
  border-bottom: 1px solid #a9a9a9;
  width: 100%;
  margin: 30px 0;
}

.separator-light-gray {
  display: block;
  height: 0;
  border-bottom: 2px solid #f5f5f5;
  margin: 30px 0;
}

.separator-green {
  display: block;
  height: 0;
  border-bottom: 2px solid #aebc1f;
  width: 30%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .separator-green {
    width: 70%;
  }
}
.separator-green__full {
  display: block;
  border-bottom: 3px solid #aebc1f;
  width: 100%;
  margin: 30px 0;
}

.contenedor {
  max-width: 1140px;
  margin: 0 auto;
}

.section {
  padding: 75px 30px;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 30px;
  }
}

.section-content-left {
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  margin-bottom: 50px;
}
.section-content-left__content {
  position: absolute;
  top: 35%;
  left: 200px;
  transform: translate(0px, -35%);
  background-color: #fff;
  padding: 2rem;
  width: 30%;
  box-shadow: 0px 5px 0px 0px rgb(174, 188, 31);
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-left__content {
    width: 60%;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .section-content-left__content {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, 0%);
  }
}
.section-content-left__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #606161 !important;
  text-wrap: balance;
}
.section-content-left__title span {
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-content-left__title {
    font-size: 1.35rem;
  }
}
.section-content-left__description {
  font-size: 1.25rem;
  font-weight: 400;
  color: #606161 !important;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .section-content-left__description {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .section-content-left {
    height: 50vh;
  }
}

.section-content-right {
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  margin-bottom: 50px;
}
.section-content-right__content {
  position: absolute;
  top: 35%;
  right: 200px;
  transform: translate(0%, -35%);
  background-color: #fff;
  padding: 2rem;
  width: 30%;
  box-shadow: 0px 5px 0px 0px rgb(174, 188, 31);
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-right__content {
    width: 60%;
    right: 20%;
  }
}
@media (max-width: 767px) {
  .section-content-right__content {
    width: 100%;
    right: 0;
    top: 50%;
    transform: translate(0%, 0%);
  }
}
.section-content-right__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #606161 !important;
}
@media (max-width: 767px) {
  .section-content-right__title {
    font-size: 1.35rem;
  }
}
.section-content-right__description {
  font-size: 1.25rem;
  font-weight: 400;
  color: #606161 !important;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .section-content-right__description {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .section-content-right {
    height: 50vh;
  }
}

.pre-section {
  margin-bottom: 0;
}

.filters-clear {
  font-family: "Montserrat", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

/**
* Decorsa - Rediseño 2025
* Date: 08 - 2025
*
**/
@font-face {
  font-family: "Roobert";
  src: url('../../fonts/RoobertSemiBold.ttf') format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Roobert";
  src: url('../../fonts/RoobertMedium.ttf') format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roobert";
  src: url('../../fonts/RoobertRegular.ttf') format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Space";
  src: url('../../fonts/SpaceGrotesk-Bold.ttf') format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Ciutadella";
  src: url('../../fonts/CiutadellaRounded-Rg.ttf') format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Ciutadella";
  src: url('../../fonts/CiutadellaRounded-Md.ttf') format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Ciutadella";
  src: url('../../fonts/CiutadellaRounded-Bd.ttf') format("truetype");
  font-style: normal;
  font-weight: 700;
}
html {
  box-sizing: border-box;
  background: transparent;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roobert", sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
  color: #1b1b1b !important;
}

.btn-greend:hover {
  background-color: #0A504B !important;
}

.btn-greenl:hover {
  color: #ffffff !important;
  background-color: #0A504B !important;
  border: 1px solid #0A504B !important;
  box-shadow: none;
}

h1 {
  font-size: 70px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px !important;
  }
}

h2 {
  font-size: 46px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px !important;
  }
}

h3 {
  font-size: 38px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px !important;
  }
}

h4 {
  font-size: 28px !important;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24 !important;
  }
}

h6 {
  font-size: 1rem !important;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600 !important;
  color: #5f6161 !important;
}

p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.d-padding {
  padding: 80px 9% !important;
}

.space {
  font-family: "Space", sans-serif !important;
}

.txt-verdeoscuro {
  color: #03352b !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  color: #1b1b1b !important;
  text-decoration: none !important;
  font-weight: 600;
}
a:hover {
  color: #aebc1f !important;
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

.bb-green {
  border-bottom: 5px solid #aebc1f;
}

.bl-green {
  border-left: 2px solid #aebc1f;
}

.bl-grey {
  border-left: 3px solid #f5f5f5;
}

.fw-medium {
  font-weight: 500 !important;
}

.d-pad {
  padding: 100px 0;
}

.d-pad-min {
  padding: 50px 0;
}

.line {
  width: 100%;
  height: 3px;
  background-color: #aebc1f;
}
.line.bg-grey {
  background-color: #f5f5f5;
}

.subheader {
  background-color: #f5f5f5 !important;
}
.subheader__menu {
  max-width: 1140px;
  margin: 0 auto;
}

.subheader__nav__list {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  margin-bottom: 0;
  gap: 10px;
}
.subheader__nav__list li a {
  font-size: 12px !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .subheader__nav__list {
    justify-content: space-between;
  }
}

.newheader .desktop-item {
  display: block !important;
}
.newheader .tablet {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .newheader .desktop-item {
    display: none !important;
  }
  .newheader .tablet {
    display: block !important;
  }
}

.newheader {
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .header__logo img {
    width: 95% !important;
  }
}

.header__logo a img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .header__logo a img {
    max-width: 150px;
  }
}

.header__menu {
  display: flex;
  flex: 1 1 auto;
  justify-content: end;
  align-items: center;
}
.header__menu .liga {
  padding: 0 15px;
  font-size: 16px !important;
}
.header__menu a {
  font-size: 16px !important;
}
.header__menu .btn-black {
  margin-right: 75px;
}
.header__menu .btn-black:hover {
  background-color: #f54a5b !important;
}
.header__menu .br {
  border-right: 1px solid #1b1b1b;
}
@media (max-width: 767px) {
  .header__menu {
    width: 100%;
    justify-content: space-between;
  }
}
.header__menu .search-icon {
  display: flex;
  background: #f54a5b;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1b1b1b !important;
  font-weight: 400;
  font-size: 20px !important;
}
.header__menu .search-icon i {
  color: #1b1b1b !important;
}
@media (max-width: 767px) {
  .header__menu .search-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.header__menu--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .header__menu--icon {
    width: 30px;
    height: 30px;
  }
}
.header__menu .header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .header__menu .header__actions {
    gap: 10px;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  background-color: #333;
  color: white;
}

.search-link {
  cursor: pointer;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.faqs .card {
  border: none !important;
  border-radius: 0 !important;
}
.faqs .card:not(.collapsed) {
  background-color: #EAFCD6;
  border-radius: 30px !important;
}
.faqs .card-header {
  background-color: unset;
  padding: 0 !important;
  border: unset;
  border-radius: 30px !important;
  margin-bottom: 20px;
}
.faqs .card-header .btn {
  background-color: #f5f5f5;
  background-image: url('../../img/icono-faqs-02.png') !important;
  background-repeat: no-repeat !important;
  background-position: 96% 50% !important;
  padding: 15px 30px !important;
  background-size: 20px !important;
  font-weight: bold !important;
}
.faqs .card-header .btn:not(.collapsed) {
  background-image: url('../../img/icono-faqs-01.png') !important;
  background-color: #EAFCD6;
}
.faqs .card-body {
  border-top: 1px solid #1b1b1b;
  width: 95%;
}

.search-box {
  display: none;
  background-color: #EAFCD6 !important;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 30px;
  padding: 1% 2%;
}
.search-box__content {
  width: 100%;
}
.search-box.active {
  display: flex;
  position: absolute;
  top: 13%;
  right: 28%;
  width: 38%;
  height: auto;
  background: #fff;
  z-index: 999;
}
@media (max-width: 767px) {
  .search-box.active {
    width: 95%;
    top: 15%;
    right: 2.5%;
    border-radius: 25px;
    padding: 8px 15px;
  }
  .search-box.active h4 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .search-box.active {
    top: 12%;
    right: 35%;
    width: 33%;
  }
}
.search-box .caja {
  display: flex;
  position: relative;
}
.search-box .caja .search-input {
  padding-right: 25px;
  background-size: 25px;
  border-radius: 0;
  margin: 15px 0px;
  width: 100%;
  border: none !important;
  border-radius: 30px !important;
  color: #555555 !important;
  font-weight: 500;
}
.search-box .caja .search-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: solid 1px #aebc1f;
}
@media (max-width: 767px) {
  .search-box .caja .search-input {
    width: 90%;
  }
}
.search-box .caja .search-icon {
  position: absolute;
  top: 20%;
  right: 0;
}
.search-box .result-counter__text {
  font-size: 16px;
  color: #555555 !important;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .search-box .result-counter__text {
    font-size: 14px;
  }
}
.search-box .search-results {
  padding: 0px 20px;
  /* Estilos para los resultados de búsqueda */
}
.search-box .search-results__list {
  max-height: 600px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767px) {
  .search-box .search-results__list {
    max-height: 400px;
  }
}
.search-box .search-results__list::-webkit-scrollbar {
  width: 10px;
  margin: 0 10px !important;
}
.search-box .search-results__list::-webkit-scrollbar-track {
  background: #f5f5f5;
  border: solid 1px #a9a9a9;
}
.search-box .search-results__list::-webkit-scrollbar-thumb {
  background: #aebc1f;
}
.search-box .search-results__list::-webkit-scrollbar-thumb:hover {
  background: #9aa61b;
}
.search-box .search-results__item {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #a9a9a9;
  margin-bottom: 3px;
  margin-right: 10px;
}
.search-box .search-results__item:last-of-type {
  margin-bottom: 0;
}
.search-box .search-results__item__title {
  color: #606161;
  font-weight: 600;
}
.search-box .search-results__item__description {
  color: #606161 !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.search-box .search-results__image {
  width: 100px !important;
  height: 100px !important;
}
.search-box__footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #1b1b1b;
}
.search-box__footer__text {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 20px;
  margin: 0;
}

.sidebar {
  background-color: #03352b;
  width: 22%;
  padding: 1%;
  position: absolute;
  right: 5%;
  border-radius: 26px !important;
  top: 13%;
  z-index: 1;
  transition: transform 300ms ease-in;
}
.sidebar .separator-gray {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  margin: 18px 0;
}
@media (max-width: 767px) {
  .sidebar {
    width: 65%;
    border-radius: 22px !important;
    top: 24%;
  }
}
@media (min-width: 1600px) {
  .sidebar {
    top: 12%;
    right: 12%;
    width: 18%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 50%;
  }
}
.sidebar--isHidden {
  position: fixed;
  transform: translateX(50rem);
  transition: transform 300ms ease-out;
}
.sidebar-menu {
  list-style: none;
  padding: 1.5rem;
  margin-top: 0;
}
.sidebar-menu__item {
  cursor: pointer;
  margin-bottom: 0.4rem;
}
.sidebar-menu__item a {
  font-weight: 500 !important;
  text-decoration: none;
  color: #ffffff !important;
}
.sidebar-menu__item a:hover {
  font-weight: 600 !important;
  text-decoration: underline !important;
  color: #caff66 !important;
  transition: color 150ms linear;
}
.sidebar-menu__item--green a {
  color: #aebc1f !important;
  font-weight: 600 !important;
}
.sidebar-menu__item--green a:hover {
  text-decoration: none !important;
}

/* Footer Styles */
.footer {
  background-color: #f2f2f2;
  font-size: 16px !important;
}
.footer .menu1 {
  background-color: #03352b !important;
  padding: 16% 14%;
  border-radius: 30px;
}
.footer .menu1 .link {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.footer .menu1 .link:hover {
  color: #caff66 !important;
}
.footer .menu1 .sublink {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500;
}
.footer .menu1 .sublink:hover {
  color: #aebc1f !important;
}
.footer .menu1 li {
  margin: 6px 0 !important;
}
.footer .menu2 {
  background-color: #EAFCD6 !important;
  padding: 16% 14%;
  border-radius: 30px;
}
.footer .menu2 .link {
  color: #1b1b1b !important;
  font-weight: 500;
}
.footer .menu2 .link:hover {
  color: #0A504B !important;
}
.footer .menu2 .sublink {
  color: #1b1b1b !important;
  font-size: 16px;
  font-weight: 500;
}
.footer .menu2 .sublink:hover {
  color: #aebc1f !important;
}
.footer .menu2 li {
  margin: 6px 0 !important;
}
.footer .redes {
  display: flex;
}
.footer .redes .icon {
  width: 45px;
  margin: 0 5px;
}
@media only screen and (max-width: 575px) {
  .footer p {
    text-align: center;
    margin-bottom: 8%;
  }
  .footer .redescaja {
    text-align: center;
  }
  .footer .redes {
    justify-content: center;
  }
}

.mobile-item {
  display: none;
}

@media (max-width: 767px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
}