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

    :: Template Name: Nicoluche Assessoria Financeira

    :: Author: Marcasite - Carlos Augusto A. Cruz

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

    :: Version: 1.0.0

    :: Created: 11 de Agosto de 2025

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

	

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

       Fonts

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



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@100;200;300;400;500;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: transparent;

}

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

#menu-primeiro {
	/*margin-bottom: 15px;*/
	padding-top: 30px;

}

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

	
	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 {

	border-bottom: solid 1px #d9ab70;
	border-top: 1px solid #d9ab70;

} */





#menu-segundo ul li {

	/*		margin-top: 10px;*/

}

#menu-segundo ul li a {

	color: #fff;

	font-weight: 300;

	font-size: 22px;

	margin: 0 0 0 35px;

}

#menu-segundo ul li:hover a,

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

	color: #83b247;

}

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

}

/**************************************************
 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: 475px;
	background-image: url(https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/banner-interno-1.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 200px;
	background-size: cover;
	position: relative;
    top: -120px;
	margin-bottom: -120px;

}

#banner_interno h3 {

	color: #83b247;
    font-size: 24px;
}

#banner_interno h2 {
	    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 700;
}

#banner {

	height: 865px;

	background-repeat: no-repeat;

	background-position: center;

	padding-top: 100px;

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

}

#banner h2 {

	color: #58585a;

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

	font-size: 48px;

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

}

#banner h3 {

	    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

#banner p {
	position: relative;
	font-size: 22px;
	color: #fff;
	font-weight: 200;
	/* padding-left: 20px; */
	margin-top: 15px;
}
.highlight {
  background-image: url('https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/circulo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%; /* ou ajuste para cover dependendo do círculo */
  background-position: center;
  display: inline-block;
  padding: 0 5px; /* ajusta o espaço interno */
}

/* #banner p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 90%;
	width: 3px;
	background-color: #d9ab70;
} */

.btn_amarelo {
	    background: #83b247;
    color: #fff;
    border: solid 2px #83b247;
    border-radius: 40px;
    transition: ease 0.5s all !important;
    width: 350px;
    height: 60px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* text-decoration: none; */
}

.btn_amarelo:hover {
	background: #202027;
	color: #83b247;
	border: solid 2px #202027;
}

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

.mrg_banner {
	margin-top: 140px;
}

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

	Home | TURMAS

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



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

***************************************************************************/
#mapa {
	position: relative;
	top: 90px;
	z-index: 0;
	margin-top: -90px;
}


.alignec {
	align-content: center;
}

.mt-100 {
	margin-top: 100px;
}




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



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

	Blog - interno

***************************************************************************/
.blogThumb-int {
	width: 100%;
}

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

	Faq

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

/* HEADER FECHADO */
.faq-header {
  background: #fff;
  color: #333;
  padding: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: 0.3s ease;
}

/* HEADER ABERTO */
.faq-header.active {
  background: #4CAF50;
  color: #fff;
}

/* CONTEÚDO */
.faq-body {
  display: none;
  padding: 15px;
  background: #fff;
  color: #444;
  font-weight: 400;
}

/* CÍRCULO VERDE/BRANCO */
.faq-circle {
  background: #4CAF50;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

/* ÍCONE */
.faq-icon {
  width: 24px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0) invert(1); /* seta branca */
}

/* QUANDO ABERTO */
.faq-header.active .faq-circle {
  background: #fff;
}

.faq-header.active .faq-icon {
  filter: none; /* seta volta a cor original (verde) */
  transform: rotate(90deg);
}
/***************************************************************************

	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
***************************************************************************/
.img_cel_contato{
	margin: auto;
    display: block;
    position: relative;
    top: -300px;
    left: -90px;
    margin-bottom: -300px;
}

.contato .contact-info{
	display: flex;
    align-items: center;
}
.contato .contact-info i{
	font-size: 25px;
    color: #fff;
    background: #83b247;
    border-radius: 50px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
}

.contato h3 {
	text-align: start !important;
}
.contato .tituloSection {
    font-size: 2rem;
    color: #202027;
    text-align: left;
}
.contato .subtitle {
    font-size: 1.25rem;
    color: #83b247;
    text-align: left;
}
.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 span,
.mapa .card .content span,
footer .card .content span {
	font-weight: var(--font-bold);
}

.contato p {
	font-weight: var(--font-light);
	margin-top: 6px;
	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: #f8f8f8;
	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:#83b247;
	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;
}




/* #contato .contact-info i {}

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

#contato h2 {
	color: #2f4a59;
	font-size: 30px;
	font-weight: 600;


}

#contato .par_red {

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

#contato .btn_env {
	background: #d9ab70;
	color: #fff;
	border: solid 2px #d9ab70;
	
	padding: 10px 40px 10px 40px;
	border-radius: 15px;
	transition: ease .5s all !important;
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 25px;
	
}

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

.classs-p p {
	display: block !important;
}

.classs-p input {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

	Home | Footer

***************************************************************************/
.linhab {
	border-bottom: 1px solid #817871;
	padding-bottom: 80px;
}

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 {
	font-size: 25px;
    color: #fff;
    background: #83b247;
    border-radius: 50px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
}

.marcalogo {
	position: relative;
	width: 240px;
	max-width: fit-content;
}

footer a {
	color: white;
}

footer h3 {
	color: #fff;
	font-weight: 600;
	font-size: 21px;
}

footer .contact-info {
	float: inherit;
}

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

footer {
	background-image: url('https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/bg-footer.png');
	padding-top: 110px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 9;
}

footer p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

footer h4 {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}

.footer_logo {
	width: 70%;
}

.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: #fff;
	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) {
	.bannerDesktop{
		display: none!important;
	}
	.bannerMobile{
		display: block!important;
	}
	#servicos_home .cardH{
		margin-bottom: 30px;
	}
	#banner{
		height: 680px!important;
	}
	.quadrado-cont{
		
		left: 0px!important;
	}
	.ceo_subtitle{
		text-align: center!important;
	}
	.ceo_title{
		text-align: center!important;
	}
	.ceo_seta{
		margin-top: 0px!important;
		margin: auto;
	}
	#banner h3{
		font-size: 38px!important;
	}
	#servicos_home{
		height: auto!important;
		    margin: 80px 0!important;
    		padding: 80px 0!important;
	}
	#servicos_home .lg8_position{
		top: 0!important;
	}
	#controle{
		height: auto!important;
		margin: 80px 0;
		
		background: #fff!important;
	}
	.tel_home{
		margin-top: 0px!important;
	}
	.img_cel_contato{
		display: none;
	}
	#depoimento_agende{
		margin: 80px 0!important;
	}
	#depoimento_agende .tituloSection{
		font-size: 25px!important;
	}
	.agende_card{
		width: 100%!important;
	}
	.img_redonda{
		display: none;
	}
	#nossos-objetivos{
		height: auto !important;
		padding: 30px 0;
	}
	.video-wrapper{
		top: -0px !important;
        margin: auto;
        margin-top: 50px;
	}
	.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: 250px;
	}

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

	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: #83b247;

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

	}



	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: #000;
		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) {}

@media (max-width: 467px) {
	.politica {
		flex-direction: column;
		gap: 5px;
	}
}




::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 {
	margin: 80px 0;
}

.card_home {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 30px;
	padding: 70px 40px;
	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;
	height: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card_home:hover {
	background-color: #202027;
	
}

.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: #202027;
    font-size: 23px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
}

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

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

	Nicoluche - mais controle

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#controle{
	height: 560px;
    background-image: url(https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/paperwork.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin: 80px 0;
}
.tel_home{
	width: 100%;
	margin-top: 250px;
}
#controle .subtitle{
	font-size: 1.25rem;
	color: #83b247;
	margin: auto;
	text-align: left;
	display: block;
}
#controle .tituloSection{
	font-size: 2rem;
	color: #202027;
	margin: auto;
	text-align: left;
}
#controle p{
	font-size: 1.25rem;
	color: #808080;
	
}
 .naf-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
  }

  .naf-icon {
    width: 60px;
    height: auto;
  }

  .naf-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .naf-top {
    font-size: 1.875rem;
    font-weight: 900;
    color: #202027;
  }

  .naf-bottom {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
  }

  .countercd {
    font-size: 1.875rem;
    color: #202027;
	font-weight: 900;
  }
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Nicoluche - Serviços home

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#servicos_home{
	height: 550px;
    background-image: url(https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/bgcrds.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin: 250px 0;
}
#servicos_home .cardH {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec;
}

#servicos_home .cardH img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

#servicos_home .card-text h3 {
    margin: 0;
    font-size: 1.625rem;
    font-weight: bold;
    color: #000;
}

#servicos_home .card-text p {
    margin: 5px 0 0;
    font-size: 1.25rem;
    color: #555;
    
}
#servicos_home .lg8_position{
	position: relative;
    top: -70px;
}

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

	Nicoluche - Consultor

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

#consultor{
	margin: 80px 0;
}
#consultor .subtitle{
	font-size: 1.25rem;
	color: #83b247;
	margin: auto;
	text-align: left;
	display: block;
}
#consultor .tituloSection{
	font-size: 2rem;
	color: #202027;
	margin: auto;
	text-align: left;
}
#consultor p{
	font-size: 1.125rem;
	color: #808080;
	
}
.ceo_subtitle{
	font-size: 15px!important;
    margin: 0;
    text-align: right;
    color: #83b247!important;
}
.ceo_title{
	font-size: 20px!important;
    margin: 0;
    text-align: right;
    color: #202027!important;
	font-weight: 900;
}
.ceo_seta{
	display: block;
    margin-left: auto;
	margin-top: -100px;
}
.quadrado-cont {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 15px;
    padding-left: 20px;
    position: relative;
    top: -150px;
	margin-bottom: -100px;
    left: -150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.quadrado-cont img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

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

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

	Nicoluche - Sobre Nós

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#sobre-nos{
	    margin: 120px 0;
}
#sobre-nos .subtitle {
    font-size: 1.25rem;
    color: #83b247;
   	margin: unset;
    text-align: left;
    
}
#sobre-nos .tituloSection {
    font-size: 2rem;
    color: #202027;
   
    text-align: left;
}
#sobre-nos p {
    font-size: 1.25rem;
    color: #808080;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Nicoluche - Sobre Nós - nossos objetivos

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

#nossos-objetivos{
    height: 470px;
    background-image: url(https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/08/banner-sobre.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 80px 0;
}

#nossos-objetivos .subtitle {
    font-size: 1.25rem;
    color: #83b247;
   
    text-align: left;
    
}
#nossos-objetivos .tituloSection {
    font-size: 2rem;
    color: #FFF;
   
    text-align: left;
}
#nossos-objetivos p {
    font-size: 1.25rem;
    color: #FFF;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 90%;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 9 / 16;
    top: -50px;
}
.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 0;
}
.video-wrapper img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.video-wrapper iframe {
    display: none;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Nicoluche - Sobre Nós - CEO

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#ceo{
	margin: 120px 0;
}
#ceo .subtitle {
    font-size: 1.25rem;
    color: #83b247;
   
    text-align: left;
    
}
#ceo .tituloSection {
    font-size: 2rem;
    color: #202027;
   
    text-align: left;
}
#ceo p {
    font-size: 1.25rem;
    color: #808080;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Nicoluche - Serviços index

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
	
.serv_btn{
	position: relative;
    top: -35px;
    left: 40px;
	margin-bottom: -30px;
}


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

	Nicoluche - Depoimentos

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#depoimentos {
    margin: 120px 0;
}
.card-depoimento {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

#depoimentos .thumb {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#depoimentos video {
	display: none;
	width: 100%;
	height: 600px;
}

.card-quote {
   position: absolute;
    top: -12px;
    right: 15px;
    width: 80px;
    opacity: 1;
    z-index: 0;
    height: 50px;
    width: 60px;
    object-fit: contain;
}
.card-depoimento p {
    position: relative;
    z-index: 1;
}

.card-text {
    font-size: 18px;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
	margin-top: 20px;
}

.card-author {
    font-size: 18px;
}

.card-author strong {
    color: #000;
}

.card-author span {
    color: #2ecc71;
}

#depoimentos_video{
	margin: 80px 0;
}

#depoimento_agende{
	margin: 160px 0;
}
.agende_card{
	background: #202027;
	border-radius: 20px;
	padding: 30px;
	width: 90%;
}


#depoimento_agende .subtitle {
    font-size: 1.25rem;
    color: #83b247;
    margin: auto;
    text-align: left;
    display: block;
}


#depoimento_agende .tituloSection {
    font-size: 2rem;
    font-weight: 900;
    text-align: left;
    margin-bottom: 20px;
	color: #FFF;
	max-width: 430px;
}
#depoimento_agende p {
    font-size: 20px;
    color: #fff;
	max-width: 460px;
}
.img_redonda{
	position: relative;
    top: -465px;
    left: -100px;
    margin-bottom: -465px;
}
/*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
.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("https://nafassessoriafinanceira.com.br/wp-content/uploads/2025/05/setacat.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
}





.subtitle{
	font-size: 20px;
    color: #83b247;
    margin: auto;
    text-align: center;
    display: block;
}
.tituloSection{
	text-align: center;
	font-weight: 900;
	    font-size: 2rem;
}

.bannerDesktop{
	display: block;
	width: 100%;
}
.bannerMobile{
	display: none;
	width: 100%;

}

#banner_grupo{
	margin: 150px 0;
}

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