@charset "UTF-8";
/*
 * Base structure
 */


html,
body {
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.home{
	position: relative;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
	/*background: linear-gradient(150deg,#33c586 0%,#51cbff 100%);*/
}

.container-fluid-header-green{
	background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}

.container-fluid-header-white{
	background: #fff;
}

.navbar{
	padding: 0;
}

.navbar-btn-login,
.navbar-brand, .container-navbar{
	position: relative;
    z-index: 1;
}

/*
.container.container-navbar {
    margin-bottom: 10px;
}
*/

img.img-logo{
	max-height: 85px;
}

.container-fluid-home::before {
    content: "";
    background: url(../images/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 0;
}

.btn-grad-register,
.btn-grad-login,
.btn-grad-logout{
	margin: 12px auto;
	min-width: 48%;
	border: 1px solid #fff !important;
}

.col-banner {
    margin: 5% 0 2%;
    text-align: center;
}

.col-ads{
    margin-bottom: 5%;
    text-align: center;
}


.headerline{
	font-weight: 500;
	line-height: 58px;
	font-size: 48px;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.subheadline{
	font-weight: 500;
	line-height: 25px;
	font-size: 19px;
}

.subheadline.call{
	font-weight: 700;
	font-size: 24px;
}

.form-control{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 0;*/
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-grad {
    color: #ffffff;
    background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
    background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    background-position: right bottom;
    border: 0;
    line-height: 1.92;
	
	letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    outline: 0;
}

.btn-grad.active, .btn-grad:active, .btn-grad:focus, .btn-grad:hover {
    color: #ffffff;
    background-position: left bottom;
}

i.fas.fa-check{
	line-height: none;
    padding-right: 0;
}


/* footer
 * ------------------------------ */
.container-fluid-footer{
	padding: 40px 0 20px;
	color: #8f9397;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background-color: rgba(0,0,0,.03);
}


img.navbar-brand-item{
	max-height: 85px;
}

.box-footer-inst {
	background: url(../images/world-map.png) bottom no-repeat;
}

.divider {
    color: #8f9397;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    line-height: 0em;
}

.divider:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    height: 0em;
    margin: 0 0 0 -100%;
    vertical-align: middle;
    width: 50%;
}

.divider:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0 0 -100%;
    vertical-align: middle;
    width: 50%;
    margin: 0 -100% 0 0;
}

.row-footer-copyright{
	padding: 1rem 0;
}

.fa, .fas, .far, .fal, .fad, .fab {
	line-height: 22px;
	padding-right: 10px;
}

.container-fluid-footer a{
	padding: 0;
	color: #0056b3;
}

.container-fluid-footer a:hover{
	color: #54B274;
	font-weight: 600;
}

.copyright-links.primary-hover.mt-3.mt-md-0 {
    text-align: right;
}

.bg-grad {
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}

.container-fluid-footer .fa-newsletter {
    position: absolute;
    bottom: 66px;
    right: 10px;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.1) !important;
}

.container-fluid-footer p.mb-2 {
    color: #fff;
}

.col-md-2.col-sm-6 {
    margin-bottom: 20px;
}

/* modal
 * ------------------------------ */
.modal{
	color: #8f9397;
}

/* show-cnpj
 * ------------------------------ */

.container-fluid-dados-cnpj{
	color: #404040;
	font-size: 12px;
	font-weight: 400;
	margin: 1.25rem 0 0;
}

.container-fluid-dados-cnpj .card-attention{
	font-size: 14px;
}
 
.container-fluid-dados-cnpj .card-body-rz{
    padding: .75rem 1.25rem 0;
}

.container-fluid-dados-cnpj .card {
    margin-bottom: 20px;
}

.container-fluid-dados-cnpj img.card-img-top {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0.8)), color-stop(93%, rgba(0,0,0,0)));
}

.container-fluid-dados-cnpj img.title {
    width: 30px;
}

.container-fluid-dados-cnpj .card-header,
.container-fluid-dados-cnpj .list-group-item {
    border: 0;
}

.container-fluid-dados-cnpj .card-header {
    font-weight: 900;
    background-color: #eee;
}

.container-fluid-dados-cnpj .list-group-item:nth-child(even) {
    background-color: rgba(0,0,0,.03);
}

.container-fluid-dados-cnpj .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.nav-tabs a{
	background: #eee;
    border: 1px solid red;
	margin-right: 5px;
}

.nav-tabs a:hover {
	background: #fff;
}

i.fas.fa-exclamation-triangle{
	color: red;
}

i.fas.fa-check-circle{
	color: green;
}

.green{
	color: green;
	font-weight: 600;
}

.yellow{
	color: yellow;
	font-weight: 600;
}

.red{
	color: red;
	font-weight: 600;
}

.container-fluid-pesquisa,
.container-fluid-razao-social{
	color: #404040;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

.container-fluid-razao-social .list-group-item:nth-child(even) {
    background-color: rgba(0,0,0,.03);
}

h1.title {
    font-size: 1.2em;
    padding: 10px 0;
}

.container-fluid-pesquisa .row-label input{
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
	height: 38px;
	padding: 0 20px 0 8px;
}

span.select2-selection.select2-selection--single {
	background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
	height: 38px !important;
}

span.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

span.select2-selection__arrow{
	height: 38px !important;
}

span.select2-selection__clear {
    font-size: 18px;
}



.pagination .fa, .pagination .fas, .pagination .far, .pagination .fal, .pagination .fad, .pagination .fab {
    line-height: 0;
    padding-right: 0;
}

.select2-results__option{
	color: #404040;
}

select.municipio{
	width: 400px;
}


.row-dados-cadastrais .col-dados{
	margin-bottom: 15px;
}

.card-text{
	text-align: justify;
}

.col-cadastre-se,
.col-recuperar-senha{
	color: #404040;
}

.col-cadastre-se i.fab,
.col-cadastre-se i.fas{
	padding: 0;
	width: 16px;
}

.col-cadastre-se .form-control {
    height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.col-cadastre-se .form-group{
	padding: 0;
	margin: 0 0 5px 0;
}

.col-cadastre-se .form-group label{
	font-size: 12px;
	margin: 0;
	font-weight: 500;
	color: #54B274;
}

.col-cadastre-se .checkbox {
	margin-top: 15px;
}

input[type=checkbox]{
  width: 15px;
  height: 15px;
}

.col-cadastre-se .input-rec-senha {
    text-align: right;
    margin: -5px 0 10px;
	font-size: 80%;
}

.col-cadastre-se .btn-cadastre-se{
	width: 100%;
	height: 50px;
}

.col-cadastre-se .input-button{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.col-cadastre-se .new-user{
	text-align: center;
	margin: 0;
}

.container-fluid-cadastre-se{
	margin: 50px 0;
}

.col-cadastre-se {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* checkout
 * ------------------------------ */
.row-checkout{
	margin: 0 auto;
}

.row-checkout .col-cadastre-se{
	max-width: unset;
	margin: 50px 0;
	padding: 0 100px;
}

.row-checkout .col-checkout{
	background: #F1F4F7;
	padding: 50px 20px;
	color: #404040;
	}

.row-checkout .col-cadastre-se .form-control {
    height: 50px;
}

.row-checkout .col-cadastre-se .form-group {
    padding: 4px
}

.row-checkout .form-inline .custom-select, .form-inline .input-group {
    width: -webkit-fill-available;
}

.row-checkout .card {
	background: #F1F4F7
}
.row-checkout .card-check p {
	margin-bottom: 0;
}

.row-checkout .col-accordion{
	max-width: 100%;
	margin: 0;
}

.row-checkout .card-header{
	padding: .35rem .87rem;
}

.accordion{
	font-size: 14px;
}

.col-accordion .btn-link {
    text-align: left;
}

h2.title{
	color: #54B274;
	font-weight: 900;
	text-decoration: underline;
}

p.alert-card{
	color: #dc3545;
	text-align: justify;
}

.container-pesquisa .card{
	margin-bottom: 20px;
}

.container-pesquisa .row{
	margin: 5px 0;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

input.select2-search__field{
	width: 100% !important;
}

.container-pesquisa ::-webkit-input-placeholder{
	color: #999;
	font-size: 12px;
}

.container-pesquisa input:-moz-placeholder{
	color: #999;
	font-size: 12px;
}

.container-pesquisa input{
	font-size: 12px;
}

.container-pesquisa .clear{
	text-align: right;
}

.container-pesquisa .row-label .col{
	margin: 0 8px -12px;
	padding: 0;
}

.container-pesquisa .row-label .col label{
	font-weight: bold;
}

.btnPesquisa{
	text-align: right;
}

p.alert{
	color: #f00;
	font-weight: bold;
	text-align: center;
}

ul.navbar-nav a.nav-link {
	color: #fff !important;
	display: flex;
}

ul.navbar-nav button.btn.btn-outline-light {
	min-width: 120px;
	text-align: center;
	color: #fff;
}

ul.navbar-nav button.btn.btn-outline-light:hover {
	color: #2ab9a5;
}

.col-logo{
	width: 80%;
}

.col-btn{
	width: 20%;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

.navbar-btn.navbar-btn-login .fa-user,
.navbar-btn.navbar-btn-login .fa-user-check{
	font-size: 28px;
	float: left;
	border: 2px solid #fff;
	padding: 10px;
	border-radius: 90px;
	margin-right: 10px
}

.navbar-btn.navbar-btn-login a{
	color: #fff;
}

.navbar-btn.navbar-btn-login a:hover{
	text-decoration: underline;
}

.navbar-btn.navbar-btn-login a.dropdown-item{
	color: #54b274;
}

.dropdown-item:focus, .dropdown-item:hover{
	background: #d8fee5;
	text-decoration: none !important;
}

.dropdown:hover .dropdown-menu,
.dropdown:active .dropdown-menu {
    display: block;
    position: absolute;
}

.row-footer-copyright{
	line-height: 16px;
}

.card-title{
	font-size: 20px;
	line-height: 24px;
}

.card-title-attention{
	font-weight: 500;
}

h2{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

h2.title{
	font-size: 32px;
	line-height: 38px;
}

h3{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

h3.modal-title{
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

p.links-rapidos{
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

a.btn_whatsapp{
	width: 60px;
	height: 60px;
	display: flex;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}

a.btn_whatsapp img{
	width: 100%;
	height: auto;
}

.card-header h2{
	margin: 0;
	font-weight: 600;
}

.container-fluid-termos{
	margin: 50px 0;
	color: #8f9397;
}

.container-fluid-termos h1.termos-title{
	font-size: 24px;
	line-height: 36px;
	font-weight: 900;
}

.container-fluid-termos h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.container-fluid-termos p{
	text-align: justify;
}

.span green{
	color: #008000;
}

.span red{
	color: #f00;
}

i.accordion-icon {
    float: right;
}

.card-data-cnpj, .card-protesto, .card-protesto p, .card-protesto h3 {
	font-size: 14px;
}

h3.title{
	font-weight: 600;
	margin-bottom: 0;
}

/* attention
 * ------------------------------ */

.card-attention p{
	margin: 0;
}

.card-attention .card-text{
	margin: 10px 0;
}

.card-attention .price-value {
    text-align: center;
    position: relative;
	color: #008000;
}

.card-attention .price-value span.old {
	font-size: 1.4em;
    font-weight: 600;
    text-align: left;
    position: absolute;
	top: -10px;
	line-height: 1em;
}

.card-attention .price-value span.currency {
    font-size: 1.6em;
    font-weight: 600;
}

.card-attention .price-value span.price {
    font-size: 4em;
    font-weight: 900;
	letter-spacing: -8px;
}

.card-attention .price-value span.cents {
    font-size: 1.4em;
    position: relative;
    left: 5px;
}

.modal-promo .form-group label {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    color: #54B274;
}

.modal-promo p.text{
    color: #404040;
    font-size: 12px;
    font-weight: 500;
}

/* banner
 * ------------------------------ */

.container-fluid-banner {
    background: #eee;
	color: #404040;
}

.container-fluid-banner .banner-left {
    margin: 100px 0;
    text-align: center;
}

.container-fluid-banner .banner-left h1.title {
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
}

.container-fluid-banner .banner-left span.subtilte {
    color: #FFD700;
}

.container-fluid-banner .banner-left h2.description {
    font-size: 26px;
    line-height: 30px;
    margin: 20px 0;
}

.container-fluid-banner .banner-right{
    background: url("../images/consulta-cnpj.png") no-repeat bottom;
	
}

.container-fluid-compare{
	color: #404040;
}


/* main
 * ------------------------------ */

.main {
    text-align: center;
    margin: 0 auto;
}

.main_home {
    background: linear-gradient(90deg, rgba(80, 177, 98, 0.9) 0%, rgba(0, 187, 255, 0.9) 100%), url(../images/background.jpg) bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.main_home_left {
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.main_home_left_title {
    font-weight: bold;
    font-size: 46px;
    line-height: 50px;
}

.text-score {
    color: #250048 !important;
}

.main_home_left_description {
    font-size: 20px;
    line-height: 28px;
}

.main_home_left a.btn {
    width: 230px;
    border-radius: 10px;
}

.main_home_right {
    height: 500px;
    background: url(../images/woman.webp) no-repeat top;
    margin-top: 60px;
}


/* product
 * ------------------------------ */

.main_home_product_title {
    font-weight: bold;
    font-size: 39px;
    line-height: 45px;
}

.text-muted {
    color: #6c757d !important;
}

.main_home_products a {
    text-decoration: none;
}

.main_home_products .main_home_product .image {
    height: 168px;
    transition: all .2s linear;
    background-size: 481px 218px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px 10px 0 0;
}
.main_home_products .main_home_product_cpf .image {
    background-image: url(../images/consultar-cpf.png);
}

.main_home_products .main_home_product .image h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.main_home_products .main_home_product .description {
    color: #555;
    font-size: 15px;
    border: 1px solid #d6d6d6;
    min-height: 180px;
    border-radius: 0 0 10px 10px;
}

.main_home_products .description h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

#form_cart label.is-invalid{
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

form#form_cart {
    align-items: flex-start;
}

.ads_home {
	height: 282px !important;
	text-align: center;
}

.card.card-ads.center_ads {
    height: 282px !important;
}

.card.card-ads.left_ads {
	height: 253px !important;
}

.card.card-feed.ads_center {
	height: 187px !important;
}

/* medias
 * ------------------------------ */

@media (max-width: 768px) {
	
	.col-banner {
		margin: 5% 0 2%;
	}
	
	h1.headerline {
		font-size: 32px;
		line-height: 42px;
	}
	
	.navbar-btn.navbar-btn-login .fa-user,
	.navbar-btn.navbar-btn-login .fa-user-check{
		font-size: 20px;
		padding: 10px;
		border-radius: 90px;
		margin-top: -10px;
	}
	
	.dropdown:hover .dropdown-menu,
	.dropdown:active .dropdown-menu {
		display: block;
		position: absolute;
		left: -100px;
	}
	
	
    #reverse {
		display: flex;
        flex-direction: column-reverse;
    }
	
	.container-fluid.container-fluid-checkout,
	.container.container-checkout {
		margin: 0;
		padding: 0;
	}
	
	.row-checkout .col-cadastre-se{
		padding: 0 20px;
	}
	
}

@media (max-width: 576px) {
	
	.space{
		height: 40px;
	}
	
}

@media (max-width: 375px) {
	
	.container-fluid-home{
		margin-top: -20px;
	}
	
}
