/* ----------------------------------------------------------
    Theme Name: Chalés da Lua - Theme
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto e Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Chalés da Lua 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=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

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

       Variáveis

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



:root {
	--font-titulo: "Handlee", sans-serif;
	--passion-one: "Poppins", sans-serif;

	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-bold: 700;
	--font-extrabold: 800;
}

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

        All

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

html,
body {
	font-family: "Quicksand", sans-serif;
	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;



}



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("/img/setad.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;
	}
*/

/***************************************************************************
    Instalações
***************************************************************************/

section.instalacoes {
	padding: 80px 0;
	position: relative;
}

section.instalacoes::before,
section.instalacoes::after {
	content: '';
	display: flex;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.instalacoes::before {
	left: 0;
	background-image: url("./img/leaf8.png");
	width: 367px;
	height: 386px;
}

section.instalacoes::after {
	bottom: 0;
	right: 0;
	background-image: url("./img/leaf9.png");
	width: 490px;
	height: 435px;
}

.instalacoes .icon {
	max-width: fit-content;
	margin-bottom: 4px;
}

.instalacoes .owl-dots {
	bottom: -10px;
}

.instalacoes .owl-dots .owl-dot {
	background-color: #afc2a7 !important;
}

.instalacoes .owl-dots .owl-dot.active {
	background-color: #536551 !important;
}

.instalacoes video {
	width: 100%;
	border-radius: 13px;
}

/***************************************************************************
    Contato
***************************************************************************/

.contato h3 {
	text-align: start !important;
}

.contato .card,
.mapa .card,
footer .card {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	border-radius: 13px;
	background-color: white;
	box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32);
	border: 0;
	padding: 20px 40px;
}

.contato .card img,
.mapa .card img,
footer .card img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.contato .card .content,
.mapa .card .content,
footer .card .content {
	display: flex;
	flex-direction: column;
}

.contato span,
.contato p,
.mapa .card .content span,
.mapa .card .content p {
	font-size: 18px;
	color: #747c73;
}

.contato .card .content span,
.contato .card .content p {
	font-size: 20px;
}

.contato span,
.mapa .card .content span,
footer .card .content span {
	font-weight: var(--font-bold);
}

.contato p {
	font-weight: var(--font-light);
	margin-top: -4px;
	margin-bottom: 0;
}

.contato hr {
	width: 1px;
	height: 100%;
	background-color: rgb(83, 101, 81, 0.161);
	margin: 0;
	border: 0
}

.contato .card-form {
	border-radius: 13px;
	background-color: white;
	box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32);
	position: relative;
	padding: 35px 25px;
	height: auto;
}

.contato .card-form h3 {
	font-size: 22px;
	max-width: 255px;
	margin-bottom: 20px;
	text-shadow: none;
}

.contato .card-form form {
	width: 100%;
}

.contato .card-form form label {
	font-size: 17.495px;
	color: #747c73;
	margin-bottom: 5px;
	font-weight: var(--font-bold);
}

.contato .card-form form input,
.contato .card-form form select,
.contato .card-form form textarea {
	width: 100%;
	box-shadow: 0px 0px 2px 0px rgba(13, 11, 13, 0.55);
	height: 43px;
	padding: 15px;
	border-radius: 7px;
	background-color: #f2f6f2;
	margin-bottom: 15px;
}

.contato .card-form form select {
	height: auto;
}

.contato .card-form form input::placeholder,
.contato .card-form form input::placeholder,
.contato .card-form form select::placeholder,
.contato .card-form form textarea::placeholder {
	color: var(--cor-cinza);
	opacity: 0.7;
}

.contato .card-form form textarea {
	height: 120px;
	resize: none;
}

.contato .card-form form .btn-acesso {
	position: absolute;
	left: 0;
	bottom: -10px;
	border-radius: 0 0 16px 16px;
	height: 60px;
	margin: 0;
	background: #536551;
	color: #fff;
	font-weight: inherit;
}

.wpcf7-not-valid-tip {
	margin-top: -8px;
	margin-bottom: 12px;
	text-transform: initial;
	color: #dc3232 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

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

.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 {
	position: absolute;
}

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

.rodape-form p {
	display: flex;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.rodape-form p label {
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: -15px;
	margin-top: 4px;
	opacity: 1;
	font-weight: var(--font-light) !important;
}

.rodape-form p label a {
	text-decoration: none !important;
	color: #0d6efd;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

.rodape-btn p {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: -1em 0.0em 3em !important;
}

/***************************************************************************
    Como Chegar
***************************************************************************/

section.como-chegar {
	padding-top: 210px;
	padding-bottom: 20px;
}

.como-chegar p {
	max-width: 605px;
}

/***************************************************************************
    Mapa
***************************************************************************/

section.mapa {
	position: relative;
}

section.mapa::before {
	content: '';
	display: flex;
	background-image: url("./img/leaf10.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 350px;
	height: 180px;
	position: absolute;
	top: -40px;
	right: -30px;
	z-index: 10;
	rotate: 180deg;
}

.mapa .container {
	position: absolute;
	top: 60%;
	left: 25%;
	transform: translate(-50%, -50%);
	z-index: 10;
	max-width: fit-content;
}

.mapa .card {
	max-width: fit-content;
	padding: 20px 35px;
}

.mapa .card img {
	width: 100%;
	max-width: 37px;
	height: 100%;
	max-height: 57px;
	object-fit: cover;
}

.mapa iframe {
	width: 100%;
	height: 470px;
	margin-bottom: -80px;
	z-index: 9;
	position: relative;
}

/***************************************************************************
    Footer
***************************************************************************/

footer {
	background-image: url("./img/banner-footer.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 383px;
	position: relative;
	z-index: 10;
	padding-top: 100px;
	padding-bottom: 20px;
}

footer h3 {
	font-size: 26px;
	color: rgb(249, 242, 230);
	font-weight: var(--font-bold);
	font-family: var(--font-titulo);
	max-width: 350px;
}

footer .card {
	max-width: fit-content;
	padding: 12px 25px;
	margin-top: 10px;
}

footer .card img {
	width: 28px;
	height: 28px;
}

footer .card .content p,
footer .card .content span,
footer .contact .content p,
footer .contact .content span {
	font-size: 16px;
	color: #747c73;
	margin-bottom: 0;
}

footer .contact {
	display: flex;
	align-items: center;
	gap: 15px;
}

footer .contact img {
	width: 26px;
	height: 26px;
	object-fit: cover;
}

footer .contact .content {
	display: flex;
	flex-direction: column;
}

footer .contact .content p,
footer .contact .content span {
	color: rgb(249, 242, 230);
}

footer .contact .content span {
	font-weight: var(--font-bold);
}

footer hr {
	width: 100%;
	height: 1px;
	background-color: rgb(249, 242, 230, 0.278);
	border: 0;
	margin: 0;
	margin-bottom: 30px;
}

footer .logo-marcasite {
	width: 100%;
	max-width: 200px;
}

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

	Menu

***************************************************************************/
.contact-info {
	display: flex;
	align-items: center;
	/*            float: right;*/
}

.contact-info i {
	font-size: 24px;
	margin-right: 10px;
}

.contact-details {
	display: flex;
	flex-direction: column;
}

.contact-details h3 {
	margin: 0;
	font-size: 26px;
	text-align: left;
	font-family: var(--passion-one);
	color: #58585a;

}

#menu-primeiro .contact-details a {
	font-size: 18px !important;
}

.contact-details p {
	margin: 0;
	font-size: 18px;
	position: relative;
	top: -5px;
}

#menu-primeiro .btn-tercerize {

	background: #f8831f;

	color: var(--cor-branco);

	border: solid 2px #f8831f;

	border-radius: 20px;

	display: flex;

	transition: ease .5s all !important;

	width: 100%;

	max-width: 270px;

	height: 37px;

	font-weight: 400;

	font-size: 14px;

	justify-content: center;

	align-items: center;
	margin-top: 0px;


}

#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;
	t: 40px;
	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 {

	/*		margin-top: 10px;*/

}

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

}

.btn-acesso {
	border-radius: 40px;
	background-color: #f9f2e6;
	color: #536551;
	padding: 13px 50px;
	font-size: 23px;
	text-decoration: none;
	font-weight: bold;
	font-family: var(--font-titulo);
	transition: background-color 0.3s ease;
}

.btn-acesso:hover {
	background-color: #fff;
	color: #536551;
}

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

	Home | Banner

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


.proximo {
	background-image: url("./img/proximo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 12px;
	margin-left: 9px;
	color: transparent !important;
}




.btn-verde {

	background: #f8831f;

	color: var(--cor-branco);

	border: solid 2px #f8831f;

	border-radius: 20px;

	display: flex;

	transition: ease .5s all !important;

	width: 100%;

	max-width: 250px;

	height: 37px;

	font-weight: 400;

	font-size: 14px;

	justify-content: center;

	align-items: center;


}

.btn-verde:hover {

	background: transparent;

	color: #fff;

}


/*	#banner_interno{
		height: 430px;

		background-image: url("https://www.renovacaosantos.com.br/wp-content/uploads/2024/07/banner-interno.png");

		background-repeat: no-repeat;

		background-position: center;

		padding-top: 250px;

		background-size: cover;
		top: -180px;
    	position: relative;
    	margin-bottom: -180px;

	}
	#banner_interno h3{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 28px;
	    text-align: center;
	    margin-bottom: 0;
	}
	#banner_interno h2{
		    color: #58585a;
		    font-family: var(--passion-one);
		    font-size: 48px;
		    
		    line-height: 50px;
		    text-align: center;
	}*/

#banner {

	min-height: 900px;

	background-image: url("./img/banner.png");

	background-repeat: no-repeat;

	background-position: center;

	padding-top: 80px;

	background-size: cover;
	position: relative;
	margin-bottom: -20px;

}

#banner p {
	font-size: 23px;
	color: #fff;
	font-weight: 500;

}

#banner h2 {
	color: #fff;
	font-family: var(--font-titulo);
	font-size: 40px;
	line-height: 45px;
	max-width: 415px;
}

#banner h3 {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 28px;
}


.btn_amarelo {
	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: 100%;


	height: 80px;

	font-weight: 400;

	font-size: 25px;

	justify-content: center;

	align-items: center;


}

.btn_amarelo:hover {

	background: transparent;
	color: #ffca16;
	border: solid 2px #ffca16;

}

.mrg_banner {
	margin-top: 70px;
}

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

	Home | TURMAS

***************************************************************************/
#turmas {
	position: relative;
	top: -250px;
	margin-bottom: -150px;
}

#turmas .turma_card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	height: 230px;
	padding: 20px;
}

#turmas .turma_card h3 {
	font-family: var(--passion-one);
	color: #58585a;
	font-size: 20px;
	padding: 60px 0px 40px 0px;
	line-height: 25px;
	font-weight: bold;

}

.turma_card img {

	position: relative;

	margin-bottom: -50px;
	top: -5px;
	margin-top: 20px;
}

.img-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.lapis {
	position: relative;
	float: right;
	left: 15%;
	top: -50%;
}

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

	Home | SOBRE COLEGIO

***************************************************************************/
#sobre_colegio {}

#sobre_colegio .h4_titutlo {
	font-family: var(--passion-one);
	color: #c92e29;
	font-size: 24px;
	margin: 0;
}

#sobre_colegio .h2_titutlo {
	color: #484e5b;
	font-family: var(--passion-one);
	font-size: 42px;
	font-weight: bold;

	line-height: 50px;
}

#sobre_colegio p {
	font-size: 22px;
	color: #484e5b;
	font-family: var(--passion-one);
	font-weight: 200;

}

.countercd {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 90px;

}

.contador img {
	height: 80px;
}

.contador h5 {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 23px;
	margin: 0;
	position: relative;
	top: -23px;
}

.contador {
	display: flex;
	align-items: center;
}

.mais {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 90px;
	position: relative;
	top: 10px;
}

.img_1 {
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 220px;
	object-fit: cover;
}

.img_2 {
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 220px;
	object-fit: cover;
}

.img_3 {
	width: 100%;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 220px;
	object-fit: cover;
}

.img_4 {
	width: 100%;
	border-bottom-right-radius: 15px;

	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 220px;
	object-fit: cover;
}

.elipse {
	position: absolute;
	top: 120px;
	left: 26%;
}

.m140 {
	margin-bottom: -140px;
}

.conh {
	width: 100%;
}

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

	Home | AGENDE

***************************************************************************/
#agende {
	margin-top: 80px;
}

#agende .h4_titutlo {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 24px;
	margin: 0;
}

#agende .h2_titutlo {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 42px;

	line-height: 50px;
}

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

.card_agende {
	padding: 40px;
	border: 1px solid #ececec;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	background: #fff;
}

.lgpd p {
	display: flex;
}

#lgpd {
	margin-right: 4px;
}

.form .lgpd {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	color: #808080;


}

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

.img_agende {
	position: relative;
	left: -100px;
	border-radius: 10px;
}

.botao_iconeF {
	display: inline-block;
	background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
	/* background: #cc353b; */
	color: #fff;
	align-content: center;
	height: 50px;
	width: 100%;
	text-align: center;
	font-family: var(--passion-one);
	font-size: 25px;
	border-radius: 10px;
}

.botao_icone {
	display: inline-block;
	background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
	/* background: #cc353b; */
	color: #fff;
	align-content: center;
	height: 50px;
	width: 175px;
	text-align: center;
	font-family: var(--passion-one);
	font-size: 25px;
	border-radius: 10px;
}

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

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

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

	Home | FASES

***************************************************************************/
#fases::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 785px;
	left: -50;
	margin-top: 80px;
}

#fases::before {
	background: url("https://www.renovacaosantos.com.br/wp-content/uploads/2024/07/caderno-1.png") no-repeat;
}

#fases .h4_titutlo {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

#fases .h2_titutlo {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 42px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}

#fases {
	margin-top: 80px;
}

.icone_fases {
	margin: auto;
	display: block;
	position: relative;
	top: 35px;
}

#fases .txt_card_fases {
	position: relative;
	top: -110px;
	margin-bottom: -100px;
}

#fases .txt_card_fases h3 {
	color: #fff;
	font-family: var(--passion-one);
	font-size: 31px;
	line-height: 25px;
	text-align: center;
	margin: 0;

}

#fases .txt_card_fases p {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.btn_amarelo_fases:hover {
	color: #fff;
}

.btn_amarelo_fases {
	top: 20px;
	position: relative;
	width: 220px;
	display: block;
	margin: auto;
	text-align: center;
	align-content: center;
	height: 50px;
	padding-top: 5px;
	background: #ffca16;
	color: #fff;
	border: solid 2px #ffca16;
	font-family: var(--passion-one);

	border-radius: 15px;
	transition: ease .5s all !important;

	font-weight: 400;
	font-size: 25px;
	justify-content: center;
	align-items: center;

}

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

	Home | Depoimentos

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

#depoimentos .h4_titutlo {
	font-family: var(--passion-one);
	color: #fff;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

#depoimentos .h2_titutlo {
	color: #fff;
	font-family: var(--passion-one);
	font-size: 42px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}


#depoimentos {
	background-image: url("https://www.renovacaosantos.com.br/wp-content/uploads/2024/07/depbg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 150px;
	margin-top: 80px;
}

.dep_m {
	position: relative;
	top: -170px;
	margin-bottom: -170px;
}

.cartao_dep p {
	font-size: 16px;
	color: #808080;
	height: 100px;
	color: #848484;
}

.cartao_dep {
	border: 1px solid #ececec;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	padding: 35px;
	background: #fff;
	height: 250px;
	overflow: visible;
	/* Adicione esta linha */

}

.nome_dep {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 31px;
	line-height: 25px;
	text-align: center;
	margin: 0;
}

.local_dep {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 19px;
	margin: 0;

}


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

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

	Home | BLOG INDEX

***************************************************************************/
.blog_card_int p {
	font-size: 17px;
	color: #848484;
	text-align: left;
}

.blog_card_int h5 {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 42px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}

#blog_home {
	margin-top: 150px;
}

#blog_home .h4_titutlo {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

#blog_home .h2_titutlo {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 42px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}

.data_blog_index {
	text-align: center;
	font-family: var(--passion-one);
	font-size: 42px;
	line-height: 35px;
	background: #fdc816;
	color: #fff;
	padding: 20px 20px 20px 20px;
	width: 115px;
	border-radius: 30px;
	border-top-right-radius: inherit;
}

.titulo_blog {
	color: #58585a;
	font-family: var(--passion-one);
	font-size: 28px;
	line-height: 25px;
}

.texto_blog {
	font-size: 16px;
	color: #848484;
	margin-bottom: 5px;
	height: 100px;
}

.postado {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 19px;
}

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

	Home | Tercerize

***************************************************************************/
#tercerize {
	margin-top: 100px;
	margin-bottom: 100px;
}

#tercerize h3 {
	font-weight: 800;
	font-size: 30px;
	color: #1f1762;
}

#tercerize span {
	color: #f8831f;
}

#tercerize p {
	font-size: 17px;
	color: #848484;
}

.okimg {
	width: 25px;
	margin-right: 5px;
}

#tercerize .ok {
	font-size: 17px;
	color: inherit;
	position: relative;
	top: 5px;
	color: #848484;

}

#tercerize .terc_lateral {
	width: 100%;
}

.btn-tercerize {

	background: #f8831f;

	color: var(--cor-branco);

	border: solid 2px #f8831f;

	border-radius: 20px;

	display: flex;

	transition: ease .5s all !important;

	width: 100%;

	max-width: 270px;

	height: 37px;

	font-weight: 400;

	font-size: 14px;

	justify-content: center;

	align-items: center;
	margin-top: 30px;


}

.btn-tercerize:hover {

	background: transparent;

	color: #000;

}

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

}

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

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

	Home | Marcas

***************************************************************************/
#marcas {
	margin-top: 80px;


}

#marcas h3 {
	font-weight: 800;
	font-size: 30px;
	color: #1f1762;
}

#marcas span {
	color: #f8831f;
}

#slide_marcas img {
	height: 130px;
	width: 130px;
	object-fit: contain;
	filter: grayscale(100%);
}

#slide_marcas img:hover {
	filter: grayscale(0%);
}

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

	SOBRE NÓS | H

***************************************************************************/
#sobre_nos_h {
	margin-top: 120px;
}

#sobre_nos_h p {
	font-size: 18px;
	color: #808080;
}

#sobre_nos_h h2 {
	font-family: var(--passion-one);
	color: #58585a;
	font-size: 42px;
}

#sobre_nos_h h3 {
	font-family: var(--passion-one);
	color: #ffca16;
	font-size: 24px;
	margin: 0;
}

.img_slide_sobre {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 40px;
}

#sobre_nos_h .owl-dots {
	bottom: 15%;
}

.alignec {
	align-content: center;
}

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

	SOBRE NÓS

***************************************************************************/
#sobre_nos_historia {
	margin-top: 120px;
}

#sobre_nos_historia ìmg {
	width: 100%;
}

#sobre_nos_historia p {
	font-size: 18px;
	color: #808080;
}


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

	Ensino

***************************************************************************/
.icone_ensino {
	right: 20px;
	/* float: right; */
	top: -35px;
	z-index: 1;
	position: absolute;
}

.img_slide_sobre_idades {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 40px;

}

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

	Contato

***************************************************************************/
#contato .contact-info i {}

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

/*footer  .contact-details a{
        	font-size: 17px;
        }
	
	footer .contact-info{
		 align-content: inherit;
		 margin-top: 10px;
	}
	footer .contact-info p{
		color: #58585a;
		font-size: 18px;
		position: relative;
		top: -10px;
		line-height: 22px;
	}
	footer .contact-info i{
	    margin: 10px 10px 0 10px;
	    font-size: 30px;
	    color: #fff;
	    background: #ffca16;
	    border-radius: 50px;
	    width: 85px;
	    height: 45px;
	    text-align: center;
	    align-content: center;
	    position: relative;
	    top: -15px;
	}
	footer  h3{
	    color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 26px;
	}
	footer .contact-info{
		float: inherit;
	}
	footer{
		position: relative;
		z-index: 1;
	}
	
	footer h4{
		font-size: 20px;
		font-weight: 900;
		color: #fff;
	}
	.footer_logo{
		width: 100%;
	}
	.icones_footer a{
		margin-right: 10px;
	}
	.icones_footer{
		display: flex;
		margin-top: 25px;
	}
	.icones_footer a{
		display: flex;
		width: 35px;
		position: relative;
    		left: 22px;

	}
	.serv_footer{
		font-size: 18px;
    color: #848484;
    margin-bottom: 5px;
	}
	.serv_footer:hover{
		color: #9c9898;
	}
	.contato_footer{
		display: flex;
		margin-bottom: 20px;

	}
	.contato_footer img{
		width: 35px;
		margin-right: 10px;
		    height: 35px;
   		object-fit: contain;
	}
	.contato_footer a{
		font-size: 16px;
		color: #848484;
	}
	.contato_footer a:hover{
		color: #9c9898;
	}*/
.copy {
	background: #ba0001;
	padding-top: 15px;
	padding-bottom: 15px;
}

.copy img {
	width: 130px;
}

.copy span {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-right: 7px;
}

.dfcoutn {
	display: flex;
}

.dflxx {
	display: flex;
}

.logobni {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: 30px;
	max-width: fit-content;
}

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

	Responsivo

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


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

.wdm {
	display: contents;
}

.mobilecard {
	display: none;
}

.desktopcard {
	display: block;
}

.hrm {
	display: none;
	border: px solid white;
	margin: 20px 0;
}

@media (max-width: 1199px) {

	section.instalacoes::before,
	section.instalacoes::after,
	#galeria_cha::before,
	#chale::before,
	section.mapa::before {
		display: none;
	}
}

@media (max-width: 991px) {
	#getsao {
		margin-top: 100px !important;
		top: 0;
	}
	
	.mapa .container {
		top: 50%;
    	left: 50%;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}

	#conhecaa {
		height: auto !important;
		padding: 50px 0;
		background: #f2f2f2 !important;
	}

	.butmob {
		display: none !important;
	}

	.footermbtn img {
		width: 90% !important;
	}

	.footermbtn {
		display: flex;
	}

	.hrm {
		width: 90%;
		display: block;
		margin: 20px auto;
	}

	.linhaf {
		display: none;
	}

	.hrm {
		display: block !important;
		background: #fff;

	}

	.accordion-button[aria-expanded="true"] {
		width: 100.4% !important;
		left: -0.7px !important;
	}

	.celv {
		width: 100%;
	}

	.fone_meio {
		height: auto !important;
		margin-bottom: 30px;
	}

	#plano h3 {
		font-size: 16px !important;
		text-align: center;
	}

	#plano h2 {
		font-size: 25px !important;
		text-align: center;
		line-height: 31px !important;
	}

	.mrgb {
		margin: 30px 0;
	}

	#depo h2 {
		font-size: 25px !important;
	}

	.mobileBut {
		margin: 0 30px !important;
	}

	.lupacel {
		margin-top: 30px;
	}

	.txten p {
		font-size: 15px !important;
	}

	#entenda h3 {
		margin: 35px 0 !important;
	}

	#escolher h2 {
		font-size: 26px !important;
		line-height: 31px !important;
		font-weight: 800 !important;
	}

	#entenda h2 {
		font-size: 25px !important;
		line-height: 31px !important;
		font-weight: 800 !important;
	}

	.accordion-button {
		height: auto !important;
		padding-right: 60px !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.seta {
		width: 30px;
		height: 43px;
	}

	p {
		font-size: 16px !important;
	}

	#banner h2 {
		font-size: 31px !important;
		line-height: 31px !important;
	}

	.mobilebanner {
		margin-top: 50px;
		display: block !important;
		width: 100%;
		/* height: 824px; */
		object-fit: cover;
	}

	.marcasite_prod {
		top: 0px !important;
		float: inherit !important;
		margin: auto !important;
		display: block;
		margin-top: 20px;
	}

	.footer_bni {
		width: 50% !important;
		margin: auto;
		display: block;
	}

	video {
		width: 100%;
	}

	#turmas {
		top: -200px !important;
	}

	.header_date {
		top: -100px;
		position: relative;
	}

	.logobni {
		margin-top: 60px;
		max-width: fit-content;
		width: 100%;
	}

	#banner {
		min-height: auto;
		background: #506c56;
		padding-bottom: 80px;
	}

	.responsivo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.banner_bini_img {
		display: none;
	}

	#bni_event {
		height: auto !important;
	}

	#contato .btn_env {
		float: inherit;
		left: 0px;
	}

	.wdm {
		width: 590px;
	}

	.dflxx {
		display: block;
	}

	.copy {
		padding-bottom: 25px;
	}

	.poli {
		float: left !important;
	}

	#banner_interno {
		padding-top: 200px;
	}

	.contact-details p {
		font-size: 15px;
	}

	.mrg_banner {
		margin-top: 200px;
	}

	.submenu {
		padding: 0;
	}

	.menu-mobile {
		position: relative;
		top: 95px;
	}

	.titulo_blog {
		text-align: center;
		margin-top: 15px;
	}

	.texto_blog {
		text-align: center;
	}

	.postado {
		text-align: center;
	}

	.data_blog_index {
		margin: auto;
		display: block;
	}

	.contact-details a {
		font-size: 14px;
	}

	#contato .contact-info {
		position: relative;
		left: -10px;
	}

	.footer_logo {
		width: auto;
		margin: auto;
		display: block;
		margin-bottom: 30px;
	}

	#slide_marcas img {
		margin: auto;
		width: 80%;
	}

	.cartao_dep {
		height: 350px;
	}

	.local_dep {
		position: relative;
		top: 110px;
	}

	.nome_dep {
		position: relative;
		top: 110px;
	}

	.fasesimg {
		margin: auto;
		display: block;
	}

	.img_agende {
		position: relative;
		left: inherit;
		border-radius: 10px;
		width: 100%;
		margin-top: 30px;
	}

	.dfcoutn {
		display: block;
	}

	.elipse {
		display: none;
	}

	.lapis {
		position: relative;
		float: right;
		left: 0%;
		top: -35%;
		width: 100%;
	}

	#turmas .turma_card {
		margin-top: 70px;
	}

	#turmas {
		top: -70px;
		margin-bottom: 0;
	}

	#banner {
		padding-top: 0px;
	}

	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;

}




}



@media (max-width: 757px) {}



@media (max-width: 580px) {}



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

	}

}



@media (max-width: 537px) {}



@media (max-width: 500px) {}






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


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

	BNI

***************************************************************************/
.header_date {
	float: right;
}

.header_logo {
	align-items: center;
	display: flex;
}

.alg_c {
	align-content: center;
	margin-top: 50PX;
}

.boxbni {}

#bni_event {
	height: 490px;
	background-image: url("./img/vendabg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 80px 0;
}

#bni_event h3 {
	font-size: 36px;
	font-weight: bold;
	color: #484e5b;
	font-family: var(--passion-one);

}

#bni_event h5 {
	color: #c92e29;
	font-size: 27px;

	font-family: var(--passion-one);
}

#bni_event p {
	font-size: 22px;
	color: #484e5b;
	font-family: var(--passion-one);
	font-weight: 200;
}

.boxbni {
	background: #fff;
	box-shadow: 0 0 20px 2px #BDBDBD;
	padding: 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
	top: -30px;
}

.boxbni p {
	font-size: 23px;
	color: #484e5b;
	font-family: var(--passion-one);
	font-weight: 200;
}

.boxbni span {
	font-weight: bold;

	font-family: var(--passion-one);
}

.boxbni h5 {
	color: #c92e29;
	font-size: 27px;

	font-family: var(--passion-one);
}

.boxbni h2 {
	color: #484e5b;
	font-size: 53px;
	font-weight: bold;

	font-family: var(--passion-one);
}

.btn_bni {
	color: #fff;
	background: linear-gradient(to bottom, #c92e29 60%, #b72a25 80%, #a22621 100%);
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	font-family: var(--passion-one);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 25px;
	position: relative;
	top: -30px;

}

.btn_bni:hover {
	color: #fff;
}

.btn_bni_compre {
	color: #fff;
	background: linear-gradient(to bottom, #c92e29 60%, #b72a25 80%, #a22621 100%);
	width: 350px;
	display: block;
	text-align: center;
	padding: 15px 30px 15px 30px;
	font-weight: bold;
	font-family: var(--passion-one);
	border-radius: 40px;
	font-size: 25px;


}

.banner_bini_img {

	width: 100%;
	height: 550px;
	object-fit: contain;
}

.btn_bni_compre:hover {
	color: #fff;
}

.bn p {
	font-size: 22px;
	color: #484e5b;
	font-family: var(--passion-one);
	font-weight: 200;
}

#martha h3 {
	font-size: 36px;
	font-weight: bold;
	color: #484e5b;
	font-family: var(--passion-one);
}

#martha h5 {
	color: #c92e29;
	font-size: 27px;

	font-family: var(--passion-one);
}

#martha {
	margin: 150px 0;
}

#martha p {
	font-size: 22px;
	color: #484e5b;
	font-family: var(--passion-one);
	font-weight: 200;
}

#videobini {
	margin-top: 120px;
	margin-bottom: 120px;
}

#videobini h2 {
	font-size: 36px;
	font-weight: bold;
	color: #484e5b;
	font-family: var(--passion-one);
	text-align: center;
}

#videobini h4 {
	color: #c92e29;
	font-size: 27px;
	text-align: center;
	font-family: var(--passion-one);
}

.mart {

	width: 100%;

}

.footer_logo {
	width: 100%;
}

.marcasite_prod {
	float: right;
	height: 16px;
	position: relative;
	top: -35px;
}

.footer_bni {
	width: 80%;
}

/*background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);*/


.logo_apple {
	width: 90%;
}

.logo_google {
	width: 90%;
}

#faixa_banner {
	background: #c9db91;
}

#faixa_banner p {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

#escolher {
	margin-top: 100px;
}

#escolher h2 {
	color: #626869;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	line-height: 45px;
}

#escolher h3 {
	font-size: 22px;
	color: #626869;
	text-align: center;
}

.conh_card {
	border: 1px solid #f0f0f0;
	padding: 20px;
	box-shadow: 0 4px 8px -2px #BDBDBD;
	height: 350px;

}

.conh_card h4 {
	font-weight: bold;
	font-size: 20px;
	color: #626869;
	margin-top: 18px;
	text-align: center;
}

.conh_card p {
	font-size: 15px !important;
	color: #626869;
	text-align: center;
}

.conh_card img {
	margin-top: 15px;
	margin: auto;
	display: block;
}

#entenda {
	margin-top: 100px;
}

#entenda h2 {
	color: #000;
	font-size: 37px;
	font-weight: 800;
	line-height: 45px;
}

#entenda h3 {
	font-size: 22px;
	color: #626869;
	margin: 15px 0;
}

.txten {
	display: flex;
}

.ok {
	width: 30px;
	height: 30px;
	object-fit: cover;
	margin-right: 20px;
}

.txten p {
	font-size: 17px;
	color: #626869;
	font-weight: 500;
}

.txten b {
	font-weight: 800;
}

#plano {
	margin-top: 100px;
	margin-bottom: 100px;
}

#plano h3 {
	font-size: 22px;
	color: #000;
	margin: 15px 0;
	text-align: center;
	font-weight: 800;
}

#plano h2 {
	color: #000;
	font-size: 37px;
	font-weight: 800;
	line-height: 45px;
	text-align: center;
}

.plano_card {
	border: 1px solid #f0f0f0;
	padding: 30px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
	height: 430px;

}

.plano_card h3 {
	color: #000;
	font-size: 25px !important;
	font-weight: 800;
	text-align: left !important;
}

.plano_card .txten p {
	font-size: 19px !important;
	color: #626869;
	font-weight: 500;
}

.plano_card .txten .ok {
	width: 20px;
	height: 20px;
	object-fit: cover;
	margin-right: 10px;
}

#plano hr {
	position: relative;
	top: -15px;
}

.btn_plano {
	display: block;
	width: 100%;
	background: #c9db91;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	padding: 20px 20px 20px 30px;
}

.btn_plano:hover {
	transition: 0.3s;
	background: #a9b87b;
	color: #fff;
}

.fone_meio {
	width: 100%;
	height: 480px;
	object-fit: cover;
	margin-top: 30px;

}

.accordion-button {
	color: #000;
	border: 1px solid #f0f0f0;
	position: relative;
	padding-right: 40px;
	/* Added padding for icon */
	height: 65px;
	padding-left: 20px;
	background: #fff;
	font-weight: 800;

}

.accordion-button i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	background: #c9db91;
	color: #fff;
	height: 50px;
	width: 39px;
	font-size: 40px;
	text-align: center;
	padding-top: 5px;

}

.accordion-button[aria-expanded="true"] i {
	transform: translateY(-50%) rotate(90deg);
	/* Rotate by 90 degrees when expanded */
	background: #c9db91;
	color: #fff;
}

.accordion-button[aria-expanded="true"] {
	background-color: #c9db91;
	color: #fff;
	width: 100.4%;
	left: -0.2px;
	position: relative;
}

.collapse {
	padding: 0;
	margin: 0;
}

.card-body {
	background: #c9db91;
	color: #fff;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	position: relative;
	width: 100%;
	top: -1px;
}

.card-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	/* Reduz a largura total, aplicando 20px de cada lado */
	height: 1px;
	/* Altura da borda */
	background-color: #fff;
	/* Cor da borda superior cinza claro */
	padding: 0 20px;
}


.accordion-arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	background: #c9db91;
	color: #fff;
	height: 50px;
	width: 39px;
	font-size: 30px;
	text-align: center;

	font-weight: 400;
	font-family: monospace;
}

.accordion-button[aria-expanded="true"] .accordion-arrow {
	transform: translateY(-50%) rotate(90deg);
	/* Rotaciona a seta ao expandir */
}

.accordion-item {
	margin-bottom: 20px;
	/* Adicione espaçamento entre os itens */
}

#abas {
	margin-bottom: 120px;
}


.txten p {
	font-size: 17px !important;
	color: #626869;
	font-weight: 500;
}

.txten b {
	font-weight: 800;
}

#plano {
	margin-top: 100px;
	margin-bottom: 100px;
}

#abas h3 {
	font-size: 22px;
	color: #626869;
	margin: 15px 0;

}

#abas h2 {
	color: #000;
	font-size: 35px;
	font-weight: 800;
	line-height: 45px;

}

.linhaf {
	border-right: 1px solid #fff;
	position: relative;
	left: -25px;
}

#depo {
	background: #f6f9fe;
	margin-top: 120px;
	margin-bottom: 120px;
	padding-top: 120px;
	padding-bottom: 120px;
}

.dep_card {
	padding: 50px 20px 50px 20px;
	background: #fff;
}

#depo h2 {
	color: #000;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}

.dep_card h4 {
	color: #000;
	font-weight: 800;
}

.dep_card i {
	color: #f8d64e;
}

.dep_card {
	height: 420px;
}

.img_dep {
	background: #c3dc8e;
	padding: 15px 0;
	display: flex;
	align-items: center;
	position: relative;
	top: -30px;
	height: 110px;
}

.imgd {
	height: 60px;
	width: 60px;
	object-fit: cover;
	border-radius: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

.txtdep h5 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 23px;
}

.txtdep p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
}

.triang {
	position: relative;
	left: 35px;
	top: -26px;
}

.mobilebanner {
	display: none;
}

/***************************************************************************
****************************************************************************
	Chalés da lua
***************************************************************************
***************************************************************************/

#getsao {
	margin-top: 0px;
	position: relative;
	top: -40px;
}

#getsao h2 {
	color: #536551;
	font-family: var(--font-titulo);
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}


#getsao p {
	font-size: 18px;
	color: #626869;
	font-weight: 500;
}

#getsao h4 {
	color: #ba0001;
	font-size: 22px;
	font-weight: 600;
	border-left: 2px solid;
	padding-left: 15px;

}

#getsao small {
	font-size: 21px;
	color: #536551;
	font-weight: bold;
	/*	font-family: var(--font-titulo);*/
}



#conhecaa {
	height: 615px;
	background-image: url("./img/conheca-banner.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;

}

#conhecaa h3 {
	color: #626869;

	font-size: 30px;
	font-weight: 800;
	line-height: 45px;
}

#conhecaa p {
	font-size: 18px;
	color: #626869;
	font-weight: 500;
}

.dpflex {
	display: flex;
}

#conhecaa li {
	color: #626869;
	font-weight: 500;
}

#sistema_completo h3 {
	color: #626869;

	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
}

#sistema_completo p {
	font-size: 18px;
	color: #626869;
	font-weight: 500;
}

#sistema_completo {
	margin-top: 100px;
}


.chalet-card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.img-carousel {
	position: relative;
}

.img-carousel img {
	width: 100%;
	height: 217px;
	display: block;
	object-fit: cover;
}

.chalet-info {
	padding: 16px;
	margin-bottom: 90px;
}

.chalet-info h3 {
	margin-top: 0;
	color: #506B4A;
	font-size: 20px;
}

.chalet-info p {
	color: #506B4A;
	font-size: 14px;
	margin: 0;
}

.chalet-info ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	gap: 5px 10px;
	color: #444;
	font-size: 13px;
}

.card-btn {
	background-color: #506B4A;
	color: #FFF !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 20px 20px;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 23px;
	font-family: var(--font-titulo);
	bottom: 0;
	position: absolute;
}

/* SETAS CUSTOMIZADAS */
.owl-carousel {
	position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.owl-nav .owl-prev {
	left: 1%;
	background-image: url("./img/setad.png");
}

.owl-nav .owl-next {
	right: 1%;
	background-image: url("./img/setae.png");
}

/* Remove o texto padrão das setas */
.owl-nav button span {
	display: none;
}




#banner {
	position: relative;
	overflow: hidden;
}

.leaf-decor {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 120px;
	z-index: 2;
}

@media (max-width: 768px) {
	.leaf-decor {
		width: 80px;
		bottom: -20px;
		right: -10px;
	}

	.instalacoes video {
		padding: 15px;
		border-radius: 30px;
	}

	#banner .btn-acesso {
		width: 100%;
		display: flex;
		padding: 5px 12px;
	}
}

@media (max-width: 467px) {
	#banner .btn-acesso {
		font-size: 1rem;
	}
}

#chale {
	background: #f8fcf8;
	padding: 80px 0;
}

#chale::before {
	content: "";
	position: absolute;

	/* top: -10px; */
	margin-top: -130px;
	/* left: 0; */
	width: 371px;
	height: 371px;
	background: url("./img/leaf2.png") no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}

#chale h2 {
	color: #536551;
	font-family: var(--font-titulo);
	font-size: 30px;
	line-height: 35px;
	text-align: center;
}

.hr-estilizado {
	border: none;
	height: 2px;
	/* ou 1px, depende da espessura da imagem */
	width: 60px;
	/* ou o tamanho que quiser */
	background-color: #b5d1b1;
	/* use o código da cor da imagem */
	margin: 20px auto;
	/* centraliza horizontalmente */
	border-radius: 1px;
}



/**********************************************************************
	galeria
***********************************************************************/
.img_galeria {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.img_galeria-container {
	width: 100%;
	height: 350px;
	overflow: hidden;
	/* Mantém o zoom dentro dos limites */
	position: relative;
	/* Para o posicionamento da pseudo-classe e da lupa */
}

.img_galeria {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: transform 0.3s ease;
	/* Suaviza o efeito de zoom */
	display: block;
	/* Remove o espaço em branco ao redor da imagem */
}



/* Adiciona a máscara de cor ao hover */
.img_galeria-container::before {
	cursor: pointer;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #423124;
	/* Cor da máscara inicial */
	opacity: 0;
	/* Invisível por padrão */
	transition: opacity 0.3s ease, background-color 0.3s ease;
	/* Suaviza a transição */
	z-index: 1;
	/* Garante que a máscara fique sobre a imagem */
	border-radius: 20px;
}

.img_galeria-container:hover::before {
	opacity: 0.6;
	/* Aumenta a opacidade para escurecer a máscara */
	background-color: #98a48b;
	/* Cor marrom mais escura para o hover */
	border-radius: 20px;
}

/* Estilos para a lupa */
.lupaz {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Centraliza a imagem da lupa */
	z-index: 2;
	/* Coloca a lupa sobre a imagem de fundo */
	opacity: 0;
	/* Invisível por padrão */
	transition: opacity 0.3s ease;
	/* Suaviza a transição */
}

.img_galeria-container:hover .lupaz {
	opacity: 1;
	/* Mostra a lupa ao passar o mouse */
	cursor: pointer;
}


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

.gallery .image {
	width: 100%;
	height: 300pxpx;
	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: #1e1e1e;
	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: contain;
}

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

#galeria_cha::before {
	background: url("./img/leaf5.png") no-repeat;
}

#galeria_cha::before {
	content: "";
	position: absolute;
	right: 1px;
	/* top: -10px; */
	margin-top: -190px;
	/* left: 0; */
	width: 250px;
	height: 865px;
	background: url("./img/leaf5.png") no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}

#galeria_cha {
	padding: 80px 0;
}

#galeria_cha,
.instalacoes h3,
.contato h3,
.como-chegar h3 {
	color: #536551;
	font-family: var(--font-titulo);
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}


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

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