body{
  background-color: #F0F0F0!important;
}
.text-verde{
  color: #009036;
  font-size:1.6rem;
  font-weight: bold;
}
.text{
  color:#3c3935;
  font-size:1.1rem;
  font-weight: 600;
}
.boxt-text{
  padding: 4rem;
  background-color: #FFF!important;
}
.logo-dish{
  width: 40%;
}
.aqui{
  color: #009036;
}
.legales{
  color:#3c3935;
  font-size:0.6rem;
}
.butn {
  background: #17ba53;
  background-image: -webkit-linear-gradient(top, #17ba53, #0a632a);
  background-image: -moz-linear-gradient(top, #17ba53, #0a632a);
  background-image: -ms-linear-gradient(top, #17ba53, #0a632a);
  background-image: -o-linear-gradient(top, #17ba53, #0a632a);
  background-image: linear-gradient(to bottom, #17ba53, #0a632a);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #00782c;
  text-decoration: none;
  color:#FFF;
}
@media only screen and (max-width: 1200px) {
  .logo-dish{
  width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .logo-dish{
  width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .logo-dish{
  width: 70%;
  }
}
