﻿@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
width:100%;
}
.col1{
-ms-grid-column: 1;
-ms-grid-row: 1;}
.col2{
-ms-grid-column: 2;
-ms-grid-row: 1;}
.col3{
-ms-grid-column: 3;
-ms-grid-row: 1;}
.col4{
-ms-grid-column: 4;
-ms-grid-row: 1;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #ececec;
} 
.ContainerRodape{
width:100%;
background-color: #386149;
max-width: 80%;
}
.menus{
display: none;
}
.gridContainer {
margin-left: auto;
margin-right: auto;
width: 100%;
clear: none;
float: none;
}
.top {
width: 100%;
position: absolute;
z-index: 2;
top: 0;
background-color: #ffffff00;
}
.top-consulta{
    background-color: #5c5c5c;
    padding: 0 0 2vh 0;
}

.TextoCentral{
text-align: center!important;
}
@media only screen and (min-width: 1200px){
.cont-banner {	
width: 980px !important;
}
}

/**/
.cont-top {
width: 90%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.desktop-logo{
max-width: 0px;
}
.mobile-logo{
width: 190px;
display: block;
margin: 29px 20px 0 0;
float: left;
}
.modal-pop-up{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000005c;
}
.pop-up{
    margin: 20% auto;
    background: #fbfbfb;
    padding: 3% 6%;
    width: 80%;
    border-radius:5px;
}
.fechar-pop{
	float: right;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    cursor: pointer;
}
.BannerPrincipalTexto, .BannerPrincipalVeiculo, .BannerPrincipalLocaliza{
   margin: 3% 0.8% auto;
    max-width: 13%;
}

.loginContainer-index {
display: none;
}
.menu-mobile {
display: block;
float: right;
}
.menus .bt-menu{
    display: block;
    cursor: pointer;
    margin: 24px 0px 0px;
    float: right;
    width: 24px;
}
.menus .bt-close {
    width: 24px;
    display: none;
    cursor: pointer;
    margin: 24px 0px;
    float: right;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.menus .show{
    display: block !important;
}
.menus .hide{
    display: none!important;
}
.select-menu {
display: block;
width: 50px;
height: 50px;
cursor: pointer;
-webkit-appearance: none;
filter: Alpha(Opacity=0);
opacity: 0;
margin-top: 0;
border: 0;
}
.BtnEntrarMobile{
border-radius: 6px;
margin: 0px 10px;
padding: 4px 15px;
background:#006fb2;
float: right;
margin-top: 17px;
}
.BtnEntrarMobile a{
color: #fff;
margin: 0;
font-weight: 700;
font-size: 15px;
text-decoration: none;
}
.BtnEntrarMobile p{
margin: 0;
}
/* FIM TOPO */

/* BANNER */

.bannerLgpd{
margin-top: 64px;
position: relative;
width: 100%;
}
.bannerLgpd .BannerLgpdTexto{
color: #fff;
padding: 0px 25px;
max-width: 90%;
height: 100%;
}
.bannerPrincipal .BannerPrincipalTexto, .bannerPrincipal .BannerPrincipalVeiculo,.bannerPrincipal .BannerPrincipalLocaliza{
    position: absolute;
}
.BannerPrincipalTexto ul, .BannerPrincipalVeiculo ul, .BannerPrincipalLocaliza ul{
    color: #fff;
    font-size: 14px;
    padding-inline-start: 20px;
    margin: 0;
}

.imgBannerPrincipal{
background-image: url("consulta-cpf-cnpj-2024-mobile-02.png");
width: 100%;
background-size: cover;
background-position: center center;
height: 65vh;	
}
.imgBannerPrincipalVeiculo{
background-image: url("consulta-veiculo-2024-mobile-02.png");
width: 100%;
background-size: cover;
background-position: center center;
height: 65vh;	
}
.imgBannerPrincipalLocaliza {
    background-image: url("consulta-localiza-2024-mobile.png");
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 65vh;
}
.BannerLocaliza{
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 80%;
    height: 36em;
    padding-top: 10px;
}
.Bannercpf{
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 80%;
    height: 36em;
    padding-top: 10px;
}
.BannerLocalizaVeiculo{
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 80%;
    height: 36em;
    padding-top: 10px;
}
.BannerEmail{
    height: 18rem!important;
}
.BannerPlanoPre {
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 28em;
    padding-top: 10px;
}
.BannerPlanoPos {
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 28em;
    padding-top: 10px;
}
.imgBannerLGPD{
background-image: url("");
width: 100%;
background-size: cover;
background-position: center center;	
}
.imgBannerDEA{
    background-image: url("");
    width: 100%;
    background-size: cover;
    background-position: center center;	 
}
.BannerCPF{
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;   
    background-position: 50% 50%;
    background-size: cover;
    height: 15rem;
    padding-top: 24px;
}
.BannerCNPJ{
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;   
    background-position: 50% 50%;
    background-size: cover;
    height: 15rem;
    padding-top: 24px
}
.BannerVeiculo{
    background-image: url("");
    width: 100%;
    background-repeat: no-repeat;   
    background-position: 50% 50%;
    background-size: cover;
    height: 15rem;
    padding-top: 24px; 
}
.TituloBanner{
margin: 4% 0%;
font-size: 2em;
color: #ffffff;
}
.TextoBanner{
font-size: 2vh;
color: #fff;
}
.Textolgpd{
font-size:16px!important;
text-align: justify;
}
.BannerPrincipalTexto .btn-consulte, .BannerPrincipalVeiculo .btn-consulte, .BannerPrincipalLocaliza .btn-consulte{
    text-align: center;
    border-radius: 8px;
    padding: 10px 20px!important;
    background: #fff;
    color: #3FA467;
    font-weight: 700;
    float: left;
    text-decoration: none;
    font-size: 16px;
    margin-top: 4%;
    display: block;
}
.BannerPrincipalVeiculo .btn-consulte{
    color: #4188c4;
    padding: 10px 30px !important;
}
.BannerPrincipalLocaliza .btn-consulte{
     color: #595959;
    padding: 10px 20px !important;
}
.comece-agora, .CadastroAgora{
display: none;
}
/* BANNER BLOG */
.BannerBlog{
position: relative;
width: 100%;
}
.BannerBlog .BannerBlogTexto{
height: 100%;
top: 30%;
margin:1% 5%;
color: #fff;
text-align: center;
}
.TextoBlog{
font-size: 1.5em;
margin: 6% 0%;
}
.BannerBlogTexto h2{
font-size: 1.6em;
font-weight: bold;
}
.BannerBlogTexto .BtnBlog {
width: 200px;
margin: 0 auto;
text-align: center;
border-radius: 8px;
padding: 10px 40px!important;
color: #FFF;
font-weight: 600;
text-decoration: none;
font-size: 1.5em;
display: block;
background: #215897;
}	
.contatoBtn{
width: 150px;
margin: 0;
text-align: center;
border-radius: 8px;
padding: 10px 40px!important;
color: #FFF;
font-weight: 600;
text-decoration: none;
font-size: 1.5em;
display: block;
background: #215897;
}
/* BANNER BLOG */
/*LGPD INFO*/
.LGPDinfoTexto{
max-width: 90%;
margin: 0% auto;
color:#FFF;
text-align:center ;
}
.LGPDinfoTexto .Btnlgpd{
background: #fff;
color: #006fb2;
margin: 2%;
font-size: 18px;
width: 250px;
text-align: center;
border-radius: 8px;
padding: 10px!important;
font-weight: 600;
text-decoration: none;
display: inline-block;
}
/*  ************ */
.bg-natal {
display: none;
}
.natal-10 {
display: block;
position: absolute;
z-index: 1;
width: 150px;
top: -40px;
}
.natal2 {
display: none;
}
.bannerPrincipal .slick-dots li button:before{
    border: 1px solid #ffffff;
}
.bannerPrincipal .slick-dots li.slick-active button:before{
    border: 1px solid #ffffff;
    background: #ffffff;
}
/* CONSULTAS */
.ConsultasBrasil .NossosPlanos{
padding: 2% 0%;
}
.ConsultasBrasil .PlanoBrasil{
text-align: center;
}
.PlanosBox{
    padding: 1% 0 4%!important;
    margin: 0 auto!important;
}
.NossosPlanosHome{
    background-image: url("fundo-planos-mobile.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ConsultasBrasil .imgPlano{
margin: 0 auto;
}
.ConsultasBrasil .BtnPlano{
color: #215897;
padding: 0%;
background: transparent;
border: none;
}
.ConsuTituloBrasil{
margin: 12px 0px;
text-align: center;
width: 100%;
color: #386149;
font-size: 2.2em;
text-transform: uppercase;
}
.PlanosBrasilConsultas .BtnConsultas{
color: #386149;
padding: 0%;
background: transparent;
border: none;	
}
.PlanosBrasilConsultas .ConsultasBrasilConsultas{
background: #eff8ef;
margin: 0% auto;
padding: 2% 0%;
text-align: center;
}
.PlanosBrasilConsultas .imgConsultas{
margin: 0 auto;
}
.ConsultasBrasil{
display: block;
width: 100%;
padding-top: 64px;
height: 100%;
}
.FundoConsultas{
    background-color: #ececec!important;
}
.ConsultaSubtitle{
margin: 0%;
font-size: 14px;
margin-top:15px;
line-height: 24px;
text-align: justify;
}
.ConsultasHeading{
position: relative;
width: 100%;
height: 17rem;
}
.ConsultaImage{
width: 100%;
height: inherit;
background-size: cover;
background-position: center center;
}
.Imagetitle{
display: block;
position: absolute;
top: 30%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
text-align: center;
width: 100%;
color: #fff;
font-weight: 600;
font-size: 2rem;
line-height: 1.2;
text-transform: uppercase;
}
.InfoConsultas, .InfoConsultasRight{
font-size: 16px;
list-style: disc !important;
overflow: hidden !important;
line-height: 25px !important;
}
.InfoComplemento{
    color: #787878!important;
    font-size: 14px!important;
}
.ConsultasBoxInfo{
	background-color: #fff;
	border-radius: 8px;
}
.ConsultasBoxInfo .TitleConsultasBrasil{
background-color: #eaeaea;
}
.ConsultasBoxInfo .TitleLinkConsultasBrasil{
background-color: #dde2e2;
border-radius: 5px;
}
.icone-lgpd, .icone-consultas{
position: absolute;
top: 13px;
right: 20px;
font-size: 25px!important;
transition: transform .2s;
}
.icone-consultas{
    top: 10px!important;
}
.icone-pg{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px!important;
    transition: transform .2s;
}
.faqdados{
padding: 0px!important;
}
.respostalgpd{
padding: 0 20px;
overflow: hidden;
color: #8d8d8d;
background-color: #fff;
    margin: 0px;
    font-size: 14px!important;
    margin-top: -10px;
    border-radius: 0px 0px 8px 8px;
}
.pgtTitle{
font-size: 14px;
text-align: left;
margin: 0;
}
.ldpdclientes.active .icone-lgpd{
transform: rotateZ(180deg);
}
.PGC.active .icone-lgpd, .PG.active .icone-pg{
transform: rotateZ(180deg);
}
.ldpdclientes{
position: relative;
padding:15px 20px;
}
.TitleConsultasBrasil{
font-weight: 600;
text-transform: uppercase;
padding: 5%;
letter-spacing: 1px;
margin: 5% 0% 0% 0%;
font-size: 1em;
cursor: pointer;
background: url("") 96% 50% no-repeat;
}
.TitleLinkConsultasBrasil{
display: block;
font-weight: 600;
text-transform: uppercase;
padding: 5%;
letter-spacing: 1px;
margin: 5% 0% 0% 0%;
font-size: 1em;
cursor: pointer;
color: #666;
text-decoration: none;
text-transform: uppercase;
}
.TextConsultasBrasil{
margin: 0%;
background-color: #eaeaea;
padding: 2% 5%;
font-size: 1.2em;
line-height: 25px;
}
.ComoConsultarBrasil{
font-size: 1rem;
list-style: decimal !important;
overflow: hidden !important;
line-height: 30px;
}
.PerguntasConsultas{
padding-left: 0% !important;
list-style: none !important;
}
.Ask{
font-weight: 600;
margin: 2% 0%;
}
.DisponivelConsulta{
padding: 5% 0% 0%;
clear: both;
}
.DisponivelConsulta ul li{
font-weight: bold;
list-style: disc;
font-size: 1rem;
}
.BtnConsulte{
display: none;
}
.BCCadastroGratis{
display: none;
}
.BCCadastroGratis{
display: block;
color: #fff;
text-align: center;
border-radius: 8px;
padding: 10px 10px!important;
background: #215697;
font-weight: 700;
margin: 5% 0%;
text-decoration: none;
font-size: 1.4rem;
}
.BtnCadastroGratis{
display: block;
position: absolute;
top: 75%;
margin: 4% 0%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
text-align: center;
width: 70%;
color: #fff;
font-weight: 600;
text-align: center;
border-radius: 8px;
padding: 10px 10px!important;
background: #215697;
font-weight: 700;
text-decoration: none;
font-size: 1.4rem;
}
.MaisConsultas{
overflow: hidden;
width: 100%;
height: 20%;
}
.ContainerCadastro, .ContainerCadastroBC{
display: none;
}
.ConsultasHead{
max-width: 90%;
width: 100%;
overflow: hidden;
margin: 0% auto;
float: none;
display: block;
padding: 0;
}
.ConsultasHead li{
text-align: center;
background: #386149;
color: #fff;
border: 1px solid;
border-radius: 6px;
margin: 3%;
padding: 3%;
list-style: none;
}
.PlanosBrasilConsultas .ConsultasHead li{
background-color: #215897;
}
.ConsultasHead li a{
color: #fff;
text-decoration: none;
font-size: 1rem;
font-weight: 500;
}
.ConsultasDescricao, .ConsultasMaisInformacao {
margin: 12% 0%;
}
.ConsultasBox{
max-width: 85%;
float: none;
display: block;
margin: 5% auto;
background: #FFF;
padding: 3%;
border-radius: 10px;
}
.PrimeiroFundo{
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}
.PrimeiroFundo h1{
    font-size: 20px;
    color: #fff;
}
.PrimeiroFundo h1 span{
    color: #3fa467;
}
.ConsultaTopo{
margin: 2% 0%;
}
.TitCon{
margin-bottom: 2%;
}
.BCTitle{
font-weight: 900;
letter-spacing: 2px;
line-height: 1;
color: #215897;
text-transform: uppercase;
margin-bottom: .5em;
font-size: 1.8em;
line-height: 26px;
}
.ConsultaTitleBC{
font-weight: 900;
font-size: 1.7em;
color: #6f6f6f !important;
}
.ConsultaDescrip{
overflow: hidden;
}
.ConsultaDescrip h4{
color: #6f6f6f !important;
text-transform: uppercase;
font-weight: 800;
margin: 1% 0%;
font-size: 1rem;
}
.btn-localize {
text-align: center;
border-radius: 8px;
padding: 10px 20px!important;
background: #28b440;
color: #fff;
font-weight: 700;
text-decoration: none;
font-size: 1.2rem;
display: inline-block;
}

.PlanosBrasilConsultas .ConsultasBox h2{
font-size: 18px;
}
.ConsultaTopo p{
font-size: 1rem;
line-height: 26px;
text-align: justify;
}
.ConsultasBox ul{
padding-left: 7%;
overflow: hidden !important;
line-height: 26px !important;
}
.ComoComprar{
margin: 0% auto;
padding: 2% 0%;
overflow: hidden;
background: #f0f0f0;
}
.ComprarConsultas{
max-width: 80%;
margin: 0 auto;
}
.ComprarCag{
color: #757575;
list-style: none;	
text-align: center;
margin: 2vh 0;
}
.PlanoConta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.PlanoBen {
color: #757575;
list-style: none;
text-align: center;
padding: 5px;
background: #FFF;
margin: 2%;
list-style: none;
border-radius: 10px;
}
.PlanoConta h4 {
    font-size: 12px;
    width: 70%;
    text-align: left;
    padding-left: 5px;
}

.BeneficioTitulo{
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}
.BeneficioSubTitulo{
    font-weight: normal;
}
.CirculoNumero{
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    margin: 10px auto;
    border: 2px solid #61BC86;
}
.CirculoP{
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0;
    color: #61BC86;
}
.ComprarTitulo{
text-align: center;
color: #606060;
text-transform: uppercase;
}
.ComoComprarBrasil{
display: grid;
grid-template-columns: repeat(2,1fr);
display: -ms-grid;
-ms-grid-columns: 1fr 1fr;
}
.CompraPasso{
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
border-radius: 15px;
line-height: 20px;
margin-right: 10px;
background: #bdbdbd;
}
.ComoComprarBrasil, .ComoComprarList, .ComoComprarBrasil ul{
padding: 0%;
}
.ComoComprarBrasil{
    padding: 2% 0;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
.ResultadoConsulta{
    padding: 2% 0;
    max-width: 92%;
    margin: 0 auto;
}
.bt-localiza{
    margin: 1% auto 0 !important;
    width: 250px!important;
}
.RTLocaliza{
    max-width: 95%;
    margin: 5% auto;
    padding: 0;
}
.RTLocaliza li{
    list-style: none;
    margin: 2%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.LocalizaResultado li{
    list-style: disc;
    font-size: 14px;
    margin: 0%;
    padding: 5px;
}
.ComoComprarBrasil ul{
display: inline-block;
padding: 0% 15%;
}
/* CADASTRE CONSULTA*/
.ConsultaCadBox h3{
color: #386149;
font-size: 1.5rem;
}
.ConsultaCadBox p{
font-size: 1rem;
}
.BoxPlanos{
width: 100%;
}
.PlanosBrasil{
padding: 4% 0;
}
.ConsultasGrid{
list-style: none;
padding: 0;
}

.PlanosBrasilConsultas .loginForm #login_cadastro{
background-color: #215897;
}
/* FIM BANNER */

/* FIM MINHA CONTA */
/* ESPECIAL */
/* SOBRE O SITE CONTEUDO */
.titulo-brasil{
    text-align: center;
    color: #5c5c5c;
    font-size: 1.3rem;
    letter-spacing: -1px;
    font-weight: bolder;
    margin: 0;
    padding: 10px 0;
}
.lgpd-titulo{
font-size: 24px!important;
}
.SobreBrasilConsultas{
margin: 1% auto;
max-width: 90%;
clear: both;
overflow: hidden;
}
.SobreBrasilConsultas p{
    font-size: 12px;
    font-weight: 300;
    color: #4e4e4e;
    margin: 2vh 0;
}
.SobreBrasil{
	background-image: url("fundo-panos.webp");
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 1.5% 0;
}
.SobreBrasil3{
	background-image: url("fundo-geometrico-desktop.webp")!important;
}
.SegundoFundo{
    background-image: url("fundo-brasil-2.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* CONSULTAS */
.ConsutasBrasil, .LGPDBrasil, .faqlgpdbox, .LGPDBrasilGrid, .lgHGrid, .ServicosConsultas{
width: 100%;
margin: 0 auto; 
padding-inline-start: 0px; 
}
.Gridcontato .gridat{
position: relative;
background-color:#fbfbfb;
display: block;
border-radius: 6px;
padding: 20px 50px;
margin: 3%;
text-decoration: none;
text-align: center;
color: #666;
overflow: hidden;
}
.gridat:hover{
color: #3FA467;
background-color: #fff;
box-shadow: 0 5px 14px rgba(170,177,204,.52);
}
.gridat p{
font-size: 15px;
}
.gridat .icone-contato{
font-size: 25px;
}
.ConsutasBrasil li{
padding: 10px;
list-style: none;
}
.ServicosConsultas li{
padding: 10px 15px;
background: #FFF;
margin: 2%;
list-style: none;
border-radius: 10px;
}
.TituloBannerConsultas{
    font-weight: 800;
    margin: 1rem 1.6rem;
    max-width: 70%;
    clear: both;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
}
.TituloBanner span, .SubTituloCon span{
    color: #61BC86;
}
.BannerConsultas{
    background-image: url("consulta-cnpj-2022-mobile.webp");
    width: 100%;
    background-size: cover;
    background-position: left center;
    display: inline-block;
}
.HomeVeiculo {
    background-image: url("veiculo-home-2022-mobile.webp")!important;
}
.SubTituloCon{
    margin: 2% 3.5%;
   font-size: 1.2rem;
   color: #5b5b5b;
}
.ServicosConsultas li a{
    text-decoration: none;
}
.LGPDBrasil li, .LGPDBrasilGrid li{
list-style: none;
padding: 10px 15px;
    margin: 2%;
    background: #FFF;
    border-radius: 10px;
}
.BtnConsultas{
text-align: center;
border-radius: 8px;
padding: 10px 40px!important;
background: #386149;
color: #fff;
font-weight: 600;
text-decoration: none;
font-size: 14px;
display: block;
}
.TituloConsultas{
    color: #525252 !important;
    margin: 3% 0% 1%;
    font-size: 16px;
}
.TextoConsultas{
font-size: 13px;
height: 100px;
line-height: 20px;
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.SubTitulo{
font-size: 10px!important;
margin: 0!important;
}
.BoxPreco{
    float: left;
    margin: 3px 0;
}
.BoxBotao{
    float: right;
    margin: 10px 0px;
}
.BoxPreco .ConsultaPreco{
    font-weight: 800;
    font-size: 16px;
    margin: 0;
}
.BoxPreco .porConsu{
    font-size: 8px;
    margin: 0;
}
.BoxBotao .consultar{
    border-radius: 8px;
    padding: 5px 20px!important;
    background: #3FA467;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
}
.BoxBotao .saibamais{
    color: #7a7a7a;
    margin: 0 15px;
	font-size: 0.85rem;
}
/* CONSULTAS*/

/* NOSSOS PLANOS */
.NossosPlanos{
margin: 0% auto;
padding: 1% 0%;
}
.PlanosTituloBrasil{
margin: 12px 0px;
text-align: center;
width: 100%;
color: #5c5c5c;
font-size: 20px;
}
.PlanoBrasil{
width: 80%;
max-width: 90%;
margin: 0 auto;
padding-inline-start: 0px;
}
.PlanosMarg{
    background-color: #fff;
    color: #a1a1a1;
    border-radius: 10px;
    margin: 0.8rem 0;
    padding-bottom: 2%;
}
.LGPDBrasil, .faqlgpdbox, .LGPDBrasilGrid, .lgHGrid, .Gridcontato, .CPFGrid{
width: 100%;
margin: 0 auto;
padding-inline-start: 0px;
}
.Gridcontato{
margin: 0 auto 4%;
}
.ContatoSC{
    margin-top: 90px;
}
.ContatoCF{
    padding: 0px 15px 10px;
}
.ContatoCF h1, .ContatoCF h2{
    font-size: 20px;
    margin: 0;
}
.ContatoCF p{
    font-size: 14px;
}
.NossosPlanos li{
margin: 10px;
padding: 10px;
list-style: none;
}
.TitulosPlanosHome{
    text-align: center;
    color: #5c5c5c;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: bolder;
    margin: 0 0 20px 0;
}
.TitulosLocaliza{
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin: 5% auto;
    max-width: 90%;
}
.TituloConsulta22{
    color: #5c5c5c!important;
}
.TitulosPlanosHome span, .TituloConsulta22 span{
    color: #61BC86;
}
.ParaPlanos{
    color: #fff;
    text-align: justify;
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}
.BeneficioMar{
    margin: 3% 0 0 !important;
}
.BeneficiosPlanos{
    padding: 2% 0 0 0!important;
}
.TituloPasso{
    margin: 0!important;
    font-size: 22px!important;
}
.SubTituloPasso{
    text-align: center;
    font-weight: 300;
    margin: 0
}
.TituloPre, .TituloPos, .TituloPreVer{
    color: #ffffff !important;
    padding: 0.8rem 0;
    text-align: center;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    background: #3FA467;
    font-weight: 800;
}
.TituloPos{
    background: #496AA8!important;
}
.TituloPreVer{
    background: #e6cf01!important;
}

.SubTituloPlano, .TextPlan{
    font-size: 0.8rem;
    text-align: center;
    color: #727272;
    padding: 1% 0%;
    margin: 0% 3%;;
}
.SubTituloPlano{
    padding-top: 5%;
    font-weight: bold;
}
.ValorPlano{
    font-weight: bold;
    text-align: center;
    font-size: 2.3rem;
    color: #727272;
    margin: 0 0 0.8rem 0;
}
.TituloPlano{
    color: #525252 !important;
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
}
.TextoLGPD{
    font-size: 12px;
    font-weight: 300;
    color: #4e4e4e;
    margin: 0 0 10px 0;
}
.TitleCPFCNPJ{
color: #fff !important; 
padding-top: 2%;
text-align: center;
text-transform: uppercase;
font-size: 18px;
}
.TextoPlano{
font-size: 15px;
text-align: center;
line-height: 20px;
color: #FFF;
padding: 2% 0%;
margin: 0
}
.BtnPlano{
    text-align: center;
    border-radius: 8px;
    padding: 8px 30px!important;
    background: #3fa467;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    width: 150px;
    margin: 4% auto;;
}
.Bt-cdt-consulta{
        margin: 20% auto 0 !important;
        clear: both;
        width: 200px;
}
.PlanoCon{
    background: #3fa467!important;
    color: #ffffff!important;
}
.PlanoCadastro{
    margin: 1% auto!important;
}
.TabelaBotao{
    margin: 3% auto!important;
}
.NossosPlanos .col2 .BtnPlano{
color: #006fb2!important;
}
.CPFGrid li{
margin: 30px;
padding: 20px;
list-style: none;
}
.GreenCPF{
background-color: #9f9f9f;
}
.CPFConsu{
max-width: 90%;
overflow: hidden;
margin: 0% auto!important;
}
.CPFConsu .col1{
background-color: #006fb2;
border-radius: 10px;
}
.CPFConsu .col2{
background-color: #006fb2;
border-radius: 10px;
}
/*CONTATO FORMULARIO*/
.BoxContato{
background: #496AA8;;
}
.BoxPerguntasLGPD{
    background: #afafaf;
}
.BoxPerguntas{
padding-top: 80px;
}
.TituloPG{
    text-align: center;
    color: #666;
    font-size: 20px;
}
.pg-fq-g{
    padding: 0;
}
.pg-box{
list-style: none;
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 8%);
border-radius: 10px;
margin: 0px 20px 20px 20px;
}
.LGPDconsultas, .faqlgpd{
margin: 1% auto;
max-width: 90%;
overflow: hidden;
}
.ConsutasBrasil{
margin: 2% auto!important;	
max-width: 90%;
}
.lgtext{
color:#5c5c5c;
font-size: 14px;
margin:10px 20px;
list-style: disc;
}
.lgH{
padding: 0 2%!important;
list-style: none;
}
.TabelaOficial{
    margin: 1% auto;
    max-width: 90%;
    overflow: hidden;
    margin-top: 80px;
}
.faqlgpd{
margin: 2% auto 0!important;
padding: 20px 0;
}
.lgHTitle{
text-align: center;
list-style: none;
color: #3FA467;
font-size: 18px;
}
.lgpdMar{
margin: 40px 0;
}
.TituloLGPD{
text-align: center;
color: #fff;
font-size: 20px;
margin: 0 0 2% 0;
}
.titulobannerlgpd{
    padding: 4% 0% 0 0;
    font-size: 20px;
}
.textobannerlgpd{
    padding: 0 0 6% 0;
    font-size: 14px;
    text-align: justify;
}
.TituloCON{
color: #fff;
font-size: 24px;
text-transform: uppercase;
padding: 0 30px;
}
.TituloInfo{
    color: #bdbdbd;
    font-size: 1.5em;
    padding: 0 20px;
    color: #787878;
}
.PrecoConsulta{
 font-size: 15px;
 font-weight: 600;
 color: #fff;
}
.ConsultaDes{
    clear: both;
    padding: 2% 5%;
    max-width: 80%;
    margin: 2% auto 0!important;
    font-size: 14px;
    text-align: justify;
}
.PrimeiroFundo .col1{
    text-align: right!important;
    float: left;
    width: 48%;
    margin: 0;
}
.PrimeiroFundo .col2{
    float: right;
    width: 48%;
    margin: 0;
    text-align: left;
}
.SegundoFundo, .FundoPlanos{
    clear: both;
}
.BoxCon, .ClientesBox{
list-style: none;
padding: 0px;
margin: 20px;
}
.ClientesConsultas{
padding-top: 2%;
}
.Clientes{
    background: #fff;
    color: #9d9d9d;
    font-size: 16px;
    border-radius: 8px;
} 
/*PERGUNTAS FREQUENTES 2022 */
.PG{
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
}
.RP{
    padding: 10px 20px;
    overflow: hidden;
    color: #666;
    background-color: #fff;
    margin: 0px;
    font-size: 14px!important;
    margin-top: -10px;
     border-radius: 0px 0px 10px 10px;
    }
.pg-tl{
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    margin: 0;
    }

/*PERGUNTAS FREQUENTES 2022 */
.PGC{
    background: #fff;
    color: #9F9F9F;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    border-radius: 8px;
    position: relative;
    padding: 12px;	
}
.RPS{
padding: 15px;
overflow: hidden;
color: #666;
background-color: #fff;
margin: 0px;
font-size: 14px!important;
margin-top: -10px;
 border-radius: 0px 0px 8px 8px;
}
.ClientesNum{
font-size: 22px;
}
.bannerNoticias{
max-width: 85%;
overflow: hidden;
margin: 0% auto;
}
.Conhecamais h2{
font-size: 22px;
    text-align: center;
    color: #FFF;
    margin: 2%;
}
.Conhecamais p{
font-size: 0.85rem;;
text-align: justify;
color:#FFF;
font-weight: normal;
}
.AtendimentoBrasilConsultas{
width: 100%;
padding: 0%;
list-style: none;
}

/* FIM ESPECIAL */

/* CADASTRO CLIENTE */
.Register{
width: 100%;
overflow: hidden;
background-color: #dcdcdc;
}
.RegisterCad{
margin-top: 70px;
} 
.Register .ContainerCadastro{
display: block;
}
.CadastroBox{
width: 100%;
padding: 10px;
border-radius: 10px;
max-width: 90%;
position: relative;
background-color: #FFF;
margin: 0 auto;
}
.CadastroConsultas h2, .ConsulteAgora h2{
color: #215897 !important;
}
.CadastroBox h1, .CadastroConsultas h2, .ConsulteAgora h2{
font-size: 21px;
letter-spacing: 1px;
color: #386149;
text-align: center;
text-transform: uppercase;
padding-bottom: 20px;
padding-top: 20px;
width: 90%;
margin: 0 auto 0;
}
.ImgRegister{
max-width: 100%;
}
.TituloCadastroBox{
left: 68%;
top: 20%;
max-width: 60%;
margin-left: -25%;
position: absolute;
padding: 0%;
}
.TituloCadastroBox h2{
color: #386149;
font-weight: bold;
font-size: 1.5em;
}
/* OBRIGADO EMAIL*/
.ContatoEmail{
background-color: #215897;
min-height: 80vh;
display: flex;
justify-content: center;
flex-direction: column;
}
.ContainerContato{
padding: 2%;
}
.ContainerContato h2{
text-align: center;
font-weight: 600;
font-size: 40px;
color: #ffffff!important;
}
.ContainerContato p{
text-align: center;
font-size: 1.3rem;
color: #ffffff!important;	
}
.BtnBlogConato{
background: #fff;
color: #215897;
margin: 0 auto;
text-align: center;
border-radius: 8px;
padding: 10px 40px!important;
font-weight: 600;
text-decoration: none;
font-size: 1.5em;
display: block;
width: 200px;
}
/* CADASTRO BENEFICIO */
.CadastroBrasil{
background: #EEF2F5;
overflow: hidden;
}
.CadastroInfo{
max-width: 85%;
overflow: hidden;
margin: 0 auto;
padding: 60px 0px;
}
.CadastroInfo h3{
text-transform: uppercase;
margin: 0;
font-size: 24px;
padding-bottom: 30px;
text-align: center;
}
.RegisterAbout{
padding: 5% 0%;
}
.RegisterTitle{
margin: 0;
font-weight: 500;
font-size: 17px;
}
.RegisterText{
font-size: 15px;
text-align: center;
}
.CadastroImgAbout{
display: none;
}
/* FIM CADASTRO CLIENTE */

/* RODAPE */
.Rodape{
overflow: hidden;
width: 100%;
background-color: #6C6C6C;
}
.RodapeBrasil{
background-color: #6C6C6C;
text-align: center;
width: 100%;
max-width: 90%;
overflow: hidden;
margin: 3% auto;
color: #fff!important;
}
.RodapeCateg{
margin: 10% 0;
}

.RodapeCateg ul{
    text-align: justify;
    }
.logoRodape{
    max-width: 180px;
    display: block;
    margin: 0px 20px 20px 0;
}
.TituloRodape{
font-weight: 400;
font-size: 14px;
padding-bottom: 10px;
color: #fff;
}
.RodapeCateg ul{
padding-left: 0;
list-style: none;
padding-bottom: 12px;
font-size: 13px;
line-height: 2;
} 
.RodapeCateg ul li a {
color: #fff;
text-decoration:none; 
}
.IconSociais{
width: 24px;
height: 24px;
background-position-x: 0%;
background-size: 24px 24px;
margin: 0px 30px 20px 5px;
float: left;
}
.RodapeCateg p {
clear: both;
text-align: justify;
}
.RodapeCateg h2{
    text-align: justify;
}

/* POS-PAGO */

.tabela-consultas {
display: none;
width: auto;
height: auto;
position: relative;
padding-bottom: 15px;
}
/*tabela*/
.TituloTabela{
    text-align: center;
    font-size: 2vh;
}
table.TabelaConsulta {
    border-collapse: collapse;
    margin: 0 auto; 
    width: 100%;
    border-radius: 10px!important;
    background: #fbfbfb;
}
table.TabelaConsulta tr td {
text-align: center;
border-right: 1px solid #ececec;
padding: 2% 0;
}
table.TabelaConsulta tr td a {
    padding: 3% 25%;
    color: #666;
    text-decoration: none;
}
.barra-new:hover {
background-color: #f1f1f1 !important;
}
.barra-new td span:hover {
    font-weight: 600;
}
.barra-new{
    border-top: 1px solid #ececec;
}
.cont-consulta-index {
padding-top: 45px;
padding-bottom: 45px;
}
.box-top-banner-text span {
margin-bottom: 20px; 
float: left;
width: 100%;
display: block;
color: #707070;
/* margin: 0; */
font-weight: 100;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
.box-top-banner-text a {
background-color: #005c45;
width: 100%;
height: 45px;
color: #FFF;
text-decoration: none;
display: block;
line-height: 45px;
text-align: center;
text-transform: uppercase;
float: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.box-top-banner-text a:hover {
background-color: #003F2F;
}
/* BANNER LOJA */
.margem-banner-index-loja {
width: 100%;
height: auto;
position: relative;
}

/* CONTEUDO CONSULTAS */
.cont-consulta-index {
padding-top: 20px;
padding-bottom: 30px;
}
.box-menu {
width: 100%;
height: auto;
position: relative;
clear: left;
padding-bottom: 15px;
}

/* ****** */
.white {
background-color: #FFFFFF;
}

/* BACK TO TOP */
#back-top {
position: fixed;
bottom: 25px;
margin-left: 3%;
z-index: 50;
}
#back-top span:hover {
outline: none;
background-position: right 0;
}
#back-top a {
width: 58px;
display: block;
text-align: center;
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #bbb;
}
#back-top span {
width: 58px;
height: 58px;
display: block;
background: url("") no-repeat left 0;
}


.menu-links {
display: none;
}

.list0 {
display: none;
}

.menu-painel {
display: none;
}
.conteudo-painel {
width: 100%;
height: auto;
position: relative;
display: table;
}
.box-painel {
width: 100%;
height: auto;
background-color: #FFF;
border: solid 1px #d2d2d2;
position: relative;
display: table;
}
.margem-login-form {
width: 90%;
height: auto;
clear: none;
float: none;
position: relative;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
}

.link-black {
	color: #3b3224;
}

.margemLoginForm {
	width: 100%;
	height: auto;
	clear: none;
	float: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


/* Conteudo do rodape */
.barra-empresa {
width: 100%;
height: auto;
position: relative;
display: block;
}
.box-empresa-one {
width: 100%;
height: 88px;
position: relative;
display: block;
}
.box-empresa-one span {
font-size: 13px;
color: #FFF;
line-height: 44px;
}
.rodape-span-one {
width: 100%;
display: block;
height: 44px;
text-align: center;
}
.rodape-span-two {
width: 100%;
display: block;
height: 44px;
}
.box-empresa-two {
width: 100%;
height: 44px;
position: relative;
display: block;
}
.box-empresa-two a {
width: 100%;
height: 45px;
position: relative;
line-height: 44px;
border: 1px solid white;
text-align: center;
color: #FFF;
text-decoration: none;
}
.box-empresa-two a:hover {
text-decoration: underline;
}
.link-left {
float: left;
}
.link-right {
float: right;
}
.bottomBox {
width: 100%;
height: auto;
position: relative;
display: none;
}
.bottomBox h3{
width: 100%;
text-align: center;
margin: 0px;
}
.logo-branco {
width: 255px;
height: 35px;
position: relative;
background-image: url("");
margin-left: auto;
margin-right: auto;
background-size: 255px;
background-repeat: no-repeat;
}
/* FIM DIV-S */
/* PARA MOBILE E WEB LABEL, INPUT */
/* link box login e cadastro */
.body a {
width: 100%;
display: block;
text-decoration: none;
}
.body a:hover{
 text-decoration: underline;
}
/* FIM BOX LOGIN */
.list0 li {
float: left;
padding: 0 30px 0 5px;
}
.list0 li a {
color: #fff;
text-decoration: none;
font-weight: 600;
line-height: 30px;
font-size: 13px;
display: block;
}
.list0 li a:hover {
border-bottom: 2px solid;
}
.list0 li:last-child {
padding-right: 0;
}
.btn-entrar{
color: #fff !important;
text-align: center;
border-radius: 5px;
padding: 0px 20px !important;
background: #3FA467;
}
/* CONTEUDO REDES SOCIAIS */

#nav {
margin-left: auto;
margin-right: auto;
width: 100%;
display: inline-block;
/* background-color: #222; */
}
#nav ul {
text-align: center;
padding: 0;
margin: 0;
}
#nav li {
display: inline;
list-style: none;
padding: 0px 10px 0px 10px;
}
#nav a { }
#nav a img {
width: 60px;
height: 60px;
}
/*CONTATO*/
.ContatoBrasil{
padding-top: 80px;
}
.ContatoBox {
width: 100%;
max-width: 90%;
margin: 0 auto;
margin-top: 15px;
}
/* POLITICA DE PRIVACIDADE */
.bg-politica {
width: 100%;
height: auto;
position: relative;
margin-left:auto;
margin-right:auto;
padding-top: 145px;
padding-bottom: 15px;
background-color: #f1f1f1;
}
.cont-politica {
width: 90%;
height: auto;
position: relative;
margin-left:auto;
margin-right:auto;
background-color: #FFF;
margin-top: 15px;
border-radius:10px;
}
.margem-termos {
padding-left: 4%;
padding-right: 4%;
padding-top: 15px;
padding-bottom: 15px;
}
.title {
font-size: 14px;
font-weight: lighter;
color: #333;
margin: 0px;
}
.texto {
font-family: "Lucida Grande", Helvetica;
font-size: 12px;
font-weight: lighter;
color: #999;
margin: 0px;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
width: 100%;
clear: none;
float: none;
margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media(max-width: 768px){
.menus{
display: block;
}
.select-menu {
display: none;
opacity: 1;
text-align: right;
height: 100%;
background: #fff;
width: 100%;
margin-top: 27px;
position: fixed;
right: 0px;
}
.BannerPrincipalVeiculo .TextoBanner{
    display:none;
}
.RodapeCateg:last-child{
    margin: 80px 0 20px;
}
.top.active{
    background-color: #6c6c6c;
    position: fixed;
}
.menu-mobile-bt{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.btn-mobile-entrar  a, .btn-mobile-cd a{
    color: #ffffff!important;
    font-size: 12px!important;
    background: #838383;
    padding: 12px 30px;
    border-radius: 8px;
    outline: none;
    display: inline-block;
    text-align: center;
}
.btn-mobile-cd a{
     background: #3fa467;
}
.select-menu ul{
list-style-type: none;
padding: 0px;
margin: 0px !important;
}
.box-empresa-one span{
font-size: 8.5px;
}
.select-menu ul li {
list-style-type: none;
text-align: left;
padding: 15px 20px;
}

.select-menu ul li a{
    color: #838383;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

/* SAIDA NOVA */
.bg-saida-nova {
width: 100%;
height: auto;
position: relative;
background: #ffffff;
padding-top: 105px;
padding-bottom: 15px;
}
.conteudo-saida-nova {
width: 300px;
height: auto;
position: relative;
margin: 0 auto;
}
.box-saida-nova {
width: 300px;
height: 250px;
position: relative;
margin-bottom: 15px;
}
}
@media only screen and (min-width: 769px) {
.gridContainer {
width: 100%;
margin: auto;
clear: none;
float: none;
margin-left: auto;
}
/* SAIDA NOVA */
.conteudo-saida-nova {
width: 100%;
max-width: 80%;
margin: 0 auto;
padding-top: 150px;
padding-bottom: 150px;
text-align: center;
}
.box-saida-nova {
display: inline;
}
.s-m-b {
margin-left: 15px;
margin-right: 15px;
}

/*TOPO MOBILE*/
.cont-top-box .head_contact_list {
display: block;
}
.cont-top {
height: 90px;
}
.top-consulta{
    padding: 0%;
}
.loginContainer-index {
display: block;
}
.select-menu {
display: none;
}
.BtnEntrarMobile{
display: none;
}
/* FIM TOPO */

/* BANNER */
.bannerPrincipal .slick-dots{
    display:block!important;
}
.bannerLgpd {
margin-top: 88px;
}
.bannerPrincipal .BannerPrincipalTexto{
float: left;
position: relative!important;
max-width: 50%;
margin: 5%;
margin-top: 6.6%;
}
.bannerPrincipal .BannerPrincipalVeiculo, .bannerPrincipal .BannerPrincipalLocaliza{
float: right;
position: relative!important;
max-width: 41%;
margin: 5%;
margin-top: 13vh;
text-align: left;
}
.bannerLgpd .BannerLgpdTexto{
margin: 0 auto;
max-width: 90%;
text-align: center;
padding-top: 1px;
}
table.TabelaConsulta {
    width: 80%;
}
.titulobannerlgpd{
    font-size: 24px;
}
.textobannerlgpd{
    font-size: 16px;
}
.imgBannerLGPD{
background-image: url("");
background-position: left center;
height: 24rem;	
}
.imgBannerDEA{
    background-image: url("");
    background-position: left center;
height: 24rem;
}
.imgBannerPrincipal{
background-image: url("consulta-cpf-cnpj-2024-03.png");
width: 100%;
background-size: cover;
background-position: center;
height: 34rem;
}
.imgBannerPrincipalVeiculo{
background-image: url("consulta-veiculo-2024.png");
width: 100%;
background-size: cover;
background-position: center;
height: 34rem;
}
.imgBannerPrincipalLocaliza{
background-image: url("consulta-localiza-2024.png");
width: 100%;
background-size: cover;
background-position: center;
height: 34rem;
}

.TituloBanner{
font-size: 2rem;
line-height: 40px;
}
.LGPDtitulo{
    font-size: 26px!important;
}
.BannerPrincipalVeiculo ul, .BannerPrincipalLocaliza ul{
    text-align: left;
    list-style-position: inside;
    padding-inline-start: 0px;
}
.BannerPrincipalTexto .btn-consulte, .BannerPrincipalVeiculo .btn-consulte, .BannerPrincipalLocaliza .btn-consulte {
    padding: 10px 60px!important;
    font-size: 18px;
}
.TextoBanner, .Textolgpd{
font-size: 18px;
color: #fff;
line-height: 24px;
}
.ContainerCadastroBC{
margin: 0 auto;
display: block;	
}
.ContainerCadastro{
max-width: 78%;
margin: 0 auto;
display: block;
}
.CadForm{
max-width: 30% !important;
}
.ConsulteAgora{
max-width: 30% !important;
background-color: #eef1f1;
overflow: hidden;
padding: 1% 1%;
width: 100%;
border-radius: 6px;
float: right;
}
.CadastroConsultas{
background-color: #eef1f1;
max-width: 20.5rem;
overflow: hidden;
padding: 4% 1%;
width: 100%;
border-radius: 6px;
float: right;
margin: 3% 0%;
}
.comece-agora {
display: block;
position: absolute;
margin-left: -186px;
margin-top: 53px;
}
.CadastroAgora{
display: block;
position: absolute;
margin-left: -195px;
margin-top: 53px;
}


/* ESPECIAL */
/* CONSULTAS*/
.ConsultasBrasilConsultas{
clear: both; 
margin-bottom: 2%;
}
.ConsutasBrasil, .LGPDBrasil{
display: grid; 
grid-template-columns: repeat(3,1fr); 
display: -ms-grid;
-ms-grid-columns: 1fr 1fr 1fr;
}
.LGPDBrasilGrid, .Gridcontato, .CPFGrid{
display: grid; 
grid-template-columns: repeat(2,1fr); 
display: -ms-grid;
-ms-grid-columns: 1fr 1fr 1fr;	
}
.ContatoCF{
    padding: 20px 30px;
}
.ConsutasBrasil li{
display: -webkit-box; 
display: -webkit-flex;  
-webkit-box-orient: vertical;  
-webkit-box-direction: normal;  
-webkit-flex-direction: column; 
-ms-flex-direction: column;
flex-direction: column; 
}
/*BANNER CONSULTAS 2022*/
.BannerConsultas{
	background-image: url("consulta-cnpj-2022.webp");
    width: 100%;
    background-size: cover;
    background-position: left center;
    height: 8rem;
	display: inline-block;
}
.BannerLocaliza{
    background-image: url("");
    height: 18rem!important;
    padding-top: 24px;
}
.Bannercpf{
    height: 18rem!important;
    padding-top: 24px;
}
.BannerLocalizaVeiculo{
    background-image: url("");
    height: 18rem!important;
    padding-top: 24px;
}
.BannerPlanoPre{
    background-image: url("");
    height: 15rem;
    padding-top: 24px;
}
.BannerPlanoPos{
    background-image: url("");
    height: 15rem;
    padding-top: 24px;
}
.BannerCNPJ{
    background-image: url("");
}
.BannerCPF{
    background-image: url("");
}
.BannerVeiculo{
    background-image: url("");
}
.HomeVeiculo{
    background-image: url("veiculo-home-2022.webp")!important;
}
.TituloBannerConsultas{
    margin: 2.5% 5%;
    max-width: 70%;
    font-size: 1.5rem;
}
.PrimeiroFundo h1{
    font-size: 26px!important;
}
/*NOSSO SITE */
.PlanosMarg{
    padding-bottom: 0%;
    margin: 0 0.8rem;
}
.TitulosPlanosHome, .PrimeiroFundo h1{
    font-size: 25px;
}
.TituloTabela{
    font-size: 3vh;
}
.Bt-cdt-consulta{
    margin: 5% auto 0 !important;
}
.SubTituloCon{
    margin: 1% 1.3%;
}
.PlanoBrasil{ 
display: grid; 
grid-template-columns: repeat(3,1fr); 
display: -ms-grid;
margin: 2% auto;
width: 75%;
}
.LGPDBrasil{
display: grid; 
grid-template-columns: repeat(3,1fr); 
display: -ms-grid;
-ms-grid-columns: 1fr 1fr 1fr;	
}
.LGPDBrasilGrid{
display: grid; 
grid-template-columns: repeat(2,1fr); 
display: -ms-grid;
-ms-grid-columns: 1fr 1fr 1fr;	
}
.bannerNoticias{
max-width: 75%;
}

.NossosPlanos li{
padding-right: 20px; 
display: grid; 
}
.faqlgpdbox{
    width: 70%!important;
}
.NossosPlanosHome{
    background-image: url("fundo-geometrico-bolinhas.png");
}
.BannerInicial{
    background-image: url("fundo-brasil-2.png");
}
/*LGPD FAQ*/
.lgHGrid{
display: grid;
grid-template-columns: repeat(3,1fr);
padding: 0;
list-style: none;
}
/*CONHECA MAIS*/
.BrasilAtendimentoOnline {
float: right;
}
.BrasilAtendimentoOnline h2{
font-size: 3.3em;
margin: 3% 13%;
}
.BrasilAtendimentoOnline p{
margin: 2% 0%;
font-size: 1.2rem;
}
.fieldsetDub{
width: 45%;
float: left;
margin-right: 2% !important;
}
.fieldsetMensa{
width: 92%;
}
.FormContact .PerguntaButton{
width: 92%;
}
.Conhecamais{
margin: 0% 0% 2% 0%;
float: left;
}

/* FORMULARIO*/ 
.ImgDesktop{
width: 60%;
float: left;
}
.ComoComprarPos{
width: 25%;
float: right;
}
.ConsultasHeading{
height: 35rem;
}
.ConsultasBrasil{
padding-top: 88px;
}
.ComoComprarBrasil, .ComoComprarList{
display: grid;
grid-template-columns: repeat(4,1fr);
display: -ms-grid;
-ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.ResultadoConsulta{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;  
}
.TitulosLocaliza{
    margin: 1% auto;
    max-width: 92%;
}
.RTLocaliza{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr ;  
    margin: 0% auto 1%;
}
.ConsultaDes{
    padding: 1.5%;
    max-width: 89%;
} 
.PlanoBen{
    margin: 2%;
    padding: 10px 15px;
}
.ComprarCag{
padding-right: 20px;
}
.imgComoComprar{
max-width: 65%;
margin: 0 auto; 
text-align: center;
}
.imgPosPago{
max-width: 100%;
}
.Imagetitle{
top: 50%;
left: 50%;
width: 20%;
}
.BtnCadastroGratis{
width: 30%;
margin: 0%;
}
.BtnConsulte{
display: block!important;
text-align: center;
color: #fff;
font-weight: 600;
text-align: center;
border-radius: 8px;
padding: 10px 10px!important;
background: #215697;
font-weight: 700;
text-decoration: none;
font-size: 1.4rem
}
.BCCadastroGratis{
display: none;
}
.MaisConsultas{
background-color: #386149;
}
.PlanosBrasilConsultas .MaisConsultas{
background-color: #215897;
}
.ConsultasHead li{
float: left;
width: 28%;
padding: 2%;
margin: 0;
border: 0;
background: none;
}
.CadastroConsultas{
padding: 1% 1%;
margin: 1% 0%;
}
.ConsultasBox{
max-width: 90%;
margin: 2% auto;
padding: 1.5%;
}
.ConsultaTopo{
text-align: left;
float: left;
width: 42%;
}
.ConsultasDescricao{
margin: 3.5% 0%;
clear: both;
}
.ConsultaDescrip ul{
padding-left: 3%;
margin-bottom: 4%;
}
.ConsultaDescrip h4{
font-weight: 700;
}
.BC-Desc{
float: left;
width: 60%;
}
.BCTitle{
font-size: 2.5em; 
line-height: 1;
}
.ConsultaTitleBC{
font-weight: 700;
font-size: 1.5em;
}
.ConsultasText{
float: right;
width: 50%;
margin: 1% 0%;
}
.ConsultasMaisInformacao{
margin: 2% 0%;
overflow: hidden;
}
.ComoConsultarBrasil{
padding-left: 2% !important;
}
.ConsultasGrid{
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.pg-box{
    padding: 0px;
    margin: 0px 50px 20px 50px;
}

.pg-fq-g{
    padding: 0;
    margin: 0% auto;
    max-width: 70%;
    overflow: hidden;
}

.ConsultasGridVeiculo{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.TitleConsultasBrasil, .TitleLinkConsultasBrasil{
margin: 5% 5% 0% 0%;
}
.TextConsultasBrasil{
margin: 0% 5% 0% 0%;
}
.ComprarCag h4{
    font-size: 13px;
}
.InfoConsultas{
width: 45%;
float: left;
margin: 0%;
font-size: 16px;
color: #fff;
}
.InfoConsultasRight{
    width: 40%;
    float: right;
    margin: 0%;
}
.InfoConsultasRightPlano{
    width: 50%;
    float: right;
    margin: 0%;
}
.ConsultaCadBox{
float: right;
width: 44%;
margin: 2%;
}
.ConsultasVerMais{
float: right;	
width: 50%;
padding: 3rem 0 0 0;
}
/* BANNER BLOG*/

.BannerBlogTexto .BtnBlog{
background: #0789d8;
color: #fff;
margin: 1% auto;
font-size: 18px;
width: 200px;
}
.contatoBtn{
background: #0789d8;
color: #fff;
margin: 0;
font-size: 18px;
width: 150px;
}
.BannerBlog .BannerBlogTexto h2{
font-size: 1.3rem;
font-weight: bold;
}
.TextoBlog{
font-size: 1.5em;
margin: 7px 0px;
font-weight: normal;
}
.ConsultaCadastre h3{
width: 40%;
}
/* RODAPE NOVO*/
.RodapeCateg{
    margin: 0 10%;
}

.footerBrasil{
display: grid;
grid-template-columns: repeat(4,1fr);
}
.RodapeBrasil{
    max-width: 80%;
}
.copy-right{
background:#404040;
max-width: 100%;
}

/* CONTEUDO DA INDEX */

.right {
float: right;
}
.left {
float: left;
}
.maga-1 { margin-top: 76.5px; }
.maga-2 { margin-top: 73px; }
.maga-3 { margin-top: 73px; }
.maga-4 { margin-top: 15px; }
.maga-5 { margin-top: 30px; }
.maga-6 { margin-top: 50px; }
.maga-7 { margin-top: 73px; }

/* FIM CONTEUDO DA INDEX */


	
/* FIM MINHA CONTA */
.imgBannerBlog{
background-position: top center;
}

/* PLANO PRE PAGO */

/* SOBRE O SITE CONTEUDO */
.titulo-brasil{
    font-size: 1.5rem;
    padding: 0;
}
.mobile-logo{
	max-width: 0;
}
.desktop-logo{
    max-width: 200px;
    display: block;
    margin: 33px 20px 0 0;
    float: left;
}
.pop-up{
    margin: 5% auto;
    padding: 1% 2%;
    width: 30%;
}
.loginContainer-index {
display: block;
}
.loginButton {
height: 70px;
}
.loginBox {
margin-top: 15px;
margin-right: -2px;
}

/* Redes sociais */
.cont-rede {
width: 90%;
max-width: 980px;
}

/* Rodape */
.box-empresa {
display: inline-block;
height: auto;
text-align: center;
color: #fff;
}
.box-empresa-one span {
font-size: 13px;
}
.bottomBox {
width: 255px;
height: 35px;
}
.box-empresa-one span {
line-height: 60px;
}
.cont-rodape {
width: 90%;
max-width: 80%;
}
.barra-empresa {
width: 100%;
height: 60px;
color: #FFFFFF;
border-top: solid 1px #FFF;
}
.box-empresa-one {
width: 50%;
display: inline-block;
float: left;
height: 60px;
}
.box-empresa-one span {
font-size: 13px;
}
.box-empresa-two {
width: 300px;
display: inline-block;
float: right;
}
.rodape-span-one {
width: auto;
display: inline-block;
height: 60px;
}
.rodape-span-two {
width: auto;
display: inline-block;
height: 60px;
}
.box-empresa-two a {
line-height: 60px;
border: 0;
}
.box-empresa-one span {
line-height: 60px;
}
.bg-rodape {
padding-bottom: 0;
}
.box-rodape {
padding-top: 25px;
padding-bottom: 25px;
}
/* RODAPE */
/*link lembrar senha */
.cont-titulo {
max-width: 980px;
width: 980px;
padding-top: 50px;
padding-bottom: 0;
margin-top: 50px;
}
.cont-titulo h1 {
font-size: 30px;
}

/* FIM DO CSS */
/* FIM DIV'S */
/* CONTEUDO TOP */

.loginButton span { 
margin-top: 20px;
}
.menu-mobile {
width: auto;
float: right;
margin-top: 30px;
margin-right: 15px;
background-image: none;
}

.list0 {
padding: 0;
margin: 0 0 0 0;
list-style: none;
overflow: hidden;
display: inline-block;
line-height: 30px;
}


/* POLITICA DE PRIVACIDADE */
.cont-politica {
width: 90%;
max-width: 980px;
}
.margem-termos {
padding-left: 50px;
padding-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
.bg-politica {
padding-top: 105px;
}
}
@media only screen and (min-device-width : 651px) and (max-device-width : 1024px) {
    .RodapeCateg{
        width: 50%;
        float: left;
        
        }
        .list0 li{
        padding: 0 10px;
        }
        .list0 li a {
        font-size: 10px;
        }
        .ConsutasBrasil, .LGPDBrasil{
        display: grid; 
        grid-template-columns: repeat(3,1fr); 
        display: -ms-grid;
        }
        .LGPDBrasil{ 
        display: grid; 
        grid-template-columns: repeat(3,1fr); 
        display: -ms-grid;
        } 
        .ResultadoConsulta{
            display: grid;
            grid-template-columns: repeat(3,1fr);
            margin: 3% auto;
            max-width: 90%;
            overflow: hidden;
        }
        .ConsutasBrasil li, .NossosPlanos li {
        padding-right: 20px;
        display: grid;
        display: -ms-grid;
        }
        .bannerPrincipal .BannerPrincipalTexto {
        margin: 0 auto;
        padding: 2% 5%;
        max-width: 100%;
        background: none;
        }
        .ContLogin{
        padding-top: 150px;
        padding-bottom: 150px;
        }
        .RedeSocialIcones ul{
        margin: 2% 18%;
        }
        .RodapeCateg ul{
        text-align: center;
        }
        .TituloCadastroBox h2{
        font-size: 2.5em;
        }
        .CadastroConsultas {
        padding: 1%;
        margin: 2% 0%;
        }
        .BrasilAtendimentoOnline h2{
        font-size: 2.2rem;
        }
        .BrasilAtendimentoOnline p {
        font-size: 1.6em;
        }
        .ComoComprarBrasil{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        }
        .ComoComprarBrasil ul li{
        padding: 0;
        }
        .Imagetitle{
        left: 30%;
        }
        .CadastroImgAbout{
        left: 77%;
        top: 735px;
        }
        .TituloCadastroBox {
        left: 45%;
        top: 6%;
        }
        .InfoConsultas{
        width: 50%;
        float: left;
        margin: 0;
        }
        .CadastroAgora{
        display: none;
        }
}

@media only screen and (min-width: 1350px){
.Imagetitle{
font-size: 2.3rem;
width: 20%;
}

}

@media only screen and (min-width: 1700px){
    .PrimeiroFundo h1 {
        font-size: 30px!important;
    }
    .ParaPlanos{
        font-size: 16px;
    }
    .TituloPasso, .PlanosTituloBrasil, .titulobannerlgpd{
    
      font-size: 26px!important; 
    }
    .InfoComplemento{
        font-size: 16px!important;
    }
}