#hero {
  border: 0px solid red;
  background-image: url("/static/images/hero/001.jpg");
  margin-bottom: 10px;
  height: 300px;
  box-shadow: 0px 0px 5px grey;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.destacado {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 260px;
  width: 420px;
  background-color: white;
  border: 0px dotted green;
  opacity: 0.75;
  box-shadow: 0px 0px 25px black;
  transition: 0.3s;
}

.destacado:hover {
  height: 270px;
  width: 430px;
  opacity: 0.80;
}

.destacadoH2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  margin-right:64px;
  margin-left: 64px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 0px dotted coral;
  color: #339;
  font-size: 280%;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.destacado > h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  margin-right:64px;
  margin-left: 64px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 0px dotted coral;
  color: #339;
  font-size: 280%;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.destacadoH3 {
  color: #000020;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 165%;
  text-align: center;
  font-weight: 700;
  margin-right:64px;
  margin-left: 64px;
  border: 0px dotted olive;
  line-height: 1.0;
}



.destacado > h3 {
  color: #000020;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 165%;
  text-align: center;
  font-weight: 700;
  margin-right:64px;
  margin-left: 64px;
  border: 0px dotted olive;
  line-height: 1.0;
}

.destacado > h4 {
  color: #000020;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 155%;
  text-align: center;
  font-weight: 700;
  margin-right:64px;
  margin-left: 64px;
  border: 0px dotted olive;
  line-height: 1.0;
}

.destacadoH4 {
  color: #000020;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 155%;
  text-align: center;
  font-weight: 700;
  margin-right:64px;
  margin-left: 64px;
  border: 0px dotted olive;
  line-height: 1.0;
}



.destacado > h3 > a {
  color: black;
}

.destacado > h4 > a {
  color: black;
}

.destacado.a:hover {
  color: #000020;
}
