.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gParrafo {
  line-height: 1.52;
  font-size: 18px;
  color: #fff;
}
.gParrafo.negro {
  color: #000;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gButton {
  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: 100%;
  height: 50px;
  border-radius: 10px;
  background: #9ccf36;
  -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-family: 'ProductSans-Bold', sans-serif;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .gButton:hover {
    background: #88b530;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gBanner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 57px;
  padding-bottom: 56px;
  background: #ecf2e8;
  min-height: 225px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.gBanner .wancho {
  position: relative;
}
.gBanner .hojaIzq,
.gBanner .hojaDer,
.gBanner .verde {
  position: absolute;
}
.gBanner .hojaIzq {
  left: 0;
  bottom: -74%;
}
.gBanner .hojaDer {
  right: 10%;
  top: -10%;
}
.gBanner .verde {
  max-width: 100%;
  height: auto;
  bottom: -85%;
  right: 0;
}
.gBannerText {
  text-align: center;
}
.gBannerText h1 {
  font-size: 45px;
  line-height: 1.21;
  color: #0e25a5;
  margin-bottom: 12px;
  font-family: 'ProductSans-Bold', sans-serif;
}
.gBannerText .gParrafo {
  max-width: 561px;
  width: 100%;
  margin: auto;
  line-height: 1.22;
  color: #4f4f4f;
}
@media screen and (max-width: 1366px) {
  .gBanner .verde {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  .gBanner .verde,
  .gBanner .hojaIzq,
  .gBanner .hojaDer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gBannerText h1 {
    font-size: 30px;
    line-height: 1.21;
    margin-bottom: 41px;
  }
  .gBanner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .gBannerText .gParrafo {
    max-width: 328px !important;
  }
}

.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;
}
@media screen and (min-width: 1024px) {
  .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(3rem);
    -moz-transform: scaleY(1.26) translateY(3rem);
    -o-transform: scaleY(1.26) translateY(3rem);
    -ms-transform: scaleY(1.26) translateY(3rem);
    transform: scaleY(1.26) translateY(3rem);
    -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);
  }
  .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);
  }
}

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  position: relative;
  min-height: 600px;
  height: 600px;
}
.b1 .arandano,
.b1 .linea {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: auto;
  z-index: 10;
}
.b1 .linea {
  left: 0;
  bottom: -20%;
}
.b1 .arandano {
  right: 7%;
  bottom: -29%;
}
.b1BannerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1Wrap {
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.b1Wrap.not-owl {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  overflow: hidden;
}
.b1Wrap.owl-carousel .b1BannerImg {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -ms-transition: all 4s ease;
  transition: all 4s ease;
}
.b1Wrap.owl-carousel .b1Banner h1 {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.b1Wrap.owl-carousel .b1Banner .gButton {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.b1Wrap.owl-loaded {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1Wrap .owl-stage-outer,
.b1Wrap .owl-stage,
.b1Wrap .owl-item {
  height: 100%;
}
.b1Wrap .owl-nav {
  display: none;
}
.b1Wrap .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b1Wrap .owl-dot {
  height: 18px;
  width: 18px;
  background-color: rgba(232,234,244,0.39);
  border-radius: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-right: 28px;
}
.b1Wrap .owl-dot:last-child {
  margin-right: 0;
}
.b1Wrap .owl-dot.active {
  background-color: #fff;
}
.b1Wrap .owl-item {
  overflow: hidden;
}
.b1Wrap .owl-item.active .b1BannerImg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.b1Wrap .owl-item.active .b1Banner h1,
.b1Wrap .owl-item.active .b1Banner .gButton {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1Banner {
  height: 100%;
  position: relative;
  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;
}
.b1Banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0.43;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=43)";
  filter: alpha(opacity=43);
  z-index: 1;
}
.b1Banner .wancho {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b1Banner h1 {
  max-width: 588px;
  width: 100%;
  margin: 0;
  font-size: 50px;
  line-height: 1.21;
  font-family: 'ProductSans-Bold', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.b1Banner .gButton {
  max-width: 196px;
  width: 100%;
  margin: 0;
}
.b1Info {
  margin-right: 7%;
}
.b1BannerCtn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b1BannerCtn h1 {
  margin-right: 7%;
}
@media screen and (max-width: 1440px) {
  .b1 .arandano {
    right: 2%;
  }
}
@media screen and (max-width: 1280px) {
  .b1 .linea {
    left: -10%;
    bottom: -11%;
  }
  .b1 .arandano {
    max-width: 426px;
    width: 100%;
    bottom: -19%;
    width: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .b1 .linea {
    display: none;
  }
  .b1 .arandano {
    display: none;
  }
  .b1Banner .wancho {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b1Info {
    margin-right: 0;
    text-align: center;
  }
  .b1BannerCtn h1 {
    text-align: center;
    margin-right: 0;
  }
  .b1Banner .gButton {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .b1 {
    height: 463px;
    min-height: 463px;
  }
}
@media screen and (max-width: 767px) {
  .b1BannerCtn h1,
  .b1Banner h1 {
    font-size: 25px;
    line-height: 1.21;
  }
  .b1Wrap .owl-dots {
    bottom: 44px;
  }
}
@-moz-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-o-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
body.footer-contacto footer {
  top: -88px;
}
.b10 {
  position: relative;
}
.b10 .gBanner .hojaIzq {
  bottom: -102%;
}
.b10Ctn {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
.b10Form {
  max-width: 547px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 78px 78px;
  border-radius: 8px;
  -webkit-box-shadow: 0 24px 31px -13px rgba(0,0,0,0.09);
  box-shadow: 0 24px 31px -13px rgba(0,0,0,0.09);
  background-color: #fff;
  margin-right: 143px;
}
.b10Form h2 {
  text-align: center;
  font-size: 25px;
  line-height: 0.88;
  color: #0e25a5;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 28px;
}
.b10Form form {
  width: 100%;
}
.b10Form .gButton {
  max-width: 100%;
  margin-top: 26px;
}
.b10Input {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.b10Input.rojo label {
  color: #f00;
}
.b10Input:last-child {
  margin-bottom: 10px;
}
.b10Input label {
  font-size: 14px;
  line-height: 1.57;
  color: #333;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10Input input,
.b10Input textarea {
  width: 100%;
  border-radius: 8px;
  height: 40px;
  border: solid 1px #bdbdbd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.47;
  color: #333;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10Input input.inputError,
.b10Input textarea.inputError {
  border: solid 1px #f00;
}
.b10Input textarea {
  padding-top: 8px;
  height: 81px;
}
.b10Input input::placeholder,
.b10Input textarea::placeholder {
  font-size: 15px;
  line-height: 1.47;
  font-family: 'ProductSans-Regular', sans-serif;
}
.b10Input.active input {
  border: solid 1px #9ccf36;
}
.b10-checkbox {
  position: relative;
  margin-top: 0px;
  margin: auto;
  max-width: 100%;
  width: 100%;
  font-family: 'ProductSans-Regular', sans-serif;
  color: #000;
  text-align: center;
}
.b10-checkbox a {
  color: #9ccf36;
  position: relative;
}
.b10-checkbox a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9ccf36;
}
.b10-checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.b10-checkbox input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10-checkbox label {
  font-size: 13px;
  font-family: 'ProductSans-Regular', sans-serif;
  line-height: 1.15;
  color: #4a4a4a;
  padding-left: 30px;
  display: block;
  width: fit-content;
  margin: 0;
}
.b10-checkbox label:before {
  content: '\e900';
  font-family: 'icomoon';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -5px;
}
.b10-checkbox label:after {
  content: '\e901';
  font-family: 'icomoon';
  top: 2px;
  left: 5px;
  color: #071468;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 8px;
}
.b10-checkbox.rojo .formError {
  top: 20px !important;
}
.b10Contacto {
  position: relative;
}
.b10Item {
  margin-bottom: 25px;
}
.b10Item:last-child {
  margin-bottom: 0;
}
.b10Item span {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.36px;
  color: #333;
  display: block;
  margin-bottom: 12px;
  font-family: 'ProductSans-Bold', sans-serif;
}
.b10Item a {
  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: 0;
  font-family: 'ProductSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.32px;
  max-width: 300px;
  width: 100%;
}
.b10Item a:before {
  font-family: 'icomoon';
  color: #9ccf36;
  margin-right: 12px;
  font-size: 22px;
}
.b10Item.dir a {
  -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;
}
.b10 .formErrorArrow {
  display: none !important;
}
.b10 .formError {
  color: #f00 !important;
  font-size: 12px !important;
  font-family: 'ProductSans-Regular', sans-serif !important;
  margin-top: 0 !important;
  top: 66px !important;
}
@media screen and (max-width: 1024px) {
  .b10Form {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .b10 {
    padding-bottom: 30px;
  }
  .b10Ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 45px;
  }
  body.footer-contacto footer {
    top: 0;
  }
  .b10Contacto {
    text-align: center;
  }
  .b10Item a {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: -14px;
    position: relative;
  }
  .b10Item.dir a {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b10Form {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b10Form {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .b10-checkbox a {
    text-decoration: underline;
  }
  .b10-checkbox a:before {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .b10-checkbox.rojo .formError {
    top: 30px !important;
  }
}

.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;
}
body.footer-gracias footer {
  top: -224px;
}
.b15 {
  position: relative;
  min-height: 646px;
  background: #ecf2e8;
}
.b15 .gBanner {
  padding-bottom: 55px;
}
.b15 .gBanner .hojaIzq {
  bottom: -100%;
}
.b15 .gParrafo {
  max-width: 364px;
  font-size: 18px;
}
.b15 .gButton {
  max-width: 252px;
  width: 100%;
}
.b15 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 44px;
}
.b15 ul li {
  margin: 0;
  margin-right: 53px;
}
.b15 ul li:last-child {
  margin-right: 0;
}
.b15 ul a {
  color: #0e25a5;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-family: 'ProductSans-Regular', sans-serif;
  margin: 0;
  position: relative;
}
.b15 ul a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0e25a5;
}
.b15.gracias .gParrafo {
  max-width: 544px;
}
.b15.terminos {
  background: #fff;
  min-height: auto;
  padding-bottom: 80px;
}
.b15.terminos .gParrafo {
  max-width: 487px;
}
.b15Ctn {
  padding-top: 81px;
}
.b15Ctn .gParrafo {
  max-width: 791px !important;
  margin: auto;
}
.b15Ctn .gParrafo p {
  text-align: justify;
  font-size: 16px;
  color: #4f4f4f;
}
.b15Ctn .gParrafo h2,
.b15Ctn .gParrafo h3,
.b15Ctn .gParrafo h4,
.b15Ctn .gParrafo h5 {
  font-family: 'ProductSans-Bold', sans-serif;
  font-size: 17px;
  color: #000;
}
.b15Ctn .gParrafo a {
  color: #0e25a5;
  font-size: 17px;
  letter-spacing: 0.02em;
  display: block;
  width: fit-content;
  font-family: 'ProductSans-Bold', sans-serif;
  margin: 0;
  position: relative;
}
.b15Ctn .gParrafo a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0e25a5;
}
@media screen and (max-width: 1024px) {
  .b15.gracias .gBanner .hojaDer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b15.gracias .gBanner {
    padding-top: 122px;
  }
  .b15Ctn {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .b15Ctn {
    padding-top: 45px;
    width: 91%;
  }
  .b15 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;
  }
  .b15 ul li {
    margin: 0;
    margin-bottom: 20px;
  }
}

.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;
}
.b17 .wancho {
  width: 82%;
  position: relative;
}
.b17Ctn {
  background: #071468;
  border-radius: 100px;
  width: 88%;
  margin: auto;
  padding-bottom: 317px;
  overflow: visible;
}
.b17Ctn .g1-title {
  color: #828282;
  font-size: 72px;
  line-height: 1.11;
  position: relative;
  padding-top: 120px;
  margin-bottom: 192px;
  width: 97%;
}
@media screen and (max-width: 1599px) {
  .b17Ctn .g1-title {
    font-size: calc(30px + (72 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b17Ctn .g1-title:after {
  position: absolute;
  left: 0;
  bottom: -55px;
  content: '';
  background: #fff;
  border-radius: 10px;
  height: 15px;
  width: 96px;
}
.b17Wrap {
  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;
}
.b17Wrap .g0-item {
  background: #2659b5;
  padding: 24px;
}
.b17Wrap .g0-item figure {
  margin-right: 32px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b17Wrap .g0-item img {
  max-width: 100%;
  height: 48px;
}
.b17Wrap .g0-item h2 {
  font-family: 'ProductSans-Regular', sans-serif;
  line-height: normal;
  color: #828282;
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  .b17Wrap .g0-item h2 {
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b17Wrap .g0-item h3 {
  font-family: 'ProductSans-Bold', sans-serif;
  line-height: 1.38;
  color: #828282;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  .b17Wrap .g0-item h3 {
    font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b17Wrap .g0-item div {
  width: 56%;
}
.b17Fondo {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%;
  position: absolute;
  border-radius: 50px;
  top: 115%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.b17Fondo a {
  z-index: 6;
  color: #828282;
  background: #ecf2e8;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 16px 24px -8px rgba(32,32,35,0.16);
  box-shadow: 0 16px 24px -8px rgba(32,32,35,0.16);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b17Fondo a i {
  position: relative;
  left: 2px;
  font-size: 20px;
}
.b17Fondo a:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #fff;
}
.b17Fondo iframe {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
.b17Fondo.active a {
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .b17Wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b17Wrap .g0-item:first-child {
    margin-right: 20px;
  }
  .b17Wrap .g0-item:nth-child(3n) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .b17Ctn .g1-title {
    margin-bottom: 125px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .b17Wrap {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .b17Wrap .g0-item {
    width: 364px;
  }
  .b17Wrap .g0-item:nth-child(3n) {
    margin-top: 0px;
  }
  .b17Wrap .g0-item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .b17Wrap .g0-item:first-child {
    margin-right: 0;
  }
  .b17Wrap .g0-item {
    margin-bottom: 20px;
  }
  .b17Ctn .g1-title {
    text-align: center;
  }
  .b17Ctn .g1-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .b17Ctn {
    padding-bottom: 265px;
  }
  .b17Fondo {
    top: 105%;
  }
}
@media screen and (max-width: 768px) {
  .b17Ctn .g1-title {
    padding-top: 65px;
  }
}
@media screen and (max-width: 480px) {
  .b17 {
    padding-top: 20px;
  }
  .b17Wrap .g0-item {
    padding-right: 5px;
  }
  .b17Wrap .g0-item figure {
    width: 80px;
    height: 80px;
  }
  .b17Ctn {
    border-radius: 54px;
  }
  .b17Fondo {
    height: 346px;
  }
}
@media screen and (max-width: 414px) {
  .b17Wrap .g0-item div {
    width: 58%;
  }
  .b17Wrap .g0-item figure {
    margin-right: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-top: 430px;
}
.b18 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 72%;
}
.b18 .g1-title {
  width: 47%;
  font-size: 48px;
}
@media screen and (max-width: 1599px) {
  .b18 .g1-title {
    font-size: calc(27px + (48 - 27) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Text {
  width: 41%;
  text-align: justify;
}
.b18Text h2 {
  font-family: t-2;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  .b18Text h2 {
    font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Text .g1-parrafo:first-child {
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .b18 .g1-title {
    width: 54%;
  }
}
@media screen and (max-width: 1024px) {
  .b18 {
    padding-top: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .b18 .wancho {
    -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;
  }
  .b18 .g1-title {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  .b18Text {
    text-align: center;
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .b18Text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b18 {
    padding-top: 160px;
  }
  .b18 .g1-title {
    padding-bottom: 30px;
  }
  .b18 .wancho {
    width: 78%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-top: 196px;
  overflow: visible;
}
.b19 .wancho {
  width: 72%;
}
.b19Top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 120px;
  -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;
}
.b19Fondo {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 51%;
  height: 600px;
  position: relative;
  overflow: visible;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b19Fondo:before {
  content: '';
  position: absolute;
  top: -282px;
  left: -130px;
  border-radius: 100%;
  background: #9ccf36;
  height: 758px;
  width: 758px;
  z-index: -1;
}
@media screen and (max-width: 1599px) {
  .b19Fondo:before {
    height: calc(358px + (758 - 358) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 1599px) {
  .b19Fondo:before {
    width: calc(358px + (758 - 358) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19Info {
  width: 43%;
}
.b19Info .g1-title {
  padding-bottom: 72px;
  width: 89%;
  font-size: 48px;
}
@media screen and (max-width: 1599px) {
  .b19Info .g1-title {
    font-size: calc(35px + (48 - 35) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19-item {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 30px 40px -31px rgba(32,32,35,0.24);
  box-shadow: 0 30px 40px -31px rgba(32,32,35,0.24);
}
.b19-item .g1-parrafo {
  padding-bottom: 40px;
  margin-left: 97px;
  margin-right: 82px;
  position: relative;
  display: none;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
  font-size: 14px;
  line-height: 1.29;
}
.b19-item.active {
  -webkit-box-shadow: 0 30px 40px -16px rgba(32,32,35,0.24);
  box-shadow: 0 30px 40px -16px rgba(32,32,35,0.24);
  background: #828282;
  border-radius: 15px;
}
.b19-item.active .b19-toggle {
  background: #828282;
  border: 1px solid #828282;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b19-item.active .icon-19 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.b19-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  background: #f9fbfc;
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b19-toggle h3 {
  font-family: 'ProductSans-Regular', sans-serif;
  line-height: 1.25;
  color: #333;
  font-size: 16px;
  margin: 0;
  margin-bottom: 21px;
  margin-top: 22px;
  margin-left: 97px;
  width: 72%;
}
@media screen and (max-width: 1599px) {
  .b19-toggle h3 {
    font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19-toggle .icon-19 {
  position: absolute;
  right: 32px;
  font-size: 8px;
  color: #8f8f91;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.b19-icon {
  position: absolute;
  top: 23px;
  width: 21px;
  height: 21px;
  left: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
}
.b19-icon i {
  color: #828282;
  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;
}
.b19-icon i:before {
  font-size: 6px;
}
.b19Bottom {
  padding-bottom: 120px;
}
.b19Bottom h2 {
  text-align: center;
  margin-bottom: 48px;
}
.b19-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .b19-item .g1-parrafo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .b19Fondo {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  .b19 {
    padding-top: 80px;
  }
  .b19Top {
    -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;
  }
  .b19Fondo {
    width: 100%;
    height: 355px;
    margin-bottom: 30px;
  }
  .b19Info {
    width: 100%;
  }
  .b19Info .g1-title {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .b19-toggle h3 {
    margin-left: 50px;
  }
  .b19-icon {
    left: 15px;
    top: 22px;
  }
  .b19-item .g1-parrafo {
    margin-left: 52px;
  }
  .b19Top {
    padding-bottom: 50px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  position: relative;
  padding-bottom: 60px;
  padding-top: 108px;
}
.b2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 576px;
  background: #ecf2e8;
  z-index: -1;
}
.b2 h2 {
  max-width: 740px;
  width: 100%;
  margin: auto;
  font-size: 30px;
  color: #0e25a5;
  font-family: 'ProductSans-Bold', sans-serif;
  line-height: 1.5;
  margin-bottom: 60px;
}
.b2ImgFondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b2Img {
  max-width: 1000px;
  width: 100%;
  height: 434px;
  margin: auto;
  position: relative;
}
.b2Img a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 47px;
  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;
  max-width: 196px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  font-family: 'ProductSans-Bold', sans-serif;
  letter-spacing: 0.32px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  border: solid 1px #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b2Img a:hover {
    background: #0e25a5;
    color: #fff;
    -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
    box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  }
}
@media screen and (max-width: 1024px) {
  .b2 h2 {
    text-align: center;
    margin-bottom: 18px;
  }
  .b2 {
    padding-top: 44px;
  }
  .b2:before {
    height: 69%;
  }
}
@media screen and (max-width: 768px) {
  .b2 h2 {
    max-width: 328px;
    margin: auto;
    margin-bottom: 18px;
    font-size: 20px;
  }
  .b2ImgFondo {
    position: relative;
    height: 300px;
    margin-bottom: 26px;
  }
  .b2Img {
    height: auto;
  }
  .b2Img a {
    position: relative;
    left: initial;
    bottom: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #0e25a5;
    color: #fff;
    border: none;
  }
  .b2:before {
    height: 62%;
  }
}
@media screen and (max-width: 767px) {
  .b2ImgFondo {
    height: 195px;
  }
  .b2 h2 {
    line-height: 1.36;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  position: relative;
  padding-bottom: 14px;
}
.b20 .gButton {
  max-width: 196px;
  width: 100%;
}
.b20Banner {
  width: 100%;
  height: 550px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b20Banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.63), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.63), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.63), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.63), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.63), rgba(0,0,0,0));
}
.b20Banner .verde {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 100%;
  height: auto;
  z-index: 5;
}
.b20Ctn {
  position: relative;
  z-index: 6;
}
.b20Ctn h1 {
  font-size: 50px;
  line-height: 1.21;
  color: #fff;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 21px;
}
.b20Ctn .gParrafo {
  max-width: 588px;
  width: 100%;
}
.b20Wrap {
  padding-top: 77px;
}
.b20Item {
  border-radius: 8px;
  border: solid 1px rgba(14,37,165,0.2);
  padding: 25px 25px 25px 51px;
  -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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 435px;
  margin-bottom: 39px;
}
.b20Item:last-child {
  margin-bottom: 49px;
}
.b20ItemText h3 {
  line-height: normal;
  letter-spacing: 0.6px;
  color: #9ccf36;
  font-size: 30px;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 14px;
}
.b20ItemText .gParrafo {
  max-width: 441px;
  width: 100%;
  font-size: 16px;
  line-height: 1.52;
}
.b20ItemImg {
  max-width: 612px;
  width: 100%;
  height: 100%;
  min-height: 385px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .b20ItemImg {
    min-height: 332px;
    max-width: 490px;
  }
  .b20ItemText {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .b20Banner .verde {
    display: none;
  }
  .b20Banner {
    height: 350px;
  }
  .b20Ctn {
    text-align: center;
  }
  .b20Ctn .gParrafo {
    margin: auto;
  }
  .b20Item {
    -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;
  }
  .b20ItemImg {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .b20ItemText {
    width: 100%;
  }
  .b20ItemText .gParrafo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b20Ctn h1 {
    font-size: 30px;
  }
  .b20Wrap {
    padding-top: 50px;
  }
  .b20Item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b20ItemImg {
    min-height: 192px;
  }
  .b20ItemText h3 {
    font-size: 20px;
  }
  .b20ItemText .gParrafo {
    text-align: justify;
  }
}

.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;
}
.b25 {
  position: relative;
}
.b25Wrap {
  padding-top: 218px;
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 74px;
}
.b25ItemFondo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b25ItemFondo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
}
.b25ItemText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 61px;
  padding-right: 55px;
  padding-bottom: 46px;
}
.b25Item {
  width: 49%;
  margin-bottom: 40px;
  max-height: 375px;
  height: 375px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b25Item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.b25Item h3 {
  position: relative;
  z-index: 5;
  font-size: 30px;
  font-family: 'ProductSans-Bold', sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.b25Item .gParrafo {
  line-height: 1.52;
  font-size: 16px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-bottom: -17%;
  position: relative;
  z-index: 5;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.b25Item a {
  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;
  max-width: 196px;
  width: 100%;
  height: 50px;
  margin: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  border: solid 1px #fff;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-family: 'ProductSans-Bold', sans-serif;
  position: relative;
  z-index: 5;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media screen and (min-width: 1024px) {
  .b25Item:hover h3 {
    color: #9ccf36;
  }
  .b25Item:hover .gParrafo {
    font-size: 16px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-bottom: 21px;
  }
  .b25Item:hover a {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1280px) {
  .b25Wrap {
    padding-top: 105px;
  }
  .b25Item h3 {
    color: #9ccf36;
  }
  .b25Item .gParrafo {
    font-size: 16px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-bottom: 21px;
  }
  .b25Item a {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .b25Item {
    width: 100%;
    max-height: initial;
    height: auto;
    -webkit-box-shadow: 0 24px 31px -13px rgba(0,0,0,0.09);
    box-shadow: 0 24px 31px -13px rgba(0,0,0,0.09);
  }
  .b25Wrap {
    padding-top: 41px;
    width: 80%;
  }
  .b25ItemFondo {
    height: 265px;
    top: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 24px;
  }
  .b25 .gBannerText h1 {
    margin-bottom: 41px;
  }
  .b25Item .gParrafo {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.52;
  }
  .b25Item h3 {
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45%;
  }
  .b25ItemText {
    padding-left: 20px;
    padding-right: 23px;
  }
  .b25Item a {
    margin: auto;
    max-width: 100%;
    font-size: 16px;
    color: #0e25a5;
    -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
    box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
    border: solid 1px #0e25a5;
  }
}
@media screen and (max-width: 767px) {
  .b25 .gBanner .verde {
    display: block;
    max-width: 151px;
    width: 100%;
    bottom: -18%;
  }
  .b25Wrap {
    width: 92%;
  }
  .b25ItemFondo {
    height: 209px;
  }
  .b25Item h3 {
    top: 37%;
  }
  .b25Item .gParrafo {
    margin-bottom: 16px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b26 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
}
.b26 .b2Wrap {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  visibility: visible;
  pointer-events: all;
}
.b26 .b2Wrap.owl-carousel .owl-nav {
  bottom: initial;
  top: -110px;
  left: initial;
  right: 0;
}
.b26 .b2Wrap.owl-carousel .owl-nav .owl-next,
.b26 .b2Wrap.owl-carousel .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
}
.b26 .b2Wrap.owl-carousel .owl-nav .owl-next:before,
.b26 .b2Wrap.owl-carousel .owl-nav .owl-prev:before {
  color: #333;
  font-size: 9px;
}
.b26 .g1-title {
  padding-bottom: 48px;
  width: 50%;
  line-height: 1.17;
}
@media screen and (max-width: 1024px) {
  .b26 .g1-title {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b26 .g1-title {
    text-align: center;
    font-size: 30px;
  }
}

.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;
  padding-bottom: 88px;
}
.b3 h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.6px;
  color: #071468;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 40px;
}
.b3Wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(273px, 1fr));
  grid-column-gap: 36px;
  grid-row-gap: 31px;
}
.b3Item {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 175px;
}
.b3Item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.81));
}
.b3Item span {
  display: block;
  position: absolute;
  bottom: 21px;
  left: 50%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  font-family: 'ProductSans-Bold', sans-serif;
  width: 81%;
  letter-spacing: 0.36px;
  text-align: center;
  line-height: 1.2;
  z-index: 10;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .b3Item:hover span {
    bottom: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .b3Wrap {
    grid-template-columns: repeat(auto-fill, minmax(297px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .b3Wrap {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b3 {
    padding-bottom: 60px;
  }
  .b3 h3 {
    margin-bottom: 27px;
    font-size: 20px;
  }
  .b3Item {
    height: 99px;
  }
  .b3Item span {
    font-size: 16px;
    bottom: 8px;
  }
  .b3Wrap {
    grid-template-columns: repeat(auto-fill, minmax(161px, 1fr));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  text-align: center;
  min-height: 656px;
  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;
}
.b30.terminos {
  text-align: left;
}
.b30 .wancho {
  width: 47%;
}
.b30 .g1-title {
  padding-bottom: 48px;
  font-size: 72px;
}
@media screen and (max-width: 1599px) {
  .b30 .g1-title {
    font-size: calc(50px + (72 - 50) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b30 .g1-title.terminos {
  font-size: 48px;
  padding-top: 96px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .b30 .g1-title.terminos {
    font-size: calc(25px + (48 - 25) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b30 .g1-parrafo {
  padding-bottom: 48px;
  font-size: 20px;
}
.b30 .g1-parrafo.terminos {
  font-size: 16px;
}
.b30 .g1-parrafo font-family t-1 h1,
.b30 .g1-parrafo font-family t-1 h2,
.b30 .g1-parrafo font-family t-1 h3 {
  font-family: t-2;
}
.b30 .g0-btn {
  margin: auto;
  width: 250px;
}
@media screen and (max-width: 1366px) {
  .b30.terminos .wancho {
    width: 51%;
  }
}
@media screen and (max-width: 1200px) {
  .b30 .wancho {
    width: 53%;
  }
  .b30.gracias .wancho {
    width: 57%;
  }
  .b30 .g1-title.terminos {
    width: 97%;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .b30.gracias .wancho {
    width: 64%;
  }
}
@media screen and (max-width: 480px) {
  .b30 .wancho {
    width: 88%;
  }
  .b30.gracias .wancho {
    width: 70%;
  }
  .b30 .g1-title.terminos {
    width: 100%;
  }
  .b30.terminos .wancho {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .b30.gracias .wancho {
    width: 90%;
  }
}

.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;
  padding-bottom: 10px;
}
.b4 h3 {
  font-size: 30px;
  letter-spacing: 0.6px;
  color: #071468;
  margin-bottom: 33px;
  font-family: 'ProductSans-Bold', sans-serif;
}
.b4Wrap {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b4Item {
  width: 25%;
  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: relative;
  height: 86px;
  margin-bottom: 25px;
}
.b4Item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background: #e0e0e0;
}
.b4Item:nth-child(4n):after {
  display: none;
}
.b4Item:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .b4Item {
    width: 50%;
  }
  .b4 h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .b4Wrap .owl-nav {
    display: none;
  }
  .b4Wrap .owl-item {
    position: relative;
  }
  .b4Wrap .owl-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 35px;
    background: #e0e0e0;
  }
  .b4Item {
    width: 100%;
    margin-bottom: 0;
  }
  .b4Item figure {
    padding-right: 13px;
    padding-left: 29px;
  }
  .b4Item img {
    max-width: 172px;
  }
}

.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 {
  position: relative;
  padding-bottom: 56px;
}
.b5 .gButton {
  max-width: 196px;
  width: 100%;
}
.b5Top {
  margin-bottom: 36px;
}
.b5Top .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 39px;
  border-top: 1px solid #e0e0e0;
}
.b5Top h3 {
  font-size: 30px;
  letter-spacing: 0.6px;
  font-size: 30px;
  font-family: 'ProductSans-Bold', sans-serif;
  color: #071468;
}
.b5Top .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5Top .owl-prev,
.b5Top .owl-next {
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.b5Top .owl-prev:before,
.b5Top .owl-next:before {
  content: '\e90b';
  font-family: 'icomoon';
  color: #9ccf36;
  font-size: 18px;
}
.b5Top .owl-next {
  margin-left: 29px;
}
.b5Top .owl-next:before {
  content: '\e90a';
}
.b5Wrap {
  margin-bottom: 29px;
}
.b5Wrap.not-owl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  margin-left: 18%;
}
.b5Wrap.not-owl .b5Item {
  margin-right: 23px;
}
.b5Wrap.not-owl .b5Item:last-child {
  margin-right: 0;
}
.b5Wrap.owl-carousel .owl-item {
  width: 417px !important;
}
.b5Item {
  border-radius: 8px;
  border: solid 1px rgba(14,37,165,0.2);
  overflow: hidden;
  max-width: 417px;
  margin: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b5Item:hover {
    -webkit-box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
    box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
  }
}
.b5Img {
  width: 100%;
  height: 187px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b5Info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 24px 32px 37px;
}
.b5Info div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 16px;
}
.b5Info img {
  max-width: 24px;
  margin: 0;
  width: 100%;
  margin-right: 9px;
}
.b5Info span {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.32px;
  margin: 0;
  font-family: 'ProductSans-Bold', sans-serif;
  color: #0e25a5;
  display: block;
}
.b5Info h4 {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.36px;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .b5Wrap.not-owl {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1440px) {
  .b5Wrap.not-owl {
    margin-left: 8%;
  }
}
@media screen and (max-width: 1366px) {
  .b5Wrap.not-owl {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .b5Wrap.not-owl {
    margin-left: 6%;
  }
}
@media screen and (max-width: 1280px) {
  .b5 .owl-stage {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .b5Wrap.owl-carousel .owl-item {
    width: 347px !important;
  }
}
@media screen and (max-width: 767px) {
  .b5Wrap.owl-carousel .owl-item {
    width: 290px !important;
  }
  .b5 {
    padding-bottom: 40px;
  }
  .b5Top .owl-nav {
    display: none;
  }
  .b5Top h3 {
    font-size: 20px;
    text-align: center;
  }
  .b5Top .wancho {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 23px;
  }
  .b5Img {
    height: 165px;
  }
  .b5Info {
    padding-left: 29px;
    padding-right: 22px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 320px) {
  .b5 .owl-stage {
    padding-left: 25px;
  }
  .b5 .owl-item {
    max-width: 250px !important;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  position: relative;
  padding-bottom: 60px;
}
.b6Ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 53px;
  border-top: 1px solid #e0e0e0;
}
.b6Text h3 {
  font-family: 'ProductSans-Bold', sans-serif;
  color: #071468;
  font-size: 30px;
  letter-spacing: 0.6px;
  max-width: 281px;
  width: 100%;
  margin-bottom: 30px;
}
.b6Text a {
  max-width: 196px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #0e25a5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #0e25a5;
  font-family: 'ProductSans-Bold', sans-serif;
  margin: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b6Text a:hover {
    background: #0e25a5;
    color: #fff;
    -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
    box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  }
}
.b6Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 74%;
}
.b6Destacada {
  max-width: 449px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  background-color: #fff;
  margin: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b6Destacada:hover {
    -webkit-box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
    box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
  }
}
.b6DestacadaImg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 267px;
  width: 100%;
}
.b6Info,
.b6Item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 29px 18px 23px;
  display: block;
}
.b6Info span,
.b6Item span {
  font-size: 14px;
  line-height: 1.52;
  color: #828282;
  display: block;
  margin-bottom: 11px;
}
.b6Info h4,
.b6Item h4 {
  font-size: 18px;
  font-family: 'ProductSans-Bold', sans-serif;
  line-height: 1.22;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}
.b6Info .gParrafo,
.b6Item .gParrafo {
  max-width: 394px;
  width: 100%;
  font-size: 15px;
  color: #333;
  line-height: 1.52;
}
.b6Info .gParrafo p,
.b6Item .gParrafo p {
  margin: 0;
}
.b6List {
  max-width: 397px;
  width: 100%;
}
.b6Item {
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 26px;
  border-bottom: 1px solid rgba(14,37,165,0.2);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b6Item:last-child {
  border-bottom: none;
}
.b6Item .gParrafo {
  margin-bottom: 12px;
}
.b6Item span {
  margin-bottom: 0;
}
.b6Item h4 {
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .b6Item:hover {
    border-radius: 8px;
    -webkit-box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
    box-shadow: 0px 24px 31px -13px rgba(10,17,62,0.37);
  }
}
@media screen and (max-width: 1024px) {
  .b6Ctn {
    -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;
  }
  .b6Wrap {
    width: 95%;
  }
  .b6Text {
    margin-bottom: 51px;
    text-align: center;
  }
  .b6Text h3 {
    font-size: 25px;
    margin-bottom: 23px;
    letter-spacing: 0.4px;
    max-width: 100%;
  }
  .b6Text a {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .b6Destacada {
    height: fit-content;
    max-width: 350px;
  }
  .b6List {
    max-width: 305px;
  }
}
@media screen and (max-width: 767px) {
  .b6Wrap {
    -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%;
    margin: auto;
  }
  .b6Text h3 {
    font-size: 20px;
  }
  .b6Ctn {
    padding-top: 27px;
  }
  .b6DestacadaImg {
    height: 194px;
  }
  .b6Info {
    padding: 25px 22px 36px 23px;
  }
  .b6Info h4,
  .b6Item h4 {
    margin-bottom: 14px;
  }
  .b6Destacada {
    margin-bottom: 53px;
  }
  .b6Item:first-child {
    padding-top: 0;
  }
  .b6List {
    max-width: 100%;
  }
  .b6 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .b6Wrap {
    max-width: 328px;
  }
  .b6List {
    max-width: 328px;
  }
}

.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;
}
.b8 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 57px;
  padding-bottom: 88px;
}
.b8:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 54%;
  background: #ecf2e8;
}
.b8 .wancho {
  position: relative;
}
.b8 .hojaIzq,
.b8 .hojaDer,
.b8 .verde {
  position: absolute;
}
.b8 .hojaIzq {
  left: 0;
  top: 7%;
}
.b8 .hojaDer {
  right: 13%;
  top: 0;
}
.b8 .verde {
  left: 0;
  bottom: 23%;
  z-index: 10;
}
.b8 h1 {
  font-size: 45px;
  color: #0e25a5;
  line-height: 1.21;
  text-align: center;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 56px;
}
.b8Img {
  width: 100%;
  height: 496px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 61px;
}
.b8Ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.b8Ctn h2 {
  max-width: 486px;
  width: 100%;
  font-size: 20px;
  line-height: 1.52;
  font-family: 'ProductSans-Bold', sans-serif;
  margin-bottom: 0;
  color: #333;
}
.b8Ctn .gParrafo {
  max-width: 408px;
  font-size: 16px;
  line-height: 1.52;
}
@media screen and (max-width: 1024px) {
  .b8 .verde {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .b8 {
    padding-top: 50px;
    padding-bottom: 48px;
  }
  .b8 h1 {
    margin-bottom: 29px;
  }
  .b8 .hojaIzq,
  .b8 .hojaDer {
    display: none;
  }
  .b8Img {
    height: 312px;
    margin-bottom: 51px;
  }
  .b8 .verde {
    bottom: 41%;
  }
  .b8Ctn {
    -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;
  }
  .b8Ctn h2 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.22;
    max-width: 569px;
  }
  .b8Ctn .gParrafo {
    max-width: 625px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b8 h1 {
    font-size: 30px;
  }
  .b8Img {
    height: 135px;
  }
  .b8 .verde {
    bottom: 50%;
    width: 49%;
    left: -55px;
  }
  .b8:before {
    height: 72%;
  }
  .b8Ctn h2 {
    font-size: 18px;
    text-align: left;
    max-width: 323px;
  }
  .b8Ctn .gParrafo {
    text-align: left;
    max-width: 328px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  position: relative;
  padding-top: 83px;
  padding-bottom: 150px;
}
.b9 span {
  max-width: 840px;
  width: 100%;
  margin: auto;
  display: block;
  font-size: 30px;
  line-height: 1.24;
  color: #0e25a5;
  font-family: 'ProductSans-Bold', sans-serif;
}
.b9 span strong {
  color: #9ccf36;
}
.b9Parrafo {
  max-width: 753px;
  width: 100%;
  line-height: 1.52;
  margin-bottom: 76px;
}
.b9Ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 131px;
}
.b9Item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 29px;
}
.b9Item img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 17px;
}
.b9Item h3 {
  font-size: 25px;
  line-height: 1.52;
  letter-spacing: 0.5px;
  font-family: 'ProductSans-Bold', sans-serif;
  color: #9ccf36;
  margin-bottom: 9px;
}
.b9Item .gParrafo {
  max-width: 408px;
  width: 100%;
  font-size: 16px;
  line-height: 1.52;
}
.b9CtnImg {
  max-width: 592px;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .b9Wrap {
    max-width: 40%;
  }
  .b9CtnImg {
    max-width: 547px;
  }
}
@media screen and (max-width: 768px) {
  .b9 {
    padding-top: 29px;
    padding-bottom: 58px;
  }
  .b9Parrafo {
    margin-bottom: 56px;
    text-align: center;
  }
  .b9Ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 42px;
  }
  .b9Wrap {
    max-width: 100%;
    margin-bottom: 41px;
  }
  .b9CtnImg {
    max-width: 88%;
    height: 310px;
  }
  .b9 span {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b9Parrafo {
    font-size: 18px;
    text-align: left;
  }
  .b9Wrap {
    max-width: 97%;
  }
  .b9Item {
    margin-bottom: 38px;
  }
  .b9Item:last-child {
    margin-bottom: 0;
  }
  .b9CtnImg {
    max-width: 100%;
    height: 205px;
  }
  .b9 span {
    text-align: left;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
footer {
  position: relative;
  height: 419px;
  max-height: 419px;
  overflow: hidden;
  top: -35px;
}
footer .wancho {
  padding-top: 158px;
  position: relative;
  z-index: 50;
}
.fondoFooter {
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.fLogo {
  max-width: 151px;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}
.fTop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 43px;
  width: 94%;
}
.fDir {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.36px;
  font-family: 'ProductSans-Bold', sans-serif;
  max-width: 379px;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .fDir:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.fContacto {
  margin-right: 6%;
}
.fContacto a {
  color: #fff;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.36px;
  font-family: 'ProductSans-Bold', sans-serif;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-bottom: 17px;
}
.fContacto a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .fContacto a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.fRedes .politicas {
  line-height: 1.52;
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  position: relative;
}
.fRedes .politicas:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.fRedes div {
  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;
}
.fRedes div a {
  margin: 0;
  margin-right: 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.fRedes div a:last-child {
  margin-right: 0;
}
.fRedes div a:before {
  color: #fff;
  font-size: 22px;
}
.fRedes div a.facebook:before {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .fRedes div a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.fBottom {
  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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
}
.fBottom a {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .fBottom a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.fBottom p {
  font-size: 12px;
  color: #fff;
  line-height: 1.52;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fondoFooter {
    display: none;
  }
  footer {
    background: #0e25a5;
    height: auto;
    max-height: initial;
    top: initial;
    padding-bottom: 25px;
  }
  footer .wancho {
    padding-top: 36px;
    text-align: center;
  }
  .fLogo {
    margin-bottom: 43px;
  }
  .fTop {
    width: 100%;
    -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;
    margin-bottom: 32.5px;
  }
  .fBottom {
    -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;
  }
  .fBottom a {
    position: relative;
    bottom: initial;
    left: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .fDir {
    max-width: 329px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .fContacto {
    margin: 0;
    margin-bottom: 29px;
  }
  .fContacto a {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .fRedes div {
    -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;
  }
  .fRedes .politicas {
    margin-bottom: 39px;
  }
  .fRedes div a:before {
    font-size: 30px;
  }
  .fRedes div a.facebook:before {
    font-size: 35px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1010;
  border-bottom: 1px solid #e0e0e0;
}
.header .menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu-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-item {
  position: relative;
  margin-right: 51px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .menu-item:last-child {
  margin-right: 0;
}
.header .menu-item.lineas:after {
  content: '\e608';
  font-family: 'icomoon';
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #14259b;
  font-size: 24px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (min-width: 1024px) {
  .header .menu-item.lineas:hover:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -o-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    top: -75%;
  }
}
.header .menu-item:hover .menu-link,
.header .menu-item.active .menu-link {
  color: #9ccf36;
}
.header .menu-link {
  color: #4f4f4f;
  font-family: 'ProductSans-Regular', sans-serif;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.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;
  height: 91px;
}
.header-logo {
  margin: 0;
}
.header-logo img {
  display: block;
  max-width: 204px;
  height: auto;
  width: 100%;
}
.hTelf {
  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;
  max-width: 196px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #0e25a5;
  font-size: 16px;
  letter-spacing: 0.32px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0e25a5;
  font-family: 'ProductSans-Bold', sans-serif;
}
.hTelf i {
  margin: 0;
  margin-right: 7px;
}
@media screen and (min-width: 1024px) {
  .hTelf:hover {
    background: #0e25a5;
    color: #fff;
    -webkit-box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
    box-shadow: 0 3px 10px -5px rgba(22,27,54,0.55);
  }
}
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 .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: #ecf2e8;
  -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;
  z-index: 1010;
}
.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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 107px;
  padding-right: 38px;
}
.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: 18px;
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
  position: relative;
}
.menu-responsive .menu-item:last-child {
  margin-bottom: 0;
}
.menu-responsive .menu-item.active .menu-link {
  color: #9ccf36;
}
.menu-responsive .menu-item.lineas {
  width: 100%;
}
.menu-responsive .menu-item.lineas:after {
  content: '\e608';
  font-family: 'icomoon';
  position: absolute;
  right: 58px;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #14259b;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 24px;
}
.menu-responsive .menu-item.lineas.active:after {
  -webkit-transform: rotate(180deg) translateY(-50%);
  -moz-transform: rotate(180deg) translateY(-50%);
  -o-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
  top: -12px;
}
.menu-responsive .menu-item .hMenu {
  display: none;
  position: relative;
  left: initial;
  bottom: initial;
  height: auto;
  background: none;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  padding-left: 0;
  padding-right: 0;
  -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-bottom: 29px;
  padding-left: 19px;
}
.menu-responsive .menu-item .hMenu li span {
  max-width: 100%;
  padding: 0;
  text-align: left;
  width: auto;
  margin: 0;
}
.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: #4f4f4f;
  font-size: 18px;
  letter-spacing: 0.36;
  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;
}
.menu-responsive .hMenu li a {
  -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;
  min-width: auto;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 13px;
}
.menu-responsive .hMenu li a.active {
  color: #9ccf36;
}
.menu-responsive .hMenu li {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.menu-responsive .hMenu li:after {
  display: none;
}
.menu-responsive .hMenu li:last-child {
  border-bottom: none;
}
.menu-responsive .hMenu li:last-child a {
  padding-bottom: 0;
}
@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;
}
.hMenu {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -140px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 139px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 47px;
  -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: 47px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.hMenu li {
  position: relative;
  margin: 0;
}
.hMenu li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background: #e0e0e0;
}
.hMenu li:last-child:after {
  display: none;
}
.hMenu li.todes span {
  color: #14259b;
}
.hMenu li a {
  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: fit-content;
  min-width: 175px;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .hMenu li a:hover,
  .hMenu li a.active {
    background: #9ccf36;
  }
  .hMenu li a:hover span,
  .hMenu li a.active span {
    color: #fff;
  }
}
.hMenu li span {
  max-width: 175px;
  width: 175px;
  text-align: center;
  font-size: 16px;
  padding-left: 21px;
  font-family: 'ProductSans-Bold', sans-serif;
  padding-right: 21px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.hMenu.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 1440px) {
  .hMenu li span {
    max-width: 154px;
  }
}
@media screen and (max-width: 1366px) {
  .hMenu li span {
    max-width: 142px;
  }
}
@media screen and (max-width: 1280px) {
  .hMenu li a {
    min-width: 170px;
  }
  .hMenu li span {
    max-width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .hMenu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .menu-mobile-close,
  .menu-mobile-open {
    right: 32px;
    top: 23px;
  }
  .menu-mobile-close:before,
  .menu-mobile-open:before {
    font-size: 50px;
    color: #9ccf36;
  }
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    width: 148px;
  }
  .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);
  }
  .hTelf {
    margin-right: 83px;
  }
}
@media screen and (max-width: 767px) {
  .hTelf {
    font-size: 0;
    max-width: 45px;
    width: 100%;
    height: 35px;
  }
  .hTelf i {
    margin-right: 0;
    position: relative;
    left: 3px;
    font-size: 18px;
  }
  .menu-responsive .menu-item .hMenu li span:hover {
    color: #9ccf36;
  }
}
