.hero-banner .image {
  position: relative;
  overflow: hidden;
}
.hero-banner .image img {
  width: 100%;
}
.hero-banner .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  width: 70%;
}
.hero-banner .image .overlay.right {
  left: initial;
  right: 0;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
@media all and (max-width: 768px) {
  .hero-banner .image .overlay.right {
    background: linear-gradient(0deg, #000000 0%, #000 70%, rgba(0, 0, 0, 0) 100%);
  }
}
@media all and (max-width: 768px) {
  .hero-banner .image .overlay {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: initial;
    background: linear-gradient(0deg, #000000 0%, #000 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.hero-banner .image .text-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text-container {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    float: none;
  }
}
.hero-banner .image .text-container .centered-content {
  display: flex;
}
.hero-banner .image .text-container.right .centered-content {
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text-container {
    align-items: flex-end;
  }
}
.hero-banner .image .text-container .text {
  width: 50%;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text-container .text {
    width: 100%;
  }
}
.hero-banner .image .text-container .text h1 {
  color: #F1B634;
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text-container .text h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.hero-banner .image .text-container .text h3 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}
@media all and (max-width: 768px) {
  .hero-banner .image .text-container .text h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-prev {
  background: none;
  left: 30px;
}
.bx-wrapper .bx-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.bx-wrapper .bx-next {
  background: none;
  right: 30px;
}
.bx-wrapper .bx-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.bx-wrapper .bx-controls-direction a {
  text-indent: initial;
  font-size: 0px;
  text-decoration: none;
  width: initial;
  height: initial;
}
header .top-menu {
  position: absolute;
  z-index: 10000;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .top-menu.stacked {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .top-menu.stacked .movil-menu::before {
  color: #fff;
}
header .top-menu.stacked .menu {
  background-color: transparent;
}
.header-pane {
  z-index: inherit;
}
ul.megamenu > li > a.current,
ul.megamenu > li:hover > a {
  color: #fff;
}
