body {
  background: #F9F9F9;
}

.pt-6 {
	padding-top: 8rem;
}

.bg-top {
	background: url(../../dist/imgs/bg-vermelho-01.svg) no-repeat top right ;
	background-size: contain;
}

.bg-top-interno {
	background: url(../../dist/imgs/bg-vermelho-02.svg) no-repeat top left ;
	background-size: contain;
}

.bg-top-interno2 {
	background: url(../../dist/imgs/bg-vermelho-01.svg) no-repeat top right ;
	background-size: contain;
}

.bg-ti {
	background: url(../../dist/imgs/bg-cinza.svg) no-repeat top left;

}

.bg-cinza-right {
	background: url(../../dist/imgs/bg-cinza-right.svg) no-repeat top right;
}

.bg-cinza-left {
	background: url(../../dist/imgs/bg-cinza-left.svg) no-repeat top left;
}


.bg-footer {
	background: url(../../dist/imgs/PNG/bg-footer.png) no-repeat top center;
	background-size: cover;
}

.bg-cinza {
	background-color: #e1e1e1!important;
}

.bg-danger {
	 background-color: #cc3303!important;
}

.btn-danger {
    color: #fff;
    background-color: #cc3303;
    border-color: #cc3303;
}

.text-danger {
	 color: #cc3303!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #cc3303;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #cc3303;
}

.accordion-button:focus {
    border: 0;
    box-shadow: 0 0 0 0.25rem rgb(199 199 199 / 25%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
transform: rotate(180deg);
}

.text-cinza {
	color: #e1e1e1!important;
}
.h-inherit {
	height: inherit;
}

/* ESTILOS GERAIS EXTRAS */

.icon-1 {
	width: 20px;
	max-height: 20px;
}

.icon-2 {
	width: 40px;
	max-height: 40px;
}

.icon-3 {
	width: 60px;
	max-height: 60px;
}

.rounded-5 {
    border-radius: 1.6rem!important;
}

.rounded-bottom-0  {
	border-bottom-left-radius: 0rem!important;
	border-bottom-right-radius: 0rem!important;
}

.shadow {
	box-shadow: 0px 5px 0px rgba(0,0,0,.10)!important;
}


/* NAVEGAÇÃO */

.nav-link  {
	padding: 8px 30px !important;
	border-bottom: 4px transparent solid;
}

.nav-link:hover  {
	border-bottom: 4px #ccc solid;
}

.nav-link.dropdown-toggle.show {
	border-bottom: 4px #ccc solid;
}

.nav-link.active  {
	border-bottom: 4px #B32F00 solid;
}

.dropdown-menu {
	border-radius: 0;
	border: 0;
	border-bottom: 4px #B32F00 solid;
}

.list-unstyled li {
	padding-bottom: 15px;

}

.navbar-light.sticky-top {
	margin: 0 15px;
}

.navbar-toggler {
	border: 0px !important;
}



@media only screen and ( max-width: 459px ) {
	.pt-6 {
		padding-top: 6rem;
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.icon-2 {
		width: 30px;
		height: 30px;
	}
	.bg-top {
	background-size: 130%;
	}
	.lead {
		font-size: 1.1rem;
	}

	
	.bg-white.shadow h3 , .container-fluid.bg-white  h3{
		font-size: calc(1.2rem + .6vw);
	}

	.bg-cinza-right {
		background-position:  bottom right !important;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.list-group-item {

		padding: .5rem 0rem !important;
	}
}