@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Global */

html {
	scroll-behavior: smooth;
}

body {
	background: #1e1e1e;
}

img {
	max-width: 100%;
}

select {
	display: block;
}

/* Header*/

header {
	position: relative;
	height: auto;
}

footer a:hover,
.depoimentos-holder a:hover,
.destaque-holder a:hover {
	opacity: 0.8;
}

#form_contato .fundo_claro {

    background-color: white;
    border-radius: 7px;
    padding: 0 0 0 10px;
    width: calc(100% - 10px);
    color: gray;
}

#form_contato textarea.fundo_claro {

    background-color: white;
    border-radius: 7px;
    padding: 10px 0 0 10px;
    width: 100%;
    color: gray;
}
#form_contato .fundo_claro::placeholder {
    color: gray;
}

.holder-topo {
	display: flex;
	align-items: center;
	height: 110px;
	width: 100% !important;
}

.header-top {
	height: 40px;
	background: #111;
}

.header-top nav ul li {
	padding: 0 0;
}

.header-top nav {
	line-height: 40px;
}

.header-top .container {
	width: 100% !important;
}

.logo-second {
	margin-left: 35px;
}

nav {
	color: #313131;
	background-color: transparent;
	box-shadow: none;
	text-align: right;
	padding: 0 0 0 20px;
	height: auto;
}

nav ul li {
	float: none;
	display: inline-block;
	position: relative;
	padding: 10px 0;
}

nav ul li ul {
	position: absolute;
	top: 30px;
	left: 0;
	background: #B5BB1D;
	z-index: 9;
	color: #1b1b1b;
	border-radius: 17px;
	width: 180px;
	padding: 20px 20px 10px;
	display: none;
}
nav ul li.active {
    background-color: rgba(0, 0, 0, 0);
}
nav ul li.active a {
    color: white !important;
}
nav ul li:hover ul {
	display: block;
}

nav ul li ul a:hover {
	color: #fff !important;
}

nav ul li ul li {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	padding: 0;
}

nav ul a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	padding: 0 12px;
}

nav ul a:hover,
.pagina-atual a {
	background: none;
	color: #B5BB1D !important;
}

nav ul li ul li a {
	color: #1b1b1b;
	text-align: left;
	line-height: 1em;
	white-space: nowrap;
	font-size: 12px;
	display: block;
	float: none;
}

.setinha-menu {
	margin: 0 0 0 4px;
	vertical-align: -2px;
	width: 10px;
}

.destaque-vermelho-menu {
	background: #CE1719;
	color: #fff;
	border-radius: 25px;
}

.destaque-vermelho-menu a {
	color: #fff;
}

.logo-topo {
	margin: 0;
	padding: 0;
	position: relative;
}

.logo-topo a {
	background: url("/img/Logo_blend_branco1.png") no-repeat;
	display: block;
	margin: auto;
	width: 183px;
	height: 70px;
	overflow: hidden;
	line-height: 999em;
	z-index: 9;
	position: relative;
}

.logo-topo2 {
	margin: 0;
	padding: 0;
	position: relative;
}

.logo-topo2 a {
	background: url("/img/logo2.png") no-repeat;
	display: block;
	margin: auto;
	width: 143px;
	height: 39px;
	overflow: hidden;
	line-height: 999em;
	z-index: 9;
	position: relative;
}

.fundo-cinza {
	position: absolute;
	width: 999%;
	height: 98px;
	right: -20px;
	top: 0;
	background: #4C4C4C;
	transform: skew(-20deg, 0deg);
	z-index: 0;
}

.menu-item-instagram a,
.menu-item-instagram a:hover {
	background: url("/img/icon_instagram_.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 10px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}

.menu-item-facebook a,
.menu-item-facebook a:hover {
	background: url("/img/icon_facebooksquared_.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 -2px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}

.menu-item-whatsapp a,
.menu-item-whatsapp a:hover {
	background: url("/img/whatsapp.svg") no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin: 0 0 0 -2px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	line-height: 999em;
}
.conteudo-principal
{
	color: white;
}

.conteudo-principal.internas 
{	
	padding-bottom: 50px;
}
.conteudo-principal.internas section.banner-slider
{
	margin-bottom: 50px;
}

.conteudo-principal .banner-slider h3:not(.form-simule h3){
	font-family: Poppins;
	text-align: center;
	vertical-align: middle;
	color: white;
	margin: 80px 0;
	text-shadow: 0px 0px 13px #000000;
	z-index: 2;

	
}
.conteudo-principal.internas .banner-slider {
	height: 250px;

	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
}


.conteudo-principal.internas .banner-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.link-home a,
.link-home a:hover {}

.container {
	min-width: 1140px;
}

/* Conteúdo principal*/

.slide-a {
	background: url("/img/Rectangle4.png") no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
	padding-top: 220px;
}

.banner-slider div {
	text-align: center;
}

.banner-slider h3 {
	font-family: Poppins;
	font-size: 64px;
	font-weight: 200;
	line-height: 50px;
	letter-spacing: 0em;
	color: #fff;
	text-align: center;
	margin: 0 0 30px;
}
.banner-slider h3 span {
    font-weight: 600;
    color: #B5BB1D;
}


.banner-slider p,  {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #B5BB1D;
	max-width: 60%;
	margin: auto;
}

.banner-slider a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	border: 2px solid #B5BB1D;
	padding: 0 20px;
	border-radius: 999em;
	display: inline-block;
	margin-top: 20px;
}

.portfolio-holder {
	padding: 120px 0 0;
}

.portfolio-holder h4 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-align: center;
}

.portfolio-holder h4 strong {
	font-weight: 600;
}

.portfolio-holder p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #B5BB1D;
}

.tabs {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	height: 60px;
	width: 100%;
	background-color: transparent;
	margin: 20px auto;
	white-space: nowrap;
}

.tabs .tab {
	display: inline-block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	padding: 0 20px 0 0;
	margin: 0;
	text-transform: uppercase;
}

.tabs li:nth-child(4) {
	padding: 0 !important;
}

.tabs .tab a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 24px;
	font-size: 18px;
	background: #161616;
	border-radius: 10px;
}

.tabs .tab a:hover,
.tabs .tab a.active,
.tabs .tab a:focus,
.tabs .tab a:focus.active {
	background-color: #B5BB1D;
	color: #1E1E1E;
}

.tabs .indicator {
	display: none;
}

.portfolio-holder img {
	border-radius: 10px;
}

.portfolio-holder .owl-carousel h3 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color: #B5BB1D;
}

.portfolio-holder .owl-carousel p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
}

.eventos .portfolio-item 
{
	max-width: 450px;
}
.eventos .portfolio-image-container {
	padding-top: 75%; 
}
.eventos #texto-evento
{
	width: 100%;
	
}

.portfolios div.textos h3, .eventos h3
{
    color: #B5BB1D;
	margin: 0;
	font-family: 'Poppins';
    font-size: 40px;
    font-weight: 600;
	margin-top: 40px;
}

.portfolios span, .eventos span
{
	font-size: 30px;
    font-weight: 400;
    color: white;
	display: block;
}



#video-youtube {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#video-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumb-galeria {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
	border-radius: 3%;
}

.thumb-galeria img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3%;
	transition: transform 0.3s ease;
}

.thumb-galeria:hover img {
	transform: scale(1.1);
}
.galeria {
    margin-top: 40px;
}

.galeria div.row div.col 
{
	padding: 5px !important;
}

.portfolio-item {
	position: relative;
	width: 100%;
	overflow: hidden; /* Oculta qualquer conteúdo que exceda o container */
	border-radius: 6px; /* Arredondamento das bordas */
	display: flex;
	flex-direction: column;
}

.portfolio-image-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; 
	overflow: hidden; /* Oculta qualquer conteúdo que exceda o container */
	border-radius: 6px; /* Arredondamento das bordas */
}

.portfolio-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ajusta a imagem para cobrir completamente o container */
	border-radius: 6px; /* Arredondamento das bordas da imagem */
	transition: transform 0.3s ease-out; /* Transição suave para o efeito de desfoque */
}

.portfolio-item:hover img {
	transform: scale(1.1); /* Efeito de escala ao passar o mouse */
}

.portfolio-item h3 {
	margin: 20px 0 0 0;
}

.portfolio-item p {
	margin: 0;
}


.image-container {
	max-width: 100%;
}

.image-portfolio {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 3%;
}

.image-portfolio img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolios .textos {
	text-align: right;
}

.portfolios .carousel-container {
	position: relative;
	padding: 0 25px;
	margin-top: 20px;
}

.portfolios .carousel-container {
	position: relative;
	padding: 0 25px;
	/* Espaço para as setas */
}

.portfolios .owl-carousel .item {
	text-align: center;
	padding: 10px;
	position: relative;
	width: 100%;
	/* Assegura que o item ocupe a largura total */
	padding-top: 56.25%;
	/* Proporção 16:9 (9/16 = 0.5625 ou 56.25%) */
}

.portfolios .owl-carousel .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Preenche o contêiner mantendo a proporção */
}

.portfolios .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 3rem; 				/* Aumenta o tamanho das setas */
	font-weight: bold;				/* Aumenta a grossura das setas */
	color: #B5BB1D; 				/* Cor das setas */
	z-index: 1000;					/* Para garantir que as setas fiquem acima das imagens */
}

.portfolios .owl-prev,
.portfolios .owl-next {
	font-family: 'Poppins' !important;
	font-size: 40px !important;
	color: #B5BB1D !important;
}

.portfolios .owl-nav button.owl-prev {
	left: -30px;
}

.portfolios .owl-nav button.owl-next {
	right: -30px;
}

.portfolios .owl-dots {
	display: none;
}

.portfolios .owl-carousel .item img {
	border-radius: 3%;
}

.sobre-nos-holder {
	padding-top: 50px;
}

.sobre-nos-holder h4 {
	font-family: Poppins;
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.sobre-nos-holder h4 span {
	font-weight: 600;
	color: #B5BB1D;
}

.sobre-nos-holder p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
	color: #E9E9E9;
	max-width: 80%;
	margin: 0 auto 30px;
}

.sobre-nos-holder h5 {
	font-family: Poppins;
	font-size: 35px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0em;
	color: #B5BB1D;
	text-align: center;
	margin: 60px 0 40px;
}

.sobre-nos-holder h5 span {
	color: #fff;
}

.sobre-img {
	margin: 0 auto 40px;
	display: block;
}

.video-holder {
	background: #B5BB1D;
	padding: 40px 0;
}

.video-holder iframe {
	display: block;
	margin: auto;
}

.menina-dest {
	position: absolute;
	bottom: 0;
	left: 360px;
}

.form-simule-holder {
	position: absolute;
	left: 65%;
	top: 113px;
	width: 406px;
}

.form-simule {
	background: #FFFFFF;
	box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px;
	width: 100%;
}

.form-simule-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 25px;
	color: #1b1b1b;
	margin: 0 0 10px;
}

.form-simule-holder h3 strong {
	font-weight: 700;
}

.form-simule input[type="text"],
.form-simule input[type="email"],
.form-simule input[type="tel"],
.form-simule select {
	background: #EEEEEE;
	border-radius: 90px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #919191;
	padding: 12px;
	height: auto;
	margin: 0 0 10px;
	width: calc(100% - 24px);
	border: none;
}

.form-simule select {
	width: 100%;
	padding: 12px 10px;
}

.form-simule select.special-select {
	background: #E0BA62 !important;
	color: #1b1b1b !important;
}

.form-simule input::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #919191;
}

.form-simule input[type="submit"] {
	border-radius: 90px;
	background: #E0BA62;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 25px;
	color: #1b1b1b;
	border: none;
	float: none;
	cursor: pointer;
	width: 263px;
	margin: 0 auto -35px;
	display: block;
}

.botao-whatsapp-voador {
	width: 75px;
	height: 75px;
	background: url("/img/whats.svg") no-repeat, #0DC143;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	line-height: 999em;
	border-radius: 999em;
	background-position: center;
	z-index: 9;
}

section {
	position: relative;
}

.quem-somos-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	color: #C21010;
	margin: 90px 0 30px;
}

.quem-somos-holder p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #6C6C6C;
	margin: 0 0 30px;
	max-width: 460px;
}

.img-mulher {
	display: block;
	margin: 0 auto -100px;
}

.img-letras {
	background: url("/img/letras.svg") no-repeat;
	background-position: 75px center;
}

.setinha {
	background: url("/img/setinha-vermelha.svg") no-repeat, #fff;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -45px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.escolha-holder {
	background: #C21010;
	padding: 70px 0 90px;
	position: relative;
}

.escolha-holder h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 30px;
}

.escolha-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
}

.escolha-holder a h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #000000;
	margin: 15px 0 0;
}

.escolha-holder .col a span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #C21010;
	padding: 0 0 15px;
	display: block;
}

.escolha-holder .setinha {
	background: url("/img/setinha-branca.svg") no-repeat, #C21010;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.oportunidades-carros-holder {
	background: #E7E7E7;
	padding: 60px 0 90px;
}

.oportunidades-carros-holder h3 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin-bottom: 30px;
}

.oportunidades-carros-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.oportunidades-carros-holder a h4 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 30px;
	margin: 10px 0 -5px;
}

.oportunidades-carros-holder .col a span {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 600;
}

.oportunidades-carros-holder .setinha {
	background: url("/img/setinha-vermelha.svg") no-repeat, #E7E7E7;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.oportunidades-imoveis-holder {
	background: linear-gradient(180deg, #4D4D4D 0%, #2B2B2B 100%);
	padding: 60px 0 90px;
}

.oportunidades-imoveis-holder h3 {
	color: var(--primary-red, #fff);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin-bottom: 30px;
}

.oportunidades-imoveis-holder .col a {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.oportunidades-imoveis-holder a h4 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 30px;
	margin: 10px 0 -5px;
}

.oportunidades-imoveis-holder .col a span {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 600;
}

.oportunidades-imoveis-holder .setinha {
	background: url("/img/setinha-branca.svg") no-repeat, #4D4D4D;
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -25px;
	left: 50%;
	z-index: 9;
	border-radius: 999em;
	background-position: center;
	background-size: 24px;
	margin-left: -26px;
}

.video-home {
	background: #FFF;
	padding: 60px 0;
}

.video-home h3 {
	color: var(--primary-red, #C21010);
	text-align: center;
	font-size: 32px;
	font-family: Montserrat;
	font-weight: 800;
	margin: 20px 0 0;
}

.video-home img {
	display: block;
	margin: auto;
}

.destaque-holder {}

.destaque-holder h3 {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 50px 0 0;
}

.destaque-holder p {
	color: #252525;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.btn-cinza {
	width: 263px;
	height: 50px;
	border-radius: 90px;
	background: #E0BA62;
	color: #222;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px 0 0;
}

.btn-cinza img {
	vertical-align: -6px;
	margin-right: 9px;
}

.conquista-holder {
	background: #1b1b1b;
}

.conquista-holder h3 {
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.conquista-holder h3 span {
	color: #E0BA62;
	font-weight: 600;
}

.conquista-holder p {
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.conquista-holder {
	position: relative;
	padding: 60px 0 0px;
	overflow: hidden;
}

.conquista-bg-vermelho {
	position: absolute;
	border-radius: 0px 0px 0px 120px;
	background: var(--Red, #CE1719);
	width: 100%;
	height: 100%;
	margin-left: 220px;
	z-index: -1;
	top: 0;
	left: 0;
}

.depoimentos-holder {
	background: #1B1B1B;
	padding: 40px 0 0;
}

.holder-setinhas-nav {
	display: inline;
	margin: 0px 0 0 80px;
	vertical-align: -5px;
}

.holder-setinhas-nav img {
	margin: 0 10px;
}

.depoimentos-bg-black {
	position: absolute;
	border-radius: 0px 120px 0px 0px;
	background: var(--Cinza, #050505);
	width: 100%;
	height: 100%;
	margin-left: -320px;
	z-index: -1;
	top: 0;
	left: 0;
}

.depoimentos-holder h3 {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	display: block;
}

.depoimentos-holder h3 strong {
	font-weight: 700;
}

.depoimentos-holder p {
	color: var(--Branco, #fff);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

.depoimentos-holder p.nome-cliente {
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.depoimentos-holder p.nome-cliente strong {
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	/* 187.5% */
}

.depoimentos-holder a {
	border-radius: 90px;
	background: var(--Red, #CE1719);
	width: 228px;
	height: 50px;
	color: var(--Branco, #FFF);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.ultimo-slider-holder {}

.ultimo-slider-holder h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	position: absolute;
	top: 24%;
	left: 11%;
}

.ultimo-slider-holder h2 span {
	font-weight: 600;
	color: #CE1719;
}

.ultimo-slider-holder .bx-pager {
	display: none;
}

/* Rodapé */

footer {
	background: #1B1B1B;
	margin-top: -20px;
	padding-top: 50px;
}

footer a {
	color: #B5BB1D;
}

.assinatura-rodape {
	margin: 20px auto;
	display: block;
	width: 140px;
}

.linha_footer {
	height: 10px;
	background-color: #B5BB1D;
}

footer h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #7CCAE9;
}

.hs-logo-rodape {
	vertical-align: 10px;
	margin-left: 10px;
}

.telefone-rodape {
	background: url("/img/telefone.svg") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	padding: 1px 0 5px 30px;
	margin-right: 20px;
}

.endereco-rodape {
	background: url("/img/mapa.svg") no-repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	padding: 2px 0 5px 30px;
}

footer p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}

.textos-rodape {
	padding-top: 20px !important;
	text-align: right;
}

.redes-sociais-rodape {
	display: inline-block;
	vertical-align: 0;
	margin-left: 10px;
}

.redes-sociais-rodape li {
	display: inline-block;
	padding-right: 5px;
	list-style: none;
}

.rsr-instagram {
	background: url("/img/instagram-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-facebook {
	background: url("/img/facebook-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-linkedin {
	background: url("/img/linkedin-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.rsr-youtube {
	background: url("/img/youtube-invertido.svg") no-repeat;
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	line-height: 999em;
}

.redes-sociais-rodape li a:hover {
	opacity: 0.7;
}

.whatsapp-peq {
	background: url("/img/whatsapp-peq-branco.svg") no-repeat;
	padding-left: 25px;
}

.telefone-peq {
	background: url("/img/telefone.svg") no-repeat;
	padding-left: 25px;
}

.mail-peq {
	background: url("/img/carta.svg") no-repeat;
	padding-left: 25px;
}

.linha-vermelha {
	height: 4px;
	background: #001F53;
	margin: 30px 0 5px;
}

.copyright {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.copyright strong {
	font-weight: 600;
}

.sidenav-trigger {
	display: none;
}

.destaque-holder .carousel,
.conquista-holder .carousel {
	height: 440px;
	margin-bottom: 40px;
}

.conquista-holder .carousel {
	margin-left: 0;
	margin-bottom: 20px;
}

.btn-desa {
	width: 220px;
	height: 50px;
	border-radius: 90px;
	background: #DBDBDB;
	color: #9A9A9A;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px 0 0;
}

.destaque-holder .carousel .carousel-item>img,
.conquista-holder .carousel .carousel-item>img {
	background: #000;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: -1;
	filter: brightness(40%);
}

.destaque-holder .carousel .carousel-item,
.conquista-holder .carousel .carousel-item {
	width: 265px;
	height: 360px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 6px 10px 60px 0px rgba(0, 0, 0, 0.25);

}

.destaque-holder .carousel .carousel-item span,
.conquista-holder .carousel .carousel-item span {
	display: block;
	text-align: center;
	line-height: 28px;
	text-shadow: 0px 0px 10px black;
}

.txt-cred {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-top: 220px;
}

.txt-cat {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}

.conquista-holder .txt-cat {
	margin-top: 290px;
	font-size: 22px;
}

.la-mina {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.txt-part {
	color: #E0BA62;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.txt-valor {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}

.indicacao-holder {
	background: #F2F2F2;
	padding: 120px 0;
}

.indicacao-holder h3 {
	color: #696969;
	text-align: left;
	font-family: Poppins;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	display: block;
	margin: 0 auto 40px;
	width: 450px;
	background: url("/img/Guarantee.png") no-repeat left center;
	padding-left: 130px;
}

.indicacao-holder h3 span {
	font-weight: 600;
	color: #E0BA62;
}

.indicacao-holder p {
	width: 660px;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color: #6C6C6C;
	display: block;
	margin: 0 auto 40px;
	text-align: center;
}

.destaque-holder {
	margin-bottom: 0px;
}

.destaque-holder .btn-desa {
	margin-bottom: -43px;
	z-index: 2;
	position: relative;
}

.melhor-negocio-inner {
	background-image: linear-gradient(#001F53, #001333);
	filter: drop-shadow(6px 10px 60px rgba(0, 0, 0, 0.25));
	border-radius: 30px;
	padding: 30px 80px;
}

.melhor-negocio-inner h3 {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}

.melhor-negocio-inner h3 strong {
	color: #FFF;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.melhor-negocio-inner .col {
	padding: 0 5px;
}

.melhor-negocio-inner .col div.inner-inner {
	height: 360px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.melhor-negocio-inner .col div.inner-inner3x {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) !important;
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
}

.melhor-negocio-inner .col h4 {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 280px 0 0;
	display: inline-block;
	width: 100%;
	text-shadow: 0px 0px 10px black;
	z-index: 1;
	position: relative;
}

.melhor-negocio-inner .col a {
	color: var(--Red, #B02024);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
	display: block;
	text-shadow: 0px 0px 10px black;
	z-index: 1;
	position: relative;
}

.vantagens-holder {
	background: #EFEFEF;
	padding: 60px 0 80px;
	margin-top: -30px;
	z-index: 1;
}

.melhor-negocio-holder {
	z-index: 2;
}

.vantagens-holder h4 {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 125% */
}

.vantagens-holder h4 strong {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.vantagens-holder p {
	color: #6C6C6C;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
}

.vantagens-holder ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.vantagens-holder ul li {
	color: #6C6C6C;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	/* 214.286% */
	background: url("/img/list-symbol.svg") no-repeat left;
	padding-left: 25px;
}

.vantagens-holder .col {
	position: relative;
}

.vantagens-holder .form-simule {
	left: auto;
	right: 0;
	width: 350px;
}

.vantagens-holder .form-simule h3 {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	/* 83.333% */
	letter-spacing: -0.03em;
}

.vantagens-holder .form-simule h3 span {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.03em;
}

.carro-flutuante {
	position: absolute;
	bottom: -200px;
	left: 50%;
	margin-left: -380px;
	z-index: -1;
}

.como-funciona-holder h3 {
	color: var(--Red, #B02024);
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.como-funciona-holder h3 strong {
	color: var(--Red, #B02024);
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.como-funciona-holder img {
	display: block;
	margin: -30px auto 0;
}

footer {
	background: #1B1B1B;
	margin-top: -20px;
	padding-top: 20px;
}

footer .redes-sociais-rodape {
	margin: 0;
	padding: 0;
}

footer .redes-sociais-rodape li {
	margin: 0;
	padding: 0;
}

footer .redes-sociais-rodape li a,
footer .redes-sociais-rodape li a:hover {
	margin: 20px 10px 0 0;
	padding: 0;
	background-size: 34px;
	width: 34px;
	height: 34px;
}

.logo-rodape {
	display: block;
	margin: 50px 0 0;
}

footer h3 {
	font-family: Poppins;
	font-size: 38px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #B5BB1D;
	margin-bottom: -5px;
}

footer h3 strong {
	font-weight: 600;
}

footer p {
	font-family: Poppins;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
}

.btn-rodape {
	background: #B5BB1D;
	padding: 10px 30px;
	border-radius: 5px;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
	color: #1e1e1e;
	margin-right: 10px;
}

.btn-rodape.btn-rodape2 {
	background: #161616;
	color: #B5BB1D;
}

.tel-horario {
	text-align: center;
}

.tel-horario strong {
	font-weight: 700;
}

.tel-horario img {
	vertical-align: -8px;
	margin: 0 0 0 15px;
}

.tel-rodape {
	vertical-align: -6px;
	margin-right: 3px;
}

.email-rodape {
	vertical-align: -7px;
	margin-right: 3px;
	height: 25px;
}

.p-icon {
	margin-bottom: 0;
	display: inline-block;
	text-align: center;
}

.p-icon a {
	color: #fff !important;
}

.logos-rod {
	margin: 5px 0 0 -10px;
}

.seloroda {
	margin: 0 0px 0 60px;
}

.video-depoimentos {
	margin: auto;
	display: block;
	width: 636px;
}

.img-bg-slider-desktop {
	display: block;
}

.img-bg-slider-mobile {
	display: none !important;
}

/* Mobile */

@media (max-width: 1000px) {

	.img-bg-slider-mobile {
		display: block !important;
	}

	.img-bg-slider-desktop {
		display: none !important;
	}

	header nav {
		display: none;
	}

	.container {
		min-width: auto;
	}

	.sidenav-trigger {
		display: block;
		position: absolute;
		right: 20px;
		top: 25px;
		color: #fff;
	}

	.logo-topo a,
	.logo-topo2 a {
		width: 100px;
		background-size: 100%;
	}

	.logo-topo a {
		margin: 15px 0 0 10px;
		width: 130px;
	}

	.slide-a {
		min-height: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.portfolio-holder {
		padding: 60px 0 0;
	}

	.tabs {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		height: auto;
		width: 100%;
		background-color: transparent;
		margin: 20px auto;
		white-space: normal;
		display: block;
	}

	.sobre-nos-holder p {
		font-family: Poppins;
		font-size: 17px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
		color: #E9E9E9;
		max-width: 90%;
		margin: 0 auto 30px;
	}

	.sobre-nos-holder {
		padding-top: 0;
	}

	.tabs .tab {
		display: inline-block;
		text-align: center;
		line-height: 60px;
		height: 60px;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		width: 100% !important;
	}

	.banner-slider h3 {
		font-size: 44px;
	}

	.banner-slider p {
		font-size: 18px;
		max-width: 90%;
	}

	.holder-topo {
		height: 68px;
	}

	header {
		height: 68px;
	}

	.header-top {
		display: none;
	}

	.sidenav li ul {
		padding-left: 30px;
	}

	.sidenav {
		z-index: 99999;
		padding-top: 20px;
	}

	.form-simule-holder {
		position: relative;
		left: 0;
		top: 0;
		width: 85%;
		margin: auto;
	}

	.banner-slider h2 {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 40px;
		color: #1e1e1e;
		position: absolute;
		top: 30px;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.banner-slider {
		overflow: visible;
	}

	.logos-empresas {
		margin-bottom: 50px;
	}

	.btn-rodape {
		background: #B5BB1D;
		padding: 10px 30px;
		border-radius: 5px;
		font-family: Poppins;
		font-size: 15px;
		font-weight: 600;
		line-height: 50px;
		letter-spacing: 0em;
		color: #1e1e1e;
		display: block;
		text-align: center;
		margin: 0 0 20px;
	}

	.indicacao-holder h3 {
		color: #696969;
		text-align: left;
		font-family: Poppins;
		font-size: 45px;
		font-style: normal;
		font-weight: 400;
		line-height: 45px;
		display: block;
		margin: 0 0 40px 20px;
		width: 100%;
		background: url("/img/Guarantee.png") no-repeat left center;
		padding-left: 90px;
		background-size: 80px;
	}

	.indicacao-holder p {
		width: auto;
	}


}