body{
    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
}
body::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background: #e10a16;
}

h2{
    font-size: 28px;
}

h4{
    font-size: 22px;
}

.safe-area{
	width: 100%;
	background: url('../img/screen-bg.png') no-repeat center top;
	background-size: cover;
}

.produtos{
	width: 100%;
	background: url('../img/bg_produtos.jpg') no-repeat center top;
    background-size: cover;
}

.bg-light{
/*	background: #fff!important; */
	background: #e10a16!important;
	border-bottom: solid 2px #e10a16!important;
}

.card{
/*	padding-top: 1rem;
    width: 20rem;*/
    min-height: 35rem;
    border-radius: 0px!important;
    border: none;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: white;
    border-top: none;
}
/* CUSTOM*/

/*input[type="checkbox"]:focus{
	outline:none;
}*/
.btn{
	padding: .5rem 2rem;	
}

.btn:focus{
	box-shadow: none;
}
.btn-radius{
	border-radius:1.2rem;
}
.btn-success{
	background:#e10a16;
	border-color:#e10a16;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus{
	background: #979797;
    border-color: #979797;
    color: #000;
}

.btn-outline-secondary{
	color: #fff;
	border-color:#fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus{
	color: #000;
	background: #fff;
	border-color: #000;
}

.headeline{
	font-size: 2rem;
}

.description{
	font-size: 1.2rem;
	color: #ccc;
}
/* NAVBAR */ 

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active>.nav-link,
.navbar-light .navbar-nav .nav-link{
	/*color:#e10a16;*/
	color:#fff;
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link .nav-link:focus,
.navbar-light .navbar-nav  .nav-link:focus,
.navbar-light .navbar-nav .nav-link:focus{
	font-weight: bold;
	color: #e10a16;
	box-shadow: 0px 2px #e10a16;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover{
	color: #333;/* #57ffb3;*/
	box-shadow: 0px 2px #e10a16;
}

.navbar-light .navbar-nav .nav-link{
	font-size: .9rem;
}

.navbar-brand img{
	width: 150px;
	height: auto;
}


/* VIEW HEIGHT */

.safe-area, .empresa, .produtos{
	min-height:100vh;
}


/* BOTÃO SUBIR */

.subir{
	position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 85px;
    width: 25px;
    color: #fff;
    text-align: center;
    padding: 2px 3px;
	cursor: pointer;
}

/* MODAL */

.modal-title{
	color: #e10a16;
	text-align: center;
}

/* CAROUSEL */ 

.carousel-title,
.carousel-subtitle,
.carousel-description{
	color: #fff;
	text-align: center;
}

.carousel-title{
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.carousel-subtitle{
	font-size: 1rem;
	font-style: normal;
}

.carousel-description{
	font-size: .8rem;
	color:#eee;
	margin-top: 1.5rem;
}

.carousel-inner{
	/*width: 500px;*/
	margin: 0 auto;
}

.align-inner{
	height: 80vh;
	display: flex;
	align-items: center;
}

.carousel-produtos{
	display: flex;
	align-items: center;
	min-height:450px;
	width:100%
}

.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:solid 1px #fff;
	background: transparent;
}

/* EMPRESA */

.empresa{
   /* background: #e10a16;*/
}

.empresa h2, .empresa article{
	color: #000;
}

.empresa .description{
/*	color: #ccc; */
	color: #e10a16;
}

.divisor{
	box-shadow: 18px 16px 17px #4d2500;
    color: #e10a16;
    border: 1px solid #e10a16;
    width: 80%;
}

/*  PRODUTOS    */ 

.produtos h2{
    color: #fff;
}

.icone {
    /* background: #e10a16; */
    /* width: 360px; */
    height: 140px;
    /* padding: 1rem 1rem; */
    margin: 0 auto;
}

.topo_desif{
    background: url("../img/bg_desif.jpg");
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    margin-top: 78px;
}

.topo_nova_lei{
    background: url("../img/bg_novalei.jpg");
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    margin-top: 78px;
}

.topo_cursos{
    background: url("../img/bg_cursos.jpg");
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    margin-top: 78px;
}

.topo_lgpd{
    background: url("../img/bg_lgpd.jpg");
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    margin-top: 78px;
}


.card_servicos{
    background: #fff;
    outline: double 2px #e10a16;
    text-align: center;
}

/*	FEATURES */

.custom-checkbox .custom-control-indicator{
	border-radius: 0px;
}

/*
.custom-checkbox .custom-control-indicator{
	outline: none!important;
}*/

.custom-checkbox .custom-control-input:checked~.custom-control-indicator{
	background: #00bfa5;
	box-shadow: none;
}
.custom-control{
	margin-top: 1rem;
}

.custom-control-headline{
	font-size: 1.2rem;
	font-weight: 400;
}
.features-description{
	 font-size: .9rem;
	 color: #aaa;
}
/* VIDEO */

.video{
	background: #e5eaeb;
}

/* RATES */
.rates{
	background: #edf2f5;
}
.rates .description{
	color: #ccc;		
}


/* cutomer */

.customer-title,
.customer-name,
.customer-description,
.card-body p{
	text-align: center;
	/*color: #000;*/
	color: #e10a16;
	font-weight: bold;
}


.customer-reviews .customer-title{
	font-size: 1rem;
}
.customer-reviews .customer-name{
	font-weight: bold
}
.customer-reviews .customer-description{
	font-size: .9rem;
	color: #ddd;
}
.customer-reviews .carousel-indicators .active{
	background-color:#000;
}

.customer-reviews .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:solid 1px #000;
	background: transparent;
}

.customer-reviews .carousel-control-next-icon,
.customer-reviews .carousel-control-prev-icon{
	color: #000;
}

/* RODAPE */

.rodape{
	border-top:solid 2px #e10a16;
	color: #000;
	font-size: 12px;
	padding: 1rem;
    background: #000;
}

.rodape img{
	width:120px;
	height: auto;
}
.rodape .container p{
    color:#fff;
}

/* WHATSAPP */

.whatsapp img{
	width: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
	animation: go-back 1s infinite alternate;
}

@media (max-width: 500px) {
	.whatsapp img{
		bottom: 50px;
		right: 15px;
	}
}
