/* ====== DEFAULT ====== */
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}

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

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

a:focus {
  outline: 0;
}

a img {
  border: none;
}

*:focus {
  outline: none;
}

button:focus {
  outline: 0 !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.transition {
  transition: all 0.2s linear;
}

.max-w {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.topoPage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 50px;
  position: relative;
}

.topoPage::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.topoPage a.lkMenu img {
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
  transition: all 0.2s linear;
}

.topoPage a.lkMenu:hover img {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  transition: all 0.2s linear;
}

.topoPage a.lkND {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  width: 150px;
  height: 38px;
  border-radius: 20px;
  background: var(--bs-white);
}

.topoPage a.lkND:hover {
  background: #f5a31e;
}

.topoPage a.lkND img {
  margin-right: 8px;
}

.topoPage .logo {
  margin-top: 30px;
}

.topoPage .logo img {
  max-width: 180px;
  height: auto;
  margin: 0 auto 30px;
}

.topoPage h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--bs-white);
  margin-bottom: 60px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}

.topoPage h3 {
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-white);
  margin-bottom: 20px;
}

.topoPage .btRegioes {
  z-index: 10;
  width: 310px;
  border-radius: 12px;
  background: #f5a31e;
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-black);
  line-height: 50px;
  margin: 0 auto;
}

.topoPage .btRegioes:hover {
  background: var(--bs-white);
}

.topoPage .btRegioes i {
  font-size: 20px;
  margin-left: 10px;
}

.topoPage ul.navRegioes {
  background: #f5a31e;
  z-index: 40;
  width: 310px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -155px;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.topoPage ul.navRegioes li {
  border-bottom: 1px solid var(--bs-black);
}

.topoPage ul.navRegioes li:last-child {
  border-bottom: none;
}

.topoPage ul.navRegioes li a,
.topoPage ul.navRegioes li label {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-black);
  line-height: 50px;
}

.topoPage ul.navRegioes li a:hover,
.topoPage ul.navRegioes li a:active,
.topoPage ul.navRegioes li label:hover,
.topoPage ul.navRegioes li label:active {
  background-color: var(--bs-white);
}

.topoPage ul.navRegioes li label {
  height: 100%;
  cursor: pointer;
}

.titleSection {
  margin-bottom: 30px;
}

.titleSection h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.titleSection p {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}

.regiao {
  margin-bottom: 110px;
}

.regiao h4 {
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 15px;
}

.regiao p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 20px;
}

.regiao .colMapa {
  margin-bottom: 30px;
}

.regiao .colMapa img {
  margin: 0 auto;
}

.regiao .colMapa .absolute-bottom {
  position: absolute;
  bottom: 0;
  left: auto !important;
  top: auto !important;
}

.regiao .baseGaleria {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 35px;
}

.regiao .slideGaleria {
  width: 100%;
}

.regiao .slideGaleria .swiper-slide img {
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.regiao .fotoPrev {
  width: 30px;
  height: 30px;
  background-color: #f5a31e;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  left: 0;
  z-index: 10;
}

.regiao .fotoNext {
  width: 30px;
  height: 30px;
  background-color: #f5a31e;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  right: 0;
  z-index: 10;
}

.regiao .fotoPrev:hover,
.regiao .fotoNext:hover {
  background-color: #333;
  color: var(--bs-white);
}

.regiao .boxLogos {
  margin-top: 40px;
}

.regiao .boxLogos ul {
  width: 100%;
}

.regiao .boxLogos ul li img {
  width: auto;
  height: auto;
  max-height: 60px;
}

.mapa {
  margin-bottom: 70px;
}

.mapa .map-container {
  --bs-aspect-ratio: 120%;
  border-radius: 12px;
  overflow: hidden;
}

.mapa iframe {
  border-radius: 20px;
  margin-bottom: 30px;
  height: 360px;
  width: 100%;
}

.mapa ul {
  width: 100%;
}

.mapa ul li {
  margin: 0 8px 25px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
  background: url(../images/icon-check.png) no-repeat 0 0;
  line-height: 24px;
}

.empreendimentos {
  background: #f2efe2 url(../images/bg-empreendimentos.png) no-repeat right
    bottom;
  padding-top: 45px;
  margin-bottom: 80px;
}

.empreendimentos .slideEmpreend {
  margin: 0 30px;
}

.empreendimentos .slideEmpreend .swiper-slide {
  height: auto !important;
}

.empreendimentos .slideEmpreend .baseCard {
  max-width: 595px;
  height: 100%;
  margin: 0 10px;
  padding-bottom: 30px;
}

.empreendimentos .slideEmpreend .baseCard .cardImg img {
  object-fit: cover;
}

.empreendimentos .slideEmpreend .baseCard .box {
  width: 100%;
  background: var(--bs-white);
  padding: 15px 25px 85px 25px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 5px 25px 0px rgba(189, 223, 246, 0.45);
}

.empreendimentos .slideEmpreend .baseCard h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3c3c3c;
  margin-bottom: 10px;
}

.empreendimentos .slideEmpreend .baseCard h3 strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.empreendimentos .slideEmpreend .baseCard ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
  background: url(../images/icon-check.png) no-repeat 0 0;
  line-height: 24px;
}

.empreendimentos .slideEmpreend .baseCard .lkMore {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-white);
  padding: 10px 40px;
  background: #f5a31e;
  border-radius: 8px;
  left: 25px;
  bottom: 25px;
}

.empreendimentos .slideEmpreend .baseCard .lkMore:hover {
  background: #3c3c3c;
}

.empreendimentos .empreendPrev {
  width: 30px;
  height: 30px;
  background-color: #f5a31e;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  left: 5px;
  z-index: 10;
}

.empreendimentos .empreendNext {
  width: 30px;
  height: 30px;
  background-color: #f5a31e;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  z-index: 10;
}

.empreendimentos .empreendPrev:hover,
.empreendimentos .empreendNext:hover {
  background-color: #333;
  color: var(--bs-white);
}

.conteudos {
  margin-bottom: 110px;
}

.conteudos ul li,
.tv ul li {
  width: 100%;
  max-width: 360px;
  background: var(--bs-white);
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 85px;
  box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.conteudos ul li h3,
.tv ul li h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 15px 25px 0;
  line-height: 28px;
}

.conteudos ul li h3 a,
.tv ul li h3 a {
  color: #333;
}

.conteudos ul li h3 a:hover,
.tv ul li h3 a:hover {
  color: #f5a31e;
}

.conteudos ul li p {
  font-size: 15px;
  color: #333;
  margin: 5px 25px 0;
  line-height: 24px;
}

.conteudos ul li .lkMore {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-white);
  padding: 8px 20px;
  border-radius: 8px;
  background: #333;
  left: 25px;
  bottom: 25px;
}

.conteudos ul li .lkMore:hover {
  background: #f5a31e;
}

.tv ul li .lkMore {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-white);
  padding: 8px 20px;
  border-radius: 8px;
  background: #f5a31e;
  left: 25px;
  bottom: 25px;
}

.tv ul li .lkMore:hover {
  background: #333;
}

.site-button {
  width: 100%;
  text-align: center;
}

.lkLoad {
  width: 64px;
  color: var(--bs-white);
  background: #333;
  padding: 0;
}

.lkLoad .button-text {
  line-height: 64px;
  font-size: 30px;
  display: block;
  position: relative;
  height: 100%;
}

.lkLoad:hover {
  background: #f5a31e;
}

.tv .lkLoad {
  color: var(--bs-white);
  background: #f5a31e;
}

.tv .lkLoad:hover {
  background: #333;
}

.tv {
  margin-bottom: 80px;
}

.patrocinadores {
  margin-bottom: 90px;
}

.patrocinadores ul li {
  padding: 10px;
  margin: 0 8px 30px;
  height: 100px;
  width: 44%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(172, 172, 172, 0.15);
}

.patrocinadores ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.footer {
  background: #f5a31e;
  padding: 75px 0;
}

@media only screen and (min-width: 480px) {
  .patrocinadores ul li {
    width: 43%;
    max-width: 300px;
    margin: 0 15px 30px;
  }
}

@media only screen and (min-width: 576px) {
  .topoPage h1 {
    font-size: 30px;
  }

  .titleSection h2 {
    font-size: 32px;
  }

  .mapa iframe {
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .topoPage {
    padding-bottom: 50px;
  }

  .topoPage .logo img {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .topoPage h3 {
    font-size: 20px;
  }

  .empreendimentos .slideEmpreend {
    margin: 0 60px;
  }

  .empreendimentos .empreendPrev,
  .empreendimentos .empreendNext {
    width: 44px;
    height: 44px;
    margin-top: 70px;
    font-size: 28px;
  }

  .empreendimentos .slideEmpreend .baseCard ul li {
    width: 48%;
  }

  .conteudos ul li,
  .tv ul li {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }

  .conteudos ul li:nth-child(3n + 0),
  .tv ul li:nth-child(3n + 0) {
    margin-right: 0;
  }

  .conteudos ul li h3,
  .tv ul li h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .patrocinadores ul li {
    width: 20.6%;
  }
}

@media only screen and (min-width: 992px) {
  .topoPage h1 {
    font-size: 32px;
    margin-bottom: 120px;
  }

  .topoPage ul.navRegioes {
    position: relative;
    left: 0;
    top: inherit;
    margin: 0;
    width: auto;
    z-index: 8;
    box-shadow: none;
  }

  .topoPage ul.navRegioes li:not(.submenu-item-regiao) {
    border-bottom: none;
    border-right: 2px solid var(--bs-black);
    width: 185px;
  }

  .topoPage ul.navRegioes li:last-child {
    border-right: none;
  }

  .topoPage ul.navRegioes li a {
    font-size: 16px;
    line-height: 1.2;
    height: 60px;
  }

  .regiao .baseGaleria {
    padding: 0 65px;
  }

  .regiao .fotoPrev,
  .regiao .fotoNext {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    font-size: 28px;
  }

  .regiao .boxLogos ul li img {
    max-height: 80px;
  }

  .mapa .map-container {
    --bs-aspect-ratio: 50%;
  }

  .empreendimentos .empreendPrev,
  .empreendimentos .empreendNext {
    margin-top: 0px;
  }

  .empreendimentos .slideEmpreend .baseCard ul li {
    width: 100%;
  }

  .conteudos ul li h3,
  .tv ul li h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .patrocinadores ul li {
    width: 21%;
  }
}

@media only screen and (min-width: 1200px) {
  .empreendimentos .slideEmpreend .baseCard h3 strong {
    font-size: 30px;
  }

  .empreendimentos .slideEmpreend .baseCard ul li {
    width: 48%;
  }

  .empreendimentos .empreendPrev {
    width: 64px;
    height: 64px;
    margin-top: 25px;
    font-size: 40px;
    left: -10px;
  }

  .empreendimentos .empreendNext {
    width: 64px;
    height: 64px;
    margin-top: 25px;
    font-size: 40px;
    right: -10px;
  }

  .conteudos ul li,
  .tv ul li {
    width: 31.6%;
    margin-right: 2.5%;
  }
}

@media only screen and (min-width: 1400px) {
  .topoPage ul.navRegioes li a {
    font-size: 18px;
  }

  .mapa iframe {
    margin: 0 55px 30px;
    width: calc(100% - 110px);
  }

  .mapa ul {
    padding: 0 55px;
  }

  .mapa ul li {
    margin: 0 10px 25px;
  }

  .empreendimentos .slideEmpreend {
    margin: 0 40px;
  }

  .empreendimentos .empreendPrev {
    margin-top: 65px;
    left: -25px;
  }

  .empreendimentos .empreendNext {
    margin-top: 65px;
    right: -25px;
  }

  .conteudos ul,
  .tv ul {
    padding: 0 80px;
  }

  .patrocinadores ul li {
    width: 17%;
  }
}

@media (max-width: 992px) {
  .topoPage h1 {
    font-size: 32px;
    margin-bottom: 120px;
  }

  .topoPage ul.navRegioes {
    position: relative;
    left: 0;
    top: inherit;
    margin: 0;
    width: auto;
    z-index: 8;
    box-shadow: none;
  }
}

/* Estilos para o menu com checkbox */
.menu-checkbox:checked ~ .submenu-regiao {
  display: block !important;
}

.menu-checkbox:checked + .menu-label .bi-chevron-down {
  transform: rotate(180deg);
}

.submenu-regiao {
  min-width: 180px;
  z-index: 1000;
  position: absolute;
}

.submenu-item-regiao:hover {
  background-color: #f8f9fa;
}
.topoPage ul.navRegioes li:first-child label:hover {
  border-radius: 10px 0 0 10px;
}
.topoPage ul.navRegioes li:first-child a:hover {
  border-radius: 10px 0 0 10px;
}
.topoPage ul.navRegioes li:last-child label:hover {
  border-radius: 0 10px 10px 0;
}
.topoPage ul.navRegioes li:last-child a:hover {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .submenu-regiao {
    position: relative;
  }
  .topoPage ul.navRegioes li:first-child label:hover {
    border-radius: 10px 10px 0 0;
    background-color: #f5a31e;
  }
  .topoPage ul.navRegioes li:first-child a:hover {
    border-radius: 10px 10px 0 0;
    background-color: #f5a31e;
  }
  .topoPage ul.navRegioes li:last-child label:hover {
    border-radius: 0 0 10px 10px;
    background-color: #f5a31e;
  }
  .topoPage ul.navRegioes li:last-child a:hover {
    border-radius: 0 0 10px 10px;
    background-color: #f5a31e;
  }
  .topoPage ul.navRegioes li:first-child label:active,
  .topoPage ul.navRegioes li:first-child a:active,
  .topoPage ul.navRegioes li:last-child label:active,
  .topoPage ul.navRegioes li:last-child a:active {
    background-color: #f5a31e;
  }
}
