.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-box.boxlight-h .wrapp-box-inner {
  position: relative;
  z-index: 1000;
}
.close-boxlight {
  border: none;
  background-color: #001c71;
  color: #fff;
  width: 50px;
  height: 50px;
  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;
}
.close-boxlight:after {
  content: "\e605";
  font-family: 'icomoon';
}
.g0-cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g0-cnt-btn.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g0-link {
  font-size: 18px;
  font-family: 'NunitoSans-Light', sans-serif;
  color: #fff;
  margin: 0;
}
.g0-link span {
  font-size: 14px;
  margin: 0;
  color: #6cd046;
  margin-right: 10px;
}
.g0-btn {
  width: 170px;
  height: 44px;
  margin: 0;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn:hover {
  background-color: #212121;
  color: #c6c6c6;
}
.g0-btn.w160 {
  width: 160px;
}
.g0-btn.w185 {
  width: 185px;
}
.g0-btn.w219 {
  width: 219px;
}
.g0-btn.green {
  width: 141px;
  color: #fff;
  border-color: transparent;
  background: #6cd046;
  -webkit-box-shadow: 0px 2px 6px rgba(72,141,46,0.35);
  box-shadow: 0px 2px 6px rgba(72,141,46,0.35);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.green:hover {
  background-color: #58b834;
  color: #f5f9fc;
}
.g0-btn.greenw129 {
  width: 129px;
  color: #fff;
  background-color: #6cd046;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.greenw129:hover {
  border-color: transparent;
  background-color: #58b834;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-input ::-webkit-input-placeholder {
  color: #c3c3c3;
  font-family: 'NunitoSans-Light', sans-serif;
}
.g-input :-moz-placeholder {
  color: #c3c3c3;
  font-family: 'NunitoSans-Light', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #c3c3c3;
  font-family: 'NunitoSans-Light', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #c3c3c3;
  font-family: 'NunitoSans-Light', sans-serif;
}
.g-input input,
.g-input select,
.g-input textarea {
  width: 100%;
  height: 40px;
  background: none;
  color: #000;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 19px;
}
.g-input input:focus,
.g-input select:focus,
.g-input textarea:focus {
  border-color: #000;
}
.g-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.g-input textarea {
  height: 73px;
  padding: 17px;
}
.g-input option {
  color: #000;
}
.g-select {
  position: relative;
}
.g-select:after {
  content: "\e608";
  display: inline-block;
  color: #000;
  font-family: 'icomoon';
  font-size: 25px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
}
.g-input_select_two .g-select {
  width: 80px;
}
.g-input_select_two .g-select select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.g-input_document {
  width: calc(100% - 80px);
}
.g-input_document input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.g-required {
  display: block;
  line-height: 20px;
  color: rgba(0,0,0,0.8);
  font-size: 13px;
  mix-blend-mode: normal;
}
.g-check {
  position: relative;
}
.g-check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check input[type="checkbox"]:checked + label .g-check_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-check label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-check_icon {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.g-check_icon:before {
  content: "✔";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: 'NunitoSans-SemiBold', sans-serif;
  font-size: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check_text {
  width: calc(100% - 33px);
  line-height: 15px;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
}
.g-check_text p {
  margin: 0;
}
.g-check_text a {
  color: #000;
  text-decoration: underline;
}

.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #f00;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: 'NunitoSans-Regular', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.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;
}
.wsp_fixed {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  right: 35px;
  bottom: 52px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .wsp_fixed {
    right: 20px;
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wsp_fixed {
    bottom: 40px;
  }
}
.wsp_icon {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.wsp_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.wsp_gota1 {
  display: block;
  width: 55px;
  height: 55px;
  background: rgba(92,207,63,0.29);
  border-radius: 50%;
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .wsp_gota1 {
    width: 55px;
    height: 55px;
  }
}
.wsp_gota2 {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(92,207,63,0.2);
  border-radius: 50%;
  -webkit-animation: gota 1s infinite ease;
  -moz-animation: gota 1s infinite ease;
  -o-animation: gota 1s infinite ease;
  -ms-animation: gota 1s infinite ease;
  animation: gota 1s infinite ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .wsp_gota2 {
    width: 65px;
    height: 65px;
  }
}
@-moz-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes gota {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  20% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  80% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1slider .svg_cargador {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.b1slider .svg_cargador #Layer_1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.b1slider .svg_cargador .st0,
.b1slider .svg_cargador .st1 {
  fill: none;
  stroke: #a6a6a6;
  stroke-miterlimit: 10;
}
.b1slider .svg_cargador .st0 {
  stroke-width: 0.5;
}
.b1slider .svg_cargador .st1 {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke: #6cd046;
}
.b1slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  position: absolute;
  bottom: 130px;
  z-index: 70;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1slider .slick-dots {
    width: 100%;
    bottom: 30px;
  }
}
.b1slider .slick-dots li {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
}
.b1slider .slick-dots li.slick-active {
  -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 40px;
  height: 40px;
}
.b1slider .slick-dots li.slick-active .svg_cargador {
  width: 40px;
  height: 40px;
}
.b1slider .slick-dots li.slick-active .svg_cargador .st1 {
  -webkit-animation: dash 5s ease-in forwards;
  -moz-animation: dash 5s ease-in forwards;
  -o-animation: dash 5s ease-in forwards;
  -ms-animation: dash 5s ease-in forwards;
  animation: dash 5s ease-in forwards;
}
.b1slider .slick-dots li.slick-active button {
  text-indent: 0;
  font-size: 20px;
  width: auto;
  height: auto;
  line-height: 40px;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 15px;
  background-color: transparent;
}
.b1slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dcebd9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
  padding: 0;
}
.b1slider .slick-dots li button:before {
  display: none;
}
.b1item.animation .b1info {
  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);
}
.b1block {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1block {
    height: 500px;
  }
}
.b1banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
}
.b1info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 820px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.b1title {
  max-width: 615px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1title {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .b1title {
    text-align: center;
  }
}
.b1title h3 {
  line-height: 1;
  color: #fff;
  font-family: 'NunitoSans-Light', sans-serif;
  font-size: 16px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .b1title h3 {
    font-size: 14px;
  }
}
.b1title h2 {
  line-height: 51px;
  color: #fff;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  font-weight: normal;
  font-size: 50px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1title h2 {
    line-height: 1.1;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1title h2 {
    font-size: 32px;
  }
}
.b1btn {
  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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .b1btn {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
  }
}
.b1btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  line-height: 1;
  background: #001c71;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 6px rgba(14,37,94,0.5);
  box-shadow: 0px 2px 6px rgba(14,37,94,0.5);
  padding: 0 31px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1btn:hover a {
  background-color: #021654;
}
.b1boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1370px;
  width: 94%;
  margin-top: -74px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .b1boxes {
    margin-top: 20px;
  }
}
.b1boxes_item {
  display: block;
  width: calc(16% - 14px);
  background: #0c1b43;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 27px -19px rgba(12,27,67,0.42);
  box-shadow: 0px 28px 27px -19px rgba(12,27,67,0.42);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 39px 32px 82px 32px;
  margin: 14px 7px 0 7px;
}
@media screen and (min-width: 1025px) {
  .b1boxes_item:hover .b1boxes_btn_arrow {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(180deg) translateX(0px);
    -moz-transform: rotate(180deg) translateX(0px);
    -o-transform: rotate(180deg) translateX(0px);
    -ms-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
  }
  .b1boxes_item:hover .b1boxes_btn_text {
    color: #6cd046;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1460px) {
  .b1boxes_item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b1boxes_item {
    width: calc(33.333333333333336% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .b1boxes_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .b1boxes_item:first-child {
    margin-top: 0;
  }
}
.b1boxes_icon {
  width: 55px;
  border-bottom: 4px solid rgba(255,255,255,0.3);
  padding-bottom: 15px;
  margin: 0 0 11px 0;
}
@media screen and (max-width: 1460px) {
  .b1boxes_icon {
    width: 40px;
  }
}
.b1boxes_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1boxes_text {
  line-height: 1.22;
  color: #fff;
  font-family: 'NunitoSans-Light', sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1460px) {
  .b1boxes_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b1boxes_text {
    font-size: 17px;
  }
}
.b1boxes_text p {
  margin: 0;
}
.b1boxes_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 28px;
}
@media screen and (max-width: 1460px) {
  .b1boxes_btn {
    left: 20px;
  }
}
.b1boxes_btn_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10px;
  height: 10px;
  line-height: 1;
  color: #6cd046;
  font-size: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 6px 0 0px;
}
@media screen and (min-width: 1025px) {
  .b1boxes_btn_arrow {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(180deg) translateX(10px);
    -moz-transform: rotate(180deg) translateX(10px);
    -o-transform: rotate(180deg) translateX(10px);
    -ms-transform: rotate(180deg) translateX(10px);
    transform: rotate(180deg) translateX(10px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1024px) {
  .b1boxes_btn_arrow {
    color: #f4f4f4;
  }
}
.b1boxes_btn_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b1boxes_btn_text {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1460px) {
  .b1boxes_btn_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b1boxes_btn_text {
    font-size: 13px;
  }
}
@-moz-keyframes dash {
  0 {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0 {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0 {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0 {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  padding-top: 83px;
  padding-bottom: 120px;
}
.b10 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b10 .owl-nav {
  display: none;
}
.b10 .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.b10 .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dcebd9;
  margin-left: 28px;
  cursor: pointer;
}
.b10 .owl-dot:first-child {
  margin-left: 0;
}
.b10 .owl-dot.active {
  background-color: #6cd046;
}
.b10-left {
  width: 43%;
}
@media screen and (max-width: 745px) {
  .b10-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b10-title {
  font-size: 40px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 745px) {
  .b10-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b10-title {
    font-size: 30px;
  }
}
.b10-descripcion {
  font-size: 16px;
  line-height: 26px;
  color: #212121;
  text-align: justify;
}
.b10-logo {
  text-align: center;
}
.b10-logo img {
  max-width: 100%;
  height: auto;
}
.b10-right {
  width: 32%;
}
@media screen and (max-width: 1200px) {
  .b10-right {
    width: 41%;
  }
}
@media screen and (max-width: 960px) {
  .b10-right {
    width: 52%;
  }
}
@media screen and (max-width: 745px) {
  .b10-right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.b10-list-it {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b10-figura {
  width: 48.8%;
  padding: 12px 18px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  border-radius: 5px;
  margin-left: 2.4%;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b10-figura:first-child {
  margin-left: 0;
}
.b10-figura:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .b10-figura {
    padding: 10px 10px;
  }
}
.b10-logo img {
  max-width: 100%;
  height: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b11:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: linear-gradient(90deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  position: absolute;
}
.b11 .wancho {
  height: 370px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 745px) {
  .b11 .wancho {
    height: 240px;
  }
}
.b11-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .b11-title {
    font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  padding-top: 77px;
  position: relative;
}
.b12 .wancho {
  z-index: 3;
  position: relative;
}
.b12 .g0-cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b12 .g0-btn.green {
  margin-left: 14px;
}
.b12:before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/color-servicio.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b12:before {
  content: "";
  bottom: 0;
  left: 0;
}
.b12.sectores .b12-bgc {
  height: 950px;
}
@media screen and (max-width: 960px) {
  .b12.sectores .b12-bgc {
    height: 918px;
  }
}
@media screen and (max-width: 745px) {
  .b12.sectores .b12-bgc {
    height: 90%;
  }
}
@media screen and (max-width: 745px) {
  .b12 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .b12 .g0-cnt-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b12-bgc {
  width: 100%;
  height: 900px;
  background-color: #f2f4f8;
  top: 0;
  left: 0;
  position: absolute;
}
.b12-bgc:after {
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 100vw 270px 0;
  border-color: transparent #f2f4f8 transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b12-bgc:after {
    border-width: 0 100vw 120px 0;
  }
}
@media screen and (max-width: 960px) {
  .b12-bgc:after {
    display: none;
  }
}
.b12-sombra {
  top: 0;
  right: 60px;
  position: absolute;
}
.b12-sombra img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .b12-sombra {
    display: none;
  }
}
.b12-list {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 745px) {
  .b12-list {
    max-width: 580px;
    margin: 0 auto;
  }
  .b12-list:after {
    display: none;
  }
}
.b12-item {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 130px;
}
.b12-item:first-child {
  margin-left: 0;
}
.b12-item:nth-child(2n+1) {
  margin-left: 0;
  position: relative;
}
.b12-item:nth-child(2n+1):after {
  content: "";
  bottom: -60px;
  left: 0;
  right: 0;
  width: 204%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: #e0e0e0;
}
.b12-item:hover .b12-figura img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 745px) {
  .b12-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .b12-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .b12-item {
    position: relative;
  }
  .b12-item:after {
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    width: 204%;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    background-color: #e0e0e0;
  }
  .b12-item:nth-child(2n+1):after {
    bottom: -30px;
  }
}
.b12-item:last-child:after {
  display: none;
}
.b12-title-it {
  font-size: 30px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 20px;
}
.b12-figura {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.b12-figura img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  padding-top: 110px;
  padding-bottom: 70px;
  background-color: #f2f4f8;
  position: relative;
}
.b13:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  z-index: 1;
  position: absolute;
  background-color: #001c71;
}
.b13 .wancho {
  z-index: 5;
  position: relative;
}
.b13 .owl-nav {
  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;
  width: 100%;
  bottom: 40px;
  left: 0;
  position: absolute;
}
.b13 .owl-prev,
.b13 .owl-next {
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: #c6c6c6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 100%;
  font-size: 15px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.b13 .owl-prev:hover,
.b13 .owl-next:hover {
  background-color: #001c71;
  color: #fff;
}
.b13 .owl-prev {
  margin-right: 23px;
}
@media screen and (max-width: 480px) {
  .b13 {
    padding-top: 70px;
  }
  .b13:after {
    height: 330px;
  }
  .b13 .owl-nav {
    bottom: 30px;
  }
  .b13 .owl-prev,
  .b13 .owl-next {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
}
.b13-sombra {
  top: 110px;
  right: 30px;
  height: 795px;
  width: 859px;
  z-index: 4;
  position: absolute;
}
.b13-sombra img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b13-sombra {
    top: 169px;
    right: -33px;
    width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .b13-sombra {
    display: none;
  }
}
.b13-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 78px;
}
@media screen and (max-width: 960px) {
  .b13-title {
    margin-bottom: 50px;
  }
}
.b13-item-sl {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 435px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b13-item-sl {
    height: 315px;
  }
}
.b13-list {
  margin-top: 77px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b13-list {
    margin-top: 50px;
  }
}
.b13-left {
  width: 49.2%;
}
@media screen and (max-width: 960px) {
  .b13-left {
    width: 51%;
  }
}
@media screen and (max-width: 745px) {
  .b13-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b13-title-left {
  font-size: 30px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 17px;
  color: #001c71;
}
.b13-description {
  font-size: 16px;
  text-align: justify;
}
.b13-description p {
  margin: 0;
  margin-bottom: 36px;
}
.b13-description ul li {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.b13-description ul li:after {
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 9px;
  position: absolute;
  background-image: url("../img/lista.svg");
}
.b13-right {
  width: 40.9%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  border-radius: 6px;
}
@media screen and (max-width: 960px) {
  .b13-right {
    width: 46%;
  }
}
@media screen and (max-width: 745px) {
  .b13-right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b13-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.b13-form {
  max-width: 332px;
  margin: 0 auto;
}
.b13-title-form {
  font-size: 30px;
  color: #001c71;
  margin-bottom: 12px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
}
@media screen and (max-width: 480px) {
  .b13-title-form {
    font-size: 25px;
  }
}
.b13-description-form {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
}
.b13-description-form p {
  margin: 0;
}
.b13form ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b13form 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-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b13form li {
  width: 47.781569965870304%;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .b13form li {
    width: 100%;
  }
}
.b13-img-calendar {
  position: absolute;
  top: 30px;
  left: 20px;
  pointer-events: none;
}
.b13textfield {
  display: block;
  line-height: 1;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  letter-spacing: 0.01em;
}
.b13textfield.black {
  color: #212121;
}
.b13input {
  margin-bottom: 16px;
}
.b13input.date {
  position: relative;
}
.b13input.date input {
  padding-left: 50px;
}
.b13input.date:after {
  content: "\e908";
  right: 10px;
  top: 40px;
  z-index: 1;
  color: #001c71;
  font-size: 7px;
  font-family: 'icomoon';
  position: absolute;
  pointer-events: none;
}
.b13input input {
  width: 100%;
  height: 44px;
  background: #fff;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}
.b13input input:focus {
  border: 1px solid #212121;
}
.b13select {
  position: relative;
}
.b13select:after {
  content: "\e608";
  width: 24px;
  height: 24px;
  color: #fff;
  font-family: 'icomoon';
  font-size: 24px;
  position: absolute;
  right: 13px;
  bottom: 13px;
}
.b13select select {
  width: 100%;
  height: 50px;
  background: #212121;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}
.b13textarea textarea {
  width: 100%;
  height: 74px;
  background: #fff;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  padding-top: 7px;
}
.b13textarea textarea:focus {
  border: 1px solid #212121;
}
.b13requiredtext {
  display: block;
  line-height: 1;
  color: #304559;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 12px;
  margin: 16px 0 0 0;
}
.b13politica {
  position: relative;
  margin-top: 10px;
}
.b13politica input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b13politica input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b13politica label {
  display: block;
  line-height: 1.1;
  color: #304559;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.b13politica label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #001c71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
}
.b13politica label:after {
  content: "✔";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #001c71;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0px;
  left: 0px;
}
.b13politica a {
  color: #304559;
  font-family: 'NunitoSans-Bold', sans-serif;
  text-decoration: underline;
}
.b13btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b13btn button {
  width: 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;
  -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;
  height: 44px;
  line-height: 1;
  letter-spacing: 0.01em;
  background: #001c71;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: 0px 2px 6px rgba(14,37,94,0.5);
  box-shadow: 0px 2px 6px rgba(14,37,94,0.5);
  border-radius: 5px;
  padding: 0 45px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b13btn:hover button {
  background-color: #021654;
}
.b13info {
  padding-top: 147px;
  padding-left: 139px;
}
@media screen and (max-width: 1460px) {
  .b13info {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b13info {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b13info {
    width: 94%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.b13info_subtitle {
  margin-bottom: 21px;
}
.b13info_subtitle h3 {
  line-height: 1.1;
  color: #fff;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b13info_subtitle h3 {
    font-size: 15px;
  }
}
.b13info_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.b13info_box:last-child {
  margin-bottom: 0;
}
.b13info_icon {
  display: block;
  width: 18px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 10px 0 0;
}
.b13info_icon_email {
  font-size: 12px;
}
.b13info_text {
  width: calc(100% - 28px);
  line-height: 1.1;
  color: #6cd046;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b13info_text {
    font-size: 13px;
  }
}
.b13info_text p {
  margin: 0;
}
.b13-checkbox {
  max-width: 250px;
  width: 100%;
  margin: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  padding-top: 68px;
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .b14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.b14-ctn-carousel .slick-track {
  margin: 0 auto;
}
.b14-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #212121;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .b14-title {
    font-size: 30px;
  }
}
.b14-subtitle {
  font-size: 18px;
  color: #212121;
  font-family: 'NunitoSans-Light', sans-serif;
  margin-bottom: 30px;
}
.b14-slider-item figure img {
  max-width: 100%;
  height: auto;
}
.b14-carousel-item figure img {
  max-width: 100%;
  height: auto;
}
.b14-slider-carousel {
  position: relative;
}
.b14-carousel {
  bottom: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  max-width: 542px;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .b14-carousel {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .b14-carousel {
    max-width: 270px;
    position: static;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.b14-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  bottom: 75px;
  z-index: 3;
  position: absolute;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .b14-controls {
    bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .b14-controls {
    bottom: 40px;
  }
}
.b14-next,
.b14-prev {
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  color: #c6c6c6;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b14-next:hover,
.b14-prev:hover {
  background-color: #001c71;
  color: #fff;
}
@media screen and (max-width: 745px) {
  .b14-next,
  .b14-prev {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .b14-next,
  .b14-prev {
    width: 33px;
    height: 33px;
  }
}
.b14-next {
  right: -28px;
}
@media screen and (max-width: 480px) {
  .b14-next {
    right: -12px;
  }
}
.b14-prev {
  right: 520px;
}
@media screen and (max-width: 745px) {
  .b14-prev {
    right: 428px;
  }
}
@media screen and (max-width: 480px) {
  .b14-prev {
    right: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding-top: 105px;
  background-color: #fff;
}
.b15 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 100px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b15 {
    padding-top: 80px;
  }
  .b15 .wancho {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 745px) {
  .b15 {
    padding-top: 60px;
  }
  .b15 .wancho {
    padding-bottom: 60px;
  }
}
.b15-left {
  width: 49.1%;
}
@media screen and (max-width: 745px) {
  .b15-left {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 30px;
  }
}
.b15-figura img {
  max-width: 100%;
  height: auto;
}
.b15-right {
  width: 40.9%;
}
.b15-right .g0-cnt-btn {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .b15-right {
    width: 47%;
  }
}
@media screen and (max-width: 745px) {
  .b15-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.b15-title {
  font-size: 18px;
  font-family: 'NunitoSans-SemiBold', sans-serif;
  color: #212121;
  line-height: 148%;
  margin-bottom: 20px;
}
.b15-texto {
  font-size: 16px;
  color: #212121;
  position: relative;
  margin-bottom: 49px;
}
.b15-texto p {
  margin: 0;
  margin-bottom: 20px;
}
.b15-texto ul li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.b15-texto ul li:after {
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 9px;
  position: absolute;
  background-image: url("../img/lista.svg");
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b16 .wancho {
  height: 370px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
.b16:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  background: linear-gradient(90deg, rgba(0,0,0,0.88) -2.94%, rgba(0,8,33,0.76) 41.31%, rgba(0,28,113,0) 100.31%);
  opacity: 0.69;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
  filter: alpha(opacity=69);
}
@media screen and (max-width: 745px) {
  .b16 .wancho {
    height: 260px;
  }
}
.b16-title {
  font-size: 50px;
  color: #fff;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
}
@media screen and (max-width: 1600px) {
  .b16-title {
    font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1600 - 320)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  position: relative;
  z-index: 3;
  margin-top: -78px;
  padding-bottom: 106px;
}
.b17 .wancho {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .b17 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 960px) {
  .b17 {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 745px) {
  .b17 {
    padding-bottom: 60px;
  }
  .b17 .g0-cnt-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b17 .wancho {
    width: 90%;
  }
}
.b17-left {
  width: 43%;
  padding-top: 132px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b17-left {
    width: 45%;
    padding-top: 90px;
  }
}
@media screen and (max-width: 960px) {
  .b17-left {
    padding-top: 0;
  }
}
@media screen and (max-width: 745px) {
  .b17-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b17-description {
  font-size: 16px;
  text-align: justify;
  color: #212121;
  line-height: 27px;
  margin-bottom: 40px;
}
.b17-description p {
  margin: 0;
}
.b17-description h3 {
  font-size: 40px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #001c71;
  margin-bottom: 6px;
  margin-top: 31px;
}
@media screen and (max-width: 960px) {
  .b17-description h3 {
    font-size: 30px;
  }
}
.b17-right {
  width: 49.4%;
  z-index: 3;
  position: relative;
  background-color: #808080;
}
@media screen and (max-width: 1200px) {
  .b17-right {
    width: 52%;
  }
}
@media screen and (max-width: 745px) {
  .b17-right {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}
.b17-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b17-linea {
  top: 78px;
  right: -85px;
  position: absolute;
  z-index: 1;
}
.b17-linea img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .b17-linea {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  background-color: #f2f4f8;
  padding-top: 104px;
  padding-bottom: 110px;
}
.b18 .b20-wrap-select select {
  font-size: 16px;
}
@media screen and (max-width: 745px) {
  .b18 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .b18 .b20-fom {
    padding: 35px 25px;
  }
}
.b18-title {
  font-size: 40px;
  color: #001c71;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .b18-title {
    font-size: calc(30px + (40 - 30) * ((100vw - 320px) / (1600 - 320)));
  }
}
.b18-description {
  font-size: 18px;
  line-height: 132%;
  color: #212121;
  font-family: 'NunitoSans-Light', sans-serif;
  margin-bottom: 31px;
  text-align: center;
}
.b18-description p {
  margin: 0;
}
.b18-datos {
  font-size: 16px;
  line-height: 132%;
  color: #001c71;
  margin-bottom: 15px;
  font-family: 'NunitoSans-Bold', sans-serif;
}
.b18-inner {
  max-width: 726px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  border-radius: 6px;
}
@media screen and (max-width: 745px) {
  .b18-inner {
    padding: 0;
  }
}
.b18-form ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b18-form 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-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b18-form li {
  width: 47.95918367346939%;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .b18-form li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.b18-form li.full {
  width: 100%;
}
.b18-label {
  font-size: 14px;
  line-height: 17px;
}

.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;
}
.b20 {
  padding-bottom: 64px;
  padding-top: 64px;
  background-color: #001c71;
}
.b20 .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;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 480px) {
  .b20 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.b20-left {
  width: 39.5%;
}
@media screen and (max-width: 960px) {
  .b20-left {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.b20title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #fff;
  margin-bottom: 27px;
}
@media screen and (max-width: 1600px) {
  .b20title {
    font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1600 - 320)));
  }
}
.b20-description {
  font-size: 20px;
  line-height: 132%;
  color: #f2f4f8;
  font-family: 'NunitoSans-Light', sans-serif;
  margin-bottom: 68px;
}
.b20-description p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b20-description {
    margin-bottom: 40px;
  }
}
.b20-list {
  max-width: 350px;
}
.b20-item {
  min-height: 69px;
  padding-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 28px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b20-item span {
  font-size: 16px;
  color: #f2f4f8;
  margin: 0;
}
.b20-item:hover {
  background: rgba(108,208,70,0.07);
  border: 1px solid #6cd046;
}
@media screen and (max-width: 960px) {
  .b20-item {
    margin-bottom: 15px;
  }
}
.b20-figura-it {
  margin-right: 28px;
}
.b20-figura-it img {
  max-width: 100%;
  height: auto;
}
.b20-right {
  width: 49.25%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b20-right {
    width: 59%;
  }
}
@media screen and (max-width: 960px) {
  .b20-right {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.b20-title-right {
  font-size: 18px;
  color: #212121;
  line-height: 132%;
  font-family: 'NunitoSans-Light', sans-serif;
  margin-bottom: 20px;
}
.b20-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 480px) {
  .b20-head {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b20-item-head {
  border-radius: 4px;
  height: 41px;
  min-width: 151px;
  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-color: transparent;
  margin: 0;
  margin-left: 2%;
  font-size: 16px;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b20-item-head:first-child {
  margin-left: 0;
}
.b20-item-head:hover,
.b20-item-head.active {
  background: #f2f4f8;
}
@media screen and (max-width: 600px) {
  .b20-item-head {
    min-width: 130px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b20-item-head {
    width: 33.33%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: auto;
  }
}
.b20-fom {
  padding: 48px 75px;
}
@media screen and (max-width: 1200px) {
  .b20-fom {
    padding: 48px 50px;
  }
}
@media screen and (max-width: 600px) {
  .b20-fom {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 480px) {
  .b20-fom {
    padding: 35px 20px;
  }
}
.b20-dos {
  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;
}
.b20-dos .b13input {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .b20-dos {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .b20-dos .b13input {
    width: 100%;
  }
}
.b20-item-tab {
  display: none;
}
.b20-item-tab.active {
  display: block;
}
.b20-wrap-select {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20-wrap-select:after {
  content: "\e908";
  right: 10px;
  top: 20px;
  z-index: 1;
  color: #001c71;
  font-size: 7px;
  font-family: 'icomoon';
  position: absolute;
}
.b20-wrap-select select {
  border: none;
  padding-left: 18px;
  background-color: transparent;
  height: 44px;
  width: 100%;
  font-size: 14px;
  font-family: 'NunitoSans-Light', sans-serif;
  color: #212121;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20-wrap-select select::-ms-expand {
  display: none;
}
.b20-wrap-select select:focus {
  border: 1px solid #212121;
}
@media screen and (max-width: 768px) {
  .b20-wrap-select select {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .b20-wrap-select {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b3-item {
  width: 49.5%;
  height: 620px;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b3-item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #212121;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .b3-item.active:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .b3-item.active .b3-bg {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3-bg {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3-texto {
  max-width: 455px;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
  position: relative;
}
.b3-title {
  font-size: 16px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  text-transform: uppercase;
  color: #6cd046;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.b3-subtitle {
  font-size: 40px;
  line-height: 55px;
  font-family: 'NunitoSans-Bold', sans-serif;
  color: #fff;
  margin-bottom: 44px;
}
.b3-item-list {
  height: 50px;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3-item-list:after {
  content: "\e907";
  top: 15px;
  right: 0;
  font-family: 'icomoon';
  position: absolute;
  color: #6cd046;
  font-size: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3-item-list:last-child {
  border-bottom: 0;
}
.b3-item-list:hover {
  border-bottom: 1px solid #6cd046;
}
.b3-item-list:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3-vineta {
  margin-right: 15px;
}
.b3-vineta img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b3-link {
  font-size: 18px;
  font-family: 'NunitoSans-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b3 {
    display: block;
  }
  .b3-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b3-item:last-child {
    margin-bottom: 0;
  }
  .b3-item:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .b3-bg {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  padding-top: 80px;
  min-height: calc(100vh - 542px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b30 .wancho {
  max-width: 1060px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b30 .g0-btn {
  border: 1px solid #212121;
  border-radius: 5px;
  margin: 0;
}
.b30 .g0-btn:hover {
  background-color: #001c71;
  color: #f4f4f4;
}
.b30.error .b30-descripcion {
  margin-bottom: 27px;
}
@media screen and (max-width: 1024px) {
  .b30 {
    min-height: calc(100vh - 425px);
  }
}
@media screen and (max-width: 640px) {
  .b30 {
    padding-top: 50px;
  }
}
.b30-list {
  margin-bottom: 20px;
}
.b30-figura {
  width: 43.5%;
}
.b30-figura figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .b30-figura {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
  }
}
.b30-texto {
  width: 52%;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .b30-texto {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.b30-titulo {
  font-size: 50px;
  color: #001c71;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 27px;
}
@media screen and (max-width: 1600px) {
  .b30-titulo {
    font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
}
.b30-descripcion {
  font-size: 20px;
  color: #212121;
  margin-bottom: 40px;
  line-height: 132%;
}
.b30-descripcion p {
  margin: 0;
}
.b30-item {
  display: block;
  color: #001c71;
  margin-bottom: 10px;
  font-family: 'NunitoSans-Bold', sans-serif;
  text-decoration-line: underline;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  padding-top: 90px;
  padding-bottom: 87px;
}
@media screen and (max-width: 960px) {
  .b31 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.b31-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #001c71;
  margin-bottom: 27px;
}
@media screen and (max-width: 1600px) {
  .b31-title {
    font-size: calc(25px + (50 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
}
.b31-description {
  font-size: 16px;
  line-height: 26px;
  color: #212121;
}
.b31-description p {
  margin: 0;
  margin-bottom: 10px;
}
.b31-description p a {
  font-size: 15px;
  text-decoration-line: underline;
  color: #001c71;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 18px;
}
.b31-description h3 {
  margin-top: 26px;
  font-size: 17px;
  margin-bottom: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b32 {
  padding-bottom: 70px;
}
.b32 .wancho {
  background-color: #001c71;
  border-radius: 10px;
  position: relative;
  min-height: 232px;
  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;
}
.b32 .wancho img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b32-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.b32-text {
  max-width: 655px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.b32-figura {
  position: absolute;
  bottom: 0;
}
.b32-figura-1 {
  left: 0;
}
.b32-figura-2 {
  right: 45px;
}
.b32 {
  text-align: center;
}
.b32-image {
  max-width: 100%;
  height: auto;
}

.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 {
  padding-top: 93px;
  background-color: #fff;
}
.b4 .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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}
.b4 img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 745px) {
  .b4 {
    padding-top: 50px;
  }
  .b4 .wancho {
    padding-bottom: 40px;
  }
}
.b4-left {
  width: 64%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .b4-left {
    width: 100%;
  }
}
.b4-column-left {
  width: 63.9%;
}
@media screen and (max-width: 960px) {
  .b4-column-left {
    width: 60%;
  }
}
.b4-figura-1 {
  margin-bottom: 20px;
}
.b4-figura-1 img {
  margin-right: 0;
}
.b4-column-right {
  width: 32%;
}
@media screen and (max-width: 960px) {
  .b4-column-right {
    width: 35%;
  }
}
.b4-right {
  width: 32%;
}
@media screen and (max-width: 745px) {
  .b4-right {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
.b4-figura-r1 {
  margin-bottom: 25px;
}
.b4-figura-r2 img {
  margin-left: 0;
}
.b4-title {
  font-size: 16px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #001c71;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media screen and (max-width: 745px) {
  .b4-title {
    margin-bottom: 20px;
  }
}
.b4-description {
  font-size: 35px;
  line-height: 45px;
  font-family: 'NunitoSans-Bold', sans-serif;
  margin-bottom: 37px;
}
.b4-description p {
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .b4-description {
    font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
}
@media screen and (max-width: 960px) {
  .b4-description {
    line-height: 35px;
  }
}

.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;
}
.b49 {
  max-width: 521px;
}
@media screen and (min-width: 768px) {
  .b49 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  .b49 .close-boxlight {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b49 .close-boxlight {
    top: 15px;
    right: 15px;
  }
}
.b49content {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 77px;
}
@media screen and (max-width: 767px) {
  .b49content {
    padding: 80px 15px 30px 15px;
  }
}
.b49title {
  margin-bottom: 15px;
}
.b49title h2 {
  line-height: 1;
  color: #001c71;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  font-size: 30px;
  margin: 0;
}
.b49text {
  line-height: 1.1;
  color: #000;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 15px;
  margin-bottom: 18px;
}
.b49text p {
  margin: 0;
}
.b49fields li {
  margin-bottom: 16px;
}
.b49textfield {
  display: block;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
}
.b49input input,
.b49select select {
  width: 100%;
  height: 44px;
  letter-spacing: 0.01em;
  color: #515659;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.b49file {
  position: relative;
}
.b49file input[type="file"] {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b49file label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background: #f2f4f8;
  border: 1px dashed #001c71;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 4px;
}
.b49file_text {
  display: block;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #001c71;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
.b49file_icon {
  display: inline-block;
  color: #001c71;
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 20px;
  margin: 0;
}
.b49requiredtext {
  display: block;
  max-width: 230px;
  width: 100%;
  line-height: 1;
  color: #304559;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 12px;
  margin: 26px auto 13px auto;
}
.b49check {
  max-width: 230px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b49check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b49check input[type="checkbox"]:checked + label .b49check_icon {
  background: transparent;
}
.b49check label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b49check_icon {
  display: block;
  width: 18px;
  height: 18px;
  background: #001c71;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin: 0;
}
.b49check_icon:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/b49-icon-check.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.b49check_text {
  width: calc(100% - 29px);
  line-height: 1.1;
  color: #304559;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b49check_text a {
  font-family: 'NunitoSans-Bold', sans-serif;
  text-decoration: underline;
}
.b49button {
  margin-top: 16px;
}
.b49button button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #001c71;
  line-height: 1;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  padding: 60px 0;
  overflow: hidden;
}
.b5 .g0-cnt-btn {
  margin-top: 50px;
}
.b5 .owl-nav {
  position: absolute;
  top: 45%;
  max-width: 1200px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .b5 .owl-nav {
    position: static;
    margin-top: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b5 .owl-nav .owl-prev,
  .b5 .owl-nav .owl-next {
    position: static;
  }
  .b5 .owl-nav .owl-next {
    margin-left: 10px;
  }
}
.b5 .owl-prev,
.b5 .owl-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  color: #c6c6c6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.b5 .owl-prev:hover,
.b5 .owl-next:hover {
  color: #fff;
  background-color: #001c71;
}
.b5 .owl-prev {
  left: -29px;
}
.b5 .owl-next {
  right: -9px;
}
@media screen and (min-width: 1025px) {
  .b5-cnt-slider.slider {
    width: 130%;
  }
}
.b5-slider.desktop {
  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;
}
.b5-slider.desktop .b5-itemsl {
  width: 32%;
}
.b5-itemsl {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b5-itemsl {
    margin-bottom: 30px;
  }
}
.b5-figure {
  height: 349px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b5-figure {
    height: 270px;
  }
}
.b5-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.b5-description {
  font-size: 20px;
  line-height: 27px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .b5-description {
    margin-bottom: 15px;
  }
}
.b5-title-section {
  text-align: center;
  color: #001c71;
  margin-bottom: 30px;
}
.b5-title-section span {
  font-size: 16px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  display: block;
  margin-bottom: 15px;
}
.b5-title {
  font-size: 40px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b50 {
  overflow: hidden;
  position: relative;
  margin-top: -44px;
}
@media screen and (max-width: 960px) {
  .b50 {
    margin-top: 0;
  }
}
.b50:before {
  content: "";
  width: 45.3125%;
  height: calc(100% - 44px);
  background: #f2f4f8;
  position: absolute;
  top: 44px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b50:before {
    display: none;
  }
}
.b50-cnt-slider-head .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  position: absolute;
  top: 32%;
  left: 0;
  display: none;
}
.b50-cnt-slider-head .owl-prev,
.b50-cnt-slider-head .owl-next {
  color: #c6c6c6;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 25px;
}
.b50-cnt-slider-head .owl-prev:hover,
.b50-cnt-slider-head .owl-next:hover {
  color: #6cd046;
}
.b50-cnt-slider-head .owl-prev {
  left: -30px;
}
.b50-cnt-slider-head .owl-next {
  right: -25px;
}
@media screen and (max-width: 600px) {
  .b50-cnt-slider-head {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b50-cnt-slider-head {
    max-width: 330px;
    text-align: center;
  }
  .b50-cnt-slider-head .owl-prev {
    left: -15px;
  }
  .b50-cnt-slider-head .owl-next {
    right: -17px;
  }
}
@media screen and (max-width: 360px) {
  .b50-cnt-slider-head .owl-prev {
    left: -8px;
  }
  .b50-cnt-slider-head .owl-next {
    right: 0px;
  }
}
.b50-cnt-slider .owl-nav {
  display: none;
}
.b50-cnt-slider .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 35px;
  left: 0;
}
.b50-cnt-slider .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dcebd9;
  margin-left: 25px;
  cursor: pointer;
}
.b50-cnt-slider .owl-dot:first-child {
  margin-left: 0;
}
.b50-cnt-slider .owl-dot.active {
  background-color: #6cd046;
}
.b50links {
  position: relative;
  z-index: 2;
}
.b50links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px -6px rgba(48,69,89,0.15);
  padding: 13.5px 0;
}
@media screen and (max-width: 960px) {
  .b50links ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 0;
  }
}
.b50links li {
  margin: 10px 20px;
}
@media screen and (max-width: 600px) {
  .b50links li {
    margin: 0 0;
  }
}
.b50links a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 41px;
  line-height: 1;
  background: #fff;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 10px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b50links a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b50links a:hover {
    background: #f2f4f8;
  }
}
@media screen and (max-width: 600px) {
  .b50links a {
    font-size: 13px;
  }
}
.b50links a.active {
  background: #f2f4f8;
}
.b50wrap {
  position: relative;
}
.b50icondetail {
  width: 173px;
  position: absolute;
  top: 44px;
  right: -86px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b50icondetail {
    display: none;
  }
}
.b50icondetail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b50block {
  position: relative;
  z-index: 2;
}
.b50content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b50content {
    -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;
  }
}
.b50left {
  width: 28.5%;
  padding: 81px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .b50left {
    width: 32%;
  }
}
@media screen and (max-width: 960px) {
  .b50left {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b50left {
    padding: 30px 10px;
  }
}
.b50right {
  width: 66.25%;
  border-bottom: 1px solid #f2f4f8;
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b50right {
    width: 62%;
  }
}
@media screen and (max-width: 960px) {
  .b50right {
    width: 100%;
    padding-top: 10px;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.b50title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .b50title {
    margin-bottom: 30px;
  }
}
.b50title h3 {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #212121;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b50title h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b50title h3 {
    font-size: 13px;
  }
}
.b50title h2 {
  line-height: 1;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .b50title h2 {
    font-size: 26px;
  }
}
.b50acordion {
  height: 480px;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .b50acordion {
    height: 420px;
  }
}
@media screen and (max-width: 960px) {
  .b50acordion {
    height: auto;
    overflow: inherit;
  }
}
.b50box {
  border-bottom: 1px solid #212121;
}
.b50box:last-child {
  border-bottom: none;
}
.b50box:last-child .b50nav {
  padding-bottom: 0;
}
.b50subtitle {
  display: block;
  line-height: 1;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 16px 35px 16px 21px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50subtitle {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.b50subtitle:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6cd046;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b50subtitle:before {
    top: 14px;
  }
}
.b50subtitle.active .b50arrows:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b50subtitle.active .b50arrows:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b50arrows {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b50arrows:before {
  content: "\e608";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #6cd046;
  font-family: 'icomoon';
  font-size: 26px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.b50arrows:after {
  content: "\e609";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #6cd046;
  font-family: 'icomoon';
  font-size: 26px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.b50nav {
  display: none;
  line-height: 1.2;
  color: #212121;
  font-family: 'NunitoSans-SemiBold', sans-serif;
  font-size: 16px;
  padding: 0 0 15px 21px;
}
@media screen and (max-width: 1024px) {
  .b50nav {
    font-size: 14px;
  }
}
.b50nav li {
  margin-bottom: 10px;
}
.b50nav li:last-child {
  margin-bottom: 0;
}
.b50portada {
  width: 100%;
  height: 525px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50portada {
    height: 450px;
  }
}
.b50portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b50info {
  max-width: 690px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0 44px 78px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .b50info {
    max-width: 530px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b50info {
    max-width: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b50info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b50head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 24px;
}
@media screen and (max-width: 960px) {
  .b50head {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b50head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b50miga {
  line-height: 1.1;
  color: #304559;
  font-family: 'NunitoSans-Light', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b50miga {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b50miga {
    margin-bottom: 10px;
  }
}
.b50miga p {
  margin: 0;
}
.b50addres {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b50addres_icon {
  display: block;
  line-height: 1;
  color: #6cd046;
  font-size: 22px;
  margin: 0 13px 0 0;
}
@media screen and (max-width: 1024px) {
  .b50addres_icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b50addres_icon {
    font-size: 18px;
  }
}
.b50addres_text {
  display: block;
  line-height: 1;
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50addres_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b50addres_text {
    font-size: 13px;
  }
}
.b50textdown {
  line-height: 1.2;
  color: #001c71;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 25px;
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .b50textdown {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b50textdown {
    font-size: 17px;
    margin-top: 20px;
  }
}
.b50textdown p {
  margin: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b6 .owl-nav {
  position: absolute;
  top: 25%;
  max-width: 1200px;
  width: 100%;
  left: 0;
}
.b6 .owl-prev,
.b6 .owl-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  color: #c6c6c6;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.b6 .owl-prev:hover,
.b6 .owl-next:hover {
  color: #fff;
  background-color: #001c71;
}
.b6 .owl-prev {
  left: -50px;
}
.b6 .owl-next {
  right: -50px;
}
.b6 .wancho {
  height: 590px;
  z-index: 3;
  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;
}
.b6:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 44.38%, rgba(255,255,255,0.78) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 44.38%, rgba(255,255,255,0.78) 100%);
  background: -o-linear-gradient(180deg, rgba(255,255,255,0) 44.38%, rgba(255,255,255,0.78) 100%);
  background: -ms-linear-gradient(180deg, rgba(255,255,255,0) 44.38%, rgba(255,255,255,0.78) 100%);
  background: linear-gradient(270deg, rgba(255,255,255,0) 44.38%, rgba(255,255,255,0.78) 100%);
}
@media screen and (max-width: 1200px) {
  .b6 .owl-nav {
    top: 10%;
  }
  .b6 .owl-prev {
    left: -85px;
  }
  .b6 .owl-next {
    right: -100px;
  }
}
@media screen and (max-width: 960px) {
  .b6 .owl-nav {
    top: 19%;
  }
  .b6 .owl-prev {
    left: -60px;
  }
  .b6 .owl-next {
    right: -70px;
  }
}
@media screen and (max-width: 600px) {
  .b6 .owl-prev {
    left: -50px;
  }
}
@media screen and (max-width: 480px) {
  .b6 .owl-prev,
  .b6 .owl-next {
    width: 44px;
    height: 44px;
  }
  .b6 .owl-prev {
    left: -8px;
  }
  .b6 .owl-next {
    right: -20px;
  }
}
.b6-cnt-slider {
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .b6-cnt-slider {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .b6-cnt-slider {
    max-width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .b6-cnt-slider {
    max-width: 370px;
  }
}
@media screen and (max-width: 480px) {
  .b6-cnt-slider {
    max-width: 300px;
  }
}
.b6-text {
  max-width: 410px;
}
.b6-title {
  font-size: 50px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #001c71;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .b6-title {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
.b6-descripcion {
  font-size: 16px;
  line-height: 25px;
  color: #212121;
}
.b6-play {
  color: #fff;
  font-size: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 61px;
  height: 61px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6-play span {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .b6-play {
    top: 20px;
  }
}
.b6-wrap {
  height: 128px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #808080;
}
.b6-wrap:before {
  content: "";
  width: 140%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 18px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px rgba(48,69,89,0.15);
  border-radius: 5px;
  height: 128px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b6-wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .b6-wrap {
    max-width: 630px;
  }
}
@media screen and (max-width: 600px) {
  .b6-wrap {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .b6-wrap {
    max-width: 300px;
    height: 100px;
  }
  .b6-wrap:before {
    height: 100px;
  }
}
.b6-slider.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b6-slider.desktop .b6-item-sl {
  width: 18.4%;
  margin-left: 2%;
}
.b6-slider.desktop .b6-item-sl:first-child {
  margin-left: 0;
}
.b6-item-sl img {
  max-width: 100%;
  height: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  padding-top: 80px;
  padding-bottom: 89px;
}
.b7 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b7-inner {
  position: relative;
}
.b7-left {
  width: 46.2%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b7-left {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .b7-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.b7-linea {
  position: absolute;
  bottom: 10px;
  right: -90px;
}
.b7-linea img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b7-linea {
    width: 140px;
    bottom: 27px;
    right: -50px;
  }
}
@media screen and (max-width: 960px) {
  .b7-linea {
    display: none;
  }
}
.b7-figura {
  border-radius: 8px;
}
.b7-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b7-text {
  background-color: #001c71;
  border-radius: 8px;
  width: 555px;
  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;
  min-height: 177px;
  position: absolute;
  bottom: 0;
  right: -25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b7-text {
    width: 450px;
    min-height: 145px;
  }
}
@media screen and (max-width: 640px) {
  .b7-text {
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 120px;
  }
}
.b7-descripcion-left {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  max-width: 431px;
  margin: 0 auto;
}
.b7-descripcion-left p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b7-descripcion-left {
    padding-left: 20px;
    padding-right: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .b7-descripcion-left {
    font-size: 14px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b7-right {
  width: 40.5%;
}
@media screen and (max-width: 1200px) {
  .b7-right {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .b7-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.b7-title {
  font-size: 30px;
  line-height: 41px;
  color: #001c71;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .b7-title {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.b7-descripcion {
  font-size: 16px;
  line-height: 27px;
  color: #212121;
}
@media screen and (max-width: 640px) {
  .b7-descripcion {
    text-align: justify;
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  padding-top: 70px;
  padding-bottom: 160px;
  background-color: #f2f4f8;
}
.b8.proyectos {
  background-color: #fff;
  padding-bottom: 150px;
}
.b8 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b8 {
    padding-top: 50px;
  }
  .b8 .g0-cnt-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .b8 .g0-cnt-btn {
    bottom: -70px;
  }
}
.b8-linea {
  top: -40px;
  right: -80px;
  position: absolute;
}
.b8-linea img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b8-linea {
    right: -25px;
  }
}
@media screen and (max-width: 960px) {
  .b8-linea {
    display: none;
  }
}
.b8-left {
  width: 42.5%;
}
@media screen and (max-width: 1200px) {
  .b8-left {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .b8-left {
    width: 100%;
  }
}
.b8-title {
  font-size: 65px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  color: #212121;
  margin-bottom: 33px;
}
@media screen and (max-width: 1600px) {
  .b8-title {
    font-size: calc(30px + (65 - 30) * ((100vw - 320px) / (1600 - 320)));
  }
}
@media screen and (max-width: 960px) {
  .b8-title {
    text-align: center;
  }
}
.b8-right {
  width: 54%;
}
@media screen and (max-width: 1200px) {
  .b8-right {
    width: 65%;
  }
}
@media screen and (max-width: 960px) {
  .b8-right {
    width: 100%;
  }
}
.b8-figura {
  margin-right: 18px;
}
.b8-figura img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b8-figura {
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b8-figura {
    margin-right: 20px;
  }
}
.b8-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  .b8-list {
    max-width: 300px;
    margin: 0 auto;
  }
}
.b8-item {
  width: 47.6%;
  margin-left: 4.8%;
  padding-left: 24px;
  padding-right: 50px;
  min-height: 152px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #f2f4f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 28px 27px -19px rgba(12,27,67,0.18);
  box-shadow: 0px 28px 27px -19px rgba(12,27,67,0.18);
  border-radius: 6px;
  margin-bottom: 22px;
}
.b8-item:nth-child(even) {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.b8-item:nth-child(2n+1) {
  margin-left: 0;
}
.b8-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .b8-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b8-item:nth-child(even) {
    -webkit-transform: translateY(55px);
    -moz-transform: translateY(55px);
    -o-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
  }
}
@media screen and (max-width: 640px) {
  .b8-item {
    width: 100%;
    margin-left: 0;
  }
  .b8-item:nth-child(even) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b8-item:last-child {
    margin-bottom: 0;
  }
}
.b8-texto span {
  font-size: 40px;
  color: #212121;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
}
.b8-texto p {
  font-size: 16px;
  color: #212121;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .b8-texto span {
    font-size: calc(25px + (40 - 25) * ((100vw - 320px) / (1600 - 320)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  position: relative;
  overflow: hidden;
}
.b9 .wancho {
  z-index: 3;
  position: relative;
}
.b9:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #f2f4f8;
  position: absolute;
}
.b9:after {
  content: "";
  width: 0;
  height: 0;
  top: 90px;
  left: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 100vw 275px 0;
  border-color: transparent #f2f4f8 transparent transparent;
  position: absolute;
}
.b9.home {
  margin-top: 80px;
  margin-bottom: 120px;
}
.b9.home:after {
  display: none;
}
.b9.home:before {
  display: none;
}
.b9.home .b9-play {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.b9 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b9 .owl-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .b9 .owl-dots {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 30px;
  }
}
.b9 .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #dcebd9;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
}
.b9 .owl-dot:first-child {
  margin-left: 0;
}
.b9 .owl-dot.active {
  background-color: #6cd046;
}
@media screen and (max-width: 960px) {
  .b9:after {
    border-width: 0 100vw 100px 0;
  }
}
.b9-text-1,
.b9-text-2 {
  color: #c6c6c6;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  font-size: 151px;
  opacity: 0.44;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
  filter: alpha(opacity=44);
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .b9-text-1,
  .b9-text-2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 960px) {
  .b9-text-1,
  .b9-text-2 {
    display: none;
  }
}
.b9-text-2 {
  left: inherit;
  right: -100px;
  top: inherit;
  bottom: 0;
  pointer-events: none;
}
.b9-cnt-slider {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.b9-cnt-slider .wancho {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .b9-cnt-slider {
    width: 100%;
  }
}
.b9-title {
  font-size: 16px;
  font-family: 'NunitoSans-ExtraBold', sans-serif;
  margin-bottom: 30px;
  color: #001c71;
  text-transform: uppercase;
  text-align: center;
}
.b9-title-video {
  max-width: 700px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 35px;
  font-family: 'NunitoSans-Bold', sans-serif;
}
@media screen and (max-width: 1200px) {
  .b9-title-video {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .b9-title-video {
    font-size: 22px;
    line-height: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b9-title-video {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .b9-title-video {
    padding: 0 30px;
  }
}
.b9-text {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .b9-text {
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 745px) {
  .b9-text .g0-cnt-btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b9-text {
    left: 0;
  }
}
.b9-inner {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 660px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.b9-inner:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-linear-gradient(270deg, rgba(4,0,0,0) 34.99%, rgba(4,0,0,0.83) 88.83%);
  background: -moz-linear-gradient(270deg, rgba(4,0,0,0) 34.99%, rgba(4,0,0,0.83) 88.83%);
  background: -o-linear-gradient(270deg, rgba(4,0,0,0) 34.99%, rgba(4,0,0,0.83) 88.83%);
  background: -ms-linear-gradient(270deg, rgba(4,0,0,0) 34.99%, rgba(4,0,0,0.83) 88.83%);
  background: linear-gradient(180deg, rgba(4,0,0,0) 34.99%, rgba(4,0,0,0.83) 88.83%);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .b9-inner {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .b9-inner {
    height: 370px;
  }
}
@media screen and (max-width: 745px) {
  .b9-inner {
    height: 290px;
  }
}
.b9-play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
  position: relative;
  width: 156px;
  height: 156px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.b9-play span {
  margin: 0;
  color: #fff;
  font-size: 55px;
  margin-left: 15px;
}
.b9-play:after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b9-play {
    width: 100px;
    height: 100px;
  }
  .b9-play span {
    font-size: 45px;
  }
  .b9-play:after {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .b9-play {
    width: 80px;
    height: 80px;
  }
  .b9-play span {
    font-size: 25px;
    margin-left: 5px;
  }
  .b9-play:after {
    width: 120px;
    height: 120px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  overflow: hidden;
  background: #f9f9f9;
}
.footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.footer_left {
  width: 30%;
  padding: 25px 0 50px 0;
}
@media screen and (max-width: 960px) {
  .footer_left {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    max-width: 230px;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
}
.footer_right {
  width: 54.166666666666664%;
  position: relative;
  padding: 29px 0 84px 0;
}
@media screen and (max-width: 960px) {
  .footer_right {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    padding: 30px 0;
  }
}
.footer_right:before {
  content: "";
  width: 172%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: -17%;
}
@media screen and (max-width: 960px) {
  .footer_right:before {
    left: -8%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right:before {
    width: 106%;
    left: -3%;
  }
}
.footer_right_ctn {
  position: relative;
  z-index: 2;
}
.footer_logo {
  max-width: 245px;
  width: 100%;
  margin: 0 0 55px 0;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.footer_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer_box:last-child {
  margin-bottom: 0;
}
.footerbox_icon {
  display: block;
  width: 20px;
  line-height: 1;
  color: #001c71;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.footerbox_icon.phone {
  font-size: 19px;
  margin-top: 4px;
}
@media screen and (max-width: 960px) {
  .footerbox_icon.phone {
    margin-top: 0px;
  }
}
.footerbox_icon.location {
  font-size: 21px;
  margin-top: -3px;
}
.footer_box_text {
  width: calc(100% - 30px);
  line-height: 1.2;
  color: #515659;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .footer_box_text {
    font-size: 14px;
  }
}
.footer_box_text p {
  margin: 0;
  margin-bottom: 3px;
}
.footer_box_text strong {
  color: #212121;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: normal;
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  .footer_box_text strong {
    font-size: 20px;
  }
}
.footer_box_text a {
  margin-right: 7px;
}
.footer_box_text a:last-child {
  margin-right: 0;
  margin-left: 7px;
}
@media screen and (min-width: 1025px) {
  .footer_box_text a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_box_text a:hover {
    color: #001c71;
  }
  .footer_box_text a:hover strong {
    color: #001c71;
  }
}
.footer_cert {
  max-width: 141px;
  width: 100%;
  margin: 0 45px 0 auto;
}
@media screen and (max-width: 960px) {
  .footer_cert {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer_cert {
    display: none;
  }
}
.footer_cert img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.footer_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 61px;
}
@media screen and (max-width: 960px) {
  .footer_wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    margin-top: 0;
  }
}
.footer_nav {
  width: 308px;
}
@media screen and (max-width: 1024px) {
  .footer_nav {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .footer_nav {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_nav li {
  margin-bottom: 17px;
}
.footer_nav li:last-child {
  margin-bottom: 0;
}
.footer_nav li:last-child a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/footer-arrow-up.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-left: 9px;
}
.footer_nav a {
  display: block;
  line-height: 1;
  color: #000;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_nav a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_nav a:hover {
    color: #515659;
  }
}
@media screen and (max-width: 960px) {
  .footer_nav a {
    font-size: 14px;
  }
}
.footer_envolver {
  width: calc(100% - 308px);
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .footer_envolver {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 960px) {
  .footer_envolver {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .footer_envolver {
    width: 100%;
  }
}
.footer_redes {
  margin-bottom: 15px;
}
.footer_redes ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_redes ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_redes li {
  margin: 0 35px 15px 0;
}
@media screen and (max-width: 1024px) {
  .footer_redes li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_redes li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer_redes a {
  display: block;
  line-height: 1;
  color: #001c71;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_redes a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_redes a:hover {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
  }
}
.footer_copyright {
  line-height: 1.1;
  color: #828282;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 13px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer_copyright p {
  margin: 0;
}
.footer_team a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer_team a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_team a:hover span {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .footer_team a {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_team span {
  display: block;
  line-height: 1;
  color: #828282;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 13px;
  margin: 0 4px 0 0;
}
.footer_team figure {
  width: 80px;
  margin: 0;
}
.footer_team img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header_transparent .header {
  height: auto;
}
.header_transparent .header.scroll .header-fixed {
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}
.header_transparent .header.scroll .header-logo img.white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_transparent .header.scroll .header-logo img.blue {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.header_transparent .header.scroll .menu-link {
  color: #212121;
}
.header_transparent .header.scroll .menu-btn-gray {
  color: #212121;
}
.header_transparent .header.scroll .menu-btn-gray:hover {
  color: #fff;
}
.header_transparent .header .header-fixed {
  background: transparent;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0);
  box-shadow: 0px 2px 4px rgba(0,0,0,0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header_transparent .header .header-logo img.blue {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_transparent .header .header-logo img.white {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.header_transparent .header .menu-link {
  color: #fff;
}
.header_transparent .header .menu-link.active {
  color: #6cd046;
}
.header_transparent .header .menu-btn-gray {
  color: #fff;
  border-color: #c6c6c6;
}
.header {
  height: 80px;
  position: relative;
}
.header .header-fixed {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .header-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}
.header .header-logo {
  display: block;
  width: 20.333333333333332%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .header .header-logo {
    width: 244px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    width: 190px;
  }
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.header .header-logo img.blue {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.header .header-logo img.white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header .menu-item:hover .menu-link {
    color: #6cd046;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu-item-hover:hover .menu-desplegable {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
  }
  .header .menu-item-hover:hover .menu-triangle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
  }
}
.header .menu-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  line-height: 1;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  padding: 0 15px;
  margin: 0;
}
.header .menu-link.active {
  color: #6cd046;
}
.header .menu-arrow {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 0 5px;
}
.header .menu-triangle {
  width: 22px;
  height: 11px;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.header .menu-triangle:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../img/header-link-triangle.png");
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
.header .menu-btn-green {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
  background: #6cd046;
  color: #f5f9fc;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 6px rgba(72,141,46,0.35);
  box-shadow: 0px 2px 6px rgba(72,141,46,0.35);
  padding: 0 34px;
  margin-left: 53px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-btn-green:hover {
  background-color: #58b834;
}
.header .menu-btn-gray {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 36px;
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-btn-gray:hover {
  background-color: #212121;
  color: #c6c6c6;
  border: none;
}
.header .menu-desplegable {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  padding-top: 11px;
}
.header .menu-desplegable-content {
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 18px rgba(48,69,89,0.15);
  box-shadow: 0px 10px 18px rgba(48,69,89,0.15);
  overflow: hidden;
}
.header .menu-desplegable-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f2f4f8;
}
.header .menu-desplegable-box {
  width: 16%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 15px;
}
@media screen and (min-width: 1025px) {
  .header .menu-desplegable-box {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header .menu-desplegable-box:hover {
    background: #fff;
  }
}
.header .menu-desplegable-box.active {
  background: #fff;
}
.header .menu-desplegable-icon {
  width: 35px;
  margin: 0 auto 13px auto;
}
.header .menu-desplegable-icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.header .menu-desplegable-title {
  line-height: 1.2;
  color: #212121;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 15px;
  text-align: center;
}
.header .menu-desplegable-title p {
  margin: 0;
}
.header .menu-desplegable-blocks {
  background: #fff;
}
.header .menu-desplegable-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 950px;
  width: 100%;
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
}
.header .menu-desplegable-items:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f2f4f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header .menu-desplegable-item {
  display: block;
  width: calc(20% - 20px);
  overflow: hidden;
  border-radius: 5px;
  margin: 0 10px;
}
.header .menu-desplegable-link {
  position: relative;
}
.header .menu-desplegable-link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.88) -46.56%, rgba(0,8,33,0.76) 3.65%, rgba(0,28,113,0) 70.61%);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.88) -46.56%, rgba(0,8,33,0.76) 3.65%, rgba(0,28,113,0) 70.61%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.88) -46.56%, rgba(0,8,33,0.76) 3.65%, rgba(0,28,113,0) 70.61%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.88) -46.56%, rgba(0,8,33,0.76) 3.65%, rgba(0,28,113,0) 70.61%);
  background: linear-gradient(to top, rgba(0,0,0,0.88) -46.56%, rgba(0,8,33,0.76) 3.65%, rgba(0,28,113,0) 70.61%);
  position: absolute;
  top: 0;
  left: 0;
}
.header .menu-desplegable-portada {
  width: 100%;
  margin: 0;
}
.header .menu-desplegable-portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.header .menu-desplegable-text {
  display: block;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
  margin: 0;
}
.header .menu-desplegable-vermas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #212121;
  color: #fff;
  font-family: 'NunitoSans-Bold', sans-serif;
  font-size: 14px;
}
.responsive-logo {
  margin-top: 20px;
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.responsive-logo img.white {
  display: none;
}

.tns-controls {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
}

.tns-controls > button {
  background-color: #6cd046;
  border-radius: 5px;
  border-color: transparent;
  box-shadow: 0 2px 6px rgb(72 141 46 / 35%);
  color: #fff;
  font-size: 16px;
  height: 2em;
  margin: 0 10px 0 10px;
  padding: 0 34px 0 34px;
  transition: all 0.3s;
}

.tns-nav {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  margin: 10px 0;
}

.tns-nav > button {
  width: 16px;
  height: 16px;
  background-color: #dcebd9;
  border-radius: 100%;
  margin-left: 10px;
  cursor: pointer;
  border: transparent;
}

.tns-nav-active {
  background-color: #6cd046 !important;
}

.tns-outer [data-action] {
  background-color: #6cd046;
  border-radius: 5px;
  border-color: transparent;
  box-shadow: 0 2px 6px rgb(72 141 46 / 35%);
  color: #fff;
  font-size: 16px;
  height: 2em;
  padding: 0 34px 0 34px;
  transition: all 0.3s;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #6cd046;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 19px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(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: 1001;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.menu-responsive .menu-item a {
  display: block;
  text-indent: 20px;
}
.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #6cd046;
  color: #fff;
}
.menu-responsive .menu-arrow {
  display: none;
}
.menu-responsive .menu-desplegable {
  display: none;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}

h1.newsletter-title {
  font-size: 2em;
  text-align: center;
  padding-bottom: 1em;
}

section.newsletter-section {
  max-width: 700px;
}

img.newsletter-image {
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1024px) {
  .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
}
