/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.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=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --color-dark: #161718;
  --color-white: #f8f2eb;
  --color-red: #ef1c00;
  --color-grey: #e9e3dc;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

html.overflow {
  overflow: hidden;
}

body {
  font-family: "Playfair Display", serif;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
}

body::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  display: none;
}

body.bg::after {
  background-color: var(--color-dark);
  opacity: 0.4;
  display: block;
}

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

a {
  text-decoration: none;
}

h2 {
  color: var(--color-dark);
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  position: relative;
}

h2.line {
  display: flex;
  gap: 37px;
  align-items: center;
}

h2.line::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #f8f2eb;
  opacity: 0.3;
}

h2.white {
  color: var(--color-white);
}

p,
.info-page li {
  color: #23292d;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

p.white {
  color: var(--color-white);
}

.call-to-action-home {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -9999px;
  margin: 20px auto;
  background-color: var(--secondary-color);
  padding: 15px;
  display: block;
  width: fit-content;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

.call-to-action-home:focus {
  top: 10px;
  position: relative;
}

.main-button {
  border: none;
  background-color: transparent;
  width: 181px;
  height: 46px;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.main-button:hover .inner-button {
  top: -46px;
}

.main-button:hover .secondary-inner-button {
  top: 0;
}

.main-button:hover .secondary-inner-button::after {
  top: -46px;
}

.main-button > span {
  display: block;
  transition: all 0.2s;
  padding: 14px 17px 10px 11px;
}

.main-button span {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  width: 100%;
}

.inner-button {
  top: 0;
  left: 0;
  background-color: rgba(248, 242, 235, 0.2);
  position: absolute;
}

.main-button.white .inner-button {
  background-color: var(--color-white);
}

.main-button.white .inner-button span {
  color: var(--color-dark);
}

.main-button.grey .inner-button {
  background-color: #e9e3dc;
}

.main-button.grey .inner-button span {
  color: var(--color-dark);
}

.secondary-inner-button {
  background-color: var(--color-white);
  position: absolute;
  top: 100%;
}

.main-button.grey .secondary-inner-button {
  background-color: var(--color-dark);
}

.main-button.grey .secondary-inner-button > span {
  color: var(--color-white);
}

.inner-button > span {
  z-index: 1;
  position: relative;
}

.secondary-inner-button > span {
  z-index: 1;
  position: relative;
  color: var(--color-dark);
}

.secondary-inner-button::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-red);
  transition: all 0.2s;
  transition-delay: 0.3s;
}

/* CONTAINERS */

.header-container,
.hero-container {
  max-width: 1800px;
  margin: 0 auto;
}

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

.footer-container {
  max-width: 1567px;
  margin: 0 8% 0 auto;
}

.footer-links-container {
  max-width: 1753px;
  margin: 0 5% 0 auto;
}

.other-real-state-container {
  max-width: 1453px;
  margin: 0 auto;
}

.real-state-container {
  max-width: 1267px;
  margin: 0 13% 0 auto;
}

.real-state-characteristics-container {
  max-width: 1495px;
  margin: 0 auto;
}

.space-for-you-container {
  max-width: 1195px;
  margin: 0 auto;
}

.portfolio-container {
  max-width: 1193px;
  margin: 0 auto;
}

.small-container {
  max-width: 735px;
  margin: 0 35% 0 auto;
}

.contacts-container {
  max-width: 585px;
}

/* HEADER */

header {
  position: absolute;
  top: 32px;
  width: 100%;
  padding: 0 2%;
}

.header-navigation {
  position: fixed;
  background-color: var(--color-dark);
  height: 100dvh;
  width: 38vw;
  top: 0;
  right: -100vw;
  padding: 64px 80px;
  transition: all 0.4s;
  z-index: 30;
  overflow-y: auto;
}

.header-navigation::-webkit-scrollbar {
  display: none;
}

.header-navigation::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(assets/images/menu-after.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}

.header-navigation.active {
  right: 0;
}

.header-language {
  display: flex;
  gap: 15px;
  align-items: center;
}

.header-language a {
  color: var(--color-white);
  text-align: center;
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  position: relative;
  display: block;
  transition: all 0.2s;
}

.header-language a:hover,
.header-language a.selected {
  color: var(--color-red);
}

.header-language a:not(:last-child) {
  display: flex;
  gap: 15px;
  align-items: center;
}

.header-logo {
  z-index: 1;
}

.header-language a:not(:last-child)::after {
  content: " ";
  position: relative;
  display: inline-block;
  height: 11px;
  width: 1px;
  background-color: var(--color-red);
  right: 0;
}

.menu-top {
  margin-top: 80px;
  list-style: none;
}

.menu-top li a {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  opacity: 0.5;
  transition: all 0.2s;
}

.menu-top li a:hover {
  opacity: 1;
}

.home .header-logo svg {
  transform: scale(5.5);
  transform-origin: left top;
  transition: all 0.9s;
}

.home .header-logo.animate svg {
  transform: scale(1);
}

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

.header-info {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
}

.header-info span {
  display: block;
}

.header-info .alvara {
  margin-top: 16px;
}

.header-info--contacts .call-to-national {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.5;
}

.header-info--contacts .socials {
  margin-top: 16px;
  display: flex;
  gap: 33px;
}

.header-info span.title {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header-info--location .bolder,
.header-info--contacts .bolder {
  color: var(--color-white) !important;
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  transition: all 0.2s;
}

.header-info--contacts a:hover {
  color: var(--color-red) !important;
}

.hamburguer-icon {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 49px;
  cursor: pointer;
  position: relative;
  z-index: 31;
  margin: 0 40px;
}

.hamburguer-icon::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: var(--color-red);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.hamburguer-icon:hover::after {
  opacity: 1;
  visibility: visible;
  width: 20px;
  height: 20px;
}

.hamburguer-icon.active span,
.single .hamburguer-icon span,
.error404 .hamburguer-icon span {
  background: var(--color-white);
}

.hamburguer-icon span {
  display: block;
  height: 4px;
  background: var(--color-dark);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.hamburguer-icon span:nth-child(1),
.hamburguer-icon span:nth-child(3) {
  width: 50%;
}

.hamburguer-icon span:nth-child(2) {
  width: 100%;
}

.hamburguer-icon span:nth-child(3) {
  align-self: flex-end;
}

.hamburguer-icon.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
  width: 100%;
}

.hamburguer-icon span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.hamburguer-icon.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.hamburguer-icon span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.hamburguer-icon.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
  width: 100%;
}

.hamburguer-icon span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 11px;
    transform: rotate(0);
  }

  100% {
    top: 11px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 11px;
    transform: rotate(45deg);
  }

  50% {
    top: 11px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 11px;
    transform: rotate(0);
  }

  100% {
    bottom: 15px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 11px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.page-template-page-contactos .header-logo svg path,
.page-template-default .header-logo svg path,
.page-template-page-resolucao-alternativa-de-litigios .header-logo svg path {
  fill: var(--color-dark);
}

/* FOOTER */

footer {
  background-color: var(--color-dark);
  padding: 150px 0 0 0;
  position: relative;
}

footer::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 60px;
  background-image: url(assets/images/footer-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 55%;
  background-position: right bottom;
  pointer-events: none;
}

footer::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 30%;
  background-image: url(assets/images/footer-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

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

footer .bolder {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  display: block;
}

footer a {
  transition: all 0.2s;
}

footer a:hover {
  color: var(--color-red);
}

footer .title {
  color: var(--color-white);
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

footer span {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

footer .call-to-national {
  color: var(--color-white);
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.5;
}

footer .socials {
  display: flex;
  gap: 33px;
  margin-top: 40px;
}

.socials a {
  color: var(--color-white);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  text-transform: lowercase;
}

footer .alvara {
  margin-top: 40px;
}

.footer-schedule > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-links a {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
}

.footer-links {
  border-top: 1px solid var(--color-white);
  padding: 20px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}

.footer-links .footer-links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.footer-links .footer-links-container > div {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 31px;
}

.mt-5 {
  margin-top: 5px;
}

/* FRONTPAGE */

.hero {
  min-height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 2% 180px 2%;
  width: 100vw;
}

.hero .hero-container {
  width: 100%;
}

.hero img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 33%;
  opacity: 0.58;
  background: linear-gradient(149deg, rgba(0, 0, 0, 0.45) 27.42%, #000 84.63%);
  filter: blur(37.349998474121094px);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero h1 {
  color: var(--color-dark);
  font-family: "PT Sans", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%;
  text-transform: lowercase;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero h1 span {
  background: #fff;
  overflow: hidden;
  width: fit-content;
  padding: 3px 8px;
  position: relative;
  left: -400px;
}

.hero h1 span:first-child {
  transition: all 0.5s;
}

.hero h1 span:nth-of-type(2) {
  transition: all 0.7s;
}

.hero h1 span:last-child {
  transition: all 0.9s;
}

.hero h1.active span {
  left: 0;
}

.foundation {
  min-height: 100vh;
  padding: 200px 5%;
  position: relative;
}

.foundation::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 75%;
  background-image: url(assets/images/foundation-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  pointer-events: none;
}

.foundation::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41%;
  height: 100%;
  background-image: url(assets/images/foundation-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  pointer-events: none;
}

.foundation-grid {
  display: grid;
  grid-template-columns: 54% 1fr;
  grid-template-rows: repeat(2, 1fr);
  column-gap: 22px;
  row-gap: 72px;
  padding-right: 170px;
}

.big-text p {
  color: #23292d;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.foundation .classic-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-area: 2 / 2 / 3 / 3;
}

.real-state {
  background-color: var(--color-dark);
  padding: 120px 0;
  position: relative;
}

.real-state-card h3 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.real-state-card .real-state-info--location {
  margin-bottom: 20px;
}

.real-state-info--location {
  display: flex;
  gap: 10px;
}

.real-state-info--location span {
  color: var(--color-white);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
  text-transform: lowercase;
  position: relative;
}

.real-state-info--location span:not(:first-child) {
  display: flex;
  gap: 10px;
  align-items: center;
}

.real-state-info--location span:not(:first-child)::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 80%;
  width: 2px;
  background-color: var(--color-red);
}

.real-state-card p {
  color: var(--color-white);
}

.real-state-card .main-button {
  margin-top: 40px;
}

.real-state-card {
  display: grid;
  grid-template-columns: 18% 72%;
  gap: 10%;
  flex: 0 0 100%;
}

.real-state-card > a {
  display: flex;
}

.real-state-slider {
  margin-top: 50px;
  display: flex;
  gap: 200px;
  z-index: 1;
  position: relative;
}

.real-state-slider::-webkit-scrollbar {
  display: none;
}

.real-state-card-image {
  aspect-ratio: 3 / 2;
}

.real-state-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}

.real-state-card > a:hover .real-state-card-image img {
  filter: brightness(0.5);
}

/* Single: Imóvel */

.single-real-info {
  background-color: var(--color-dark);
  padding: 180px 5% 40px 5%;
}

.single-real-info h1 {
  color: var(--color-white);
  font-size: 47px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.82px;
  text-transform: uppercase;
  margin: 5px 0 28px 0;
}

.single-real-info p {
  color: #a7a29d;
}

.single-real-info .text-wrapper {
  max-width: 670px;
}

.single-real-banner figure {
  aspect-ratio: 2.78/1;
}

.single-real-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-real-characteristics {
  background-color: var(--color-dark);
  padding: 0px 5%;
}

.single-real-characteristics .real-state-characteristics-container {
  background-color: #101112;
  padding: 80px 106px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.real-state-characteristics-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px 0 10px 0;
  column-gap: 80px;
  row-gap: 32px;
  position: relative;
  --row-gap: 32px;
  --col-gap: 80px;
  --line-color: rgba(255, 255, 255, 0.18);
  --line-w: 1px;
}

.real-state-characteristics-list::before,
.real-state-characteristics-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--line-w);
  background: var(--line-color);
  pointer-events: none;
}

.real-state-characteristics-list::before {
  left: calc((100% - 2 * var(--col-gap)) / 3 + var(--col-gap) / 2);
}

.real-state-characteristics-list::after {
  left: calc(2 * ((100% - 2 * var(--col-gap)) / 3) + (3 * var(--col-gap)) / 2);
}

.characteristic-card {
  display: flex;
  gap: 25px;
  align-items: center;
}

.characteristic-card.center {
  grid-area: auto / 2 / 4 /3;
}

.characteristic-card p {
  color: var(--color-white);
}

.secondary-h2 {
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.74px;
  text-transform: uppercase;
}

.single-real-characteristics .wrapper p {
  color: #dcdcdc;
}

.single-real-characteristics .wrapper {
  max-width: 714px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.real-state-characteristics-contact {
  max-width: 554px;
  margin: 60px auto 0 auto;
  text-align: center;
}

.real-state-characteristics-contact p {
  color: #a7a29d;
}

.secondary-button {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  width: fit-content;
  margin: 5px auto 0 auto;
  gap: 9px;
  align-items: center;
}

.secondary-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 8px;
  background-image: url(assets/images/seta-vermelha.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
  right: 0;
}

.secondary-button:hover::after {
  right: -10px;
}

/* Page Contactos */

.contacts-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contacts-section h1 {
  color: #23292d;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

.contacts-section-content::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/contact-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 50%;
  height: 50%;
}

.contacts-content-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.contacts-section a,
.contacts-section span {
  display: block;
}

.contacts-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-section .bolder {
  color: var(--color-dark);
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.contacts-section a:hover {
  color: var(--color-red);
}

.contacts-section h2.title {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contacts-content-info--schedule span {
  color: var(--color-dark);
  font-family: "PT Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.contacts-content-info--contacts .call-to-national {
  color: var(--color-dark);
  font-family: "PT Sans", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.5;
  margin-bottom: 10px;
}

.single-real-concept {
  background-color: var(--color-dark);
  padding: 100px 5% 0 5%;
}

.single-real-concept h2 {
  margin-bottom: 15px;
}

.single-real-concept .real-state-container {
  display: grid;
  grid-template-columns: 1fr 55.5%;
  gap: 80px;
}

.concept-content p {
  color: #dcdcdc;
}

.concept-slider {
  height: fit-content;
}

.concept-content .title-wrapper {
  max-width: 398px;
}

.concept-content ul {
  margin: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: disc;
}

.concept-content li {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 156%;
  position: relative;
}

.concept-content li::marker {
  color: red;
  font-size: 15px;
}

.concept-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 4;
}

.slick-arrow:hover {
  scale: 1.1;
}

.slick-prev {
  left: 30px;
  background-image: url(assets/images/prev.svg);
}

.slick-next {
  right: 30px;
  background-image: url(assets/images/next.svg);
}

.space-for-you {
  background-color: var(--color-dark);
  padding: 100px 5% 120px 5%;
}

.space-for-you .space-for-you-container {
  background-image: url(assets/images/contact-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 70px;
}

.space-for-you h2 {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
}

.space-for-you p {
  color: var(--color-white);
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.other-real-state {
  padding: 120px 5%;
  position: relative;
}

.other-real-state::before,
.real-state::after,
.other-portfolio::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/other-real-state-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 0.2;
}

.real-state::after {
  filter: invert(1);
}

.other-real-state .other-real-state-container {
  display: grid;
  grid-template-columns: 31.5% 1fr;
  align-items: center;
  gap: 100px;
  z-index: 1;
  position: relative;
}

.other-real-state h2,
.other-portfolio-content h2 {
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.other-real-state-info {
  display: grid;
  grid-template-columns: 1fr 31%;
  gap: 27px;
}

.other-real-state-info figure {
  aspect-ratio: 3 / 2;
}

.other-real-state-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-real-state-info-content h3 {
  color: var(--color-dark);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.other-real-state-info-content .main-button {
  margin-top: 25px;
}

.other-real-state-info-content {
  padding-top: 60px;
}

.single-portfolio-content {
  background-color: var(--color-dark);
  padding: 0 5% 120px 5%;
}

.single-portfolio-content .slick-slide {
  aspect-ratio: 16/9;
}

.single-portfolio-content .slick-arrow {
  top: auto;
  transform: none;
  bottom: 30px;
}

.single-portfolio-content .slick-prev {
  left: auto;
  right: 100px;
}

.other-portfolio {
  display: grid;
  grid-template-columns: 34% 56%;
  gap: 10%;
  padding: 72px 0 100px 6%;
  align-items: center;
  position: relative;
}

.other-porfolio-content {
  z-index: 1;
  position: relative;
}

.other-portfolio .wrapper {
  max-width: 480px;
}

.portfolio {
  padding: 120px 0 100px 0;
}

.portfolio .wrapper {
  max-width: 582px;
}

.portfolio h2 {
  margin-bottom: 20px;
}

.portfolio .container {
  z-index: 3;
  position: relative;
}

.portfolio .main-button {
  margin-top: 40px;
}

.portfolio-slider {
  margin-top: -230px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--color-dark);
  position: relative;
}

.portfolio-slider::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 62%;
  width: 10%;
  background: linear-gradient(269deg, rgba(248, 242, 235, 0) 0%, #f8f2eb 100%);
  z-index: 1;
  pointer-events: none;
}

.portfolio-slider::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 62%;
  width: 10%;
  background: linear-gradient(90deg, rgba(248, 242, 235, 0) 0%, #f8f2eb 100%);
  z-index: 1;
}

.portfolio-slider .slick-track {
  min-height: 788px !important;
}

.portfolio-card .real-state-info--location span {
  color: var(--color-dark);
}

.portfolio-card {
  position: relative;
  transition: all 0.2s;
}

.portfolio-card {
  margin-left: 21px;
}

.portfolio-card img {
  width: 100%;
  height: 459px;
  opacity: 0.6;
  object-fit: cover;
  transition: all 0.2s;
  filter: grayscale();
}

.portfolio-slider .slick-track {
  display: flex !important;
  align-items: flex-end;
  height: max-content;
}

.portfolio-card figure {
  z-index: 1;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
}

.portfolio-card.slick-center:hover img {
  transform: scale(1.1);
}

.portfolio-card.slick-center img {
  opacity: 1;
  height: 696px;
  transition: all 0.2s;
}

.portfolio-card.slick-center {
  min-width: 586px !important;
  position: relative;
}

.other-portfolio .portfolio-card.slick-center {
  min-width: 310px !important;
  width: 310px !important;
}

.other-portfolio .portfolio-card.slick-center figure {
  height: 368px !important;
}

.other-portfolio .portfolio-card.slick-center::after {
  bottom: -35px;
}

.portfolio-card.slick-center::after {
  content: " ";
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--color-red);
  width: 12px;
  height: 12px;
  z-index: 10;
  border: 5px solid var(--color-white);
}

.portfolio-card-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.portfolio-slider .slick-list {
  overflow: visible !important;
}

.portfolio-card.slick-center .portfolio-card-content {
  height: fit-content;
  padding: 18px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.portfolio-card.slick-center img {
  filter: none;
}

.portfolio-card-content h3 {
  color: var(--color-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 10px;
}

.other-portfolio .portfolio-card-content h3 {
  color: var(--color-dark);
  font-size: 15.869px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.952px;
  text-transform: uppercase;
}

.other-portfolio .portfolio-card .real-state-info--location span {
  font-size: 10px;
}

.other-portfolio .portfolio-card.slick-center .portfolio-card-content {
  padding: 9px 0 0 0;
}

.other-portfolio .portfolio-card img,
.other-portfolio .portfolio-card figure {
  height: 100%;
}

.other-portfolio .slick-track {
  height: 445px !important;
  display: flex;
  align-items: flex-end;
}

.other-portfolio .portfolio-card {
  height: 243px !important;
  min-width: 204px !important;
}

.other-portfolio .portfolio-card.slick-center {
  height: 100% !important;
}

.other-portfolio .portfolio-card.slick-center figure {
  height: 100%;
}

.other-portfolio-slider {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.other-portfolio-slider::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(270deg, rgba(248, 242, 235, 0) 0%, #f8f2eb 100%);
  z-index: 1;
}

.other-portfolio .slick-list {
  padding-bottom: 24px !important;
  border-bottom: 1px solid rgba(22, 23, 24, 0.5);
  overflow: visible !important;
}

/* Page Template */

.info-page {
  padding: 180px 5% 282px 5%;
  position: relative;
  background-image: url(assets/images/page-background.svg);
  background-repeat: no-repeat;
  background-size: 33% 8%;
  background-position: bottom left;
}

.info-page::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 200px;
  width: 26%;
  height: 30%;
  background-image: url(assets/images/page-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.page-template-page-resolucao-alternativa-de-litigios .info-page::before,
.page-template-page-resolucao-alternativa-de-litigios .info-page::after {
  display: none;
}

.page-template-page-resolucao-alternativa-de-litigios .info-page {
  background-image: url(assets/images/ral-bg.svg);
  background-size: 51% 65%;
  background-position: right bottom;
}

.info-page::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  height: 40%;
  transform: translateY(-50%);
  background-image: url(assets/images/page-after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  pointer-events: none;
}

.info-page h1 {
  color: #23292d;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  white-space: nowrap;
}

.info-page h2 {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.info-page p strong {
  font-weight: 700;
}

.info-page ul {
  margin: 20px 0 40px 20px;
}

.info-page table {
  margin-top: 40px;
}

.info-page table thead th {
  color: #23292d;
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: start;
}

.info-page p {
  margin-bottom: 10px;
}

.info-page table td {
  color: #23292d;
  font-family: "PT Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 36px 43px 0 0;
}

.info-page .page-flex {
  margin-top: 40px;
  display: flex;
  gap: 80px;
}

.info-page .page-flex h2 {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-page .call-to-national {
  color: var(--color-dark);
  font-family: "PT Sans", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
  display: block;
}

/* 404 */
.not-found {
  background-color: var(--color-dark);
  padding: 150px 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(assets/images/404.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.not-found-container {
  max-width: 503px;
  margin: 0 auto;
}

.not-found h1 {
  color: var(--color-white);
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.not-found p {
  text-align: center;
  margin: 20px 0 40px 0;
}

.not-found a {
  margin: 0 auto;
}

/* Queries */
@media screen and (min-width: 2400px) {
  .footer-container,
  .footer-links-container,
  .real-state-container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1840px) {
  footer .footer-container {
    margin: 0 12% 0 2%;
  }
}

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

@media screen and (max-width: 1680px) {
  .hero img {
    right: -100px;
  }

  footer {
    padding: 120px 0 0 0;
  }

  .footer-container {
    margin: 0 5% 0 auto;
  }

  .home .header-logo svg {
    transform: scale(4);
  }

  .hero {
    padding: 160px 2% 100px 2%;
  }

  .hero h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 55px;
  }

  .real-state-card h3 {
    font-size: 37px;
  }

  .main-button span {
    font-size: 15px;
  }

  .portfolio-card-content h3 {
    font-size: 28px;
  }

  .real-state-info--location span {
    font-size: 17px;
  }

  .portfolio-card.slick-center img {
    height: 650px;
  }

  .portfolio-card.slick-center {
    min-width: 530px !important;
  }

  .secondary-h2 {
    font-size: 28px;
  }

  .single-real-concept .real-state-container {
    margin: 0 auto;
  }

  .space-for-you h2 {
    font-size: 28px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 36px;
  }

  .other-real-state .other-real-state-container {
    gap: 70px;
  }

  .single-real-info h1 {
    font-size: 45px;
  }

  .other-portfolio {
    grid-template-columns: 30% 60%;
  }
}

@media screen and (max-width: 1550px) {
  .real-state .container,
  .real-state-slider {
    padding: 0 2% !important;
  }

  .big-text p {
    font-size: 27px;
  }

  .foundation-grid {
    row-gap: 40px;
    grid-template-rows: auto;
  }

  .foundation {
    padding: 130px 5%;
  }

  footer .title {
    font-size: 19px;
  }

  footer .bolder {
    font-size: 13px;
  }

  .socials a {
    font-size: 15px;
  }

  .hero h1 {
    font-size: 60px;
  }

  .hero img {
    right: -200px;
  }

  .header-navigation {
    width: 45vw;
  }

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

  .header-info {
    margin-top: 60px;
  }

  h2 {
    font-size: 50px;
  }

  .real-state-card h3 {
    font-size: 34px;
  }

  .portfolio {
    padding: 120px 0 100px 0;
  }

  .portfolio-card.slick-center {
    min-width: 480px !important;
  }

  .portfolio-card.slick-center img {
    height: 575px;
  }

  .portfolio-card img {
    height: 400px;
  }

  .portfolio-card-content h3 {
    font-size: 26px;
  }

  .portfolio .container {
    padding: 0 2%;
  }

  .single-real-info h1 {
    font-size: 43px;
    margin: 5px 0 20px 0;
  }

  .single-real-characteristics .real-state-characteristics-container {
    padding: 80px;
  }

  .secondary-h2 {
    font-size: 27px;
  }

  .space-for-you h2 {
    font-size: 26px;
  }

  .space-for-you .space-for-you-container {
    padding: 35px 60px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 33px;
  }

  .other-real-state-info {
    grid-template-columns: 1fr 37%;
  }

  .contacts-section h1 {
    font-size: 38px;
  }

  .contacts-section h2.title {
    font-size: 18px;
  }

  .info-page h1 {
    font-size: 37px;
  }

  .info-page h1 {
    margin-bottom: 30px;
  }

  .info-page h2 {
    font-size: 19px;
  }

  .info-page table td {
    font-size: 15px;
  }

  .page-template-page-resolucao-alternativa-de-litigios .info-page {
    background-size: 50% 51%;
  }

  .other-portfolio {
    grid-template-columns: 28% 64%;
    gap: 8%;
  }
}

@media screen and (max-width: 1440px) {
  .big-text p {
    font-size: 25px;
  }

  .foundation-grid {
    padding-right: 70px;
  }

  footer .footer-container {
    margin: 0 2%;
  }

  footer .title {
    font-size: 18px;
  }

  footer .footer-container {
    grid-template-columns: 1fr 1fr 1fr 40%;
  }

  .footer-logo img {
    width: 100%;
    object-fit: contain;
  }

  .hero h1 {
    font-size: 50px;
  }

  .home .header-logo svg {
    transform: scale(3.5);
  }

  .hero img {
    right: -300px;
  }

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

  .header-info span.title {
    font-size: 19px;
  }

  h2 {
    font-size: 46px;
  }

  .real-state {
    padding: 100px 0;
  }

  .real-state-card {
    grid-template-columns: 32% 61%;
    gap: 7%;
    padding-right: 0px;
  }

  .real-state-slider {
    gap: 80px;
  }

  .portfolio-card img {
    height: 345px;
  }

  .portfolio-card.slick-center img {
    height: 525px;
  }

  .portfolio-card-content h3 {
    font-size: 25px;
  }

  .portfolio .wrapper {
    max-width: 540px;
  }

  .portfolio {
    padding: 100px 0;
  }

  .portfolio-slider::before {
    left: -2%;
  }

  .portfolio-slider::after {
    right: -2%;
  }

  .portfolio-slider {
    margin-top: -400px;
  }

  .portfolio-slider .slick-arrow {
    transform: none;
    top: 73%;
  }

  .single-real-info h1 {
    font-size: 40px;
  }

  .single-real-characteristics .real-state-characteristics-container {
    padding: 80px 40px;
  }

  .real-state-characteristics-list {
    margin: 50px 0 10px 0;
    column-gap: 50px;
    row-gap: 32px;
    --row-gap: 32px;
    --col-gap: 50px;
  }

  .secondary-h2 {
    font-size: 26px;
  }

  .single-real-concept .real-state-container {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 60px;
  }

  .space-for-you h2 {
    font-size: 24px;
  }

  .space-for-you p {
    margin-bottom: 10px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 30px;
  }

  .other-real-state .other-real-state-container {
    gap: 50px;
  }

  .contacts-section h1 {
    font-size: 36px;
  }

  .small-container {
    margin: 0 20% 0 auto;
  }

  .other-portfolio {
    grid-template-columns: 100%;
    gap: 50px;
  }

  .not-found h1 {
    font-size: 37px;
  }
}

@media screen and (max-width: 1376px) {
  .big-text p {
    font-size: 22px;
  }

  p,
  .info-page li {
    font-size: 15px;
  }

  footer .title {
    font-size: 17px;
  }

  .home .header-logo svg {
    transform: scale(3);
  }

  .hero {
    padding: 160px 2% 70px 2%;
    background-size: cover;
    background-position: left;
  }

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

  .header-info {
    gap: 35px;
  }

  .header-navigation {
    padding: 55px 50px;
  }

  h2 {
    font-size: 40px;
  }

  .real-state-card h3 {
    font-size: 30px;
  }

  .main-button span {
    font-size: 14px;
  }

  .main-button {
    width: 170px;
  }

  .real-state-slider {
    margin-top: 30px;
  }

  .portfolio-card.slick-center img {
    height: 460px;
  }

  .portfolio-card.slick-center {
    min-width: 420px !important;
  }

  .portfolio .wrapper {
    max-width: 468px;
  }

  .portfolio-card-content h3 {
    font-size: 23px;
  }

  .real-state-info--location span {
    font-size: 16px;
  }

  .portfolio-slider {
    padding-bottom: 30px;
  }

  .portfolio-card.slick-center::after {
    bottom: -41px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .single-real-info h1 {
    font-size: 38px;
  }

  .real-state-characteristics-contact {
    margin: 40px auto 0 auto;
  }

  .single-real-concept {
    padding: 80px 5% 0 5%;
  }

  .space-for-you h2 {
    font-size: 22px;
  }

  .other-real-state {
    padding: 100px 5%;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 28px;
  }

  .contacts-section h1 {
    font-size: 34px;
  }

  .contacts-content-info {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  .contacts-section h2.title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .info-page h1 {
    font-size: 35px;
  }

  .info-page h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .info-page table thead th {
    font-size: 15px;
  }

  .info-page table td {
    font-size: 14px;
  }

  .page-template-page-resolucao-alternativa-de-litigios .info-page {
    background-size: 39% 33%;
  }

  .menu-top {
    margin-top: 40px;
  }

  .header-info span.title {
    font-size: 18px;
  }

  .not-found p {
    margin: 15px 0 25px 0;
  }

  .not-found h1 {
    font-size: 35px;
  }

  footer .alvara {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1280px) {
  footer {
    padding: 100px 0 0 0;
  }

  footer span {
    font-size: 12px;
  }

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

  footer .socials {
    gap: 25px;
  }

  .hero img {
    right: -340px;
  }

  .header-info span.title {
    font-size: 18px;
  }

  h2 {
    font-size: 38px;
  }

  .real-state-card h3 {
    font-size: 27px;
  }

  .real-state-info--location span {
    font-size: 16px;
  }

  .real-state {
    padding: 80px 0;
  }

  .portfolio-card.slick-center img {
    height: 415px;
  }

  .portfolio-card.slick-center {
    min-width: 380px !important;
  }

  .portfolio-card img {
    height: 305px;
  }

  .portfolio-card.slick-center .portfolio-card-content {
    padding: 10px 0 0 0;
  }

  .portfolio-card-content h3 {
    font-size: 21px;
  }

  .real-state-info--location span {
    font-size: 15px;
  }

  .characteristic-card p {
    font-size: 14px;
  }

  .single-real-characteristics .real-state-characteristics-container {
    padding: 50px 40px;
  }

  .secondary-h2 {
    font-size: 25px;
  }

  .real-state-characteristics-list {
    row-gap: 25px;
    --row-gap: 25px;
  }

  .characteristic-card {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .single-real-concept .real-state-container {
    grid-template-columns: 1fr 47%;
    align-items: center;
  }

  .concept-content li {
    font-size: 14px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 27px;
  }

  .other-real-state .other-real-state-container {
    grid-template-columns: 30% 1fr;
    gap: 30px;
    z-index: 1;
    position: relative;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 25px;
  }

  .contacts-section-content {
    padding: 150px 0 100px 0;
  }

  .contacts-section h1 {
    font-size: 32px;
  }

  .info-page h1 {
    font-size: 33px;
  }

  .small-container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1180px) {
  .big-text p {
    font-size: 21px;
  }

  footer .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-logo {
    grid-area: 1 / 1 / 2 / 4;
    max-width: 450px;
  }

  footer .title {
    font-size: 15px;
  }

  .footer-schedule > div {
    gap: 25px;
  }

  .hero img {
    right: -550px;
  }

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

  .header-info span.title {
    font-size: 17px;
  }

  .header-info--location .bolder,
  .header-info--contacts .bolder {
    font-size: 13px;
  }

  .header-language a {
    font-size: 15px;
  }

  .real-state-card {
    grid-template-columns: 18% 63%;
  }

  h2 {
    font-size: 36px;
  }

  .real-state-card h3 {
    font-size: 27px;
  }

  .real-state-info--location span {
    font-size: 14px;
  }

  .real-state-card h3 {
    font-size: 25px;
  }

  .real-state-card {
    grid-template-columns: 30% 63%;
  }

  .portfolio-slider {
    margin-top: 0;
  }

  .portfolio-slider .slick-track {
    min-height: 500px !important;
  }

  .portfolio {
    padding: 70px 0;
  }

  .single-real-info h1 {
    font-size: 37px;
  }

  .real-state-characteristics-list {
    grid-template-columns: 1fr 1fr;
    --col-gap: 12px;
  }

  .real-state-characteristics-list::after {
    display: none;
  }

  .real-state-characteristics-list::before {
    left: calc((100% - 2 * var(--col-gap)) / 2 + var(--col-gap) / 2);
  }

  .secondary-h2 {
    font-size: 23px;
  }

  .space-for-you h2 {
    font-size: 21px;
  }

  .other-real-state .other-real-state-container {
    grid-template-columns: 1fr;
  }

  .other-real-state h2 {
    margin-bottom: 5px;
  }

  .other-real-state {
    padding: 80px 5%;
  }

  .contacts-section h1 {
    font-size: 30px;
  }

  .contacts-section h2.title {
    font-size: 17px;
  }

  .contacts-section h1 {
    margin-bottom: 25px;
  }

  .info-page h2 {
    font-size: 17px;
  }

  .footer-schedule > div {
    flex-direction: row;
  }
}

@media screen and (max-width: 1024px) {
  .foundation {
    min-height: auto;
    padding: 140px 5%;
  }

  .foundation-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .foundation .classic-text {
    grid-area: auto;
  }

  .foundation::after {
    width: 50%;
    height: 50%;
  }

  .foundation::before {
    width: 28%;
    height: 100%;
  }

  .footer-links a {
    font-size: 11px;
  }

  .hero img {
    right: -660px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .header-navigation {
    width: 100vw;
  }

  .main-button span {
    font-size: 13px;
  }

  h2 {
    font-size: 33px;
  }

  .real-state-card h3 {
    font-size: 24px;
  }

  .portfolio-card-content h3 {
    font-size: 20px;
  }

  .portfolio-card.slick-center {
    min-width: 350px !important;
  }

  .portfolio-card.slick-center img {
    height: 366px;
  }

  .portfolio-slider .slick-track {
    min-height: 460px !important;
  }

  .portfolio-slider .slick-arrow {
    top: 67%;
  }

  .portfolio-card img {
    height: 255px;
  }

  .single-real-info h1 {
    font-size: 35px;
  }

  .real-state-characteristics-list {
    margin: 40px 0 10px 0;
  }

  .single-real-concept .real-state-container {
    grid-template-columns: 100%;
    gap: 40px;
  }

  .space-for-you {
    padding: 70px 5%;
  }

  .contacts-section h1 {
    font-size: 27px;
  }

  .contacts-section h2.title {
    font-size: 16px;
  }

  .contacts-content-info {
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 890px) {
  .big-text p {
    font-size: 19px;
  }

  .footer-logo {
    max-width: 430px;
  }

  .real-state-card .real-state-info--location {
    margin-bottom: 10px;
  }

  .real-state-card .main-button {
    margin-top: 20px;
  }

  .secondary-h2 {
    font-size: 22px;
  }

  .space-for-you .space-for-you-container {
    padding: 30px 40px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 23px;
  }

  .contacts-section h1 {
    font-size: 25px;
  }

  .contacts-section {
    grid-template-columns: 35% 1fr;
  }

  .info-page h1 {
    font-size: 30px;
  }

  .other-portfolio-slider .slick-track {
    left: -200px !important;
  }

  .other-portfolio {
    padding: 65px 5%;
  }

  .not-found h1 {
    font-size: 32px;
  }

  .not-found-container {
    max-width: 350px;
  }

  .footer-links {
    padding: 20px 5%;
  }
}

@media screen and (max-width: 768px) {
  footer .title {
    font-size: 14px;
  }

  .footer-logo {
    max-width: 400px;
    grid-area: 1 / 1 / 2 / 3;
  }

  footer::after {
    display: none;
  }

  footer .footer-container {
    margin: 0 5%;
    grid-template-columns: 1fr 1fr;
  }

  .footer-schedule {
    grid-area: 3 / 1 / 4 / 3;
  }

  footer {
    padding: 80px 0 0 0;
  }

  footer::before {
    width: 50%;
  }

  .footer-schedule > div {
    flex-direction: row;
  }

  footer .alvara,
  footer .socials {
    margin-top: 20px;
  }

  footer .footer-container {
    gap: 35px;
  }

  .footer-links {
    margin-top: 70px;
  }

  .hero img {
    right: -780px;
  }

  .hamburguer-icon {
    margin: 25px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .home .header-logo svg {
    transform: scale(2.5);
  }

  .hero {
    background-image: url(assets/images/banner_mobile.webp) !important;
    background-position: center;
    padding: 140px 5% 80px 5%;
  }

  .hero img {
    display: none;
  }

  header {
    padding: 0 5%;
  }

  h2.line::after {
    width: 200px;
  }

  .real-state-card h3 {
    font-size: 23px;
  }

  .real-state-card h3 {
    font-size: 22px;
  }

  p,
  .info-page li {
    font-size: 14px;
  }

  .real-state .container,
  .real-state-slider {
    padding: 0 5% !important;
  }

  .real-state-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .real-state-card-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .portfolio-card-content h3 {
    font-size: 19px;
  }

  .portfolio {
    padding: 70px 0;
  }

  .portfolio-slider::before,
  .portfolio-slider::after {
    width: 2%;
  }

  .portfolio .container {
    padding: 0 2%;
  }

  .single-real-info h1 {
    font-size: 33px;
  }

  .single-real-info {
    padding: 160px 5% 40px 5%;
  }

  .real-state-characteristics-list {
    grid-template-columns: 1fr;
  }

  .characteristic-card.center {
    grid-area: auto;
  }

  .real-state-characteristics-list::before {
    display: none;
  }

  .characteristic-card img {
    max-width: 45px;
    height: auto;
  }

  .single-real-concept {
    padding: 50px 5% 0 5%;
  }

  .space-for-you h2 {
    margin-bottom: 13px;
  }

  .other-real-state {
    padding: 60px 5%;
  }

  .other-real-state-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .other-real-state-info-content {
    padding-top: 0px;
  }

  .contacts-section h2.title {
    font-size: 15px;
  }

  .contacts-section h1 {
    font-size: 24px;
  }

  .contacts-section {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 400px;
  }

  .contacts-section-content {
    padding: 150px 5% 70px 5%;
  }

  .contacts-container {
    max-width: 100%;
    width: 100%;
  }

  .contacts-content-info {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  .info-page table td {
    padding: 25px 30px 0 0;
  }

  .info-page ul {
    margin: 20px 0 20px 20px;
  }

  .info-page {
    padding: 160px 5%;
    background-size: 70% 10%;
  }

  .info-page::before,
  .info-page::after {
    display: none;
  }

  .info-page h1 {
    white-space: unset;
  }

  .info-page .page-flex {
    margin-top: 30px;
  }

  .info-page .page-flex h2 {
    font-size: 18px;
  }

  .page-template-page-resolucao-alternativa-de-litigios .info-page {
    background-size: 37% 20%;
  }

  .single-portfolio-content {
    padding: 0 5% 100px 5%;
  }

  .other-portfolio-slider .slick-track {
    left: auto !important;
  }

  .contacts-section figure {
    order: 2;
  }

  .not-found h1 {
    font-size: 30px;
  }

  .header-info {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .foundation-grid {
    row-gap: 20px;
  }

  .foundation {
    padding: 125px 5%;
  }

  .foundation::after {
    width: 65%;
  }

  .foundation::before {
    width: 43%;
  }

  .big-text p {
    font-size: 18px;
  }

  p,
  .info-page li {
    font-size: 14px;
  }

  .footer-logo {
    max-width: 340px;
  }

  .footer-links {
    margin-top: 40px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .home .header-logo svg {
    transform: scale(1.5);
  }

  h2 {
    font-size: 28px;
  }

  h2.line::after {
    width: 70px;
  }

  .real-state-card h3 {
    font-size: 20px;
  }

  .real-state {
    padding: 60px 0;
  }

  .real-state-card {
    gap: 20px;
  }

  h2.line::after {
    display: none;
  }

  .hamburguer-icon {
    width: 40px;
  }

  .portfolio-card:first-child {
    margin-left: 0;
  }

  .portfolio-card-content h3 {
    font-size: 18px;
  }

  .real-state-info--location span {
    font-size: 13px;
  }

  .portfolio {
    padding: 50px 0;
  }

  .portfolio-slider::before {
    left: -5%;
  }

  .single-real-info h1 {
    font-size: 28px;
  }

  .single-real-info .text-wrapper {
    max-width: 100%;
  }

  .single-real-info .real-state-container {
    margin: 0 auto;
  }

  .space-for-you h2 {
    font-size: 20px;
  }

  .space-for-you p {
    font-size: 14px;
  }

  .other-real-state h2,
  .other-real-state-info-content h3,
  .other-portfolio-content h2 {
    font-size: 21px;
  }

  .other-real-state {
    padding: 50px 5%;
  }

  .other-real-state .other-real-state-container {
    gap: 20px;
  }

  .other-real-state-info-content .main-button {
    margin-top: 15px;
  }

  .contacts-content-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-page table td {
    font-size: 13px;
  }

  .info-page table thead th {
    font-size: 14px;
  }

  .info-page h1 {
    font-size: 28px;
  }

  .info-page h2 {
    font-size: 16px;
  }

  .other-portfolio-slider::before {
    display: none;
  }

  .footer-links a {
    font-size: 9px;
    text-transform: lowercase;
  }

  .portfolio-slider .slick-arrow,
  .other-portfolio-slider .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  footer .footer-container {
    gap: 30px;
  }

  .home .header-logo.animate svg,
  .header-logo svg {
    transform: scale(0.7);
    transform-origin: top left;
  }

  .hamburguer-icon {
    margin: 0;
    top: -17px;
  }

  .portfolio h2 {
    margin-bottom: 10px;
  }

  .header-navigation {
    padding: 55px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header-info--contacts .socials {
    gap: 20px;
  }

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

  .menu-top {
    margin-top: 50px;
  }

  .header-info span.title {
    font-size: 15px;
  }

  .hamburguer-icon::after {
    width: 3px;
    height: 3px;
  }

  .header-info {
    margin-top: 30px;
  }

  .header-info--contacts .socials {
    flex-direction: column;
    gap: 10px;
  }

  .header-info--location .bolder,
  .header-info--contacts .bolder {
    font-size: 12px;
  }

  .portfolio-card.slick-center,
  .other-portfolio .portfolio-card.slick-center {
    min-width: auto !important;
  }

  .portfolio-slider .slick-list {
    padding: 0 20px !important;
  }

  .characteristic-card img {
    max-width: 35px;
  }

  .secondary-h2 {
    font-size: 20px;
  }

  .single-real-characteristics .real-state-characteristics-container {
    padding: 40px;
  }

  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }

  .slick-arrow {
    width: 25px;
    height: 25px;
  }

  .single-portfolio-content .slick-prev {
    right: 50px;
  }

  .single-real-concept {
    padding: 40px 5% 0 5%;
  }

  .space-for-you h2 {
    font-size: 19px;
  }

  .space-for-you {
    padding: 50px 5%;
  }

  .contacts-section {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 250px;
  }

  .info-page h1 {
    margin-bottom: 30px;
  }

  .info-page {
    padding: 130px 5% 160px 5%;
    background-size: 70% 10%;
  }

  .info-page table td {
    padding: 15px 15px 0 0;
  }

  .page-template-page-resolucao-alternativa-de-litigios .info-page {
    background-size: 77% 31%;
  }

  .info-page .page-flex {
    flex-direction: column;
    gap: 30px;
  }

  .single-portfolio-content {
    padding: 0 5% 60px 5%;
  }

  .other-portfolio {
    padding: 50px 5%;
  }

  .other-portfolio {
    gap: 30px;
  }

  .footer-links .footer-links-container {
    justify-content: center;
  }

  .hero {
    background-image: url(assets/images/banner_mobile_2.webp) !important;
    background-position: center;
    padding: 140px 5% 80px 5%;
  }
}

@media screen and (max-width: 440px) {
  .big-text p {
    font-size: 17px;
  }

  .hero h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 25px;
  }

  .real-state-info--location span {
    font-size: 12px;
  }

  .footer-logo {
    max-width: 300px;
  }

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

  .portfolio-card-content h3 {
    font-size: 17px;
  }

  footer {
    padding: 60px 0 0 0;
  }

  footer .bolder {
    font-size: 12px;
  }

  .real-state-card h3 {
    font-size: 19px;
  }

  .single-real-info h1 {
    font-size: 27px;
  }

  .single-real-characteristics .real-state-characteristics-container {
    padding: 40px 20px;
  }

  .real-state-characteristics-list {
    margin: 30px 0 10px 0;
  }

  .secondary-h2 {
    font-size: 19px;
  }

  p,
  .info-page li {
    font-size: 13px;
  }

  .space-for-you h2 {
    font-size: 18px;
  }

  .contacts-section h1 {
    font-size: 22px;
  }

  .contacts-content-info--location {
    grid-area: 2 / 1 / 3 / 3;
  }

  .contacts-content-info {
    gap: 20px;
  }

  .info-page table td {
    min-width: 110px;
  }

  .info-page table {
    overflow-x: auto;
    display: block;
  }

  .info-page h1 {
    font-size: 23px;
  }

  .page-template-page-resolucao-alternativa-de-litigios .info-page {
    background-size: 81% 21%;
  }

  .contacts-section h2.title {
    font-size: 14px;
  }

  .contacts-section .bolder {
    font-size: 13px;
  }

  .contacts-section-content {
    padding: 130px 5% 50px 5%;
  }

  .footer-links .footer-links-container > div {
    gap: 15px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .not-found h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  footer .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-logo,
  .footer-schedule,
  .footer-contacts,
  .footer-location {
    grid-area: auto;
  }

  .footer-logo {
    order: 1;
  }

  .footer-contacts {
    order: 2;
  }

  .footer-location {
    order: 3;
  }

  .footer-schedule {
    order: 4;
  }
}

@media screen and (max-width: 390px) {
  .big-text p {
    font-size: 16px;
  }

  .foundation {
    padding: 100px 5%;
  }

  .footer-logo {
    max-width: 290px;
  }
}
