* {
  margin: 0;
  padding: 0;
}
#container-principal {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.news-top {
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.news-right {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.news-quadrante1 {
  width: 100%;
  margin-right: 5px;
  height: 400px;
  border-radius: 20px;
}
.news-quadrante2 {
  width: 100%;
  height: 200px;
  margin-bottom: 1%;
  margin-top: 1%;
}
.news-quadrante3 {
  width: 100%;
  height: 200px;
}
.container-news-list {
  margin-top: 10px;
  display: flex;
  width: 80%;
  justify-content: space-evenly;
  margin-left: 10%;
  align-items: flex-start;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.container-news-list:hover {
  transition: 0.5s;
  background-color: #FFFAFA;
  cursor: pointer;
  box-shadow: 3px 3px 3px 3px gainsboro;
  border-radius: 10px;
  margin-left: 10.6%;
}
.news-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  text-align: left;
}
.news-list-img {
  border-radius: 8px;
  margin-top: 9%;
}
.title-news {
  color: crimson;
  font-weight: bold;
}
.description-news {
  font-size: 1rem;
  color: gray;
}
.news-link{
  text-decoration: none;
}
.read-more-news {
  font-size: 1.05rem;
}
  .divisor-hr {
  margin: 0 auto;
  width: 90%;
  background-color: gainsboro;
  margin-top: 1%;
  margin-bottom: 1%;
  height: 2px;
  border-radius: 20px;
}
