
html, body {
  min-height: 100vh !important;
}

body {
  font-family: 'Assistant', sans-serif !important;
}

.blue-900 {
    background-color: #0d47a1 !important;
}

.link-white:hover{
  color:#0dcaf0!important;
}

.link-white:active {
  color:#00FFFF;
}


/*CORREÇÕES BOOTSTRAP ------------------------------------------------------------------------------------------------*/
.form-outline .form-control~.form-notch .form-notch-trailing,
.form-outline .form-control~.form-notch .form-notch-leading {
  border-radius: 0 !important;
}

.form-dashed-boder {
  border: 1px dashed #ACACAC !important;
}
.img-one .height-ratio {
  padding-bottom: 40.888%;
  height: 0; }

.img-1 .height-ratio {
  padding-bottom: 84.888%;
  height: 0; }

.newsbox .height-ratio {
  padding-bottom: 84.777%; }

.newsbox > div:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem; }

.newsbox > div:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem; }

.newsbox > div:nth-child(3) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem; }

.newsbox > div:nth-child(4) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem; }


/* Titulos ---------------------------------------*/

.bg-shadow {
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%); }

.bg-lg-shadow {
  background: linear-gradient(to bottom, rgba(16, 11, 11, 0) 0%, rgba(0, 0, 0, 0.67) 49%, rgba(19, 19, 19, 0.88) 100%); }

.bg-shadow-two {
  background: rgba(53, 53, 53, 0.75); }

.bg-full-shadow {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  z-index: 2; }

/*bottom*/
.b-0 {
  bottom: 0; }

.ads-320 {
  background-color: #efefef !important;
  border: #999 dashed 2px;
  color: #999;
  height: 320px;
  width: 306px;
}

.ads-120 {
  background-color: #efefef !important;
  border: #999 dashed 2px;
  color: #999;
  height: 120px;
  width: 306px;
}