/* ===================================
    Cover
====================================== */

.cover{
  width: 100%;
  min-height: 300px;
  padding-top: 150px;
  padding-bottom: 0px;
  position: relative;
  overflow-x: clip;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.7) 0%, #030303 100%),url("../../assets/img/Segmentos/cover-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
    align-items: center;
}

.avisos-body p,li{
  font-size: 12px;
  line-height: normal;
}

.avisos-body li{
  margin-bottom: 10px;
}


.avisos-body a{
  color: #000;
  transition: all 0.7s ease;
}

.avisos-body a:hover{
  color: #FF0000;
  transition: all 0.7s ease;
}


/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {

.avisos-body p,li{font-size: 14px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
