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

/* Header*/

header {
	background:#fff;
	position:relative;
	height: 98px;
}
header a:hover, footer a:hover, .depoimentos-holder a:hover, .destaque-holder a:hover {
	opacity:0.8;
}
.holder-topo {
	display:flex;
	align-items: center;
	height: 98px;
	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: #CE1719;
    z-index: 9;
    color: #fff;
	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: #050505;	
	padding: 0 12px;
}
nav ul a:hover {
	background:none;
}
nav ul li ul li a {
    color: #fff;
    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: 1px;
}
.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.png") no-repeat;
    display: block;
    margin: auto;
    width: 259px;
    height: 48px;
    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/insta-verm.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/face-verm.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/home.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*/

.contempladas-em-destaque
{
	padding-bottom: 50px;
}

.alerta
{
	padding: 15px 15px;
    border: solid 2px;
    border-radius: 10px;
}
.sucesso {
    border-color: #22c022;
    background-color: #22c0221a;
}

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



.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: #FFFFFF;
    position: absolute;
    top: 180px;
    left: 46%;
    text-align: right;
}
.banner-slider h2 b, .banner-slider h2 strong {
    font-weight: 600;
	color:#CE1719;
}
.menina-dest {
    position: absolute;
    bottom: 0;
    left: 360px;
}
.form-simule-holder {
	position: absolute;
    left: 70%;
    top: 113px;
	width: 350px;
}
.form-simule {
    background: #FFFFFF;
    box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;    
    padding: 20px;
	width:100%;
}
.form-simule h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin: 0 0 10px;
}
.form-simule h3 span {
	color: #CE1719;
	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: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    padding: 12px;
    height: auto;
    margin: 0 0 5px;
    width: calc(100% - 24px);
    border: none;
}
.form-simule select {
    width: 100%;
    padding: 12px 10px;
}
.form-simule select.special-select {
    background: #CE1719 !important;
    color: #fff !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: 5px;
    background: #0DC143;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 25px;
    color: #FFFFFF;
    border: none;
    float: none;
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
}
.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;
    right: 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-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 h3 {
    color: var(--Red, #B02024);
    text-align: center;
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin: 0;
}
.destaque-holder p {
    color: #252525;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.btn-cinza {
    width: 208px;
    height: 50px;
    border-radius: 90px;
    background: #050505;
    color: #fff;
    font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	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 h3 {
	color: var(--Branco, #fff);
    text-align: center;
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin: 0;
}
.conquista-holder p {
	color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.conquista-holder {
    position: relative;
    padding: 30px 0 0;
    overflow: hidden;
	background: linear-gradient(to right, white 40%, #ce1719 60%);
}
.conquista-inner
{
	position: relative;
	z-index: 10;
	padding: 30px 0;
}

.owl-carousel.conquista
{
	width: 950px;
}
.owl-carousel.destaque {
    width: 950px;
    margin: 50px auto 70px;
}
.owl-carousel.destaque .owl-dots.disabled, .owl-carousel.destaque .owl-nav.disabled {
    display: block;
}

.conquista-bg-vermelho {
    position: absolute;
    border-radius: 0px 0px 0px 120px;
    background: #ce1719;
    width: 100%;
    height: 100%;
    margin-left: 330px;
    margin-top: 0;
    top: 0;
    left: 0;
}
.sobre-nos-holder {
	padding:100px 0 50px;
}
.sobre-nos-holder h4 {
	color: var(--Red, #CE1719);
    text-align: left;
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin: 20px 0 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;
}
.depoimentos-holder {
	position: relative;
    padding: 100px 0 90px;
    overflow: hidden;
}
.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: var(--Red, #CE1719);
    text-align: left;
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin: 20px 0 0;
	display: inline;
}
.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 b, .ultimo-slider-holder h2 strong {
	    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: 200px;
}
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: 0;
}
.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;    
}
.conquista-holder .carousel {
    margin-left: -80px;
}
.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: 180px;
	position: relative;
	display: block;
	z-index: 10;
}
.txt-cat {
	color: #FFF;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
}
.conquista-holder .txt-cat {
	font-size: 22px;
}


a.item-conquista {
    padding: 20px;
    display: flow;
    border-radius: 20px;
	width: 265px;
	height: 360px;

}

.conquista {
    margin: 40px 0 0;
}

.txt-valor
{
    position: relative;
    display: block;
	
    width: 100%;
    text-align: center;
    z-index: 10;
}
div.conquista span.txt-cat
{
	margin-top: 240px;
}

.txt-cat {
    position: relative;
    display: block;
   
    width: 100%;
    text-align: center;
    text-transform: lowercase;
	
    z-index: 10;
}

.txt-part {
    width: 100%;
    display: block;
	z-index: 10;
	position: relative;
}

.layer {
    height: 360px;
    width: calc(100% - 52px);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 20px;
    background: linear-gradient(to bottom, transparent 20%, #000 100%, #000, #000);
}

div.selos img {
    max-width: 100px;
    margin: 10px;
	display: inline;
}




.la-mina {
	position:absolute;
	bottom:0;
	right: 40px;
	z-index: 9;
}
.txt-part {
	color: var(--Red, #B02024);
	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;
}
.destaque-holder {
    margin-bottom: 80px;
}
.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: var(--Red, #CE1719);
    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: 10px 0 0 -10px;
	max-width: 350px;
}
.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: -6px;
    margin-right: 3px;
}
.p-icon {
	margin-bottom:25px;
}
.p-icon a {
	color:#fff !important;
}
.logos-rod {
    margin: 5px 0 0 -10px;
}
.seloroda {
    margin: 0 0px 0 60px;
}
.video-depoimentos {
    margin-left: 70px;
}
.img-bg-slider-desktop {
	display:block;
}
.img-bg-slider-mobile {
	display:none !important;
}

.conquista-holder .owl-carousel .owl-nav button.owl-next, .conquista-holder .owl-carousel .owl-nav button.owl-prev, .conquista-holder .owl-carousel button.owl-dot,
.destaque-holder .owl-carousel .owl-nav button.owl-next, .destaque-holder .owl-carousel .owl-nav button.owl-prev, .destaque-holder .owl-carousel button.owl-dot {    
    font-size: 80px !important;
}
.depoimentos-holder .owl-carousel .owl-nav button.owl-next, .depoimentos-holder .owl-carousel .owl-nav button.owl-prev, .depoimentos-holder .owl-carousel button.owl-dot {    
    font-size: 100px !important;
}
.conquista-holder .owl-nav,
.destaque-holder .owl-nav {
    position: absolute;
    top: 110px;
    left: -50px;
	width: 995px;
}
.depoimentos-holder .owl-nav {
    position: absolute;
    top: -113px;
    left: 359px;
    width: 995px;
    color: gray !important;
}
.conquista-holder .owl-next,
.destaque-holder .owl-next {
    float: right;
}
.conquista-holder .owl-next span {
	color: #fff !important;
}
.conquista-holder .owl-prev,
.destaque-holder .owl-prev {
    float: left;
}
.depoimentos-holder .owl-prev {
    margin-right: 10px;
    margin-left: 20px;
}
.video-depoimento2 {
	margin-left: 60px;
}

/* Mobile */

@media (max-width: 1000px) {

	.layer
	{
		width: 100%;
	}

	.depoimentos-holder .owl-nav {
		left: 246px;
	}
	.img-bg-slider-mobile {
		display: block !important;    
	}
	.banner-slider .img-bg-slider-mobile {
		min-height: 350px;
	}
	.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:#001F53;
	}
	.logo-topo a, .logo-topo2 a {
		width: 100px;    
		background-size: 100%;	
	}
	.logo-topo a {
		margin:20px 11px 0 10px;
	}
	.logo-topo2 a {
		margin: 10px 0 0 -10px;
	}
	.holder-topo {    
		height: 68px;    
	}
	header {    
		height: 68px;
	}
	.form-simule {
		position: relative;
		left: 0;
		top: 0;
		background: #FFFFFF;
		box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
		border-radius: 20px;
		width: 100%;
		padding: 20px 35px;
	}
	.form-simule-holder {
		position: relative;
		left: 0;
		top: 0;
		width: 90%;
		margin: auto;
	}
	.banner-slider {    
		padding-bottom: 40px;
	}
	.banner-slider-inner {
		background: url("../img/Rectangle2.png") no-repeat;
		background-size: cover;
		background-position: right;
		position: relative;
		height: auto;
		border-radius: 0;
		margin-left: 0;
		padding: 0 0 80px;
	}
	.banner-slider .holder-texto-banner {
		height: auto;    
	}

	.menina-dest {    
		display: none;
	}
	.melhor-negocio-inner {    
		padding: 30px 30px 0;
	}
	.melhor-negocio-inner .col {    
		margin-bottom: 20px;
	}
	.vantagens-holder ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.vantagens-holder .form-simule {
		left: auto;
		right: 0;
		width: 100%;
		padding: 20px 25px 80px;
		margin-top:20px;
	}
	.carro-flutuante {
		position: relative;
		bottom: 0;
		left: auto;
		margin-left: auto;
		z-index: -1;
		margin-bottom: -50px;
	}
	.sobre-nos-holder {
		padding: 50px 0;
	}
	footer {    
		margin-top: -60px;
	}
	.como-funciona-holder img {
		display: block;
		margin: 0px auto 0;
	}
	footer .redes-sociais-rodape {
		display: inline-block;
		vertical-align: -5px;
		margin-left: 0;
		text-align: center;
		width: 100%;
		padding: 20px 0 0;
	}
	footer .redes-sociais-rodape li {
		display: inline-block;
		padding-right: 5px;
		list-style: none;
		text-align: center;
	}
	.banner-slider h2 {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 40px;
		color: #FFFFFF;
		position: absolute;
		top: 40px;
		left: 70px;
		text-align: right;
	}
	.sidenav {
		padding:30px 0 0 0;
		z-index: 99999;
	}
	.sidenav li>a {
		color: rgba(0,0,0,0.87);
		display: block;
		font-size: 14px;
		font-weight: 500;
		height: 38px;
		line-height: 38px;
		padding: 0 50px;
	}
	.sidenav li ul {
		margin-left: 30px;
	}
	.destaque-holder h3 {
		color: var(--Red, #B02024);
		text-align: center;
		font-family: 'Hedvig Letters Serif', serif;
		font-size: 42px;
		font-style: normal;
		font-weight: 100;
		line-height: 52px;
		margin: 0 0 10px;
	}
	.conquista-holder {
		background: var(--Red, #CE1719);
		padding: 50px 0 20px;
	}
	.conquista-bg-vermelho, .la-mina, .depoimentos-bg-black {
		display:none;
	}
	.conquista-holder h3 {
		color: var(--Branco, #fff);
		text-align: center;
		font-family: 'Hedvig Letters Serif', serif;
		font-size: 42px;
		font-style: normal;
		font-weight: 100;
		line-height: 52px;
		margin: 0 0 10px;
	}
	.conquista-holder .carousel {
		margin-left: 0;
	}
	.depoimentos-holder {
		background: var(--Cinza, #050505);
		padding: 70px 0 20px;
	}
	.depoimentos-holder h3 {
		color: var(--Red, #CE1719);
		text-align: left;
		font-family: 'Hedvig Letters Serif', serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 100;
		line-height: normal;
		margin: 20px 0 0;
		display: inline;
	}
	.holder-setinhas-nav {
		display: inline;
		margin: 0px 0 0 0px;
		vertical-align: -5px;
	}
	.video-depoimentos {
		margin-left: 0;
		margin-top: 30px;
	}
	.ultimo-slider-holder h2 {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 300;
		font-size: 25px;
		line-height: 35px;
		color: #FFFFFF;
		position: absolute;
		top: 20px;
		left: 61px;
		width: 70%;
	}
	.ultimo-slider-holder h2 br {
		display:none;
		float:left;
	}
	.logo-rodape {
		display: block;
		margin: auto;
	}
	.p-icon {
		margin-bottom: 10px;
		text-align: center;
	}
	.seloroda {
		margin: auto;
		display: block;
	}
	.copyright {   
		text-align: center;
	}
	.assinatura-rodape {
		float: none;    
		margin: 8px auto 0;
		display: block;
	}
	.botao-whatsapp-voador {    
		bottom: 10px;
		right: 10px;    
	}
	.owl-carousel.destaque {
		width: 266px;
		margin: 50px auto 40px;
	}
	.owl-carousel.conquista {
		width:266px;
		margin:50px auto;
	}
	.video-depoimento2 {
		margin-left: 0;
	}
	.conquista-holder .owl-nav, .destaque-holder .owl-nav {    
		display:none;
	}
	.botao-whatsapp-voador {    
		z-index: 99;
	}
	.depoimentos-holder a {    
		margin-bottom: 50px;
		margin-top: -10px;
	}
		
}



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

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: #B02024 !important;
    color: white !important;
}




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