.single-banner {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  color: #ffffff;
}
.single-banner .container {
  position: relative;
  z-index: 3;
}
.single-banner .container img {
  width: auto !important;
  height: auto !important;
}
.single-banner:before {
  content: '';
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.single-banner.filtro-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.single-banner.filtro-1:after {
  background: radial-gradient(208.19% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.single-banner.filtro-1.pos-start:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.single-banner.filtro-1.pos-end:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.single-banner.filtro-1.pos-center:after {
  background: radial-gradient(208.19% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.single-banner .row {
  height: 700px;
  display: flex;
  flex-flow: wrap;
  padding: 50px 0;
  align-items: center;
}
.single-banner .row > * {
  padding: 0;
  position: relative;
  z-index: 2;
}
.single-banner .row.justify-content-center {
  text-align: center;
}
.single-banner .row.justify-content-center .vc_btn3-container {
  justify-content: center !important;
}
.single-banner .row.justify-content-end {
  text-align: right;
}
.single-banner .row.justify-content-end .vc_btn3-container {
  justify-content: end !important;
}
.single-banner .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.single-banner video {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 700px;
}
.single-banner h1,
.single-banner h2,
.single-banner h3,
.single-banner h4 {
  color: #ffffff;
}
.single-banner h4 {
  margin: 0 0 20px;
}
.single-banner .bt > *:hover {
  color: #ffffff !important;
}
.single-banner .bt > *:hover i {
  color: #ffffff !important;
}
.single-banner .bt > * + * {
  margin-left: 20px !important;
}
@media (max-width: 767px) {
  .single-banner {
    height: 600px;
  }
  .single-banner.filtro-1.pos-start:after {
    background: radial-gradient(208.19% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .single-banner.filtro-1.pos-end:after {
    background: radial-gradient(208.19% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .single-banner.filtro-1.pos-center:after {
    background: radial-gradient(208.19% 50% at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .single-banner .row {
    height: 600px;
    text-align: center;
    padding: 30px;
  }
  .single-banner .row.justify-content-center {
    text-align: center;
  }
  .single-banner .row.justify-content-center .bt {
    justify-content: center !important;
  }
  .single-banner .row.justify-content-start {
    text-align: center;
  }
  .single-banner .row.justify-content-start .bt {
    justify-content: center !important;
  }
  .single-banner .row.justify-content-end {
    text-align: center;
  }
  .single-banner .row.justify-content-end .bt {
    justify-content: center !important;
  }
  .single-banner .bt {
    flex-flow: column;
  }
  .single-banner .bt > * {
    width: 100% !important;
  }
  .single-banner .bt > * + * {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 575px) {
  .single-banner {
    height: calc(100vh - 90px);
  }
  .single-banner .row {
    height: calc(100vh - 90px);
    text-align: center;
  }
}
