@charset "UTF-8";
/*
Designed by Central Digital @ El Salvador, Central America
January ─ February 2021
*/

.hero-parallax {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100% !important;
  height: 500px;
  margin-bottom: 0px;
  position: relative !important;
  background-attachment: fixed !important;
}
.hero-text {margin-top: 125px;}
@media (min-width: 576px) {.hero-text {margin-top: 100px;}}
@media (min-width: 992px) {.hero-text {margin-top: 125px;}}