.artigo-conteudo {

  margin-top: 10px;

  width: 100%;

  /**Major Properties**/
  overflow: hidden;
  /* line-height: 1.5rem; */
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;

}

.navbar-custom .dropdown:hover .dropdown-menu {
  display: block;
  color: white;
}

.dropdown-item:hover {
  background-color: #910811;
}

.logotipo {
  width: 600px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  background: #910811;

}

.img-figuras {

  object-fit: cover;
  object-position: center;
  /* background: #910811; */

}

.carrosel {
  /* width: 600px; */
  height: 479px;
  object-fit: cover;
  object-position: center;
  background: #910811;

}

.circleBase {
  border-radius: 50%;
}

.circle1 {
  width: 150px;
  height: 150px;
  background: #910811;
  border: 1px solid #000;
  object-fit: cover;
  object-position: center;
}

.circle2 {
  width: 150px;
  height: 150px;
  background: #a1a1a1;
  border: 1px solid #000;
}

.rounded-circle{
  object-fit: cover;
  object-position: center;
  width: 150px;
  height: 150px;
}

@media only screen and (max-width: 600px) {
  #logotipo {
    height: 50px;
  }

  .carrosel {
    /* width: 300px; */
    height: 200px;
    background: #910811;
    object-fit: cover;
    object-position: center;
  }

}