.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.general__btn {
  position: relative;
  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;
  color: #ca2430;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background-color: #0c2849;
  padding: 0 32px;
}
.general__btn span {
  font-size: 15px;
  font-family: 'DINPro-Bold', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .general__btn {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .general__btn:hover {
    background-color: #144a8a;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.home-css .cnt-wrapper {
  padding-top: 0 !important;
}
.b1 {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b1 {
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.b1:before {
  content: '';
  width: 100%;
  height: 200px;
  background: -webkit-linear-gradient(top, rgba(135,178,201,0), #0c2849 95%);
  background: -moz-linear-gradient(top, rgba(135,178,201,0), #0c2849 95%);
  background: -o-linear-gradient(top, rgba(135,178,201,0), #0c2849 95%);
  background: -ms-linear-gradient(top, rgba(135,178,201,0), #0c2849 95%);
  background: linear-gradient(to bottom, rgba(135,178,201,0), #0c2849 95%);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.b1:after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(220deg, rgba(135,178,201,0) 0%, #0c2849 95%);
  background: -moz-linear-gradient(220deg, rgba(135,178,201,0) 0%, #0c2849 95%);
  background: -o-linear-gradient(220deg, rgba(135,178,201,0) 0%, #0c2849 95%);
  background: -ms-linear-gradient(220deg, rgba(135,178,201,0) 0%, #0c2849 95%);
  background: linear-gradient(-130deg, rgba(135,178,201,0) 0%, #0c2849 95%);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b1.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1.active .b1__cielo,
.b1.active .b1__background,
.b1.active .b1__chicas {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1__precio {
  position: absolute;
  right: 0px;
  top: 25%;
  background-color: #fff;
  z-index: 4;
  padding: 14px 14px 14px 39px;
  max-width: 282px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 4px 0 rgba(69,118,144,0.13);
  box-shadow: 0 2px 4px 0 rgba(69,118,144,0.13);
}
.b1__precio__center strong,
.b1__precio__center span {
  display: block;
}
.b1__precio__center strong {
  font-size: 15px;
  color: #000;
  font-family: 'DINPro-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
}
.b1__precio__center span {
  font-size: 25px;
  color: #000;
  font-family: 'DINPro-Bold', sans-serif;
  margin-bottom: 8px;
}
.b1__precio__center p {
  font-size: 15px;
  font-family: 'DINPro-Bold', sans-serif;
  color: #848b9e;
  margin: 0;
}
.b1__scroll {
  position: absolute;
  left: 5%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 3;
  height: 200px;
  width: 24px;
}
.b1__scroll span {
  display: block;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
}
.b1__scroll i {
  width: 1px;
  height: 126px;
  background-color: #fff;
  margin: auto;
  margin-top: 25px;
  display: block;
  position: relative;
}
.b1__scroll i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: -4px;
  right: 0px;
  top: 100%;
  margin: auto;
}
.b1__cielo,
.b1__background {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
}
@media screen and (min-width: 1025px) {
  .b1__cielo,
  .b1__background {
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.b1__cielo {
  background-repeat: repeat-x;
  -webkit-animation: anima_bg 200000ms infinite linear;
  -moz-animation: anima_bg 200000ms infinite linear;
  -o-animation: anima_bg 200000ms infinite linear;
  -ms-animation: anima_bg 200000ms infinite linear;
  animation: anima_bg 200000ms infinite linear;
}
.b1__background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1__chicas {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .b1__chicas {
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.b1__chicas img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b1__cnt {
  height: 100vh;
  min-height: 650px;
  position: relative;
  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;
  -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;
}
.b1__text {
  padding-top: 100px;
}
.b1__text p {
  font-size: 15px;
  color: #fff;
  font-family: 'DINPro-Bold', sans-serif;
}
.b1__text span {
  display: block;
  font-size: 25px;
  letter-spacing: 1.67px;
  font-family: 'DINPro-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .b1__chicas {
    max-width: 900px;
  }
  .b1__scroll {
    left: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .b1__chicas {
    max-width: 700px;
  }
}
@media screen and (max-width: 1180px) {
  .b1__scroll {
    display: none;
  }
  .b1__chicas {
    max-width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .b1__precio,
  .b1__text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b1:after {
    display: none;
  }
  .b1:before {
    height: 90px;
  }
  .b1__cnt {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b1__cnt {
    height: 300px;
    min-height: 100%;
  }
  .b1__chicas {
    max-width: 300px;
  }
  .b1__cielo {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 420px) {
  .b1__cielo {
    -webkit-background-size: 160% auto;
    -moz-background-size: 160% auto;
    background-size: 160% auto;
  }
}
@-moz-keyframes anima_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
@-webkit-keyframes anima_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
@-o-keyframes anima_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 0;
  }
}
@keyframes anima_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200vw 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;
}

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  padding-top: 172px;
  position: relative;
  background-color: #f2fafe;
}
.b2:before {
  content: '';
  width: 100%;
  height: 252px;
  background: -webkit-linear-gradient(bottom, rgba(131,192,242,0), #0c2849);
  background: -moz-linear-gradient(bottom, rgba(131,192,242,0), #0c2849);
  background: -o-linear-gradient(bottom, rgba(131,192,242,0), #0c2849);
  background: -ms-linear-gradient(bottom, rgba(131,192,242,0), #0c2849);
  background: linear-gradient(to top, rgba(131,192,242,0), #0c2849);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .b2 .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(5rem);
    -moz-transform: scaleY(1.26) translateY(5rem);
    -o-transform: scaleY(1.26) translateY(5rem);
    -ms-transform: scaleY(1.26) translateY(5rem);
    transform: scaleY(1.26) translateY(5rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b2 .scroll-item.active-top {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
.b2__logo {
  width: 270px;
  height: 270px;
  border: 3px solid #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -135px;
  z-index: 3;
  -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;
}
.b2__logo img {
  display: block;
  position: relative;
  z-index: 2;
}
.b2__logo:before {
  content: '';
  width: 218px;
  height: 218px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.b2__anima__text,
.b2__anima__text2 {
  font-size: calc(50px + (180 - 50) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'DINPro-Black', sans-serif;
  color: rgba(255,255,255,0.4);
  position: absolute;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
}
.b2__anima__text {
  left: 0px;
  top: -140px;
  z-index: 2;
}
.b2__anima__text2 {
  top: 280px;
  right: -40px;
  z-index: 2;
}
.b2__cnt {
  position: relative;
  z-index: 2;
}
.b2__cnt__img {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 77px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2__cnt__img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2__img__item {
  width: calc(50% - 17.5px);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}
.b2__img__item:nth-child(2) {
  margin-top: -77px;
  margin-left: 2%;
}
.b2__img__item figure {
  position: relative;
}
.b2home_video_wrapp {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b2__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  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: 60px;
  color: #fff;
}
.b2__cnt__text {
  padding-top: 110px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.b2__adorno {
  position: absolute;
  left: -95px;
  bottom: 20px;
}
.b2__text__left {
  max-width: 486px;
  width: 100%;
}
.b2__text__left h2 {
  font-size: calc(25px + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
  color: #0c2849;
  margin: 0;
}
.b2__text__left h2 strong {
  font-weight: normal;
  font-family: 'DINPro-Bold', sans-serif;
}
.b2__text__right {
  margin-left: 24px;
  max-width: 486px;
  width: 100%;
  padding-top: 15px;
}
.b2__text__right p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  text-align: justify;
}
.b2__text__right ul {
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b2__text__right li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #1dbedd;
}
.b2__text__right li:nth-child(1) {
  border-right: 1px solid #1dbedd;
}
.b2__text__right li:nth-child(2) {
  padding-left: 40px;
}
.b2__text__right li strong {
  font-weight: normal;
  font-family: 'DINPro-Bold', sans-serif;
  font-size: 14px;
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  .b2__cnt__text {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 70px 0 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .b2__cnt__img {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b2 {
    padding-top: 100px;
  }
  .b2__logo {
    width: 156px;
    height: 156px;
    top: -78px;
  }
  .b2__logo:before {
    width: 126px;
    height: 126px;
  }
  .b2__logo img {
    width: 96px;
    height: auto;
  }
  .b2__cnt__text {
    -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: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b2__adorno {
    display: none;
  }
  .b2__text__right {
    margin-left: 0;
    max-width: 100%;
    padding-top: 24px;
  }
  .b2__text__right ul {
    padding-top: 24px;
  }
  .b2__img__item {
    width: 100%;
  }
  .b2__anima__text,
  .b2__anima__text2 {
    position: static;
    text-align: center;
    display: block;
    color: rgba(12,40,73,0.23);
  }
  .b2__anima__text2 {
    padding-left: 40%;
  }
  .b2__cnt__img {
    padding-top: 20px;
  }
  .b2__text__left {
    text-align: center;
    margin: auto;
  }
  .b2__text__right p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b2__img__item:nth-child(2) {
    display: none;
  }
  .b2__text__right ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .b2__text__right li {
    margin: 0;
    width: auto;
    color: #0c2849;
    display: inline-block;
    border-bottom: 1px solid #0c2849;
    padding: 20px 0px;
  }
  .b2__text__right li:nth-child(1) {
    border-right: 0;
    margin-bottom: 0;
  }
  .b2__text__right li:nth-child(2) {
    padding-left: 0;
    border: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  position: relative;
  background-color: #f2fafe;
}
@media screen and (min-width: 1025px) {
  .b3 .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(5rem);
    -moz-transform: scaleY(1.26) translateY(5rem);
    -o-transform: scaleY(1.26) translateY(5rem);
    -ms-transform: scaleY(1.26) translateY(5rem);
    transform: scaleY(1.26) translateY(5rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b3 .scroll-item.active-top {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
.b3__map {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.b3__map__center {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.b3__map__center:before {
  content: '';
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(bottom, rgba(242,250,254,0), #f2fafe 68%);
  background: -moz-linear-gradient(bottom, rgba(242,250,254,0), #f2fafe 68%);
  background: -o-linear-gradient(bottom, rgba(242,250,254,0), #f2fafe 68%);
  background: -ms-linear-gradient(bottom, rgba(242,250,254,0), #f2fafe 68%);
  background: linear-gradient(to top, rgba(242,250,254,0), #f2fafe 68%);
  position: absolute;
  left: 0px;
  top: 0px;
}
.b3__map__center:after {
  content: '';
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(top, rgba(135,178,201,0), #658fa5 100%);
  background: -moz-linear-gradient(top, rgba(135,178,201,0), #658fa5 100%);
  background: -o-linear-gradient(top, rgba(135,178,201,0), #658fa5 100%);
  background: -ms-linear-gradient(top, rgba(135,178,201,0), #658fa5 100%);
  background: linear-gradient(to bottom, rgba(135,178,201,0), #658fa5 100%);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.b3__point {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #1dbedd;
  position: absolute;
  left: 50%;
  top: 65%;
  display: block;
  z-index: 1;
  -webkit-animation: anima_shadow 1000ms infinite alternate;
  -moz-animation: anima_shadow 1000ms infinite alternate;
  -o-animation: anima_shadow 1000ms infinite alternate;
  -ms-animation: anima_shadow 1000ms infinite alternate;
  animation: anima_shadow 1000ms infinite alternate;
}
.b3__datos__point {
  position: absolute;
  bottom: 160px;
  left: calc(100% + 3px);
  background-color: #fff;
  width: 155px;
  min-height: 127px;
  padding: 10px 16px 15px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3__datos__point:before {
  content: '';
  width: 2px;
  height: 263px;
  background-color: #848b9e;
  display: block;
  position: absolute;
  right: calc(100% + 10px);
  top: 0px;
}
.b3__datos__point img {
  display: block;
  margin: 0;
}
.b3__datos__point figcaption {
  font-size: 1.3;
  font-size: 18px;
  font-family: 'DINPro-Bold', sans-serif;
  padding-top: 4px;
}
.b3__cnt {
  min-height: 750px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -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-top: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3__text__left {
  position: relative;
  z-index: 1;
}
.b3__text__left figure {
  max-width: 200px;
  margin: 0;
  margin-bottom: 18px;
}
.b3__text__left figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3__text__left p {
  width: 200px;
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .b3__text__left figure {
    margin: auto;
    margin-bottom: 20px;
  }
  .b3__text__left p {
    text-align: justify;
  }
}
.b3__lista__logo {
  padding-top: 38px;
  max-width: 600px;
  width: 100%;
}
.b3__lista__logo ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 28px;
  overflow: hidden;
}
.b3__lista__logo li {
  width: 115px;
  height: 65px;
  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 rgba(255,255,255,0.39);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3__lista__logo li:before {
  content: '';
  width: 150px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: -25px;
}
.b3__lista__logo li:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -29px;
}
.b3__text__right {
  width: 210px;
  position: relative;
  right: -130px;
}
.b3__text__right span {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding-bottom: 7px;
}
.b3__text__right img {
  display: block;
  margin: 0;
}
.b3__text__right figure {
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(12,40,73,0.5);
  margin-bottom: 36px;
}
.b3__paragraph h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 7px;
}
.b3__paragraph p {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .b3__text__right {
    right: 0;
  }
  .b3__cnt {
    padding-top: 100px;
    min-height: 660px;
  }
}
@media screen and (max-width: 1366px) {
  .b3 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .b3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b3__map {
    position: relative;
    height: 465px;
  }
  .b3 {
    background: #f2fafe;
  }
  .b3__cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }
  .b3__text__left {
    width: 100%;
    margin: auto;
    padding: 0 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -50px;
  }
  .b3__text__left p {
    max-width: 100%;
    width: 100%;
  }
  .b3__text__left figure {
    margin-left: 0;
  }
  .b3__text__right {
    width: 100%;
    background-color: #fff;
    margin: auto;
    padding: 32px 53px 64px 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .b3__text__right >* {
    max-width: 210px;
    width: 100%;
    margin: auto;
  }
  .b3__text__right figure img {
    margin: auto;
  }
  .b3__paragraph {
    max-width: 100%;
  }
  .b3__datos__point {
    bottom: 85px;
  }
  .b3__datos__point:before {
    height: 166px;
  }
  .b3__datos__point {
    min-height: 97px;
  }
  .b3__datos__point img {
    width: 60px;
    height: auto;
  }
  .b3__datos__point figcaption {
    font-size: 14px;
  }
  .b3__lista__logo ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .b3__lista__logo li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
  }
  .b3__lista__logo li:after,
  .b3__lista__logo li:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b3__lista__logo {
    position: relative;
  }
  .b3__lista__logo ul {
    padding-top: 0;
  }
  .b3__lista__logo {
    max-width: 100%;
    padding-left: 7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b3__lista__logo:before {
    content: '';
    right: 0px;
    top: 0px;
    height: 100%;
    position: absolute;
    width: 90px;
    background: -webkit-linear-gradient(left, rgba(242,250,254,0) 0%, #f2fafe 100%);
    background: -moz-linear-gradient(left, rgba(242,250,254,0) 0%, #f2fafe 100%);
    background: -o-linear-gradient(left, rgba(242,250,254,0) 0%, #f2fafe 100%);
    background: -ms-linear-gradient(left, rgba(242,250,254,0) 0%, #f2fafe 100%);
    background: linear-gradient(to right, rgba(242,250,254,0) 0%, #f2fafe 100%);
    pointer-events: none;
    z-index: 3;
  }
  .b3__text__left figure {
    margin-left: 7%;
  }
  .b3__text__left {
    padding: 0;
  }
  .b3__text__left p {
    padding: 0 7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b4 .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(5rem);
    -moz-transform: scaleY(1.26) translateY(5rem);
    -o-transform: scaleY(1.26) translateY(5rem);
    -ms-transform: scaleY(1.26) translateY(5rem);
    transform: scaleY(1.26) translateY(5rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b4 .scroll-item.active-top {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
.b4__nav {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
.b4__nav li {
  margin: 0;
}
.b4__nav a {
  height: 30px;
  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: 14px;
  padding: 0 16px;
  font-family: 'DINPro-Bold', sans-serif;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.b4__nav a.active {
  color: #fff;
}
.b4__cnt__slider {
  position: relative;
  z-index: 0;
  min-height: 750px;
}
.b4__slide {
  position: relative;
}
.b4__figure {
  height: 0;
  padding-top: 46.9%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b4__figure:before {
  content: '';
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(bottom, rgba(135,178,201,0), #658fa5 100%);
  background: -moz-linear-gradient(bottom, rgba(135,178,201,0), #658fa5 100%);
  background: -o-linear-gradient(bottom, rgba(135,178,201,0), #658fa5 100%);
  background: -ms-linear-gradient(bottom, rgba(135,178,201,0), #658fa5 100%);
  background: linear-gradient(to top, rgba(135,178,201,0), #658fa5 100%);
  position: absolute;
  left: 0px;
  top: 0px;
}
.b4__figure:after {
  content: '';
  width: 100%;
  height: 250px;
  background: -webkit-linear-gradient(top, rgba(135,178,201,0), #fff 100%);
  background: -moz-linear-gradient(top, rgba(135,178,201,0), #fff 100%);
  background: -o-linear-gradient(top, rgba(135,178,201,0), #fff 100%);
  background: -ms-linear-gradient(top, rgba(135,178,201,0), #fff 100%);
  background: linear-gradient(to bottom, rgba(135,178,201,0), #fff 100%);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.b4__cnt__controls {
  position: absolute;
  right: 62px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 315px;
  z-index: 2;
  background-color: rgba(69,118,144,0.9);
  max-width: 432px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .b4__cnt__controls {
    -webkit-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: inset(0% 0% 0% calc(100% - 130px));
  }
  .b4__cnt__controls .b4__tab {
    -webkit-transition: 800ms opacity cubic-bezier(0.165, 0.84, 0.44, 1), 300ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 800ms opacity cubic-bezier(0.165, 0.84, 0.44, 1), 300ms -moz-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 800ms opacity cubic-bezier(0.165, 0.84, 0.44, 1), 300ms -o-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 800ms opacity cubic-bezier(0.165, 0.84, 0.44, 1), 300ms -ms-transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 800ms opacity cubic-bezier(0.165, 0.84, 0.44, 1), 300ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .b4__cnt__controls:hover {
    clip-path: inset(0% 0% 0% 0%);
  }
  .b4__cnt__controls:hover .b4__tab {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.b4__tab {
  padding-left: 60px;
  padding-right: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .b4__tab h3,
  .b4__tab p {
    -webkit-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 800ms all cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.b4__tab.active {
  position: relative;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .b4__tab.active h3,
  .b4__tab.active p {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b4__tab.active h3 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .b4__tab.active p {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
  }
}
.b4__tab h3 {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: 'DINPro-Regular', sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.b4__tab p {
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
}
.b4__controls__left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.b4__controls__right {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 30px;
  width: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4__control__nav {
  padding-bottom: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
}
.b4__control__nav .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.b4__control__nav i {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(12,40,73,0.31);
  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;
  font-size: 14px;
  cursor: pointer;
  margin: 0 auto;
}
.b4__control__nav i:first-child {
  margin-bottom: 11px;
}
.b4__cntrol__pager {
  height: 38px;
}
.b4__cntrol__pager span {
  color: #fff;
  font-size: 15px;
}
.b4__cntrol__pager span:first-child {
  font-size: 30px;
}
.b4__cntrol__pager span:last-child:before {
  content: '/';
}
@media screen and (max-width: 1440px) {
  .b4__cnt__slider {
    min-height: 620px;
  }
}
@media screen and (max-width: 960px) {
  .b4__cnt__slider {
    min-height: 100%;
  }
  .b4__cnt__controls {
    position: relative;
    right: 0px;
    margin: auto;
    margin-top: -50px;
    width: 94%;
  }
  .b4__figure:after {
    display: none;
  }
  .b4__cnt__controls {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    padding-bottom: 30px;
  }
  .b4__controls__right {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  .b4__cntrol__pager {
    text-align: center;
    position: relative;
    padding-bottom: 42px;
  }
  .b4__control__nav {
    position: absolute;
    left: 0px;
    top: 11px;
    width: 100%;
    height: auto;
    z-index: 2;
    visibility: hidden;
    padding-bottom: 0;
    padding: 0 20px;
  }
  .b4__control__nav .owl-next,
  .b4__control__nav .owl-prev {
    visibility: visible;
  }
  .b4__control__nav .owl-next i,
  .b4__control__nav .owl-prev i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0;
  }
  .b4__control__nav .owl-nav {
    -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-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b4__nav {
    top: 20px;
  }
  .b4__nav a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .b4__figure {
    padding-top: 92%;
  }
  .b4__nav a {
    padding: 0 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .b5 .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(5rem);
    -moz-transform: scaleY(1.26) translateY(5rem);
    -o-transform: scaleY(1.26) translateY(5rem);
    -ms-transform: scaleY(1.26) translateY(5rem);
    transform: scaleY(1.26) translateY(5rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b5 .scroll-item.active-top {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
.b5__cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b5__title h2 {
  font-size: 40px;
  color: #457690;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.b5__title p {
  font-size: 14px !important;
  color: #0c2849;
  line-height: 1.43;
}
.b5__form {
  max-width: 385px;
  width: 100%;
  padding-top: 50px;
}
.b5__form p {
  font-size: 12px;
  color: #848b9e;
}
.b5__select {
  margin-bottom: 10px;
  position: relative;
}
.b5__select select {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.b5__select.b5__select1 .b5__clickSelect span {
  text-transform: uppercase;
}
.b5__select.b5__select2 .b5__clickSelect {
  height: 60px;
}
@media screen and (min-width: 961px) {
  .b5__select.b5__select2 {
    margin-bottom: 4px;
  }
}
.b5__selectBox {
  position: relative;
}
.b5__clickSelect {
  width: 100%;
  height: 48px;
  border: 1px solid #e8e9ed;
  -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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 30px 0 12px;
  border-radius: 2px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .b5__clickSelect:hover {
    border-color: #457690;
  }
}
.b5__clickSelect:before {
  content: '\e902';
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  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: 7px;
  color: #1dbedd;
  pointer-events: none;
}
.b5__clickSelect span {
  margin: 0;
  font-size: 14px;
  color: #0c2849;
  font-family: 'DINPro-Medium', sans-serif;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b5__clickSelect i {
  width: 60px;
  height: 60px;
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  background-size: 90% auto;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.b5__clickSelect.active {
  border-color: #457690;
  -webkit-box-shadow: 0 3px 9px 0 rgba(30,32,42,0.15);
  box-shadow: 0 3px 9px 0 rgba(30,32,42,0.15);
}
.b5__selectList {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #a3a3a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
  max-height: 260px;
  overflow: auto;
}
.b5__data {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 70px;
  -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;
  -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 12px;
  cursor: pointer;
}
.b5__data span {
  margin: 0;
  font-size: 14px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b5__data i {
  width: 60px;
  height: 60px;
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  background-size: 90% auto;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.b5__data.active {
  background-color: rgba(0,79,134,0.15);
}
.b5__data.active span {
  font-family: 'DINPro-Medium', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b5__data:hover {
    background-color: rgba(0,79,134,0.05);
  }
}
@media screen and (max-width: 960px) {
  .b5__data {
    height: 105px;
    border-bottom: 1px solid #0c2849;
  }
  .b5__data:last-child {
    border: none;
  }
  .b5__data i {
    width: 135px;
    height: 105px;
  }
}
.b5_change_w {
  height: 50px;
}
.b5__row {
  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;
}
.b5__row >div {
  width: calc(50% - 8px);
}
.b5__input,
.b5__textarea {
  position: relative;
  margin-bottom: 10px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.b5__input ::-webkit-input-placeholder,
.b5__textarea ::-webkit-input-placeholder {
  color: #848b9e;
  font-family: 'DINPro-Medium', sans-serif;
  font-size: 12px;
}
.b5__input :-moz-placeholder,
.b5__textarea :-moz-placeholder {
  color: #848b9e;
  font-family: 'DINPro-Medium', sans-serif;
  font-size: 12px;
}
.b5__input ::-moz-placeholder,
.b5__textarea ::-moz-placeholder {
  color: #848b9e;
  font-family: 'DINPro-Medium', sans-serif;
  font-size: 12px;
}
.b5__input :-ms-input-placeholder,
.b5__textarea :-ms-input-placeholder {
  color: #848b9e;
  font-family: 'DINPro-Medium', sans-serif;
  font-size: 12px;
}
.b5__input input,
.b5__textarea input,
.b5__input select,
.b5__textarea select,
.b5__input textarea,
.b5__textarea textarea {
  width: 100%;
  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;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e9ed;
  border-radius: 2px;
  color: #0c2849;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-family: 'DINPro-Medium', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b5__input input,
  .b5__textarea input,
  .b5__input select,
  .b5__textarea select,
  .b5__input textarea,
  .b5__textarea textarea {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b5__input input:hover,
  .b5__textarea input:hover,
  .b5__input select:hover,
  .b5__textarea select:hover,
  .b5__input textarea:hover,
  .b5__textarea textarea:hover {
    border-color: #457690;
  }
}
.b5__input input:focus,
.b5__textarea input:focus,
.b5__input select:focus,
.b5__textarea select:focus,
.b5__input textarea:focus,
.b5__textarea textarea:focus {
  border-color: #457690;
  -webkit-box-shadow: 0 3px 9px 0 rgba(30,32,42,0.15);
  box-shadow: 0 3px 9px 0 rgba(30,32,42,0.15);
}
.b5__input input:focus +label,
.b5__textarea input:focus +label,
.b5__input select:focus +label,
.b5__textarea select:focus +label,
.b5__input textarea:focus +label,
.b5__textarea textarea:focus +label {
  color: #ca2430;
}
.b5__textarea textarea {
  width: 100%;
  height: 80px;
  padding-top: 10px;
}
.b5__terminos {
  margin-top: 20px;
  position: relative;
}
.b5__terminos input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b5__terminos input:checked +label:before {
  font-size: 8px;
  border-color: #3d4a58;
}
.b5__terminos label {
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 12px;
  color: #848b9e;
  padding-top: 1px;
}
.b5__terminos label:before {
  content: '\e905';
  font-family: 'icomoon';
  width: 18px;
  height: 18px;
  font-size: 0px;
  border-radius: 2px;
  border: 1px solid #a3a3a3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  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: #1dbedd;
}
@media screen and (min-width: 1025px) {
  .b5__terminos label:hover:before {
    border-color: #3d4a58;
  }
}
.b5__terminos label a {
  color: #848b9e;
  text-decoration: underline;
  font-family: 'DINPro-Medium', sans-serif;
}
.b5__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 28px;
}
.b5__cnt__map {
  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-left: 64px;
}
.b5__map {
  position: relative;
}
.b5__map img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b5__point {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: absolute;
  cursor: pointer;
  -webkit-animation: anima_shadow 1000ms infinite alternate;
  -moz-animation: anima_shadow 1000ms infinite alternate;
  -o-animation: anima_shadow 1000ms infinite alternate;
  -ms-animation: anima_shadow 1000ms infinite alternate;
  animation: anima_shadow 1000ms infinite alternate;
}
.b5__point:nth-child(1) {
  -webkit-animation-delay: 223ms;
  -moz-animation-delay: 223ms;
  -o-animation-delay: 223ms;
  -ms-animation-delay: 223ms;
  animation-delay: 223ms;
}
.b5__point:nth-child(2) {
  -webkit-animation-delay: 446ms;
  -moz-animation-delay: 446ms;
  -o-animation-delay: 446ms;
  -ms-animation-delay: 446ms;
  animation-delay: 446ms;
}
.b5__point:nth-child(3) {
  -webkit-animation-delay: 669ms;
  -moz-animation-delay: 669ms;
  -o-animation-delay: 669ms;
  -ms-animation-delay: 669ms;
  animation-delay: 669ms;
}
.b5__point:nth-child(4) {
  -webkit-animation-delay: 892ms;
  -moz-animation-delay: 892ms;
  -o-animation-delay: 892ms;
  -ms-animation-delay: 892ms;
  animation-delay: 892ms;
}
.b5__point:nth-child(5) {
  -webkit-animation-delay: 1115ms;
  -moz-animation-delay: 1115ms;
  -o-animation-delay: 1115ms;
  -ms-animation-delay: 1115ms;
  animation-delay: 1115ms;
}
.b5__point:nth-child(6) {
  -webkit-animation-delay: 1338ms;
  -moz-animation-delay: 1338ms;
  -o-animation-delay: 1338ms;
  -ms-animation-delay: 1338ms;
  animation-delay: 1338ms;
}
.b5__point:nth-child(7) {
  -webkit-animation-delay: 1561ms;
  -moz-animation-delay: 1561ms;
  -o-animation-delay: 1561ms;
  -ms-animation-delay: 1561ms;
  animation-delay: 1561ms;
}
.b5__point:nth-child(8) {
  -webkit-animation-delay: 1784ms;
  -moz-animation-delay: 1784ms;
  -o-animation-delay: 1784ms;
  -ms-animation-delay: 1784ms;
  animation-delay: 1784ms;
}
.b5__point:nth-child(9) {
  -webkit-animation-delay: 2007ms;
  -moz-animation-delay: 2007ms;
  -o-animation-delay: 2007ms;
  -ms-animation-delay: 2007ms;
  animation-delay: 2007ms;
}
.b5__point:nth-child(10) {
  -webkit-animation-delay: 2230ms;
  -moz-animation-delay: 2230ms;
  -o-animation-delay: 2230ms;
  -ms-animation-delay: 2230ms;
  animation-delay: 2230ms;
}
.b5__point:not(.active) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .b5__point:hover {
    z-index: 2;
  }
  .b5__point:hover figure {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b5__point figure {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 102px;
  min-height: 118px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
  bottom: calc(100% + 14px);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.41);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.41);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
.b5__point figure:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  margin: auto;
}
.b5__point figcaption {
  font-size: 11px;
  color: #0c2849;
  font-family: 'DINPro-Medium', sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.b5__wrap {
  width: 160px;
  margin-left: 30px;
}
.b5__info {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #e3ecf1;
  box-shadow: 0 2px 4px 0 #e3ecf1;
  width: 100%;
  height: 180px;
  padding: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b5__info ul {
  width: 100%;
  margin: 0;
}
.b5__info li {
  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;
  margin-bottom: 10px;
}
.b5__info li span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #0c2849;
  font-family: 'DINPro-Regular', sans-serif;
  width: 100%;
  margin: 0;
}
.b5__info i {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 5px;
}
span.b5__info__span {
  font-size: 12px;
  color: #0c2849;
  font-family: 'DINPro-Bold', sans-serif;
  margin: 0;
  margin-bottom: 20px;
  display: block;
}
.b5__cnt__popup {
  background-color: #fff;
  max-width: 935px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 40px 0;
}
.b5__popup__center {
  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;
}
.b5__popup__center img {
  display: block;
  max-width: 100%;
  height: auto;
}
.close-boxlight {
  border: 0;
  top: 20px;
  right: 20px;
}
.close-boxlight:after {
  content: '\e909';
  font-family: 'icomoon';
  font-size: 25px;
}
.b5__pop__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 100%;
}
.b5__gracias {
  margin-top: 0;
  margin-bottom: auto;
}
.b5__btn2 {
  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;
  padding-top: 30px;
}
.b5__btn2 .general__btn {
  width: 215px;
}
@media screen and (max-width: 1366px) {
  .b5 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .b5__wrap {
    margin-left: 0;
    margin-top: 30px;
  }
  .b5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b5 {
    padding-top: 65px;
  }
  .b5__cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b5__form {
    max-width: 680px;
    padding-top: 0;
    padding-bottom: 38px;
  }
  .b5__cnt__map {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    display: none;
  }
  .b5__pop__btn {
    position: relative;
    top: 0px;
    padding-top: 20px;
  }
  .b5__popup__center {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b5itm_responsive {
  padding-bottom: 65px;
  display: none;
}
@media screen and (max-width: 960px) {
  .b5itm_responsive {
    display: block;
  }
}
.b5item_responsive_title {
  padding-bottom: 20px;
}
.b5item_responsive_title h2 {
  color: #457690;
  font-size: 40px;
  font-weight: normal;
  font-family: 'DINPro-Regular', sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
}
.b5item_popup {
  position: relative;
  display: block;
}
.b5item_popup figure {
  max-width: 332px;
  width: 100%;
}
.b5item_popup figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b5item_popup span {
  color: #fff;
  font-size: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
}
.lg-backdrop {
  opacity: 0.8 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  filter: alpha(opacity=80) !important;
}
.b5_form_mensaje {
  width: 100%;
  background: rgba(29,190,221,0.2);
  padding: 7px 35px 7px 9px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'DINPro-Medium', sans-serif;
  font-size: 11px;
  color: #0c2849;
  margin-bottom: 6px;
  position: relative;
}
.b5_form_mensaje p {
  margin: 0;
  color: #0c2849;
}
.b5_form_mensaje:before {
  content: '\e90a';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 8px;
  color: #0c2849;
  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: 960px) {
  .b5_form_mensaje {
    display: none;
  }
}
.b5_info_msn {
  width: 100%;
  padding: 9px 16px 8px 12px;
  background: #dfe5ed;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'DINPro-Regular', sans-serif;
  font-size: 13px;
  color: #0c2849;
  margin-bottom: 26px;
  position: relative;
}
.b5_info_msn p {
  margin: 0;
  color: #0c2849;
}
.b5_info_msn:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 16px 12.5px 0px;
  border-color: transparent #dfe5ed transparent transparent;
}
@media screen and (max-width: 960px) {
  .b5_info_msn {
    display: none;
  }
}
@-moz-keyframes anima_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 5px 3px #00d6ff;
    box-shadow: 0px 0px 5px 3px #00d6ff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 3px #00d6ff;
    box-shadow: 0px 0px 15px 3px #00d6ff;
  }
}
@-webkit-keyframes anima_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 5px 3px #00d6ff;
    box-shadow: 0px 0px 5px 3px #00d6ff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 3px #00d6ff;
    box-shadow: 0px 0px 15px 3px #00d6ff;
  }
}
@-o-keyframes anima_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 5px 3px #00d6ff;
    box-shadow: 0px 0px 5px 3px #00d6ff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 3px #00d6ff;
    box-shadow: 0px 0px 15px 3px #00d6ff;
  }
}
@keyframes anima_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 5px 3px #00d6ff;
    box-shadow: 0px 0px 5px 3px #00d6ff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 15px 3px #00d6ff;
    box-shadow: 0px 0px 15px 3px #00d6ff;
  }
}

.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;
}
.footer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding-top: 256px;
}
.footer:before {
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top, rgba(41,115,129,0) 17%, #297381);
  background: -moz-linear-gradient(top, rgba(41,115,129,0) 17%, #297381);
  background: -o-linear-gradient(top, rgba(41,115,129,0) 17%, #297381);
  background: -ms-linear-gradient(top, rgba(41,115,129,0) 17%, #297381);
  background: linear-gradient(to bottom, rgba(41,115,129,0) 17%, #297381);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footer:after {
  content: '';
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(bottom, rgba(41,115,129,0) 17%, #fff);
  background: -moz-linear-gradient(bottom, rgba(41,115,129,0) 17%, #fff);
  background: -o-linear-gradient(bottom, rgba(41,115,129,0) 17%, #fff);
  background: -ms-linear-gradient(bottom, rgba(41,115,129,0) 17%, #fff);
  background: linear-gradient(to top, rgba(41,115,129,0) 17%, #fff);
  position: absolute;
  left: 0px;
  top: 0px;
}
.footer__logo {
  max-width: 180px;
  width: 100%;
  margin: auto;
  position: relative;
}
.footer__logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.footer__cnt {
  position: relative;
  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;
  padding-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__item h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.86px;
  margin-bottom: 12px;
}
.footer__item a,
.footer__item p {
  font-size: 18px;
  font-family: 'DINPro-Bold', sans-serif;
  color: #fff;
  margin: 0;
}
.footer_up_text {
  padding-bottom: 30px;
}
.footer_up_text:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .footer_up_text:last-child {
    padding-bottom: 30px;
  }
}
.footer-copy {
  position: relative;
  font-size: 13px;
  padding: 14px 0;
}
.footer-copy-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
  font-size: 12px;
}
.footer-copy-cnt p,
.footer-copy-cnt a {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.footer-copy-cnt img {
  display: block;
}
.footer-copy-left {
  width: calc(100% - 250px);
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-copy-right {
  padding-left: 50px;
  -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;
  width: 250px;
}
.footer-copy-right>* {
  margin: 0;
}
.footer-copy-right span {
  font-size: 12px;
  padding-right: 10px;
}
.footer-copy-right a {
  font-size: 16px;
}
.staffcreativa {
  position: relative;
  padding-right: 0.45em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'arial';
}
.staffcreativa:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 960px) {
  .footer {
    background-image: none !important;
    padding-top: 170px;
  }
  .footer:before {
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(41,115,129,0) 7%, #297381 40%);
    background: -moz-linear-gradient(top, rgba(41,115,129,0) 7%, #297381 40%);
    background: -o-linear-gradient(top, rgba(41,115,129,0) 7%, #297381 40%);
    background: -ms-linear-gradient(top, rgba(41,115,129,0) 7%, #297381 40%);
    background: linear-gradient(to bottom, rgba(41,115,129,0) 7%, #297381 40%);
  }
  .footer__cnt,
  .footer-copy-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .footer-copy-cnt {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-copy-left {
    width: 100%;
    padding-left: 0;
  }
  .footer-copy-right {
    margin-left: 0;
    padding-top: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.38);
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.38);
}
.header:not(.scrolling) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-linear-gradient(top, #0c2849 -67%, rgba(12,40,73,0) 100%);
  background: -moz-linear-gradient(top, #0c2849 -67%, rgba(12,40,73,0) 100%);
  background: -o-linear-gradient(top, #0c2849 -67%, rgba(12,40,73,0) 100%);
  background: -ms-linear-gradient(top, #0c2849 -67%, rgba(12,40,73,0) 100%);
  background: linear-gradient(to bottom, #0c2849 -67%, rgba(12,40,73,0) 100%);
}
.header:not(.scrolling) .header__btn .b1__precio__center {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header:not(.scrolling) .menu-link {
  color: #fff;
}
.header:not(.scrolling) .menu-link i {
  color: #fff;
}
.header:not(.scrolling) .header-logo img:nth-child(1) {
  max-width: 179px;
}
.header .header-ctn {
  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;
}
.header .header-logo {
  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;
  padding-right: 110px;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header .header-logo img:nth-child(1) {
  max-width: 160px;
}
.header .header-logo img:nth-child(2) {
  margin-left: 36px;
  max-width: 90px;
}
.header .menu-item {
  position: relative;
}
.header .menu-item:first-child {
  border-right: 1px solid #fff;
}
.header .menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .icon-search {
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}
.header .menu-list {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu-link {
  color: #0c2849;
  font-family: 'DINPro-Bold', sans-serif;
  font-size: 15px;
  padding: 0 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .menu-link i {
  font-size: 24px;
  color: #0c2849;
  margin: 0;
  margin-right: 13px;
  line-height: 15px;
}
.header .menu-link span {
  margin: 0;
}
.header .header__btn {
  padding-right: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header__btn .b1__precio__center {
  padding-right: 36px;
}
.header .header__btn .b1__precio__center strong {
  font-size: 15px;
  margin: 0;
}
.header .header__btn .b1__precio__center span {
  font-size: 20px;
  margin: 0;
}
.header__wsp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #25d366;
  border-radius: 100%;
  z-index: 500;
  width: 60px;
  height: 60px;
  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;
}
.header__wsp:before {
  content: '';
  width: calc(40px + (60 - 40) * ((100vw - 375px) / (1920 - 375)));
  height: calc(40px + (60 - 40) * ((100vw - 375px) / (1920 - 375)));
  background: rgba(37,211,102,0.26);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  bottom: 0px;
  border-radius: 50%;
  -webkit-animation: anima_point 2.2s infinite;
  -moz-animation: anima_point 2.2s infinite;
  -o-animation: anima_point 2.2s infinite;
  -ms-animation: anima_point 2.2s infinite;
  animation: anima_point 2.2s infinite;
  z-index: 1;
}
.header__nav {
  z-index: 998;
  position: fixed;
  height: calc(100vh - 75px);
  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;
  width: 92px;
  bottom: 0px;
  left: 0px;
  border-right: 1px solid rgba(219,228,233,0.48);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.2) 90%);
  background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.2) 90%);
  background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.2) 90%);
  background: -ms-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.2) 90%);
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.2) 90%);
}
.header__nav li:nth-last-child(1) a {
  height: 190px;
}
.header__nav.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header__nav__link {
  font-size: 11px;
  font-family: 'DINPro-Bold', sans-serif;
  letter-spacing: 0.79px;
  text-transform: uppercase;
  color: #0c2849;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  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;
}
.header__nav__link.active {
  text-decoration: underline;
}
.popup__cnt {
  display: none;
  position: relative;
  max-width: 960px;
  width: 100%;
  height: 700px;
  margin: auto;
  padding: 55px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.popup__cnt .close-boxlight {
  height: 45px;
  width: 45px;
  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;
  line-height: 1;
}
.popup__cnt .close-boxlight:after {
  content: '\e909';
  font-family: 'icomoon';
  font-size: 25px;
  font-weight: bold;
}
.popup__center {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.popup__center h2 {
  font-size: 40px;
  color: #457690;
  font-family: 'DINPro-Regular', sans-serif;
  text-transform: uppercase;
  max-width: 270px;
  width: 100%;
  line-height: 1.47;
  margin-bottom: 25px;
}
.popup__center p {
  font-size: 14px;
  line-height: 1.43;
}
.popup__center p strong {
  font-weight: normal;
  font-family: 'DINPro-Bold', sans-serif;
}
@media screen and (max-width: 768px) {
  .popup__cnt {
    padding: 40px 25px;
  }
  .popup__center h2 {
    font-size: 25px;
  }
}
body.left-in .cnt-wrapper {
  overflow: hidden;
}
body.left-in .menu-sidebar {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
body.left-in .menu-sidebar.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.left-in .wrapper,
body.left-in .footer {
  left: 0px;
}
body.left-in .wrapper.active,
body.left-in .footer.active {
  left: 300px;
}
body.left-in .menu-mobile-close {
  color: #000;
}
body.left-in .menu-mobile-close.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
body.right-in .menu-sidebar {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  right: 0px;
}
body.right-in .menu-sidebar.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body.right-in .wrapper,
body.right-in .footer {
  left: 0px;
}
body.right-in .wrapper.active,
body.right-in .footer.active {
  left: -300px;
}
body.right-in .menu-mobile-close {
  color: #000;
}
body.right-in .cnt-wrapper {
  overflow: hidden;
}
body.top-in .menu-overlay {
  display: none;
}
body.top-in .menu-sidebar {
  width: 100%;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
body.top-in .menu-sidebar.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body.top-in .menu-responsive {
  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: 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;
}
@media screen and (max-height: 400px) {
  body.top-in .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
body.top-in .menu-responsive .menu-link {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.top-in .menu-mobile-close {
  color: #000;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-overlay.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.menu-mobile-close,
.menu-mobile-open {
  border-radius: 7%;
  color: #000;
  cursor: pointer;
  font-size: 40px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1011;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1012;
}
.menu-sidebar {
  width: 300px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-sidebar.active {
  visibility: visible;
}
.menu-sidebar.active .menu-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-responsive {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .menu-item {
  font-size: 16px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.menu-responsive .menu-link {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #989898;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (max-height: 400px) {
  .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.wrapper,
.footer {
  position: relative;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .header:not(.scrolling) .header-logo {
    padding-right: 80px;
  }
  .header .header__btn {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .header .header-logo {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper,
  .footer {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header .icon-search {
    margin-right: 50px;
  }
  .header .b1__precio__center {
    display: none;
  }
  .header .header-logo {
    padding-right: 0;
  }
  .header .general__btn {
    height: 50px;
  }
  .header .general__btn span {
    font-size: 0px;
    text-align: center;
  }
  .header .general__btn span:before {
    content: 'cotizar';
    font-size: 14px;
    width: 100%;
    display: block;
  }
  .header .header__btn {
    padding-right: 0;
  }
  .header:not(.scrolling) .header-logo {
    padding-right: 0;
  }
  .header.scrolling {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header:not(.scrolling) .header-logo img:nth-child(1) {
    max-width: 110px;
  }
  .header .header-logo {
    max-width: 100%;
  }
  .header .header-logo img:nth-child(1) {
    max-width: 110px;
  }
  .header .header-logo img:nth-child(2) {
    margin-left: 10px;
    max-width: 80px;
  }
  .header__wsp {
    width: 40px;
    height: 40px;
  }
  .header__wsp img {
    width: 26px;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header .header-logo img:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
  .header .header-logo img:nth-child(2) {
    margin-left: auto;
  }
}
@-moz-keyframes anima_point {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  55% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  85% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes anima_point {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  55% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  85% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes anima_point {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  55% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  85% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes anima_point {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  55% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  85% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
