@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gotham-6');

body {
  font-family: "Montserrat", sans-serif;
}

.splide-ambientes-main .ambientes-imgs-thumbs {
  transform: translate(0, -50%) scale(0.8);
}
.splide-ambientes-main.is-active .ambientes-imgs-thumbs {
  transform: translate(0, -50%);
}
.ambientes-imgs-thumbs {
  transition: transform 1s;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 0;
  background: #00000033;
  height: 79px;
  z-index: 10;
}

section {
  margin-bottom: 100px;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-content a {
  display: flex;
}

button#toggle-menu {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

svg.menu-close-icon {
  display: none;
}

.menu-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 79px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  pointer-events: none;
}

.menu-main-item {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu-main-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-second-level {
  position: absolute;
  top: 100px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #00000033;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  align-items: center;
  display: none;
}

.menu-second-level a {
  white-space: nowrap;
}

.menu-dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #00000033;
  z-index: -1;
}

.menu-dropdown a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
}

.menu-dropdown a:hover {
  text-decoration: underline;
}

.menu-main-item:hover .menu-second-level {
  display: flex;
}

.menu.show .menu-dropdown {
  opacity: 1;
  pointer-events: all;
}

.menu.show svg.menu-close-icon {
  display: block;
}

.menu.show svg.menu-icon {
  display: none;
}

.main-banner-image img {
  width: 100%;
}

section.main-banner {
  position: relative;
}

.main-banner-content {
  position: absolute;
  bottom: 80px;
  padding: 0 80px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

.main-banner-content p {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 30px;
  color: #fff;
}

.main-banner-content a {
  display: flex;
  height: 50px;
  border: 1px solid #fff;
  padding: 0 20px;
  width: fit-content;
  text-decoration: none;
  align-items: center;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}

.main-banner-content a:hover {
  background: #fff;
  color: #1f1f1f;
}

.main-banner-mobile {
  display: none;
}

.video-our-story video {
  width: 100%;
}

.video-mobile {
  display: none;
}

.video-title,
.our-projects-title,
.reviews-title,
.common-questions-title {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Gotham", "Montserrat", sans-serif;
  font-weight: 325;
}

.cards-slider-item {
  background: #edecec;
  padding: 52px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.cards-slider-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #030304;
  text-transform: uppercase;
}

.cards-slider-item-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #030304;
  line-height: 17px;
}

.splide__arrow {
  height: 54px;
  width: 54px;
  background: #fff;
  border: 1px solid #1f1f1f;
  opacity: 1 !important;
  transition: background 0.3s;
}

.splide__arrow:hover {
  background: #1f1f1f;
}

.splide__arrow path {
  transition: 0.3s;
}

.splide__arrow:hover path {
  fill: #fff;
}

.cards-slider .splide__arrow {
  top: calc(50% - 18px);
}

.splide__arrow.splide__arrow--prev {
  left: 10.5%;
  transform: translateY(-50%) rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  right: 10.5%;
}

.cards-slider .splide {
  padding-bottom: 36px;
}

.splide__pagination {
  bottom: 0;
  gap: 16px;
}

.splide__pagination li {
  display: flex;
}

.splide__pagination__page {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #1f1f1f;
  border-radius: 0;
  width: 6px;
  height: 6px;
  margin: 0;
  transform: none !important;
  transition: 0.3s;
}

.splide__pagination__page.is-active {
  width: 100px;
  background-color: #1f1f1f;
}

.projects-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-slider-item {
  height: 100%;
  position: relative;
}

.our-projects .splide {
  margin-bottom: 30px;
}

.our-projects-title {
  margin-bottom: 10px;
}

.our-projects-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #030304;
  text-align: center;
  margin-bottom: 30px;
}

.projects-slider-item-content {
  position: absolute;
  bottom: 50px;
  left: 120px;
  opacity: 0;
  transition: 0.5s;
}

.projects-slider-item-content p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.projects-slider-item-content a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.splide__slide.is-active .projects-slider-item-content {
  opacity: 1;
}

.our-projects-btn {
  display: flex;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #1f1f1f;
  margin: 0 auto;
  width: fit-content;
  transition: 0.3s;
}

.our-projects-btn:hover {
  background: #1f1f1f;
  color: #fff;
}

.our-projects .splide__pagination {
  width: fit-content;
  bottom: -58px;
  right: 10.5%;
  left: auto;
}

.projects-slider-mobile {
  display: none;
}

.reviews-tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.reviews-tab-content.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.reviews-title {
  margin-bottom: 20px;
}

.reviews-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

button.reviews-tab {
  height: 47px;
  background: transparent;
  border: 1px solid #1f1f1f;
  padding: 0 25px;
  transition: 0.3s;
  font-size: 14px;
  color: #1f1f1f;
  cursor: pointer;
}

button.reviews-tab.active {
  background: #1f1f1f;
  color: #fff;
}

.reviews-resume-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}

.reviews-resume-rating p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  color: #1f1f1f;
}

.reviews-google-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 10px;
}

.reviews-google-link a {
  font-size: 14px;
  font-weight: 600;
  color: #4280ef;
}

.reviews-google-link span {
  font-size: 14px;
  font-weight: 325;
  color: #030304;
  font-family: "Gotham", sans-serif;
}

.reviews-slider-item {
  padding: 50px;
  background: #ededec;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews-slider-item img {
  margin-bottom: 20px;
  border-radius: 25px;
}

p.review-name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.review-rating p {
  font-size: 14px;
  color: #030304;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}

p.review-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  margin-bottom: 10px;
}

p.review-date {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-top: auto;
}

.reviews-slider .splide {
  padding-bottom: 48px;
}

.reviews-slider .splide__slide {
  transition: 0.3s;
}

.reviews-slider .splide__slide:not(.is-visible) {
  opacity: 0.3;
}

.common-questions-container {
  max-width: 1564px;
  padding: 0 30px;
  margin: auto;
}

.common-questions details summary {
  list-style: none;
  height: 54px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #030304;
  text-transform: uppercase;
  cursor: pointer;
}

.common-questions details {
  position: relative;
  padding: 0 296px 0 148px;
  font-size: 14px;
  color: #030304;
  font-weight: 400;
  line-height: 17px;
}

.common-question:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededec;
}

.common-questions-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #1f1f1f;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 148px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.common-questions details svg {
  transition: 0.3s;
}

.common-questions-title {
  margin-bottom: 50px;
}

.common-questions details[open] svg path {
  fill: #1f1f1f;
}

.common-questions details[open] svg {
  transform: rotate(45deg);
}

.common-questions details[open] .common-questions-icon {
  background-color: #fff;
  border: 1px solid #1f1f1f;
}

.common-question-content {
  font-size: 14px;
}

.newsletter {
  background: #f9f9f9;
  padding: 50px 0;
}

.newsletter-container {
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.newsletter-title {
  font-size: 32px;
  font-weight: 350;
  color: #030304;
  max-width: 262px;
  font-family: "Gotham", sans-serif;
}

.newsletter input,
.newsletter select {
  height: 50px;
  background: #fff;
  border: none;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 280px;
  color: #030304;
  appearance: none;
}

.newletter-form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.newsletter select {
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99995 6.36367L14.2222 -7.77092e-08L16 1.81819L7.99995 10L-7.94756e-08 1.81819L1.77777 -6.21674e-07L7.99995 6.36367Z' fill='%231E3954'/%3E%3C/svg%3E%0A")
    no-repeat;
  background-color: #fff;
  background-position: calc(100% - 30px) 50%;
}

.newsletter input::placeholder {
  color: #030304;
  opacity: 1;
}

.newsletter input::-ms-input-placeholder {
  color: #030304;
}

.newsletter-submit {
  height: 50px;
  width: 280px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  white-space: nowrap;
  background: none;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-submit:hover {
    background: #000;
    color: #fff;
}

footer {
  position: relative;
  z-index: 2;
}

.footer-row {
  background: #745a41;
  padding: 40px 0 60px;
}

.footer-container {
  max-width: 1464px;
  margin: 0 auto;
}

.footer-infos {
  border-bottom: 1px solid #ededec;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer-stores,
.footer-institucional {
  display: flex;
  gap: 45px;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-store,
.footer-institucional-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-store p,
.footer-store a,
.footer-institucional-link,
.footer-institucional-title {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
}

.store-title,
.footer-institucional-title {
  font-weight: 600 !important;
}

.footer-institucional-link {
  text-decoration: none;
}

.footer-institucional-link.b {
  font-weight: 600;
}

.footer-institucional-col {
  max-width: 132px;
}

.footer-institucional-link {
  white-space: inherit;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-final {
  margin: 50px 58px 0 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.footer-final p {
  font-size: 14px;
  font-weight: 400;
}

.footer-infos-mobile,
.footer-legal-text.mobile,
.footer-logo-mobile {
  display: none;
}

.whatsapp-popup {
  position: fixed;
  z-index: 999;
  right: 69px;
  bottom: 70px;
  display: flex;
  gap: 5px;
  transition: 0.3s;
}

.whatsapp-popup a {
  height: 50px;
  border-radius: 25px;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 13px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
  max-width: 50px;
  white-space: nowrap;
}

.whatsapp-popup b {
  font-weight: 600;
}

.whatsapp-popup button {
  width: 20px;
  height: 20px;
  border: 1px solid #1f1f1f;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.whatsapp-popup a svg {
  min-width: 24px;
  height: 24px;
}

.whatsapp-popup .whatsapp-popup-wrapper:hover a {
  max-width: 310px;
  padding: 0 17px;
}

.whatsapp-popup .whatsapp-popup-wrapper:hover ~ button {
  opacity: 0;
  pointer-events: none;
}

.newsletter-container form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .our-projects .splide__list .splide__slide {
    width: calc(8.3333% - 16px) !important;
    transform: none !important;
    opacity: 1 !important;
    margin-right: 16px !important;
    transition: width 0.5s !important;
    height: calc(100vw / 3.0876);
  }

  .our-projects .splide__list .splide__slide:last-child {
    margin-right: 0 !important;
  }

  .our-projects .splide__list .splide__slide.is-active {
    width: calc(75%) !important;
  }
}

@media (max-width: 1100px) {
  .main-banner-content {
    bottom: 40px;
    padding: 0 40px;
  }

  .main-banner-content p {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 20px;
  }

  .main-banner-content a {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }

  .reviews-slider-item {
    padding: 50px 30px;
    border-radius: 20px;
  }

  .common-questions details {
    padding: 0 228px 0 80px;
  }

  .common-questions-icon {
    right: 80px;
  }

  .newsletter-container form {
    gap: 50px;
    flex-direction: column;
  }

  .footer-infos {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .main-banner-mobile {
    display: block;
  }

  .main-banner-desktop {
    display: none;
  }

  .main-banner-content p {
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 20px;
  }

  .main-banner-content a {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    color: #1f1f1f;
  }

  .main-banner-content {
    bottom: 30px;
    padding: 0 20px;
  }

  header {
    padding: 0 20px;
    height: 80px;
  }

  .header-content {
    width: 100%;
    justify-content: space-between;
  }

  .header-content img {
    width: 136px;
    height: auto;
  }

  .menu-icon {
    width: 18px;
    height: 16px;
  }

  .menu-close-icon {
    width: 20px;
    height: 20px;
  }

  .menu-dropdown {
    height: calc(100vh - 80px);
    flex-direction: column;
    gap: 50px;
  }

  .video-mobile {
    display: block;
  }

  .video-desktop {
    display: none;
  }

  section {
    margin-bottom: 50px;
  }

  .video-title,
  .common-questions-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .cards-slider-item {
    padding: 35px 30px;
  }

  .our-projects-btn {
    font-size: 14px;
    margin: 0 0 0 20px;
  }

  .our-projects .splide__pagination {
    right: 20px;
    padding: 0;
    bottom: -47px;
  }

  .splide__pagination {
    gap: 10px;
  }

  .splide__pagination__page {
    width: 4px;
    height: 4px;
  }

  .splide__pagination__page.is-active {
    width: 50px;
  }

  .our-projects .splide {
    margin-bottom: 20px;
  }

  .projects-slider-mobile {
    display: block;
  }

  .projects-slider-desktop {
    display: none;
  }

  .projects-slider-item-content {
    opacity: 1;
    bottom: 20px;
    left: 20px;
  }

  .projects-slider-item-content p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .projects-slider-item-content a {
    font-size: 12px;
    font-weight: 400;
  }

  .our-projects-title,
  .reviews-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .our-projects-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: "Gotham";
    font-weight: 325;
    padding: 0 20px;
  }

  .reviews-slider .splide__slide {
    opacity: 1 !important;
  }

  .reviews-tabs {
    padding: 0 20px;
    overflow: auto;
    justify-content: flex-start;
    gap: 10px;
  }

  .reviews-tabs::-webkit-scrollbar {
    display: none;
  }

  button.reviews-tab {
    white-space: nowrap;
  }

  .reviews-resume-rating p {
    font-size: 20px;
  }

  .reviews-resume-rating {
    gap: 10px;
  }

  .reviews-google-link {
    margin-bottom: 30px;
  }

  .reviews-slider .splide {
    padding-bottom: 24px;
  }

  .common-questions-container {
    padding: 0 20px;
  }

  .common-questions details {
    padding: 0;
  }

  .common-questions-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    position: static;
    transform: none;
  }

  .common-questions details summary {
    gap: 20px;
    font-size: 14px;
  }

  .common-question-content {
    padding-left: 60px;
  }

  .newletter-form-row {
    flex-direction: column;
  }

  .newsletter input,
  .newsletter select {
    font-size: 14px;
  }

  .newsletter {
    padding: 40px 0 30px;
  }

  .newsletter-container {
    padding: 0 20px;
    gap: 18px;
  }

  .newsletter-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .newsletter-submit {
    height: 50px;
    border: 1px solid #000;
    width: 280px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
  }

  .newsletter-submit:hover {
    background: #000;
    color: #fff;
  }

  .footer-infos {
    display: none;
  }

  .footer-infos-mobile {
    display: flex;
    padding: 0 4px;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededec;
  }

  .footer-stores {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .footer-store {
    gap: 5px;
  }

  .footer-infos-mobile summary {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .footer-row {
    padding: 30px 0;
  }

  .footer-details-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .footer-infos-mobile details[open] svg {
    transform: rotate(180deg);
  }

  .footer-institucional-col {
    gap: 20px;
    max-width: none;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-final {
    margin: 0;
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .footer-final p {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
  }

  .footer-legal-text.desktop,
  .footer-logo {
    display: none;
  }

  .footer-legal-text.mobile,
  .footer-logo-mobile {
    display: block;
  }

  .whatsapp-popup {
    bottom: 50px;
    right: 20px;
  }

  .whatsapp-popup a {
    pointer-events: none;
  }

  .whatsapp-popup-wrapper:hover a {
    pointer-events: all;
  }

  .menu-main-item {
    width: 100%;
    height: fit-content;
    display: block;
  }

  .menu-main-label {
    gap: 36px;
    height: 50px;
    justify-content: center;
  }

  .menu-dropdown a {
    height: 50px;
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .menu-second-level {
    position: static;
    background: none;
    backdrop-filter: none;
    transform: none;
    gap: 30px;
    background: #1f1f1f;
    padding: 30px 0;
  }

  .menu-dropdown {
    overflow: auto;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #00000033;
    padding: 50px 0;
    gap: 20px;
    justify-content: flex-start;
  }

  .menu-dropdown::before {
    display: none;
  }

  .menu-main-item a {
    width: fit-content;
    height: fit-content;
    min-height: 0;
  }
}

@media (min-width: 460px) {
  .reviews-tabs {
    justify-content: center;
  }
}

/* ambientes */

.ambientes {
  margin: 0;
}

.ambientes-main-slider > .splide__track {
  height: calc(100vh) !important;
}

.ambientes-room img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__pagination--ambientes-main-slider {
  flex-direction: row;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 219px;
  padding: 0;
  top: auto;
  flex-wrap: nowrap;
}

.splide__pagination--ambientes-main-slider .splide__pagination__page {
  width: auto;
  padding: 0 15px;
  width: 70px;
  height: 70px;
  background: #ffffff4d;
  border: none;
  display: flex;
  overflow: hidden;
  gap: 16px;
  align-items: center;
  border-radius: 35px;
  transition: width 0.5s, padding 0.5s;
  font-size: 20px;
  font-weight: 500;
  color: #4b3223;
  font-family: "Montserrat", sans-serif;
}

.splide__pagination--ambientes-main-slider .splide__pagination__page svg {
  min-width: fit-content;
  transition: 0.5s;
}

.splide__pagination--ambientes-main-slider
  .splide__pagination__page:not(.is-active)
  svg
  path {
  fill: #ffffff;
}

.splide__pagination--ambientes-main-slider .splide__pagination__page.is-active {
  width: 250px;
  background: #ffffff;
  padding: 0 30px;
  justify-content: center;
}

.splide__pagination--ambientes-main-slider .splide__pagination__page span {
  transition: 0.5s;
  opacity: 0;
}

.splide__pagination--ambientes-main-slider
  .splide__pagination__page.is-active
  span {
  opacity: 1;
}

.ambientes-room {
  height: 100%;
}

.ambientes-types-slider-pagination {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 2;
  gap: 41px;
}

.img-options-popup-content {
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(8px);
  background: #00000033;
  padding: 23px 30px;
  position: absolute;
  left: 0;
  top: -189px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 17px;
  display: none;
}

.img-options-popup.open .img-options-popup-content {
  display: flex;
}

.img-options-popup-trigger {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: #fff;
  padding: 0;
  border: none;
  cursor: pointer;
}

.img-options-popup-trigger svg.popup-close {
  display: none;
}

.img-options-popup.open .img-options-popup-trigger svg.popup-close {
  display: block;
}

.img-options-popup.open .img-options-popup-trigger svg.popup-open {
  display: none;
}

.img-options-popup {
  position: relative;
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.img-options-popup-content-trigger {
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  gap: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-items: center;
  cursor: pointer;
}

.img-options-popup-content-trigger:hover {
  text-decoration: underline;
}

.splide__pagination--ambientes-types-slider {
  position: static;
  backdrop-filter: blur(17px);
  width: fit-content;
  padding: 0;
  flex-wrap: nowrap;
  height: 70px;
  gap: 0;
}

.splide__pagination--ambientes-types-slider .splide__pagination__page {
  height: 70px;
  border: none;
  width: fit-content;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  white-space: nowrap;
  background: transparent;
  transition: 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__pagination--ambientes-types-slider
  li:not(:last-child)
  .splide__pagination__page::after {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  right: -1px;
  background: #fff;
}

.splide__pagination--ambientes-types-slider
  .splide__pagination__page.is-active {
  border: 1px solid #fff;
  backdrop-filter: blur(30px);
  background: #ffffff33;
  font-weight: 600;
}

.ambientes .splide,
.ambientes .splide__track {
  height: 100%;
}

.ambientes-types {
  height: 100%;
  position: relative;
}

.ambientes-imgs-thumbs {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 85px;
  height: 54% !important;        
  backdrop-filter: blur(8px);
  background: #00000033;
  padding: 12px 9px;
  border: 2px solid #A6A6A6;
}

.ambientes-imgs-thumbs img {    
  width: 100%;
  height: 100%;
}

.ambientes-imgs-thumbs .splide__slide {
  aspect-ratio: 1 / 1;
}

.ambientes-imgs-thumbs .splide__slide.is-active {
  border-color: #fff !important;
}

.ambientes-imgs-thumbs .splide__arrow {
  height: 60px;
  width: 60px;
  border: none;
  backdrop-filter: blur(10px);
  background: #00000033;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}

.ambientes-imgs-thumbs .splide__arrow--next {
  bottom: -70px;
}

.ambientes-imgs-thumbs .splide__arrow--prev {
  top: -70px;
}

.ambientes-imgs-thumbs .splide__arrow svg {
  transform: none;
}

.last-slider-item {
  margin-top: -80px;
}

@media (max-width: 1350px) {
  .ambientes-imgs-thumbs {
    height: 45% !important;
  }
}

@media (max-width: 1100px) {
  .splide__pagination--ambientes-types-slider {
    height: 50px;
  }

  .splide__pagination--ambientes-types-slider .splide__pagination__page {
    height: 50px;
    padding: 0 20px;
    font-size: 12px;
  }

  .splide__pagination--ambientes-types-slider
    li:not(:last-child)
    .splide__pagination__page::after {
    height: 25px;
  }

  .ambientes-imgs-thumbs {
    height: 35% !important;
  }
}

@media (max-width: 768px) {
  .splide__pagination--ambientes-main-slider {
    bottom: auto;
    top: 100px;
    gap: 30px;
  }

  .splide__pagination--ambientes-main-slider .splide__pagination__page svg {
    transform: scale(0.74);
  }

  .splide__pagination--ambientes-main-slider .splide__pagination__page {
    padding: 0;
    height: 51px;
    background-color: transparent;
    opacity: 1;
    font-size: 14px;
    gap: 10px;
    width: 35px;
  }

  .splide__pagination--ambientes-main-slider
    .splide__pagination__page.is-active {
    width: 170px;
    padding: 0 20px;
  }

  .splide__pagination--ambientes-types-slider {
    bottom: 29px;
    background: none;
    pointer-events: all;
    backdrop-filter: none;
    left: 0;
    right: auto;
    max-width: 100%;
    overflow: auto;
    transform: none;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 10px;
  }

  .splide__pagination--ambientes-types-slider
    .splide__pagination__page:not(.is-active) {
    backdrop-filter: blur(30px);
    background: #ffffff1a;
  }

  .splide__pagination--ambientes-types-slider .splide__pagination__page::after {
    display: none;
  }

  .splide__pagination--ambientes-types-slider::-webkit-scrollbar {
    display: none;
  }

  .ambientes-imgs-thumbs {
    display: none;
  }

  .ambientes-imgs-slider .splide__pagination {
    bottom: 124px;
    left: 20px;
    width: fit-content;
    padding: 0;
  }

  .ambientes-imgs-slider .splide__pagination__page {
    height: 6px;
    width: 6px;
    border-color: #fff;
  }

  .ambientes-imgs-slider .splide__pagination__page.is-active {
    width: 100px;
    background: #fff;
  }

  .last-slider-item {
    margin-top: -46px;
  }

  .ambientes-types-slider-pagination {
    transform: none;
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .img-options-popup {
    position: absolute;
    right: 20px;
    top: -60px;
  }

  .img-options-popup-trigger {
    height: 40px;
    width: 40px;
  }

  .img-options-popup-content {
    padding: 30px 0;
    width: 40px;
    border-radius: 30px;
    top: -170px;
  }

  .img-options-popup-content-trigger {
    font-size: 0;
    gap: 0;
    justify-content: center;
  }

  .newsletter-container form {
    gap: 18px;
  }
} 
