.container {
  max-width: 1300px;
}
.div_shadow {
  border-radius: 15px;
  box-shadow: 0 1px 40px -5px rgba(215, 215, 215, 0.8);
}

.div_shadow_flat {
  padding: 10px;
  border-radius: 2px;
  padding: 30px;
  box-shadow: 0 1px 20px -5px rgba(215, 215, 215, 1);
}

.text-notoB {
  text-shadow: 2px 2px 2px #aaa;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.text-notoB25 {
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 25px;
}

.text-notoB25L {
  align-items: center;
  text-align: left;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
}

.text-NewsReader {
  padding: 25px;
  display: -webkit-flex;
  text-align: justify;
  font-size: 25px;
}

.text-noto {
  color: #000000;
}
.text-noto a {
  color: #000000 !important;
}

.margin0 {
  padding: 0 !important;
}

.button-blue {
  cursor: pointer;
  margin: 5px;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  border: none;
  width: 100px;
  padding: 5px;
  background-color: #c11700;
  text-align: center;
  text-align: center;
}

.button-red-login {
  cursor: pointer;
  margin-top: 15px;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  border: none;
  width: 100%;
  padding: 5px;
  background-color: #c11700;
  text-align: center;
  text-align: center;
}

.button-blue-border {
  font-size: 20px;
  cursor: pointer;
  color: #c11700;
  border-radius: 7px;
  padding: 5px;
  margin: 5px;
  width: 100px;
  background-color: #fff;
  border: #c11700 3px solid;
  text-align: center;
}

.cuerpo {
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
  margin-top: 20vh;
}

* {
  box-sizing: border-box;
  margin: 0;
}

ul {
  margin-left: 1px !important;
  list-style: none;
  text-decoration: none;
}
.div_list {
  border-radius: 10px;
  height: 100%;
  font-weight: 600;
  font-size: 18px;
}

.div_list a:hover {
  text-decoration: none;
}

.padding_li {
  padding: 12px;
}

li,
a {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
}

li .div_list:hover {
  background-color: rgb(216, 215, 215);
}
