@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:#fff;
}
img {
	max-width:100%;
}
select {
    display: block;
}

a { color: black !important;}

.vermais
{
	font-weight: bold;
}

.menu-principal a { color: white !important; }

/* Header*/

header {
	background:#1b1b1b;
	position:relative;
	height: auto;
}
header a:hover, footer a:hover, .depoimentos-holder a:hover, .destaque-holder a:hover {
	opacity:0.8;
}

.contempladas-em-destaque h3:not(.form-simule h3)
{
	color: #E0BA62;
	font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 54px;
letter-spacing: 0em;
text-align: left;

}

.holder-topo {
	display:flex;
	align-items: center;
	height: 98px;
	width:100% !important;
	border-bottom:3px solid #E0BA62;
}
.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: #E0BA62;
    z-index: 9;
    color: #1b1b1b;
	border-radius:17px;
	width:180px;
	padding:20px 20px 10px;
	display:none;
}
nav ul li:hover ul {
	display:block;
}
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 {
	background:none;
}
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;
}
.destaque-vermelho-menu {
	background:#CE1719;
	color:#fff;
	border-radius:25px;
}
.destaque-vermelho-menu a {
	color:#fff;
}
.logo-topo {
    margin: 10px 20px 0 0;
    padding: 0;
    position: relative;
}
.logo-topo a {
    background: url("../img/logo-megainvest1.png") no-repeat;
    display: block;
    margin: auto;
    width: 305px;
    height: 45px;
    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;
    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;
    display: inline-block;
    vertical-align: -3px;  
    margin: 0 0 0 10px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    line-height: 999em;
}
.link-home a, .link-home a:hover {
	background: url("../img/homeVector.svg") no-repeat;
	display: inline-block;
    vertical-align: -2px;    
    width: 17px;
    height: 17px;
    overflow: hidden;
    line-height: 999em;
}
.container {    
    min-width: 1140px;
}

/* Conteúdo principal*/

.bx-wrapper {
    box-shadow: none !important;
    border: 0 !important;
}
.img-bg-slider-desktop {
	width:100%;
}
.slider h2 {
}

.banner-slider {
    overflow: hidden;
	    margin-bottom: 40px;
}
.banner-slider-inner {
    background: url("../img/Rectangle2.png") no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    height: 600px;
    border-radius: 40px 0 0 40px;
    margin-left: 35%;
}
.banner-slider .holder-texto-banner {
	height:470px;
	display:flex;
	align-items:center;
}
.banner-slider h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #1e1e1e;
    position: absolute;
    top: 180px;
    left: 38%;
    text-align: left;
}
.conteudo-principal.internas 
{
	padding-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;

	
}
.rodape-internas
{    margin: 0;
    height: 150px;
    /* padding: 40px 0; */
    background-color: #E0BA62;
    color: white;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rodape-internas h3
{
	font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}
a.btn-simular, a.btn-simular:hover, a.btn-simular:focus, a.btn-simular:active
{
	width: 263px;
    height: 50px;
    border-radius: 90px;
    border: none;
    top: 120px;
    position: absolute;
	font-family: Poppins;
	background-color: white;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	color: black;
	
    padding-top: 12px;

}

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

.banner-slider h2 span {
    font-weight: 600;
	color:#CE1719;
}
.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: 30px;
	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 !important;
    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: 40px;
    left: 40px;
    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-quemsomos
{
	border-radius: 20px;
}
.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;
}
.sobre-nos-holder {
	padding:40px 0;
}
.sobre-nos-holder h4 {
	color: #E0BA62;
    text-align: left;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.sobre-nos-holder p {
	color: var(--Cinza-Claro, #7A7A7A);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	text-align:left;
	margin-bottom:30px;
}
.sobre-nos-holder h5 {
	color: #E0BA62;
    text-align: left;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 30px 0 0;
	text-align:center;
}
.depoimentos-holder {
	background: #1B1B1B;
    padding: 40px 0 0;

}
.depoimentos-holder .row
{
	margin-bottom: 0px !important;
}
.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: var(--primary-red, #C21010);
    padding: 40px 0 5px;
}
.assinatura-rodape {
    float: right;
    width: 181px;
    margin-top: 8px;
}
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;
}

.owl-carousel {
	padding: 50px 0;
}
.conquista-holder .owl-stage-outer
{
	height: 380px;
}
.destaque-holder .owl-stage-outer
{
	height: 380px;
}

.destaque-holder .carousel-item>img,
.conquista-holder .carousel-item>img 
{
    background: linear-gradient(0deg, rgba(0,0,0,0.5495448179271709) 5%, rgba(255,255,255,1) 59%);
    height: auto;
    width: 100%;
    position: absolute;
    z-index: -1;
	filter: brightness(40%);
	border-radius: 30px;
}
.destaque-holder  .carousel-item,
.conquista-holder  .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-item span,
.conquista-holder  .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: 0px;
    padding-top: 90px;
}
footer .redes-sociais-rodape li {
	padding-right: 0;
}
footer .menu-item-instagram a, footer .menu-item-instagram a:hover {
	background: url("../img/insta.svg") no-repeat;    
	margin:0;
}
footer .menu-item-facebook a, footer .menu-item-facebook a:hover {
	background: url("../img/face.svg") no-repeat;
}
.logo-rodape {
    display: block;
    margin: 0 auto 40px;
	max-width: 800px;
	width: 85%;
}
.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: 0px 0 0 10px;
    width: 230px;
}
.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;
}
.sobre-nos-holder h5 {    
    line-height: 30px;
    margin: 10px 0 0;    
}
.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;    
}

	
}



/******* BLOG ******/

.text-right {
    text-align: right!important;
}

.blog_info {
    padding-top: 30px;
}

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

.blog_info .blog_meta li a {
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block;
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.div-pesquisa {
    border-radius: 35px;
    padding: 0 24px;
    background: #E0BA62;
	color: #000;
	
}

button.btn.btn-default {
    position: absolute;
    background: transparent;
    box-shadow: none;
    color: white;
    margin-left: 4px;
    margin-top: 5px;
    border-radius: 15px;
}
form.form-inline input.form-control {
    border: none;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color:  white;
	
    width: 90%;
}

form.form-inline input.form-control::placeholder {
    color:  white;
}

form.form-inline input.form-control:focus {
    border: none 0px !important;
    box-shadow: none !important;
}

aside.single_sidebar_widget.search_widget {
    margin: 0 30px;
    border: 1px solid #DEDEDE;
    background-color: #EFEFEF;
    padding: 25px;
	
    gap: 20px;
    display: inline-grid;
}

aside.single_sidebar_widget.search_widget a {
    color: #4b4b4b;
	
    font-size: 12px;
}

aside.single_sidebar_widget.search_widget a h6 {
    margin: 0 auto 7px auto;
    font-weight: 600;
}

.form-simulacao-tipo {
    background-color:  #E0BA62 !important;
    color: black !important;
}




/*********** BLOG *********/