.logo-navbar {
  width: 135px;
}

.btn-cpe {
  background-color: #4D6157;
  color: #f0f2f1;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  transition: color 0.4s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
}

.btn-cpe:hover {
  background-color: #d38e64 !important;
}

.btn-cpe span {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease-in-out;
}

.nav-item a {
  color: #4d6157;
}

.navbar-nav .nav-link.active {
  color: #d38e64 !important;
}

.bg-navbar {
  background-color: #f0f2f1;
}

.btn-cpe svg {
  font-size: 18px;
}

.bg-home {
  background: url("/assets/img/cpc/bg-contrapontoclub.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 450px;
  border-radius: 25px;
}

#banner-home {
  margin-top: 110px;
}

.vsite-btn-branco {
  background-color: #f0f2f1;
  color: #485348;
  border: none;
}

.vsite-btn-branco:hover {
  background-color: #d38e64 !important;
}

.contain-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.img-contain:hover {
  transform: scale(1.1);
}

.text-infos {
  background-color: #485348;
  color: #f0f2f1;
  padding: 15px;
  z-index: 88;
  bottom: 10%;
  max-width: 90%;
  font-size: 13px;
}

.carousel-categoria-wrapper {
  display: flex;
  width: 100%;
}

.bg-incorp {
  background: url("/assets/img/cpc/sobre-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.subtile {
  color: #d38e64;
  letter-spacing: 7px;
  font-size: 15px;
  line-height: 24.2px;
}

@keyframes light-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.button-light-effect {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.button-light-effect:focus {
  outline: none;
}

.btn-green {
  background-color: #4d6157;
  border: none;
}

.btn-green:hover {
  background-color: #d38e64 !important;
}

.img-grid:hover {
  transform: scale(1.1);
}

.img-grid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.descript-name {
  background-color: #4d6157;
  color: #f0f2f1;
  font-size: 13px;
  position: absolute;
  z-index: 888;
  padding-right: 30px;
  padding-left: 30px;
  bottom: 10%;
}

.grid-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.descript-name-maior {
  background-color: #4d6157;
  color: #f0f2f1;
  font-size: 13px;
  position: absolute;
  z-index: 888;
  padding-right: 30px;
  padding-left: 30px;
  bottom: 5%;
}

.bg-regiao {
  background-color: #24312B;
  border-radius: 15px;
  border: 3px solid #d38e64;
}

.row-regiao {
  margin-bottom: -11em;
}

#intercambio {
  margin-top: 11em;
}

.numb-ferias {
  color: #d38e64;
}

.numbs-rci {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid rgb(211,142,100);
  border-radius: 12px;
  background-color: rgba(240,242,241,0.73);
  height: 100%;
}

.bg-ferias {
  background: url("banner-intercambio-de-ferias-contra-ponto.webp") top / cover;
  padding-bottom: 12em;
  padding-top: 3em;
}

#assuntos {
  margin-top: -8em;
}

.artigo-card {
  background-color: #F0F2F1;
  border-radius: 10px;
  box-shadow: 1px 0px 20px 1px rgba(36,49,43,0.07);
}

.text-card {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-post {
  color: #d38e64 !important;
  text-decoration: none;
}

.swiper-slide.slide-top a {
  color: #4d6157;
}

#carousel-assuntos {
  margin-bottom: -10em;
}

.link-post:hover {
  color: #85634f !important;
}

.link-artigos {
  color: #4d6157;
}

.link-artigos:hover {
  color: #667d72 !important;
}

.link-card {
  text-decoration: none;
  color: #4d6157;
}

.link-card:hover {
  color: #839a8f !important;
}

.bg-blog {
  background-color: #DADDDB;
  border-radius: 15px;
}

.conteudo-blog-amostra {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}

.title-blog {
  color: #c16a34;
}

.title-blog:hover {
  color: #85634f;
}

#carousel-blog {
  margin-bottom: -11em;
}

.bg-cadastro {
  background: url("/assets/img/bg-painel.webp") center / cover no-repeat;
  background-attachment: fixed;
  padding-top: 8em;
  padding-bottom: 8em;
}

.link-rodape a {
  text-decoration: none;
  color: #4d6157;
  font-size: 14px;
}

.link-rodape a:hover {
  color: #d38d63;
}

.link-social {
  background-color: #cfdad5;
  width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 10px;
}

.p-email {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 14px;
}

.logo-rodape {
  width: 200px;
  margin-bottom: 2em;
}

.bg-club {
  background: url("/assets/img/cpc/turistico-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-miss {
  background: url("/assets/img/empreendimentos-contraponto.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.drop-menu-cpe {
  border: none;
}

@media (min-width: 1200px) {
  .drop-cpe:hover .dropdown-menu {
    display: block;
  }
}

.drop-menu-cpe {
  background-color: #f0f2f1;
}

#banner-pages {
  margin-top: 85px;
}

.bg-pages {
  background: url("/assets/img/bg-residencial-contra-ponto.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 350px;
  border-radius: 25px;
}

.bg-fixa {
  background: url("residencial-contra-ponto-lounge.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 350px;
  border-radius: 25px;
}

.bg-implant {
  background: url("bg-implatacoes.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 450px;
  border-radius: 25px;
}

@media (min-width: 992px) {
  .bg-imgs-impla {
    background: linear-gradient(90deg, #f0f2f1 40%, #4d6157 40%);
  }
}

.tex-impla {
  font-size: 18px;
  line-height: 34.5px;
}

.tilte-implantacoes {
  color: #d38d63;
}

@media (max-width: 991px) {
  .bg-imgs-impla {
    background: linear-gradient(180deg, #f0f2f1 20%, #4d6157 20%);
  }
}

@media (min-width:992px) {
  .order-lg-first {
    order: -1!important;
  }
}

.bg-difenciais {
  background: url("planta-alta2.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-painel {
  background: url("/assets/img/caption3.jpg") center / cover no-repeat;
  border-radius: 15px;
  animation: zoomBackground 10s infinite alternate ease-in-out;
}

.logo-painel-login {
  width: 250px;
}

.vsite-img-login {
  width: 150px;
}

@keyframes zoomBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}

.contain-site {
  background-color: #F0F2F1;
  font-family: Montserrat, sans-serif;
  color: #485348;
}

.bg-home-blog {
  background: url("/assets/img/bg-painel.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 200px;
  border-radius: 15px;
}

.style-search-blog {
  border: none;
}

.search-blog-bg {
  background-color: #ffffff;
  border-radius: 5px;
}

.style-search-blog:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

.link-categorias {
  color: #838c88;
  text-decoration: none;
}

.link-categorias:hover {
  color: #d38d63;
  font-weight: bold;
}

.card-posts-blog {
  border: none;
  border-radius: 5px;
  transition: 0.5s ease, transform 0.5s ease;
  height: 100%;
}

.card-posts-blog:hover {
  transform: scale(0.98);
}

#categoriasPosts {
  font-size: 13px;
  color: #aba9a9;
}

#dataPostagem {
  font-size: 13px;
  color: #aba9a9;
}

.pagination-container a {
  color: #4d6157;
}

.pagination-container a:hover {
  color: #ebd0bf;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #d38d63;
  border-color: #d38d63;
}

hr {
  color: #c6d0cc;
}

.bread-fundo-verde a {
  color: #6d9681;
  text-decoration: none;
  font-size: 13px;
}

.bread-fundo-verde li.active {
  color: #d38d63;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.breadcrumb-item a:hover {
  color: #d38d63;
}

li.breadcrumb-item {
  display: flex;
  align-items: center;
}

.dataPost-artigle {
  color: #8ba296;
  font-size: 13px;
}

.margin-top-conteudo {
  margin-top: 80px;
}

.ctas-blog-artigle {
  border-left-style: solid;
  border-left-color: rgb(212,145,105);
  padding-left: 28px;
  background-color: rgba(211,141,99,0.05);
  padding-right: 20px;
}

.ctas-blog-artigle a {
  color: #4d6157;
}

.ctas-blog-artigle a:hover {
  color: #d38d63;
}

@media (min-width: 992px) {
  .sticky-ads {
    position: sticky;
    top: 20px;
  }
}

.subtile-posts-verde {
  color: #4d6157;
  letter-spacing: 7px;
  font-size: 15px;
  line-height: 24.2px;
}

.text-font {
  color: #c4c4c4;
}

.bg-top-ferias {
  background: url("/assets/img/intercambio-de-ferias.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 450px;
  border-radius: 25px;
}

.bg-ferias-1 {
  background: url("/assets/img/empreendimentos-contraponto.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-ferias-2 {
  background: url("disney.jpg") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-ferias-4 {
  background: url("/assets/img/fotos2.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.margin-conteudo-ferias {
  margin-top: -8em;
}

.link-social-obg {
  background-color: #cfdad5;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 5px;
}

.bg-obg-time {
  background: url("/assets/img/cpc/bg-obg-1.webp") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 550px;
  border-radius: 25px;
}

/* FORMULARIO */

.div-cadastro {
  background-color: #F0F2F1;
  border-radius: 7px;
  color: #4d6157;
  z-index: 888;
}

.div-cadastro h4 {
  font-size: 20px;
}

.input-residencial {
  background: none;
  border: 1px solid #d38e64 ;
}

.input-residencial::placeholder {
  color: #C4C4C4;
  font-size: 13px;
}

.vsite-btn-verde-residencial {
  background-color: #4D6157;
  color: #f0f2f1;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 4px;
  border: none;
}

.vsite-btn-verde-residencial:hover {
  background-color: #D38D63 !important;
  color: #f0f2f1 !important;
}

.input-residencial:focus {
  outline: none;
  box-shadow: none;
  border-color: #d38d63;
  background: none;
}

@media (min-width: 576px) {
  .mobile-title {
    display: none;
  }
}

@media (max-width: 575px) {
  .web-title {
    display: none;
  }
}

.p-desc-rodape {
  font-size: 13px;
}

.siga-obg {
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
}

.btn-cpc-vazado {
  background-color: rgba(240,242,241,0);
  color: #d39373;
  border: solid #d39373 1px;
  padding: 10px 20px;
  font-size: 12px;
  transition: color 0.4s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
}

.btn-cpc-vazado:hover {
  color: #dddddd;
  background-color: #4d6157;
  border: none;
}

.button-light-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: light-sweep 2s infinite;
}

.bg-action-1 {
  border-radius: 15px;
  border: 3px solid #d38e64;
  background: url("/assets/img/cpc/bg-faca-parte-contrapontoclub.jpg") left / cover no-repeat fixed;
}

.bg-club-socios {
  background: url("/assets/img/cpc/socios-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-miss-membros {
  background: url("/assets/img/cpc/membros-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-parceiro {
  background: url("/assets/img/cpc/parceiros-contrapontoclub.webp") bottom / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

#conteudo-7 {
  margin-top: 9em;
}

.bg-fale-conosco {
  background: url("/assets/img/cpc/contrapontoclub-possibilidades.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-action-2 {
  border-radius: 15px;
  border: 3px solid #d38e64;
  background: url("/assets/img/cpc/bg-action-club.jpg") left / cover no-repeat fixed;
}

.btn-cpe-voltar {
  background-color: #B8C0BB;
  color: #f0f2f1;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  transition: color 0.4s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
}

.btn-cpe-voltar:hover {
  background-color: #9ca29e !important;
}

#etapa2, #etapa3 {
  display: none;
}

.bg-vantagens {
  background: url("/assets/img/cpc/vantagens-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-ecoturismo {
  background: url("/assets/img/cpc/ecoturismo-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-gastronomia {
  background: url("/assets/img/cpc/gastronomia-contrapontoclub.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.bg-sobmedidas {
  background: url("/assets/img/cpc/contrapontoclub-sobmedidas.webp") center / cover no-repeat;
  min-height: 350px;
  border-radius: 15px;
}

.label-cp {
  color: #8e8c8c;
  font-size: 15px;
}

.bg-obg-parc {
  background: url("/assets/img/cpc/bg-obg-2.jpg") center / cover no-repeat;
  color: #F0F2F1;
  min-height: 550px;
  border-radius: 25px;
}

.vsite-btn-branco-vazado {
  color: #f0f2f1;
  border: 1px solid #f0f2f1 ;
}

.vsite-btn-branco-vazado:hover {
  color: #d38d63 !important;
  border: 1px solid #d38d63 !important;
}

#cadastro {
  margin-top: 11em;
}

.cads-parc {
  margin-top: 4em !important;
}

