*,.row{
  margin: 0px;
  padding: 0px;
}
body{background: url(../img/fondo.png);
background-position: top;
background-repeat: no-repeat;
background-size:contain;}
.img{
  margin: auto;
  width: 100px;
}
.fondotext{
  margin-left: 20px;
  margin-right: 20px;

}
.fondotext>p{
  background-color: rgb(185,185,186);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  font-weight: bolder;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Beneficios{

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
div:hover>img.Beneficios{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 5;
}
div:hover>.fondotext>p{
  color: red;
}
h1,h2{
  color: #C4103B;
}
hr{
  border-style: dashed;
  border:1px solid #EFBC4B;
}
footer{
  background-color:#2B2B2B;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;

  height:125px;
padding-top: 5px;
}
