/* 3840px */
/* 2880px */
/* 2560px */
/* 1920px */
/* 1600px */
/* 1440px */
/* 1280px d */
/* 1024px l */
/* 896px n */
/* 768px t */
/* 640px f */
/* 480px p */
/* 320px w */
.home-header {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 48.3333333333vw;
  width: 100%;
  padding-top: var(--nav-height);
  margin-top: calc(-1 * var(--nav-height));
}
.home-header > img, .home-header > picture, .home-header > picture img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home-header > svg {
  top: 1px;
}
.home-header__body {
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  padding-block: 2rem;
}
.home-header__actions {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  align-content: start;
  margin-top: 3rem;
}
.home-header__action {
  display: inline-block;
  background-color: hsla(var(--hsl-primo), 0.48);
  padding: 1.25rem 2rem;
  border-radius: 9999px;
  color: #fff;
  backdrop-filter: blur(4px);
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-decoration: none;
  max-width: calc(100% - 4rem);
  text-align: center;
}
.home-header__action:after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  height: 1.5rem;
  width: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l6 6-6 6z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center center;
  vertical-align: top;
  transition: 0.15s ease-in-out;
}
.home-header__action:hover, .home-header__action:focus {
  background-color: var(--clr-primo-700);
}

.home-spotlight {
  overflow: hidden;
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight {
    padding-top: 4px;
  }
}
.home-spotlight__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight__title {
    text-align: left;
    padding-right: 5rem;
    margin-bottom: 2rem;
  }
}
.home-spotlight__slider {
  padding-inline: 2rem;
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight__slider {
    padding-inline: 0;
  }
}
.home-spotlight__slider .slides-wrapper {
  padding: 2rem;
  margin: -2rem;
}
.home-spotlight__slider .slides {
  flex-wrap: nowrap;
}
.home-spotlight__slider .slide {
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.home-spotlight__slider .slide.current {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.home-spotlight__slider .slider__nav {
  width: 4rem;
  height: 4rem;
  background-color: var(--clr-secundo);
  border: none;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  background-position: center center;
  cursor: pointer;
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight__slider .slider__nav {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: 100%;
    transform: translateY(4px);
  }
}
.home-spotlight__slider .slider__nav:not(.active) {
  filter: grayscale(80%);
}
.home-spotlight__slider .slider__nav.prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L0 6l6 6z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight__slider .slider__nav.prev {
    left: calc(100% - 4.5rem);
  }
}
.home-spotlight__slider .slider__nav.next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l6 6-6 6z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.home-spotlight__actions {
  margin-top: 4rem;
}
@media only screen and (max-width: 39.9375em) {
  .home-spotlight__actions {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .home-spotlight--projects .home-spotlight__slider .slide.current + .slide {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}
@media only screen and (min-width: 48em) {
  .home-spotlight--properties .home-spotlight__slider .slide.current + .slide {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}
@media only screen and (min-width: 64em) {
  .home-spotlight--properties .home-spotlight__slider .slide.current + .slide + .slide {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }
}

.home-services {
  overflow: hidden;
}
.home-services__title {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .home-services__title {
    text-align: left;
    padding-right: 5rem;
    margin-bottom: 2rem;
  }
}
.home-services__slider {
  padding-inline: 5rem;
}
@media only screen and (max-width: 39.9375em) {
  .home-services__slider {
    padding-inline: 0;
  }
}
.home-services__slider::before {
  content: "";
  position: absolute;
  background-color: rgba(var(--rgb-primo), 0.08);
  width: 100vw;
  left: 50%;
  height: 100vh;
  bottom: 50%;
  z-index: -1;
  transform: translateX(-50vw);
}
.home-services__slider .slides-wrapper {
  padding: 2rem;
  margin: -2rem;
}
.home-services__slider .slides {
  display: flex;
  flex-wrap: nowrap;
}
.home-services__slider .slide {
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  opacity: 0;
  transform: scale(0.8);
}
.home-services__slider .slide.current {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 48em) {
  .home-services__slider .slide.current + .slide {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 64em) {
  .home-services__slider .slide.current + .slide + .slide {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-width: 80em) {
  .home-services__slider .slide.current + .slide + .slide + .slide {
    opacity: 1;
    transform: scale(1);
  }
}
.home-services__slider .slider__nav {
  width: 4rem;
  height: 4rem;
  background-color: var(--clr-secundo-400);
  transition: 0.15s ease-in-out;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  cursor: pointer;
}
@media only screen and (max-width: 39.9375em) {
  .home-services__slider .slider__nav {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: 100%;
    transform: translateY(4px);
  }
}
.home-services__slider .slider__nav:hover, .home-services__slider .slider__nav:focus {
  background-color: var(--clr-secundo-100);
}
.home-services__slider .slider__nav:not(.active) {
  filter: grayscale(80%);
}
.home-services__slider .slider__nav.prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L0 6l6 6z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 39.9375em) {
  .home-services__slider .slider__nav.prev {
    left: calc(100% - 4.5rem);
  }
}
.home-services__slider .slider__nav.next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l6 6-6 6z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.home-news__title {
  margin-bottom: 3rem;
}
.home-news__actions {
  margin-top: 4rem;
}

.home-search {
  width: min(712px, 100% - 2rem);
}
.home-search__transactions {
  display: flex;
  gap: 2px;
  margin-bottom: 4px;
}
.home-search__transactions > label input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.home-search__transactions > label span,
.home-search__transactions > a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #00535e;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.home-search__transactions > label:focus-within > span,
.home-search__transactions > a:hover,
.home-search__transactions > a:focus,
.home-search__transactions input:checked + span {
  background-color: hsl(68, 68%, 52%);
  color: #00535e;
}
@media only screen and (min-width: 48em) {
  .home-search > form {
    padding-right: 3.25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .home-search > form .input--last {
    padding-right: 2.875rem;
  }
}
.home-search__button {
  width: 2.875rem;
  height: 2.875rem;
  background-color: var(--clr-secundo-400);
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0a8.5 8.5 0 0 1 6.677 13.761l4.53 4.532a1 1 0 0 1-1.32 1.497l-.094-.083-4.532-4.53A8.5 8.5 0 1 1 8.5 0zm0 2a6.5 6.5 0 1 0 4.548 11.144.439.439 0 0 1 .045-.051l.051-.045A6.5 6.5 0 0 0 8.5 2z' fill='%2300535E' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center center;
}
@media only screen and (min-width: 48em) {
  .home-search__button {
    border-radius: 50%;
  }
}

.home-intro-container {
  overflow: hidden;
}

.home-intro {
  max-width: 90rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  padding-top: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .home-intro {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
.home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  left: max(0px, (100% - 1184px) / 2);
  background-color: hsl(186, 28%, 93%);
}
@media only screen and (max-width: 63.9375em) {
  .home-intro::before {
    bottom: 5rem;
  }
}
.home-intro__media {
  align-self: flex-start;
  margin-inline: auto;
  grid-row: 3/span 1;
}
@media only screen and (min-width: 64em) {
  .home-intro__media {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}
.home-intro__body {
  padding-left: 2rem;
  padding-left: clamp(2rem, -5.3846153846rem + 11.5384615385vw, 5rem);
  padding-right: max(1rem, (100% - 1184px) / 2);
}
@media only screen and (min-width: 64em) {
  .home-intro__body {
    padding-block: 3rem;
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
}
@media only screen and (max-width: 63.9375em) {
  .home-intro__body {
    padding-left: 1rem;
    max-width: 100ch;
    margin-inline: auto;
  }
}
.home-intro__title {
  margin-bottom: 2rem;
}
.home-intro__actions {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  margin-top: 3rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .home-intro__actions {
    grid-row: 2/span 1;
    justify-content: center;
    padding-inline: 1rem;
  }
}
.home-intro #smooved-influencer-score {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .home-intro #smooved-influencer-score {
    justify-content: center;
  }
}
