/* ----------------------------------------------------------
	Theme Name: Visar Emplaca
    :: Template Name: Visar Emplaca

    :: Author: Marcasite - Carlos Augusto A. Cruz
	
    :: Author URL: https://marcasite.com.br/

    :: Version: 1.0.0

    :: Created: 20 de Maio de 2025

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

	

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

       Fonts

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



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@100;200;300;400;600;700;800;900&display=swap');






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

       Variáveis

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



:root {



	--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: 'Nunito Sans', sans-serif;

}



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


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

	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: 120px;

	top: 0px;

	z-index: 999;
	background: #fff;

}

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

#menu-primeiro {
	background: #fcc81f;
	height: 7px;
	margin-bottom: 25px;

}

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

}


#menu-segundo .logomenu img {

	width: 100%;
	padding: 0 20px;
	object-fit: contain;

}

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


}

.icone_menu {
	font-size: 25px;
	color: #fff;
	background: #d9ab70;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	align-content: center;
	margin-right: 10px;
	margin-top: 10px;
}

header #menu-segundo .menu-desktop a:hover {

	color:#fcc81f;

}





#menu-segundo ul li {

	/*		margin-top: 10px;*/

}

#menu-segundo ul li a {

	color: #0c0c0c;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 0 30px;

}

#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: 230px;
	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;

}

/**************************************************
 drop do menu
**************************************************/
/*
	.drop #menu-primeiro{

		margin-top: -72px;

	}

	.drop #menu-segundo .logomenu{

		height: 105px;

		margin-top: 0;

		margin-bottom: -20px;

	}

	.drop #menu-segundo{

		background: var(--cor-azul-escuro);

		padding-top: 0px;

	}

	.drop #menu-segundo ul li {

	       margin-top: 30px;

	}

	.drop #menu-segundo .social a {

    		margin-top: 20px;

	}*/

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

	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: 200px;
	background: #18408d;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	background-size: cover;

}

#banner_interno h3 {

	color: #fff;
	font-size: 35px;
	font-weight: 800;

	margin-bottom: 0;
}

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

	margin-bottom: 0;
}

#banner {

	height: 821px;

	background-repeat: no-repeat;

	background-position: center;

	padding-top: 40px;

	background-size: cover;

}

#banner h2 {

	color: #58585a;

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

	font-size: 48px;

	max-width: 420px;
	line-height: 50px;

}

#banner h3 {

	color: #19408d;
	font-size: 42px;
	font-weight: 900;
	line-height: 40px;
}

#banner p {
	position: relative;
	font-size: 22px;
	color: #0c0c0c;
	font-weight: 400;

	margin-top: 15px;
}

/* #banner p::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  height: 90%;
	  width: 3px;
	  background-color: #d9ab70;
	} */
.btn_amarelo {
	background: #19408d;
	color: #fff;
	border: solid 2px #19408d;
	padding: 10px 40px;
	border-radius: 25px;
	transition: ease 0.5s all !important;
	width: fit-content;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.btn_amarelo:hover {
	background: #19408d;
	color: #d9ab70;
	border: solid 2px #19408d;
}

.icone_seta {
	height: 15px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: 20px;
}

.mrg_banner {
	margin-top: 140px;
}

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

	Home | TURMAS

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

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

#turmas .turma_card h3 {
	font-family: var(--passion-one);
	color: #58585a;
	font-size: 23px;
	text-align: center;
	padding: 20px 20px 40px 20px;
	line-height: 20px;
}

.turma_card img {
	display: block;
	margin: auto;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

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

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

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

	Home | SOBRE COLEGIO

***************************************************************************/
.card_mission {
	position: relative;
	left: -50px;
}

.card_mission h5 {
	color: #19408d;
	font-size: 25px;
	font-weight: 800;

}

.card-mis {
	box-shadow: 0 0 8px 1px #BDBDBD;
	background: #fff;
	border-radius: 20px;
}

#sobre_nos_h {
	margin: 80px 0;
}

#sobre_nos_h h3, #detran h3 {
	color: #19408d;
	font-size: 30px;
	font-weight: 900;
}

#sobre_nos_h p {
	font-size: 19px;
	color: #0c0c0c;
}

.sobrecontador {
	position: relative;
	top: -55px;
	left: -90px;
}

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

#detran {
	margin-bottom: 80px;
}

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

	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: #0c0c0c;


}

.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: 18;
	bottom: 20px;
	right: 80px;
	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('/dev/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 {
	color: #2f4a59;
	border-radius: 25px;
	transition: ease 0.5s all !important;
	font-size: 18px;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 600;

}

.icone_seta_fases {
	height: 15px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: 20px;
}

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

	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('/dev/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: #0c0c0c;
	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 */

}

.img_dep {
	position: relative;
	top: 50px;
	width: 55px !important;
	margin-bottom: 20px;
	left: 32px;

}

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

/***************************************************************************
	Paginação
***************************************************************************/

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

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

}

.paginacao span,
.paginacao a:hover {

	border-radius: 100px;
	border: none;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	color: #fff;
	background-color: #d9ab70;
	font-size: 26px;
	font-family: var(--passion-one);
}




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

	Faq

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

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

#faq span {
	color: #fcc81f;
}

#faq p {
	font-size: 17px;
	color: #848484;
	margin: 0;
}

/* structure */
.d-display {
	border-bottom: 1px solid #e8e8e8;
	border-radius: 40px;

}


/* details[open],
	details summary,
	.d-imgs {
	  display: block;
	  
	}
	details summary {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 5px 10px 5px;
	  width: 100%;
	  cursor: pointer;
	  font-weight: 600;
	  font-size: 12px;
	  color:#f8831f ;
	}
	details summary:after {
	    color: #fff;
	    background: #f8831f;
	    width: 50px;
	    height: 50px;
	    padding-left: 22px;
	   
	    border-radius: 40px;
	    content: "›";
	    font-size: 2rem;
	    transition: 0.3s;
	    font-weight: 400;
	}

	
	details {
	  
	  transition: height 0.3s ease;
	}
	details[open] {
	  height: 10rem;
	}
	details p {
	  height: fit-content;
	  padding: 16px;
	}
	details[open] summary:after {
	  transform: rotate(90deg);
	  background: #1f1762;
	} */
.faq-container {
	background-color: transparent;
	border-radius: 6px;
	font-family: Arial, sans-serif;
}

.faq-item {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}

.faq-question {
	background: #fff;
	color: #333;
	font-weight: 600;
	padding: 0px 0 0px 20px;
	width: 100%;
	text-align: left;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
}

.faq-question .faq-icon-wrapper {
	background-color: #003c88;
	padding: 0;
	min-width: 56px;
	height: 56px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-icon-wrapper img.faq-icon {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
	transform: rotate(90deg);
}

.faq-item.active .faq-question {
	background-color: #003c88;
	color: #fff;
}

.faq-item.active .faq-icon-wrapper {
	background-color: #002b66;
}

.faq-answer {
	background: #f9f9f9;
	padding: 16px;
	font-size: 18px;
	color: #444;
	display: none;
}

@media (max-width: 768px) {
	.faq-question {
		font-size: 15px;
		padding: 0px 0px 0px 18px;
		height: 100px;
	}

	.faq-question .faq-icon-wrapper {
		min-width: 48px;
		height: -webkit-fill-available;
	}

	.faq-icon-wrapper img.faq-icon {
		width: 20px;
		height: 20px;
	}
}


/***************************************************************************
    Contato
***************************************************************************/
.pin {
	font-size: 25px;
	color: #fff;
	background: #fcc81f;
	border-radius: 50px;
	min-width: 40px;
	height: 40px;
	text-align: center;
	align-content: center;
	position: relative;
	top: -5px;
}

.contato {
	margin: 80px 0;
}

.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: 10px;
	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;8*/
}

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



.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent !important;
	background-clip: border-box;
	border: 1px solid transparent !important;
	border-radius: .25rem;
}

.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 h2 {
	color: #19408d;
	font-size: 30px;
	font-weight: 900;
}

.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;
	z-index: 1;
}

.img_login {
	position: relative;
	left: -200px;
	top: 20px;
}

.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 h3 {
	color: #19408d;
	font-size: 25px;
	font-weight: 900;
}

.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: #f8f8f8 !important;
	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: #7e7e7e;
	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: #19408d !important;
	;
	color: #fff;
	font-weight: inherit;
	font-weight: 900;
}

.btn-acesso {
	position: absolute;
	left: 0;
	bottom: -40px !important;
	border-radius: 0 0 16px 16px;
	height: 60px;
	margin: 0;
	background: #19408d;
	color: #fff;
	font-weight: inherit;
	font-weight: 900;
	width: 100%;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
	box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
	-webkit-text-fill-color: #000 !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;
}

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

	Home | Footer

***************************************************************************/
.linh {
	height: auto;
	position: relative;
	left: 40px;
	border-left: 2px solid #dbdbdb;
}

.linhab {
	border-bottom: 1px solid #817871;
	padding-bottom: 30px;
}

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

.marcalogo {
	position: relative;
	top: 60px;
	width: 240px;
	margin-bottom: 10px;
}

footer h3 {
	font-size: 24px;
	color: #00337C;
	font-weight: 900;
	margin: 0;

}

footer .contact-info {
	float: inherit;
}

footer {
	position: relative;
	z-index: 1;
}

footer {
	background: #fafafa;
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 9;
}

footer p {
	color: #0c0c0c;
	font-size: 20px;
	margin: 0;
}

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: #0c0c0c;
	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:#fdc816;
		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;
}

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

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

@media (max-width: 991px) {
	#banner h3{
		font-size: 35px;
	}
	#card_home{
		top: 0px !important;
		margin-bottom: 0px!important;
	}
	.copy {
		padding-bottom: 45px !important;

	}

	.pin {
		width: 50px !important;
	}

	.pinn {
		width: 40px !important;
	}

	.img_login {
		width: 100%;
		left: 0px;
	}

	.card_mission {
		left: 0;
	}

	.sobrecontador {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 30px;
	}

	.conteudo_categoria {
		left: 10px;
	}

	.contato .card,
	.mapa .card,
	footer .card {
		display: none !important;
	}

	.icone_menu_desktop {
		display: none;
	}

	footer .contact-info i {
		margin-left: 10px !important;
	}

	.contact-info i {
		margin-left: 10px !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: 80px;
	}

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

	.mrg_banner {
		margin-top: 60px!important;
	}

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

	footer a {
		cursor: pointer;
	}

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

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

	}

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

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

	footer {
		padding-top: 30px;
	}

	.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: 100%;
		height: 90px;
		/* padding: 0 29px; */
		object-fit: contain;
		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: #fcc81f;

		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: #003e92;

		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: #fff;
		font-size: 20px;

	}



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





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

	Bertoldo Advocacia

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

#card_home {
	position: relative;
	top: -150px;
	margin-bottom: -50px;
}

.card_home {
	background: #fff;
	box-shadow: 0 0 8px 1px #BDBDBD;
	border-radius: 30px;
	padding: 30px 40px;
	height: 100%;
	position: relative;
	/* Necessário para o "top" funcionar */
	top: 0;
	/* Ponto de partida para animar */
	transition: top 0.5s ease, background-image 0.5s ease;
}

/* .card_home:hover {
	background-image: url(/dev/wp-content/uploads/2025/07/Inserir-um-titulo-10.png);
	top: 50px;
}
.card_home:hover .seta_card{
	margin: auto;
    display: block!important;
} */
.seta_card {

	display: none;
}

/* .card_home:hover h4{
	color: #fff;
}
.card_home:hover p{
	color: #fff;
} */
.card_home h4 {
	color: #19408d;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}

.card_home p {
	font-size: 20px;
	color: #0c0c0c;
}

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

	Bertoldo Advocacia - conectando home

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

#conectando h3 {
	color: #19408d;
	font-size: 30px;
	font-weight: 900;
}

.hdrr {
	height: 3px;
	background: #fcc81f;
	width: 100px;
}

#conectando p {
	font-size: 20px;
	color: #0c0c0c;
}

.card-contador {
	display: inline-flex;
	align-items: center;
	background: white;
	border-radius: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	padding: 20px 32px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 20px;
	color: #3a3a3a;
	max-width: 500px;
}

.card-contador b.countercd {
	color: #003A7B;
	/* azul escuro */
	font-size: 28px;
	font-weight: bold;
	margin-right: 8px;
}


#conectando .destaque {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 20px;
	color: #0c0c0c;
}

#conectando .icone {
	width: 26px;
	height: 26px;

	background-size: cover;
	flex-shrink: 0;
	margin-top: 3px;
}

#conectando .texto strong {
	display: block;
	color: #0c0c0c;
}

#conectando .texto p {
	margin: 0;
	font-size: 17px;
	color: #0c0c0c;
}

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

	Bertoldo Advocacia - Áreas de atuação

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#areas_de_atuacao {
	margin-top: 150px;
	margin-bottom: 150px;
}

#areas_de_atuacao h3 {
	color: #2f4a59;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

#areas_de_atuacao h5 {
	margin: 0;
	font-size: 20px;
	color: #0c0c0c;
	text-align: center;
}


.card_areas {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 30px;
	padding: 30px 40px 30px 40px;
}

.card_areas h4 {
	color: #2f4a59;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
}

.card_areas p {
	font-size: 16px;
	color: #0c0c0c;
}

.areas_btn {
	display: block;
	border: 1px solid #d9ab70;
	width: 100%;
	text-align: center;
	background: #d9ab70;
	color: #fff;
	font-weight: 600;
	padding: 15px 0px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	position: relative;
	top: -20px;
	font-size: 18px;
}

.areas_btn:hover {
	color: #fff;
}

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

	Bertoldo Advocacia - Mapa

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

section.mapa {
	position: relative;
}



.mapa .container {
	position: absolute;
	top: 60%;
	left: 35%;
	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: 67px;
	height: 100%;
	max-height: 68px;
	object-fit: cover;
	position: relative;
	left: -20px;
	margin-left: -50px;
}

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


.botao_iconeF {
	background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
	color: #fff;

	padding: 10px 40px;
	border-radius: 25px;
	transition: ease 0.5s all !important;
	width: 330px;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.botao_iconeF:hover {
	color: #fff;
}

.icone_setaF {
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: 20px;
}



.categoria {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categoria li {
	position: relative;
	margin-bottom: 8px;
}

.categoria li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #666;
	font-size: 16px;
}

/* seta via pseudo-elemento */
.categoria li a::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 12px;
	background-image: url("/dev/wp-content/uploads/2025/05/setacat.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
}




/**********************************************
***********************************************
Serviços
**********************************************
**********************************************/
#servicos_visar {
	margin: 80px 0;
}

.card-servico {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 40px;
	height: 100%;

}

.numero-etapa {
	width: 48px;
	height: 48px;
	background: #FFCC00;
	color: white !important;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00337C;
	margin-bottom: 20px;
}

.card-servico h4 {
	font-size: 25px;
	color: #00337C;
	font-weight: 900;

}

.card-servico p {
	font-size: 19px;
	color: #0c0c0c;
	line-height: 23px;
	margin-bottom: 20px;
}

.precos div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font-weight: 800;
	color: #00337C;
	font-size: 18px;
}

.precos img {
	width: 30px;
	height: auto;
}

.btn-veja-mais {
	display: inline-block;
	background-color: #00337C;
	color: white;
	font-weight: 800;
	border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 15px;
	width: 150px;
	text-align: center;
}

.btn-veja-mais:hover {
	background-color: #0056b3;
	color: white;
}


#produtos {
	margin: 80px 0;
}

#produtos h3 {
	color: #19408d;
	font-size: 30px;
	font-weight: 900;
}


/* Ajuste do checkbox e label */
.form-check {
	display: flex;
	align-items: center;
	gap: 10px;
	/* espaço entre checkbox e texto */
	font-weight: 500;
	color: #4f4f4f;
	font-size: 14px;
	margin: 20px 0;

}

/* Opcional: Deixar o checkbox menor para harmonizar */
.form-check-input {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.copy {
	background: #013178;
	padding-top: 15px;
	padding-bottom: 15px;
}

.poli {
	float: right;
	text-decoration: underline !important;
	color: #fff;
}

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



