/* ----------------------------------------------------------

    Theme Name: Sopesp 2026 Theme
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da Sopesp criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

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




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



       Fonts



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


	@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



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

.sombra {
    width: 100%;
    height: 20px; /* controla o quanto a sombra aparece */
        position: relative;
    top: -11px;
    background-image: url("https://sopesp.com.br/2026/wp-content/uploads/2025/12/sombras.png");
    background-repeat: no-repeat;
    background-position: center bottom; /* centro horizontal, embaixo */
    background-size: contain; /* ajusta a sombra dentro da div */
	z-index: 2;
    margin: 0 auto;
}







html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #e4e4e4!important;
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
     letter-spacing: 3px!important;
}
/* camada do fundo */
.bg-wrapper {
  min-height: 100vh;
  background: url("https://sopesp.com.br/2026/wp-content/uploads/2025/12/bgsite-scaled.png")
              center top / cover no-repeat;
}

/* se quiser garantir que o fundo acompanhe páginas longas */
.bg-wrapper {
  background-attachment: scroll; /* default, sem bug */
}



	.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: 400px;

    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://sopesp.com.br/2026/wp-content/uploads/2025/12/banner1.png);

	}
  	.slide-2 {

	    background-image: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/4-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: 390px;

  }
  .sombra{
    top: -25px;
  }

  .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: 70px;
        background-image: url(https://sopesp.com.br/2026/wp-content/uploads/2026/01/banner-interno.png);
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 20px;
        background-size: cover;
      }

	#banner_interno h3{
		font-size: 20px;
    margin-bottom: 30px;
    color: #d2d2d2;
    padding-left: 30px;
	}

	#banner_interno h2{

		     color: #fff;

	    font-size: 35px;

	    

	    margin-bottom: 0;

	}



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

	Menu

***************************************************************************/
.arrow {
  display: inline-block; /* obrigatório pra girar */
  transition: transform 0.2s ease;
  font-size: 12px; /* opcional */
}
.arrow,
.arrow::before,
.arrow::after {
  background: none !important;
  content: none !important;
}

.arrow.open {
  transform: rotate(-90deg); /* vira para a direita */
}

/* ==== 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 {

  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: #393d40;
}

.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 5px;
  transition: color 0.2s ease;
  font-size: 12px;
}

.menu-bottom .nav-link:hover {
      color: #cf6464 !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:#393d40;
    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: #393d40;
    /* 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;
  }
}



.btn-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Base */
.btnv {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border-radius: 999px;
  padding: 12px 24px;
  transition: filter 0.2s ease;
      font-size: 15px;
}

.btnv:hover {
  filter: brightness(1.1);
}

/* Login */
.btn-login {
  background-color: #2f7f90;
}

/* Associe-se */
.btn-associe {
  background-color: #cf6464;
  padding-right: 18px;
}

/* Texto */
.btn-associe .text {
  margin-right: 16px;
  white-space: nowrap;
}

/* Área dos ícones */
.btn-associe .icons {
  display: block;
  width: 60px;
   height: 10px;
  background-image: url("https://sopesp.com.br/2026/wp-content/uploads/2025/12/iconebtn.png");
  background-repeat: repeat-x;
  background-size: contain;
}




















.menu-bottom .navbar-nav li { position: relative; }

/* 2º e 3º nível escondidos por padrão */
.menu-bottom .submenu,
.menu-bottom .subsubmenu{
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 220px;
  background: #343a40;
  z-index: 9999;
}
.submenu a {
  text-align: left;
}

/* Desktop: 2º nível desce, 3º abre pro lado */
@media (min-width: 992px){
  .menu-bottom .submenu{
    position: absolute;
    top: 100%;
    left: 0;
  }
  .menu-bottom .subsubmenu{
            position: absolute;
        top: 30px;
        left: 18%;
  }
  .menu-bottom .has-sub:hover > .submenu,
  .menu-bottom .submenu .has-sub:hover > .subsubmenu{
    display: block;
  }
}

.menu-bottom .nav-link.active {
  position: relative;
}

.menu-bottom .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background-color: #c40000; /* vermelho */
}
.menu-bottom li.has-sub > a.active {
  font-weight: 700;
}
   
/**************************************************************************
***************************************************************************
***************************************************************************

	Home | SOPES noticas

**************************************************************************
**************************************************************************
***************************************************************************/
#noticias-sopesp{
  background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/bgnoticias.png)
    center/cover no-repeat;
  padding: 40px;
  color: #d2d2d2;
}

#noticias-sopesp .titulo{
  font-size: 20px;
  margin-bottom: 30px;
  color: #d2d2d2;
  letter-spacing: ;
}

/* 3 cards + 3 separadores + mais lidas */
.noticias-grid{
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  gap: 32px;
  align-items: start;
}

/* evita overflow/coluna fantasma por conteúdo */
.noticias-grid > *{
  min-width: 0;
}

.noticia img{
  width: 100%;
  height: 125px;
  object-fit: contain;
}

#noticias-sopesp p,
#noticias-sopesp a{
  font-size: 13px;
  color: #d2d2d2;
}

#noticias-sopesp p{ margin-top: 15px; }

.mais-lidas h5{
  font-weight: 600;
  color: #d2d2d2;
  margin-bottom: 15px;
}

/* separador SEM sair do container */
.sep {
    top: 70px;
    position: relative;
    width: 40px;
    min-height: 100px;
    background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/lateralazul.png) center / contain no-repeat;
}
/* Responsivo */
@media (max-width: 991px){
  .noticias-grid{
    grid-template-columns: 1fr 1fr;
  }
  .sep{ display: none; }
}

@media (max-width: 575px){
  .noticias-grid{
    grid-template-columns: 1fr;
  }
}

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

	Home | SOPESP informa

**************************************************************************
**************************************************************************
***************************************************************************/
#informa-sopesp{
  background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/sopesp-informa.png)
  center/cover no-repeat;
  padding: 40px;
  color: #d2d2d2;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

#informa-sopesp .titulo{
  font-size: 20px;
  margin-bottom: 30px;
  color: #d2d2d2;
  letter-spacing: 3px;
}

/* 3 cards + 3 separadores + mais lidas */
.noticias-grid{
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  gap: 32px;
  align-items: start;
}

/* evita overflow/coluna fantasma por conteúdo */
.noticias-grid > *{
  min-width: 0;
}

.noticia img{
  width: 100%;
  height: 125px;
  object-fit: contain;
}

#informa-sopesp p,
#informa-sopesp a{
  font-size: 13px;
  color: #d2d2d2;
}

#informa-sopesp p{ margin-top: 15px; }

.mais-lidas h5{
  font-weight: 600;
  color: #d2d2d2;
  margin-bottom: 15px;
}

/* separador SEM sair do container */
.sep {
    top: 70px;
    position: relative;
    width: 40px;
    min-height: 100px;
    background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/lateralazul.png) center / contain no-repeat;
}
/* Responsivo */
@media (max-width: 991px){
  .noticias-grid{
    grid-template-columns: 1fr 1fr;
  }
  .sep{ display: none; }
}

@media (max-width: 575px){
  .noticias-grid{
    grid-template-columns: 1fr;
  }
}
.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: inherit !important;
    background: transparent;
    padding: 15px;
}
::placeholder {
    color: #d2d2d2 !important;
    opacity: 1 !important;
    
}
.btnenviar {
  background-color: #393d40;
    background: #393d40;
    color: #d2d2d2;
    border: solid 2px #393d40;
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    
}
/**************************************************************************
***************************************************************************
***************************************************************************

	Home | SOPESP calendário

**************************************************************************
**************************************************************************
***************************************************************************/
#calendario-sopesp{
  background: #fff;
  padding: 40px;
  position: relative;
}

#calendario-sopesp .titulo{
  font-size: 20px;
  margin-bottom: 30px;
  color: #84898d;
}

#calendario-sopesp p,
#calendario-sopesp a{
  font-size: 13px;
  color: #84898d;
}

#calendario-sopesp{ margin-top: 15px; }

.mais-lidas h5{
  font-weight: 600;
  color: #84898d;
  margin-bottom: 15px;
}
/**************************************************************************
***************************************************************************
***************************************************************************

	Home | SOPESP redes

**************************************************************************
**************************************************************************
***************************************************************************/
#redes-sopesp{
  background: #d4d7d9;
  padding: 40px;
  position: relative;
}

#redes-sopesp .titulo{
  font-size: 20px;
  margin-bottom: 30px;
  color: #84898d;
}

#redes-sopesp p,
#redes-sopesp a{
  font-size: 16px;
  color: #84898d;
}

#redes-sopesp{ margin-top: 15px; }

.mais-lidas h5{
  font-weight: 600;
  color: #84898d;
  margin-bottom: 15px;
}
.sepvr {
    top: 50px;
    position: relative;
    width: 100%;
    min-height: 220px;
    background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/linhan.png) center / contain no-repeat;
}

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

	Home | SOPESP marcas

**************************************************************************
**************************************************************************
***************************************************************************/
#marcas-sopesp{
  background: #fff;
  padding: 40px;
  position: relative;
      padding-bottom: 100px;
}
#marcas-sopesp .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 150px;
}

#marcas-sopesp .titulo{
  font-size: 20px;
  margin-bottom: 30px;
  color: #84898d;
}

#marcas-sopesp p,
#marcas-sopesp a{
  font-size: 16px;
  color: #84898d;
}

#marcas-sopesp{ margin-top: 15px; }

.mais-lidas h5{
  font-weight: 600;
  color: #84898d;
  margin-bottom: 15px;
}
.sepvr {
    top: 50px;
    position: relative;
    width: 100%;
    min-height: 220px;
    background: url(https://sopesp.com.br/2026/wp-content/uploads/2025/12/linhan.png) center / contain no-repeat;
}

#projetos-carousel .owl-prev span,
#projetos-carousel .owl-next span {
  color: #cfcfcf;      /* cinza */
  font-size: 70px;     /* tamanho da seta */
  line-height: 1;
  transition: color 0.2s ease;
}

#projetos-carousel .owl-prev:hover span,
#projetos-carousel .owl-next:hover span {
  color: #999;         /* cinza mais escuro no hover */
}

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



	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://clientemarcasite.com.br/sopesp-2026/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) {
    ul{
      padding-left: 0!important;
    }
    h2{
      font-size: 20px!important;
    }
     h4{
      font-size: 16px!important;
    }

	#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;

	}






/* ===== 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: -40px;

	}



	#projetos-carousel .owl-next {

	right: -40px;

	

	}



	#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;

	}

/* DOTS */
#projetos-carousel .owl-dots {
  display: block !important;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

#projetos-carousel .owl-dot {
  display: inline-block;
}

#projetos-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: #cfcfcf;
  border-radius: 50%;
  display: block;
  transition: background 0.3s;
      position: relative;
    top: 70px;
}

#projetos-carousel .owl-dot.active span {
  background: #007b8f;
      position: relative;
    top: 70px;
}









	/* Responsividade */

	@media (max-width: 768px) {

		#projetos-carousel .owl-prev,

		#projetos-carousel .owl-next {

			display: none;

		}

	}

#projetos-captacao {
  position: relative;
  overflow: visible; /* allow nav to sit outside carousel without being clipped */
}

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

#projetos-captacao .owl-prev { left: 10px; }
#projetos-captacao .owl-next { right: 10px; }

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

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

@media (max-width: 768px) {
  #projetos-captacao .owl-prev,
  #projetos-captacao .owl-next {
    display: flex !important;
    width: 36px;
    height: 36px;
    left: 6px;
    right: 6px;
  }
}

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



	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;

	}



	@media (max-width: 767px){

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

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

	}

	#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



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

	#formulario{

		margin: 50px 0;

	}

	#formulario h2 {

    color: #ec008c;

    font-size: 38px;

    /* margin: 0; */

    font-weight: 800;

    max-width: 230px;

    line-height: 40px;

   }

   .formulario_img{

		height: 100px;

   }

   .card-formulario{

	    background: #5a318c;

    	border-radius: 20px;

   }

   textarea{

	height: 150px;

   }

   input, textarea{

	border-radius: 10px!important;

   }

   .btn-enviar{

		display: block;

		background: #ec008c;

		color: #fff;

		border: solid 2px #ec008c;

		border-radius: 15px;

		transition: ease .5s all !important;

		width: 160px;

		align-content: center;

		height: 40px;

		font-weight: 400;

		font-size: 20px;

		font-weight: 600;

		margin: auto;

		margin-top: 20px;

   }

   .card-formulario{

	    padding-top: 40px !important;

    	padding-bottom: 30px !important;

		z-index: 1;

   }

   .linha_formulario{

		position: relative;

		top: -80px;

		width: 100%;

		margin-bottom: -80px;

   }

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



	Home | Programas



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

  

	#programas{

		min-height: 940px;

		background-image: url('https://clientemarcasite.com.br/sopesp-2026/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://clientemarcasite.com.br/sopesp-2026/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) {
  .sepvr{
    display: none;
  }

  #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 img{

		width: 100%;

		height: 310px;

		object-fit: cover;

		

	}

	.card-comodidades .card-com-infos{

		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{

		color: #6c6c6c;

    	line-height: 1.6;

		font-size: 18px;

	}

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



	lojas



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



	#lojas h6{

		color: #6c6c6c;

		line-height: 1.6;

		font-family: var(--font-titulo);

		font-weight: 600;

		letter-spacing: 1px;

		font-size: 17px;

		

	}

	#lojas label{

		color: #6c6c6c;

		line-height: 1.6;

		font-family: var(--font-titulo);

		font-weight: 600;

		letter-spacing: 1px;

		font-size: 17px;

		

	}

	.card-lojas{

		border: solid 1px #dcdcdc;

	}

	.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;

  }



  .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 */

  .alphabet-box {

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);

  }



  .letter {

    font-size: 1.1rem;

    color: #333;

    cursor: pointer;

    margin: 0.3rem 0.5rem;

    transition: color 0.2s ease, transform 0.1s ease;

	font-family: 'Newsreader', serif!important;

  }



  .letter:hover {

    color: #8a734a;

    transform: scale(1.05);

  }



  @media (max-width: 768px) {

    .letter {

      font-size: 1rem;

      margin: 0.25rem;

    }

  }

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



	Blog



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

  .data_post_verm p{

	color: #8a734a!important;

	font-size: 18px;

	font-family: var(--font-titulo);

	margin-bottom: 0;

  }



.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: #fff;
  padding: 110px 0;
}

/* ===== Layout geral ===== */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* ===== Bloco esquerdo ===== */
.footer-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-img img {
  width: 140px;
  max-width: 100%;
}

/* ===== Informações ===== */
.footer-info a {
  display: inline-block;
  color: var(--black);
  font-size: 15px;
  margin-bottom: 5px;
}

/* ===== Menu ===== */
.menu_header {
  display: flex;
  gap: 20px;
}
.only-arrow {
  background: none !important;
  color: inherit; /* mantém a cor do texto */
}

.only-arrow::before,
.only-arrow::after {
  content: none !important;
  background: none !important;
}

.menu_header li {
  padding: 0;
  list-style: none;
}

.menu_header li::before {
  display: none;
}

.menu_header li a {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  opacity: 0.55;
  transition: opacity 0.3s;
}

.menu_header li a:hover {
  opacity: 1;
}

/* =======================
   RESPONSIVO
======================= */

/* Tablets */
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu_header {
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .footer-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu_header {
    flex-direction: column;
    gap: 10px;
  }

  .footer-info a {
    font-size: 14px;
  }
}



  .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){
    #banner_interno{
          background-position: inherit!important;
    }
    .president-img {
    height: 470px !important;
    object-fit: cover !important;
    width: 100% !important;
}
    .menu-bottom .submenu,
    .menu-bottom .subsubmenu{
      display: none;
      list-style: none;
      margin: 0;
      padding: 8px 0;
      min-width: 220px;
      background: transparent;
      z-index: 9999;
    }

		.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;

  }



.timeline {
      position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 970px;
    margin: 0px auto 0;
    position: relative;
    top: 330px;
}

/* linha */
.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #457d8f;
  transform: translateY(-50%);
}

/* dots */
.timeline .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  border: 3px solid #457d8f;
  z-index: 2;
  opacity: .4;
}

/* ativo */
.timeline .dot.active {
  opacity: 1;
  background: #1bb1c9;
}

#presidentes-carousel .owl-nav button {
  color: #457d8f!important;
  font-size: 32px;
}

#presidentes-carousel .owl-nav button:hover {
  color: #2f5c6a!important; /* opcional */
}

.president-img {

    
    object-fit: cover !important;
    width: 100% !important;
}
.president-txt{
  margin-top: 50px;
}

.president-txt h3{
      font-size: 16px;
    font-weight: 600;
}
.president-txt p{
      font-size: 13px!important;
      margin: 0!important;
}


#sede-carousel .owl-dot.active span {
    background: #007b8f;
    position: relative;
    top: 70px;
}

#sede-carousel  .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #cfcfcf;
    border-radius: 50%;
    display: block;
    transition: background 0.3s;
    position: relative;
    top: 70px;
}


#presidentes-carousel .owl-dot.active span {
    background: #007b8f;
    position: relative;
    top: 70px;
}

#presidentes-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #cfcfcf;
    border-radius: 50%;
    display: block;
    transition: background 0.3s;
    position: relative;
    top: 70px;
}



.item.is-active {
  transform: scale(1.05);
  transition: .2s;
}

#sede.owl-nav button {
  color: #457d8f!important;
  font-size: 32px;
}

#sede .owl-nav button:hover {
  color: #2f5c6a!important; /* opcional */
}

.sede-img{
  height: 500px!important;
  /* object-fit: cover!important; */
}
#sede-carousel .owl-nav button {
    color: #cfcfcf !important;
    font-size: 32px;
}



.card-presidente {
  height: 250px; /* altura fixa */
  background-color: #e5e5e5;
  overflow: hidden;
}

/* imagem */
.card-presidente-img {
  width: 35%;
  min-width: 180px;
}

.card-presidente-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantém proporção */
  padding: 15px;
}

/* conteúdo */
.card-presidente-content {
  width: 65%;
  padding: 24px;
  overflow-y: auto; /* se o texto crescer, scroll interno */
}

.card-presidente-content h3 {
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.card-presidente-content strong {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.card-presidente-content p {
  font-size: 13px!important;
  line-height: 1.4;
  margin-bottom: 8px;
}
