.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.g0cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.g0cnt-btn.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g0-btn {
  width: 156px;
  height: 56px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f60;
  border-radius: 12px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.g0-btn i {
  margin-left: 5px;
  font-size: 20px;
}

.g0-btn:hover {
  background-color: #e65c00;
}

.g0-btn.white {
  color: #212121;
  width: 168px;
  background-color: #fff;
}

.g0-btn.white:hover {
  background-color: #262626;
  color: #fff;
}

.g0-btn.brblack {
  border: 1px solid #212121;
  background-color: transparent;
  width: 196px;
  color: #212121;
}

.g0-btn.brblack i {
  margin-left: 6px;
}

.g0-btn.brblack:hover {
  background-color: #212121;
  color: #fff;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.menu-mobile-close,
.menu-mobile-open {
  background-color: #f60;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -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;
  width: 42px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}

.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #fff;
  color: c-first;
}

.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.g1-marquee {
  background-color: #f60;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.g1-marquee.purple {
  background-color: #a69ffc;
}

.g1-marquee.green {
  background-color: #15fc8a;
}

.g1-marquee.black {
  background-color: #000;
}

.g1-marquee.running .marquee-inner {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}

.g1-marquee:hover .marquee-inner {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}

.g1-marquee.g1-menu:hover .marquee-inner {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.g1-marquee .marquee-inner {
  white-space: nowrap;
}

.marquee-inner {
  width: fit-content;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
  -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
  -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
  -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
  transform: translate3d(calc(-25% + 20vw), 0, 0);
  -webkit-animation: marquee 4s linear infinite;
  -moz-animation: marquee 4s linear infinite;
  -o-animation: marquee 4s linear infinite;
  -ms-animation: marquee 4s linear infinite;
  animation: marquee 4s linear infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(calc(-25% + 20vw));
    -moz-transform: translateX(calc(-25% + 20vw));
    -o-transform: translateX(calc(-25% + 20vw));
    -ms-transform: translateX(calc(-25% + 20vw));
    transform: translateX(calc(-25% + 20vw));
  }

  100% {
    -webkit-transform: translateX(calc(-50% + 20vw));
    -moz-transform: translateX(calc(-50% + 20vw));
    -o-transform: translateX(calc(-50% + 20vw));
    -ms-transform: translateX(calc(-50% + 20vw));
    transform: translateX(calc(-50% + 20vw));
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(calc(-25% + 20vw));
    -moz-transform: translateX(calc(-25% + 20vw));
    -o-transform: translateX(calc(-25% + 20vw));
    -ms-transform: translateX(calc(-25% + 20vw));
    transform: translateX(calc(-25% + 20vw));
  }

  100% {
    -webkit-transform: translateX(calc(-50% + 20vw));
    -moz-transform: translateX(calc(-50% + 20vw));
    -o-transform: translateX(calc(-50% + 20vw));
    -ms-transform: translateX(calc(-50% + 20vw));
    transform: translateX(calc(-50% + 20vw));
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(calc(-25% + 20vw));
    -moz-transform: translateX(calc(-25% + 20vw));
    -o-transform: translateX(calc(-25% + 20vw));
    -ms-transform: translateX(calc(-25% + 20vw));
    transform: translateX(calc(-25% + 20vw));
  }

  100% {
    -webkit-transform: translateX(calc(-50% + 20vw));
    -moz-transform: translateX(calc(-50% + 20vw));
    -o-transform: translateX(calc(-50% + 20vw));
    -ms-transform: translateX(calc(-50% + 20vw));
    transform: translateX(calc(-50% + 20vw));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(calc(-25% + 20vw));
    -moz-transform: translateX(calc(-25% + 20vw));
    -o-transform: translateX(calc(-25% + 20vw));
    -ms-transform: translateX(calc(-25% + 20vw));
    transform: translateX(calc(-25% + 20vw));
  }

  100% {
    -webkit-transform: translateX(calc(-50% + 20vw));
    -moz-transform: translateX(calc(-50% + 20vw));
    -o-transform: translateX(calc(-50% + 20vw));
    -ms-transform: translateX(calc(-50% + 20vw));
    transform: translateX(calc(-50% + 20vw));
  }
}

.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;
}

@media screen and (min-width: 1025px) {
  .g3-anima.anima .g3-move-left-0,
  .g3-anima.anima .g3-move-left-1,
  .g3-anima.anima .g3-move-left-2,
  .g3-anima.anima .g3-move-left-3,
  .g3-anima.anima .g3-move-right-0,
  .g3-anima.anima .g3-move-right-1,
  .g3-anima.anima .g3-move-right-2,
  .g3-anima.anima .g3-move-right-3,
  .g3-anima.anima .g3-move-right-4 {
    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);
  }

  .g3-anima.anima .g3-move-up-0,
  .g3-anima.anima .g3-move-up-1,
  .g3-anima.anima .g3-move-up-2,
  .g3-anima.anima .g3-move-up-3,
  .g3-anima.anima .g3-move-up-4,
  .g3-anima.anima .g3-move-up-5,
  .g3-anima.anima .g3-move-up-6,
  .g3-anima.anima .g3-move-up-7,
  .g3-anima.anima .g3-move-up-8,
  .g3-anima.anima .g3-move-up-9,
  .g3-anima.anima .g3-move-down-0,
  .g3-anima.anima .g3-move-down-1,
  .g3-anima.anima .g3-move-down-2,
  .g3-anima.anima .g3-move-down-3,
  .g3-anima.anima .g3-move-down-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .g3-anima.anima .g3-scale-0,
  .g3-anima.anima .g3-scale-1,
  .g3-anima.anima .g3-scale-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .g3-anima.anima .g3-rotate-0,
  .g3-anima.anima .g3-rotate-2,
  .g3-anima.anima .g3-rotate-3 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .g3-move-left-0,
  .g3-move-left-1,
  .g3-move-left-2,
  .g3-move-left-3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .g3-move-left-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .g3-move-left-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .g3-move-left-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .g3-move-right-0,
  .g3-move-right-1,
  .g3-move-right-2,
  .g3-move-right-3,
  .g3-move-right-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .g3-move-right-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .g3-move-right-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .g3-move-right-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .g3-move-right-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }

  .g3-scale-0,
  .g3-scale-1,
  .g3-scale-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .g3-scale-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .g3-scale-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }

  .g3-rotate-0,
  .g3-rotate-2,
  .g3-rotate-3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .g3-rotate-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .g3-rotate-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .g3-move-up-0,
  .g3-move-up-1,
  .g3-move-up-2,
  .g3-move-up-3,
  .g3-move-up-4,
  .g3-move-up-5,
  .g3-move-up-6,
  .g3-move-up-7,
  .g3-move-up-8,
  .g3-move-up-9 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .g3-move-up-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .g3-move-up-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .g3-move-up-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .g3-move-up-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }

  .g3-move-up-5 {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }

  .g3-move-up-6 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .g3-move-up-7 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .g3-move-up-8 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .g3-move-up-8 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .g3-move-down-0,
  .g3-move-down-1,
  .g3-move-down-2,
  .g3-move-down-3,
  .g3-move-down-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .g3-move-down-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .g3-move-down-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .g3-move-down-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }

  .g3-move-down-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.g4-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  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;
  display: none;
}

.g4-loading.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.g4-loading img {
  position: relative;
  z-index: 2;
}

.g4-loading:after {
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  position: absolute;
}

.swal2-icon.swal2-error .swal2-x-mark {
  margin: 0;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: none !important;
}

.swal2-container.swal2-backdrop-show:after,
.swal2-container.swal2-noanimation:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  position: absolute;
  z-index: 1;
}

.swal2-container .swal2-popup {
  z-index: 2;
  border-radius: 15px;
}

.swal2-container .swal2-close:hover {
  color: #f60;
}

.swal2-close:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.pop-response .swal2-icon.swal2-error,
.pop-response .swal2-icon.swal2-success {
  border: none;
}

.pop-response .swal2-title {
  font-size: 20px;
}

@-moz-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }

  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }

  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }

  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }

  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-o-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }

  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }

  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }

  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }

  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.g5-input-two {
  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-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;
}

.g5-input-two .g5-input,
.g5-input-two .g5-select,
.g5-input-two .g5-textarea {
  width: 48.5%;
}

.g5-input,
.g5-select,
.g5-textarea {
  margin-bottom: 16px;
  position: relative;
  background-color: c-6;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.g5-input ::-webkit-input-placeholder,
.g5-select ::-webkit-input-placeholder,
.g5-textarea ::-webkit-input-placeholder {
  color: #262626;
  font-family: "UniversLTStd", sans-serif;
}

.g5-input :-moz-placeholder,
.g5-select :-moz-placeholder,
.g5-textarea :-moz-placeholder {
  color: #262626;
  font-family: "UniversLTStd", sans-serif;
}

.g5-input ::-moz-placeholder,
.g5-select ::-moz-placeholder,
.g5-textarea ::-moz-placeholder {
  color: #262626;
  font-family: "UniversLTStd", sans-serif;
}

.g5-input :-ms-input-placeholder,
.g5-select :-ms-input-placeholder,
.g5-textarea :-ms-input-placeholder {
  color: #262626;
  font-family: "UniversLTStd", sans-serif;
}

.g5-input input,
.g5-select input,
.g5-textarea input,
.g5-input select,
.g5-select select,
.g5-textarea select,
.g5-input textarea,
.g5-select textarea,
.g5-textarea textarea {
  border: 0;
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  line-height: 40px;
  position: absolute;
  color: #212121;
  left: 0;
  bottom: 0;
  font-size: 16px;
  overflow: hidden;
}

.g5-input input:-webkit-autofill,
.g5-select input:-webkit-autofill,
.g5-textarea input:-webkit-autofill,
.g5-input select:-webkit-autofill,
.g5-select select:-webkit-autofill,
.g5-textarea select:-webkit-autofill,
.g5-input textarea:-webkit-autofill,
.g5-select textarea:-webkit-autofill,
.g5-textarea textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 200px #fff inset;
  -webkit-text-fill-color: #212121;
  border-radius: 10px;
  -webkit-background-color: transparent !important;
}

.g5-input input:focus ~ .input-label span,
.g5-select input:focus ~ .input-label span,
.g5-textarea input:focus ~ .input-label span,
.g5-input select:focus ~ .input-label span,
.g5-select select:focus ~ .input-label span,
.g5-textarea select:focus ~ .input-label span,
.g5-input textarea:focus ~ .input-label span,
.g5-select textarea:focus ~ .input-label span,
.g5-textarea textarea:focus ~ .input-label span {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-size: 11px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.g5-input input:focus ~ .input-label i,
.g5-select input:focus ~ .input-label i,
.g5-textarea input:focus ~ .input-label i,
.g5-input select:focus ~ .input-label i,
.g5-select select:focus ~ .input-label i,
.g5-textarea select:focus ~ .input-label i,
.g5-input textarea:focus ~ .input-label i,
.g5-select textarea:focus ~ .input-label i,
.g5-textarea textarea:focus ~ .input-label i {
  font-size: 14px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.g5-input select,
.g5-select select,
.g5-textarea select {
  color: #212121;
  cursor: pointer;
}

.g5-input select option,
.g5-select select option,
.g5-textarea select option {
  color: #f60;
}

.g5-input select::-ms-expand,
.g5-select select::-ms-expand,
.g5-textarea select::-ms-expand {
  display: none;
}

.g5-input select[disabled] + .input-label,
.g5-select select[disabled] + .input-label,
.g5-textarea select[disabled] + .input-label {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.g5-input.inFocus,
.g5-select.inFocus,
.g5-textarea.inFocus {
  border-color: #f60;
}

.g5-input.inFocus span,
.g5-select.inFocus span,
.g5-textarea.inFocus span {
  color: #b6b6b6;
}

.g5-input .input-label,
.g5-select .input-label,
.g5-textarea .input-label {
  display: block;
  height: 56px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}

.g5-input .input-label span,
.g5-select .input-label span,
.g5-textarea .input-label span {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -o-transition:
    -o-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -ms-transition:
    -ms-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -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;
  color: #212121;
  font-size: 16px;
  position: relative;
}

.g5-input .input-label span em,
.g5-select .input-label span em,
.g5-textarea .input-label span em {
  color: c-10;
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}

.g5-input .input-label i,
.g5-select .input-label i,
.g5-textarea .input-label i {
  font-size: 20px;
  color: #212121;
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: inline-block;
  -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: #f60;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -o-transition:
    -o-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  -ms-transition:
    -ms-transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    font-size 0.2s;
}

.g5-input .input-label.fijar span,
.g5-select .input-label.fijar span,
.g5-textarea .input-label.fijar span {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-size: 11px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #4f4f4f;
}

.g5-input .input-label.fijar i,
.g5-select .input-label.fijar i,
.g5-textarea .input-label.fijar i {
  font-size: 16px;
  top: 25px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.g5-select.iconleft select {
  padding-left: 45px;
}

.g5-textarea {
  width: 100%;
}

.g5-textarea textarea {
  line-height: 100%;
  height: 150px;
  position: static;
  padding-top: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g5-textarea .input-label {
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}

.g5-textarea .input-label span {
  height: 100%;
}

.g5-wrap-radio {
  margin-top: 27px;
  margin-bottom: 33px;
}

.g5-title-wrap-radio {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-bottom: 10px;
}

.g5-title-wrap-radio p {
  margin: 0;
}

.g5-title-wrap-radio p a {
  color: c-11;
  text-decoration: underline;
}

.g5-title-wrap-radio p em {
  color: c-10;
  font-size: 18px;
  margin-left: 5px;
}

.g5-radio-two {
  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;
}

.g5-radio-two .g5-radio {
  margin-left: 50px;
}

.g5-radio {
  position: relative;
}

.g5-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.g5-radio input[type="radio"]:checked + label .g5-terminos_icon:before {
  border-color: #b6b6b6;
  background-color: #b6b6b6;
}

.g5-radio input[type="radio"]:checked + label .g5-terminos_icon:after {
  color: c-6;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-size: 13px;
  top: -0.5px;
  visibility: visible;
}

.g5-radio .g5-terminos_nota {
  padding-top: 7px;
  padding-left: 35px;
}

.g5-terminos_radio {
  font-size: 14px;
  color: c-13;
}

.g5-terminos_radio p {
  margin: 0;
}

.g5-terminos {
  position: relative;
  margin-bottom: 18px;
}

.g5-terminos.center {
  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;
  margin-bottom: 14px;
}

.g5-terminos.bgctermino .g5-terminos_icon {
  background-color: #b6b6b6;
}

.g5-terminos.bgctermino input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.g5-terminos.bgctermino
  input[type="checkbox"]:checked
  + label
  .g5-terminos_icon:before {
  border-color: transparent;
}

.g5-terminos.bgctermino
  input[type="checkbox"]:checked
  + label
  .g5-terminos_icon:after {
  color: c-6;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.g5-terminos input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #f60;
}

.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #f60;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.g5-terminos_nota {
  position: relative;
  display: block;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g5-terminos_text {
  font-size: 14px;
  line-height: 23px;
  color: #212121;
  letter-spacing: 0.015em;
}

.g5-terminos_text p {
  margin: 0;
}

.g5-terminos_text p em {
  color: c-10;
  font-size: 18px;
}

.g5-terminos_text span {
  color: c-10;
  display: inline-block;
  vertical-align: middle;
}

.g5-terminos_text a {
  color: c-11;
  font-family: "UniversLTStd-Bold", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.g5-terminos_text a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: underline;
}

.g5-terminos_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g5-terminos_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.g5-terminos_icon:after {
  content: "\e913";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 22px;
  color: #b6b6b6;
  font-family: "icomoon";
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.g5-required {
  display: block;
  line-height: 18px;
  margin-bottom: 13px;
  color: #212121;
  font-size: 12px;
}

.g5-required.g5-radio-required {
  text-align: center;
  margin-bottom: 23px;
}

.g5-required em {
  color: c-10;
  margin-top: 5px;
  font-size: 20px;
  margin-left: 5px;
}

.g5-ver-password {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-color: transparent;
  border: none;
  color: #f6f6f6;
  font-size: 15px;
  z-index: 5;
  cursor: pointer;
  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;
}

.g5-calendary {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 18px;
}

.g5-ico-especialidad {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  font-size: 25px;
  color: #b6b6b6;
  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;
}

.g5-input.two-inner {
  border-bottom: none;
}

@media screen and (min-width: 641px) {
  .g5-input.two-inner .g5-input,
  .g5-input.two-inner .g5-select,
  .g5-input.two-inner .g5-textarea {
    margin-bottom: 0;
  }
}

.g5-input-file {
  border: 2px solid #f60;
  background-color: #f60;
}

.g5-input-file label {
  position: relative;
  z-index: 2;
  height: 67px !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -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: start;
  justify-content: start;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g5-input-file label .g5-icoinput {
  left: 30px;
  top: 24px;
  color: #fff;
}

.g5-input-file label .g5-icoinput:before {
  font-size: 20px;
}

.g5-input-file input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 67px !important;
  cursor: pointer;
}

.g5-text-input {
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
}

.g5-inpufile-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  z-index: 1;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  color: #fff;
}

@media screen and (max-width: 470px) {
  .g5-inpufile-text {
    display: none;
  }
}

.g-input-radio {
  width: 20%;
  position: relative;
}

.g-input-radio input {
  display: none;
}

.g-input-radio input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.g-input-radio input:checked + label:before {
  border: 2px solid #f60;
}

.g-input-radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  line-height: 21px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.g-input-radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #212121;
  display: inline-block;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-input-radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f60;
  position: absolute;
  top: 4.4px;
  left: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .g-input-radio {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .g5-politicas {
    margin-top: 30px;
  }

  .g5-input-two:not(.b23-tipodoc) {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g5-input-two:not(.b23-tipodoc) .g5-input,
  .g5-input-two:not(.b23-tipodoc) .g5-select {
    width: 100%;
  }

  .g5-radio-two .g5-radio:first-child {
    margin-left: 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;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.g8-dropdown {
  height: 56px;
  max-width: 350px;
  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;
  padding: 0 20px;
  width: 100%;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  color: #000;
  background-color: #fff;
  border: 1px solid c-26;
  position: relative;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.g8-dropdown:after {
  content: "\e90f";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 0;
  color: #000;
  font-weight: 400;
  height: 100%;
  margin-left: 4px;
  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: 25px;
}

.g8-dropdown.active {
  color: #b15533;
}

.g8-dropdown.active:after {
  color: #b15533;
}

@media screen and (max-width: 480px) {
  .g8-dropdown {
    max-width: 100%;
  }
}

.g8-wrap-dropdown {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .g8-wrap-dropdown {
    display: block;
    position: relative;
  }
}

.g8-dropdown-list {
  max-height: 290px;
  overflow: auto;
  display: none;
  position: absolute;
  width: 350px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  top: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-box-shadow: 0 35px 45px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 35px 45px 0 rgba(0, 0, 0, 0.1);
}

.g8-dropdown-list > a {
  position: relative;
  height: 56px;
  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-family: "UniversLTStd", sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.g8-dropdown-list > a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dadada;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.g8-dropdown-list > a:last-child:after {
  display: none;
}

.g8-dropdown-list > a:before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
  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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  font-weight: 700;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.g8-dropdown-list > a:hover {
  padding-left: 20px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
}

.g8-dropdown-list > a:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media screen and (max-width: 480px) {
  .g8-dropdown-list {
    left: -40px;
  }
}

@media screen and (max-width: 400px) {
  .g8-dropdown-list {
    left: 0;
  }
}

.g8-dropdown-list::-webkit-scrollbar {
  width: 8px;
}

.g8-dropdown-list::-webkit-scrollbar-track {
  background: #f60;
  border-radius: 19px;
}

.g8-dropdown-list::-webkit-scrollbar-thumb {
  background: #a39382;
  border-radius: 19px;
}

.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: 0;
}

.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;
}

.page-tablon header,
.page-tablon footer {
  display: none;
}

.tablon-item {
  padding: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}

.tablon-item:nth-child(even) {
  background-color: #eee;
}

.tablon-title {
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #808080;
  color: #fff;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.b1 .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  max-width: 1300px;
  width: 94%;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: auto;
  z-index: 3;
}

.b1 .slick-dots li {
  margin: 0;
  margin-left: 20px;
  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-radius: 100%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b1 .slick-dots li:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  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;
  margin: auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b1 .slick-dots li button {
  display: none;
}

.b1 .slick-dots li:first-child {
  margin-left: 0;
}

.b1 .slick-dots .slick-active {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1350px) {
  .b1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .b1 .slick-dots {
    bottom: 32px;
  }
}

@media screen and (max-width: 745px) {
  .b1 {
    padding-left: 0;
    padding-right: 0;
  }

  .b1 .slick-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 25px;
  }
}

.b1-item-sl {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b1-item-sl:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background: -webkit-linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.32) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.32) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.32) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.32) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(18, 18, 18, 0.32) 0%,
    rgba(18, 18, 18, 0.32) 100%
  );
}

.b1-item-sl .wancho {
  height: 728px;
  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;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 745px) {
  .b1-item-sl .wancho {
    height: 680px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.b1-text {
  max-width: 480px;
}

@media screen and (max-width: 745px) {
  .b1-text {
    margin-bottom: 40px;
  }
}

.b1-logo img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.b1-title {
  margin-top: 21px;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 33px;
}

@media screen and (max-width: 745px) {
  .b1-title {
    font-size: 35px;
    line-height: 39px;
  }
}

.b1-boton {
  width: 172px;
  height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  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;
  margin: 0;
  background-color: #f60;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b1-boton i {
  margin-left: 5px;
  font-size: 18px;
}

.b1-boton:hover {
  background-color: #e65c00;
}

.b1-wrpa-video {
  position: absolute;
  right: -50px;
  bottom: 40px;
}

@media screen and (max-width: 1450px) {
  .b1-wrpa-video {
    right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .b1-wrpa-video {
    bottom: 30px;
  }
}

@media screen and (max-width: 745px) {
  .b1-wrpa-video {
    left: 0;
    bottom: 80px;
    margin: 0;
    position: static;
  }
}

.b1-figura-small {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 423px;
  height: 240px;
  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;
}

.b1-figura-small:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.12) 100%
  );
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .b1-figura-small {
    width: 318px;
    height: 180px;
  }
}

@media screen and (max-width: 745px) {
  .b1-figura-small {
    width: 300px;
    height: 150px;
  }
}

.b1-play {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #fff;
  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: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1.7s infinite;
  -moz-animation: pulse 1.7s infinite;
  -o-animation: pulse 1.7s infinite;
  -ms-animation: pulse 1.7s infinite;
  animation: pulse 1.7s infinite;
}

.b1-play i {
  color: #fff;
  font-size: 20px;
}

.b1-play:hover {
  border: none;
  background-color: #e65c00;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b10-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 608px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 745px) {
  .b10-image {
    height: 490px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b11 {
  background-color: #f60;
  padding-top: 120px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1200px) {
  .b11 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .b11 {
    padding-top: 50px;
  }
}

.b11-fila-text {
  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;
  margin-bottom: 120px;
}

@media screen and (max-width: 1000px) {
  .b11-fila-text {
    margin-bottom: 100px;
  }
}

.b11-left {
  width: 49.5%;
}

@media screen and (max-width: 1000px) {
  .b11-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b11-title {
  font-size: 64px;
  line-height: 68px;
  font-family: "UniversLTStd-Light", sans-serif;
  color: #fff;
}

.b11-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .b11-title {
    font-size: 50px;
    line-height: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .b11-title {
    font-size: 40px;
    line-height: 49px;
  }
}

@media screen and (max-width: 745px) {
  .b11-title {
    font-size: 35px;
    line-height: 45px;
  }
}

.b11-right {
  width: 42%;
}

@media screen and (max-width: 1000px) {
  .b11-right {
    width: 100%;
  }
}

.b11-figura {
  position: relative;
}

.b11-figura img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .b11-figura {
    display: none;
  }
}

.b11-point {
  position: absolute;
}

.b11-pais {
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  border-radius: 4px;
  background-color: #212121;
  padding: 8px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  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: #fff;
  position: relative;
}

@media screen and (max-width: 745px) {
  .b11-pais {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.b11-triangulo {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 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;
}

.b11-triangulo img {
  max-width: 100%;
  height: auto;
}

.b11-triangulo:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -20px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1.7s infinite;
  -moz-animation: pulse 1.7s infinite;
  -o-animation: pulse 1.7s infinite;
  -ms-animation: pulse 1.7s infinite;
  animation: pulse 1.7s infinite;
}

.b11figure_mobile_map {
  width: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .b11figure_mobile_map {
    display: block;
  }
}

.b11figure_mobile_map img {
  width: 100%;
  height: auto;
  display: block;
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b12 {
  padding-top: 68px;
  background-color: #fff;
  position: relative;
}

.b12:after {
  content: "";
  position: absolute;
  bottom: 170px;
  left: 0;
  width: 100%;
  background: url("../img/bg-lineas.png") 0 0 no-repeat;
  background-size: cover;
  height: 396px;
}

@media screen and (max-width: 1200px) {
  .b12:after {
    display: none;
  }
}

.b12 .wancho {
  position: relative;
  z-index: 10;
}

.b12 .slick-slide {
  margin: 0 20px;
}

.b12 .slick-list {
  margin: 0 -20px;
}

.b12 .slick-slide:nth-child(even) {
  padding-top: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b12 .slick-dots {
  display: none !important;
}

.b12 .g1-controls-sl {
  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: auto 0;
  margin-top: 30px;
  position: absolute;
  top: -100px;
  right: 0;
}

.b12 .g1-arrows-sl {
  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;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b12 .g1-arrows-sl:hover {
  border: 1px solid #f60;
  color: #fff;
  background-color: #f60;
}

.b12 .g1-next-sl {
  margin-left: 15px;
}

@media screen and (max-width: 745px) {
  .b12 {
    padding-top: 50px;
  }

  .b12 .g1-controls-sl {
    position: static;
  }
}

.b12-content-slider {
  width: 124%;
}

@media screen and (max-width: 745px) {
  .b12-content-slider {
    width: 155%;
  }
}

.b12-item-sl {
  min-height: 480px;
}

@media screen and (max-width: 745px) {
  .b12-item-sl {
    min-height: 340px;
  }
}

@media screen and (min-width: 1025px) {
  .b12-item-sl:hover .b12-photo-it img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.b12-title {
  font-size: 40px;
}

.b12-title strong {
  font-size: 48px;
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media screen and (max-width: 745px) {
  .b12-title {
    font-size: 35px;
  }

  .b12-title strong {
    font-size: 40px;
  }
}

.b12-fila-image {
  margin-top: 48px;
  position: relative;
}

.b12-photo-it {
  border-radius: 4px;
  overflow: hidden;
}

.b12-photo-it img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.b12-text-it {
  margin-top: 24px;
  position: relative;
  padding-right: 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b12-name {
  font-size: 20px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-bottom: 2px;
}

.b12-cargo {
  font-size: 14px;
  line-height: 20px;
  font-family: "UniversLTStd", sans-serif;
}

.b12-red {
  width: 48px;
  height: 48px;
  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: 1px solid #e8e8e8;
  background-color: #fff;
  color: #212121;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b12-red:hover {
  border: 1px solid #f60;
  background-color: #f60;
  color: #fff;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b13 {
  padding-top: 128px;
  padding-bottom: 64px;
  background-color: #fff;
}

.b13 .g1-controls-sl {
  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: auto 0;
  position: absolute;
  top: -90px;
  left: 76px;
}

.b13 .g1-controls-sl.mobile {
  display: none;
}

.b13 .g1-arrows-sl {
  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;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b13 .g1-arrows-sl:hover {
  border: 1px solid #f60;
  color: #fff;
  background-color: #f60;
}

.b13 .g1-next-sl {
  margin-left: 15px;
}

@media screen and (max-width: 1000px) {
  .b13 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 745px) {
  .b13 {
    padding-top: 50px;
  }

  .b13 .g1-controls-sl {
    margin-top: 40px;
  }

  .b13 .g1-controls-sl.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -20px;
  }

  .b13 .g1-controls-sl.desktop {
    display: none;
  }
}

.b13-title {
  font-size: 64px;
  line-height: 68px;
  font-family: "UniversLTStd-Light", sans-serif;
  max-width: 650px;
}

.b13-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
}

@media screen and (max-width: 745px) {
  .b13-title {
    font-size: 40px;
    line-height: 55px;
  }
}

.b13-wrap {
  margin-top: 65px;
}

@media screen and (max-width: 745px) {
  .b13-wrap {
    margin-top: 40px;
    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;
    padding-bottom: 55px;
    position: relative;
  }
}

.b13-content-slider {
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 745px) {
  .b13-content-slider {
    margin-top: 0;
  }
}

.b13-inner-it {
  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: 1115px;
  margin: 0 auto;
  -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;
}

.b13-left {
  width: 41%;
}

@media screen and (max-width: 745px) {
  .b13-left {
    width: 100%;
    margin-bottom: 50px;
  }
}

.b13-title-left {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media screen and (max-width: 745px) {
  .b13-title-left {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.b13-description {
  font-size: 18px;
  line-height: 24px;
}

.b13-description p {
  margin: 0;
}

.b13-right {
  width: 50.6%;
}

@media screen and (max-width: 745px) {
  .b13-right {
    width: 100%;
  }
}

.b13-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 372px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.b13-rectangulo {
  position: absolute;
  top: 0;
  right: 0;
}

.b13-image {
  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;
}

.b13-image span {
  margin: 0;
  color: #f60;
  font-size: 40px;
  font-family: "UniversLTStd-Bold", sans-serif;
  position: absolute;
  top: 0;
  right: 17px;
}

.b13-image img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

@media screen and (max-width: 745px) {
  .b13-image span {
    font-size: 35px;
  }
}

.b13-ctn-carousel .slick-list {
  padding-top: 35px;
  top: -26px;
  z-index: 5;
  padding-bottom: 19px;
}

.b13-ctn-carousel .slick-current .b13-year span {
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b13-ctn-carousel .slick-current .b13-year em {
  background-color: #f60;
  -webkit-box-shadow: 0 0 29px #f60;
  box-shadow: 0 0 29px #f60;
}

.b13-ctn-carousel .slick-current .b13-year em:before {
  background-color: rgba(255, 102, 0, 0.32);
}

.b13-carousel {
  position: relative;
}

.b13-carousel:after {
  content: "";
  left: 0;
  top: 77px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f60;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .b13-carousel {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 745px) {
  .b13-carousel {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: none;
  }
}

.b13-carousel-item {
  margin: 0;
  width: 16.6%;
}

.b13-carousel-item:hover .b13-year span {
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b13-carousel-item:hover .b13-year em {
  background-color: #f60;
  -webkit-box-shadow: 0 0 29px #f60;
  box-shadow: 0 0 29px #f60;
}

.b13-carousel-item:hover .b13-year em:before {
  background-color: rgba(255, 102, 0, 0.32);
}

.b13-year {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.b13-year span {
  display: block;
  font-size: 32px;
  font-family: "UniversLTStd", sans-serif;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #b6b6b6;
  margin-bottom: 25px;
}

.b13-year em {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f60;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.b13-year em:before {
  content: "";
  top: 0;
  left: -9px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b14 {
  padding-top: 100px;
  background-color: #fff;
  position: relative;
  padding-bottom: 180px;
}

.b14 .wancho {
  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;
  z-index: 3;
  position: relative;
}

.b14 .b6-info-asesor {
  width: 100%;
  margin-bottom: 25px;
}

.b14 .b6-redes-asesor {
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
  border-left: none;
  border-top: 1px solid #e8e8e8;
}

.b14 .b6-name-asesor {
  margin-left: 20px;
}

.b14 .slick-slide {
  margin: 0 8px;
}

.b14 .slick-list {
  margin: 0 -8px;
  padding: 20px 0;
}

.b14 .slick-dots {
  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;
  margin-top: 35px;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.b14 .slick-dots li {
  margin: 0;
  margin-left: 2px;
  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;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.b14 .slick-dots li button {
  display: none;
}

.b14 .slick-dots li:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f60;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b14 .slick-dots li:first-child {
  margin-left: 0;
}

.b14 .slick-dots .slick-active {
  border: 1px solid #f60;
}

@media screen and (max-width: 1200px) {
  .b14 .slick-list {
    padding: 10px 0;
  }

  .b14 .b6-name-asesor {
    margin-left: 11px;
  }
}

@media screen and (max-width: 1000px) {
  .b14 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .b14 .b6-name-asesor {
    margin-left: 15px;
  }
}

@media screen and (max-width: 745px) {
  .b14 .slick-dots {
    left: 0;
    bottom: -80px;
  }
}

.b14-left {
  width: 41%;
}

@media screen and (max-width: 1000px) {
  .b14-left {
    width: 100%;
  }
}

.b14-right {
  width: 49.5%;
}

@media screen and (max-width: 1200px) {
  .b14-right {
    width: 57%;
  }
}

@media screen and (max-width: 1000px) {
  .b14-right {
    width: 100%;
  }
}

.b14-title {
  font-size: 40px;
  line-height: 44px;
  color: #262626;
}

.b14-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
}

@media screen and (max-width: 1200px) {
  .b14-title {
    font-size: 35px;
    line-height: 38px;
  }
}

.b14-asesores {
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 18px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 5px 18px 0 rgba(45, 35, 64, 0.19);
  background-color: #fff;
  padding: 20px 28px;
}

@media screen and (max-width: 1200px) {
  .b14-asesores {
    padding: 20px 10px;
  }
}

.b14-item-sl {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b14-title-big {
  font-size: 200px;
  font-family: "UniversLTStd-Bold", sans-serif;
  -webkit-text-stroke: 1.5px #b6b6b6;
  color: transparent;
  position: absolute;
  left: -3%;
  bottom: 25px;
  z-index: 1;
}

@media screen and (max-width: 1290px) {
  .b14-title-big {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .b14-title-big {
    font-size: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .b14-title-big {
    font-size: 80px;
    bottom: 40px;
  }
}

@media screen and (max-width: 745px) {
  .b14-title-big {
    font-size: 50px;
    bottom: 70px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b51 {
  overflow: hidden;
  padding: 80px 0;
}

.b51-title {
  display: block;
  max-width: 748px;
  width: 100%;
  line-height: 1.1;
  color: #212121;
  font-family: "UniversLTStd-Light", sans-serif;
  font-size: 64px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .b51-title {
    font-size: 36px;
  }
}

.b51-title strong {
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b51-items {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

@media screen and (min-width: 961px) {
  .b51-items {
    margin: 0 -20px;
  }
}

.b51-itembox {
  width: calc(100% / 2 - 40px);
  position: relative;
  margin: 40px 20px 0 20px;
}

@media screen and (max-width: 960px) {
  .b51-itembox {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.b51-image {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.b51-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.b51-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.b51-head {
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 8px 16px 13px 16px;
}

@media screen and (max-width: 767px) {
  .b51-head {
    padding: 4px 10px;
  }
}

.b51-tag {
  display: block;
  color: #000;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .b51-tag {
    font-size: 14px;
  }
}

.b51-mask {
  width: 8px;
  position: absolute;
}

.b51-mask img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.b51-mask-left {
  top: 100%;
  left: 0;
}

.b51-mask-right {
  top: 0;
  left: 100%;
}

.b51-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 24px 24px;
}

@media screen and (max-width: 767px) {
  .b51-info {
    padding: 0 15px 15px 15px;
  }
}

.b51-play {
  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;
  max-width: 56px;
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1.7s infinite;
  -moz-animation: pulse 1.7s infinite;
  -o-animation: pulse 1.7s infinite;
  -ms-animation: pulse 1.7s infinite;
  animation: pulse 1.7s infinite;
}

.b51-play:hover {
  background-color: #f60;
  border: none;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@media screen and (max-width: 767px) {
  .b51-play {
    max-width: 46px;
    height: 46px;
    font-size: 20px;
    margin-right: 15px;
  }
}

.b51-subtitle {
  display: block;
  line-height: 24px;
  color: #fff;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 20px;
  margin: 0 0 8px 0;
}

@media screen and (max-width: 767px) {
  .b51-subtitle {
    font-size: 16px;
  }
}

.b51-address {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b51-address-icon {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0 4px 0 0;
}

@media screen and (max-width: 767px) {
  .b51-address-icon {
    font-size: 16px;
  }
}

.b51-address-text {
  display: block;
  line-height: 24px;
  color: #fff;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .b51-address-text {
    font-size: 14px;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b16 {
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #fff;
}

.b16 .wancho {
  position: relative;
}

.b16 .slick-slide {
  margin: 0 11px;
}

.b16 .slick-list {
  margin: 0 -11px;
}

.b16 .slick-dots {
  display: none !important;
}

.b16 .g1-controls-sl {
  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: auto 0;
  position: absolute;
  top: 0;
  right: 0;
}

.b16 .g1-arrows-sl {
  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;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b16 .g1-arrows-sl:hover {
  border: 1px solid #f60;
  color: #fff;
  background-color: #f60;
}

.b16 .g1-next-sl {
  margin-left: 15px;
}

.b16 .b2-inner-inf {
  width: 100%;
}

.b16 .b2-costo {
  width: 52%;
}

.b16 .b2-text-cost {
  right: 25px;
}

.b16 .b2-numero {
  font-size: 32px;
  line-height: 36px;
}

.b16 .b2-logo-info {
  -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: inherit;
  -moz-box-pack: inherit;
  -o-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  min-height: 120px;
}

.b16 .b2-list-detail {
  margin-left: 0;
}

.b16 .b2-logoitem {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .b16 .b2-text-cost {
    right: 13px;
    bottom: 8px;
  }

  .b16 .b2-numero {
    font-size: 25px;
    line-height: 26px;
  }

  .b16 .b2-costo {
    width: 55%;
  }
}

@media screen and (max-width: 1000px) {
  .b16 .b2-costo {
    width: 52%;
  }
}

@media screen and (max-width: 745px) {
  .b16 {
    padding-top: 30px;
  }

  .b16 .g1-controls-sl {
    position: static;
    margin-top: 40px;
  }
}

.b16-wrap {
  margin-top: 24px;
}

.b16-item {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 580px;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 1025px) {
  .b16-item:hover .b2-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .b16-item:hover .b2-bg-hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .b16-item:hover .b2-rectang-white img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .b16-item:hover .b2-rectang-white img.b2-hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .b16-item:hover .b2-title-cost {
    color: #fff;
  }

  .b16-item:hover .b2-numero {
    color: #fff;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b17 {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 108px;
}

@media screen and (max-width: 745px) {
  .b17 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.b17-wrap-select {
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 36px;
  max-width: 642px;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b18 {
  padding-bottom: 120px;
}

@media screen and (max-width: 745px) {
  .b18 {
    padding-bottom: 150px;
    position: relative;
  }
}

.b18 button.gm-ui-hover-effect {
  position: absolute !important;
  z-index: 10 !important;
  top: 10px !important;
  right: 5px !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -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;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  border-radius: 100% !important;
}

.b18 button.gm-ui-hover-effect:before {
  content: "\e605";
  font-family: "icomoon";
  font-size: 12px;
  color: #f60;
}

.b18 button.gm-ui-hover-effect span {
  display: none !important;
}

.b18 .gm-style-iw-ch {
  padding-top: 0 !important;
}

.b18 .gm-style .gm-style-iw-c {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.b18 .gm-style .gm-style-iw-tc::after {
  background: #212121 !important;
}

.b18 .gm-style .gm-style-iw-c {
  background: none !important;
  padding: 0 !important;
}

.b18 .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  overflow: inherit !important;
}

.b18-text-boton {
  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;
  margin-bottom: 30px;
  -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;
}

.b18-text {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .b18-text {
    width: 63%;
  }
}

@media screen and (max-width: 745px) {
  .b18-text {
    width: 100%;
  }
}

.b18-boton {
  width: 16%;
  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;
}

@media screen and (max-width: 1300px) {
  .b18-boton {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .b18-boton {
    width: 30%;
  }
}

@media screen and (max-width: 745px) {
  .b18-boton {
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.b18-figuras {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
}

.b18-mapa {
  border-radius: 32px;
  width: 100%;
  height: 465px;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b18-mapa #map {
  width: 100%;
  height: 100%;
}

.b18-mapa img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b18-figura-small {
  display: block;
  border-radius: 12px;
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  max-width: 228px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .b18-figura-small {
    max-width: 160px;
  }
}

.b18-edificio img {
  width: 228px;
  height: 188px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.b18-filalogo {
  background-color: #212121;
  padding: 10px 12px;
  position: relative;
  border-radius: 0 0 12px 12px;
}

.b18-logo {
  width: 50px;
}

.b18-logo img {
  max-width: 100%;
  height: auto;
}

.b18-icono {
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  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;
  background-color: #f60;
  border-radius: 100%;
  top: -15px;
  right: 12px;
  position: absolute;
}

.b18-etiqueta-close {
  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;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  -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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
}

.b18-etiqueta {
  background-color: #222433;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 500;
  -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;
}

.b18-close {
  color: #f60;
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin: 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: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b19 {
  padding: 80px 0;
}

.b19 .wancho {
  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;
}

.b19 .g0-btn {
  width: 156px;
  margin-left: 10px;
}

.b19 .g0-btn:first-child {
  margin-left: 0;
}

@media screen and (max-width: 745px) {
  .b19 {
    padding: 40px 0;
  }

  .b19 .g0-btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.b19-left {
  width: 50.6%;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .b19-left:hover .b52-arrow-icon {
    color: #fff;
  }

  .b19-left:hover .b52-mask-orange {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 745px) {
  .b19-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b19-right {
  width: 42%;
}

@media screen and (max-width: 1000px) {
  .b19-right {
    width: 47%;
  }
}

@media screen and (max-width: 745px) {
  .b19-right {
    width: 100%;
  }
}

.b19-description {
  margin-top: 24px;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 24px;
}

.b19-description p {
  margin: 0;
}

.b19-cnt-btn {
  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;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b2 {
  padding-top: 68px;
  padding-bottom: 72px;
  background-color: #fff;
  overflow: hidden;
}

.b2 .g0-cnt-btn {
  margin-top: 44px;
}

@media screen and (max-width: 745px) {
  .b2 {
    padding-bottom: 50px;
  }

  .b2 .g0-cnt-btn {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .b2 .g3-move-up-4 a {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  .b2 .g3-move-up-4 a:hover {
    background-color: #212121;
    color: #fff;
  }
}

.b2-fila-top {
  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;
  -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;
  margin-bottom: 38px;
}

.b2-left-top {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .b2-left-top {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.b2-title {
  font-size: 48px;
  line-height: 52px;
}

.b2-title strong {
  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;
  font-size: 64px;
  font-weight: 700;
  color: #f60;
  text-align: right;
  line-height: 68px;
}

.b2-title.normal strong {
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -o-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.b2-title.center {
  text-align: center;
}

.b2-title.center strong {
  -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: 1180px) {
  .b2-title {
    font-size: 40px;
    line-height: 45px;
  }

  .b2-title strong {
    font-size: 48px;
    line-height: 50px;
    text-align: left;
    display: block;
  }
}

@media screen and (max-width: 745px) {
  .b2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .b2-title strong {
    font-size: 38px;
  }

  .b2-title.center {
    line-height: 35px;
  }

  .b2-title.center strong {
    font-size: 35px;
    line-height: 39px;
    text-align: center;
  }
}

.b2-right-top {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .b2-right-top {
    width: 100%;
  }
}

.b2-fila-item {
  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;
  gap: 30px 2.3%;
  margin-bottom: 29px;
}

.b2-fila-item:nth-child(even) .b2-item {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.b2-fila-item:nth-child(even) .b2-item:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media screen and (max-width: 1000px) {
  .b2-fila-item {
    gap: 0 3%;
  }
}

@media screen and (max-width: 745px) {
  .b2-fila-item {
    margin-bottom: 0;
  }
}

.b2-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  height: 582px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.b2-item.p1 {
  width: 66.2%;
}

.b2-item.p2 {
  width: 31.5%;
}

.b2-item.p2 .b2-inner-inf {
  width: 100%;
}

.b2-item.p2 .b2-logo-info {
  -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: inherit;
  -moz-box-pack: inherit;
  -o-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
}

.b2-item.p2 .b2-logoitem {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.b2-item.p2 .b2-list-detail {
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
  margin-bottom: 30px;
}

.b2-item.p2 .b2-numero {
  font-size: 32px;
  line-height: 36px;
}

.b2-item.p2 .b2-costo {
  width: 52%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b2-item.p2 .b2-text-cost {
  right: 25px;
}

.b2-item.p3 {
  width: 31.5%;
}

.b2-item.p3 .b2-inner-inf {
  width: 100%;
}

.b2-item.p3 .b2-logo-info {
  -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: inherit;
  -moz-box-pack: inherit;
  -o-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
}

.b2-item.p3 .b2-logoitem {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.b2-item.p3 .b2-list-detail {
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
  margin-bottom: 30px;
}

.b2-item.p3 .b2-numero {
  font-size: 32px;
  line-height: 36px;
}

.b2-item.p3 .b2-costo {
  width: 52%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b2-item.p3 .b2-text-cost {
  right: 25px;
}

.b2-item.p4 {
  width: 66.2%;
}

@media screen and (min-width: 1025px) {
  .b2-item:hover .b2-bg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .b2-item:hover .b2-bg-hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .b2-item:hover .b2-rectang-white img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  .b2-item:hover .b2-rectang-white img.b2-hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  .b2-item:hover .b2-title-cost {
    color: #fff;
  }

  .b2-item:hover .b2-numero {
    color: #fff;
  }

  .b2-item:hover .b2-figura-item {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1290px) {
  .b2-item .b2-text-cost {
    bottom: 2px;
  }

  .b2-item.p2 .b2-costo {
    width: 55%;
    padding: 12px 18px;
  }

  .b2-item.p2 .b2-text-cost {
    right: 10px;
    bottom: 2px;
  }

  .b2-item.p2 .b2-numero {
    font-size: 27px;
    line-height: 30px;
  }

  .b2-item.p3 .b2-costo {
    width: 55%;
    padding: 12px 18px;
  }

  .b2-item.p3 .b2-text-cost {
    right: 10px;
    bottom: 2px;
  }

  .b2-item.p3 .b2-numero {
    font-size: 27px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .b2-item.p1 {
    width: 48.5%;
    margin-bottom: 40px;
  }

  .b2-item.p1 .b2-numero {
    font-size: 30px;
    line-height: 32px;
  }

  .b2-item.p2 {
    width: 48.5%;
    margin-bottom: 40px;
  }

  .b2-item.p2 .b2-numero {
    font-size: 30px;
    line-height: 32px;
  }

  .b2-item.p3 {
    width: 48.5%;
    margin-bottom: 40px;
  }

  .b2-item.p3 .b2-numero {
    font-size: 30px;
    line-height: 32px;
  }

  .b2-item.p4 {
    width: 48.5%;
  }

  .b2-item.p4 .b2-numero {
    font-size: 30px;
    line-height: 32px;
  }
}

@media screen and (max-width: 745px) {
  .b2-item.p1,
  .b2-item.p2,
  .b2-item.p3,
  .b2-item.p4 {
    width: 100%;
    height: 480px;
    margin-bottom: 30px;
  }
}

.b2-figura-item {
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.b2-figura-item:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.b2-etiqueta {
  width: 157px;
  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;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f60;
  color: #fff;
  border-radius: 8px;
  -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: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.b2-bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.b2-bg-hover {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.b2-info-item {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 1180px) {
  .b2-info-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b2-title-inner {
  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-bottom: 20px;
}

.b2-title-inner img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.b2-title-inner p {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-left: 4px;
}

.b2-logo-info {
  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;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .b2-logo-info {
    -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: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}

.b2-logoitem img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .b2-logoitem {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.b2-inner-inf {
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1340px) {
  .b2-inner-inf {
    width: 65%;
  }
}

@media screen and (max-width: 1180px) {
  .b2-inner-inf {
    width: 67%;
  }
}

@media screen and (max-width: 1000px) {
  .b2-inner-inf {
    width: 100%;
  }
}

.b2-list-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .b2-list-detail {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px;
    margin-left: 0;
    position: relative;
  }
}

.b2-detail {
  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-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}

.b2-detail:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1180px) {
  .b2-detail {
    padding: 8px;
    margin-left: 8px;
  }
}

.b2-ico-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 2px;
}

.b2-ico-detail img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.b2-text-detail {
  font-size: 15px;
  color: #fff;
  margin-left: 5px;
}

.b2-text-detail p {
  margin: 0;
}

.b2-text-detail span {
  display: block;
}

@media screen and (max-width: 1180px) {
  .b2-text-detail {
    font-size: 13px;
  }
}

.b2-costo {
  border-radius: var(--Border-Radius-4, 16px) var(--Border-Radius-0, 0)
    var(--Border-Radius-0, 0) var(--Border-Radius-0, 0);
  padding: 12px 24px;
  width: 33%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .b2-costo {
    width: 56%;
  }
}

.b2-rectang-white {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.b2-rectang-white img {
  max-width: 100%;
  height: auto;
  margin: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.b2-rectang-white img.b2-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 8px 0;
}

.b2-text-cost {
  position: absolute;
  right: 20px;
  bottom: 11px;
  z-index: 3;
}

.b2-title-cost {
  font-size: 14px;
  margin-bottom: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b2-numero {
  font-size: 48px;
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
  line-height: 52px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1340px) {
  .b2-numero {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .b2-numero {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1000px) {
  .b2-numero {
    font-size: 28px;
    line-height: 30px;
  }
}

.b2-boton {
  border: 1px solid var(--Color-Dark-1, #212121);
  border-radius: 12px;
  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;
  width: 100%;
  height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b2-boton span {
  margin-right: 0;
  font-size: 30px;
}

.b2-wrap-select .g5-input-two {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b20 {
  padding-top: 92px;
  padding-bottom: 128px;
  color: #fff;
}

.b20 .slick-slide {
  margin: 0 8px;
}

.b20 .slick-list {
  margin: 0 -8px;
}

.b20 .slick-dots {
  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;
}

.b20 .slick-dots li {
  margin: 0;
  margin-left: 16px;
  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;
  background-color: #b6b6b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.b20 .slick-dots li button {
  display: none;
}

.b20 .slick-dots li:first-child {
  margin-left: 0;
}

.b20 .slick-dots .slick-active {
  width: 32px;
  height: 8px;
  border-radius: 4px;
  background-color: #f60;
}

@media screen and (max-width: 745px) {
  .b20 {
    padding: 40px 0;
  }
}

.b20-text-botones {
  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;
  -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;
  margin-bottom: 40px;
}

.b20-text {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .b20-text {
    width: 100%;
  }
}

.b20-title {
  font-size: 32px;
  color: #212121;
}

.b20-title strong {
  font-size: 48px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b20-botones {
  width: 38%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .b20-botones {
    width: 100%;
    -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;
  }
}

.b20-item-boton {
  padding: 10px 12px;
  margin: 0;
  border-radius: 12px;
  border: 1px solid #b6b6b6;
  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: 16px;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #212121;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b20-item-boton i {
  margin-right: 6px;
  font-size: 36px;
}

.b20-item-boton:first-child {
  margin-left: 0;
}

.b20-item-boton:hover,
.b20-item-boton.active {
  background-color: #212121;
  border: 1px solid #212121;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .b20-item-boton {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.b20-localizcion {
  position: relative;
}

.b20-mapa {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 560px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b20-figlogo {
  padding: 8px 12px;
  background-color: #212121;
  border-radius: 4px;
  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: absolute;
  top: 0;
  right: 0;
}

.b20-logo img {
  max-width: 100%;
  height: auto;
}

.b20-triangulo {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 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;
}

.b20-triangulo img {
  height: auto;
  max-width: 100%;
}

.b20-info-location {
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -60px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .b20-info-location {
    max-width: 100%;
    width: 94%;
    -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;
  }
}

.b20-left-info {
  width: 24.4%;
  padding: 40px 26px;
  padding-right: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.b20-left-info:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f60;
  z-index: 1;
  border-radius: 24px 0 0 24px;
}

@media screen and (max-width: 1000px) {
  .b20-left-info {
    width: 100%;
    padding: 20px;
  }

  .b20-left-info:after {
    border-radius: 20px 20px 20px 20px;
  }
}

.b20-inner-left {
  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;
  z-index: 3;
  position: relative;
}

.b20-icono img {
  max-width: 100%;
  height: auto;
  display: block;
}

.b20-title-icono {
  font-size: 16px;
  font-family: "UniversLTStd-Bold", sans-serif;
  line-height: 20px;
  color: #fff;
  margin-left: 10px;
}

.b20-center-info {
  width: 59%;
}

@media screen and (max-width: 1000px) {
  .b20-center-info {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.b20-slider {
  width: 100%;
}

.b20-content-slider {
  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;
  max-width: 604px;
  width: 100%;
  margin: 0 auto;
}

.b20-item-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b20-ico-center {
  width: 52px;
  height: 52px;
  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;
  background-color: #f60;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.b20-ico-center i {
  font-size: 25px;
}

.b20-text-center {
  color: #212121;
  min-height: 57px;
}

.b20-text-center h3 {
  font-size: 14px;
  font-family: "UniversLTStd-Bold", sans-serif;
  line-height: 20px;
}

.b20-text-center p {
  margin: 0;
  font-size: 14px;
  font-family: "UniversLTStd", sans-serif;
}

.b20-right {
  width: 17%;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.b20-right:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 88px;
  width: 1px;
  margin: auto;
  background-color: #b6b6b6;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .b20-right {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .b20-right:after {
    display: none;
  }
}

.b20-title-list {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  margin-bottom: 5px;
}

.b20-list-right {
  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;
}

@media screen and (max-width: 1000px) {
  .b20-list-right {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.b20-item-waze {
  margin: 0;
  border-radius: 8px;
  border: 1px solid #b6b6b6;
  text-align: center;
  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;
  text-align: center;
  width: 64px;
  height: 64px;
}

.b20-item-waze img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1000px) {
  .b20-item-waze:last-child {
    margin-left: 10px;
  }
}

.b20-gmap {
  height: 100%;
  width: 100%;
}

.b20-pop-map {
  color: #212121;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b21 {
  background-color: #fff;
}

.b21 .b52-mask-orange {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.b21 .b52-mask-white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b21 .b52-arrow-icon {
  color: #fff;
}

.b21-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f60;
  border-radius: 0 0 32px 32px;
}

@media screen and (max-width: 745px) {
  .b21-wrap {
    padding-top: 40px;
  }
}

.b21-fila-top {
  position: relative;
  padding-left: 150px;
  margin-bottom: 60px;
}

@media screen and (max-width: 745px) {
  .b21-fila-top {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.b21-wrap-ico {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 745px) {
  .b21-wrap-ico {
    display: none;
  }
}

.b21ico-figura img {
  max-width: 100%;
  height: auto;
}

.b21-title {
  font-size: 48px;
  font-family: "UniversLTStd-Light", sans-serif;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
}

.b21-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
}

@media screen and (max-width: 745px) {
  .b21-title {
    font-size: 30px;
    line-height: 38px;
  }
}

.b21-description-top {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.b21-fila-down {
  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;
}

.b21-left {
  width: 59%;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b21-left:hover .b52-arrow-icon {
  color: #f60;
}

.b21-left:hover .b52-mask-orange {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b21-left:hover .b52-mask-white {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

@media screen and (max-width: 1000px) {
  .b21-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b21-right {
  width: 37.5%;
}

@media screen and (max-width: 1000px) {
  .b21-right {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b22 {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 48px;
  position: relative;
}

.b22:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  position: absolute;
  background-color: #fff;
}

.b22 .b4-bg {
  height: 240px;
}

.b22 .b4-date {
  border-top: 0;
}

.b22 .b4-cnt-btn {
  margin-top: 20px;
}

@media screen and (max-width: 745px) {
  .b22 {
    padding-bottom: 20px;
  }
}

.b22-list {
  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;
  position: relative;
  padding-bottom: 10px;
}

.b22-list:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: absolute;
}

.b22-list:after {
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}

.b22-item {
  width: 33.33%;
  margin: 0;
  padding-left: 22px;
  padding-right: 22px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
  padding-top: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b22-item:first-child {
  padding-left: 0;
}

.b22-item:nth-child(3) {
  padding-right: 0;
}

.b22-item:nth-child(4) {
  padding-left: 0;
}

.b22-item:nth-child(6) {
  padding-right: 0;
}

.b22-item:nth-child(7) {
  padding-left: 0;
}

.b22-item:nth-child(9) {
  padding-right: 0;
}

.b22-item .b4-title-item {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b22-item .b4-bg {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}

.b22-item .b4-etiqueta {
  position: static;
  top: 20px;
  left: 20px;
  margin-bottom: 8px;
}

.b22-item:hover .b4-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.b22-item:hover .b4-title-item {
  color: #f60;
}

@media screen and (max-width: 1000px) {
  .b22-item {
    width: 50%;
  }

  .b22-item:nth-child(2) {
    padding-right: 0;
  }

  .b22-item:nth-child(3) {
    padding-left: 0;
    padding-right: 22px;
  }

  .b22-item:nth-child(4) {
    padding-left: 22px;
    padding-right: 0;
  }

  .b22-item:nth-child(5) {
    padding-left: 0;
  }

  .b22-item:nth-child(8) {
    padding-right: 0;
  }
}

@media screen and (max-width: 745px) {
  .b22-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .b22-item:nth-child(3) {
    padding-right: 0;
  }

  .b22-item:nth-child(4) {
    padding-left: 0;
  }
}

.b22-cnt-bg {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b23 .wancho {
  border-radius: 12px;
  background-color: #f6f6f6;
  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;
  padding: 40px 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b23 .g5-input label {
  height: 56px;
}

.b23 .g5-terminos {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .b23 .wancho {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 480px) {
  .b23 .wancho {
    padding: 30px 15px;
  }

  .b23 .g0-btn {
    width: 120px;
  }
}

.b23-text {
  width: 49.2%;
}

@media screen and (max-width: 1000px) {
  .b23-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b23-title {
  font-size: 32px;
  line-height: 36px;
  color: #212121;
}

@media screen and (max-width: 745px) {
  .b23-title {
    font-size: 25px;
    line-height: 29px;
  }
}

.b23-select-boton {
  position: relative;
}

.b23-wrap-select {
  width: 44%;
}

@media screen and (max-width: 1000px) {
  .b23-wrap-select {
    width: 100%;
  }
}

.b23-ctn-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  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;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b24 {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 48px;
  position: relative;
}

.b24:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  position: absolute;
  background-color: #fff;
}

.b24 .b4-date {
  border-top: 0;
}

.b24 .b4-bg {
  height: 240px;
}

.b24 .b4-cnt-btn {
  margin-top: 20px;
}

.b24 .b22-item {
  margin: 0;
}

.b24 .b22-item:nth-child(4) {
  width: 66.66%;
}

.b24 .b22-item:nth-child(4) .b4-bg {
  height: 384px;
}

.b24 .b22-item:nth-child(4) .b4-bg:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
}

.b24 .b22-item:nth-child(4) .b4-cnt-btn {
  display: none;
}

.b24 .b22-item:nth-child(4) .b4-title-item {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.b24 .b22-item:nth-child(4) .b4-date {
  color: #fff;
}

.b24 .b22-item:nth-child(4) .b4-etiqueta {
  z-index: 3;
  position: relative;
}

.b24 .b22-item:nth-child(5) {
  padding-right: 0;
}

@media screen and (max-width: 1000px) {
  .b24 .b22-item:nth-child(4) {
    width: 50%;
  }

  .b24 .b22-item:nth-child(4) .b4-title-item {
    font-size: 24px;
    line-height: 28px;
  }

  .b24 .b22-item:nth-child(5) {
    padding-right: 22px;
  }
}

@media screen and (max-width: 745px) {
  .b24 .b22-item:nth-child(4) {
    width: 100%;
  }

  .b24 .b22-item:nth-child(5) {
    padding-right: 0;
  }
}

.b24-text {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 700px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b25 {
  padding-top: 62px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b25 .g0-ctn-btn {
  margin-top: 30px;
  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;
}

.b25 .g0-btn {
  color: #fff;
  width: 422px;
  height: 64px;
  border-radius: 10px;
  border: none;
  background-color: #f60;
}

@media screen and (max-width: 745px) {
  .b25 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.b25-title-libro {
  font-size: 64px;
  line-height: 68px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-bottom: 27px;
  text-align: center;
  color: #f60;
}

@media screen and (max-width: 745px) {
  .b25-title-libro {
    font-size: 28px;
    line-height: 32px;
  }
}

.b25-description-libro {
  max-width: 792px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 27px;
  line-height: 24px;
  color: #212121;
  text-align: center;
}

.b25-description-libro p {
  margin: 0;
}

.b25-libro-box {
  padding-bottom: 42px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #b6b6b6;
}

.b25-libro-box.observacion {
  margin-bottom: 30px;
}

.b25-libro-box:last-child {
  border: none;
  padding: 0;
}

.b25-title-box {
  font-size: 20px;
  line-height: 24px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #212121;
  margin-bottom: 24px;
}

.b25-libro-down {
  max-width: 792px;
  margin: 0 auto;
}

.b25-subtitle-libro {
  font-size: 14px;
  color: #4c4948;
  margin-bottom: 24px;
  line-height: 20px;
}

.b25-nota {
  line-height: 16px;
  font-size: 12px;
  color: #212121;
}

.b25-nota p {
  margin: 0;
}

.b25-description-end {
  font-size: 14px;
  line-height: 20px;
  colo: #212121;
}

.b25-reclamo-menor {
  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;
  font-family: "UniversLTStd", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.b25-reclamo-menor p {
  width: 48.5%;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .b25-reclamo-menor {
    display: block;
  }

  .b25-reclamo-menor p {
    width: 100%;
    margin-bottom: 8px;
  }
}

.b25-box-reclamo {
  font-size: 16px;
  color: #212121;
  line-height: 20px;
  margin-bottom: 36px;
}

.b25-box-reclamo p {
  margin: 0;
}

.b25-libro-observacion {
  color: #212121;
  font-size: 16px;
  line-height: 20px;
}

.b25-libro-observacion p {
  margin: 0;
  margin-bottom: 16px;
}

.b25-libro-observacion p:last-child {
  margin-bottom: 0;
}

.b25-libro-observacion .b25date:first-letter {
  color: #f00;
}

.b25-libro-formulacion {
  font-size: 12px;
  color: #000;
  margin-top: 12px;
  line-height: 16px;
}

.b25-libro-formulacion p {
  margin: 0;
  margin-bottom: 10px;
}

.b25-list-radios {
  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;
  margin-bottom: 30px;
}

.b25-date {
  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;
}

@media screen and (max-width: 640px) {
  .b25-date {
    -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;
  }
}

.b25-date-item {
  width: 48.5%;
  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;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .b25-date-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .b25-date-item:last-child {
    margin-bottom: 0;
  }
}

.b25-date-item.codigo {
  display: block;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background-color: #f6f6f6;
}

.b25-date-item.codigo span {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #212121;
}

.b25-date-item.codigo p {
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  margin-bottom: 4px;
  font-family: "UniversLTStd-Bold", sans-serif;
}

@media screen and (max-width: 640px) {
  .b25-date-item.codigo {
    padding: 12px 10px;
  }

  .b25-date-item.codigo span {
    text-align: center;
  }
}

.b25-date-item.date {
  background-color: #f6f6f6;
  height: 68px;
  padding: 18px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b25-date-item.date span {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.b25-date-item.date span input {
  border: none;
  background-color: #f6f6f6;
  text-align: end;
  cursor: unset;
}

.b25-date-item.date p {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #212121;
}

.b25-date-item p {
  margin: 0;
}

.b25-libro-line {
  height: 0.5px;
  width: 100%;
  background-color: rgba(0, 49, 212, 0.5);
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b26 {
  background-color: #f60;
}

.b26 .wancho {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 500px;
}

.b26 .b4-date {
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 745px) {
  .b26 {
    padding-bottom: 40px;
  }

  .b26 .wancho {
    height: auto;
    width: 100%;
  }
}

.b26-left {
  width: 50%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 745px) {
  .b26-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b26-title-right {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 1200px) {
  .b26-title-right {
    font-size: 30px;
    line-height: 36px;
  }
}

.b26-grup-date {
  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;
  margin-top: 20px;
}

.b26-grup {
  color: #fff;
  font-size: 14px;
}

.b26-grup p {
  margin: 0;
}

.b26-grup p strong {
  font-size: 16px;
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b26-inner {
  width: calc(100vw - 50vw);
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 0 16px 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 745px) {
  .b26-inner {
    width: 100%;
    height: 450px;
    position: static;
    border-radius: 0 0 16px 16px;
  }
}

.b26-right {
  width: 44.2%;
}

@media screen and (max-width: 745px) {
  .b26-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b27 {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}

.b27 .wancho {
  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;
}

.b27 .b23-wrap-select {
  width: 100%;
}

.b27 .g5-input label {
  height: 56px;
}

.b27 .g0-btn {
  width: 56px;
}

.b27 .g5-terminos_text {
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 1000px) {
  .b27 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.b27 .ez-toc-js-icon-con > span {
  display: none;
}

.b27 .ez-toc-js-icon-con:after {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.b27 #ez-toc-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.b27 #ez-toc-container.toc_close .ez-toc-js-icon-con:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.b27 #ez-toc-container nav ul {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 20px;
}

.b27 .ez-toc-title-container {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.b27-left {
  width: 21.5%;
}

@media screen and (max-width: 1000px) {
  .b27-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b27-redes h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.b27-list-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b27-red {
  margin: 0;
  margin-left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  -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: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b27-red:first-child {
  margin-left: 0;
}

.b27-red:hover {
  background-color: #212121;
  color: #e8e8e8;
}

.b27-center {
  width: 49.5%;
}

@media screen and (max-width: 1000px) {
  .b27-center {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}

.b27-description-center {
  font-size: 16px;
  line-height: 24px;
}

.b27-description-center strong {
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b27-description-center h1,
.b27-description-center h3,
.b27-description-center h2,
.b27-description-center h4,
.b27-description-center h5 {
  font-size: 24px;
  line-height: 28px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-bottom: 20px;
}

.b27-description-center h1 {
  font-size: 28px;
}

.b27-description-center h2 {
  font-size: 26px;
}

.b27-description-center h4 {
  font-size: 22px;
}

.b27-description-center h5 {
  font-size: 20px;
}

.b27-description-center img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 745px) {
  .b27-description-center h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.b27-right {
  width: 22%;
}

@media screen and (max-width: 1200px) {
  .b27-right {
    width: 26%;
  }
}

@media screen and (max-width: 1000px) {
  .b27-right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}

.b27-inner-right {
  border-radius: 16px;
  background-color: #f6f6f6;
  padding: 20px 30px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .b27-inner-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.b27-title-right {
  font-size: 18px;
  font-family: "UniversLTStd-Bold", sans-serif;
  line-height: 24px;
  margin-bottom: 8px;
}

.b27-description-right {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b28 {
  background-color: #f6f6f6;
  padding-top: 66px;
  padding-bottom: 66px;
}

.b28 .wancho {
  position: relative;
}

.b28 .slick-dots {
  display: none !important;
}

.b28 .g1-controls-sl {
  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: auto 0;
  position: absolute;
  top: 0;
  right: 0;
}

.b28 .g1-arrows-sl {
  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;
  margin: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b28 .g1-arrows-sl:hover {
  border: 1px solid #f60;
  color: #fff;
  background-color: #f60;
}

.b28 .g1-prev-sl {
  margin-right: 10px;
}

.b28 .b4-bg {
  height: 240px;
}

.b28 .b4-date {
  border: none;
}

@media screen and (max-width: 1000px) {
  .b28 .g1-controls-sl {
    position: relative;
    margin-top: 30px;
  }

  .b28 .wancho:before {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 3;
  }
}

@media screen and (max-width: 745px) {
  .b28 {
    padding-bottom: 20px;
  }

  .b28 .wancho:before {
    display: none;
  }
}

.b28-content-slider {
  position: relative;
}

.b28-content-slider .b22-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}

.b28-content-slider .b22-item:first-child {
  padding-left: 22px;
}

.b28-content-slider:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 36px;
  background-color: #f6f6f6;
  position: absolute;
}

.b28-content-slider:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 4;
}

@media screen and (max-width: 745px) {
  .b28-content-slider .b22-item:first-child {
    padding-left: 0;
  }
}

.b28-title {
  font-size: 40px;
  margin-bottom: 26px;
  line-height: 44px;
}

@media screen and (max-width: 745px) {
  .b28-title {
    margin-bottom: 10px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b29 {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #fff;
}

.b29 .wancho {
  max-width: 1080px;
}

@media screen and (max-width: 745px) {
  .b29 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.b29-title {
  font-size: 64px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
  margin-bottom: 32px;
}

@media screen and (max-width: 1000px) {
  .b29-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 745px) {
  .b29-title {
    font-size: 40px;
  }
}

.b29-description {
  font-size: 16px;
  line-height: 24px;
}

.b29-description h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "UniversLTStd-Bold", sans-serif;
  text-transform: uppercase;
}

.b29-description p a {
  color: #f60;
  text-decoration: underline;
}

@media screen and (max-width: 745px) {
  .b29-description {
    font-size: 15px;
    line-height: 20px;
  }

  .b29-description h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b3 {
  border-radius: 32px;
  background-color: #f60;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .b3 {
    padding-top: 60px;
  }
}

.b3 .b21-wrap-ico {
  left: inherit;
  right: 0;
  top: 30px;
}

@media screen and (max-width: 1200px) {
  .b3 .b21-wrap-ico {
    top: -70px;
  }
}

@media screen and (max-width: 1000px) {
  .b3 .b21-wrap-ico {
    top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .b3 {
    padding-bottom: 0;
  }
}

.b3-fila-top {
  padding-bottom: 68px;
}

.b3-fila-top .wancho {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .b3-fila-top .wancho {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-fila-top {
    position: relative;
    padding-bottom: 70px;
  }

  .b3-fila-top .wancho {
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .b3-fila-top .g0-cnt-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.b3-left {
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .b3-left {
    width: 48%;
  }
}

@media screen and (max-width: 1000px) {
  .b3-left {
    width: 100%;
  }
}

.b3-number {
  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;
}

.b3-signo {
  margin: 0;
  color: #fff;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 200px;
}

@media screen and (max-width: 1300px) {
  .b3-signo {
    font-size: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-signo {
    font-size: 100px;
  }
}

.b3-numero {
  margin: 0;
  margin-left: 3px;
  color: #fff;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 200px;
}

@media screen and (max-width: 1300px) {
  .b3-numero {
    font-size: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-numero {
    font-size: 100px;
  }
}

.b3-year {
  font-size: 64px;
  line-height: 68px;
  margin: 0;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
  .b3-year {
    font-size: 55px;
    line-height: 64px;
  }
}

.b3-title-number {
  color: #fff;
  margin-top: 36px;
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 56px;
}

@media screen and (max-width: 1200px) {
  .b3-title-number {
    font-size: 48px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-title-number {
    font-size: 40px;
    line-height: 45px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 745px) {
  .b3-title-number {
    font-size: 35px;
    line-height: 40px;
  }
}

.b3-right {
  width: 48%;
}

@media screen and (max-width: 1200px) {
  .b3-right {
    width: 48%;
  }
}

@media screen and (max-width: 1000px) {
  .b3-right {
    width: 100%;
  }
}

.b3-list-info {
  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-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 0 8%;
}

@media screen and (max-width: 1200px) {
  .b3-list-info {
    gap: 0 5%;
  }
}

@media screen and (max-width: 745px) {
  .b3-list-info {
    gap: 0 5%;
  }
}

.b3-item-info {
  width: 28%;
}

@media screen and (max-width: 1200px) {
  .b3-item-info {
    width: 30%;
  }
}

.b3-figura-it img {
  max-width: 100%;
  height: auto;
}

.b3-number-it {
  font-size: 64px;
  line-height: 68px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b3-number-it i {
  font-style: normal;
  margin-right: 4px;
}

.b3-number-it span {
  margin: 0;
}

.b3-number-it em {
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .b3-number-it {
    font-size: 58px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-number-it {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 745px) {
  .b3-number-it {
    font-size: 40px;
    line-height: 40px;
  }
}

.b3-description-it {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
}

.b3-description-it p {
  margin: 0;
}

@media screen and (max-width: 745px) {
  .b3-description-it {
    font-size: 14px;
    line-height: 16px;
  }
}

.b3-description-right {
  color: #fff;
  margin-top: 48px;
  font-size: 18px;
  line-height: 24px;
}

.b3-description-right p {
  margin: 0;
}

.b3-fila-figura {
  position: relative;
}

.b3-fila-figura .wancho {
  height: 628px;
}

@media screen and (max-width: 1440px) {
  .b3-fila-figura .wancho {
    height: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .b3-fila-figura .wancho {
    height: 400px;
  }
}

@media screen and (max-width: 745px) {
  .b3-fila-figura .wancho {
    height: 340px;
  }
}

.b3-bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 1450px;
  border-radius: var(--Border-Radius-0, 0) var(--Border-Radius-2, 8px)
    var(--Border-Radius-2, 8px) var(--Border-Radius-0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .b3-bg {
    width: 1160px;
  }
}

@media screen and (max-width: 1200px) {
  .b3-bg {
    width: 920px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-bg {
    width: 100%;
  }
}

.b3-fila-logos {
  padding-top: 180px;
  position: relative;
}

.b3-fila-logos .slick-dots {
  display: none !important;
}

.b3-fila-logos .g1-controls-sl {
  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: auto 0;
  margin-top: 28px;
}

.b3-fila-logos .g1-arrows-sl {
  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;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b3-fila-logos .g1-arrows-sl:hover {
  background-color: #fff;
  color: #f60;
}

.b3-fila-logos .g1-next-sl {
  margin-left: 15px;
}

@media screen and (max-width: 745px) {
  .b3-fila-logos {
    padding-bottom: 80px;
  }

  .b3-fila-logos .g1-controls-sl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}

@media screen and (max-width: 1440px) {
  .b3-fila-logos {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .b3-fila-logos {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-fila-logos {
    padding-top: 90px;
  }
}

@media screen and (max-width: 745px) {
  .b3-fila-logos {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.b3-text-big {
  font-size: 190px;
  font-family: "UniversLTStd-Bold", sans-serif;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  position: absolute;
  right: 0;
  top: -125px;
}

@media screen and (max-width: 1440px) {
  .b3-text-big {
    font-size: 155px;
    top: -96px;
  }
}

@media screen and (max-width: 1200px) {
  .b3-text-big {
    font-size: 130px;
    top: -80px;
  }
}

@media screen and (max-width: 1000px) {
  .b3-text-big {
    font-size: 100px;
    top: -63px;
  }
}

@media screen and (max-width: 745px) {
  .b3-text-big {
    font-size: 49px;
    top: -30px;
  }
}

.b3-text-logos {
  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-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;
}

.b3-title-logos {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .b3-title-logos {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 745px) {
  .b3-title-logos {
    font-size: 30px;
    line-height: 34px;
  }
}

.b3-inner-logo {
  width: 48%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .b3-inner-logo {
    width: 100%;
  }
}

.b3-list-logo {
  width: 130%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .b3-list-logo {
    position: static;
    width: 100%;
  }
}

.b3-slider {
  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-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;
}

.b3-item-logo {
  width: 30%;
  margin-left: 4%;
}

.b3-item-logo:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .b3-item-logo {
    margin-left: 2%;
  }
}

.b3-logo-ban img {
  max-width: 100%;
  height: auto;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b30banner {
  width: 100%;
  height: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b30banner:before {
  content: "";
  display: block;
  background: url("../img/bg-degrade.png") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 210px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.b30banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background-color: #000;
}

@media screen and (max-width: 745px) {
  .b30banner {
    height: 500px;
  }
}

.b30center_title {
  position: relative;
  z-index: 2;
}

.b30title_banner {
  color: #fff;
  font-size: 64px;
  text-align: left;
  font-family: "UniversLTStd-Bold", sans-serif;
  width: 100%;
}

@media screen and (max-width: 745px) {
  .b30title_banner {
    font-size: 45px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b31.active {
  padding-top: 180px;
}

.b31wrap_items {
  display: grid;
  grid-template-columns: 389px repeat(4, 1fr);
  place-items: center;
  background-color: #fff;
  margin-top: -70px;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
}

@media screen and (max-width: 1024px) {
  .b31wrap_items {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .b31wrap_items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.b31box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f60;
  padding: 46px 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 38px;
  place-items: center;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .b31box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .b31box {
    grid-column: 1/5;
  }
}

@media screen and (max-width: 767px) {
  .b31box {
    grid-column: 1/3;
  }
}

.b31_logo {
  margin: 0;
  width: 111px;
  position: relative;
}

.b31_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.b31_price {
  color: #fff;
  position: relative;
  width: 100%;
}

.b31_price:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  height: 56px;
  background-color: #fff;
  width: 1px;
}

.b31_price h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.b31_price p {
  font-size: 32px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .b31_price p {
    font-size: 25px;
  }
}

.b31_item {
  padding: 0 30px 0 60px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b31_item i {
  position: absolute;
  top: 50%;
  font-size: 25px;
  left: 25px;
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -o-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
}

@media screen and (max-width: 1024px) {
  .b31_item {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .b31_item {
    padding: 15px;
    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;
  }

  .b31_item i {
    position: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: 5px;
  }
}

.b31_text h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: "UniversLTStd", sans-serif;
}

.b31_text p {
  font-size: 16px;
  margin: 0;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b32container.wancho {
  max-width: 1480px;
}

.b32title {
  font-size: 200px;
  margin-top: 30px;
  font-family: "UniversLTStd-Bold", sans-serif;
  text-align: center;
  -webkit-text-stroke: 1.5px #f60;
  -webkit-text-fill-color: transparent;
  margin-bottom: -100px;
  min-height: 240px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .b32title {
    font-size: 100px;
    margin-bottom: 50px;
    min-height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .b32title {
    font-size: 55px;
    min-height: 100px;
  }
}

.b32wrap_items {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0 95px;
}

@media screen and (max-width: 768px) {
  .b32wrap_items {
    grid-template-columns: 1fr;
  }
}

.b32item {
  margin-top: -40px;
}

.b32item figure {
  margin: 0;
  width: 100%;
}

.b32item figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b32text {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  padding-top: 24px;
}

.b32item_video {
  position: relative;
  width: 100%;
}

.b32item_video figure {
  margin: 0;
  width: 100%;
}

.b32item_video figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b32item_video a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #fff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  z-index: 2;
  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;
  font-size: 30px;
  color: #fff;
  -webkit-animation: pulse-animation 1.5s infinite;
  -moz-animation: pulse-animation 1.5s infinite;
  -o-animation: pulse-animation 1.5s infinite;
  -ms-animation: pulse-animation 1.5s infinite;
  animation: pulse-animation 1.5s infinite;
}

@-moz-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b33 {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 745px) {
  .b33 {
    padding: 40px 0;
  }
}

.b33icono_zoom {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: rgba(33, 33, 33, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  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;
}

@media screen and (min-width: 1025px) {
  .b33icono_zoom {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 1024px) {
  .b33icono_zoom {
    width: 70px;
    height: 70px;
  }
}

.b33container.wancho {
  max-width: 1480px;
}

.b33title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 20px;
}

.b33title strong {
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
  display: block;
}

@media screen and (max-width: 1024px) {
  .b33title {
    font-size: 35px;
  }
}

.b33wrap_images {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  position: relative;
}

.b33wrap_images:before {
  content: "";
  display: block;
  height: 196px;
  width: 100%;
  background: url("../img/trama.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 845px) {
  .b33wrap_images {
    grid-template-columns: 1fr;
  }
}

.b33item {
  height: 728px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.b33item.clase_4 {
  height: 632px;
}

@media screen and (min-width: 1025px) {
  .b33item:hover .b33icono_zoom {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 960px) {
  .b33item {
    height: 480px;
  }
}

@media screen and (min-width: 846px) {
  .b33item.clase_1 {
    grid-column: 1/3;
  }

  .b33item.clase_4 {
    grid-column: 1/3;
  }
}

.b33btn_load {
  text-align: center;
  padding-top: 50px;
}

.b33btn_load a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  border: 1px solid #212121;
  font-size: 16px;
}

.b33btn_load i {
  font-style: normal;
  font-size: 20px;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b34 {
  padding: 80px 0;
}

.b34 .loading {
  display: none;
  color: #f00;
}

.b34 .loading.active {
  display: block;
}

@media screen and (max-width: 745px) {
  .b34 {
    padding: 40px 0;
  }
}

.b34envolver {
  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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .b34envolver {
    -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: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.b34title {
  font-size: 48px;
  font-family: "UniversLTStd", sans-serif;
  line-height: 1.1;
}

.b34title strong {
  display: block;
  color: #f60;
  font-size: 64px;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 1023px) {
  .b34title {
    text-align: center;
    width: 100%;
    font-size: 40px;
  }

  .b34title strong {
    font-size: 54px;
  }
}

@media screen and (max-width: 745px) {
  .b34title {
    font-size: 35px;
  }

  .b34title strong {
    font-size: 45px;
  }
}

.b34wrap_nav {
  padding-bottom: 20px;
}

.b34wrap_nav a {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  display: inline-block;
  color: #212121;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #212121;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-left: 8px;
  margin-bottom: 8px;
}

.b34wrap_nav a.active {
  background-color: #212121;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .b34wrap_nav a:hover {
    background-color: #212121;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .b34wrap_nav {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 745px) {
  .b34wrap_nav a {
    height: 40px;
    line-height: 40px;
  }
}

.b34wrap_360 {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.b34play {
  width: 100px;
  height: 100px;
  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: 1px solid #fff;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b34play:hover {
  background-color: #f60;
  border: none;
}

.b34fig_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.b34fig_banner.active {
  display: none;
}

.b34iframe {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 620px;
}

.b34iframe.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.b34iframe iframe {
  width: 100%;
  display: block;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .b34iframe iframe {
    height: 480px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b35container {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
}

@media screen and (max-width: 1200px) {
  .b35container {
    grid-template-columns: 2fr 1.5fr;
  }
}

@media screen and (max-width: 1023px) {
  .b35container {
    grid-template-columns: 1fr;
  }
}

.b35title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.b35title strong {
  font-size: 63px;
  display: block;
  font-family: "UniversLTStd-Bold", sans-serif;
}

@media screen and (max-width: 745px) {
  .b35title {
    font-size: 35px;
  }

  .b35title strong {
    font-size: 45px;
  }
}

.b35_envolver_bg {
  padding: 85px 130px;
  background-color: #f60;
}

@media screen and (max-width: 1200px) {
  .b35_envolver_bg {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .b35_envolver_bg {
    padding: 50px 20px;
  }
}

.b35wrap_items {
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .b35wrap_items {
    max-width: inherit;
    margin: 0;
  }
}

.b35inner_boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media screen and (max-width: 745px) {
  .b35inner_boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}

.b35image_bg {
  width: 100%;
  height: 676px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.b35box {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
  place-items: center;
}

.b35box figure {
  margin: 0;
}

.b35box figure img {
  width: 100%;
  height: auto;
  display: block;
}

.b35text {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.b35brochure {
  padding-top: 48px;
}

.b35brochure a {
  display: inline-block;
  height: 56px;
  padding: 0 35px;
  font-size: 16px;
  line-height: 56px;
  border-radius: 12px;
  background-color: #fff;
  color: #212121;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b35brochure a:hover {
  background-color: #262626;
  color: #fff;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b36contrainer {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 1000px) {
  .b36contrainer {
    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;
  }
}

.b36title {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "UniversLTStd-Bold", sans-serif;
  line-height: 36px;
  font-weight: normal;
}

.b36aside {
  background-color: #f6f6f6;
  padding: 80px 0;
  position: relative;
}

.b36aside:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1000px) {
  .b36aside {
    width: 100%;
  }

  .b36aside .b36links {
    display: none;
  }

  .b36aside:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 745px) {
  .b36aside {
    padding: 40px 0;
  }
}

.b36items_link a {
  height: 64px;
  line-height: 64px;
  display: block;
  font-size: 18px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #b6b6b6;
  padding: 0 50px 0 20px;
  -webkit-transition: all 0.2 ease-in;
  -moz-transition: all 0.2 ease-in;
  -o-transition: all 0.2 ease-in;
  -ms-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
  position: relative;
}

.b36items_link a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.b36items_link a.active {
  background-color: #fff;
  color: #f60;
}

.b36items_link a.active i {
  color: #f60;
}

@media screen and (min-width: 1025px) {
  .b36items_link a:hover {
    background-color: #fff;
    color: #f60;
  }

  .b36items_link a:hover i {
    color: #f60;
  }
}

.b36content {
  padding: 80px 110px;
}

@media screen and (max-width: 1000px) {
  .b36content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 745px) {
  .b36content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.b36title_content {
  font-size: 32px;
  margin-bottom: 44px;
  line-height: 1.1;
}

.b36title_content strong {
  color: #f60;
  font-size: 48px;
  font-family: "UniversLTStd-Bold", sans-serif;
  display: block;
}

.b36info {
  line-height: 24px;
  margin-bottom: 56px;
}

.b36table {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e8e8e8;
}

.b36table li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  gap: 0 50px;
  padding: 20px 0;
}

.b36table li:last-child {
  border: none;
}

.b36table li span,
.b36table li strong {
  display: block;
  margin: 0;
}

.b36title_adjuntos {
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 24px;
  margin-bottom: 32px;
  line-height: 28px;
  margin-top: 68px;
}

.b36adjuntos_archives {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.b36box_pdf {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  place-items: center;
}

.b36box_pdf span {
  margin: 0;
  display: block;
  width: 100%;
}

.b36box_pdf a {
  background-color: #f60;
  color: #fff;
  display: block;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 48px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b36box_pdf a i {
  display: inline-block;
  margin-right: 10px;
}

.b36box_pdf a:hover {
  background-color: #e65c00;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b37 {
  padding: 57px 0;
}

.b37container.wancho {
  max-width: 1122px;
}

.b37title {
  text-align: center;
  margin-bottom: 36px;
  font-size: 48px;
  font-family: "UniversLTStd-Light", sans-serif;
}

.b37title strong {
  color: #f60;
  font-size: 64px;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 1024px) {
  .b37title {
    font-size: 32px;
  }

  .b37title strong {
    font-size: 38px;
  }
}

.b37wrap_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

@media screen and (max-width: 1023px) {
  .b37wrap_items {
    grid-template-columns: 1fr;
  }
}

.b37box {
  position: relative;
}

.b37box:after {
  content: "";
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.b37image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 620px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

@media screen and (max-width: 1100px) {
  .b37image {
    height: 500px;
  }
}

@media screen and (max-width: 960px) {
  .b37image {
    height: 480px;
  }
}

.b37wrap_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  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;
  width: 100%;
}

.b37evolver {
  padding: 0 20px 20px 20px;
}

.b37district {
  color: #fff;
  font-size: 18px;
  font-family: "UniversLTStd", sans-serif;
  margin-bottom: 16px;
}

.b37district i {
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 500px) {
  .b37district {
    font-size: 15px;
  }
}

.b37logo {
  max-width: 170px;
  width: 100%;
  margin: 0;
}

.b37time {
  width: 100%;
  background: url("../img/rectangulo-white.svg") 0 0 no-repeat;
  background-size: cover;
  width: 283px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  place-items: center;
}

.b37etapa {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 5px 35px;
  position: relative;
}

.b37etapa:before {
  content: "";
  position: absolute;
  top: 35px;
  margin: auto;
  height: 50px;
  width: 1px;
  display: block;
  background-color: #e8e8e8;
  right: 0;
}

.b37etapa:last-child:before {
  display: none;
}

.b37etapa span {
  display: block;
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
}

.b37etapa strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  font-weight: normal;
  color: #f60;
  display: block;
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .b37etapa strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 475px) {
  .b37etapa strong {
    font-size: 28px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b38container {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 1000px) {
  .b38container {
    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;
  }
}

.b38aside {
  background-color: #f6f6f6;
  position: relative;
  padding: 80px 0;
}

.b38aside:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  display: block;
  height: 100%;
  background-color: #f6f6f6;
  width: 200%;
}

@media screen and (max-width: 1000px) {
  .b38aside {
    width: 100%;
    padding: 40px 0;
  }

  .b38aside:before {
    content: "";
    position: absolute;
    top: 0;
    right: -200%;
    display: block;
    height: 100%;
    background-color: #f6f6f6;
    width: 200%;
  }

  .b38aside .b38wrap_links {
    display: none;
  }
}

.b38title_aside {
  font-size: 32px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #212121;
  margin-bottom: 5px;
  padding-right: 24px;
}

.b38subtitle {
  font-size: 24px;
  padding-right: 24px;
  margin-bottom: 40px;
}

.b38menu_link {
  height: 64px;
  line-height: 64px;
  padding: 0 30px 0 10px;
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #b6b6b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px 0 0 12px;
  position: relative;
}

.b38menu_link i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.b38menu_link.active {
  background-color: #fff;
  color: #f60;
}

@media screen and (min-width: 1025px) {
  .b38menu_link:hover {
    background-color: #fff;
    color: #f60;
  }
}

.b38wrap {
  padding: 80px 0 80px 110px;
}

@media screen and (max-width: 1000px) {
  .b38wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

.b38title_wrap {
  font-size: 32px;
  margin-bottom: 10px;
  color: #212121;
}

.b38subtitle_wrap {
  font-size: 40px;
  color: #f60;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-bottom: 28px;
}

@media screen and (max-width: 745px) {
  .b38subtitle_wrap {
    font-size: 35px;
  }
}

.b38item_acordeon {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.b38item_acordeon.active .b38content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding: 40px 0 0 0;
}

.b38item_acordeon.active .b38openTitle {
  color: #f60;
}

.b38item_acordeon.active .b38openTitle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b38openTitle {
  color: #212121;
  font-size: 18px;
  font-family: "UniversLTStd-Bold", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b38openTitle i {
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  right: 5px;
}

@media screen and (min-width: 1025px) {
  .b38openTitle:hover {
    cursor: pointer;
  }
}

.b38content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b38content table {
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-left: 0;
  border-radius: 50%;
  width: 100%;
}

.b38content tbody {
  width: 100%;
}

.b38content td {
  padding: 16px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.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 {
  padding-top: 76px;
  padding-bottom: 60px;
  background-color: #fff;
}

@media screen and (max-width: 745px) {
  .b4 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.b4-text-top {
  max-width: 640px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .b4-text-top {
    max-width: 510px;
  }
}

.b4-fila-figura-text {
  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;
  margin-bottom: 16px;
}

@media screen and (max-width: 745px) {
  .b4-fila-figura-text {
    margin-bottom: 35px;
  }
}

.b4-left {
  width: 59%;
}

@media screen and (max-width: 745px) {
  .b4-left {
    width: 100%;
  }
}

.b4-bg {
  background-size: cover;
  background-position: center;
  height: 420px;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.b4-ico-figura {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b4-ico-figura:hover .b4-ico {
  color: #fff;
}

.b4-ico-figura:hover .b4-rectang-white img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b4-ico-figura:hover .b4-rectang-white img.b4-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.b4-ico {
  color: #f60;
  font-size: 25px;
  z-index: 3;
  position: absolute;
  left: 0;
  right: -10px;
  top: 0;
  bottom: 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: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.b4-rectang-white img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -o-transition: all 4s;
  -ms-transition: all 4s;
  transition: all 4s;
}

.b4-rectang-white img.b4-hover {
  position: absolute;
  right: 0;
  height: 100px;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 0 0 16px 0;
}

.b4-right {
  width: 36.5%;
}

@media screen and (max-width: 745px) {
  .b4-right {
    width: 100%;
    margin-top: 30px;
  }
}

.b4-etiqueta {
  margin: 0;
  background-color: #f6f6f6;
  border-radius: 8px;
  font-size: 14px;
  width: 108px;
  padding: 4px 16px;
  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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b4-etiqueta.white {
  color: #fff;
  background-color: #e65c00;
}

.b4-title-right {
  font-size: 32px;
  line-height: 36px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-top: 16px;
  margin-bottom: 16px;
}

.b4-title-right.white {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .b4-title-right {
    font-size: 25px;
    line-height: 30px;
  }
}

.b4-dscription-right {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
}

.b4-dscription-right p {
  margin: 0;
}

.b4-dscription-right.white {
  color: #fff;
}

.b4-date {
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b4-date span {
  margin: 0;
}

.b4-date.white {
  color: #fff;
}

.b4-fila-list {
  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;
}

.b4-item-1 {
  width: 24.1%;
  margin: 0;
}

.b4-item-1 .b4-bg {
  background-size: cover;
  background-position: center;
  height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b4-item-1 .b4-cnt-btn {
  margin-top: 26px;
}

@media screen and (max-width: 1000px) {
  .b4-item-1 {
    width: 49%;
  }
}

@media screen and (max-width: 745px) {
  .b4-item-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b4-title-item {
  font-size: 18px;
  line-height: 24px;
  font-family: "UniversLTStd-Bold", sans-serif;
  margin-bottom: 12px;
  margin-top: 12px;
}

.b4-title-item.white {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .b4-title-item.white {
    font-size: 20px;
    line-height: 25px;
  }
}

.b4-link {
  font-size: 16px;
  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;
}

.b4-link i {
  margin-left: 5px;
}

.b4-item-2 {
  position: relative;
  margin: 0;
  width: 49.3%;
}

.b4-item-2 .b4-date {
  border-top: none;
}

.b4-item-2 .b4-bg {
  position: relative;
  height: 390px;
}

.b4-item-2 .b4-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
}

@media screen and (max-width: 1000px) {
  .b4-item-2 {
    width: 49%;
  }

  .b4-item-2 .b4-bg {
    height: 100%;
  }
}

@media screen and (max-width: 745px) {
  .b4-item-2 {
    width: 100%;
  }

  .b4-item-2 .b4-bg {
    height: 377px;
  }
}

.b4-text-item2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b4-item-3 {
  width: 24.1%;
  margin: 0;
  background-color: #f60;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .b4-item-3 {
    width: 100%;
    margin-top: 20px;
  }
}

.b4-inner-it {
  height: 390px;
  padding: 28px 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .b4-inner-it {
    height: 100%;
  }
}

.b4-title-it3 {
  font-size: 24px;
  font-family: "UniversLTStd-Light", sans-serif;
  color: #fff;
  line-height: 28px;
}

.b4-title-it3 strong {
  font-family: "UniversLTStd-Bold", sans-serif;
}

@media screen and (max-width: 1000px) {
  .b4-title-it3 {
    margin-bottom: 50px;
  }
}

.b4-boton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.b4-boton .g0-btn {
  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;
}

.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;
}

.b44filter_remove {
  margin: 0;
  margin-bottom: 20px;
  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;
}

.b44filter_remove:hover .equipment_filter_remove_text {
  text-decoration: underline;
}

.b44filter_remove .equipment_filter_remove_icon {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

.b44-wrap-remove {
  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;
}

.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 {
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 36px;
}

.b5-logo img {
  max-width: 100%;
  height: auto;
  filter: brightness(0.7);
  min-width: 5.4rem;
  object-fit: contain;
}

@media (max-width: 500px) {
  .b5-logo img {
    min-width: 4.5rem;
  }
}

.b5-punto {
  width: 8px;
  height: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #b6b6b6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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-item {
  width: 14%;
  min-width: 160px;
  position: relative;
  background: white;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b5-item:first-child {
  padding-left: 0;
}

.b5-item:first-child .b5-punto {
  display: none;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b50-up {
  position: relative;
  padding: 80px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .b50-up {
    padding: 50px 0;
  }
}

.b50-up:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f60;
  border-radius: 0 0 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .b50-up:before {
    border-radius: 0 0 22px 22px;
  }
}

@media screen and (min-width: 1025px) {
  .b51-itembox:hover .b51-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.b51-image img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.b50-info {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .b50-info {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}

.b50-info-title {
  display: block;
  width: calc(725% * 100 / 1300);
  line-height: 52px;
  color: #fff;
  font-family: "UniversLTStd", sans-serif;
  font-size: 48px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .b50-info-title {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .b50-info-title {
    line-height: 1.1;
    font-size: 30px;
  }
}

.b50-info-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  font-size: 64px;
}

@media screen and (max-width: 767px) {
  .b50-info-title strong {
    font-size: 36px;
  }
}

.b50-info-description {
  display: block;
  width: calc(439% * 100 / 1300);
  line-height: 24px;
  color: #fff;
  font-family: "UniversLTStd", sans-serif;
  font-size: 20px;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .b50-info-description {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .b50-info-description {
    font-size: 16px;
  }
}

.b50-info-description p {
  margin: 0;
}

.b50-down {
  position: relative;
}

.b50-down:before {
  content: "";
  width: 100%;
  height: calc(62.31% + 32px);
  background-color: #f60;
  border-radius: 0 0 32px 32px;
  position: absolute;
  top: -32px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .b50-down:before {
    border-radius: 0 0 22px 22px;
    top: -22px;
  }
}

.b50-portada {
  position: relative;
  z-index: 2;
}

.b50-bg {
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .b50-bg {
    height: 400px;
  }
}

.b50-video {
  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;
  width: 72px;
  height: 72px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.b50-video:hover {
  background-color: #f60;
  border: none;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@media screen and (max-width: 767px) {
  .b50-video {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b52 {
  width: 100%;
  background-color: #fff;
  padding: 132px 0 58px 0;
  padding-top: 40px;
  position: fixed;
  top: 92px;
  right: 0;
  z-index: 150;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (max-height: 700px) {
  .b52 {
    overflow: auto;
    height: 100%;
  }
}

.b52.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.b52.active.moveleft {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.b52.hide {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}

@media screen and (max-width: 767px) {
  .b52 {
    padding: 100px 0 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .b52 .header-btn-gray {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .b52 .header-btn-gray {
    margin-top: 30px;
  }
}

.b52-menu-overlay {
  position: fixed;
  top: 92px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  z-index: 102;
  overflow: hidden;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.b52-menu-overlay.active {
  height: 100vh;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.b52-block {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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;
  -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;
}

@media screen and (max-width: 960px) {
  .b52-block {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}

.b52-content {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b52-left {
  display: block;
  width: calc(658% * 100 / 1300);
  position: relative;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .b52-left:hover .b52-arrow-icon {
    color: #fff;
  }

  .b52-left:hover .b52-mask-orange {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 1024px) {
  .b52-left {
    width: 55%;
  }
}

@media screen and (max-width: 960px) {
  .b52-left {
    display: none;
  }
}

.b52-right {
  width: calc(548% * 100 / 1300);
}

@media screen and (max-width: 1024px) {
  .b52-right {
    width: 42%;
  }
}

@media screen and (max-width: 960px) {
  .b52-right {
    width: 100%;
  }
}

.b52-image {
  width: 100%;
  margin: 0;
}

.b52-image img {
  width: 100%;
  height: 608px;
  object-fit: cover;
  border-radius: 16px 16px 18px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 745px) {
  .b52-image img {
    height: 350px;
  }
}

.b52-arrow {
  display: block;
  width: 116px;
  height: 116px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.b52-arrow-icon {
  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;
  width: 36px;
  height: 36px;
  color: #f60;
  font-size: 36px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 16px;
  right: 0;
  z-index: 3;
  margin: auto;
}

.b52-mask {
  width: 100%;
  position: relative;
  z-index: 2;
}

.b52-mask img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 16px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.b52-mask-orange {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 2;
}

.b52-menu-item {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .b52-menu-item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .b52-menu-item {
    margin-bottom: 20px;
  }
}

.b52-menu-item:last-child {
  margin-bottom: 0;
}

.b52-menu-link {
  display: block;
  line-height: 44px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 40px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .b52-menu-link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .b52-menu-link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

@media screen and (max-width: 1460px) {
  .b52-menu-link {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .b52-menu-link {
    line-height: 1.1;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .b52-menu-link {
    font-size: 20px;
  }
}

.b52-down {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 58px 0 0 0;
}

@media screen and (max-width: 767px) {
  .b52-down {
    -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: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding-top: 40px;
  }
}

.b52-networks {
  margin-right: 57px;
}

@media screen and (max-width: 767px) {
  .b52-networks {
    margin: 0 0 30px 0;
  }
}

.b52-networks-wrap {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b52-networks-item {
  margin: 0 32px 0 0;
}

@media screen and (max-width: 767px) {
  .b52-networks-item {
    margin-right: 25px;
  }
}

.b52-networks-link {
  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;
  width: 32px;
  height: 32px;
  color: #212121;
  font-size: 32px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .b52-networks-link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .b52-networks-link:hover {
    color: #f60;
  }
}

@media screen and (max-width: 767px) {
  .b52-networks-link {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}

.b52-info {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .b52-info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b52-info-box {
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .b52-info-box {
    margin: 0 0 16px 0;
  }
}

.b52-info-title {
  display: block;
  line-height: 16px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 12px;
  margin: 0 0 4px 0;
}

.b52-info-text {
  display: block;
  line-height: 24px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  margin: 0;
}

.b52-info-text p {
  margin: 0;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b6.post-venta .b6-title-left {
  margin-bottom: 56px;
}

.b6.post-venta .b6-left {
  padding-top: 65px;
}

.b6.cotiza .b6-right {
  width: 47%;
  padding-left: 60px;
}

.b6.cotiza .b6-inner-right {
  max-width: 530px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .b6.cotiza .b6-right {
    width: 45%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .b6.cotiza .b6-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }

  .b6.cotiza .b6-left {
    width: 100%;
  }

  .b6.cotiza .b6-inner-right {
    margin: 0 auto;
  }
}

@media screen and (max-width: 745px) {
  .b6.cotiza .b6-list-info {
    max-width: 310px;
    margin: 0 auto;
  }
}

.b6-wrap {
  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;
}

.b6-left {
  width: 49.7%;
  padding-bottom: 80px;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .b6-left {
    width: 52%;
  }
}

@media screen and (max-width: 1000px) {
  .b6-left {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 745px) {
  .b6-left {
    padding-bottom: 40px;
  }
}

.b6-title-left {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

.b6-title-left strong {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 48px;
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
  line-height: 52px;
}

@media screen and (max-width: 1200px) {
  .b6-title-left {
    font-size: 25px;
  }

  .b6-title-left strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 745px) {
  .b6-title-left {
    line-height: 30px;
  }

  .b6-title-left strong {
    font-size: 35px;
    line-height: 36px;
  }
}

.b6-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.b6-description p {
  margin: 0;
}

.b6-wrap-formulario .g5-terminos {
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -o-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
}

.b6-wrap-formulario .g5-terminos_nota {
  margin: 0;
}

.b6-right {
  width: 42%;
  padding-top: 180px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f6f6f6;
}

.b6-right:after {
  content: "";
  left: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1200px) {
  .b6-right {
    padding-left: 50px;
    width: 44%;
  }
}

@media screen and (max-width: 1000px) {
  .b6-right {
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }

  .b6-right:before {
    content: "";
    right: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 745px) {
  .b6-right {
    padding-top: 40px;
  }
}

.b6-inner-right {
  max-width: 439px;
}

.b6-title-right {
  font-size: 24px;
  font-family: "UniversLTStd-Bold", sans-serif;
}

.b6-list-info {
  margin-top: 32px;
}

.b6-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 32px;
  border-top: 1px solid #b6b6b6;
  padding-top: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b6-ico-item img {
  max-width: 100%;
  height: auto;
}

.b6-ico-item.gps {
  width: 38px;
}

.b6-ico-item.gps span {
  font-size: 30px;
}

.b6-text-item {
  margin-left: 8px;
}

.b6-text-item h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.b6-text-item p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.b6-dscription-right {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.b6-dscription-right p {
  margin: 0;
}

.b6-item-asesores {
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  padding: 20px 32px;
  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-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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.b6-item-asesores:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .b6-item-asesores {
    padding: 20px 15px;
  }
}

.b6-info-asesor {
  width: 58%;
  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;
}

@media screen and (max-width: 745px) {
  .b6-info-asesor {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.b6-redes-asesor {
  width: 38%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
}

@media screen and (max-width: 1200px) {
  .b6-redes-asesor {
    padding-left: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .b6-redes-asesor {
    padding-left: 30px;
  }
}

@media screen and (max-width: 745px) {
  .b6-redes-asesor {
    width: 100%;
    padding-left: 0;
    border-left: none;
    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;
  }
}

.b6-photo-asesor {
  border-radius: 100%;
  background-color: #d9d9d9;
}

.b6-photo-asesor img {
  max-width: 100%;
  height: auto;
  width: 86px;
  display: block;
  border-radius: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b6-name-asesor {
  margin-left: 12px;
}

.b6-name-asesor h3 {
  font-size: 18px;
  font-family: "UniversLTStd-Bold", sans-serifmargin-bottom;
}

.b6-name-asesor p {
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .b6-name-asesor h3 {
    font-size: 16px;
  }

  .b6-name-asesor p {
    font-size: 13px;
  }
}

.b6-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;
}

.b6-red {
  width: 44px;
  height: 44px;
  border-radius: 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;
  background-color: #f60;
  color: #fff;
  margin: 0;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b6-red:first-child {
  margin-left: 0;
}

.b6-red:hover {
  background-color: #e65c00;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b7 {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.b7 .slick-dots {
  display: none !important;
}

.b7 .g1-controls-sl {
  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: auto 0;
  position: absolute;
  top: -70px;
  right: 0;
}

.b7 .g1-arrows-sl {
  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;
  margin: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  border-radius: 100%;
  font-size: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.b7 .g1-arrows-sl:hover {
  background-color: #f60;
  color: #fff;
  border: 1px solid transparent;
}

.b7 .g1-next-sl {
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  .b7 .g1-controls-sl {
    position: static;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .b7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 745px) {
  .b7 {
    padding-bottom: 40px;
  }

  .b7 .g1-controls-sl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}

.b7-wrap {
  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;
}

.b7-left {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .b7-left {
    width: 100%;
  }
}

.b7-fila-slider {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .b7-fila-slider {
    max-width: 640px;
    margin: 0 auto;
  }
}

.b7-botones {
  margin-top: 24px;
  margin-bottom: 24px;
  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;
  position: relative;
}

.b7-item-botones {
  margin: 0;
  margin-left: 8px;
  border-radius: 12px;
  border: 1px solid #b6b6b6;
  height: 48px;
  width: 120px;
  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;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.b7-item-botones:first-child {
  margin-left: 0;
}

.b7-item-botones:hover,
.b7-item-botones.active {
  background-color: #f60;
  color: #fff;
  border: none;
}

@media screen and (max-width: 745px) {
  .b7-item-botones {
    width: 100px;
  }
}

.b7-right {
  width: 42.2%;
}

@media screen and (max-width: 1200px) {
  .b7-right {
    width: 47%;
  }
}

@media screen and (max-width: 1000px) {
  .b7-right {
    width: 100%;
    margin-top: 40px;
  }
}

.b7-description-form {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 28px;
}

.b7-description-form p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .b7-description-form {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.b7-content-slider {
  -webkit-box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  box-shadow: 0 36px 80px 0 rgba(45, 35, 64, 0.19);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  z-index: 1;
}

.b7-content-slider.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 10;
}

.b7-inner-it {
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.b7-figura {
  border-radius: 4px;
}

.b7-figura img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
}

.b7-mas {
  width: 158px;
  height: 158px;
  border-radius: 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;
  background-color: rgba(33, 33, 33, 0.45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b7-mas i {
  color: #fff;
  font-size: 30px;
}

.b7-item-sl:hover .b7-inner-it .b7-mas {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b8 {
  background-color: #fff;
  padding-top: 120px;
  position: relative;
}

.b8:after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 260px;
  background-color: #f60;
  z-index: 1;
}

.b8 .wancho {
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .b8 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 745px) {
  .b8 {
    padding-top: 50px;
  }

  .b8:after {
    height: 200px;
  }
}

.b8-title {
  font-size: 72px;
  line-height: 92px;
  margin-bottom: 32px;
}

.b8-title strong {
  font-family: "UniversLTStd-Bold", sans-serif;
  color: #f60;
}

@media screen and (max-width: 1200px) {
  .b8-title {
    font-size: 52px;
    line-height: 58px;
  }
}

@media screen and (max-width: 1000px) {
  .b8-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 745px) {
  .b8-title {
    font-size: 35px;
    line-height: 37px;
  }
}

.b8-imagen {
  background-size: cover;
  background-position: center;
  height: 544px;
  width: 100%;
  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;
  position: relative;
  padding-left: 64px;
  padding-bottom: 52px;
  padding-right: 20px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b8-imagen:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

@media screen and (max-width: 1000px) {
  .b8-imagen {
    padding-left: 20px;
    height: 390px;
  }
}

@media screen and (max-width: 745px) {
  .b8-imagen {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

.b8-text-image {
  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;
  z-index: 3;
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 1000px) {
  .b8-text-image {
    padding-left: 80px;
  }
}

@media screen and (max-width: 745px) {
  .b8-text-image {
    padding-left: 73px;
  }
}

.b8-play {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #fff;
  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: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1.7s infinite;
  -moz-animation: pulse 1.7s infinite;
  -o-animation: pulse 1.7s infinite;
  -ms-animation: pulse 1.7s infinite;
  animation: pulse 1.7s infinite;
}

.b8-play:hover {
  border: 1px solid #f60;
  color: #f60;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@media screen and (max-width: 1000px) {
  .b8-play {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

.b8-description-image {
  max-width: 640px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (max-width: 1000px) {
  .b8-description-image {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 745px) {
  .b8-description-image {
    font-size: 16px;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.b9 {
  background-color: #f60;
  padding-top: 56px;
  padding-bottom: 88px;
}

.b9 .b3-number-it {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .b9 .b3-number-it {
    font-size: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .b9 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .b9 {
    padding-bottom: 20px;
  }
}

.b9-fila-top {
  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;
}

.b9-fila-center {
  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;
  margin-top: 72px;
  margin-bottom: 124px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .b9-fila-center {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .b9-fila-center {
    margin-bottom: 40px;
  }
}

.b9-fila-down {
  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;
}

.b9-left {
  width: 42%;
}

@media screen and (max-width: 1000px) {
  .b9-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.b9-right {
  width: 50.5%;
}

@media screen and (max-width: 1200px) {
  .b9-right {
    width: 55.5%;
  }
}

@media screen and (max-width: 1000px) {
  .b9-right {
    width: 100%;
  }
}

.b9-title {
  font-size: 40px;
  color: #fff;
}

.b9-description {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.b9-description p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .b9-description {
    font-size: 18px;
  }
}

.b9-title-big {
  font-size: 64px;
  line-height: 60px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .b9-title-big {
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .b9-title-big {
    font-size: 43px;
    line-height: 48px;
  }
}

.b9-wrp-number {
  margin-left: 10px;
}

.b9-list-info {
  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;
  gap: 0 2%;
}

.b9-figura-it {
  margin-top: 10px;
}

.b9-figura-it img {
  max-width: 100%;
  height: auto;
}

.b9-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 32%;
}

@media screen and (max-width: 640px) {
  .b9-item-info {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.footer {
  background-color: #f6f6f6;
}

.footer_width {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.footer_borde {
  border-bottom: 1px solid #e8e8e8;
}

.footer_navigation {
  padding: 48px 0;
}

@media screen and (max-width: 767px) {
  .footer_navigation {
    padding: 30px 0;
  }
}

.footer_navigation_ctn {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .footer_navigation_ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_box_1 {
  width: calc(203% * 100 / 1300);
}

@media screen and (max-width: 1024px) {
  .footer_box_1 {
    width: 14%;
  }
}

@media screen and (max-width: 960px) {
  .footer_box_1 {
    width: 100%;
    margin-bottom: 50px;
  }
}

.footer_box_2 {
  width: calc(658% * 100 / 1300);
}

@media screen and (max-width: 1024px) {
  .footer_box_2 {
    width: 48%;
  }
}

@media screen and (max-width: 960px) {
  .footer_box_2 {
    width: 100%;
  }
}

.footer_box_3 {
  width: calc(439% * 100 / 1300);
}

@media screen and (max-width: 1024px) {
  .footer_box_3 {
    width: 38%;
  }
}

@media screen and (max-width: 960px) {
  .footer_box_3 {
    display: none;
  }
}

.footer_logo {
  max-width: 105px;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .footer_logo {
    margin: 0 auto;
  }
}

.footer_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.footer_info {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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;
}

@media screen and (max-width: 960px) {
  .footer_info {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    text-align: center;
    margin-bottom: 25px;
  }
}

.footer_left {
  width: calc(304% * 100 / 658);
}

@media screen and (max-width: 1024px) {
  .footer_left {
    width: 43%;
  }
}

@media screen and (max-width: 960px) {
  .footer_left {
    width: 100%;
    margin-bottom: 16px;
  }
}

.footer_right {
  width: calc(313% * 100 / 658);
}

@media screen and (max-width: 1024px) {
  .footer_right {
    width: 52%;
  }
}

@media screen and (max-width: 960px) {
  .footer_right {
    width: 100%;
  }
}

.footer_info_box {
  margin-bottom: 16px;
}

.footer_info_box:last-child {
  margin-bottom: 0;
}

.footer_info_title {
  display: block;
  line-height: 16px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 12px;
  margin: 0 0 4px 0;
}

.footer_info_title.footer_size_14 {
  line-height: 20px;
  font-size: 14px;
}

.footer_info_text {
  display: block;
  line-height: 24px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .footer_info_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .footer_info_text {
    font-size: 16px;
  }
}

.footer_info_text p {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .footer_info_text p span,
  .footer_info_text p a {
    display: block;
  }
}

.footer_networks {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .footer_networks {
    margin-top: 0;
  }
}

.footer_networks_wrap {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .footer_networks_wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.footer_networks_item {
  margin: 0 32px 0 0;
}

@media screen and (max-width: 1024px) {
  .footer_networks_item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 960px) {
  .footer_networks_item {
    margin: 10px 15px 0 15px;
  }
}

.footer_networks_link {
  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;
  width: 32px;
  height: 32px;
  color: #212121;
  font-size: 32px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .footer_networks_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .footer_networks_link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

@media screen and (max-width: 1024px) {
  .footer_networks_link {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .footer_networks_link {
    font-size: 32px;
  }
}

.footer_menu_wrap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 79px;
  -moz-column-gap: 79px;
  column-gap: 79px;
}

@media screen and (max-width: 1024px) {
  .footer_menu_wrap {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

.footer_menu_item {
  margin-bottom: 8px;
}

.footer_menu_link {
  display: block;
  line-height: 24px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .footer_menu_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .footer_menu_link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

@media screen and (max-width: 1024px) {
  .footer_menu_link {
    font-size: 14px;
  }
}

.footer_button {
  width: calc(180% * 100 / 439);
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .footer_button {
    width: 43%;
  }
}

.footer_btn {
  display: inline-block;
  min-width: 156px;
  height: 56px;
  line-height: 56px;
  background-color: #f60;
  color: #fff;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 12px;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .footer_btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .footer_btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

.footer_btn_icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 4px;
}

.footer_bookpart {
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .footer_bookpart {
    padding: 30px 0;
  }
}

.footer_bookpart_ctn {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 767px) {
  .footer_bookpart_ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_book {
  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;
  max-width: 192px;
  width: 100%;
  height: 52px;
  border: 1px solid #212121;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0 48px 0 0;
}

@media screen and (min-width: 1025px) {
  .footer_book {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .footer_book:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

@media screen and (max-width: 960px) {
  .footer_book {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer_book {
    margin: 0 auto 40px auto;
  }
}

.footer_book_icon {
  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;
  width: 50px;
  height: 50px;
  color: #212121;
  font-size: 20px;
  margin: 0 9px 0 0;
}

.footer_partners {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_partners {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_partners_title {
  display: block;
  width: 84px;
  line-height: 20px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 14px;
  margin: 0 12px 0 0;
}

@media screen and (max-width: 767px) {
  .footer_partners_title {
    width: auto;
    margin: 0 0 15px 0;
  }
}

.footer_partners_images {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_partners_images {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_partners_img {
  display: block;
  margin: 0 32px 0 0;
}

@media screen and (max-width: 767px) {
  .footer_partners_img {
    margin: 0 0 20px 0;
  }
}

.footer_partners_img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer_partners_img:last-child {
    margin-bottom: 0;
  }
}

.footer_partners_img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.footer_book_text {
  display: block;
  line-height: 20px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 14px;
  margin: 0;
}

.footer_disclaimer {
  padding: 24px 0;
}

.footer_text {
  display: block;
  line-height: 20px;
  color: #212121;
  text-align: center;
  font-family: "UniversLTStd-Light", sans-serif;
  font-size: 14px;
}

.footer_text p {
  margin: 0;
}

.footer_legales {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .footer_legales {
    padding: 15px 0;
  }
}

.footer_list ul {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer_list li {
  margin: 14px;
}

@media screen and (max-width: 767px) {
  .footer_list li {
    margin: 10px;
  }
}

.footer_list a {
  display: block;
  line-height: 16px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 14px;
  text-decoration-line: underline;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .footer_list a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .footer_list a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

.footer_credits {
  padding: 28px 0;
}

@media screen and (max-width: 767px) {
  .footer_credits {
    padding: 15px 0;
  }
}

.footer_credits_ctn {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

@media screen and (max-width: 767px) {
  .footer_credits_ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_copyright {
  display: block;
  line-height: 16px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 12px;
  position: relative;
  padding: 0 8px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer_copyright {
    padding: 0;
    margin-bottom: 10px;
  }
}

.footer_copyright p {
  margin: 0;
}

.footer_copyright:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #212121;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .footer_copyright:after {
    display: none;
  }
}

.footer_team {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer_team {
    padding: 0;
  }
}

.footer_team_text {
  display: block;
  line-height: 1;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 12px;
  margin: 0;
}

.footer_team_img {
  display: block;
  width: 84px;
  margin: 0 0 0 5px;
}

.footer_team_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cf {
  zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

body.single-proyectos .cnt-wrapper {
  padding-top: 0;
}

body.single-proyectos .header {
  background-color: transparent;
}

body.single-proyectos .header .header-logo-color {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

body.single-proyectos .header .header-logo-white {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
}

body.single-proyectos .header .header-btn-gray {
  color: #fff;
  border-color: #fff;
}

body.single-proyectos .header .header-menu {
  border-color: #fff;
}

body.single-proyectos .header .header-menu-icon {
  color: #fff;
}

body.single-proyectos .header .header-btn-orange_line {
  background-color: transparent;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  body.single-proyectos .header .header-btn-orange_line:hover {
    background-color: #212121;
    color: #fff;
  }
}

body.single-proyectos .header.scrolling {
  background-color: #fff;
}

body.single-proyectos .header.scrolling .header-logo-white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

body.single-proyectos .header.scrolling .header-logo-color {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
}

body.single-proyectos .header.scrolling .header-btn-gray {
  color: #212121;
  border-color: #212121;
}

body.single-proyectos .header.scrolling .header-menu {
  border-color: #212121;
}

body.single-proyectos .header.scrolling .header-menu-icon {
  color: #212121;
}

body.single-proyectos .header.scrolling .header-btn-orange_line {
  color: #000;
}

@media screen and (min-width: 1025px) {
  body.single-proyectos .header.scrolling .header-btn-orange_line:hover {
    background-color: #212121;
    color: #fff;
  }
}

body.single-proyectos .header.active {
  background-color: #fff;
}

body.single-proyectos .header.active .header-logo-white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

body.single-proyectos .header.active .header-logo-color {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
}

body.single-proyectos .header.active .header-btn-gray {
  color: #212121;
  border-color: #212121;
}

body.single-proyectos .header.active .header-menu {
  border-color: #212121;
}

body.single-proyectos .header.active .header-menu-icon {
  color: #212121;
}

.cnt-wrapper {
  padding-top: 92px;
}

@media screen and (max-width: 767px) {
  .cnt-wrapper {
    padding-top: 70px;
  }
}

.header-btn-orange {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background-color: #f60;
  color: #fff;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  border-radius: 12px;
  padding: 0 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-btn-orange {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .header-btn-orange:hover {
    background-color: #e65c00;
  }
}

.header-btn-orange_line {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border: 1px solid #f60;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  border-radius: 12px;
  padding: 0 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-btn-orange_line {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .header-btn-orange_line:hover {
    background-color: #212121;
    border: 1px solid #212121;
    color: #fff;
  }
}

.header-btn-gray {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  color: #212121;
  font-family: "UniversLTStd", sans-serif;
  font-size: 16px;
  border: 1px solid #212121;
  border-radius: 12px;
  padding: 0 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-btn-gray {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .header-btn-gray:hover {
    background-color: #212121;
    color: #fff !important;
  }
}

.header-btn-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 4px 0 0;
}

.header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 48px;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0 3%;
  }
}

.header.scrolling {
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.header .header-ctn {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 92px;
}

@media screen and (max-width: 767px) {
  .header .header-ctn {
    height: 70px;
  }
}

.header .header-logo {
  display: block;
  max-width: 106px;
  width: 100%;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    max-width: 80px;
  }
}

.header .header-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .header-logo-white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}

.header .header-right {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header .header-buttons {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .header .header-buttons {
    display: none;
  }
}

.header .header-btn {
  margin: 0 12px 0 0;
}

.header .header-btn:last-child {
  margin-right: 0;
}

.header .header-menu {
  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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 80px;
  height: 64px;
  border-left: 1px solid #212121;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 12px;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .header .header-menu {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-left: none;
    padding: 0;
    margin-left: 0;
  }
}

.header .header-menu.active .header-menu-open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header .header-menu.active .header-menu-close {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  z-index: 2;
}

.header .header-menu-icon {
  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;
  width: 40px;
  height: 40px;
  color: #212121;
  position: relative;
  font-size: 40px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-menu-icon:hover {
  color: #f60;
}

.header .header-menu-open {
  z-index: 2;
  position: relative;
}

.header .header-menu-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: block;
}

.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  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;
}

.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.menu-mobile-close,
.menu-mobile-open {
  background-color: #f60;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -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;
  width: 42px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}

.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #fff;
  color: c-first;
}

.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}

.menu-sidebar.active {
  right: 0;
}

.menu-responsive {
  padding-top: 10px;
}

.menu-responsive .menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

.menu-responsive .menu-item a {
  display: block;
  text-indent: 20px;
}

.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #f60;
  color: #fff;
}

.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}

.cnt-wrapper.active,
.footer.active {
  left: -200px;
}

.wrapper {
  overflow: hidden;
}

body.active {
  overflow: hidden;
}

.header_whatsapp {
  position: fixed;
  bottom: 100px;
  right: 80px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(88, 206, 53, 0.29);
  display: grid;
  place-items: center;
  z-index: 250;
  -webkit-box-shadow: 0 0 px 0 rgba(88, 206, 53, 0.2);
  box-shadow: 0 0 px 0 rgba(88, 206, 53, 0.2);
  -webkit-animation: pulse-animation 2s infinite;
  -moz-animation: pulse-animation 2s infinite;
  -o-animation: pulse-animation 2s infinite;
  -ms-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}

.header_whatsapp figure {
  margin: 0;
  width: 30px;
}

.header_whatsapp figure img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 745px) {
  .header_whatsapp {
    right: 20px;
    bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .header_whatsapp {
    bottom: 83px;
  }
}

@media screen and (max-width: 1024px) {
  .menu {
    display: none;
  }

  .menu-mobile-open {
    visibility: visible;
  }
}

@-moz-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
    box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
    box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
    box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
    box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
  }
}

@-o-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
    box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
    box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
    box-shadow: 0 0 0 0 rgba(88, 206, 53, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
    box-shadow: 0 0 0 20px rgba(88, 206, 53, 0);
  }
}

@media (max-width: 500px) {
  .b36adjuntos_archives {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
