/**teste
 * Theme Name: AreaStructure
 * Theme URI: http://www.arealocal.com.br
 * Author: Equipe &Aacute;rea Local
 * Author URI: http://www.arealocal.com.br
 * Description: Esse tema &eacute; um tema personalizado pela &Aacute;rea Local, caso necessite de algum atendimento entre em contato no telefone <a href="tel:+554735219850" target="_blank">(47) 3521-9850</a> ou no e-mail <a href="mailto:suporte@arealocal.com.br" target="_blank">suporte@arealocal.com.br</a>. Para mais informa&ccedil;&otilde;es acesse: <a href="http://www.arealocal.com.br" target="_blank">www.arealocal.com.br</a>.
 * Version: 4.0.0
 * Text Domain: estrutura-basica
**/
/* Fonts
========================================================================== */
/* Global variables
========================================================================== */
/* Mixins
========================================================================== */
/* Global Mixins
========================================================================== */
/* Resets
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
*:not(.fas, .fab, .fa),
*:before:not(.fas, .fab, .fa),
*:after:not(.fas, .fab, .fa) {
  font-size: 1rem;
}

.entry-title {
  padding-top: 50px;
}
.entry-title h1 {
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3a3a3a;
}
.entry-title h1 span {
  color: #323232;
  font-weight: 800;
}

#search-form {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  #search-form {
    width: 100%;
  }
}
#search-form #search-submit {
  border: 1px solid #323232;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #323232;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #323232;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #323232;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Source Sans 3";
  color: #323232;
}
#search-form input::-moz-placeholder {
  color: #323232;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Source Sans 3";
}
#search-form input::placeholder {
  color: #323232;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Source Sans 3";
}

a {
  transition: all linear 0.2s;
}
a:focus, a:hover {
  text-decoration: none;
}

input,
button {
  outline: none;
}

section {
  position: relative;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

textarea {
  max-width: 100%;
}

.pagina-padrao {
  padding-top: 70px;
  padding-bottom: 95px;
}
.pagina-padrao .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.pagina-padrao .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.pagina-padrao .img-container img {
  width: 100%;
  border-radius: 8px;
}
.pagina-padrao .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
  position: relative;
}
.pagina-padrao .the-content:after {
  content: "";
  display: block;
  width: 115%;
  max-width: 100vw;
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .pagina-padrao .the-content:after {
    width: calc(100% - 40px);
  }
}
.pagina-padrao .the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
}
.pagina-padrao .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.pagina-padrao .the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5c5c5c;
  transition: all 0.3s;
}
.pagina-padrao .the-content p a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content h2 {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.pagina-padrao .the-content h2 a {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.pagina-padrao .the-content h2 a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.pagina-padrao .the-content img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

/* Global classes
========================================================================== */
.al-container {
  position: relative;
  width: 1854px;
}
@media (max-width: 1894px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 50px;
  padding-bottom: 50px;
}
.al-container.padrao img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.al-container.padrao img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

.al-container .al-sidebar {
  width: 300px;
  max-width: 100%;
}

.al-sidebar {
  max-width: 100%;
  width: calc((100% - 1854px) / 2);
}
@media screen and (max-width: 2154px) {
  .al-sidebar {
    width: 100%;
  }
}

.load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.load_more .page-numbers {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #323232;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #323232;
}
.load_more .page-numbers.current {
  background: #323232;
  font-family: "Source Sans 3";
  font-weight: 600;
  color: #b6862c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.al-small-container {
  width: 1042px;
}

.al-extra-small-container {
  position: relative;
  width: 844px;
}

.al-container,
.al-small-container,
.al-extra-small-container {
  max-width: 100%;
  margin: 0 auto;
}

div.left-right-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  div.left-right-content {
    row-gap: 20px;
  }
}
div.left-right-content div.left,
div.left-right-content div.right {
  width: 50%;
}
@media (max-width: 768px) {
  div.left-right-content div.left,
  div.left-right-content div.right {
    width: 100%;
  }
}

/* Html / Body
========================================================================== */
html {
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  background: #f7f7f2;
  height: 100%;
  line-height: 1.6;
  font: normal normal 16px "Source Sans 3", sans-serif;
}

/* Custom scrollbar
========================================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgb(227.5714285714, 227.5714285714, 210.4285714286);
}

body::-webkit-scrollbar-thumb {
  background: #b6862c;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(116.2867256637, 85.617699115, 28.1132743363);
}

/* Mobmenu Classes
========================================================================== */
.mob-menu-header-holder,
.mobmenu {
  z-index: 99 !important;
}

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #323232;
  padding: 10px 10px 0px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-icon-menu,
.mob-menu-icon {
  color: #fff !important;
}

[class^=mob-icon-]:before,
[class*=mob-icon-]:before {
  font-size: 28px !important;
  width: unset !important;
}

/* Contact Form 7
========================================================================== */
.form-container .ajax-loader {
  display: none !important;
}
.form-container span[role=alert] {
  display: none !important;
}
.form-container .wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}
.form-container .wpcf7-not-valid.placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545 !important;
}
.form-container div[role=alert] {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  text-align: center;
  background: #f1f1f1;
  width: 100%;
  max-width: 502px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-container div[role=alert].wpcf7-validation-errors {
  border-color: #dc3545;
  color: #dc3545;
}
.form-container div[role=alert].wpcf7-mail-sent-ok {
  border-color: #28a745;
  color: #28a745;
}
@media (max-width: 480px) {
  .form-container div[role=alert] {
    position: initial;
    max-width: 100%;
  }
}

/* Slider
========================================================================== */
.banner {
  width: 100%;
  height: 543px;
}
@media screen and (max-width: 500px) {
  .banner {
    height: 420px;
  }
  .banner img {
    height: 100% !important;
  }
}
.banner .swiper-slide picture {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide > .al-container {
  top: 137px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1214px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .banner .swiper-slide > .al-container {
    top: 60px;
  }
}
.banner .swiper-slide > .al-container .informacoes {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  line-height: normal;
  max-width: 709px;
}
.banner .swiper-slide > .al-container .informacoes h1 {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 34px;
  }
}
.banner .swiper-slide > .al-container .informacoes p {
  font-size: 32px;
  font-weight: 500;
  line-height: 112%; /* 35.84px */
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 18px;
  }
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
header[role=heading]::before {
  content: "";
  display: block;
  max-width: 1854px;
  margin: auto;
  padding: 3px;
  background-color: #b6862c;
}
header[role=heading] .al-container .logo {
  display: flex;
  align-items: center;
}
header[role=heading] .al-container .logo img,
header[role=heading] .al-container .logo svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header[role=heading] .al-container #desktop-menu {
  padding: 35px 43px 0px 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #desktop-menu {
    display: none;
  }
}
header[role=heading] .al-container #desktop-menu .menu {
  flex: 1;
  display: flex;
  align-items: center;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-left: 200px;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li {
  display: block;
  position: relative;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li a {
  color: #424241;
  font-family: Lato;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  transition: all 0.3s;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.btn {
  cursor: pointer;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.btn a {
  color: #f7f7f2;
  text-transform: capitalize;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item a, header[role=heading] .al-container #desktop-menu .menu ul.menu li:hover a {
  color: #b6862c;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item.btn, header[role=heading] .al-container #desktop-menu .menu ul.menu li:hover.btn {
  background-color: #424241;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item.btn a, header[role=heading] .al-container #desktop-menu .menu ul.menu li:hover.btn a {
  color: #f7f7f2;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item a {
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  header[role=heading] .al-container #desktop-menu .menu ul.menu {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1100px) {
  header[role=heading] .al-container #desktop-menu .menu ul.menu {
    margin-left: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
header[role=heading] .al-container #mobile-icon {
  display: none;
  justify-content: right;
  position: fixed;
  padding: 13px 6px;
  right: 10px;
  top: 10px;
  z-index: 997;
  background-color: #f7f7f2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-icon {
    display: flex;
  }
}
header[role=heading] .al-container #mobile-menu {
  display: none;
  background: #323232;
  position: fixed;
  top: 0;
  right: -100%;
  width: 85vw;
  height: 100vh;
  transition: all 0.3s;
  overflow-y: scroll;
  z-index: 9999;
  max-width: 380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-menu {
    display: block;
  }
}
header[role=heading] .al-container #mobile-menu.active {
  right: 0;
}
header[role=heading] .al-container #mobile-menu .container {
  padding: 40px 30px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header[role=heading] .al-container #mobile-menu .container .close {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container .close a {
  cursor: pointer;
}
header[role=heading] .al-container #mobile-menu .container .logo {
  padding: 5px 20px;
}
header[role=heading] .al-container #mobile-menu .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 20px;
  color: #f7f7f2;
  transition: all 0.3s;
  position: relative;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a::after {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #f7f7f2;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a:hover::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a {
  font-weight: 700;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  padding-top: 14px;
  background: #f7f7f2;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a {
  color: #323232;
}

body:has(#mobile-menu.active) {
  overflow: hidden;
}

.overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.43);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

/* Footer
========================================================================== */
footer .content {
  display: flex;
  width: 100%;
  max-width: 1426px;
  margin-bottom: -100px;
}
footer .content .left {
  max-width: 785px;
}
footer .content .left h2 {
  color: #b4b2a9;
  font-family: "Source Sans 3";
  font-size: 86px;
  font-style: italic;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: -3.44px;
}
footer .content .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 1440px) {
  footer .content .left h2 {
    font-size: 76px;
  }
}
@media screen and (max-width: 1024px) {
  footer .content {
    margin-bottom: -50px;
  }
  footer .content .left {
    width: 60%;
  }
  footer .content .left h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  footer .content {
    margin-bottom: -50px;
  }
  footer .content .left {
    width: 50%;
  }
  footer .content .left h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 480px) {
  footer .content {
    flex-direction: column;
  }
  footer .content .left {
    width: 100%;
  }
  footer .content .left h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  footer .content .right {
    justify-content: center;
  }
}
footer #register {
  padding: 40px 60px;
}
footer #register p {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1024px) {
  footer #register {
    padding: 20px 30px;
  }
  footer #register p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  footer #register {
    padding: 10px 20px;
  }
  footer #register p {
    font-size: 10px;
  }
}

/* Home
========================================================================== */
#home {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #home {
    flex-direction: column;
  }
}
#home .left {
  margin-top: 108px;
  margin-left: 72px;
}
#home .left > .btn {
  font-size: 38px;
  padding: 10px 16px;
  font-weight: 600;
}
#home .left .title {
  max-width: 576px;
  margin-top: 20px;
  margin-bottom: 45px;
}
#home .left .text {
  max-width: 498px;
  margin-bottom: 35px;
}
#home .left .bottom {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
#home .left .bottom .btn-group {
  display: flex;
  gap: 20px;
}
#home .left .bottom .btn-group .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1700px) {
  #home .left .bottom .btn-group {
    flex-direction: column;
    align-items: center;
  }
}
#home .left .bottom .go-to {
  margin-top: 62px;
}
#home .left .bottom .go-to svg {
  transition: all 0.3s;
}
#home .left .bottom .go-to svg:hover {
  transform: translateY(25%);
}
@media screen and (max-width: 1440px) {
  #home .left {
    margin-top: 48px;
    margin-left: 52px;
  }
  #home .left .title {
    margin-bottom: 15px;
  }
  #home .left .bottom {
    margin-top: 20px;
  }
  #home .left .bottom h2 {
    font-size: 62px;
  }
  #home .left .bottom .go-to {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #home .left {
    margin-top: 0;
    margin-left: 10px;
  }
  #home .left > .btn {
    font-size: 26px;
  }
  #home .left .bottom h2 {
    width: 70%;
    font-size: 52px;
  }
  #home .left .bottom .go-to svg {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #home .left .bottom .go-to svg {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 480px) {
  #home .left {
    margin-left: 0px;
  }
  #home .left > .btn {
    font-size: 14px;
  }
  #home .left .bottom {
    width: 100%;
  }
  #home .left .bottom .go-to {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#home .right {
  max-width: 1151px;
}
#home .right .img-container img {
  width: 100%;
}
#home .right .img-container .v-lines::after {
  margin-left: 28px;
}
@media screen and (max-width: 1440px) {
  #home .right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #home .right {
    width: 80%;
  }
  #home .right .img-container .v-lines::after {
    margin-left: 18px;
  }
}
@media screen and (max-width: 480px) {
  #home .right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #home {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  #home {
    padding-top: 20px;
  }
}

/* About
========================================================================== */
#sobre {
  position: relative;
  margin-top: 86px;
  padding-bottom: 102px;
}
#sobre .h-lines {
  margin-top: 31px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#sobre header {
  margin-left: 38px;
  margin-right: 44px;
  margin-bottom: 133px;
  display: flex;
}
#sobre header .left {
  margin-top: 26px;
}
#sobre header .left h2 {
  text-transform: uppercase;
}
#sobre header .right {
  max-width: 1366px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  #sobre header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sobre header .right {
    margin-left: 75px;
  }
}
@media screen and (max-width: 480px) {
  #sobre header {
    flex-direction: column;
    margin: 10px;
  }
  #sobre header .right {
    margin-top: 10px;
    margin-left: 20px;
  }
}
#sobre ul.highlight {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  transform: translateY(32%);
  list-style: none;
}
@media screen and (max-width: 768px) {
  #sobre ul.highlight {
    transform: translateY(27%);
  }
}
#sobre .galery {
  padding: 0px 12px;
}
#sobre .galery .first {
  max-width: 611px;
}
@media screen and (max-width: 1440px) {
  #sobre .galery .first {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #sobre .galery {
    padding: 0px;
  }
}
#sobre .galery,
#sobre .left {
  display: flex;
  gap: 20px;
  max-height: 1142px;
}
#sobre .galery .img-container,
#sobre .galery img,
#sobre .left .img-container,
#sobre .left img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #sobre .galery,
  #sobre .left {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  #sobre .galery,
  #sobre .left {
    max-height: 350px;
  }
}
#sobre .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1223px;
}
@media screen and (max-width: 768px) {
  #sobre .left {
    gap: 10px;
  }
}
#sobre .left #left-top {
  flex: 1;
}
#sobre .left .img-container,
#sobre .left img {
  width: 100%;
  max-height: 672px;
}
#sobre .left .last .img-container,
#sobre .left .last img {
  max-height: 450px;
}

/* Location
========================================================================== */
#localizacao {
  background-color: #fff;
  overflow: hidden;
}
#localizacao > header {
  padding: 94px 38px;
  display: flex;
  justify-content: space-between;
}
#localizacao > header .left {
  max-width: 628px;
}
#localizacao > header .right {
  position: relative;
  margin-top: 44px;
  max-width: 464px;
}
#localizacao > header .right p {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1.28px;
}
#localizacao > header .right span {
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
  justify-content: end;
}
#localizacao > header .right span::after {
  margin-left: 28px;
}
@media screen and (max-width: 1440px) {
  #localizacao > header .left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #localizacao > header {
    padding: 44px 38px;
    flex-direction: column;
    gap: 30px;
  }
  #localizacao > header .right {
    margin-top: 0px;
    max-width: none;
    text-align: end;
  }
  #localizacao > header .right .v-lines::after {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  #localizacao > header {
    padding: 20px;
    gap: 20px;
  }
  #localizacao > header .left {
    width: 70%;
  }
  #localizacao > header .right .text {
    font-size: 22px;
    letter-spacing: -0.5px;
  }
  #localizacao > header .right .v-lines {
    margin-right: 0;
  }
}
#localizacao .map {
  position: relative;
}
#localizacao .map .img-container {
  position: relative;
  overflow: hidden;
}
#localizacao .map .img-container iframe {
  margin-top: -75px;
  width: 100%;
  height: 600px;
}
#localizacao .map .img-container #btn-close-map {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
#localizacao .map .img-container #btn-close-map.show {
  display: block;
}
@media screen and (max-width: 768px) {
  #localizacao .map .img-container #btn-close-map {
    font-size: 12px;
  }
}
#localizacao .map .img-container .map-overlay {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#localizacao .map .img-container .map-overlay.close {
  display: none;
}
@media screen and (max-width: 768px) {
  #localizacao .map .img-container iframe {
    margin-top: -72px;
  }
}
@media screen and (max-width: 480px) {
  #localizacao .map .img-container iframe {
    height: 480px;
  }
}
#localizacao .map .nearby-areas-content {
  width: 100%;
  max-width: 1846px;
  filter: drop-shadow(0 4px 45.6px rgba(0, 0, 0, 0.2));
  margin-top: -120px;
  margin-left: 150px;
  position: relative;
  z-index: 9;
}
#localizacao .map .nearby-areas-content .nearby-area {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ecece8;
  width: 442px;
  height: 274px;
  padding: 38px 35px;
}
#localizacao .map .nearby-areas-content .nearby-area h3 {
  color: #323232;
  font-family: "Source Sans 3";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -1.44px;
  margin-top: 10px;
  margin-bottom: 8px;
}
#localizacao .map .nearby-areas-content .nearby-area p {
  margin-bottom: 18px;
}
#localizacao .map .nearby-areas-content ul.lSPager {
  margin-top: 20px !important;
}
#localizacao .map .nearby-areas-content ul.lSPager li a {
  width: 21px;
  height: 21px;
  background-color: #b4b2a9;
}
#localizacao .map .nearby-areas-content ul.lSPager li:hover a, #localizacao .map .nearby-areas-content ul.lSPager li.active a {
  background-color: #323232;
}
@media screen and (max-width: 1440px) {
  #localizacao .map .nearby-areas-content .nearby-area {
    height: 254px;
  }
}
#localizacao .map .nearby-areas-slider-controls {
  display: flex;
  justify-content: end;
}
#localizacao .map .nearby-areas-slider-controls .controls {
  padding-right: 44px;
}
@media screen and (max-width: 480px) {
  #localizacao .map .nearby-areas-slider-controls .controls {
    margin-top: 10px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #localizacao .map .nearby-areas-content {
    margin-left: 80px;
  }
  #localizacao .map .nearby-areas-content .nearby-area {
    height: 204px;
    width: 322px;
    padding: 28px 26px;
  }
  #localizacao .map .nearby-areas-content .nearby-area img {
    width: 24px;
  }
  #localizacao .map .nearby-areas-content .nearby-area h3 {
    font-size: 26px;
  }
  #localizacao .map .nearby-areas-content .nearby-area .text {
    font-size: 20px;
  }
  #localizacao .map .nearby-areas-content ul.lSPager li a {
    width: 12px;
    height: 12px;
    background-color: #b4b2a9;
  }
}
@media screen and (max-width: 768px) {
  #localizacao .map .nearby-areas-content {
    margin-top: -100px;
    margin-left: 0px;
    padding: 0px 10px;
  }
  #localizacao .map .nearby-areas-content .nearby-area {
    height: -moz-fit-content;
    height: fit-content;
    width: 240px;
    padding: 18px 16px;
  }
  #localizacao .map .nearby-areas-content .nearby-area h3 {
    margin-top: 2px;
    margin-bottom: 3px;
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  #localizacao .map .nearby-areas-content .nearby-area .text {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #localizacao .map .nearby-areas-content ul.lSPager {
    margin-top: 10px !important;
  }
  #localizacao .map .nearby-areas-content ul.lSPager li a {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  #localizacao .map .nearby-areas-content .nearby-area {
    width: 170px;
    padding: 14px;
  }
  #localizacao .map .nearby-areas-content .nearby-area img {
    width: 20px;
  }
  #localizacao .map .nearby-areas-content .nearby-area h3 {
    font-size: 18px;
  }
  #localizacao .map .nearby-areas-content .nearby-area .text {
    font-size: 14px;
  }
}
#localizacao .location-highlights {
  margin-top: 100px;
}
#localizacao .location-highlights #jardins {
  padding-left: 38px;
  padding-right: 44px;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
#localizacao .location-highlights #jardins header {
  max-width: 542px;
}
#localizacao .location-highlights #jardins .right {
  flex: 1;
  position: relative;
  z-index: 99;
}
#localizacao .location-highlights #jardins .right .img-container {
  position: absolute;
  max-width: 1151px;
  right: 0;
}
#localizacao .location-highlights #jardins .right .img-container .img-bottom::after {
  margin-left: 28px;
}
@media screen and (max-width: 1440px) {
  #localizacao .location-highlights #jardins {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1024px) {
  #localizacao .location-highlights #jardins header {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #localizacao .location-highlights #jardins {
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  #localizacao .location-highlights #jardins header {
    margin-top: 10px;
    width: 31%;
  }
}
@media screen and (max-width: 480px) {
  #localizacao .location-highlights #jardins {
    flex-direction: column;
    padding: 0px;
  }
  #localizacao .location-highlights #jardins .left {
    width: 100%;
    margin-bottom: 15px;
  }
  #localizacao .location-highlights #jardins .right .img-container {
    position: relative;
  }
  #localizacao .location-highlights #jardins .right .img-container .img-bottom::after {
    margin-left: 10px;
  }
}
#localizacao .location-highlights #waze {
  background-color: #f7f7f2;
  padding-top: 55px;
  padding-bottom: 243px;
}
#localizacao .location-highlights #waze .al-container {
  padding-left: 38px;
}
#localizacao .location-highlights #waze .al-container a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #localizacao .location-highlights #waze {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #localizacao .location-highlights #waze {
    padding-bottom: 100px;
  }
}
#localizacao .location-highlights #luxury {
  background-image: url("assets/images/background/green.jpg");
  background-size: cover;
}
#localizacao .location-highlights #luxury article {
  padding: 60px 94px 60px 36px;
  display: flex;
  justify-content: space-between;
}
#localizacao .location-highlights #luxury article .left {
  position: relative;
  max-width: 1257px;
  z-index: 9;
}
#localizacao .location-highlights #luxury article .left .img-container {
  position: relative;
}
#localizacao .location-highlights #luxury article .left .img-container video {
  width: 100%;
}
#localizacao .location-highlights #luxury article .right h3 {
  position: relative;
  margin-top: 100px;
  max-width: 369px;
  font-size: 86px;
  text-align: right;
  z-index: 9;
}
#localizacao .location-highlights #luxury article .right .v-lines {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #localizacao .location-highlights #luxury article {
    padding: 40px 100px 40px 50px;
  }
  #localizacao .location-highlights #luxury article .left {
    width: 60%;
  }
  #localizacao .location-highlights #luxury article .right h3 {
    margin-top: 20px;
    font-size: 66px;
  }
}
@media screen and (max-width: 1024px) {
  #localizacao .location-highlights #luxury article {
    flex-direction: column-reverse;
    padding: 20px 0px;
  }
  #localizacao .location-highlights #luxury article .left {
    width: 100%;
  }
  #localizacao .location-highlights #luxury article .right {
    display: flex;
    justify-content: end;
  }
  #localizacao .location-highlights #luxury article .right h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
    letter-spacing: 0.5px;
  }
}

/* Floor Plan
========================================================================== */
#empreendimento {
  background-image: url("assets/images/background/black.jpg");
  background-size: auto;
  padding-top: 145px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  #empreendimento {
    padding-top: 55px;
    padding-bottom: 120px;
  }
}
#empreendimento header h2 {
  position: relative;
  top: 65px;
  color: #4b4b48;
  text-transform: uppercase;
  text-align: center;
  font-size: 154px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -6.16px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #empreendimento header h2 {
    top: 45px;
    font-size: 114px;
  }
}
@media screen and (max-width: 1024px) {
  #empreendimento header h2 {
    top: 30px;
    font-size: 84px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento header h2 {
    top: 22px;
    font-size: 58px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento header h2 {
    top: 10px;
    font-size: 32px;
  }
}
#empreendimento .points {
  position: relative;
  margin-bottom: 155px;
}
#empreendimento .points .img-container {
  display: flex;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}
#empreendimento .points .img-container img {
  width: 100%;
}
#empreendimento .points .img-container .target-point {
  background-color: #fff;
  position: absolute;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #333331;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: default;
}
#empreendimento .points .img-container .target-point.not-empty {
  cursor: pointer;
}
#empreendimento .points .img-container .target-point.not-empty:hover {
  background-color: #323232;
  color: #d3ad6a;
}
@media screen and (max-width: 1024px) {
  #empreendimento .points .img-container .target-point {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .points .img-container .target-point {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento .points .img-container .target-point {
    width: 9px;
    height: 9px;
    font-size: 6px;
  }
}
#empreendimento .points .img-container #point-1 {
  top: 9%;
  left: 17%;
}
#empreendimento .points .img-container #point-2 {
  top: 8%;
  left: 25%;
}
#empreendimento .points .img-container #point-3 {
  top: 24%;
  left: 21%;
}
#empreendimento .points .img-container #point-4 {
  top: 23%;
  left: 28%;
}
#empreendimento .points .img-container #point-5 {
  top: 38%;
  left: 37%;
}
#empreendimento .points .img-container #point-6 {
  top: 66%;
  left: 44%;
}
#empreendimento .points .img-container #point-7 {
  top: 40%;
  left: 45%;
}
#empreendimento .points .img-container #point-8 {
  top: 41%;
  left: 50%;
}
#empreendimento .points .img-container #point-9 {
  top: 7%;
  left: 55%;
}
#empreendimento .points .img-container #point-10 {
  top: 10%;
  left: 69%;
}
#empreendimento .points .img-container #point-11 {
  top: 40%;
  left: 65%;
}
#empreendimento .points .img-container #point-12 {
  top: 67%;
  left: 65%;
}
#empreendimento .points .img-container #point-13 {
  top: 67%;
  left: 69%;
}
#empreendimento .points .img-container #point-14 {
  top: 67%;
  left: 72%;
}
#empreendimento .points .img-container #point-15 {
  top: 83%;
  left: 70%;
}
#empreendimento .points .img-container #point-16 {
  top: 38%;
  left: 78%;
}
#empreendimento .points .img-container #point-17 {
  top: 50%;
  left: 87%;
}
#empreendimento .points .img-container #point-18 {
  top: 20%;
  left: 87%;
}
#empreendimento .points .img-container #point-19 {
  top: 85%;
  left: 37%;
}
#empreendimento .points .img-container #point-20 {
  top: 43%;
  left: 17%;
}
#empreendimento .points .img-container #point-21 {
  top: 85%;
  left: 17%;
}
#empreendimento .points .img-container #point-22 {
  top: 68%;
  left: 17%;
}
#empreendimento .points ol.points-legend {
  margin: 0px 120px 0px 160px;
  list-style: decimal-leading-zero;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  justify-content: space-between;
}
#empreendimento .points ol.points-legend li {
  font-size: 24px;
  padding-left: 8px;
  line-height: 156%;
}
#empreendimento .points ol.points-legend li.not-empty-legend {
  cursor: pointer;
}
#empreendimento .points ol.points-legend li.not-empty-legend:hover {
  color: #f7f7f2;
}
#empreendimento .points ol.points-legend li::marker {
  color: #d3ad6a;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #empreendimento .points {
    margin-bottom: 105px;
  }
  #empreendimento .points ol.points-legend {
    margin: 0px 60px 0px 100px;
  }
}
@media screen and (max-width: 1024px) {
  #empreendimento .points ol.points-legend {
    margin: 0px 45px 0px 70px;
  }
  #empreendimento .points ol.points-legend li {
    font-size: 16px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .points {
    margin-bottom: 80px;
  }
  #empreendimento .points ol.points-legend {
    margin: 0 0 0 30px;
    grid-template-rows: repeat(5, auto);
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .points {
    margin-bottom: 40px;
  }
  #empreendimento .points ol.points-legend {
    margin: 0 0 0 30px;
    grid-template-rows: repeat(10, auto);
  }
  #empreendimento .points ol.points-legend li {
    font-size: 14px;
  }
}
#empreendimento .units {
  padding: 0px 65px;
}
#empreendimento .units h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 24px;
}
#empreendimento .units h3 .title-yellow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#empreendimento .units h3 .number-big {
  font-size: 154px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #empreendimento .units {
    padding: 0px 30px;
  }
  #empreendimento .units h3 {
    gap: 0.5rem;
  }
  #empreendimento .units h3 .number-big {
    font-size: 122px;
  }
}
@media screen and (max-width: 1024px) {
  #empreendimento .units {
    padding: 0px;
  }
  #empreendimento .units h3 .number-big {
    font-size: 82px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento .units h3 {
    margin-left: 10px;
    gap: 0.2rem;
    font-size: 16px;
  }
  #empreendimento .units h3 .title-yellow {
    gap: 0.2rem;
  }
  #empreendimento .units h3 .title-yellow .number-big {
    font-size: 52px;
  }
}
#empreendimento .units ul {
  list-style-type: none;
}
#empreendimento .units .tab-types {
  margin-left: 50px;
  margin-bottom: 68px;
  border-top: 1px solid #b4b2a9;
  border-bottom: 1px solid #b4b2a9;
}
#empreendimento .units .tab-types ul {
  margin: 30px 60px;
  display: flex;
  justify-content: space-between;
}
#empreendimento .units .tab-types ul li a {
  will-change: transform, font-weight;
  padding: 0px 10px 30px 10px;
  position: relative;
  font-size: 40px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
#empreendimento .units .tab-types ul li a::after {
  content: "";
  position: absolute;
  background-color: #d3ad6a;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease;
}
#empreendimento .units .tab-types ul li a:hover {
  color: #d3ad6a;
}
#empreendimento .units .tab-types ul li a:hover::after {
  width: 100%;
}
#empreendimento .units .tab-types ul li a[aria-selected=true] {
  color: #d3ad6a;
  font-weight: 400;
}
#empreendimento .units .tab-types ul li a[aria-selected=true]::after {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #empreendimento .units .tab-types {
    margin-left: 0;
  }
  #empreendimento .units .tab-types ul li a {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #empreendimento .units .tab-types ul {
    margin: 20px 0px;
  }
  #empreendimento .units .tab-types ul li a {
    padding: 0px 10px 24px 10px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .units .tab-types ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento .units .tab-types {
    margin-bottom: 30px;
  }
  #empreendimento .units .tab-types ul {
    margin: 10px 0px;
  }
  #empreendimento .units .tab-types ul li a {
    padding: 0px;
    padding-bottom: 17px;
    font-size: 12px;
  }
  #empreendimento .units .tab-types ul li a::after {
    height: 2px;
  }
}
#empreendimento .units .type {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 1200px) {
  #empreendimento .units .type {
    flex-direction: column-reverse;
    align-items: center;
  }
  #empreendimento .units .type .left {
    display: flex;
    flex-direction: column;
  }
}
#empreendimento .units .type .left {
  flex: 1;
}
#empreendimento .units .type .left .bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#empreendimento .units .type .left .bottom .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  #empreendimento .units .type .left .bottom {
    align-items: center;
  }
}
#empreendimento .units .type .left ul li {
  padding: 25px 60px 25px 0px;
  position: relative;
  font-size: 42px;
  letter-spacing: -1.68px;
}
#empreendimento .units .type .left ul li .v-lines::after {
  margin-top: 25px;
  display: block;
}
#empreendimento .units .type .left ul li::after {
  content: "";
  position: absolute;
  background-color: #d3ad6a;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#empreendimento .units .type .left ul li:last-child {
  font-size: 36px;
  letter-spacing: -1.44px;
  padding-top: 10px;
  margin-bottom: 40px;
}
#empreendimento .units .type .left ul li:has(span.v-lines)::after, #empreendimento .units .type .left ul li:last-child::after {
  display: none;
}
@media screen and (max-width: 1440px) {
  #empreendimento .units .type .left ul li {
    font-size: 36px;
  }
  #empreendimento .units .type .left ul li:last-child {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .units .type .left ul li {
    padding-right: 0px;
    font-size: 28px;
  }
  #empreendimento .units .type .left ul li:last-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento .units .type .left ul li {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  #empreendimento .units .type .left ul li:last-child {
    letter-spacing: -0.5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1440px) {
  #empreendimento .units .type .left {
    flex: none;
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  #empreendimento .units .type .left {
    flex: 1;
    width: auto;
  }
}
#empreendimento .units .type .right {
  width: 100%;
  max-width: 1118px;
  position: relative;
}
#empreendimento .units .type .right .badge {
  background-color: #323232;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 13px;
  z-index: 99;
}
#empreendimento .units .type .right .img-container .img-inner img {
  width: 100%;
  height: 100%;
  max-height: 596px;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
#empreendimento .units .type .right .img-container .img-inner .img-bottom {
  padding: 25px;
}
#empreendimento .units .type .right .img-container .img-inner .img-bottom p {
  font-size: 16px;
}
#empreendimento .units .type .right .lSPager li a {
  background-color: #d9d9d9;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  #empreendimento .units .type .right .lSPager li a {
    width: 11px;
    height: 11px;
  }
}
#empreendimento .units .type .right .lSPager li.active a {
  background-color: #d3ad6a;
}
@media screen and (max-width: 1600px) {
  #empreendimento .units .type .right {
    max-width: 900px;
  }
}
@media screen and (max-width: 1440px) {
  #empreendimento .units .type .right {
    max-width: 980px;
  }
}
@media screen and (max-width: 1200px) {
  #empreendimento .units .type .right {
    max-width: 942px;
  }
}
@media screen and (max-width: 768px) {
  #empreendimento .units .type .right .badge p {
    font-size: 18px;
  }
  #empreendimento .units .type .right .img-container .img-inner img {
    max-height: 442px;
  }
}
@media screen and (max-width: 480px) {
  #empreendimento .units .type .right .badge p {
    font-size: 12px;
  }
  #empreendimento .units .type .right .img-container .img-inner .img-bottom {
    padding: 12px;
  }
  #empreendimento .units .type .right .img-container .img-inner .img-bottom p {
    font-size: 12px;
  }
}

/* Institutional
========================================================================== */
#galeria {
  padding: 100px 0px 200px 0px;
}
@media screen and (max-width: 768px) {
  #galeria {
    padding: 50px 0px 100px 0px;
  }
}
#galeria .top {
  display: block;
  width: 100%;
  overflow: hidden;
}
#galeria .top h2.text {
  font-size: 260px;
  margin-bottom: -90px;
  margin-right: 50px;
  text-align: end;
}
@media screen and (max-width: 1440px) {
  #galeria .top h2.text {
    font-size: 190px;
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 1024px) {
  #galeria .top h2.text {
    font-size: 150px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 768px) {
  #galeria .top h2.text {
    font-size: 110px;
    margin-bottom: -40px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  #galeria .top h2.text {
    font-size: 80px;
    margin-bottom: -30px;
    margin-right: 0;
    text-align: center;
  }
}
#galeria .institutional-container {
  width: 100%;
  max-width: 1672px;
  margin: 0 auto;
  position: relative;
}
#galeria .institutional-container .lSSlideOuter {
  overflow: visible;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield {
  position: relative;
  overflow: hidden;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .background {
  position: absolute;
  width: 100%;
  height: 600px;
  filter: blur(8px) brightness(80%);
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container {
  width: 100%;
  max-width: 1672px;
  margin: auto;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner {
  margin: auto;
  width: 100%;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner a {
  display: block;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner a img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner .img-bottom {
  padding: 20px;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner .img-bottom p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 480px) {
  #galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner .img-bottom {
    padding: 12px;
  }
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-bottom {
  opacity: 0;
  justify-content: start;
  transition-delay: 0.2s;
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-bottom::after {
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  #galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .img-container .img-inner a img {
    height: 300px;
  }
  #galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li .institutional-slider-chield .background {
    height: 300px;
  }
}
#galeria .institutional-container .lSSlideOuter .lSSlideWrapper .institutional-slider li.active .institutional-slider-chield .img-container .img-bottom {
  opacity: 1;
}
#galeria .institutional-container .bottom {
  margin-top: 112px;
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
#galeria .institutional-container .bottom .left {
  max-width: 802px;
}
#galeria .institutional-container .bottom .right {
  flex: 1;
  list-style: none;
}
#galeria .institutional-container .bottom .right li {
  position: relative;
  padding-left: 25px;
  line-height: 167%;
  letter-spacing: -1.12px;
}
#galeria .institutional-container .bottom .right li::before {
  content: url("./assets/images/lines/h-line.svg");
  position: absolute;
  left: -15px;
  top: -10%;
}
@media screen and (max-width: 1440px) {
  #galeria .institutional-container .bottom {
    gap: 100px;
  }
  #galeria .institutional-container .bottom .left {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  #galeria .institutional-container .bottom {
    gap: 50px;
  }
  #galeria .institutional-container .bottom .right li {
    font-size: 20px;
  }
  #galeria .institutional-container .bottom .right li::before {
    left: -5px;
    width: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #galeria .institutional-container .bottom {
    flex-direction: column;
  }
  #galeria .institutional-container .bottom .left {
    width: 100%;
  }
  #galeria .institutional-container .bottom .right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  #galeria .institutional-container .bottom .right {
    margin-left: 10px;
  }
  #galeria .institutional-container .bottom .right li {
    font-size: 18px;
  }
}
#galeria .institutional-slider-controls {
  margin-top: -40px;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: end;
}
#galeria .institutional-slider-controls .controls {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  #galeria .institutional-slider-controls .controls {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #galeria .institutional-slider-controls {
    margin-top: 0px;
  }
}

/* Curation
========================================================================== */
#curadoria {
  max-width: 1920px;
  margin: auto;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  #curadoria {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #curadoria {
    margin-bottom: 30px;
  }
}
#curadoria .block {
  flex: 1;
  position: relative;
}
#curadoria .block .background {
  width: 100%;
  height: 100%;
}
#curadoria .block .content {
  position: absolute;
  width: 100%;
  padding: 102px 74px;
  bottom: 0;
  z-index: 9;
}
#curadoria .block .content .logo {
  display: flex;
  justify-content: center;
}
#curadoria .block .content .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#curadoria .block .content .text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  #curadoria .block .content {
    padding: 22px 24px;
  }
  #curadoria .block .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #curadoria .block .content {
    padding: 12px;
  }
  #curadoria .block .content .text {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
#curadoria .block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 49, 0.7);
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  #curadoria .block {
    height: 100%;
  }
}
#curadoria .top {
  display: flex;
}
@media screen and (max-width: 480px) {
  #curadoria .top {
    flex-direction: column;
  }
}
#curadoria .top .block .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#curadoria .top .block .content .logo {
  height: 84px;
  margin-bottom: 36px;
}
#curadoria .top .block .content .v-lines {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #curadoria .top .block .content .logo {
    height: 44px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  #curadoria .top .block .content .text {
    font-size: 18px;
  }
}
#curadoria .bottom .block {
  overflow: hidden;
  max-height: 740px;
}
#curadoria .bottom .block .background {
  max-height: 740px;
}
#curadoria .bottom .block .content {
  display: flex;
  gap: 174px;
  padding: 108px 140px;
}
#curadoria .bottom .block .content .logo {
  display: flex;
  flex-direction: column;
}
#curadoria .bottom .block .content .logo::after {
  margin-top: 40px;
}
#curadoria .bottom .block .content .text {
  max-width: 1004px;
  text-align: start;
  margin-bottom: 0px;
}
#curadoria .bottom .block .content .text.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #curadoria .bottom .block .content {
    padding: 22px 24px;
    height: 100%;
    align-items: center;
  }
  #curadoria .bottom .block .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #curadoria .bottom .block .content {
    padding: 16px;
    gap: 80px;
  }
  #curadoria .bottom .block .content .logo img {
    height: 130px;
  }
  #curadoria .bottom .block .content .logo::after {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  #curadoria .bottom .block .content {
    gap: 10px;
    align-items: end;
  }
  #curadoria .bottom .block .content .logo img {
    height: 50px;
  }
  #curadoria .bottom .block .content .text {
    font-size: 10px;
    display: none;
  }
  #curadoria .bottom .block .content .text.mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #curadoria .bottom .block .background {
    scale: 1.2;
    transform-origin: top;
  }
}

.al-container.blog .title {
  text-align: left;
}
.al-container.blog.destaques {
  padding-bottom: 76px;
  padding-top: 70px;
  margin-bottom: 56px;
  position: relative;
}
.al-container.blog.destaques:after {
  content: "";
  display: block;
  width: 115%;
  height: 1px;
  background: #E3E3E3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques:after {
    width: calc(100% - 40px);
  }
}
.al-container.blog.destaques > .left-right-content > .left {
  width: 60%;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .left {
    width: 100%;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo {
  position: relative;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  min-height: 475px;
  max-height: 492px;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
    height: 475px;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #3D3D3D 95.31%);
  border-radius: 0px 0px 7px 7px;
  width: 100%;
  padding: 60px 25px;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo .title {
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #f7f7f2;
}
.al-container.blog.destaques > .left-right-content > .right {
  width: 40%;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right {
    width: 100%;
    padding-left: 0px;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content {
  align-items: center;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left {
  width: 34%;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
  display: block;
  height: 105px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
    height: auto;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a img {
  width: 100%;
  border: 1px solid #323232;
  border-radius: 8px;
  height: 107px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right {
  width: 66%;
  padding-left: 22px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
    font-size: 21px;
  }
}
.al-container.blog.listagem {
  padding-bottom: 72px;
}
.al-container.blog.listagem .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  padding-bottom: 40px;
}
.al-container.blog.listagem .posts .article-container {
  width: calc(33.3333333333% - 23.3333333333px);
}
@media (max-width: 768px) {
  .al-container.blog.listagem .posts .article-container {
    width: calc(50% - 35px);
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container {
    width: 100%;
  }
}
.al-container.blog.listagem .posts .article-container .artigo {
  background: #f7f7f2;
  border: 1px solid #323232;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: 402px;
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: auto;
  }
}
.al-container.blog.listagem .posts .article-container .artigo .img-container {
  width: 100%;
}
.al-container.blog.listagem .posts .article-container .artigo .img-container img {
  width: 100%;
  height: 187px;
  border-radius: 8px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo {
  padding: 12px 24px 18px 24px;
  min-height: 82px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a {
  display: block;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
.al-container.blog.listagem .posts .article-container .artigo .text {
  padding: 0px 24px 28px 24px;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444444;
  min-height: 86px;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo .text {
    font-size: 15px;
  }
}
.al-container.blog.listagem .load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.al-container.blog.listagem .load_more .page-numbers {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #323232;
}
.al-container.blog.listagem .load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.al-container.blog.listagem .load_more .page-numbers:not(span):hover {
  color: #343433;
}
.al-container.blog.listagem .load_more .page-numbers.current {
  background: #323232;
  font-family: "Source Sans 3";
  font-weight: 600;
  color: #f7f7f2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.al-container.blog.loop .posts .article-container .artigo .text {
  min-height: 56px;
  padding: 0px 24px 16px 24px;
}
.al-container.blog.loop .entry-date {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #323232;
  padding: 0px 24px 10px 24px;
}
.al-container.blog.loop .entry-category {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 123.68%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 0px 24px 10px 24px;
  background-color: #323232;
}

.al-container.single {
  padding-top: 70px;
  padding-bottom: 95px;
}
.al-container.single .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.al-container.single .data {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #323232;
  padding-bottom: 41px;
  display: block;
}
.al-container.single .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.al-container.single .img-container img {
  width: 100%;
  border-radius: 8px;
}
.al-container.single .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  position: relative;
}
.al-container.single .the-content:after {
  content: "";
  display: block;
  width: 115%;
  max-width: 100vw;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .al-container.single .the-content:after {
    width: calc(100% - 40px);
  }
}
.al-container.single .the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
}
.al-container.single .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.al-container.single .the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  transition: all 0.3s;
}
.al-container.single .the-content p a:hover {
  opacity: 0.6;
}
.al-container.single .the-content h2 {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.al-container.single .the-content h2 a {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.al-container.single .the-content h2 a:hover {
  opacity: 0.6;
}
.al-container.single .compartilhe {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding-top: 61px;
}
.al-container.single .compartilhe span {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ABABAB;
}
.al-container.single .compartilhe .links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.al-container.single .compartilhe .links > a {
  cursor: pointer;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #323232;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .links > a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .links > a:hover {
  background: #323232;
}
.al-container.single .compartilhe .links > a:hover img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.al-container.single .compartilhe .a2a_kit.hidden {
  visibility: hidden;
  opacity: 0;
}
.al-container.single .compartilhe .a2a_kit span {
  font-family: "Source Sans 3";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ABABAB;
  margin-right: 4px;
}
.al-container.single .compartilhe .a2a_kit a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #323232;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .a2a_kit a:hover {
  background: #323232;
}
.al-container.single .compartilhe .a2a_kit a:hover img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit a.addtoany_share {
  order: 1;
}
.al-container.single .compartilhe .a2a_kit a.rede {
  order: 2;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_facebook {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 4;
}
.al-container.single .comment {
  width: 100%;
  max-width: 100%;
  min-height: 280px;
}
.al-container.single .comment h1 {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #323232;
  padding-bottom: 20px;
}

.img-container .img-inner {
  position: relative;
  height: 100%;
}
.img-container .img-inner .img-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
}
.img-container .img-inner .img-bottom p {
  letter-spacing: -0.8px;
}
.img-container .img-bottom {
  padding: 14px 0px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.img-container .img-bottom p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .img-container .img-bottom p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .img-container .img-bottom p {
    font-size: 16px;
  }
  .img-container .img-inner .img-bottom {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .img-container .img-bottom p {
    font-size: 14px;
  }
}

.btn {
  background-color: #323232;
  display: inline-flex;
  padding: 10px 62px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
  text-wrap: nowrap;
}
.btn.btn-small {
  padding: 10px 14px;
  font-size: 20px;
}
.btn.btn-secondary {
  background-color: #b6862c;
}
.btn.btn-tertiary {
  background-color: #424241;
  color: #fbfbfb;
}
.btn.btn-green {
  background-color: #42483a;
  color: #fbfbfb;
}
.btn.btn-green:hover {
  background-color: #d3ad6a;
}
.btn.no-hover:hover {
  background-color: #b6862c;
  scale: initial;
}
.btn.download {
  padding-left: 40px;
  padding-right: 40px;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .btn.download svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn.download svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn.download svg {
    width: 16px;
    height: 16px;
  }
}
.btn:hover {
  background-color: #b6862c;
  scale: 1.01;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 24px;
  }
  .btn.btn-small {
    padding: 8px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 20px;
    padding: 8px 50px;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 18px;
    padding: 8px 44px;
  }
}

.title {
  font-family: "Source Sans 3";
  color: #323232;
  font-size: 98px;
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: -3.92px;
}
.title.title-secondary,
.title .title-secondary {
  color: #b6862c;
}
.title.title-bege,
.title .title-bege {
  color: #b4b2a9;
}
.title.title-yellow,
.title .title-yellow {
  color: #d3ad6a;
}
.title.title-italic,
.title .title-italic {
  font-style: italic;
}
.title.title-small,
.title .title-small {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -2.56px;
}
.title.title-smaller,
.title .title-smaller {
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2.24px;
}
@media screen and (max-width: 1440px) {
  .title {
    font-size: 78px;
  }
  .title.title-small,
  .title .title-small {
    font-size: 44px;
  }
  .title.title-smaller,
  .title .title-smaller {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 58px;
  }
  .title.title-small,
  .title .title-small {
    font-size: 32px;
  }
  .title.title-smaller,
  .title .title-smaller {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 38px;
    letter-spacing: -0.5px;
  }
  .title.title-small,
  .title .title-small {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 32px;
  }
  .title.title-small,
  .title .title-small {
    font-size: 24px;
  }
  .title.title-smaller,
  .title .title-smaller {
    font-size: 28px;
  }
}

.line-bottom {
  position: relative;
}
.line-bottom::after {
  content: "";
  background-color: #b6862c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
}
.line-bottom.line-bottom-small::after {
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .line-bottom::after {
    padding: 3px;
  }
}

.v-lines::after {
  content: url("assets/images/lines/v-lines.svg");
  display: inline-flex;
  overflow: hidden;
}
.v-lines.v-lines-gray::after {
  content: url("assets/images/lines/v-lines-gray.svg");
  display: inline-flex;
}
.v-lines.v-lines-gray-big::after {
  content: url("assets/images/lines/v-lines-gray-big.svg");
  display: inline-flex;
}
.v-lines.v-lines-white::after {
  content: url("assets/images/lines/v-lines-white.svg");
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .v-lines::after {
    height: 24px;
  }
  .v-lines.v-lines-gray-big::after {
    height: 94px;
  }
}
@media screen and (max-width: 768px) {
  .v-lines::after {
    height: 22px;
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .v-lines::after {
    height: 18px;
    width: 67px;
  }
}

.h-lines::before {
  overflow: hidden;
  content: url("assets/images/lines/h-lines.svg");
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .h-lines::before {
    width: 40px;
  }
}

.text {
  color: #424241;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.text.text-small,
.text .text-small {
  font-size: 20px;
}
.text.text-smaller,
.text .text-smaller {
  font-size: 16px;
}
.text.text-bege,
.text .text-bege {
  color: #b4b2a9;
}
.text.text-yellow,
.text .text-yellow {
  color: #d3ad6a;
}
.text.text-white,
.text .text-white {
  color: #fff;
}
.text.text-secondary,
.text .text-secondary {
  color: #b6862c;
}
.text.text-bold,
.text .text-bold {
  font-weight: 600;
}
.text.text-italic,
.text .text-italic {
  font-style: italic;
}
.text.text-highlight {
  color: rgba(182, 134, 44, 0.15);
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 102px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4.08px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .text.text-highlight {
    font-size: 78px;
  }
}
@media screen and (max-width: 1440px) {
  .text.text-highlight {
    font-size: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: 22px;
  }
  .text.text-highlight {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 20px;
  }
  .text.text-highlight {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .text {
    font-size: 18px;
  }
  .text.text-highlight {
    font-size: 18px;
    letter-spacing: -1px;
  }
}

.shadow {
  filter: drop-shadow(0 4px 45.6px rgba(0, 0, 0, 0.26));
}
.shadow.shadow-strong {
  filter: drop-shadow(0 4px 51.8px rgba(0, 0, 0, 0.47));
}

.border {
  border-radius: 5px 5px 0 0;
}

.controls {
  display: flex;
  gap: 20px;
}
.controls .prev,
.controls .next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b6862c;
  border-radius: 2px;
  padding: 10px 30px;
}
.controls .prev:hover,
.controls .next:hover {
  background-color: #b6862c;
}
.controls .prev:hover svg path,
.controls .next:hover svg path {
  fill: #f7f7f2;
}
@media screen and (max-width: 768px) {
  .controls {
    display: flex;
    gap: 10px;
  }
  .controls .prev,
  .controls .next {
    padding: 5px 20px;
  }
  .controls .prev svg,
  .controls .next svg {
    width: 25px;
  }
}

@media screen and (max-width: 480px) {
  .fancybox__dialog .f-button.is-arrow {
    transform: translateY(360%) !important;
  }
}
.video-audio {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 9;
}
.video-audio .btn-audio {
  display: block;
  cursor: pointer;
}
.video-audio .btn-audio svg {
  width: 48px;
  height: 48px;
}
.video-audio .btn-audio svg path {
  stroke: #b4b2a9;
}
.video-audio .btn-audio:hover {
  scale: 1.02;
}
.video-audio .btn-audio:hover svg path {
  stroke: #f7f7f2;
}
@media screen and (max-width: 768px) {
  .video-audio {
    margin: 15px;
  }
  .video-audio .btn-audio svg {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .video-audio {
    margin: 10px;
  }
  .video-audio .btn-audio svg {
    width: 38px;
    height: 38px;
  }
}
