.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.general_g0_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  height: 50px;
  margin: 0;
  max-width: 170px;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.general_g0_btn span {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold', sans-serif;
  letter-spacing: 1.5px;
  margin: 0;
}
.general_g0_btn[data-style*="solid"] {
  background-color: #efbb05;
}
.general_g0_btn[data-style*="solid"] span {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .general_g0_btn[data-style*="solid"] {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .general_g0_btn[data-style*="solid"]:hover {
    background-color: #bf9504;
  }
}
.general_g0_btn[data-style*="border"] {
  border: 1px solid #efbb05;
}
.general_g0_btn[data-style*="border"] span {
  color: #efbb05;
}
@media screen and (min-width: 1025px) {
  .general_g0_btn[data-style*="border"] {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .general_g0_btn[data-style*="border"]:hover {
    background-color: #efbb05;
  }
  .general_g0_btn[data-style*="border"]:hover span {
    color: #fff;
  }
}
.general_g0_btn[data-style*="text"] {
  max-width: 190px;
}
.general_g0_btn[data-style*="text"] i,
.general_g0_btn[data-style*="text"] span {
  color: #efbb05;
}
.general_g0_btn[data-style*="text"] i {
  font-size: 10px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .general_g0_btn[data-style*="text"]:hover i {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -o-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
}
.general_g0_item {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 356px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .general_g0_item img {
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -o-transition: 500ms all;
    -ms-transition: 500ms all;
    transition: 500ms all;
  }
  .general_g0_item figcaption {
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -o-transition: 500ms all;
    -ms-transition: 500ms all;
    transition: 500ms all;
  }
  .general_g0_item:hover {
    -webkit-box-shadow: 0 12px 24px 0 rgba(0,0,0,0.2);
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.2);
  }
  .general_g0_item:hover img {
    -webkit-transform: scale(1.03) translateX(0px);
    -moz-transform: scale(1.03) translateX(0px);
    -o-transform: scale(1.03) translateX(0px);
    -ms-transform: scale(1.03) translateX(0px);
    transform: scale(1.03) translateX(0px);
  }
  .general_g0_item:hover figcaption {
    background-color: rgba(239,187,5,0.8);
  }
}
.general_g0_item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1.03) translateX(-4px);
  -moz-transform: scale(1.03) translateX(-4px);
  -o-transform: scale(1.03) translateX(-4px);
  -ms-transform: scale(1.03) translateX(-4px);
  transform: scale(1.03) translateX(-4px);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.general_g0_item figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 63px 50px 23px;
  color: #fff;
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 28px;
}
.general_g0_item span {
  margin: 0;
  display: block;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'ProximaNova-Regular', sans-serif;
  margin-top: 16px;
}
.general_g0_item_figure {
  overflow: hidden;
}
.general_g0_title {
  width: 100%;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #484848;
  margin-bottom: 0;
}
.general_g0_title[data-style*="uppercase"] {
  text-transform: uppercase;
}
.general_g0_title[data-style*="light"] {
  font-family: 'ProximaNova-Light', sans-serif;
}
.general_g0_title[data-style*="center"] {
  text-align: center;
}
.general_g0_title[data-style*="48"] {
  font-size: 48px;
}
.general_g0_title[data-style*="60"] {
  font-size: 60px;
}
.general_cnt_marco {
  position: relative;
  padding: 108px 0;
  background-color: #fbfbfb;
}
.general_marcoColor {
  height: 100%;
  width: 50%;
  background-color: #efbb05;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.general_cnt_center {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.12);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.12);
}
.general_slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.general_slide_text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 548px;
  padding: 70px 0 56px 74px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.general_slide_text .general_g0_title {
  margin-bottom: 48px;
}
.general_parrafo {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-right: 98px;
  padding-top: 48px;
  padding-bottom: 32px;
}
.general_parrafo p {
  margin: 0;
  font-size: 16px;
  line-height: 1.63;
}
.general_parrafo p strong {
  font-size: 24px;
  font-family: 'ProximaNova-Light', sans-serif;
  color: #484848;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 30px;
}
.general_btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.general-figure {
  max-width: 490px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1440px) {
  .general_g0_title[data-style*="48"] {
    font-size: 42px;
  }
  .general_g0_title[data-style*="60"] {
    font-size: 52px;
  }
  .general_g0_item figcaption {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .general_g0_title[data-style*="48"] {
    font-size: 36px;
  }
  .general_g0_title[data-style*="60"] {
    font-size: 46px;
  }
  .general_parrafo {
    padding-top: 30px;
    padding-right: 30px;
  }
  .general_slide_text {
    padding-left: 30px;
  }
  .general_slide_text .general_g0_title {
    margin-bottom: 30px;
  }
  .general_g0_item figcaption {
    font-size: 24px;
  }
}
@media screen and (max-width: 1180px) {
  .general_g0_title[data-style*="48"] {
    font-size: 28px;
  }
  .general_g0_title[data-style*="60"] {
    font-size: 38px;
  }
  .general_g0_item figcaption {
    font-size: 22px;
    padding-bottom: 30px;
  }
}
.general_marcoColor {
  width: 50%;
}
.general_g0_item figcaption {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .general-figure {
    max-width: 340px;
  }
  .general_slide_text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .general_slide_text {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .general_g0_title {
    text-align: center;
  }
  .general_marcoColor {
    width: 100%;
    height: 40%;
  }
  .general_slide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .general_slide_text {
    min-height: 100%;
  }
  .general-figure {
    max-width: 100%;
    height: 0;
    padding-top: 80%;
  }
  .general_btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .general_parrafo {
    padding: 15px 0 30px 15px;
    padding-right: 30px;
    text-align: center;
  }
  .general_parrafo p strong {
    margin-bottom: 10px;
  }
  .general_cnt_marco {
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .general_btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .general_slide_text {
    padding: 30px 20px;
  }
  .general_parrafo {
    padding-right: 0px;
    padding-left: 0;
  }
  .general-figure {
    padding-top: 110%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  position: relative;
}
.b1-slider {
  position: relative;
  background-color: #000;
}
.b1-slider.owl-carousel .owl-item .b1-figure {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 2000ms all ease-out 300ms;
  -moz-transition: 2000ms all ease-out 300ms;
  -o-transition: 2000ms all ease-out 300ms;
  -ms-transition: 2000ms all ease-out 300ms;
  transition: 2000ms all ease-out 300ms;
}
.b1-slider.owl-carousel .owl-item.active .b1-figure {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b1-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 94%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  visibility: hidden;
}
.b1-slider.owl-carousel .owl-prev,
.b1-slider.owl-carousel .owl-next {
  visibility: visible;
  height: 48px;
  color: rgba(255,255,255,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .b1-slider.owl-carousel .owl-prev:hover,
  .b1-slider.owl-carousel .owl-next:hover {
    color: #fff;
  }
}
.b1-slider.owl-carousel .owl-dots {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b1-slider.owl-carousel .owl-dot {
  width: 13px;
  height: 42px;
  margin: 0 35px;
  font-size: 12px;
  position: relative;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  color: rgba(255,255,255,0.5);
}
.b1-slider.owl-carousel .owl-dot:before {
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.b1-slider.owl-carousel .owl-dot.active {
  color: #fff;
  height: 55px;
}
.b1-slider.owl-carousel .owl-dot.active:before {
  background-color: #fff;
}
.b1-slide {
  position: relative;
  overflow: hidden;
}
.b1-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1-figure:after,
.b1-figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.b1-figure:before {
  background-color: rgba(19,26,32,0.7);
}
.b1-figure:after {
  background-image: url("../img/patron-1.png");
  background-repeat: background-repeat;
  background-position: center center;
}
.b1-cnt {
  min-height: 500px;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}
.b1-text {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.b1-text h2 {
  font-size: 60px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.b1-text h2 strong {
  color: #484848;
}
.b1-text p {
  font-size: 26px;
  color: #fff;
  font-family: 'ProximaNova-Regular', sans-serif;
  width: 100%;
  margin: 0;
  text-align: center;
}
.b1-btn {
  padding-top: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b1-cnt-ancla {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b1-ancla {
  margin: 0;
  visibility: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.b1-ancla span {
  margin-bottom: 8px;
  font-size: 14px;
}
.b1-ancla i {
  font-size: 32px;
}
.b1-cnt-video {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.b1-cnt-video:after,
.b1-cnt-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.b1-cnt-video:before {
  background-color: rgba(19,26,32,0.7);
}
.b1-cnt-video:after {
  background-image: url("../img/patron-1.png");
  background-repeat: background-repeat;
  background-position: center center;
}
.b1-video,
.b1-bannervideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.b1-video.view,
.b1-bannervideo.view {
  visibility: visible;
}
.b1-videoinner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 56.4%;
  height: 0;
  width: 100%;
}
.b1-videoinner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .b1-text p {
    font-size: 24px;
  }
  .b1-text h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1280px) {
  .b1-text p {
    font-size: 22px;
  }
  .b1-text h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1180px) {
  .b1-text p {
    font-size: 20px;
  }
  .b1-text h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .b1-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b1-slider.owl-carousel .owl-nav {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  padding-top: 72px;
  padding-bottom: 50px;
}
.b10-title {
  max-width: 564px;
}
.b10-title .general_g0_title {
  margin-bottom: 32px;
}
.b10-title p {
  font-size: 20px;
  line-height: 1.63;
  text-align: center;
  margin: 0;
}
.b10-cnt-items {
  padding: 0 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 215px;
}
@media screen and (min-width: 1181px) and (max-width: 2565px) {
  .b10-item {
    margin-bottom: 50px;
    margin-left: 50px;
    width: calc(25% - 37.5px);
  }
  .b10-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1180px) {
  .b10-item {
    margin-bottom: 30px;
    margin-left: 30px;
    width: calc(25% - 22.5px);
  }
  .b10-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .b10-item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(33.3333% - 13.333px);
  }
  .b10-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .b10-item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(50% - 10px);
  }
  .b10-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.b10-item .general_g0_item {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .b10-item.pos1 {
    margin-top: -305px;
  }
  .b10-item.pos2 {
    margin-top: -80px;
  }
  .b10-item.pos4 {
    margin-top: -364px;
  }
}
@media screen and (max-width: 1024px) {
  .b10-title {
    max-width: 450px;
  }
}
@media screen and (max-width: 960px) {
  .b10-cnt-items {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b10-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  padding: 72px 0 60px 0;
}
.b11-cnt {
  margin-top: 64px;
}
.b11-detalles {
  border-top: 1px solid rgba(0,0,0,0.04);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 48px;
}
.b11-left,
.b11-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  padding-top: 32px;
}
.b11-left {
  width: calc(50% - 50px);
}
.b11-left p {
  font-size: 16px;
  line-height: 1.63;
  margin: 0;
}
.b11-left-btn {
  padding-top: 32px;
}
.b11-right {
  width: calc(50% + 50px);
  padding-left: 70px;
  border-left: 1px solid rgba(0,0,0,0.04);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 0;
}
.b11-right-item {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 32px;
}
.b11-right-item i {
  width: 50px;
  color: #000;
  font-size: 20px;
}
.b11-right-item i.icon-3 {
  font-size: 13px;
}
.b11-item-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.b11-item-text p {
  margin: 0;
  font-size: 16px;
  color: #484848;
}
.b11-ubica {
  font-size: 12px;
  color: #484848;
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.b11-cnt-galeria {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b11-cnt-galeria figure {
  margin-left: 0;
  margin-right: 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.b11-cnt-galeria figure img {
  display: none;
}
.b11-figure-1 {
  padding-top: 48%;
  width: 100%;
  margin-bottom: 24px;
}
.b11-figure-1 .icon-15:before {
  content: "+";
  font-size: 28px;
  font-family: 'ProximaNova-Light', sans-serif;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b11-figure-1 .icon-15 span {
  font-size: 16px;
  font-family: 'ProximaNova-Light', sans-serif;
  margin-top: 46px;
}
.b11-figure-2 {
  padding-top: 60%;
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.b11-pager {
  margin-top: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b11-pager a {
  height: 54px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #484848;
  font-size: 24px;
  font-family: 'ProximaNova-Light', sans-serif;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
@media screen and (min-width: 1025px) {
  .b11-pager a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b11-pager a:nth-child(1) {
  border-right: 1px solid rgba(0,0,0,0.08);
}
.b11-pager i {
  font-size: 14px;
}
.b11-pager span {
  margin: 0 24px;
}
.b11-fin {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 90px 0 0px 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b11-fin-text {
  width: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b11-fin-text strong {
  font-size: 28px;
  color: #484848;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.b11-fin-text p {
  font-size: 18px;
  color: #484848;
}
.b11-fin-btn {
  width: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
}
.b11-fin-btn .general_g0_btn {
  width: 180px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .b11-right {
    padding-right: 0px;
  }
}
@media screen and (max-width: 960px) {
  .b11-right {
    padding-left: 30px;
    width: 50%;
  }
  .b11-left {
    padding-right: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b11-detalles {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b11-right,
  .b11-left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border: 0;
  }
  .b11-left-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11-fin {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 50px;
  }
  .b11-pager {
    margin-top: 20px;
  }
  .b11-fin-text {
    text-align: center;
  }
  .b11-fin-btn {
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11-pager a {
    font-size: 20px;
  }
  .b11-pager a:nth-child(1) span {
    text-align: right;
  }
  .b11-pager i {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .b11-pager span {
    font-size: 16px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b12-form {
  padding-top: 64px;
  padding-bottom: 74px;
  padding-right: 111px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.b12-form .general_g0_title {
  margin-bottom: 40px;
}
.b12-form p {
  font-size: 14px;
  margin: 0;
  color: #484848;
}
.b12-form form {
  padding-top: 48px;
}
.b12-input,
.b12-textarea {
  position: relative;
  margin-bottom: 18px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b12-input ::-webkit-input-placeholder,
.b12-textarea ::-webkit-input-placeholder {
  color: #484848;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.b12-input :-moz-placeholder,
.b12-textarea :-moz-placeholder {
  color: #484848;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.b12-input ::-moz-placeholder,
.b12-textarea ::-moz-placeholder {
  color: #484848;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.b12-input :-ms-input-placeholder,
.b12-textarea :-ms-input-placeholder {
  color: #484848;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.b12-input input,
.b12-textarea input,
.b12-input textarea,
.b12-textarea textarea {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
  color: #484848;
  font-family: 'ProximaNova-Regular', sans-serif;
}
.b12-input input:focus,
.b12-textarea input:focus,
.b12-input textarea:focus,
.b12-textarea textarea:focus {
  border-color: #484848;
}
.b12-input input:focus ~label,
.b12-textarea input:focus ~label,
.b12-input textarea:focus ~label,
.b12-textarea textarea:focus ~label {
  font-size: 12px;
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transform: translateY(-14px);
}
.b12-input label,
.b12-textarea label {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #d2d2d2;
  pointer-events: none;
  -webkit-transition: 150ms all;
  -moz-transition: 150ms all;
  -o-transition: 150ms all;
  -ms-transition: 150ms all;
  transition: 150ms all;
}
.b12-input label.fijar,
.b12-textarea label.fijar {
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transform: translateY(-14px);
  font-size: 12px;
}
.b12-textarea textarea {
  height: 100px;
  padding-top: 30px;
}
.b12-textarea label {
  height: 62px;
}
.b12-terminos {
  position: relative;
}
.b12-terminos input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b12-terminos input:checked ~label:before {
  font-size: 9px;
}
.b12-terminos label {
  padding-left: 22px;
  font-size: 12px;
  line-height: 1;
}
.b12-terminos label a {
  text-decoration: underline;
  color: #efbb05;
}
.b12-terminos label:before {
  content: "\e90b";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efbb05;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  color: #efbb05;
}
.b12-btn {
  padding-top: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b12-cnt-info {
  position: relative;
  background-color: #efbb05;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 74px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}
.b12-cnt-info:before {
  content: "";
  width: 900px;
  height: 100%;
  background-color: #efbb05;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
.b12-info-item {
  max-width: 190px;
  min-height: 280px;
  width: 100%;
  color: #fff;
}
.b12-pais {
  font-size: 34px;
  color: #fff;
  margin-bottom: 8px;
}
.b12-refe-item {
  margin-bottom: 20px;
}
.b12-refe-item:last-child {
  margin: 0;
}
.b12-refe-item span {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.b12-refe-item p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .b12-pais {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .b12-pais {
    font-size: 30px;
  }
  .b12-form {
    padding-right: 40px;
  }
  .b12-cnt-info {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .b12-pais {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .b12-pais {
    font-size: 26px;
  }
  .b12-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .b12-form {
    width: 94%;
    margin: auto;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .b12-cnt-info {
    width: 100%;
    padding-left: 0px;
    padding: 40px 3% 10px 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .b12-cnt-info:before {
    display: none;
  }
  .b12-info-item {
    min-height: 100%;
    margin-bottom: 30px;
  }
  .b12-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b12-form .general_g0_title {
    text-align: center;
  }
  .b12-form p {
    text-align: center;
  }
  .b12-form form {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b12-pais {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .b12-info-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 50%;
  }
  .b12-info-item:nth-child(2n + 1) {
    padding-right: 10px;
  }
  .b12-info-item:nth-child(2n + 2) {
    padding-left: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13-cnt {
  height: calc(100vh - 256px - 74px);
  min-height: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b13-text {
  max-width: 560px;
  width: 100%;
}
.b13-text .general_g0_title {
  margin-bottom: 58px;
}
.b13-text p {
  margin: 0;
}
.b13-btn {
  max-width: 408px;
  padding-top: 72px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  background-color: #fbfbfb;
  padding: 156px 0 100px 0;
}
.b14-text {
  padding-top: 60px;
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .b14 {
    padding: 72px 0;
  }
}
@media screen and (max-width: 960px) {
  .b14-text {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b13-text {
    margin: auto;
    text-align: center;
  }
  .b13-btn {
    margin: auto;
  }
}
@media screen and (max-width: 374px) {
  .b13-btn .general_g0_btn {
    max-width: 150px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  padding: 100px 0;
}
.b2-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2-cnt figure {
  margin: 0;
  position: relative;
}
.b2-cnt img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b2-mask {
  position: absolute;
  top: 0;
  left: 0;
}
.b2-text {
  padding-left: 100px;
  padding-right: 130px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b2-text .general_g0_title {
  margin-bottom: 64px;
}
.b2-text .general_g0_title strong {
  font-weight: normal;
  font-size: 28px;
  display: block;
}
.b2-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.63;
}
.b2-btn {
  margin-top: 52px;
}
.b2-btn .general_g0_btn {
  max-width: 220px;
}
@media screen and (max-width: 1440px) {
  .b2-text .general_g0_title strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .b2-text .general_g0_title strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b2-cnt figure {
    max-width: 400px;
    width: 100%;
  }
  .b2-text {
    padding-right: 0;
    padding-left: 50px;
  }
  .b2-text .general_g0_title strong {
    font-size: 18px;
  }
  .b2-text .general_g0_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b2-cnt figure {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .b2 {
    padding: 50px 0;
  }
  .b2-cnt {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b2-text {
    padding-left: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .b2-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 .general_slide_text .general_g0_title {
  max-width: 240px;
  width: 100%;
}
.b3 .general_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b3 .general_btn .general_g0_btn:first-child {
  margin-right: 20px;
}
.b3 .owl-dots {
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 24px;
}
.b3 .owl-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.4);
  margin-left: 16px;
}
.b3 .owl-dot.active {
  background-color: #fff;
}
.b3 .general_marcoColor {
  width: calc(50% - 120px);
}
.b3 .general_parrafo {
  min-height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .b3 .general_btn {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .b3 .general_marcoColor {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b3 .general_marcoColor {
    width: 100%;
  }
  .b3 .general_btn .general_g0_btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b3 .general_slide_text .general_g0_title {
    margin-bottom: 15px;
    max-width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.b4 {
  padding: 55px 0;
  background-image: url("../img/patron.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.b4-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b4-cnt-figure {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b4-figure {
  width: 100%;
  max-width: 368px;
  height: 656px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b4-cnt-text {
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-number {
  font-size: 180px;
  line-height: 0.7;
  color: #d9d9d9;
  font-family: 'ProximaNova-Bold', sans-serif;
}
.b4-cnt-slider {
  padding: 90px 0;
  width: 100%;
  position: relative;
}
.b4-cnt-slider:after,
.b4-cnt-slider:before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.b4-cnt-slider:before {
  left: 0;
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -o-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -ms-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 99%);
}
.b4-cnt-slider:after {
  right: 0;
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -ms-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 99%);
}
.b4-cnt-slider .owl-dots {
  display: none;
}
.b4-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b4-slider.owl-carousel {
  position: relative;
}
.b4-slider.owl-carousel:after,
.b4-slider.owl-carousel:before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.b4-slider.owl-carousel:before {
  left: 0;
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -o-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: -ms-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 99%);
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 99%);
}
.b4-slider.owl-carousel:after {
  right: 0;
  background: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -o-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: -ms-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 99%);
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 99%);
}
.b4-slide {
  margin: 0;
}
.b4-slide img {
  width: inherit !important;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .b4-number {
    font-size: 160px;
  }
}
@media screen and (max-width: 1280px) {
  .b4-number {
    font-size: 140px;
  }
}
@media screen and (max-width: 1180px) {
  .b4-number {
    font-size: 120px;
  }
  .b4-figure {
    max-width: 320px;
    height: 580px;
  }
}
@media screen and (max-width: 1180px) {
  .b4-number {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .b4-cnt {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b4-cnt-figure {
    width: 100%;
  }
  .b4-cnt-text {
    padding-left: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  .b4-text {
    text-align: center;
  }
  .b4-cnt-slider {
    padding: 40px 0;
  }
  .b4-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .b4-figure {
    max-width: 100%;
    height: 0;
    padding-top: 172%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  padding-bottom: 75px;
  background-color: #fbfbfb;
}
.b5 .general_marcoColor {
  width: calc(50% - 180px);
}
.b5 .general_cnt_marco {
  padding: 63px 0;
}
.b5 .general-figure {
  position: relative;
}
.b5 .general-figure {
  max-width: 686px;
  -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 0 12px 30px 0 rgba(0,0,0,0.3);
}
.b5 .general_parrafo {
  border: 0;
  padding-top: 32px;
}
.b5 .general_cnt_center {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b5 .general_slide_text {
  padding-left: 0;
  min-height: 490px;
}
.b5-b .general_parrafo p {
  font-size: 18px;
}
.b5-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b5-icon {
  font-size: 55px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b5-icon span {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold', sans-serif;
  margin-top: 12px;
}
@media screen and (max-width: 1440px) {
  .b5 .general_slide_text .general_g0_title {
    margin-bottom: 0;
  }
  .b5 .general-figure {
    max-width: 630px;
  }
}
@media screen and (max-width: 1180px) {
  .b5 .general-figure {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .b5 .general-figure {
    max-width: 450px;
  }
  .b5 .general_slide_text {
    min-height: 400px;
  }
  .b5 .general_marcoColor {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b5 {
    padding-bottom: 0;
  }
  .b5 .general_slide {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b5 .general_slide_text {
    min-height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .b5 .general-figure {
    max-width: 100%;
    padding-top: 71%;
  }
  .b5 .general_marcoColor {
    height: 40%;
    width: 100%;
  }
  .b5 .general_parrafo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .b5 .general_cnt_marco {
    padding: 32px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  position: relative;
}
.b6-map {
  position: absolute;
  right: 0;
  top: 0;
}
.b6-map:before {
  content: "";
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(top, #fff, rgba(255,255,255,0));
  background: -moz-linear-gradient(top, #fff, rgba(255,255,255,0));
  background: -o-linear-gradient(top, #fff, rgba(255,255,255,0));
  background: -ms-linear-gradient(top, #fff, rgba(255,255,255,0));
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  position: absolute;
  left: 0;
  top: 0;
}
.b6-cnt {
  height: 665px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.b6-text {
  max-width: 564px;
  width: 100%;
}
.b6-text ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 80px;
}
.b6-text li {
  margin: 0;
}
.b6-text >p {
  line-height: 1.63;
  font-size: 16px;
  margin: 0;
}
.b6-count {
  font-size: 96px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #d8d8d8;
  line-height: 0.8;
}
.b6-count ~p {
  margin: 0;
  width: 100px;
  color: #484848;
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .b6-cnt {
    height: 520px;
  }
  .b6-map {
    max-width: 900px;
    width: 100%;
  }
  .b6-map img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .b6-text ul {
    padding-bottom: 40px;
  }
  .b6-map {
    max-width: 700px;
  }
  .b6-count {
    font-size: 82px;
  }
}
@media screen and (max-width: 1180px) {
  .b6-cnt {
    height: 480px;
  }
  .b6-count {
    font-size: 76px;
  }
  .b6-text {
    max-width: 470px;
  }
}
@media screen and (max-width: 960px) {
  .b6 {
    overflow: hidden;
  }
  .b6-map {
    max-width: inherit;
    width: 700px;
    margin: auto;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  .b6-cnt {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b6-map {
    width: 1100px;
    right: inherit;
    left: -80%;
  }
  .b6-cnt {
    height: auto;
    padding: 66px 0;
  }
  .b6-text ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b6-text ul li:nth-child(2) {
    margin: 32px 0;
  }
  .b6-count ~p {
    width: 180px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  padding-bottom: 104px;
}
.b7-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1200px;
  padding-top: 60px;
  position: relative;
}
.b7-cnt:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b7-item {
  width: 20%;
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
@media screen and (min-width: 769px) and (max-width: 2650px) {
  .b7-item:nth-child(5n + 5) {
    border-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .b7-item:nth-child(4n + 4) {
    border-right: 0;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) {
  .b7-item:nth-child(3n + 3) {
    border-right: 0;
  }
}
.b7-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b7-item figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .b7-item {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .b7-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 420px) {
  .b7-item {
    width: 50%;
  }
  .b7-item:nth-child(2n + 2) {
    border-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 .general_cnt_marco {
  padding: 82px 0;
}
.b8 .general_marcoColor {
  right: inherit;
  left: 0;
  background-color: #462c15;
  width: calc(50% - 100px);
}
.b8 .general_slide {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b8 .general-figure {
  max-width: 724px;
  margin-left: -150px;
}
.b8 .general_parrafo {
  padding-top: 0;
  padding-right: 0;
  border: 0;
}
.b8 .general_cnt_center {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b8 .general_slide_text {
  min-height: 600px;
  padding-left: 60px;
}
@media screen and (max-width: 1440px) {
  .b8 .general-figure {
    max-width: 650px;
  }
  .b8 .general_slide_text {
    min-height: 450px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .b8 .general-figure {
    max-width: 580px;
  }
  .b8 .general_slide_text {
    min-height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .b8 .general_marcoColor {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b8 .general_marcoColor {
    width: 100%;
  }
  .b8 .general-figure {
    margin-left: 0;
    max-width: 100%;
    height: 0;
    padding-top: 82%;
  }
  .b8 .general_slide {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b8 .general_slide_text {
    min-height: 100%;
    padding-left: 0;
  }
  .b8 .general_cnt_marco {
    padding: 32px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  padding: 48px 0 70px 0;
}
.b9-cnt {
  padding-top: 48px;
}
.b9-cnt-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.b9-cnt-nav {
  position: relative;
}
.b9-arrows {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  height: 118px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  visibility: hidden;
}
.b9-arrows li {
  visibility: visible;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #efbb05;
  cursor: pointer;
}
.b9-arrows li.prev {
  right: 100%;
}
.b9-arrows li.next {
  left: 100%;
}
.b9-slider.slick-slider .slick-list {
  width: 100%;
}
.b9-slider.slick-slider .slick-prev,
.b9-slider.slick-slider .slick-next {
  position: absolute;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #efbb05;
  bottom: 0;
}
.b9-slider.slick-slider .slick-prev {
  right: 100%;
}
.b9-slider.slick-slider .slick-next {
  left: 100%;
}
.b9-slide {
  cursor: pointer;
}
.b9-slide p {
  height: 48px;
  max-width: 124px;
  text-align: center;
  font-size: 13px;
  font-family: 'ProximaNova-Semibold', sans-serif;
  margin: auto;
  margin-bottom: 12px;
}
.b9-slide figure {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #efbb05;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.b9-slide figure img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (min-width: 1025px) {
  .b9-slide:hover p {
    color: #000;
  }
}
.b9-slide.active p,
.b9-slide.slick-current p {
  color: #000;
}
.b9-slide.active figure,
.b9-slide.slick-current figure {
  background-color: #efbb05;
}
.b9-slide.active figure img,
.b9-slide.slick-current figure img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b9-slide.active figure img:nth-child(2),
.b9-slide.slick-current figure img:nth-child(2) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b9-cnt-tabs {
  position: relative;
}
.b9-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  padding-top: 92px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b9-title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 564px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.b9-title figure {
  margin-right: 50px;
  margin-top: 55px;
}
.b9-number {
  font-size: 300px;
  color: #fbfbfb;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  max-width: 361px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b9-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.b9-text p {
  font-size: 18px;
  line-height: 1.63;
}
.b9-text ul {
  padding-left: 20px;
}
.b9-text li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 1.77px;
}
.b9-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b9-btn .general_g0_btn {
  max-width: 232px;
}
@media screen and (max-width: 1440px) {
  .b9-title {
    max-width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .b9-title {
    max-width: 400px;
  }
  .b9-title figure {
    margin-right: 30px;
  }
  .b9-cnt-nav {
    margin: 0 42px;
  }
}
@media screen and (max-width: 768px) {
  .b9-title figure {
    max-width: 80px;
  }
  .b9-title figure img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b9-title figure,
  .b9-title .general_g0_title {
    display: none;
  }
  .b9-box {
    padding: 160px 0 32px 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b9-text {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -o-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .b9-text li,
  .b9-text p {
    font-size: 16px;
  }
  .b9-number {
    line-height: 0.7;
  }
  .b9-cnt {
    margin-top: 56px;
    padding-top: 0px;
    position: relative;
  }
  .b9-cnt-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .b9 {
    padding-bottom: 30px;
    padding-top: 32px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  background-color: #f2f2f2;
}
.footer-cnt {
  padding: 66px 0 95px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footer-figure {
  margin: 0;
  padding-right: 198px;
}
.footer-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-items-info {
  width: 100%;
}
.footer-items-info:nth-child(1) {
  max-width: 254px;
}
.footer-items-info:nth-child(2) {
  max-width: 135px;
}
.footer-items-info:nth-child(3) {
  max-width: 100px;
  margin: auto 0;
}
.footer-items-info p {
  margin: 0;
  font-size: 16px;
}
.footer-items-info strong {
  font-size: 12px;
  color: #484848;
  font-weight: normal;
}
.footer-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-redes li:last-child {
  margin-right: 0;
}
.footer-redes a {
  font-size: 20px;
  color: #797979;
}
.footer-redes a.icon-8 {
  font-size: 16px;
}
.footer-copy {
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #a9a9a9;
  padding: 10px 0;
  padding-left: 390px;
}
.footer-copy-left p {
  margin: 0;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 960px) {
  .footer-figure {
    padding-right: 80px;
  }
  .footer-copy {
    padding-left: 270px;
  }
}
@media screen and (max-width: 768px) {
  .footer-figure img {
    max-width: 150px;
    height: auto;
  }
  .footer-copy {
    padding-left: 200px;
  }
  .footer-figure {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-figure {
    display: none;
  }
  .footer-copy {
    padding-left: 0px;
  }
  .footer-figure {
    padding-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .footer-copy {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-cnt {
    padding: 30px 0;
  }
  .footer-items-info:nth-child(2) {
    margin: 20px 0;
  }
  .footer-copy-center {
    margin: 5px 0;
  }
  .footer-info {
    width: 100%;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -o-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header-banner .cnt-wrapper {
  padding-top: 0px !important;
}
.header-banner .menu-mobile-open:not(.scrolling) {
  color: #fff;
}
.header-banner .header:not(.scrolling) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-banner .header:not(.scrolling) .header-ctn {
  border-color: transparent;
}
.header-banner .header:not(.scrolling) .header-logo img:nth-child(1) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header-banner .header:not(.scrolling) .header-logo img:nth-child(2) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header-banner .header:not(.scrolling) .menu-link {
  color: #fff;
}
.header-banner .header:not(.scrolling) .menu-idioma li.active a {
  color: #c18d02;
}
.header-banner .header:not(.scrolling) .menu-idioma a {
  color: #fff;
}
.header-banner .header:not(.scrolling):before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  position: absolute;
  left: 0;
  top: 0;
}
.header-banner .header:not(.scrolling) .header-ctn {
  position: relative;
  z-index: 2;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  -o-transition: background-color 250ms;
  -ms-transition: background-color 250ms;
  transition: background-color 250ms;
}
.header:before {
  content: "";
  width: 100%;
  height: 100%;
}
.header.scrolling {
  -webkit-box-shadow: 0 10px 10px 0 rgba(45,45,45,0.05);
  box-shadow: 0 10px 10px 0 rgba(45,45,45,0.05);
}
.header.scrolling .header-ctn {
  height: 65px;
}
.header .header-ctn {
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8eaed;
}
.header .header-logo {
  margin: 0;
  position: relative;
  width: 114px;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.header .header-logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header .menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu-idioma {
  margin: 0;
  margin-left: 30px;
}
.header .menu-idioma li:first-child {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 1025px) {
  .header .menu-idioma li:hover a {
    color: #c18d02;
  }
}
.header .menu-idioma li.active a {
  color: #c18d02;
}
.header .menu-idioma a {
  font-size: 12px;
  color: #462c15;
  width: 26px;
  text-align: center;
  display: block;
  line-height: 1.92;
}
.header .menu-list {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.header .menu-item {
  margin: 0 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header .menu-item:hover .menu-link {
    color: #efbb05;
  }
}
.header .menu-item.active .menu-link {
  color: #efbb05;
}
.header .menu-link {
  color: #919191;
  font-family: 'ProximaNova-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
  letter-spacing: 1.4px;
}
body.right-in .menu-sidebar {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  right: 0px;
}
body.right-in .menu-sidebar.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body.right-in .wrapper,
body.right-in .footer {
  left: 0px;
}
body.right-in .wrapper.active,
body.right-in .footer.active {
  left: -300px;
}
body.right-in .menu-mobile-close {
  color: #000;
}
body.right-in .cnt-wrapper {
  overflow: hidden;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-overlay.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.menu-mobile-close,
.menu-mobile-open {
  -webkit-border-radius: 7%;
  border-radius: 7%;
  color: #000;
  cursor: pointer;
  font-size: 36px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 3%;
  text-align: center;
  top: 10px;
  width: 27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1011;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-mobile-open.scrolling {
  color: #909090;
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1012;
}
.menu-sidebar {
  width: 300px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-sidebar.active {
  visibility: visible;
}
.menu-sidebar.active .menu-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-responsive {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .menu-item {
  font-size: 16px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.menu-responsive .menu-link {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  color: #989898;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold', sans-serif;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (max-height: 400px) {
  .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.wrapper,
.footer {
  position: relative;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .header .menu-wrap {
    padding-right: 45px;
  }
  .wrapper,
  .footer {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header .header-ctn {
    height: 65px;
  }
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    width: 100px;
  }
  .header.scrolling {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
}
@media screen and (max-width: 767px) {
  .header .menu-wrap {
    padding-right: 65px;
  }
}
