.banner {
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: red;
}

/*efecto sombra linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),*/

.banner h1 {
  margin-top: 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  font-size: 32px;
  font-weight: bold;
}

.banner p {
  font-size: 20px;
  color: white;
  opacity: .7;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.btn_com{
  background-color: white;
  color: black;
}

.texto{
  margin-top: 5px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}


.texto2{
  margin-top:21px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}


