body {
  padding: 40px;
}
@media (max-width: 992px) {
  body {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  body {
    padding: 15px;
  }
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: transparent !important;
}/*# sourceMappingURL=estilos.css.map */