/*******************************************************************************************
********************************************************************************************
  site
********************************************************************************************
*******************************************************************************************/
/* ----------------------------------------------------------

    :: Template Name: Shopping Parque Balneario

    :: Author: Marcasite - Carlos Augusto A. Cruz

    :: Author URL: https://marcasite.com.br/

    :: Version: 1.0.0

    :: Created: 04 de Outubro de 2025

    ----------------------------------------------------------




	

/***************************************************************************

       Fonts

***************************************************************************/



@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');




/***************************************************************************

       Variáveis

***************************************************************************/



:root {

  --cor-branco: #ffffff;


  --font-titulo: 'Newsreader', serif;




  --font-light: 300;

  --font-regular: 400;

  --font-medium: 500;

  --font-bold: 700;

  --font-extrabold: 800;

}



/***************************************************************************

        All

***************************************************************************/



html,

body {

  margin: 0;

  overflow-x: clip;

}

.grow {

  transition: transform 0.3s ease-in-out;
}

/* Estilo aplicado ao passar o mouse */
.grow:hover {
  transform: scale(1.1);
  /* Aumenta o tamanho em 20% */
}

* {

  margin: 0;

  box-shadow: 0 0 0 0;

  border: 0 none;

  outline: 0;

  font-family: 'Montserrat', sans-serif;

}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}


a {

  text-decoration: none !important;

  cursor: pointer;

}

button:focus {
  outline: none;
}



.mobile {
  display: none;
}



.transition_on *,

.transition_on {
  transition: ease .5s all !important;
}

.transition_off *,

.transition_off {
  transition: none !important;
}



/* .owl-dot{
	    position: relative;
	    top: 50px;
	    border: solid 1px #fff!important;
	    border-radius: 40px;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    background:#b6b6b6;
	    margin-right: 15px;
	}
	.owl-dot.active{
		background-color: #ffca16!important;
	    border: solid 1px #fff!important; 
	    width: 15px;
		height: 15px;
	}

	.owl-carousel button.owl-dot{
		margin-right: 10px;
	}

	.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -5%;
	}

	.owl-dots span {
	    width: 20px !important;
	    height: 20px !important;
	}

	.owl-dots button {
	    border: none !important;
	    outline: none !important;
	}

	.owl-nav button {
	    border: none !important;
	    outline: none !important;

	}

	.owl-prev, .owl-next {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    color: transparent;
	    
	    font-weight: bolder !important;
	   
	}

	.owl-prev {
	    left: 1%;
	    background-image: url('/wp-content/uploads/2023/08/32213-copiar-21.png');
	    height: 37px;
	    width: 21px;
	}

	.owl-next {
	    right: 1%;
	    background-image: url('/wp-content/uploads/2023/08/32213-copiar-3.png');
	    height: 37px;
	    width: 21px;
	} */



/*.owl-carousel {
    width: 100%;
    height: 100vh;
}*/
/* Remove a setinha do dropdown do Bootstrap */
.navbar .dropdown-toggle::after {
  display: none;
}

.slide {
  width: 100%;
  height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

/*.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}*/

.slide-1 {
  background-image: url(https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/banner-1.png);
}

.slide-2 {
  background-image: url(https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/banner-1.png);
}

.slide-3 {
  background-image: url(https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/banner-1.png);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  max-width: 800px;
  width: 100%;
  padding: 0 2rem;
}

.slide-content h1 {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
}

.slide-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 20px;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
  .slide {
    height: 550px;
  }

  .slide-content {
    text-align: center;
    padding: 0 1.5rem;
  }

  .slide-content h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
}

/* Evita que o texto ultrapasse a área visível do slide */
.owl-carousel .slide {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide-content button {

  font-size: 25px;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 10px 25px;
  border: none;
}

.owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1%;
}


.owl-dots span {
  width: 20px !important;
  height: 20px !important;
}

.owl-dots button {
  border: none !important;
  outline: none !important;
}

.owl-nav button {
  border: none !important;
  outline: none !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 65px !important;
  font-weight: bolder !important;
  background: none !important;
}

.owl-prev {
  left: 1%;
}

.owl-next {
  right: 1%;
}

#banner_interno {
  height: 250px;
  background-image: url(https://www.shoppingbalneario.com.br/wp-content/uploads/2025/11/banner-interno.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  background-size: cover;
}

#banner_interno h3 {
  text-align: right;
  color: #fff;
  font-size: 45px;
  margin-bottom: 0;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
}

#banner_interno h2 {
  color: #fff;
  font-size: 35px;

  margin-bottom: 0;
}

/***************************************************************************

	Menu

***************************************************************************/
/* ==== CONFIGURAÇÃO DO GRID ==== */
.container-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

/* ==== ESTILOS GERAIS ==== */
#menu-shopping {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ==== PARTE SUPERIOR ==== */
.menu-top {
  background: #ffffff;
  border-bottom: 3px solid #8b7441;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-top .logo {
  max-height: 90px;
  margin: 15px 0;
}

.menu-top .icone-func {
  height: 38px;
}

.menu-top .funcionamento {
  color: #8b7441;
  font-size: 14px;
  line-height: 1.3;
}

.menu-top .funcionamento small {
  color: #757575 !important;
  font-size: 17px;
  line-height: 1.3;
}

.menu-top .redes {
  color: #8b7441;
  font-size: 13px;
}

.menu-top .social {
  height: 26px;
  transition: opacity 0.2s ease;
}

.menu-top .social:hover {
  opacity: 0.8;
}

.search-box {
  max-width: 230px;
}

.search-box .form-control {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 38px;
  font-size: 14px;
  background-color: #faf7f6 !important;
}

.search-box .form-control::placeholder {
  opacity: 0.5;
}

.search-box .btn-busca {
  background-color: #8b7441 !important;
  color: #fff;
  border-radius: 0;
  height: 38px;
  right: 0;
}

.search-box .btn-busca:hover {
  opacity: 0.9;
}

/* ==== PARTE INFERIOR ==== */
.menu-bottom {
  background-color: #8b7441;
}

.menu-bottom .navbar-toggler {
  border: none;
  background: transparent;
  outline: none;
}

.menu-bottom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.menu-bottom .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin: 0 20px;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
  font-family: var(--font-titulo);
  font-size: 15px;
}

.menu-bottom .nav-link:hover {
  color: #f0e3c1 !important;
}

/* ======= CONFIGURAÇÃO DO PAI DO TOGGLER ======= */
.container-grid,
.menu-bottom .container {
  position: relative;
}

/* ======= BOTÃO CENTRADO ======= */
.menu-bottom .navbar-toggler {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 6px 10px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

/* ======= ÍCONE DO BOTÃO ======= */
.menu-bottom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ======= DESKTOP ======= */
@media (min-width: 992px) {
  .menu-bottom .navbar-toggler {
    display: none;
  }
}

/* ==== ESTILO REDES SOCIAIS ==== */
.redes {
  text-align: left;
}

.redes span {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 5px !important;
}

.redes .social {
  width: 38px;
  height: 38px;
  transition: transform 0.3s ease;
}

.redes .social:hover {
  transform: scale(1.1);
}

.pesquise {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .container-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Centraliza perfeitamente os links do menu */
  .menu-bottom .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* alinha horizontalmente ao centro */
    justify-content: center;
    /* alinha verticalmente dentro do container */
  }

  .menu-bottom .nav-link {
    text-align: center;
    /* garante centralização do texto */
    width: 100%;
    /* usa toda a largura para alinhamento */
    letter-spacing: 0.5px;
    /* deixa visual mais equilibrado */
    font-size: 17px;
    /* tamanho mais legível */
    font-weight: 600;
    /* reforça contraste */
  }

  /* === FAIXA DOURADA === */
  .menu-bottom {
    background-color: #8b7441;
    position: relative;
    min-height: 64px;
    z-index: 50;
  }

  /* === BOTÃO HAMBÚRGUER === */
  .menu-bottom .navbar-toggler {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 100;
  }

  .menu-bottom .navbar-toggler-icon {
    width: 28px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2.5' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* === MENU COLAPSADO FORA DA FAIXA === */
  .menu-bottom .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #8b7441;
    /* border-radius: 0 0 10px 10px; */
    padding: 10px 0;
    text-align: center;
    z-index: 90;
  }

  .menu-bottom .navbar-collapse.show {
    display: block !important;
  }

  .menu-bottom .nav-link {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .menu-bottom .nav-link:last-child {
    border-bottom: none;
    position: relative;
    left: -15px;
  }
}


/***************************************************************************

	Contato

***************************************************************************/
#contato {
  margin-top: 80px;
  margin-bottom: 50px;
}

#contato h2 {
  color: #58585a;
  font-family: var(--passion-one);
  font-size: 48px;
  margin: 0;


}

#contato .par_red {

  font-size: 18px;
  color: #808080;
  margin: 0;
}

#contato .btn_env {

  background: #ffca16;
  color: #fff;
  border: solid 2px #ffca16;
  font-family: var(--passion-one);
  padding: 10px 40px 10px 40px;
  border-radius: 15px;
  transition: ease .5s all !important;
  width: 161px;
  height: 60px;
  font-weight: 400;
  font-size: 25px;
  /* justify-content: center; */
  /* align-items: center; */
  float: right;
  position: relative;
  left: 40px;

}

#contato .btn_env:hover {
  background: transparent;
  color: #ffca16;
  border: solid 2px #ffca16;
}

.form label {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--cor-cinza);
  margin-bottom: -20px;
}

.form .lgpd {
  display: flex;
  align-items: baseline;
  font-size: 15px;
}

.form .lgpd label {
  color: #808080;
  font-size: 13px;
  position: relative;
  top: -4px;
  margin-left: 10px;
}

input.input {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  padding: 0 15px;
  margin: 5px 0 7px;
}

textarea.input {
  background-color: #f8f8f8;
  width: 100%;
  height: 120px;
  border-radius: 15px;
  padding: 15px;
  margin: 5px 0 7px;
  resize: none;
}

.form .btn-degrade {
  margin: 0 0 0 auto;
  background-color: transparent;
}

.form p {
  margin-bottom: 0 !important;
}

.form .col-6.lgpd p {
  display: flex;
}

/***************************************************************************

	Home | locais

***************************************************************************/
#locais {
  margin: 50px 0;
}

#locais img {
  height: 130px;
  object-fit: contain;
}

#locais h3 {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 20px;
}



/***************************************************************************

	Home | Sobre

***************************************************************************/

.card_sobre_shopping {
  border: 0;
  position: relative;
  left: -110px;
  top: 40px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 10px 15px 15px -5px #a9a9a9;
}

/***************************************************************************

	Home | Projeto social

***************************************************************************/
#projetos-realizados {
  min-height: 1500px;
  background-image: url('https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/sobrebg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* recomendo adicionar isso */
}

.card_sobre_shopping h3 {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 20px;

}

@media (max-width: 991px) {
  #projetos-realizados {
    min-height: 0;
    /* "auto" não funciona aqui */
    height: auto;
    background-size: cover;
    /* garante que a imagem preencha a largura */
  }
}

.btnslide1 {
  position: absolute;
  top: -250px;
  z-index: 7;
}

.btnslide2 {
  position: absolute;
  top: -250px;
  z-index: 7;
}

/* ===== ESTILOS GERAIS ===== */
.card-projeto {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: transform 0.3s ease;
}

.card-projeto:hover {
  transform: translateY(-5px);
}

.card-projeto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 50px;
}

.titulo-projeto {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #e1005a;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

/* ===== AJUSTE DAS SETAS ===== */
#projetos-carousel {
  position: relative;
}


#projetos-carousel .owl-prev,
#projetos-carousel .owl-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#projetos-carousel .owl-prev {
  left: -60px;
}

#projetos-carousel .owl-next {
  right: -60px;

}

#projetos-carousel .owl-prev img,
#projetos-carousel .owl-next img {
  width: 40px;
  opacity: 0.85;
  transition: opacity 0.2s;
}

#projetos-carousel .owl-prev:hover img,
#projetos-carousel .owl-next:hover img {
  opacity: 1;
}

#projetos-carousel .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#projetos-carousel .owl-theme .owl-nav button {
  pointer-events: all;
}





/* Responsividade */
@media (max-width: 768px) {

  #projetos-carousel .owl-prev,
  #projetos-carousel .owl-next {
    display: none;
  }
}

/* Make projetos-captacao navigation match projetos-carousel */
#projetos-captacao {
  position: relative;
}

#projetos-captacao .owl-prev,
#projetos-captacao .owl-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#projetos-captacao .owl-prev {
  left: -60px;
}

#projetos-captacao .owl-next {
  right: -60px;
}

#projetos-captacao .owl-prev img,
#projetos-captacao .owl-next img {
  width: 40px;
  opacity: 0.85;
  transition: opacity 0.2s;
}

#projetos-captacao .owl-prev:hover img,
#projetos-captacao .owl-next:hover img {
  opacity: 1;
}

#projetos-captacao .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#projetos-captacao .owl-theme .owl-nav button {
  pointer-events: all;
}

@media (max-width: 768px) {

  #projetos-captacao .owl-prev,
  #projetos-captacao .owl-next {
    display: none;
  }
}

/***************************************************************************

	Home | Apoiador

***************************************************************************/
.linha_apoiador {
  background-color: #ec008c;
  height: 1px;
  margin-top: 80px;
}

.btndowload {
  background-color: #b99b6b;
  padding: 6px 22px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.btndowload:hover,
.btndowload:focus {
  transform: translateY(-3px);
  background-color: #fff;
  color: #fff;
  border: solid 2px #b99b6b;
  outline: none;
}

.download-text {
  font-weight: 700;
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
  text-align: left !important;
}

#banner-principal-mobile {
  display: none;
}

@media (max-width: 767px) {
  .download-text {
    font-size: 14px;
  }

  .btndowload {
    height: 34px;
    padding: 6px 16px;
  }

  .menu-top .redes {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    text-align: center;
  }

  #banner-principal {
    display: none;
  }

  #banner-principal-mobile {
    display: block;
  }
}

#apoiador {
  margin: 50px 0;
}

#apoiador .apoiador_img {
  width: 90px;
  height: auto;
  margin: auto;
  display: block;
}

#apoiador h3 {
  color: #e1005a;
  font-size: 37px;
  margin: 0;
  text-align: center;
  font-weight: 800;
}

#apoiador p {
  margin: 0;
  text-align: center;

}

.apoiador-box {
  height: 200px;
  border: solid 2px #e1005a;
  padding: 60px 40px 60px 40px;
  margin: 10px 0;
  border-radius: 40px;
  background: #fff;
  transition: transform 0.45s cubic-bezier(.2, .9, .2, 1), box-shadow 0.45s cubic-bezier(.2, .9, .2, 1);
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

/* Hover/focus effect: slight lift, rotation and stronger shadow */
.apoiador-box:hover,
.apoiador-box:focus,
.apoiador-box:focus-within {
  transform: translateY(-12px) rotate(-0.6deg) scale(1.02);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.12);
  outline: none;
}

/* Slight image pop inside the card */
.apoiador-box img {
  transition: transform 0.5s ease;
}

.apoiador-box:hover img {
  transform: scale(1.05) translateZ(0);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

  .apoiador-box,
  .apoiador-box img {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

/***************************************************************************

	Home | Formulário

***************************************************************************/
.atendimento-section {
  color: #6c6c6c;

}

.titulo-atendimento {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Bloco de informações */
.info-bloco .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-bloco .info-item img {
  width: 35px;
  margin-right: 15px;
  margin-top: 3px;
}

.info-bloco .info-item strong {
  font-weight: 500;
  text-transform: uppercase;
  color: #8a734a;
  font-family: var(--font-titulo);
}

.info-bloco a {
  color: #6c6c6c;
  text-decoration: none;
}

.info-bloco a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
  /* espaçamento entre os itens */
}

.social strong {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px;
}

.social img {
  width: 34px;
  transition: 0.3s;
}

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

/* Trabalhe Conosco */
.trabalhe-conosco {
  margin-top: 40px;
}

.trabalhe-conosco h3 {
  font-family: var(--font-titulo);
  font-weight: 300;
  font-size: 24px;
  color: #8a734a;
}

.btn-curriculo {
  display: inline-block;
  border: 1px solid #8a734a;
  color: #8a734a;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-curriculo:hover {
  background-color: #8a734a;
  color: #fff;
}

.trabalhe-conosco .btn-wrapper {
  display: flex;
  justify-content: flex-start;
  /* alinha no começo */
}

.btn-curriculo {
  /* seu estilo existente do botão */
}

/* Formulário */
.form-bloco form {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.form-bloco input,
.form-bloco select,
.form-bloco textarea {
	width: 100%;
  border: none;
  border-bottom: 1px solid #e2dfda;
  background: #f8f6f5;
  padding: 12px;
  margin-bottom: 15px;
  color: #8a734a;
}

.form-bloco textarea {
  min-height: 120px;
  resize: none;
}

.form-bloco input:focus,
.form-bloco textarea:focus {
  outline: none;
  border-color: #8a734a;
}

.form-check {
  font-size: 13px;
  margin-bottom: 20px;
}

.form-check a {
  color: #8a734a;
  text-decoration: underline;
}

.btn-enviar {
  border: 1px solid #8a734a;
  color: #8a734a;
  background: transparent;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-enviar:hover {
  background: #8a734a;
  color: #fff;
}

/* Responsivo */
@media (max-width: 991px) {

  .info-bloco,
  .form-bloco {
    margin-bottom: 40px;
  }

  .titulo-atendimento {
    text-align: center;
  }
}

/***************************************************************************

	Home | Programas

***************************************************************************/

#programas {
  min-height: 940px;
  background-image: url('https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/bgprogramas.png');
  background-repeat: no-repeat;
  background-position: center;
}

#programas .apoiador_img {
  width: 90px;
  height: auto;
  margin: auto;
  display: block;

}

#programas h3 {
  color: #ec008c;
  font-size: 37px;
  margin: 0;
  text-align: center;
  font-weight: 800;
}

#programas p {
  margin: 0;


}

.programas-box {
  border: solid 2px #ec008c;
  background: #ec008c;
  color: #fff;
  padding: 60px;
  border-radius: 20px;
  height: 100%;
}

.programas-box h4 {
  font-size: 18px;
  font-weight: 700;

}

.programas-box p {
  font-size: 16px;
}

/***************************************************************************

	Home | projetos

***************************************************************************/
#parceiros {
  min-height: 1150px;
  background-image: url('https://www.shoppingbalneario.com.br/wp-content/uploads/2025/10/bgforms-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* recomendo adicionar isso */
}

@media (max-width: 991px) {
  #parceiros {
    min-height: 0;
    /* "auto" não funciona aqui */
    height: auto;
    background-size: cover;
    /* garante que a imagem preencha a largura */
  }
}

/***************************************************************************

	Home | comodidades

***************************************************************************/
#comodidades {
  background: #8b7441;
  height: 550px;
  margin-bottom: 150px;
}

#comodidades h2 {
  text-align: center;
  color: #fff;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 27px;
}

.card-comodidades {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-comodidades img {
  width: 100%;
	height: 100%;
	min-height: 310px;
  max-height: 310px;
  object-fit: cover;

}

.card-comodidades .card-com-infos {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
  padding: 50px;
  background: #fff;
  box-shadow: 10px 15px 15px -5px #a9a9a9;
  height: 100%;
}

.card-comodidades .card-com-infos p {
  color: #6c6c6c;
}

.card-comodidades .card-com-infos h3 {
  color: #6c6c6c;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 27px;
}

#instafeed {
  margin-top: 200px;
  margin-bottom: 100px;
}


/***************************************************************************

	O Shopping 

***************************************************************************/
#o-shopping {
  margin: 80px 0;
}

.sobre2 {
  height: 450px;
  object-fit: cover;
}

#o-shopping h2 {
  color: rgb(138, 115, 74);
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  margin-bottom: 5px;

}

#o-shopping p,
.area-lojistas p {
  color: #6c6c6c;
  line-height: 1.6;
  font-size: 18px;
}

/***************************************************************************

	lojas

***************************************************************************/

#lojas h6 {
  color: #9E9E9E;
  line-height: 1.6;
  font-family: var(--font-titulo);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;

}

#lojas label {
  color: #9E9E9E;
  line-height: 1.6;
  font-family: var(--font-titulo);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;

}

.card-lojas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px #dcdcdc;
  height: 100%;
}

.card-lojas h5 {
  color: #6c6c6c;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 25px;
}

.card-lojas p {
  color: #6c6c6c;
  line-height: 1.6;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}

.card-lojas .text-secondary {
  color: #8a734a !important;
}

/* Grupo de busca */
.input-group {
  display: flex;
  align-items: stretch;
  background-color: #faf7f6;
  border-radius: 0;
  /* totalmente quadrado */
  overflow: hidden;
  /* cola o botão no input */
}

/* Campo de texto */
.custom-input {
  flex: 1;
  border: none;
  padding: 0.75rem 1rem;
  outline: none;
  box-shadow: none !important;
  background-color: #faf7f6;
  color: #333;
  font-size: 1rem;
}

.custom-input::placeholder {
  color: #b8b8b8;
}

.custom-input:focus,
.custom-input:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: #faf7f6;
}

/* Botão de busca */
.btn-search {
  background-color: #8a734a;
  color: #fff;
  border: none;
  border-left: 2px solid #8a734a;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out;
}

.btn-search:hover {
  background-color: #bfa67a;
}

/* Remove foco visual */
.btn-search:focus,
.btn-search:active {
  outline: none !important;
  box-shadow: none !important;
}


/* Checkbox quadrado e cor personalizada */
.custom-check .form-check-input {
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  border: 1.5px solid #8a734a;
  cursor: pointer;
}

.form-check {
  display: flex !important;
}

.custom-check .form-check-input:checked {
  background-color: #8a734a;
  border-color: #8a734a;
}

.custom-check .form-check-label {
  margin-left: 0.4rem;
  color: #333;
}

/* Letras A-Z */
/* Container geral */
.alphabet-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Box das letras */
.alphabet-box {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

/* Cada letra */
.letter {
  font-size: 1.1rem;
  font-family: 'Newsreader', serif;
  color: #333;
  cursor: pointer;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  transition: 0.2s;
}

.letter:hover {
  background: #e6e0d8;
  border-color: #d1c7b3;
}

/* Mobile: vira grid */
@media (max-width: 768px) {
  .alphabet-box {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7rem;
    padding: 1rem;
  }

  .letter {
    text-align: center;
    padding: 0.75rem 0;
    font-size: 1.2rem;
    min-width: 42px;
  }
}

/* Letra ativa */
.letter.active {
  background: #8a734a;
  color: #fff;
  border-color: #8a734a;
}


/***************************************************************************

	Blog

***************************************************************************/
.data_post_verm p {
  color: #8a734a !important;
  font-size: 18px;
  font-family: var(--font-titulo);
  margin-bottom: 0;
  text-transform: uppercase;
}

.wp-pagenavi {
  display: flex;
  /*	justify-content: center;*/
  align-items: center;
  margin: 50px 0 0px;
}

.paginacao a {
  border: 1px solid #8a734a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  color: #8a734a;
  background-color: transparent;
  transition: ease .5s all;
  border: none;
  font-size: 26px;
  font-family: var(--passion-one);

}

.paginacao span,
.paginacao a:hover {

  border: 1px solid #8a734a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  color: #fff;
  background-color: #8a734a;
  font-size: 26px;
  font-family: var(--passion-one);
}

.post_infos_int h6 {
  color: #6c6c6c;
  font-family: var(--font-titulo);
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 32px;
  margin-bottom: 5px;
}

.post_infos_int p {
  color: #6c6c6c;
}

.letter {
  cursor: pointer;
  padding: 4px 10px;
  margin: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.letter:hover {
  background-color: #e7e3db;
  color: #8a734a;
}

.letter.active {
  background-color: #8a734a;
  color: #fff;
}

/* ---- Skeleton Loader ---- */
.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #e7e3db;
  border-radius: 4px;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: loading 1.2s infinite;
}

/* ---- Skeleton Loader ---- */
.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #e7e3db;
  border-radius: 4px;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    left: -150px
  }

  100% {
    left: 100%
  }
}

.skeleton-card {
  border-radius: 12px;
  background-color: #f8f8f8;
}

/* Transição suave entre skeleton e resultados */
#skeleton-lojas,
#resultado-lojas {
  transition: opacity 0.4s ease;
}

#skeleton-lojas.fade-out,
#resultado-lojas.fade-out {
  opacity: 0;
}

#skeleton-lojas.fade-in,
#resultado-lojas.fade-in {
  opacity: 1;
}

.nenhum {
  color: #8a734a;
  font-family: var(--font-titulo);
}

.sidebar-filtros label.form-label {
  font-family: 'Playfair Display', serif;
  color: #333;
}

.sidebar-filtros h5 {
  font-family: 'Playfair Display', serif;
  color: #333;
}

.sidebar-filtros .form-check-label {
  font-family: 'Open Sans', sans-serif;
  color: #555;
}

.sidebar-filtros .btn-search i {
  font-size: 1rem;
}

.sidebar-filtros hr {
  border-top: 1px solid #ddd;
}

.categoriaS {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  /* espaço entre quadradinhos */
  margin: 0;
  padding: 0;
}

.categoriaS span {
  font-size: 13px !important;
  background: #f8f6f6;
  padding: 5px 10px;
  color: #6c6c6c !important;
  width: fit-content;
  border-radius: 3px;
  /* opcional — pode tirar se quiser 100% quadrado */
  margin-bottom: 15px;
}

#blogIndex h5 {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  margin-bottom: 5px;

  margin-top: 20px;
}

.gale {
  color: #8a734a;
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
}

#blogIndex p {
  color: #6c6c6c;
  font-size: 18px;
}

#shopping-slide {
  background: transparent;
}

.card-projeto {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}



.card-projeto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

/* ===== Setas com CSS ===== */
#shopping-carousel .owl-nav button.owl-prev,
#shopping-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
  background: none;
  border: 2px solid #8a734a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a734a !important;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 10;
}

#shopping-carousel .owl-nav button.owl-prev {
  left: -60px;
}

#shopping-carousel .owl-nav button.owl-next {
  right: -60px;
}

#shopping-carousel .owl-nav button.owl-prev:hover,
#shopping-carousel .owl-nav button.owl-next:hover {
  background: #6c6c6c;
  color: #6c6c6c !important;
}

/* Ícones de seta (usando pseudo-elementos) */
#shopping-carousel .owl-nav button.owl-prev::before {
  content: "‹";
}

#shopping-carousel .owl-nav button.owl-next::before {
  content: "›";
}

#shopping-carousel .owl-dots {
  margin-top: 20px;
}

#shopping-carousel .owl-dot span {
  background: #8a734a;
}

/* ===== Responsivo ===== */
@media (max-width: 768px) {

  #shopping-carousel .owl-nav button.owl-prev,
  #shopping-carousel .owl-nav button.owl-next {
    display: none;
  }

  .card-projeto img {
    height: 220px;
  }
}

/* ===== Padrão (3+ imagens) ===== */
.card-projeto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, height 0.3s ease;
}

/* ===== Quando só tiver 1 imagem ===== */
.carousel-single .card-projeto img {
  height: 420px;
  object-fit: contain;
}

/* ===== Quando tiver 2 imagens — modo empilhado ===== */
.layout-vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.layout-vertical .item {
  width: 100%;
}

.layout-vertical .card-projeto img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
}

/* Centralização quando 1 imagem */
.owl-single-center .owl-stage {
  display: flex;
  justify-content: center;
}

.owl-single-center .owl-item {
  flex: 0 0 auto;
}

/***************************************************************************

	Home | Footer

***************************************************************************/

#footer {
  background: #7f724b;
}

#footer a.social-hover {
  transition: transform 0.3s, color 0.3s;
  color: #ec008c !important;

}

#footer a.social-hover:hover {
  color: #ec008c;
  /* dourado */
  transform: scale(1.2);
}

#footer a {
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}

#footer h5 {
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}


#footer p i {
  color: #ec008c;
}

.social-icon {
  width: 32px;
  height: 32px;
  margin: 0 4px;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .d-flex.flex-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .social-icon {
    margin-bottom: 8px;
  }

  .d-flex.flex-wrap span {
    margin-top: 8px;
  }
}

.footer-siga {
  font-family: var(--font-titulo);
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}

.download-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  /* quebra no mobile */
}

.btndowload {
  background: #fff;
  border: 1px solid #8a734a;
  color: #8a734a;
  font-family: var(--font-titulo);
  padding: 25px;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease;
}

.btndowload:hover {
  border: 1px solid #8a734a;
  background: #8a734a;
}

@media (max-width: 768px) {
  .download-item {
    flex-direction: column;
    /* botão embaixo do texto */
    text-align: center;
  }

  .btndowload {
    width: 80%;
    margin-top: 6px;
  }

  .download-text {
    font-size: 15px;
  }
}

.copy {
  background: #fff;
  padding: 15px 0;
}

.copy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.copy img {
  width: 130px;
  vertical-align: middle;
}

.copy span {
  color: #8a734a;
  font-weight: 300;
  font-size: 17px;
  font-family: var(--font-titulo);
  letter-spacing: 1px;
}

/* 🔽 Alinhamento no mobile */
@media (max-width: 768px) {
  .copy .container {
    flex-direction: column;
    text-align: center;
  }

  .copy a {
    display: inline-block;
  }

  .copy img {
    margin-top: 5px;
  }
}

.como {
  text-align: center;
  margin-top: 15px !important;
  margin-bottom: 0;
  color: #8a734a;
  font-weight: 300;
  font-size: 32px;
  font-family: var(--font-titulo);
  letter-spacing: 1px;

}



/***************************************************************************

	Responsivo

***************************************************************************/



.wdm {
  display: contents;
}

.imgVertical {
  height: 620px !important;
}


.whatsapp img {
  position: fixed;
  z-index: 8;
  bottom: 20px;
  right: 50px;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: ease .8s all;
}

.whatsapp a:hover img {
  opacity: 1;
  filter: drop-shadow(0px 0px 6px black);
}

.mtslide {
  position: relative;
  top: -20px;
  margin-bottom: -50px;
}

#navbarZloti {
  position: relative;
}

@media (min-width: 1400px) {
  #navbarZloti {
    left: -50px;
  }
}

@media (max-width: 991px) {
  .justf {
    justify-content: center;
  }

  #comodidades {
    height: auto;
  }

  .card_sobre_shopping {
    left: 0px;
    top: 0px;
  }

  #navbarZloti {
    position: relative;
    left: 0px;
  }

  .linha_formulario {
    top: 0px;
  }

  .mtslide {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
  }

  .linha_menu {
    display: none;
  }

  #menu-novo .logo {
    width: 70%;
    position: relative;
    top: 0px;
    z-index: 1;
  }

  /* #projetos-realizados {
			min-height: 0!important; 
			height: auto!important;
		} */
  .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3%;
  }

  .projetos-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .projetos-box img {
    margin: 0 auto;
  }

  .projetos-info {
    text-align: center;
  }

  .sobredois {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 0px !important;
    left: 0px !important;
  }

  header {
    top: -50px;
  }

  #menu-segundo .logomenu img {
    width: 80%;
    height: 110px;
    padding: 0 29px;
    object-fit: cover;
    position: relative;
    top: 55px;
  }

  details p {
    padding: 0px;
  }

  .mobile {
    display: block;
    position: relative;
    top: 75%;
  }

  .desktop {
    display: none !important;
  }








}















::selection {
  color: #fff;
  background: #007bff;
}



.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
  /*	  filter: drop-shadow(0px 0px 4px black);*/
  cursor: pointer;
}

.gallery .image .galeria_1 {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: all 0.3s ease;
  cursor: pointer;

}

.gallery .image .galeria_3 {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: all 0.3s ease;
  cursor: pointer;
}

/*   .gallery .image:hover img{
    transform: scale(1.1);
  } */

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #000;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
  z-index: 999;
  margin-top: 10px;
}

.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}

.preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-texto);
}

.details .title p {
  margin: 0 5px;
}

.details .title p.current-img {
  font-weight: 500;
}

.details .icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative;
}

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}

.slide.prev {
  left: 0px;
}

.slide.next {
  right: 0px;
}

.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
  height: 400px;
  object-fit: cover;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}

@media(max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 2);
  }
}

@media(max-width: 600px) {
  .gallery .image {
    width: 100%;
    padding: 4px;
  }
}

.poli {
  float: right;

  text-decoration: underline !important;
  color: #fff;
}

.addtoany_header {
  position: relative !important;
  margin: 0 0 16px;
  top: 5px;
  margin-right: 10px;
  font-weight: 700;
}


.card-evento {
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  min-height: 300px;
}

.card-evento {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  /* transform: translateY(-5px); */
}

.card-evento-img {
  flex: 0 0 45%;
  max-width: 45%;
  overflow: hidden;
}

.card-evento-img img {
  width: 100%;
	height: 100%;
  max-height: 370px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* .card-evento:hover .card-evento-img img {
    transform: scale(1.05);
} */

.card-evento-content {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-evento-content .data_post_verm p {
  color: #a67c52;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.card-evento-content h3 {
  font-weight: 500;
  font-size: 20px;
  color: #3b3b3b;
  margin-bottom: 12px;
  line-height: 1.3em;
}

.card-evento-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.btn-leia-mais {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #a67c52;
  color: #a67c52;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-leia-mais:hover {
  background-color: #a67c52;
  color: #fff;
  box-shadow: 0 0 10px rgba(166, 124, 82, 0.3);
}

/* Responsivo */
@media (max-width: 991px) {
  .card-evento {
    flex-direction: column;
    min-height: auto;
  }

  .card-evento-img,
  .card-evento-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .card-evento-content {
    padding: 25px 20px;
  }
}

#bg_menu {
  background-image: url(https://www.shoppingbalneario.com.br/wp-content/uploads/2025/11/bgmenu.png);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  height: 40px;
  color: #fff;
}

.btn-wrapper p {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.btn-wrapper p input {
	margin-bottom: 0;
}

.wpcf7-not-valid-tip {
	margin-bottom: 12px;
	text-transform: initial;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Montserrat);
	font-size: 16px !important;
	line-height: normal !important;
	margin-top: 5px;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item input {
	height: 13px !important;
	box-shadow: none !important;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.form-group.box-checkbox p {
	display: flex;
	gap: 5px;
}
