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

    :: Template Name: Zloti Valores Sociais

    :: 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=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Popins:wght@300;400;500;700;800&display=swap');



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

       Variáveis

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



:root {

	--cor-branco: #ffffff;



	--font-popins: 'Popins', sans-serif;
	--passion-one: 'Passion One', sans-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: var(--font-popins);

}



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: 550px;
	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://clientemarcasite.com.br/zloti/wp-content/uploads/2025/10/WEB_ZLOTI_VALORES_SOCIAIS-2-10-scaled.png);
}

.slide-2 {
	background-image: url(https://clientemarcasite.com.br/zloti/wp-content/uploads/2025/10/WEB_ZLOTI_VALORES_SOCIAIS-2-09-scaled.png);
}

.slide-3 {
	background-image: url(https://clientemarcasite.com.br/zloti/wp-content/uploads/2025/10/WEB_ZLOTI_VALORES_SOCIAIS-2-02.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: 550px;
	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%;
}


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

	Menu

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

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

#menu-novo {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Topo */
#menu-novo .top-bar {
	font-size: 0.9rem;
	color: #555;
	padding: 8px 0;
}

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

#menu-novo .social-icons a {
	color: #666;
	margin-left: 12px;
	font-size: 1.2rem;
	transition: color 0.2s;
}

#menu-novo .social-icons a:hover {
	color: #e4007c;
}

/* Navbar */
#menu-novo .navbar {
	padding: 0.6rem 0;
}

#menu-novo .nav-link {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin: 0 10px;
	position: relative;
}

/* #menu-novo .nav-link.active,
    #menu-novo .nav-link:hover {
      color: #e4007c;
    }

    
    #menu-novo .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #e4007c;
    }*/

/* Dropdown */
.dropdown-menu {
	border: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-size: 0.85rem;
	padding: 0.5rem 0;
}

.dropdown-item {
	color: #444;
	padding: 0.5rem 1rem;
}

.dropdown-item:hover {
	background-color: #f8f8f8;
	color: #e4007c;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.linha_menu {
	position: relative;
	top: -85px;
	width: 100%;
	left: 15px;
}

/* Responsividade melhorada */
@media (max-width: 992px) {
	#menu-novo .top-bar .contact {
		text-align: center;
		margin-top: 8px;
	}

	#menu-novo .top-bar .social-icons {
		justify-content: center;
		margin-top: 5px;
	}
}

.navbar-light .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(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


#menu-primeiro .btn-tercerize:hover {

	background: transparent;

	color: #fff;

}

#menu-primeiro .btn-tercerize:hover .proximo {
	filter: invert(0);
	transition: ease .5s all !important;

}

#menu-primeiro .proximo {
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 12px;
	margin-left: 10px;
	color: transparent !important;
	transition: ease .5s all !important;
}


header {

	position: relative;

	width: 100%;

	height: 183px;

	top: 0px;

	z-index: 999;

}

#menu-primeiro img {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	object-fit: contain;
}

#menu-primeiro {
	margin-bottom: 15px;
	padding-top: 35px;

}

#menu-primeiro .contato {

	text-align: right;

}


#menu-primeiro .contato i {

	margin: 0 5px 0 10px;
	font-size: 25px;
	color: #fff;
	background: #ffca16;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	top: 40px;
	/* corrected typo */
	align-content: center;

}


#menu-primeiro .social {

	padding: 0;

	display: flex;

}

#menu-primeiro a {

	color: var(--cor-branco);

	font-weight: var(--font-light);

	font-size: 17px;

	flex: 1;

	text-align-last: center;

}

#menu-primeiro i {

	font-size: 22px;

}

#menu-primeiro a {

	line-height: 22px;

	display: inline-flex;

}





#menu-segundo {

	padding-top: 0px;

}

#menu-segundo .logomenu {

	height: 190px;
	display: flex;
	margin-top: -72px;
	width: 212px;
	/* padding: 10px;*/
}


#menu-segundo .logomenu img {

	width: 100%;

	padding: 0 11px;

	object-fit: cover;

}

#menu-segundo ul {
	width: 100%;
	display: inline-flex;
	height: 65px;
	flex-direction: row;
	text-align: center;
	/*	    float: right;*/
	/* margin-top: 10px; */
	align-items: center;
	background: #ffca16;
	border-radius: 40px;
	padding-right: 20px;
	padding-left: 30px;

}

#menu-segundo ul li {
	/* no extra styles required */
}

#menu-segundo ul li a {

	color: var(--cor-branco);

	font-weight: var(--font-medium);

	font-size: 20px;

	margin: 0 0 0 22px;

}

#menu-segundo ul li:hover a,

#menu-segundo ul li .submenu li:hover a {

	color: var(--cor-verde);

}

#menu-segundo ul li a span {

	font-size: 11px;

}


#menu-segundo ul li .submenu a {
	margin: 0 !important;
}

#menu-segundo ul li .submenu {

	position: absolute;
	z-index: -1;
	background: #fff;
	/* background-image: url(../img/menu-dropdown.png); */
	/* min-width: 120px; */
	width: auto;
	height: auto;
	transition: 0.3s;
	top: 75px;
	padding: 20px 20px 20px 15px;
	opacity: 0;
	visibility: hidden;
	margin-left: 27px;
	border-radius: 10px;
	flex-direction: column;
	text-align: left;
	border: 1px solid #ececec;
	display: block;

}

#menu-segundo ul li .submenu li::before {
	content: "•";
	/* align-items: center; */
	/* align-content: center; */
	/* display: inline-block; */
	position: relative;
	line-height: 0px;
	/* height: 1px; */
	font-size: 50px;
	color: #ffca16;
	margin-right: 5px;
	top: 10px;
}

#menu-segundo ul li:hover .submenu {

	opacity: 1;

	z-index: 1;

	visibility: visible;

}

#menu-segundo ul li .submenu a {

	color: var(--cor-cinza);

}

#menu-segundo ul li .submenu li {

	display: block;

	margin-top: 0;

}


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

	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 | projetos

***************************************************************************/
#projetos {
	margin: 50px 0;

}

.projetos-box {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Poppins', sans-serif;
}

.foguete-icon {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.projetos-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.1;
}

.numero {
	display: flex;
	align-items: center;
	gap: 4px;
}

.mais {
	font-size: 1.8rem;
	font-weight: 700;
	color: #555;
	/* cinza */
}

.countercd {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ec008c;
	/* rosa forte */
}

.projetos-info p {
	font-size: 13px;
	color: #555;
	font-weight: 700;
	letter-spacing: 0.4px;
	margin: 0;
	left: 20px;
	position: relative;
}


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

	Home | Sobre

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

/* #sobre{

	}
	#sobre{
		min-height: 1500px;
		background-image: url('');
		background-repeat: no-repeat;
		background-position: center;

	} */
#sobre {
	min-height: 1500px;
	background-image: url('https://clientemarcasite.com.br/zloti/wp-content/uploads/2025/10/bgsobre.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* recomendo adicionar isso */
	padding-bottom: 50px;
}

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

.sobreum {
	width: 100%;
	height: auto;
	object-fit: contain;
}

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

#sobre h2 {
	color: #ec008c;
	font-size: 32px;
	/* margin: 0; */
	font-weight: 800;
	max-width: 230px;
	line-height: 40px;
}

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

	Home | Projeto social

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

@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 {
	border-radius: 40px;
	background-color: #ec008c;
	padding: 6px 22px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(236, 0, 140, 0.12);
	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 #ec008c;
	box-shadow: 0 20px 40px rgba(236, 0, 140, 0.18);
	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 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 5px;
	border: solid 2px #e1005a;
	padding: 40px;
	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;
	height: 100%;
}

/* 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/zloti/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.white {
	background: white;
	color: #ec008c;
}

.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/zloti/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 | Footer

***************************************************************************/
#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 h5 {
	color: #ec008c;
}

#footer p,
#footer a {
	color: #333;
}

#footer p i {
	color: #ec008c;
}



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

.btndowload {
	background: #ec008c;
	color: #fff;
	border-radius: 50px;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(236, 0, 140, 0.3);
}

.btndowload:hover {
	background: #d1007e;
	box-shadow: 0 4px 15px rgba(236, 0, 140, 0.4);
}

@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;
	}
}



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

	Responsivo

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


@media (max-width: 1670px) {
	#fases::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 785px;
		left: -120px;
		margin-top: 80px;
	}
}

@media (max-width: 1199px) {

	#menu-segundo ul li a {

		font-size: 15px;

		margin: 0 0 0 11px;

	}

	#banner {

		/*padding-top: 233px;*/

	}

}

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

.flot {
	float: right;
}

@media (max-width: 991px) {
	#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;
	}





	header #menu-segundo .hamburguer-bt {

		display: inline-block;

		height: fit-content;

		margin: 27px 0px;

	}

	header #menu-segundo .hamburguer-bt.ativo {

		margin-bottom: 0px;

	}



	header #menu-segundo .hamburguer-bt .hamburguer_line {

		background: #ffca16;

		width: 30px;

		height: 4px;

		margin: 5px 0;

	}



	header #menu-segundo .hamburguer-bt.ativo .hamburguer-top {

		transform: rotate(45deg);

		margin-top: 11px;

	}

	header #menu-segundo .hamburguer-bt.ativo .hamburguer-middle {

		opacity: 0;

	}

	header #menu-segundo .hamburguer-bt.ativo .hamburguer-bottom {

		transform: rotate(-45deg);

		margin-top: -18px;

	}

	#menu-segundo .social a {

		margin-top: 20px;

	}



	#menu-segundo .dpy-flex {

		justify-content: right;

	}



	header #opt_menu {

		position: fixed;

		height: calc(100% - 85px);

		width: 320px;

		background: #58585a;

		z-index: 9;

		right: -150%;

		top: 85px;

		padding-top: 00px;

		display: block;

		overflow: auto;

	}

	header #opt_menu .navbar-nav li a {

		text-align: center;

		color: var(--cor-branco);

	}



	header #opt_menu.ativo {
		right: 0;
	}



	header .fundo_menu {

		background: #00000096;

		width: 100%;

		height: 100%;

		top: 165px;

		right: -100%;

		position: fixed;

		z-index: 8;

	}

	header .fundo_menu.ativo {
		right: 0;
	}



	header #opt_menu .navbar-brand {

		width: 100%;

		margin: 0;

		text-align: -webkit-center;

	}



	header #opt_menu .nav-item {

		text-align: center;

		padding: 10px 0;

		text-transform: uppercase;

	}

	header.drop #opt_menu,

	header.drop .fundo_menu {

		top: 85px;

	}

	#menu-segundo .logomenu {

		height: 105px;

		margin-top: 0;

		margin-bottom: -20px;

	}

	#menu-segundo {

		background: #fff;
		height: 170px;
		width: 100%;
		/*		padding-top: 50px;*/
		position: fixed;
		z-index: 99999;

	}

	header #opt_menu li a i {

		font-size: 25px;

		margin: 0 5px;

	}

	#banner h2 {

		max-width: 313px;

	}

	#banner p {

		max-width: 297px;

	}



}





@media (max-width: 575px) {

	header .social {

		display: none !important;

	}

	header .social-mobile {

		display: flex;

	}

	header .social-mobile a {

		flex: 1;

	}

	header .social-mobile a i {

		background: var(--cor-branco);

		color: #1597b3;

		padding: 8px 5px 5px 6px;

		border-radius: 100%;

		width: 41px;

		height: 41px;

		text-align: center;

		font-size: 25px;

	}

}










::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;
}



.newsletter-item {
	text-align: center;
}

.newsletter-text {
	font-weight: 600;
	color: #222;
}

.newsletter-form input {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 25px;
	outline: none;
	transition: 0.3s ease;
}

.newsletter-form input:focus {
	border-color: #ff008c;
	box-shadow: 0 0 8px rgba(255, 0, 140, 0.2);
}

.btndowload {
	background: #ff008c;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 25px;
	padding: 10px 25px;
	transition: 0.3s ease;
	box-shadow: 0 5px 15px rgba(255, 0, 140, 0.4);
}

.btndowload:hover {
	background: #e6007a;
	box-shadow: 0 5px 15px rgba(255, 0, 140, 0.6);
}