/**
 * Theme Name: Durango OTA
 * Template: Impreza
 * Version: 1.0
 * Author: OCR Media */
html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.w-nav-list.level_2 {
  border-radius: 8px;
  padding: 10px 0;
}
.w-nav-list.level_2 a {
  line-height: 1em !important;
  padding: 0.5em 20px !important;
}

.w-nav-anchor.level_1 {
  opacity: 0.5;
}
.w-nav-anchor.level_1:hover {
  opacity: 1;
}

.current-menu-item .w-nav-anchor.level_1 {
  opacity: 1;
}

.w-nav-arrow:before {
  content: "\f0d7";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header_hor .l-subheader-cell.at_right > * {
    margin-left: 0.1rem !important;
  }
}
.lang {
  margin: 0;
  list-style: none;
}
.lang li {
  display: inline-block;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .lang li {
    margin: 0 0 0 2px;
  }
}
.lang li a {
  text-transform: uppercase;
  color: #E3F5FF;
  opacity: 0.6;
}
.lang li a:hover {
  color: #fff;
  opacity: 1;
}
.lang li.current-lang a {
  color: #fff;
  opacity: 1;
}

.header-right {
  padding: 50px;
  background: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.header-right h2 {
  display: inline-block;
  max-width: 250px;
}
.header-right h2, .header-right p {
  position: relative;
  z-index: 3;
}
.header-right::after {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  z-index: 2;
}
.header-right::before {
  width: 230px;
  height: 230px;
  background: #C5E6F9;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 220px;
  left: 220px;
  content: "";
  display: block;
}

.app-store img {
  height: 38px;
  width: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-section-shape.type_curve.pos_top {
    height: 4vh !important;
  }
}

@media screen and (max-width: 768px) {
  .l-section.height_medium {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.w-toplink {
  border-radius: 50% !important;
}

.gform_wrapper {
  max-width: 500px;
  margin: 40px auto 0;
}
.gform_wrapper .gfield_label {
  margin: 0 !important;
  line-height: 1em !important;
}
.gform_wrapper input[type=text] {
  border: none !important;
  outline: none !important;
}
.gform_wrapper input[type=submit] {
  margin: 0 auto !important;
}

.w-tabs-section {
  margin: 0 0 18px;
  background: #fff !important;
  border-radius: 8px;
}
.w-tabs-section .w-tabs-section-content {
  padding-top: 0 !important;
}
.w-tabs-section .w-tabs-section-header {
  background: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  color: #010101;
}
.w-tabs-section .w-tabs-section-header.active, .w-tabs-section .w-tabs-section-header:hover {
  background: #fff !important;
}

.footer-right .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}/*# sourceMappingURL=style.css.map */