/*
Theme Name: Sanitaria
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}

::selection {
  background-color: #d0d0d0;
  color: #000;
}

/* #region AOS */
[data-aos="fade-up"] {
  transform: translate3d(0, 50px, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(50px, 0, 0);
}

/* #endregion */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.no-overflow {
  overflow: hidden;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  display: flex;
}

figure.figure-effect {
  overflow: hidden;
  height: fit-content;
}

figure.figure-effect>img {
  position: relative;
  transition: all 0.1s ease-out;
  transform: translateY(0);
}

.opacity-50>img {
  opacity: 0.5;
}

.opacity-50:hover>img {
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #1b1b1b;
}

form textarea,
form input {
  color: #fff;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  /* 12.6px */
  letter-spacing: -0.28px;
  background-color: transparent;
  border: none;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #626262;
}

.form-pass {
  display: flex;
  width: 100%;
  position: relative;
}

.form-pass>input {
  width: 100%;
}

.form-pass>span {
  position: absolute;
  right: 6px;
  height: 15px;
  width: 20px;
  background-image: url(assets/images/icons/icon-pass-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #1b1b1b;
  cursor: pointer;
}

.form-pass>span.show {
  background-image: url(assets/images/icons/icon-pass-open.svg);
}

form textarea.error::placeholder,
form input.error::placeholder {
  color: #d52a2a;
}

form textarea::placeholder,
form input::placeholder {
  color: #f4f4f4;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  /* 12.6px */
  letter-spacing: -0.28px;
}

form textarea {
  height: 100%;
  background-color: transparent;
  resize: none;
  font-family: "Inter", sans-serif;
}

form textarea:focus,
form input:focus {
  outline: none;
}

h1 {
  color: #707070;
  /* text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25); */
  font-size: 20px;
  font-weight: 700;
  line-height: 106%;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

h2 {
  color: rgba(0, 0, 0, 0.71);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  /* letter-spacing: -0.6px; */
}

p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: -0.32px;
}

button {
  border: none;
  cursor: pointer;
}

label>a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

hr {
  border-top: 1px solid #b4b4b4;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 40px;
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  row-gap: 15px;
}

/* Container */

.container-lg {
  max-width: 1778px;
  margin: 0 auto;
}

.container-secondary {
  max-width: 1367px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.container {
  max-width: 1403px;
  margin: 0 auto;
  width: 100%;
}

.container-with-padding-left {
  padding-left: 35px;
}

.container-sm {
  max-width: 655px;
  margin: 0 auto;
}

.general-content h2 {
  color: #1b1b1b;
  font-size: 19px;
  font-weight: 600;
  line-height: 163.158%;
}

#response-message,
.response-ajax {
  position: relative;
  font-size: 14px;
  top: 20px;
  font-weight: 300;
  color: #fff;
}

#response-messsage-secondary {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}

.newsletter-response-ajax {
  position: relative;
  font-size: 12px;
  top: 20px;
  font-weight: 300;
  color: #fff;
}

.response-ajax>a {
  text-decoration: underline;
}

#response-message.error,
.response-ajax.error {
  color: #d52a2a;
}

/* Chosen */
.chosen.error~.chosen-container .chosen-single {
  color: #d52a2a;
}

.chosen-single {
  color: #f4f4f4;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  /* 12.6px */
  letter-spacing: -0.28px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #626262;
  cursor: pointer;
  display: block;
  background-image: url(assets/images/icons/icon-input-select.svg);
  background-repeat: no-repeat;
  background-position: 98% top;
}

.chosen-container {
  position: relative;
  width: 100% !important;
}

.chosen-with-drop .chosen-drop {
  display: flex;
}

.chosen-drop {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
}

.chosen-results {
  background-color: #242424;
  width: 100%;
}

.chosen-results>li {
  font-size: 13px;
  cursor: pointer;
  color: #808080;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}

.chosen-results>li:hover {
  background-color: #313131;
  color: #fff;
}

.chosen-results>li:hover::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.chosen-results>li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #808080;
}

.chosen-search {
  display: none;
}

/* Buttons */

.btn {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 169.432%;
  /* 20.332px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 37px;
  border: 1px solid #fff;
  background-color: transparent;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
  cursor: pointer;
}

.btn.disable {
  pointer-events: none;
  color: #ffffff40;
  border-color: #ffffff40;
}

.btn-dark {
  background-color: #1b1b1b;
}

.btn-dark:hover {
  border: 1px solid #1b1b1b;
}

.btn:hover {
  background-color: #fff;
  color: #1b1b1b;
}

.btn-border {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}

.btn-border:hover {
  background-color: #1b1b1b;
  color: #ffff;
}

.btn-soon {
  color: #bebebe;
  border: 1px solid #c1c1c1;
  cursor: unset;
}

.btn-soon:hover {
  color: #bebebe !important;
}

.btn-light {
  background-color: #d9d9d9;
  color: #161310;
  border-color: #d9d9d9;
}

.page-template-intro h2,
.about-us-banner-content>p,
.subtitle-lg {
  color: #f4f4f4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 62px;
  font-weight: 200;
  line-height: 1.1;
  /* 65.72px */
  /* letter-spacing: -1.24px; */
}

.about-us-banner-content {
  max-width: 85%;
}

.bg-dark {
  background-color: #1b1b1b;
}

.items-toggle {
  padding: 100px 0 30px 0;
}

.item-toggle {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #434343;
  cursor: pointer;
}

.item-toggle.toggle {
  border-color: transparent;
}

.item-toggle>h3 {
  color: #696969;
  font-size: 40px;
  font-weight: 300;
  line-height: 108.92%;
  /* 43.568px */
  /* letter-spacing: -0.8px; */
  position: relative;
}

.item-toggle>h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/images/icons/icon-arrow-page.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  filter: invert(1);
  opacity: 0.5;
  transform: rotate(90deg);
  transition: all 0.2s;
}

.item-toggle.toggle>h3::after {
  transform: rotate(-90deg);
}

.item-toggle.toggle>h3,
.item-toggle:hover>h3 {
  color: #fff;
}

.item-toggle.toggle>h3::after,
.item-toggle:hover>h3::after {
  opacity: 1;
}

.item-toggle>h3~.item-toggle-content {
  display: none;
  opacity: 0;
}

.item-toggle.toggle>h3~.item-toggle-content {
  display: block;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.item-toggle-content>p {
  padding-left: 50px;
  color: #828282;
  margin: 15px 0 30px 0;
}

/* Ajustes */
.form-small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-left: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-45 {
  padding-top: 45px;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-gray {
  color: #787878;
}

.color-light {
  color: rgba(255, 255, 255, 0.7);
}

.color-light-secondary {
  color: #f4f4f4;
}

.margin-auto {
  margin: 0 auto;
}

/* Header */
header {
  position: absolute;
  top: 38px;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}

.header-container {
  max-width: 1775px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 12px;
  z-index: 1;
  cursor: pointer;
}

.header-btn-menu.open>span,
.header-btn-menu:hover>span {
  width: 49px;
}

.header-btn-menu>span {
  width: 33px;
  height: 1px;
  background-color: #fff;
}

.header-btn-menu>span:nth-child(2) {
  width: 49px;
}

.header-btn-menu.open>span:nth-child(2) {
  width: 0;
}

.header-btn-menu.open>span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 12px);
}

.header-btn-menu.open>span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -12px);
}

.header-menu-legal {
  display: flex;
  width: 100%;
  column-gap: 5%;
  row-gap: 10px;
  flex-wrap: wrap;
}

.header-menu-legal a {
  color: #838383;
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  /* 13.75px */
  letter-spacing: -0.22px;
}

.header-menu-legal a:hover {
  color: #b6b6b6;
}

.nav-menu-top {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100vw;
  background-color: #1d1d1d;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.5s;
  flex-direction: column;
  padding: 10% 10% 5% 12%;
}

.nav-menu-top.open {
  right: 0;
}

.menu-top {
  width: 100%;
  column-gap: 10%;
  display: block;
  columns: 2;
}

.nav-menu-top li {
  opacity: 0;
  transform: translateY(-20px);
}

.nav-menu-top li.animation {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}

.menu-top>li>a {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 60px;
  font-weight: 100;
  line-height: 150%;
  letter-spacing: -1.2px;
  position: relative;
}

.menu-top>li {
  position: relative;
}

.menu-top>li>a:hover {
  text-shadow: 0 0 #fff;
}

.menu-top>li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5a5a5a;
  height: 1px;
  width: 0;
  display: block;
  transition: all 0.5s;
}

.menu-top>li:hover::before {
  width: 100%;
}

.menu-top>li>a::after {
  content: "ver mais";
  color: rgba(255, 255, 255, 0.71);
  font-size: 14px;
  font-weight: 800;
  line-height: 125%;
  /* 17.5px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: absolute;
  right: -120px;
  bottom: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}

.menu-top>li>a:hover::after {
  bottom: 50%;
  opacity: 1;
}

.fixed-lets-go {
  position: fixed;
  top: 45vh;
  right: -85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  rotate: 90deg;
  width: 310px;
  z-index: 5;
  mix-blend-mode: difference;
}

.page-template-page-catalogo .fixed-lets-go {
  display: none;
}

.fixed-lets-go:hover>span {
  text-shadow: 0 0 #fff;
}

.fixed-lets-go>span {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 108.92%;
  /* 11.981px */
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.fixed-lets-go>span:first-child::after {
  content: "";
  width: 95px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

.btn-fixed-schedule {
  position: fixed;
  right: 65px;
  top: 80vh;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}

.btn-fixed-schedule:hover {
  right: 50px;
}

.page-template-page-contactos .btn-fixed-schedule {
  display: none;
}

.btn-fixed-schedule.hide {
  right: -50%;
}

.btn-fixed-schedule::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bababa;
  display: block;
  position: absolute;
  top: 50%;
  right: -100%;
}

/* Footer */

footer {
  background-color: #1b1b1b;
  padding: 135px 0 40px 0;
}

.footer-logo {
  position: absolute;
  left: -220px;
  top: 0;
}

.footer-container {
  max-width: 1432px;
  margin: 0 auto;
  position: relative;
  margin-left: 15%;
}

.footer-container h3 {
  color: #fff;
  font-style: normal;
  font-weight: 200;
  line-height: 118%;
  /* 47.2px */
  letter-spacing: -0.8px;
  font-size: 36px;
}

.footer-top-primary {
  display: flex;
}

.footer-catalog {
  background-color: #242424;
  padding: 30px;
  flex: 0 0 35%;
  margin-right: 5%;
}

.footer-catalog>h3 {
  max-width: 87%;
}

.footer-catalog>p {
  color: rgba(255, 255, 255, 0.71);
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  /* 23.4px */
  margin: 7px 0 12px 0;
}

.footer-locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-info {
  margin-right: 7%;
  margin-top: 30px;
}

.footer-newsletter {
  margin-top: 30px;
}

.footer-info-content {
  display: flex;
  row-gap: 15px;
  align-items: baseline;
  column-gap: 10%;
  flex-wrap: wrap;
  margin-top: 8px;
}

.footer-info-contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-info-contact>small {
  color: #767676;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
  /* 12.5px */
}

.footer-item {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  /* 17.5px */
}

.footer-card {
  background-color: #1b1b1b;
  box-shadow: 0px 0px 78px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 18px 20px;
}

.footer-card h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 200;
  line-height: 140%;
  /* 32.2px */
  letter-spacing: -0.46px;
}

.footer-card h4:hover {
  text-shadow: 0 0 15px #fff;
}

.footer-card address {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 180%;
  /* 20.822px */
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-card address strong {
  font-weight: 600;
}

a.footer-item:hover,
.footer-card address>a:hover {
  text-shadow: 0 0 0 #fff;
}

.footer-card small {
  color: #767676;
  font-size: 10px;
  font-weight: 400;
  line-height: 125%;
  /* 12.5px */
}
.footer-social-media{
  display: none !important;
}
.footer-social-media>div {
  display: flex;
  gap: 10px;
  margin-top: 7px;
}

.footer-social-media>div>a:hover {
  scale: 1.05;
}

.footer-bottom {
  margin-top: 135px;
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
}

.footer-legal {
  display: flex;
  align-items: center;
  column-gap: 45px;
}

.footer-legal>li>a {
  color: #838383;
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  /* 13.75px */
  letter-spacing: -0.22px;
}

.footer-legal>li>a:hover {
  color: #fff;
}

.footer-top-secondary {
  display: flex;
  column-gap: 3%;
  margin-top: 40px;
}

.footer-top-secondary>h3 {
  font-size: 38px;
  flex: 0 0 30%;
}

.footer-newsletter>p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 200;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: -0.24px;
}

.footer-inputs {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 5px 0 15px 0;
}

.footer-inputs>input {
  border-radius: 37px;
  border: 1px solid #868686;
  flex: 0 0 200px;
  background-color: transparent;
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  padding-bottom: 3px;
}

.footer-inputs>input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 200;
  line-height: 180%;
  /* 21.6px */
}

.footer-policy {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.input-checkbox {
  appearance: none;
  height: 9px;
  width: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background-color: #1b1b1b;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
}

.input-checkbox:checked {
  background-color: #d9d9d9;
  border-color: transparent;
}

.footer-policy>label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 200;
  line-height: 180%;
  letter-spacing: -0.2px;
}

.footer-policy>label>a {
  font-weight: 400;
}

/* Área Reservada */
.reserved-area {
  background-image: url(assets/images/bg-login.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  animation: reservedArea 2s forwards;
}

@keyframes reservedArea {
  from {
    background-position: right 50%;
  }

  to {
    background-position: right 0;
  }
}

.reserved-area-grid {
  display: grid;
  grid-template-columns: 35% 1fr;
  min-height: 100vh;
}

.reserved-area-grid>figure>img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.form-reserved-area .btn {
  font-size: 14px;
  letter-spacing: 1.68px;
}

.reserved-area-grid>figure {
  position: relative;
}

.reserved-area-grid>figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 22%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12.800000190734863px);
}

.reserved-area-grid-right {
  padding-top: 110px;
  padding-left: 22%;
}

.recovery-pass,
.start-session,
.create-an-account {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recovery-pass,
.start-session,
.create-an-account {
  display: none;
  opacity: 0;
  visibility: hidden;
  scale: 0;
}

.recovery-pass.show,
.start-session.show,
.create-an-account.show {
  display: flex;
  animation: showForm 1s forwards;
}

@keyframes showForm {
  from {
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    visibility: visible;
    scale: 1;
    transform: translateY(0);
  }
}

.reserved-paragraph {
  color: #f4f4f4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 23px;
  font-weight: 200;
  line-height: 170%;
  /* 39.1px */
  letter-spacing: -0.46px;
}

.back-button {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.back-button::before {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(assets/images/icons/icon-arrow-page.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  scale: -1;
}

.back-button:hover {
  color: #fff;
}

#lostpasswordform>div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

#resetpassform,
#lostpasswordform,
.form-reserved-area {
  background-color: #1b1b1b;
  box-shadow: 0px 0px 78px 0px rgba(0, 0, 0, 0.6);
  padding: 44px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}

.form-reserved-area>span {
  color: #626262;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 26px;
  font-weight: 400;
  line-height: 90%;
  /* 23.4px */
  letter-spacing: -0.52px;
  display: block;
  margin-bottom: 30px;
}

.form-reserved-area>span:has(~ p) {
  margin-bottom: 15px;
}

.create-an-account>h1,
.start-session>h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-transform: none;
}

.create-an-account>h1::before,
.start-session>h1::before {
  content: "";
  width: 38px;
  height: 50px;
  background-image: url(assets/images/icons/icon-padlock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.remember-pass {
  margin-top: 20px;
  color: #7b7b7b;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: -0.28px;
  cursor: pointer;
}

.remember-pass:hover {
  color: #a3a3a3;
}

.change-form {
  margin-top: 25px;
  color: #9c9c9c;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: -0.32px;
  cursor: pointer;
  display: flex;
  gap: 12px;
}

.remember-pass:hover>span,
.change-form:hover>span {
  text-decoration: underline;
}

.change-form>strong {
  color: #f4f4f4;
  font-weight: 500;
}

.form-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.form-footer-flex>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.label-checkbox {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 200;
  line-height: 180%;
  /* 23.4px */
  letter-spacing: -0.26px;
}

.label-checkbox>a {
  color: rgba(255, 255, 255, 0.79);
  font-weight: 400;
}

/* Frontpage */
.full-section {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.frontpage-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 150px 0;
}

.frontpage-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: luminosity;
}

.frontpage-hero-content {
  max-width: 707px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 1;
  position: relative;
}

.frontpage-hero-content>h1 {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 60px;
  font-weight: 200;
  line-height: 108.92%;
  /* 65.352px */
  letter-spacing: -1.2px;
  text-transform: none;
}

.frontpage-hero-content>p {
  max-width: 416px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 169.432%;
  /* 30.498px */
}

.frontpage-hero-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.frontpage-hero-images>figure>img,
.frontpage-hero-images>figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.frontpage-hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.frontpage-projects {
  padding-top: 100px;
  overflow: hidden;
}

.frontpage-projects-content {
  display: grid;
  grid-template-columns: 30% 30%;
  column-gap: 40px;
}

.slick-track {
  display: flex;
  gap: 40px;
  transition: none;
}

.frontpage-projects-slide .slick-list {
  overflow: unset;
}

.single-project-others .project-item:hover .project-item-info>p,
.frontpage-project-item:hover .project-item-info>p {
  opacity: 1;
}

.project-item-info>p {
  color: #818181;
  margin-top: 8px;
  font-weight: 300;
  opacity: 0;
}

.frontpage-projects-slide {
  padding: 85px 0 45px 0;
}

.frontpage-project-item.project-item>figure>img {
  height: auto;
}

.frontpage-project-item .project-item-info>h3 {
  color: #000;
}

.frontpage-blog {
  padding: 100px 0 120px 0;
}

.frontpage-blog-grid {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-top: 30px;
  cursor: grab;
}

.frontpage-blog-grid.active {
  cursor: grabbing;
}

.frontpage-blog-grid.active .frontpage-blog-item {
  pointer-events: none;
  user-select: none;
}

.frontpage-blog-grid::-webkit-scrollbar {
  display: none;
}

.frontpage-scrollbar-container {
  position: relative;
  height: 0.5px;
  width: calc(100% - 100px);
  background-color: #cbcbcb;
  display: block;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.frontpage-scrollbar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 4px;
  background-color: #252525;
  width: 50px;
}

.frontpage-scrollbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  right: -105px;
  position: absolute;
}

.frontpage-scrollbar-buttons>button {
  height: 40px;
  width: 40px;
  background-color: #e8e8e8;
  background-image: url(assets/images/icons/icon-button-scrollbar.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border-radius: 50%;
}

.frontpage-scrollbar-buttons #to-left {
  scale: -1;
}

.frontpage-scrollbar-buttons>button:hover {
  background-color: #d9d9d9d9;
}

.frontpage-blog-item {
  flex: 0 0 31%;
}

.frontpage-blog-item>figure>img,
.frontpage-blog-item>figure {
  width: 100%;
  height: auto;
}

.frontpage-blog-item>figure {
  aspect-ratio: 3 / 2;
}

.frontpage-blog-item-content h3 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.42px;
  margin: 25px 0 10px 0;
}

.frontpage-blog-item-content p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.28px;
}

.frontpage-blog-item-content small {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  /* 15px */
  letter-spacing: -0.24px;
  margin-top: 15px;
  display: block;
}

.frontpage-showroom {
  padding-bottom: 100px;
}

.frontpage-showroom ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.frontpage-showroom-button {
  border-radius: 72px;
  background-color: #e8e8e8;
  min-height: 70px;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
  /* 26.1px */
  letter-spacing: -0.36px;
  border: 1px solid transparent;
  position: relative;
}

.frontpage-showroom-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  height: 26px;
  width: 25px;
  background-color: #ebebeb;
  border-radius: 50%;
  background-image: url(assets/images/icons/icon-button-scrollbar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  opacity: 0;
  transition: all 0.5s;
}

.frontpage-showroom-button:hover {
  border-color: #d0d0d0;
  background-color: #fff;
  color: #000;
}

.frontpage-showroom-button:hover::after {
  opacity: 1;
}

.frontpage-instagram {
  padding: 100px 0;
}

.instagram-items {
  display: flex;
  column-gap: 28px;
  width: 100vw;
  overflow-x: auto;
  cursor: grab;
  margin-top: 40px;
}

.instagram-items.scrolling {
  cursor: grabbing;
}

.instagram-items.scrolling .instagram-item {
  pointer-events: none;
}

.instagram-items::-webkit-scrollbar {
  display: none;
}

.instagram-header {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.instagram-header>span {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 500;
  line-height: 108.92%;
  /* 13.07px */
  letter-spacing: -0.24px;
}

.instagram-header>span>a:hover {
  text-decoration: underline;
}

.instagram-items {}

.instagram-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 28%;
}

.instagram-item figure {
  /* height: 100%;
    max-height: 442px;*/
  width: 100%;
  background-color: #d9d9d9;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.instagram-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.instagram-item:hover img {
  scale: 1.1;
}

.instagram-item>p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 108.92%;
  /* 19.606px */
  letter-spacing: -0.36px;
}

/* Portefolio */
.project-section {
  background-color: #1b1b1b;
  padding: 150px 0 30px 0;
}

.project-list-section {
  background-color: #1b1b1b;
  padding: 100px 0;
}

.project-content {
  max-width: 609px;
}

.project-content>h1 {
  margin-bottom: 30px;
}

.project-item {
  position: relative;
}

.project-item>figure {
  max-height: 565px;
  height: 100%;
  position: relative;
}

.project-item>figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0) 35%);
}

.project-item:hover {
  margin-top: -70px;
}

.project-item:hover .project-btn {
  opacity: 1;
}

.project-item:hover>figure {
  max-height: 635px;
}

.project-item>figure>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-btn {
  position: absolute;
  top: 35px;
  right: 30px;
  opacity: 0;
  z-index: 1;
}

.project-item-info {
  margin-top: 20px;
  max-width: 440px;
}

.project-item-info>span {
  color: #646464;
  font-size: 14px;
  font-weight: 300;
  line-height: 123%;
  /* 17.22px */
  letter-spacing: -0.28px;
}

.project-item-info>h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.48px;
}

.project-team {
  padding: 105px 0;
}

.project-team-content {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 35px;
}

.project-team-left {
  flex: 0 0 30%;
}

.project-team-left>h4 {
  color: #1b1b1b;
  font-size: 30px;
  font-weight: 400;
  line-height: 108.92%;
  /* 32.676px */
  letter-spacing: -0.6px;
}

.project-team-grid {
  gap: 25px;
  display: flex;
  overflow: hidden;
}

.project-team-grid-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-team-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.project-team-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.figure-with-caption {
  display: flex;
  flex-direction: column;
}

.figure-with-caption>img {
  width: 100%;
  height: auto;
}

.figure-with-caption>div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.fig-description {
  color: #f2f2f2;
  font-size: 21px;
  font-weight: 300;
  line-height: 146%;
  /* 30.66px */
  letter-spacing: -0.42px;
  flex: 0 0 65%;
}

figcaption {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  line-height: 108.92%;
  /* 14.16px */
  letter-spacing: -0.26px;
}

.project-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  justify-content: center;
}

.project-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(27, 27, 27, 0.9) 39%,
      rgba(27, 27, 27, 0) 93%);
}

.project-banner-content {
  position: relative;
  z-index: 1;
}

.project-banner-content>h1 {
  position: absolute;
  top: 55%;
  left: -80px;
  color: #fff;
  text-shadow: 0px 0px 58.5px #000, 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 58px;
  font-weight: 300;
  line-height: 108.92%;
  letter-spacing: -1.16px;
  text-transform: none;
  width: 60%;
  transform: translateY(-50%);
}

.single-project-details {
  padding: 50px 0 140px 0;
}

.single-project-detail {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.single-project-detail-left>h2 {
  margin-bottom: 10px;
}

.single-project-detail>div {
  padding-right: 15%;
  position: relative;
}

.single-project-detail-left>p {
  color: #787878;
}

.single-project-detail>div:not(:first-child) {
  padding-left: 15%;
}

.single-project-detail>div::after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  right: 0;
  background-color: #434343;
  display: block;
}

.single-project-info {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 108.92%;
  /* 19.606px */
  letter-spacing: -0.36px;
}

.single-project-info>ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-project-info>span {
  display: block;
  margin-bottom: 10px;
  color: #626262;
}

.single-project-gallery {
  padding: 110px 0 185px 0;
  overflow-x: hidden;
}

.single-project-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.single-project-gallery-grid>figure:first-child {
  grid-column: span 2;
  margin-bottom: 140px;
  position: relative;
  margin: 0 6% 140px -6%;
  z-index: 0;
  width: 112%;
  transition: all 1s;
}

.single-project-gallery-grid>figure:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100vw;
  height: 85%;
  width: 200vw;
  background-color: #222;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
}

.single-project-gallery-grid img {
  width: 100%;
  height: auto;
}

.single-project-others {
  padding: 110px 0;
}

.single-project-others .project-item:last-child {
  display: none;
}

.single-project-others .header-flex {
  margin-bottom: 95px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.header-flex>h2 {
  flex: 0 0 48%;
}

/* Catálogo  */
.catalog-header {
  box-shadow: 0px 0px 77px 0px rgba(0, 0, 0, 0.62);
  position: relative;
  padding: 150px 0 20px 0;
}

.catalog-header-flex {
  margin: 30px 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}

.catalog-categories-list {
  display: flex;
  align-items: center;
}

.catalog-categories-children {
  opacity: 0;
  transform: translateY(-20px);
}

.catalog-categories-children.show {
  opacity: 1;
  transform: translateY(0);
}

.catalog-categories-children>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 8px;
  margin-left: 10px;
}

.btn-scroll {
  background-image: url(assets/images/icons/icon-arrow-page-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-size: 10px;
  padding: 12px;
  border-radius: 50%;
  background-position: center;
}

.btn-scroll.hide {
  opacity: 0;
  visibility: hidden;
}

.btn-scroll:hover {
  background-color: #2a2a2a;
}

.btn-scroll-left {
  scale: -1;
}

.catalog-categories-list span,
.catalog-categories-list li {
  color: #f4f4f4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  line-height: 106%;
  /* 16.96px */
  letter-spacing: -0.32px;
  user-select: none;
  white-space: nowrap;
}

.catalog-categories-parent-title,
.catalog-categories-list span {
  font-weight: 800;
  flex: 0 0 145px;
  position: relative;
  color: #f4f4f4;
}

.catalog-categories-parent-title::after,
.catalog-categories-list span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  height: 35px;
  width: 1px;
  background-color: #434343;
  display: block;
}

.catalog-categories-parent {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #434343;
}

.catalog-categories-list li:hover,
.catalog-categories-list li.selected {
  background-color: #2a2a2a;
  border-radius: 34px;
}

.catalog-categories-list li {
  padding: 14px 21px;
  cursor: pointer;
}

.catalog-categories-list ul {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  height: 45px;
}

.catalog-categories-list ul::-webkit-scrollbar {
  display: none;
}

.catalog-categories-list>ul {
  padding-left: 28px;
}

.catalog-section {
  padding: 60px 0;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 5%;
}

.catalog-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  border-top: 1px solid #454545;
  padding-top: 50px;
}

.catalog-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #454545;
}

.catalog-search input {
  border-radius: 37px;
  border: 1px solid #868686;
  height: 40px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 125%;
  /* 15px */
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  padding: 0 45px;
  background-image: url(assets/images/icons/icon-input-search.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 20px;
  width: 55%;
  flex: 1;
}

.catalog-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.catalog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  height: fit-content;
}

.catalog-feed-text {
  color: #f3f3f3;
  grid-column: span 3;
  font-size: 20px;
}

.catalog-item>div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}

.catalog-button {
  border: none;
  min-height: 150px;
  background-color: #2a2a2a;
  color: #f4f4f4;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 18px;
  padding: 25px 50px 25px 25px;
  text-transform: uppercase;
  transition: all .2s;
  text-align: start;
  line-height: 1.2;
  position: relative;
}

.catalog-button::after {
  content: '';
  height: 30px;
  width: 30px;
  background-image: url(assets/images/icons/icon-external-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(45deg);
}

.catalog-button:hover {
  background-color: #313131;
}

.catalog-item figure {
  overflow: hidden;
  position: relative;
}

/* .catalog-item figure::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,
        rgba(27, 27, 27, 0.85)10%,
        rgba(27, 27, 27, 0.00)100%
    );
    display: block;
} */

.catalog-item:hover h4,
.catalog-item:hover>a::before {
  color: #fff;
}

/* .catalog-item figure::before{
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    height: 25px;
    width: 25px;
    background-image: url(assets/images/icons/icon-external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: all .2s;
} */

.catalog-item:hover figure::before {
  opacity: 1;
}

.catalog-item figure:hover img {
  scale: 1.05;
  rotate: -2deg;
}

.catalog-item>a {
  position: relative;
}

.catalog-item>a::before {
  content: attr(data-type);
  position: absolute;
  top: 10px;
  left: -10px;
  color: #848484;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 400;
  line-height: 134%;
  /* 18.76px */
  padding: 4px 9px;
  background-color: #2c2c2c;
  z-index: 1;
  transition: all 0.2s;
  text-transform: uppercase;
}

.catalog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.414;
}

.catalog-no-items {
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.catalog-item h4 {
  color: #a8a8a8;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
  /* 21.44px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.catalog-download {
  height: 40px;
  border-radius: 50%;
  background-color: #2a2a2a;
  /* background-image: url(assets/images/icons/icon-download.svg); */
  background-image: url(assets/images/icons/icon-external-link.svg);
  /* background-size: 15px; */
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 40px;
}

.catalog-download:hover {
  filter: invert(1);
}

aside h3 {
  color: #f4f4f4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 800;
  line-height: 106%;
  /* 16.96px */
  letter-spacing: -0.32px;
}

aside ul {
  max-height: 455px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  margin: 20px 0;
  position: relative;
}

aside ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
aside ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #313131;
}

/* Handle */
aside ul::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 10px;
}

aside li {
  color: #909090;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 17px;
  font-weight: 400;
  line-height: 106%;
  /* 18.02px */
  letter-spacing: -0.34px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

aside li::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #434343;
  border-radius: 5px;
}

aside li.no-brands {
  margin-top: 10px;
}

aside li.no-brands::before {
  display: none;
}

aside li.selected {
  color: #fff;
}

aside li.selected::before {
  border-color: #fff;
  background-color: #fff;
}

/* Contacto */
.contact-hero-content>span {
  margin: 10px 0 20px 0;
  display: block;
}

#form-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5%;
}

#resetpassform input:not([type="submit"]),
#lostpasswordform input:not([type="submit"]),
.form-reserved-area input:not([type="submit"]),
#form-contact input:not([type="submit"]) {
  padding-bottom: 12px;
}

#resetpassform input:not([type="submit"]),
.form-reserved-area input:not(:last-child),
#form-contact input:not(:last-child) {
  margin-bottom: 30px;
}

.form-reserved-area input[type="checkbox"],
#form-contact input[type="checkbox"] {
  margin: 0;
  padding: 0;
}

#form-contact>div {
  display: flex;
  flex-direction: column;
}

#form-contact>.form-footer {
  flex-direction: row;
  grid-column: span 2;
  justify-content: space-between;
  margin-top: 30px;
  column-gap: 15px;
}

.form-footer>div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-footer label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.26px;
}

.form-footer label a {
  color: rgba(255, 255, 255, 0.8);
}

.contact-grid-left>p {
  color: #787878;
}

.contact-hero {
  min-height: 75vh;
  padding: 100px 0 35px 0;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.contact-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 7%;
  align-items: flex-end;
}

.contact-hero-grid>span {
  color: #f4f4f4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 185px;
  font-weight: 100;
  line-height: 90%;
  /* 166.5px */
  letter-spacing: -3.7px;
}

.contact-hero-content>h2 {
  margin: 10px 0 20px 0;
}

.contact-section {
  padding: 90px 0 75px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 20% 1fr;
  column-gap: 10%;
}

.contact-grid-right {
  background-color: #e6e6e6;
  padding: 30px 40px;
}

.contact-grid-right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.contact-grid-right li {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  /* 23.2px */
  letter-spacing: -0.32px;
  cursor: pointer;
  padding: 6px 20px;
}

.contact-grid-right li:hover,
.contact-grid-right li.active {
  border-radius: 34px;
  background: #d3d3d3;
}

.contact-local-content {
  display: none;
}

.contact-local-content.active {
  display: block;
}

.contact-local-content>h3 {
  color: #1b1b1b;
  font-size: 30px;
  font-weight: 400;
  line-height: 108.92%;
  /* 32.676px */
}

.contact-local-info {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 30% 35% 1fr;
}

.contact-local-info>div {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-local-info>div:not(:last-child):after {
  content: "";
  width: 0.5px;
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #a9a9a9;
}

.contact-local-info>div:not(:last-child) {
  padding-right: 60px;
}

.contact-local-info>div:not(:first-child) {
  padding-left: 60px;
}

.contact-local-info * {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 108.92%; */
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #1b1b1b;
}

.contact-local-info a:hover {
  color: #000;
  text-shadow: 0 0 #000;
}

.contact-local-info span {
  color: #adadad;
  display: block;
  margin-bottom: 8px;
}

.contact-local-info small {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  /* 19.88px */
  letter-spacing: -0.28px;
  margin-top: 5px;
}

.contact-form {
  background-color: #1b1b1b;
  padding: 90px 0;
}

/* Sobre Nós */
.about-us-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 0 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.about-us-banner-content,
.about-us-banner>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.common-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 40px;
}

.items-toggle img,
.common-grid-inverter figure>img,
.common-grid>figure>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.common-grid-inverter {
  display: grid;
  grid-template-columns: 1fr 30%;
  column-gap: 40px;
}

.common-grid h2,
.common-grid-inverter p,
.common-grid-inverter h2 {
  margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.align-center {
  align-items: center;
}

.about-us-blocks {
  padding: 114px 0 164px 0;
}

.about-us-blocks .common-grid:first-child {
  padding-bottom: 145px;
}

.about-us-img {
  width: 100%;
  height: auto;
}

/* Default Page */
.default-banner {
  background-color: #1b1b1b;
  padding: 165px 0 50px 0;
}

.default-section {
  padding: 40px 0 90px 0;
}

.default-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 108.92%;
  /* 43.568px */
  letter-spacing: -0.8px;
  text-transform: none;
}

.default-content p>a {
  text-decoration: underline;
}

.default-content p {
  margin-bottom: 10px;
}

.default-content h3 {
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  /* 156.25% */
  margin-bottom: 10px;
}

.default-content h2 {
  color: #1b1b1b;
  font-size: 19px;
  font-weight: 600;
  line-height: 163.158%;
  margin-bottom: 10px;
}

.default-content ul {
  margin-bottom: 20px;
  list-style: disc;
}

.default-content li {
  margin-left: 30px;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.default-content table {
  background-color: #f3f3f3;
  margin: 30px 0;
  display: block;
  overflow-x: auto;
}

.default-content tbody {
  display: block;
  padding: 15px 25px;
}

.default-content tr:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}

.default-content td {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 157%;
  /* 18.84px */
  padding: 15px;
}

.default-content hr {
  margin: 30px 0;
}

/* Blog */
.blog-banner {
  background-color: #1b1b1b;
  padding: 150px 0 135px 0;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  background-size: contain;
}

.blog-container {
  max-width: 440px;
}

.blog-container>h2 {
  margin: 8px 0 15px 0;
}

.blog-container>p {
  color: #787878;
}

.blog-list {
  padding: 80px 0 100px;
}

.blog-item>div {
  margin-top: 15px;
}

.blog-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.blog-item h3 {
  color: rgba(0, 0, 0, 0.71);
  font-size: 21px;
  font-weight: 500;
  line-height: 122%;
  /* 25.62px */
  letter-spacing: -0.42px;
  margin-bottom: 4px;
}

.outlet-content ul{
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.outlet-content li,
.blog-item p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 146%;
  /* 20.44px */
  letter-spacing: -0.28px;
}

.outlet-content p{
  margin-bottom: 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-numbers {
  color: #212b36;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  /* 166.667% */
  border-radius: 50%;
  height: 32px;
  width: 32px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-dark .page-numbers {
  background-color: #1b1b1b;
  border-color: #979797;
  color: #979797;
}

.pagination-dark .page-numbers:hover,
.pagination-dark .page-numbers.current {
  border-color: #fff;
  color: #1b1b1b;
  background-color: #fff;
}

.pagination-dark .page-numbers.prev,
.pagination-dark .page-numbers.next {
  background-image: url(assets/images/icons/icon-arrow-page-gray.svg);
}

.page-numbers:hover,
.page-numbers.current {
  border-color: #1b1b1b;
}

.page-numbers.prev,
.page-numbers.next {
  background-image: url(assets/images/icons/icon-arrow-page.svg);
  background-position: center;
  background-size: 6px;
  background-repeat: no-repeat;
}

.page-numbers.prev {
  scale: -1;
  filter: opacity(0.5);
}

/* Marca */
.brand-section {
  padding-top: 215px;
}

.brand-section p {
  color: #787878;
}

.brand-content {
  max-width: 918px;
  margin: 15px 0 70px 0;
}

/* 404 */
.error404 .btn-fixed-schedule {
  display: none;
}

.error404 .custom-logo-link>img {
  filter: invert(1);
}

.error404 .header-btn-menu>span {
  background-color: #1b1b1b;
}

.error404 .header-btn-menu.open>span {
  background-color: #fff;
}

.section-404 {
  min-height: 100vh;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background-image: url(assets/images/bg-404.svg);
    background-repeat: no-repeat;
    background-position: center; */
}

.svg-404 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.svg-404>img {
  width: 100%;
  height: auto;
}

.container-404 {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.container-404>h2 {
  margin: 10px 0 15px 0;
  color: #1b1b1b;
  font-size: 40px;
  font-weight: 400;
  line-height: 108.92%;
  /* 43.568px */
  letter-spacing: -0.8px;
}

.btn-404 {
  margin-top: 35px;
  background-image: url(assets/images/icons/icon-arrow-to-homepage.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 22px;
  padding-left: 55px !important;
}

.btn-404:hover {
  border: 1px solid #000;
  background-blend-mode: difference;
}

.gallery-slide {
  position: relative;
}

.gallery-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  height: 100%;
  display: block;
  background: linear-gradient(to left, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
  z-index: 1;
}

.gallery-items figure {
  max-height: 440px;
}

.gallery-items img {
  height: 100%;
  width: 100%;
}

.page-template-section {
  padding: 150px 0 35px 0;
}

.page-template-intro {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}

.page-template-intro>p {
  color: #787878;
  max-width: 460px;
}

.local-block h2 {
  color: #f2f2f2;
}

.local-block p {
  color: #808080;
}

.showroom {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 80px;
  position: relative;
  background-color: #1b1b1b;
}

.showroom::after {
  content: "";
  height: 100%;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
  display: block;
}

.showroom-buttons {
  position: absolute;
  right: 0;
  display: flex;
  top: 50%;
  column-gap: 10px;
}

.showroom-buttons a {
  color: #f4f4f4;
  text-shadow: 0px 0px 14.7px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
  line-height: 106%;
  /* 16.96px */
  letter-spacing: -0.32px;
  padding: 9px 20px;
  border-radius: 34px;
  background-color: transparent;
}

.showroom-buttons a.active,
.showroom-buttons a:hover {
  background-color: #2a2a2a;
}

.showroom figure {
  aspect-ratio: 5 / 4;
}

.showroom img {
  height: 100%;
  width: 100%;
}

/* Queries */
@media screen and (max-width: 1880px) {

  /* Header */
  .header-container {
    padding: 0 6%;
  }

  .fixed-lets-go {
    right: -115px;
  }

  /* Footer */
  .footer-logo {
    left: 0;
    top: -80px;
  }

  .footer-container {
    margin-left: auto;
  }
}

@media screen and (max-width: 1680px) {

  /* Header */
  .menu-top>li>a {
    font-size: 55px;
  }

  /* Portefolio */
  .project-item>figure {
    max-height: 520px;
  }

  .project-item:hover>figure {
    max-height: 590px;
  }

  .project-banner-content>h1 {
    font-size: 55px;
  }

  .single-project-gallery-grid>figure:first-child {
    margin: 0 0 100px 0;
    width: 100%;
  }

  .item-toggle>h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1580px) {

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 58px;
  }

  .menu-top>li>a {
    font-size: 50px;
  }

  /* Frontpage */
  .frontpage-hero-content>h1 {
    font-size: 55px;
  }

  /* Área Reservada */
  .form-reserved-area>span {
    font-size: 24px;
  }

  /* Contacto */
  .contact-hero-grid>span {
    font-size: 155px;
  }

  .contact-hero {
    min-height: 70vh;
  }

  /* Footer */
  .footer-logo {
    left: 6%;
  }

  .footer-container {
    padding: 0 6%;
  }

  .footer-card h4 {
    font-size: 20px;
  }

  .footer-container h3 {
    font-size: 30px;
    flex: 0 0 26%;
  }

  .item-toggle>h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1475px) {
  h2 {
    font-size: 28px;
  }

  .container-secondary,
  .container {
    padding: 0 6%;
    position: relative;
    z-index: 1;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 50px;
  }

  /* Frontpage */
  .frontpage-hero-content>h1 {
    font-size: 50px;
  }

  .header-flex>h2 {
    flex: 0 0 66%;
  }

  /* Sobre Nós */
  .common-grid {
    grid-template-columns: 35% 1fr;
    column-gap: 30px;
  }

  .common-grid-inverter {
    grid-template-columns: 1fr 35%;
  }

  /* Área Reservada */
  .form-reserved-area>span {
    font-size: 22px;
  }

  /* Contacto */
  .contact-hero-grid>span {
    font-size: 115px;
  }

  .contact-local-info>div:not(:last-child) {
    padding-right: 30px;
  }

  .contact-local-info>div:not(:first-child) {
    padding-left: 30px;
  }

  .contact-local-content>h3 {
    font-size: 26px;
  }

  .contact-grid-right li,
  .contact-local-info * {
    font-size: 15px;
  }

  .contact-local-info small {
    font-size: 12px;
  }

  .contact-grid-right li {
    padding: 6px 20px;
  }

  /* Default Content */
  .default-content h1 {
    font-size: 36px;
  }

  /* Portefolio */
  .project-team {
    padding: 75px 0;
  }

  .project-team-left {
    flex: 0 0 28%;
  }

  .project-item>figure {
    max-height: 470px;
  }

  .project-item:hover>figure {
    max-height: 540px;
  }

  .project-team-left>h4 {
    font-size: 28px;
  }

  .project-banner {
    padding: 135px 0 90px 0;
  }

  .project-banner-content>figure {
    aspect-ratio: 6 / 3;
  }

  .project-banner-content>figure>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .project-banner-content>h1 {
    font-size: 45px;
    width: 45%;
  }

  .fig-description {
    font-size: 19px;
  }

  .single-project-info {
    font-size: 16px;
  }

  .single-project-gallery-grid>figure:first-child {
    margin: 0 0 75px 0;
  }

  .project-list-section {
    padding: 65px 0;
  }

  /* Header */
  .custom-logo-link>img {
    width: 80%;
  }

  .menu-top>li>a {
    font-size: 45px;
  }

  /* Área Reservada */
  .reserved-area-grid-right {
    padding-top: 65px;
    padding-left: 15%;
  }

  .reserved-paragraph {
    font-size: 20px;
  }

  .create-an-account>h1::before,
  .start-session>h1::before {
    content: "";
    width: 35px;
    height: 46px;
  }

  /* Blog */
  .blog-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg,
        rgba(27, 27, 27, 1) 0%,
        rgba(27, 27, 27, 1) 35%,
        rgba(0, 0, 0, 0) 60%);
  }

  /* Marca */
  .brand-section figure>img {
    width: 70%;
    height: auto;
  }

  /* Footer */
  .footer-container h3 {
    font-size: 26px;
  }

  /* 404 */
  .container-404>h2 {
    font-size: 34px;
  }

  .item-toggle>h3 {
    font-size: 30px;
  }

  /* Showroom */
  .gallery-items figure,
  .showroom figure {
    max-height: 400px;
  }
}

@media screen and (max-width: 1376px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 26px;
  }

  p {
    font-size: 15px;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 44px;
  }

  .grid-6 {
    grid-template-columns: repeat(5, 1fr);
  }

  /* Frontpage */
  .frontpage-hero-content {
    max-width: 630px;
  }

  .frontpage-hero-content>h1 {
    font-size: 40px;
    letter-spacing: 0;
  }

  .frontpage-showroom-button {
    font-size: 16px;
    min-height: 55px;
  }

  .frontpage-blog-item-content h3 {
    font-size: 19px;
  }

  /* Área Reservada */
  .catalog-button {
    font-size: 16px;
  }

  .catalog-button::after {
    height: 25px;
    width: 25px;
  }

  .catalog-feed-text {
    font-size: 18px;
  }

  .form-reserved-area .btn {
    font-size: 12px;
  }

  .create-an-account>h1::before,
  .start-session>h1::before {
    display: none;
  }

  .form-reserved-area>span {
    font-size: 20px;
  }

  .recovery-pass,
  .start-session,
  .create-an-account {
    width: 70%;
  }

  .form-reserved-area {
    padding: 28px;
  }

  .create-an-account>h1,
  .start-session>h1 {
    row-gap: 10px;
  }

  .create-an-account>h1::before,
  .start-session>h1::before {
    width: 31px;
    height: 40px;
  }

  .catalog-categories-parent {
    margin-bottom: 10px;
  }

  .catalog-header {
    padding: 150px 0 10px 0;
  }

  /* Contacto */
  .contact-hero-grid>span {
    font-size: 95px;
  }

  .contact-hero-grid {
    grid-template-columns: 35% 1fr;
  }

  /* Portefolio */
  .project-item:hover {
    margin-top: -40px;
  }

  .project-item>figure {
    max-height: 420px;
  }

  .project-item:hover>figure {
    max-height: 460px;
  }

  .project-team-left>h4 {
    font-size: 26px;
    line-height: 1.2;
  }

  .project-banner-content>h1 {
    font-size: 40px;
  }

  .project-item-info>h3 {
    font-size: 22px;
  }

  .single-project-others .header-flex {
    margin-bottom: 65px;
  }

  /* Default Content */
  .default-content h1 {
    font-size: 34px;
  }

  .default-content h2 {
    font-size: 18px;
  }

  /* 404 */
  .container-404>h2 {
    font-size: 30px;
  }

  /* Footer */
  .footer-container h3 {
    font-size: 24px;
    flex: 0 0 22%;
  }

  .footer-info {
    margin-right: 5%;
  }

  .footer-card h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  /* Slick */
  .frontpage-blog-grid,
  .slick-track {
    gap: 25px;
  }

  .item-toggle>h3 {
    font-size: 28px;
  }

  /* Catálogo */
  .catalog-item h4,
  .catalog-categories-list span,
  .catalog-categories-list li {
    font-size: 15px;
  }

  .catalog-search button {
    display: none;
  }

  .catalog-item>a::before {
    font-size: 12px;
  }

  aside li {
    font-size: 16px;
  }

  aside li::before {
    content: "";
    width: 18px;
    height: 18px;
  }

  /* Showroom */
  .gallery-items figure,
  .showroom figure {
    max-height: 360px;
  }

  .showroom-buttons a {
    font-size: 15px;
  }

  .showroom {
    gap: 25px;
  }

  /* Header */
  .menu-top>li>a {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .btn {
    font-size: 10px;
    padding: 8px 20px;
  }

  .contact-local-content>h3,
  h2 {
    font-size: 24px;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 38px;
  }

  /* Frontpage */
  .frontpage-hero-content>h1 {
    font-size: 34px;
  }

  .project-item>figure {
    max-height: 360px;
  }

  .project-item:hover>figure {
    max-height: 400px;
  }

  /* Contacto */
  .contact-hero-grid>span {
    font-size: 80px;
  }

  .contact-grid-right {
    padding: 25px;
  }

  .contact-grid {
    column-gap: 5%;
  }

  .contact-grid-right li,
  .contact-local-info * {
    font-size: 14px;
  }

  .contact-local-info>div:not(:last-child) {
    padding-right: 15px;
  }

  .contact-local-info>div:not(:first-child) {
    padding-left: 15px;
  }

  /* Showroom */
  .gallery-items figure,
  .showroom figure {
    max-height: 320px;
  }

  /* Portfolio */
  .single-project-others .header-flex {
    margin-bottom: 50px;
  }

  .project-list-section {
    padding: 40px 0;
  }

  .project-team-left>h4 {
    font-size: 24px;
  }

  .single-project-gallery {
    padding: 110px 0;
  }

  .single-project-detail>div:not(:first-child) {
    padding-left: 10%;
  }

  .single-project-detail>div {
    padding-right: 10%;
  }

  .fig-description {
    font-size: 18px;
  }

  /* Blog */
  .blog-item h3 {
    font-size: 19px;
  }

  /* Default Content */
  .default-content h1 {
    font-size: 32px;
  }

  /* Footer */
  .footer-catalog>h3 {
    max-width: 80%;
  }

  .footer-container h3 {
    font-size: 22px;
    flex: 0 0 20%;
  }

  /* 404 */
  .container-404>h2 {
    font-size: 26px;
  }

  .item-toggle>h3 {
    font-size: 26px;
  }

  /* Header */
  .menu-top>li>a {
    font-size: 35px;
  }

  .menu-top>li>a::after {
    font-size: 10px;
  }
}

@media screen and (max-width: 1160px) {

  /* Default Content */
  .default-content h1 {
    font-size: 30px;
  }

  /* Portfolio */
  .project-team-left>h4 {
    font-size: 22px;
  }

  .project-banner-content>h1 {
    font-size: 35px;
    width: 35%;
    left: 10px;
  }

  /* Footer */
  .footer-top-secondary {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-bottom {
    margin-top: 100px;
  }

  .footer-catalog {
    margin-right: 4%;
  }

  .footer-info {
    margin-right: 2%;
  }

  /* Portefolio */
  .project-team-left {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
  }

  .project-team-buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 0;
  }

  .project-team-content {
    flex-direction: column;
  }

  .item-toggle>h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1080px) {
  p {
    font-size: 14px;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 35px;
  }

  .grid-3 {
    gap: 20px;
  }

  .btn {
    padding: 8px 16px;
  }

  .project-btn {
    opacity: 1;
  }

  .fixed-lets-go {
    right: -130px;
  }

  .btn-fixed-schedule {
    right: 35px;
  }

  /* Contactos */
  .contact-local-content>h3 {
    font-size: 22px;
  }

  .contact-grid {
    row-gap: 35px;
    grid-template-columns: 100%;
  }

  #form-contact {
    grid-template-columns: 48.5% 46.5%;
  }

  /* Portefolio */
  .single-project-others .header-flex {
    margin-bottom: 35px;
  }

  .project-list-section {
    padding: 10px 0 60px 0;
  }

  .fig-description {
    font-size: 16px;
  }

  .project-item>figure {
    max-height: 360px;
  }

  .project-item:hover>figure {
    max-height: 360px;
  }

  .project-item:hover {
    margin-top: 0;
  }

  .single-project-info {
    font-size: 15px;
  }

  .single-project-others {
    padding: 65px 0;
  }

  .single-project-gallery-grid>figure:first-child {
    margin: 0;
  }

  .project-item-info>h3 {
    font-size: 20px;
  }

  .single-project-details {
    padding: 50px 0 90px 0;
  }

  .single-project-detail {
    grid-template-columns: 1fr 25% 1fr;
  }

  .single-project-others .header-flex {
    margin-bottom: 55px;
  }

  /* Sobre Nós */
  .about-us-blocks .common-grid:first-child {
    padding-bottom: 105px;
  }

  .about-us-blocks {
    padding: 85px 0 120px 0;
  }

  /* Default Content */
  .default-content h1 {
    font-size: 26px;
  }

  /* Blog */
  .blog-banner {
    padding: 150px 0 65px 0;
  }

  .blog-list {
    padding: 60px 0;
  }

  .blog-banner::after {
    background: linear-gradient(90deg,
        rgba(27, 27, 27, 1) 0%,
        rgba(27, 27, 27, 1) 50%,
        rgba(0, 0, 0, 0) 100%);
  }

  /* Frontpage */
  .frontpage-hero-content {
    max-width: 475px;
  }

  .frontpage-project-item .project-item-info>p {
    opacity: 1;
  }

  .frontpage-blog-item-content h3 {
    font-size: 17px;
  }

  .sticky {
    height: 100%;
  }

  .sticky>img {
    height: 100% !important;
    object-fit: cover !important;
  }

  .frontpage-projects {
    padding-top: 75px;
  }

  .frontpage-instagram,
  .frontpage-blog {
    padding: 75px 0;
  }

  .frontpage-showroom {
    padding-bottom: 75px;
  }

  /* Showroom */
  .showroom {
    padding-top: 25px;
  }

  /* Footer */
  .footer-container h3 {
    font-size: 20px;
  }

  .footer-card h4 {
    font-size: 16px;
  }

  .footer-top-primary {
    display: grid;
    grid-template-columns: 45% auto;
    column-gap: 5%;
    row-gap: 17px;
  }

  .footer-catalog>p {
    margin: 10px 0;
  }

  .footer-newsletter {
    grid-column: 2;
    margin-top: 0;
  }

  .footer-catalog>btn {
    margin-top: auto;
  }

  .footer-catalog {
    margin-right: 0;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .footer-card address {
    font-size: 11px;
    gap: 0px;
  }

  .footer-card {
    padding: 16px;
  }

  .footer-legal {
    column-gap: 30px;
    flex-wrap: wrap;
  }

  /* 404 */
  .container-404>h2 {
    font-size: 24px;
  }

  /* Catálogo */
  .catalog-items {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  /* Header */
  .menu-top>li>a {
    font-size: 30px;
  }

  .nav-menu-top {
    align-items: flex-start;
  }

  /* Área Reservada */
  .catalog-feed-text {
    grid-column: span 2;
    font-size: 16px;
  }

  .catalog-button {
    font-size: 14px;
  }

  .reserved-area-grid {
    min-height: 80vh;
  }

  .catalog-section {
    padding: 35px 0;
  }

  /* Single Projeto */
  .single-project-others .project-item .project-item-info>p {
    opacity: 1;
  }

  /* Local */
  .common-grid-md {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .btn-scroll {
    display: none;
  }

  .fixed-lets-go {
    z-index: 1;
  }

  /* #region Header */
  .menu-top {
    columns: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 90%;
    overflow-y: auto;
    z-index: 111;
  }

  .nav-menu-top {
    padding: 15% 10% 5% 15%;
  }

  .menu-top>li>a {
    font-size: 40px;
  }

  /* #endregion */
  .catalog-header-flex {
    margin: 30px 0 30px 0;
  }
}

@media screen and (min-height: 1180px) {
  .section-404 {
    min-height: 65vh;
  }

  .reserved-area-grid,
  .full-section {
    min-height: 65vh;
  }

  .reserved-area-grid-right {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .footer-container {
    margin-left: auto;
  }
}

@media screen and (max-width: 850px) {
  h1 {
    font-size: 17px;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 34px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Frontpage */
  .frontpage-hero-content>h1 {
    font-size: 30px;
  }

  /* Contacto */
  .contact-hero-grid>span {
    font-size: 70px;
  }

  /* Área Reservada */
  .recovery-pass,
  .start-session,
  .create-an-account {
    width: 80%;
  }

  .reserved-area-grid-right {
    padding-left: 10%;
  }

  /* Marca */
  .brand-section {
    padding-top: 180px;
  }

  /* Portfolio */

  .project-banner-content>h1 {
    left: 6%;
  }

  .project-team-left {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .project-team {
    padding: 45px 0;
  }

  .project-team-grid {
    gap: 20px;
  }

  .project-item-info>h3 {
    font-size: 19px;
  }

  .fig-description {
    font-size: 15px;
  }

  .single-project-others .project-item:last-child {
    display: block;
  }

  /* Footer */
  .footer-container h3 {
    font-size: 18px;
  }

  .footer-locations,
  .footer-top-primary {
    grid-template-columns: 49% 49%;
    gap: 20px;
  }

  .footer-logo>img {
    width: 85%;
  }

  .items-toggle {
    padding: 75px 0 20px 0;
  }

  .item-toggle>h3 {
    font-size: 22px;
  }

  /* Catálogo */
  .catalog-item h4,
  .catalog-categories-list span,
  .catalog-categories-list li,
  aside li {
    font-size: 14px;
  }
}

@media screen and (max-width: 825px) {

  .frontpage-projects-content,
  .common-grid-inverter,
  .common-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  h2 {
    font-size: 22px;
  }

  .container-sm {
    padding: 0 6%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .common-grid-inverter>a,
  .common-grid-inverter>figure {
    order: 1;
  }

  .fixed-lets-go {
    right: -100px;
  }

  .fixed-lets-go {
    display: none;
  }

  /* Showroom */
  .showroom {
    padding-top: 20px;
  }

  .gallery-items figure,
  .showroom figure {
    max-height: 300px;
  }

  .showroom-buttons {
    position: relative;
    top: 0;
    margin-top: 20px;
  }

  .gallery-slide::after {
    width: 20%;
  }

  /* Blog */
  .blog-banner {
    background-size: cover;
  }

  /* Frontpage */
  .frontpage-projects-slide {
    padding: 35px 0 45px 0;
  }

  .frontpage-blog-item {
    flex: 0 0 47%;
  }

  .frontpage-blog-item-content h3 {
    font-size: 19px;
  }

  .frontpage-blog-item-content h3 {
    font-size: 17px;
  }

  .frontpage-projects {
    padding-top: 50px;
  }

  .frontpage-instagram,
  .frontpage-blog {
    padding: 50px 0;
  }

  .frontpage-showroom-button {
    font-size: 15px;
    min-height: 48px;
  }

  /* Área de Reservada */
  .reserved-area-grid {
    grid-template-columns: 100%;
  }

  .reserved-paragraph {
    font-size: 18px;
  }

  .reserved-area-grid-right {
    padding: 140px 6% 60px 6%;
  }

  .recovery-pass,
  .start-session,
  .create-an-account {
    width: 100%;
  }

  .reserved-area-grid>figure {
    order: 1;
    max-height: 45vh;
  }

  .catalog-contact {
    padding-top: 20px;
  }

  /* Portefolio */
  .single-project-large {
    transform: scale(1) !important;
  }

  .project-banner-content>figure {
    aspect-ratio: 5 / 2;
  }

  .single-project-gallery-grid {
    grid-template-columns: 100%;
  }

  .single-project-gallery-grid>figure:first-child {
    grid-column: auto;
  }

  .single-project-gallery {
    padding: 65px 0;
  }

  .project-banner-content>h1 {
    font-size: 30px;
  }

  /* Sobre Nós */
  figure.figure-effect>img {
    transform: translateY(0) !important;
  }

  .about-us-blocks .common-grid:first-child {
    padding-bottom: 65px;
  }

  .about-us-blocks {
    padding: 70px 0;
  }

  .about-us-banner-content {
    max-width: 100%;
  }

  /* Default Content */
  .default-content h1 {
    font-size: 22px;
  }

  .default-content h2 {
    font-size: 16px;
  }

  /* Contactos */
  .contact-local-info {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .contact-local-content>h3 {
    font-size: 20px;
  }

  .contact-grid-right ul {
    column-gap: 5px;
    row-gap: 10px;
  }

  .contact-form,
  .contact-section {
    padding: 60px 0;
  }

  .contact-local-info>div:not(:first-child),
  .contact-local-info>div:not(:last-child) {
    padding: 0;
  }

  .contact-local-info>div:not(:last-child):after {
    display: none;
  }

  /* Footer */
  .footer-catalog {
    grid-column: span 2;
    grid-row: auto;
  }

  .footer-info {
    margin-right: 0;
    margin-top: 0;
  }

  .footer-logo {
    top: -65px;
  }

  .footer-inputs {
    flex-direction: column;
    row-gap: 10px;
  }

  .footer-inputs>.btn {
    width: 100%;
  }

  .footer-inputs>input {
    flex: 1;
    width: 100%;
  }

  .items-toggle {
    padding: 50px 0 20px 0;
  }

  .item-toggle>h3 {
    font-size: 20px;
  }

  /* Catálogo */
  .catalog-grid {
    grid-template-columns: 100%;
  }

  aside ul {
    max-height: 130px;
  }

  .catalog-section {
    padding: 30px 0;
  }

  .catalog-categories-parent {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .catalog-categories-list span {
    flex: 0 0 115px;
  }

  aside ul {
    margin-bottom: 20px;
  }

  .catalog-categories-list>ul {
    padding-left: 10px;
    height: 40px;
  }

  /* Header */
  .header-container {
    align-items: flex-start;
  }

  .menu-top>li>a {
    font-size: 28px;
  }

  .menu-top>li>a::after {
    display: none;
  }

  .header-btn-menu:hover>span,
  .header-btn-menu>span {
    width: 30px;
  }

  .header-btn-menu.open>span,
  .header-btn-menu>span:nth-child(2) {
    width: 40px;
  }

  .contact-hero::before {
    height: 83px;
  }
}

@media screen and (max-width: 640px) {

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 30px;
  }

  .container-404 {
    padding: 0 6%;
  }

  .container-404>h2 {
    font-size: 24px;
  }

  .header-flex>h2 {
    flex: 1;
  }

  /* Portefolio */
  .project-item>figure {
    max-height: 310px;
  }

  .project-item:hover>figure {
    max-height: 310px;
  }

  .project-team-left>h4 {
    font-size: 20px;
  }

  .project-team-grid {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .single-project-others,
  .single-project-details {
    padding: 50px 0;
  }

  .project-banner {
    background-attachment: initial;
  }

  .single-project-gallery {
    padding: 50px 0;
  }

  /* Frontpage */
  .frontpage-hero-content>h1 {
    font-size: 32px;
  }

  .header-flex {
    align-items: flex-end;
  }

  /* Contactos */
  .contact-hero-grid>span {
    font-size: 50px;
  }

  #form-contact,
  .contact-hero-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }

  #form-contact>.form-footer {
    grid-column: auto;
  }

  /* Blog */
  .blog-banner::after {
    background: #1b1b1be0;
  }

  .blog-list {
    padding: 40px 0;
  }

  .item-toggle>h3 {
    font-size: 18px;
  }

  .item-toggle>p {
    padding-left: 0;
    margin: 15px 0;
  }

  /* Área Reservada */
  .form-reserved-area .btn {
    flex: 1;
  }

  .form-reserved-area>span {
    font-size: 18px;
  }

  .catalog-item h4,
  .catalog-categories-list span,
  .catalog-categories-list li,
  aside li {
    font-size: 13px;
  }

  /* 404 */
  .section-404 {
    min-height: 85vh;
  }

  .svg-404 {
    rotate: 90deg;
  }

  /* Sobre Nós */
  .about-us-blocks .common-grid:first-child {
    padding-bottom: 35px;
  }

  .instagram-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 68%;
  }
}

@media screen and (max-width: 540px) {

  /* #region AOS */
  [data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0);
  }

  /* #endregion */

  h2 {
    font-size: 20px;
  }

  .btn {
    padding: 9px 16px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .grid-6>figure {
    align-items: center;
    justify-content: center;
  }

  .brand-content {
    margin: 15px 0 40px 0;
  }

  .project-btn {
    top: 20px;
    right: 20px;
  }

  /* Header */
  header {
    top: 30px;
  }

  .nav-menu-top {
    padding: 70px 10% 80px 10%;
  }

  .nav-menu-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0, #1b1b1b 35%);
  }

  @keyframes header {
    from {
      transform: translateY(-100px);
    }

    to {
      transform: translateY(0);
    }
  }

  header.fixed {
    position: fixed;
    top: 0;
    background-color: #1b1b1b;
    padding: 10px 0;
    animation: header 1s forwards;
  }

  header.fixed .header-container {
    align-items: center;
  }

  .header-fixed-100 {
    height: 100%;
  }

  /* Contacto */
  .contact-form,
  .contact-section {
    padding: 35px 0;
  }

  .contact-hero {
    min-height: 60vh;
  }

  .contact-hero-grid>span {
    font-size: 40px;
    letter-spacing: 0;
  }

  #form-contact>.form-footer {
    flex-direction: column;
    row-gap: 15px;
    margin-top: 0;
  }

  /* Frontpage */
  .frontpage-instagram,
  .frontpage-blog {
    padding: 35px 0;
  }

  .frontpage-showroom {
    padding-bottom: 40px;
  }

  .frontpage-blog-item {
    flex: 0 0 100%;
  }

  .frontpage-scrollbar-container {
    margin-top: 30px;
  }

  /* Showroom */

  .gallery-items figure,
  .showroom figure {
    max-height: 250px;
  }

  /* Portefolio */
  .grid-3 {
    grid-template-columns: 100%;
  }

  .project-banner-content>h1 {
    font-size: 26px;
  }

  .project-banner {
    padding: 135px 0 55px 0;
  }

  .single-project-detail {
    grid-template-columns: 2fr 1fr 2fr;
    row-gap: 30px;
  }

  .single-project-details {
    padding: 40px 0;
  }

  .single-project-info {
    font-size: 14px;
  }

  .single-project-detail>div:not(:first-child) {
    padding-left: 14px;
  }

  .items-toggle {
    padding: 0;
  }

  .project-btn {
    display: none;
  }

  .project-list-section .grid-3 {
    row-gap: 45px;
  }

  .project-item-info {
    margin-top: 15px;
  }

  .project-item-info>h3 {
    margin-top: 8px;
  }

  /* Área Reservada */
  .catalog-button {
    font-size: 12px;
    min-height: 115px;
    padding: 18px;
  }

  .catalog-button::after {
    height: 20px;
    width: 20px;
    bottom: 15px;
  }

  .catalog-categories-parent-title,
  .catalog-categories-list span {
    flex: auto;
  }

  .catalog-categories-children {
    display: none;
  }

  .catalog-categories-children.show {
    display: block;
    animation: showCatagories 1s forwards;
  }

  @keyframes showCatagories {
    from {
      opacity: 0;
      transform: translateY(-15px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .catalog-contact,
  .catalog-categories-children span {
    display: none;
  }

  .catalog-grid {
    row-gap: 0;
  }

  .catalog-search {
    padding-bottom: 15px;
  }

  .catalog-items {
    padding-top: 20px;
    border-top: 1px solid #353535;
  }

  .catalog-categories-list ul {
    height: 35px;
  }

  .catalog-categories-list li {
    padding: 10px 21px;
  }

  .reserved-paragraph {
    font-size: 16px;
  }

  .catalog-categories-list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    margin-bottom: 10px;
  }

  .catalog-header {
    padding: 150px 0 0 0;
  }

  .catalog-categories {
    overflow-x: hidden;
  }

  .catalog-categories-list>ul {
    padding-left: 0;
    width: 100%;
    /* height: fit-content; */
  }

  .catalog-categories-list span {
    flex: 1;
  }

  .catalog-categories-list span::after {
    display: none;
  }

  /* Footer */
  footer {
    padding: 110px 0 40px 0;
  }

  .footer-info-content {
    column-gap: 15%;
  }

  /* Sobre Nós */
  .about-us-blocks {
    padding: 45px 0;
  }

  /* Marcas */
  .brand-section figure>img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 465px) {
  .btn {
    padding: 8px 18px;
  }

  .page-template-intro h2,
  .about-us-banner-content>p,
  .subtitle-lg {
    font-size: 28px;
    line-height: 115%;
  }

  .full-section {
    min-height: 65vh;
    padding: 140px 0 65px 0;
  }

  .about-us-banner {
    padding: 140px 0 35px 0;
  }

  /* Header */
  .header-menu-legal {
    display: none;
  }

  /* Default Content */
  .showroom-buttons a,
  .default-content li,
  p {
    font-size: 14px;
  }

  /* Portefolio */
  .project-item>figure {
    max-height: 375px;
  }

  .project-item:hover>figure {
    max-height: 375px;
  }

  .project-list-section {
    padding-bottom: 45px;
  }

  .single-project-others,
  .single-project-gallery {
    padding: 35px 0 50px 0;
  }

  .single-project-others .header-flex {
    margin-bottom: 35px;
  }

  /* Frontpage */
  .frontpage-hero-buttons>a:first-child {
    display: none;
  }

  /* Footer */
  .footer-get-in-touch {
    display: none;
  }

  .footer-locations,
  .footer-top-primary {
    grid-template-columns: 100%;
  }

  .footer-bottom {
    margin-top: 45px;
  }

  .footer-newsletter,
  .footer-catalog {
    grid-column: auto;
    grid-row: auto;
  }

  /* 404 */
  .container-404>h2 {
    font-size: 22px;
  }

  /* Blog */
  .blog-item h3 {
    font-size: 17px;
  }

  .outlet-content li,
  .blog-item p {
    font-size: 13px;
  }

  /* Catálogo */
  .catalog-item .catalog-download {
    display: none;
  }
}

@media screen and (max-width: 375px) {

  /* Sobre Nós */
  .about-us-banner-content>p {
    font-size: 22px;
  }

  .catalog-button::after{
    display: none;
  }
}