.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1downloads {
  padding: 83px 0 136px 0;
}
@media screen and (max-width: 767px) {
  .b1downloads {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.b1downloads_content {
  max-width: 1000px;
}
.b1downloads_title {
  display: block;
  line-height: 1.1;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-align: center;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .b1downloads_title {
    font-size: 30px;
  }
}
.b1downloads_description {
  line-height: 1.4;
  color: #000;
  font-family: 'tenon-regular', sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b1downloads_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.b1downloads_description p {
  margin: 0;
}
.b1downloads_block {
  max-width: 587px;
  width: 100%;
  margin: 0 auto;
}
.b1downloads_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
  background-color: #a6d7e2;
  border-radius: 15px;
  padding: 18px 28px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .b1downloads_item {
    -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: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.b1downloads_item:last-child {
  margin-bottom: 0;
}
.b1downloads_subtitle {
  display: block;
  width: calc(100% - 160px);
  line-height: 1.1;
  color: #000;
  font-family: 'tenon-regular', sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1downloads_subtitle {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.b1downloads_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;
  height: 45px;
  padding: 0 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1downloads_btn {
    height: auto;
    padding: 0;
  }
}
.b1downloads_btn_text {
  display: block;
  line-height: 1;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  margin: 0;
}
.b1downloads_btn_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #ffbd00;
  font-size: 18px;
  margin: 0 0 0 8px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1mapa_portales {
  background-color: #ffbd00;
  padding: 50px 0px 90px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales {
    padding: 50px 0px;
  }
}
.b1mapa_portales_titles {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 15px;
  width: 94%;
}
.b1mapa_portales_titles.active {
  display: none;
}
.b1mapa_portales_title_inner {
  display: inline-block;
  color: #fff;
  width: 585px;
  margin: 0;
}
.b1mapa_portales_title_inner h2 {
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
  font-size: 45px;
}
@media screen and (max-width: 960px) {
  .b1mapa_portales_title_inner {
    width: 100%;
  }
  .b1mapa_portales_title_inner h2 {
    font-size: 30px;
  }
}
.b1mapa_miga_text {
  padding-bottom: 16px;
  position: relative;
}
.b1mapa_miga_text ul,
.b1mapa_miga_text span,
.b1mapa_miga_text li {
  margin: 0;
}
.b1mapa_miga_text li {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .b1mapa_miga_text li {
    font-size: 13px;
    margin-right: 5px;
  }
}
.b1mapa_miga_text ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .b1mapa_miga_text ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b1mapa_miga_title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
}
.b1mapa_miga_title span {
  margin: 0;
  font-size: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #0068be;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}
.b1mapa_miga_title h3 {
  font-weight: normal;
  color: #fff;
  font-size: 40px;
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
  margin-left: 15px;
}
.b1mapa_miga_title.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.b1mapa_portales_container {
  position: relative;
  width: 94%;
}
.b1mapa_portales_info {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b1mapa_portales_info.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1mapa_portales_img {
  width: 417px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .b1mapa_portales_img {
    width: 350px;
  }
}
.b1mapa_portales_img_wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1mapa_portales_svg {
  max-width: 462px;
  width: 100%;
  margin: auto;
  -webkit-transform-origin: left 25%;
  -moz-transform-origin: left 25%;
  -o-transform-origin: left 25%;
  -ms-transform-origin: left 25%;
  transform-origin: left 25%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.b1mapa_portales_svg figure {
  position: relative;
}
.b1mapa_portales_svg img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1mapa_portales_svg.active {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  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;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_svg.active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_svg {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.b1mapa_portales_svg_capa {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.b1mapa_portales_svg_capa.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1mapa_portales_point_itm {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_point_itm .b1mapa_portales_info_point {
    display: none;
  }
}
.b1mpa_portales_point_close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background-color: #444548;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .b1mpa_portales_point_close {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b1mapa_portales_info_point {
  position: absolute;
  width: 210px;
}
.b1mapa_portales_info_point img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_info_point {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b1mapa_portales_info_point.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b1mapa_point {
  width: 28px;
  height: 28px;
  background-color: #4b75d7;
  border: 4px solid #0634aa;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.b1mapa_tiempo {
  position: relative;
}
@media screen and (max-width: 1150px) {
  .b1mapa_tiempo {
    display: none;
  }
}
.b1mapa_portales_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 170px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b1mapa_portales_row {
    display: none;
  }
}
.b1mapa_portales_description {
  text-transform: uppercase;
  color: #fff;
  width: 210px;
  margin-left: 20px;
}
.b1mapa_portales_description strong {
  font-weight: normal;
  font-family: 'tenon-bold', sans-serif;
}
.b1mapa_portales_number {
  font-size: 75px;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
}
.b1mapa_portales_number span {
  line-height: 1;
}
.b1mapa_portales_box {
  position: absolute;
  width: 244px;
}
.b1mapa_portales_box.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b1mapa_portales_box.anima .b1mapa_portales_contenido {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_box {
    z-index: -10;
  }
}
.b1mapa_piura {
  top: 25%;
  left: -25%;
  width: 150px;
}
.b1mapa_lima {
  bottom: 39%;
  left: -20%;
  width: 262px;
}
.b1mapa_lambayeque {
  top: 33%;
  left: -31%;
  width: 210px;
}
.b1mapa_ancash {
  top: 48%;
  left: -24%;
}
.b1mapa_ica {
  bottom: 26%;
  left: -2%;
  width: 217px;
}
.b1mapa_la-libertad {
  top: 42%;
  left: -29%;
}
.b1mapa_junin {
  right: -1%;
  bottom: 42%;
  text-align: right;
}
.b1mapa_junin .b1mapa_portales_circle {
  right: inherit;
  left: -10px;
  margin: 0;
}
.b1mapa_puno {
  right: -12%;
  bottom: 23%;
  width: 141px;
  text-align: right;
}
.b1mapa_puno .b1mapa_portales_circle {
  right: inherit;
  left: -10px;
  margin: 0;
}
.b1mapa_portales_circle {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  right: -10px;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_box .b1mapa_portales_circle {
    display: none;
  }
}
.b1mapa_points_clones {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1mapa_points_clones {
    display: block;
  }
}
.b1mapa_points_clones .b1mapa_circle_lima {
  top: 63%;
  right: 60%;
}
.b1mapa_points_clones .b1mapa_circle_piura {
  top: 27%;
  right: 87%;
}
.b1mapa_points_clones .b1mapa_circle_lambayeque {
  top: 34%;
  right: 83%;
}
.b1mapa_points_clones .b1mapa_circle_junin {
  bottom: 38%;
  top: inherit;
  right: 50%;
}
.b1mapa_points_clones .b1mapa_circle_puno {
  bottom: 20%;
  top: inherit;
  right: 16%;
}
.b1mapa_points_clones .b1mapa_circle_ica {
  top: inherit;
  bottom: 23%;
  right: 54%;
}
.b1mapa_points_clones .b1mapa_circle_ancash {
  top: inherit;
  bottom: 47%;
  right: 68%;
}
.b1mapa_points_clones .b1mapa_circle_la-libertad {
  top: 42%;
  right: 75%;
}
.b1mapa_portales_contenido {
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: absolute;
  top: 0;
}
.b1mapa_portales_contenido h2 {
  font-weight: normal;
  font-family: 'tenon-bold', sans-serif;
  color: #004276;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.b1mapa_portales_contenido ul {
  line-height: 1.2;
}
.b1mapa_portales_contenido li {
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .b1mapa_portales_contenido {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.b1mapa_clone_images_proyectos {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b1mapa_clone_images_proyectos .b1mapa_portales_info_point {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto;
  z-index: 20;
  height: 155px;
}
@media screen and (max-width: 1024px) {
  .b1mapa_clone_images_proyectos {
    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;
  }
  .b1mapa_clone_images_proyectos.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b1mapa_portales_point_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.b1mapa_portales_point_popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1010;
}
.b1mapa_portales_point_popup_wrap {
  max-width: 394px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.b1mapa_portales_point_popup_close {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #284eaf;
  color: #fff;
  font-size: 20px;
  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;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.b1mapa_portales_point_popup_img {
  width: 100%;
  margin: 0 auto;
}
.b1mapa_portales_point_popup_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b1mapa_select {
    display: none;
  }
}
.b1mapa_select .g5-select {
  border-color: #fff;
}
.b1mapa_select .g5-select select {
  color: #fff;
}
.b1mapa_select .g5-select span {
  color: #fff;
}
.b1mapa_select .g5-select label i {
  color: #fff;
}
.b1mapa_select .g5-select.inFocus {
  border-color: #fff;
}
.b1mapa_select .g5-select.inFocus span {
  color: #fff;
}
.b1mapa_select .g5-select label.fijar i {
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1maplist_slider {
  position: relative;
}
.b1maplist_controls {
  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;
  display: none;
}
.b1maplist_controls.hide {
  display: none;
}
.b1maplist_controls.show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b1maplist_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: 69px;
  height: 69px;
  background-color: #fff;
  color: #0068be;
  font-size: 20px;
  cursor: pointer;
  margin: 72px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .b1maplist_arrow {
    -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;
  }
  .b1maplist_arrow:hover {
    background-color: #782cbf;
    color: #fff;
  }
}
.b1maplist_prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b1maplist_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .b1maplist_item {
    padding: 0 5px;
  }
}
.b1maplist_item.slick-current.slick-active .b1maplist_image:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b1maplist_item.hide_capa {
  padding: 0;
}
.b1maplist_item.hide_capa .b1maplist_image {
  max-width: 450px;
}
.b1maplist_item.hide_capa .b1maplist_image:before {
  display: none;
}
.b1maplist_image {
  display: block;
  max-width: 450px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b1maplist_image:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b1maplist_image:before {
    display: none !important;
  }
}
.b1maplist_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.b1maplist_image.show_capa:before {
  display: block;
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1referred_banner {
  width: 100%;
  height: 327px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2referred {
  padding: 48px 0 0 0;
}
.b2referred_title {
  line-height: 1.1;
  color: #0472bb;
  font-family: 'tenon-bold', sans-serif;
  font-size: 42px;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .b2referred_title {
    font-size: 24px;
  }
}
.b2referred_block {
  background-color: #dde1ea;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 44px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b2referred_block {
    padding: 25px 26px;
  }
}
.b2referred_description {
  line-height: 24px;
  color: #0472bb;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.b2referred_description p {
  margin: 0;
}
.b2referred_description strong {
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3referred {
  overflow: hidden;
  padding: 54px 0 124px 0;
}
@media screen and (max-width: 767px) {
  .b3referred {
    padding-top: 21px;
  }
}
.b3referred_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;
}
@media screen and (max-width: 960px) {
  .b3referred_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-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b3referred_left {
  width: calc(510% * 100 / 1200);
}
@media screen and (max-width: 1024px) {
  .b3referred_left {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .b3referred_left {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
.b3referred_right {
  width: calc(588% * 100 / 1200);
}
@media screen and (max-width: 1024px) {
  .b3referred_right {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .b3referred_right {
    width: 100%;
  }
}
.b3referred_title_main {
  display: block;
  line-height: 1.2;
  color: #444548;
  font-family: 'tenon-regular', sans-serif;
  font-size: 32px;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 960px) {
  .b3referred_title_main {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b3referred_title_main {
    margin-bottom: 21px;
  }
}
.b3referred_title_main strong {
  color: #0472bb;
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
}
.b3referred_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .b3referred_item {
    margin-bottom: 17px;
  }
}
.b3referred_item:last-child {
  margin-bottom: 0;
}
.b3referred_image {
  width: 50px;
  margin: 0;
}
.b3referred_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3referred_info {
  width: calc(100% - (52px + 14px));
  padding-top: 10px;
}
.b3referred_subtitle {
  display: block;
  line-height: 1.2;
  color: #0472bb;
  font-family: 'tenon-regular', sans-serif;
  font-size: 24px;
  margin: 0 0 2px 0;
}
@media screen and (max-width: 767px) {
  .b3referred_subtitle {
    font-size: 18px;
  }
}
.b3referred_subtitle strong {
  color: #fcbd00;
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
}
.b3referred_description {
  display: block;
  line-height: 20px;
  color: #060606;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3referred_description {
    font-size: 14px;
  }
}
.b3referred_description p {
  margin: 0;
}
/* pasos */
.b3referred_steps {
  max-width: 484px;
  width: 100%;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 767px) {
  .b3referred_steps {
    margin-bottom: 34px;
  }
}
.b3referred_steps_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17.5%;
}
@media screen and (max-width: 767px) {
  .b3referred_steps_block {
    margin: 0 -14%;
  }
}
.b3referred_steps_box {
  width: calc(100% / 3);
  position: relative;
}
.b3referred_steps_box:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e8f1f6;
  position: absolute;
  top: 24px;
  left: 50%;
}
.b3referred_steps_box:after {
  content: "";
  height: 2px;
  background-color: transparent;
  position: absolute;
  top: 24px;
  left: 50%;
}
.b3referred_steps_box:last-child:before,
.b3referred_steps_box:last-child:after {
  display: none;
}
.b3referred_steps_box.color_yellow:after {
  background-color: #fcbd00;
}
.b3referred_steps_box.color_yellow .b3referred_steps_number {
  background-color: #fcbd00;
  color: #fff;
}
.b3referred_steps_box.color_green:after {
  background-color: #00b84f;
}
.b3referred_steps_box.color_green .b3referred_steps_number {
  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;
}
.b3referred_steps_box.color_green .b3referred_steps_check {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b3referred_steps_box.line_50:after {
  width: 50%;
}
.b3referred_steps_box.line_100:after {
  width: 100%;
}
.b3referred_steps_wrap {
  position: relative;
  z-index: 2;
}
.b3referred_steps_circle {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto 7px auto;
}
.b3referred_steps_number {
  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%;
  line-height: 1;
  background-color: #e8f1f6;
  color: #c2d5e0;
  font-family: 'tenon-medium', sans-serif;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  margin: 0;
}
.b3referred_steps_check {
  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%;
  background-color: #00b84f;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  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;
}
.b3referred_steps_title {
  display: block;
  line-height: 1;
  color: #060606;
  font-family: 'tenon-regular', sans-serif;
  text-align: center;
  font-size: 16px;
  margin: 0;
}
/* PROCESOS */
.b3referred_container {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px #e8f1f6;
  box-shadow: 0px 4px 20px 0px #e8f1f6;
  position: relative;
  padding: 32px 20px 40px 20px;
}
.b3referred_itemblock {
  width: 100%;
  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;
}
.b3referred_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b3referred_init {
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
}
.b3referred_init_title {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 18px 0;
}
.b3referred_init_error {
  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: #ffeded;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 22px;
}
.b3referred_init_error_icon {
  width: 18px;
  margin: 0 7px 0 0;
}
.b3referred_init_error_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3referred_init_error_message {
  display: block;
  line-height: 18px;
  color: #e12d2d;
  font-family: 'tenon-medium', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b3referred_init_verify {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -7px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .b3referred_init_verify {
    margin-top: 0;
  }
}
.b3referred_init_verify_icon {
  width: 12px;
  margin: 0 4px 0 0;
}
.b3referred_init_verify_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3referred_init_verify_message {
  display: block;
  line-height: 18px;
  color: #e12d2d;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b3referred_init_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 9px;
}
.b3referred_update {
  border-top: 1px solid #c2d5e0;
  padding: 23px 0 0 0;
  margin-top: 24px;
}
.b3referred_update_text {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-medium', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.b3referred_update_text p {
  margin: 0;
}
.b3referred_update_text a {
  color: #2f80ed;
  font-family: 'tenon-bold', sans-serif;
  text-decoration: underline;
}
/* metodo de verificación */
.b3referred_verification {
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
}
.b3referred_verification_title {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px 0;
}
.b3referred_verification_radios {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.b3referred_verification_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.b3referred_verification_box input {
  margin-right: 6px;
}
.b3referred_verification_box label {
  display: block;
  line-height: 1;
  color: #060606;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
.b3referred_verification_box strong {
  font-family: 'tenon-medium', sans-serif;
  font-weight: normal;
}
.b3referred_verification_box p {
  margin: 0;
}
.b3referred_verification_box:last-child {
  margin-bottom: 0;
}
.b3referred_verification_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
/* ingresar el código */
.b3referred_code_title {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 5px 0;
}
.b3referred_code_subtitle {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 21px 0;
}
.b3referred_code_fields {
  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;
}
.b3referred_code_box {
  width: 40px;
  height: 45px;
  margin: 0 4px;
}
.b3referred_code_box input {
  width: 100%;
  height: 100%;
  color: #060606;
  font-family: 'tenon-regular', sans-serif;
  font-size: 18px;
  text-align: center;
  border: 1px solid #c2d5e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3referred_code_box:nth-child(3) {
  margin-right: 8px;
}
.b3referred_code_box:nth-child(4) {
  margin-left: 8px;
}
.b3referred_code_error {
  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: 290px;
  width: 100%;
  margin: 10px auto 0 auto;
}
.b3referred_code_error_icon {
  width: 12px;
  margin: 0 4px 0 0;
}
.b3referred_code_error_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3referred_code_error_message {
  display: block;
  line-height: 18px;
  color: #e12d2d;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b3referred_code_resend {
  margin-top: 17px;
}
.b3referred_code_text_blue {
  display: block;
  line-height: 18px;
  color: #2f80ed;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.b3referred_code_text_blue p {
  margin: 0;
}
.b3referred_code_text_gray {
  display: block;
  line-height: 18px;
  color: #a1b7c3;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.b3referred_code_text_gray p {
  margin: 0;
}
.b3referred_code_buttons {
  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;
  max-width: 484px;
  width: 100%;
  border-top: 1px solid #c2d5e0;
  padding-top: 17px;
  margin: 21px auto 0 auto;
}
.b3referred_code_btn {
  margin: 7px;
}
/* datos del referido */
.b3referred_refdata {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.b3referred_refdata_title {
  display: block;
  line-height: 18px;
  color: #060606;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px 0;
}
.b3referred_refdata_required {
  display: block;
  line-height: 16px;
  color: #e12d2d;
  font-family: 'tenon-regular', sans-serif;
  font-size: 12px;
  margin: 0 0 9px 0;
}
.b3referred_refdata_required p {
  margin: 0;
}
.b3referred_refdata_term .g5-terminos {
  margin-bottom: 0;
}
.b3referred_refdata_button {
  margin-top: 30px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* terrenos-condominio */
body.blue .phone-fixed__circle {
  background-color: #2f6db2;
}
body.blue .gota1 {
  background-color: rgba(47,109,178,0.5);
}
body.blue .gota2 {
  background-color: rgba(47,109,178,0.5);
}
body.blue .g8-wrap-form {
  background: #006db7;
}
body.blue .g8-wrap-form .g5-input.inFocus,
body.blue .g8-wrap-form .g5-select.inFocus {
  border-color: #fff;
}
body.blue .g8-wrap-form .g5-input.inFocus span,
body.blue .g8-wrap-form .g5-select.inFocus span {
  color: #fff;
}
body.blue .g5-terminos_icon:before {
  border-color: #fff;
}
body.blue .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #fff;
}
body.blue .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #fff;
}
body.blue .g5-terminos_text {
  color: #fff;
}
body.blue .g0-btn {
  background-color: #ffb600;
  color: #00406e;
}
body.blue .g0-btn:hover {
  background-color: #e2a700;
}
body.blue .b11-caracteristica {
  background-color: #00406e;
}
body.blue .b11-titulo-caracteristica {
  color: #fff;
}
body.blue .b11-descripcion-info {
  color: #fff;
}
body.blue .b11-descripcion-info-second {
  color: #fff;
}
body.blue .b11-figura-info.b11-icon-category img {
  display: none;
}
body.blue .b11-figura-info.b11-icon-category img.icon_banner_blue {
  display: block;
}
body.blue .b14-titulo {
  color: #2f6db2;
}
body.blue .b14-item-nav:hover {
  background-color: #e2a700;
  border-color: #e2a700;
}
body.blue .b14-item-nav.active {
  background-color: #ffbd00;
  border-color: #ffbd00;
}
body.blue .b14-link-nav {
  color: #2f6db2;
}
body.blue .b11 {
  background-color: #fff;
}
body.blue .b11-titulo {
  color: #2f6db2;
}
body.blue .b11-top-description {
  background-color: #b6d5de;
}
body.blue .b11-description-title {
  color: #19406b;
}
body.blue .b11-nombre {
  color: #19406b;
}
body.blue .b12-title {
  color: #2f6db2;
}
body.blue .b12 .owl-prev,
body.blue .b12 .owl-next {
  color: #19406b !important;
}
body.blue .b12 .owl-prev:hover,
body.blue .b12 .owl-next:hover {
  background-color: #19406b !important;
  color: #fff !important;
}
/* terrenos */
body.yellow .phone-fixed__circle {
  background-color: #2f6db2;
}
body.yellow .gota1 {
  background-color: rgba(47,109,178,0.5);
}
body.yellow .gota2 {
  background-color: rgba(47,109,178,0.5);
}
body.yellow .g8-wrap-form {
  background: #006db7;
}
body.yellow .g8-wrap-form .g5-input.inFocus,
body.yellow .g8-wrap-form .g5-select.inFocus {
  border-color: #fff;
}
body.yellow .g8-wrap-form .g5-input.inFocus span,
body.yellow .g8-wrap-form .g5-select.inFocus span {
  color: #fff;
}
body.yellow .g5-terminos_icon:before {
  border-color: #fff;
}
body.yellow .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #fff;
}
body.yellow .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #fff;
}
body.yellow .g5-terminos_text {
  color: #fff;
}
body.yellow .g0-btn {
  background-color: #ffb600;
  color: #00406e;
}
body.yellow .g0-btn:hover {
  background-color: #e2a700;
}
body.yellow .b11-caracteristica {
  background-color: #ffbd00;
}
body.yellow .b11-titulo-caracteristica {
  color: #00406e;
}
body.yellow .b11-descripcion-info {
  color: #00406e;
}
body.yellow .b11-descripcion-info-second {
  color: #00406e;
}
body.yellow .b11-figura-info.b11-icon-category img {
  display: none;
}
body.yellow .b11-figura-info.b11-icon-category img.icon_banner_yellow {
  display: block;
}
body.yellow .b14-titulo {
  color: #2f6db2;
}
body.yellow .b14-item-nav:hover {
  background-color: #e2a700;
  border-color: #e2a700;
}
body.yellow .b14-item-nav.active {
  background-color: #ffbd00;
  border-color: #ffbd00;
}
body.yellow .b14-link-nav {
  color: #2f6db2;
}
body.yellow .b11 {
  background-color: #fff;
}
body.yellow .b11-titulo {
  color: #2f6db2;
}
body.yellow .b11-top-description {
  background-color: #2f6db2;
}
body.yellow .b11-description-title {
  color: #fff;
}
body.yellow .b11-nombre {
  color: #2f6db2;
}
body.yellow .b12-title {
  color: #2f6db2;
}
body.yellow .b12 .owl-prev,
body.yellow .b12 .owl-next {
  color: #2f6db2 !important;
}
body.yellow .b12 .owl-prev:hover,
body.yellow .b12 .owl-next:hover {
  background-color: #2f6db2 !important;
  color: #fff !important;
}
/* casas-mi-vivienda */
body.light_green .phone-fixed__circle {
  background-color: #ffbd00;
}
body.light_green .gota1 {
  background-color: rgba(255,189,0,0.5);
}
body.light_green .gota2 {
  background-color: rgba(255,189,0,0.5);
}
body.light_green .g8-wrap-form {
  background: #006db7;
}
body.light_green .g8-wrap-form .g5-input.inFocus,
body.light_green .g8-wrap-form .g5-select.inFocus {
  border-color: #fff;
}
body.light_green .g8-wrap-form .g5-input.inFocus span,
body.light_green .g8-wrap-form .g5-select.inFocus span {
  color: #fff;
}
body.light_green .g5-terminos_icon:before {
  border-color: #fff;
}
body.light_green .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #fff;
}
body.light_green .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #fff;
}
body.light_green .g5-terminos_text {
  color: #fff;
}
body.light_green .g0-btn {
  background-color: #ffb600;
  color: #00406e;
}
body.light_green .g0-btn:hover {
  background-color: #e2a700;
}
body.light_green .b11-caracteristica {
  background-color: #b2c73e;
}
body.light_green .b11-titulo-caracteristica {
  color: #1b4b8d;
}
body.light_green .b11-descripcion-info {
  color: #1b4b8d;
}
body.light_green .b11-descripcion-info-second {
  color: #1b4b8d;
}
body.light_green .b11-figura-info.b11-icon-category img {
  display: none;
}
body.light_green .b11-figura-info.b11-icon-category img.icon_banner_green {
  display: block;
}
body.light_green .b14-titulo {
  color: #2f6db2;
}
body.light_green .b14-item-nav:hover {
  background-color: #e2a700;
  border-color: #e2a700;
}
body.light_green .b14-item-nav.active {
  background-color: #ffbd00;
  border-color: #ffbd00;
}
body.light_green .b14-link-nav {
  color: #2f6db2;
}
body.light_green .b11 {
  background-color: #fff;
}
body.light_green .b11-titulo {
  color: #2f6db2;
}
body.light_green .b11-top-description {
  background-color: #2f6db2;
}
body.light_green .b11-description-title {
  color: #fff;
}
body.light_green .b11-nombre {
  color: #2f6db2;
}
body.light_green .b12-title {
  color: #2f6db2;
}
body.light_green .b12 .owl-prev,
body.light_green .b12 .owl-next {
  color: #2f6db2 !important;
}
body.light_green .b12 .owl-prev:hover,
body.light_green .b12 .owl-next:hover {
  background-color: #2f6db2 !important;
  color: #fff !important;
}
/* casas-techo-propio */
body.red .phone-fixed__circle {
  background-color: #ffbd00;
}
body.red .gota1 {
  background-color: rgba(255,189,0,0.5);
}
body.red .gota2 {
  background-color: rgba(255,189,0,0.5);
}
body.red .g8-wrap-form {
  background: #006db7;
}
body.red .g8-wrap-form .g5-input.inFocus,
body.red .g8-wrap-form .g5-select.inFocus {
  border-color: #fff;
}
body.red .g8-wrap-form .g5-input.inFocus span,
body.red .g8-wrap-form .g5-select.inFocus span {
  color: #fff;
}
body.red .g5-terminos_icon:before {
  border-color: #fff;
}
body.red .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #fff;
}
body.red .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #fff;
}
body.red .g5-terminos_text {
  color: #fff;
}
body.red .g0-btn {
  background-color: #ffb600;
  color: #00406e;
}
body.red .g0-btn:hover {
  background-color: #e2a700;
}
body.red .b11-caracteristica {
  background-color: #e84b36;
}
body.red .b11-titulo-caracteristica {
  color: #fff;
}
body.red .b11-descripcion-info {
  color: #fff;
}
body.red .b11-descripcion-info-second {
  color: #fff;
}
body.red .b11-figura-info.b11-icon-category img {
  display: none;
}
body.red .b11-figura-info.b11-icon-category img.icon_banner_red {
  display: block;
}
body.red .b34-title {
  color: #2f6db2;
}
body.red .b14-titulo {
  color: #2f6db2;
}
body.red .b14-item-nav:hover {
  background-color: #e2a700;
  border-color: #e2a700;
}
body.red .b14-item-nav.active {
  background-color: #ffbd00;
  border-color: #ffbd00;
}
body.red .b14-link-nav {
  color: #2f6db2;
}
body.red .b11 {
  background-color: #fff;
}
body.red .b11-titulo {
  color: #2f6db2;
}
body.red .b11-top-description {
  background-color: #2f6db2;
}
body.red .b11-description-title {
  color: #fff;
}
body.red .b11-nombre {
  color: #2f6db2;
}
body.red .b12-title {
  color: #2f6db2;
}
body.red .b12 .owl-prev,
body.red .b12 .owl-next {
  color: #2f6db2 !important;
}
body.red .b12 .owl-prev:hover,
body.red .b12 .owl-next:hover {
  background-color: #2f6db2 !important;
  color: #fff !important;
}
/* nueva categoría - black_green */
body.black_green .phone-fixed__circle {
  background-color: #ffbd00;
}
body.black_green .gota1 {
  background-color: rgba(255,189,0,0.5);
}
body.black_green .gota2 {
  background-color: rgba(255,189,0,0.5);
}
body.black_green .g8-wrap-form {
  background: #006db7;
}
body.black_green .g8-wrap-form .g5-input.inFocus,
body.black_green .g8-wrap-form .g5-select.inFocus {
  border-color: #fff;
}
body.black_green .g8-wrap-form .g5-input.inFocus span,
body.black_green .g8-wrap-form .g5-select.inFocus span {
  color: #fff;
}
body.black_green .g5-terminos_icon:before {
  border-color: #fff;
}
body.black_green .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #fff;
}
body.black_green .g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #fff;
}
body.black_green .g5-terminos_text {
  color: #fff;
}
body.black_green .g0-btn {
  background-color: #ffb600;
  color: #00406e;
}
body.black_green .g0-btn:hover {
  background-color: #e2a700;
}
body.black_green .b11-caracteristica {
  background-color: #20583d;
}
body.black_green .b11-titulo-caracteristica {
  color: #fff;
}
body.black_green .b11-descripcion-info {
  color: #fff;
}
body.black_green .b11-descripcion-info-second {
  color: #fff;
}
body.black_green .b11-figura-info.b11-icon-category img {
  display: none;
}
body.black_green .b11-figura-info.b11-icon-category img.icon_banner_red {
  display: block;
}
body.black_green .b34-title {
  color: #2f6db2;
}
body.black_green .b14-titulo {
  color: #2f6db2;
}
body.black_green .b14-item-nav:hover {
  background-color: #e2a700;
  border-color: #e2a700;
}
body.black_green .b14-item-nav.active {
  background-color: #ffbd00;
  border-color: #ffbd00;
}
body.black_green .b14-link-nav {
  color: #2f6db2;
}
body.black_green .b11 {
  background-color: #fff;
}
body.black_green .b11-titulo {
  color: #2f6db2;
}
body.black_green .b11-top-description {
  background-color: #2f6db2;
}
body.black_green .b11-description-title {
  color: #fff;
}
body.black_green .b11-nombre {
  color: #2f6db2;
}
body.black_green .b12-title {
  color: #2f6db2;
}
body.black_green .b12 .owl-prev,
body.black_green .b12 .owl-next {
  color: #2f6db2 !important;
}
body.black_green .b12 .owl-prev:hover,
body.black_green .b12 .owl-next:hover {
  background-color: #2f6db2 !important;
  color: #fff !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.homebg {
  display: block;
  width: 100%;
  height: 650px;
  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: 767px) {
  .homebg {
    height: 330px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g0-loading-form {
  margin-right: 10px;
}
.g0-loading-form img {
  display: block;
}
.g0-image-popup {
  max-width: 100%;
  height: auto;
}
.g0-modal-home .wrapp-box-inner {
  text-align: center;
}
.g0-modal-home .close-boxlight {
  border: none;
  background-color: transparent;
}
.g0-modal-home .close-boxlight:after {
  content: "\e910";
  font-family: 'icomoon';
  color: #fff;
}
.g0-modal-home.active .boxlight {
  display: inline-block;
}
.g0-popup-link {
  display: block;
}
.g0-ctn-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g0-ctn-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-ctn-btn.two-buttons .g0-btn:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .g0-ctn-btn.two-buttons .g0-btn {
    min-width: 140px;
  }
  .g0-ctn-btn.two-buttons .g0-btn:first-child {
    margin-right: 10px;
  }
}
.g0-ctn-btn.g0-wrap-btn-mobil {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}
.g0-ctn-btn.g0-wrap-btn-mobil .g0-btn.borderyellow {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .g0-ctn-btn.g0-wrap-btn-mobil {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.g0-link {
  font-size: 18px;
  font-family: 'tenon-bold', sans-serif;
  color: #636363;
  margin-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-link span {
  font-size: 11px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.g0-link:hover {
  color: rgba(99,99,99,0.6);
}
.g0-btn {
  min-width: 165px;
  height: 37px;
  background-color: #ffbd00;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  padding-left: 15px;
  padding-right: 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;
  -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;
  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;
  border: none;
}
.g0-btn:hover {
  background-color: #e2a700;
}
.g0-btn.icon-l span {
  margin: 0;
  font-size: 20px;
  margin-right: 10px;
}
.g0-btn.icon-r span {
  margin: 0;
  margin-left: 10px;
}
.g0-btn.h40 {
  height: 40px;
}
.g0-btn.h45 {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .g0-btn.h45 {
    height: 40px;
  }
}
.g0-btn.h50 {
  height: 50px;
}
.g0-btn.small {
  min-width: 180px;
  height: 58px;
  border: none;
}
.g0-btn.medio {
  min-width: 140px;
  height: 50px;
}
.g0-btn.medio span {
  margin: 0;
  margin-right: 6px;
}
.g0-btn.gray {
  background-color: rgba(0,0,0,0.33);
}
.g0-btn.yellow {
  background: #ffbd00;
}
.g0-btn.yellow:hover {
  background-color: #e2a700;
}
.g0-btn.blue_light {
  background-color: #a6d7e2;
  color: #0068be;
}
.g0-btn.blue_light:hover {
  background-color: #0068be;
  color: #fff;
}
.g0-btn.blue {
  background-color: #4074fe;
}
.g0-btn.blue:hover {
  background-color: #0068be;
}
.g0-btn.linea-gris {
  background-color: transparent;
  border: 1px solid #959595;
  font-size: 18px;
  font-family: 'tenon-bold', sans-serif;
  color: #636363;
}
.g0-btn.linea-gris:hover {
  border: 1px solid rgba(149,149,149,0.6);
  color: rgba(99,99,99,0.6);
}
.g0-btn.borderwhite {
  min-width: 140px;
  height: 37px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.1);
}
.g0-btn.borderyellow {
  min-width: 180px;
  height: 50px;
  color: #f7a41c;
  border: 1px solid #f7a41c;
  border-radius: 3px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -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.borderyellow.small {
  min-width: 165px;
  height: 37px;
}
.g0-btn.borderyellow:hover {
  background-color: #f7a41c;
  color: #fff;
}
.g0-btn.borderlightblue {
  min-width: 180px;
  height: 50px;
  color: #0472bb;
  border: 1px solid #0472bb;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -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.borderlightblue:hover {
  background-color: #0472bb;
  color: #fff;
}
.g0-btn.w152 {
  width: 152px;
  height: 45px;
  border-radius: 4px;
  background-color: #c200ae;
  margin: 0 auto;
}
.g0-btn.w152:hover {
  background-color: #aa0298;
}
.g0-btn.h45_w152 {
  width: 152px;
  height: 45px;
}
.g0-btn.h50_w227 {
  width: 227px;
  height: 50px;
}
.g0-btn.h50_w265 {
  width: 265px;
  height: 50px;
}
.g0-btn.w184 {
  width: 184px;
  height: 50px;
  border-radius: 5px;
  background-color: #c300ae;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g0-btn.w146 {
  width: 146px;
  height: 40px;
  background-color: rgba(40,78,175,0.8);
  color: #5983ed;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.w146:hover {
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g1-cnt-button {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.g1-cnt-button .g0-btn:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  background-color: #aa0298;
}
.g1-btn {
  border-radius: 5px;
  width: 109px;
  height: 40px;
  background-color: rgba(204,204,204,0.69);
  border: none;
  color: #444548;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'tenon-medium', sans-serif;
}
.g1-btn.lila {
  background-color: #782cbf;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
}
.g1-btn.lila:hover {
  background-color: #702ab2;
}
.g1-btn.blue {
  background-color: #0068be;
  color: #fff;
}
.g1-btn.blue:hover {
  background-color: #004c9e;
}
.g1-btn.yellow {
  background-color: #ffbd00;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
}
.g1-btn.yellow:hover {
  background-color: #e2a700;
}
.g1-btn.yellow-2 {
  background-color: #f7b400;
  color: #fff;
}
.g1-btn.yellow-2:hover {
  background-color: #dca000;
}
.g1-btn.w130 {
  width: 130px;
}
.g1-btn:hover {
  background-color: #636363;
  color: #fff;
}
.g1-play {
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g1-play.active {
  display: none;
}
.g1-play.anima {
  -webkit-animation: opaciti 1s linear infinite alternate;
  -moz-animation: opaciti 1s linear infinite alternate;
  -o-animation: opaciti 1s linear infinite alternate;
  -ms-animation: opaciti 1s linear infinite alternate;
  animation: opaciti 1s linear infinite alternate;
}
.g1-portada.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g1-banner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g1-banner .wancho {
  position: relative;
  z-index: 2;
}
.g1-banner:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: linear-gradient(to right, #000, rgba(0,0,0,0));
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
.g1-banner.mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g1-wrap-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.g1-wrap-text.mobile {
  display: none;
}
.g1-wrap-text:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: linear-gradient(to right, #000, rgba(0,0,0,0));
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
.g1-wrap-text .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.g1-video-wrap {
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: calc(100vh - 113px);
  overflow: hidden;
  display: block;
}
.g1-video-wrap .g1-videoinner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.g1-video-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .g1-video-wrap {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1200px) {
  .g1-video-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .g1-video-wrap {
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .g1-video-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 745px) {
  .g1-video-wrap {
    height: auto;
  }
}
.g1-video-html {
  width: 100%;
  height: 155%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.g1-videoinner {
  height: 0;
  padding-top: 50.7%;
  width: 100%;
}
@-moz-keyframes opaciti {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes opaciti {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes opaciti {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes opaciti {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g2-block-up {
  overflow: hidden;
  background-color: #f9f9ff;
  padding-bottom: 60px;
}
.phone-fixed {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  z-index: 900;
  right: 0px;
  top: 8px;
  -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: 768px) {
  .phone-fixed {
    right: 10px;
  }
}
.phone-fixed.phone-fixed-no-animation .gota1 {
  display: none;
}
.phone-fixed.phone-fixed-no-animation .gota2 {
  display: none;
}
.phone-fixed__circle {
  width: 217px;
  height: 40px;
  border-radius: 3px;
  background-color: #0068be;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: 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;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .phone-fixed__circle {
    width: 170px;
  }
}
.phone-fixed__circle span {
  font-family: 'tenon-medium', sans-serif;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .phone-fixed__circle span {
    font-size: 13px;
  }
}
.gota1 {
  position: absolute;
  border-radius: 3px;
  width: 227px;
  height: 50px;
  right: -5px;
  top: -5px;
  z-index: 3;
  background-color: rgba(0,104,190,0.5);
  -webkit-animation: gota 1s infinite ease;
  -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;
}
@media screen and (max-width: 480px) {
  .gota1 {
    width: 180px;
  }
}
.gota2 {
  position: absolute;
  border-radius: 3px;
  width: 237px;
  height: 60px;
  right: -10px;
  top: -10px;
  z-index: 3;
  background-color: rgba(0,104,190,0.5);
  -webkit-animation: gota 1s infinite ease;
  -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;
}
@media screen and (max-width: 480px) {
  .gota2 {
    width: 190px;
  }
}
@-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;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g3-lengueta-promocion {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 200;
}
.g3-link {
  display: block;
}
.g3-figura img {
  max-width: 100%;
  height: auto;
}
.g3-close {
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background-color: #0068be;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header_menu_open .menu-toggle.on .one {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
  width: 100%;
  margin: 6px auto;
}
.header_menu_open .menu-toggle.on .two {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header_menu_open .menu-toggle.on .three {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  -moz-transform: rotate(-45deg) translate(6px, -6px);
  -o-transform: rotate(-45deg) translate(6px, -6px);
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}
.header_menu_open .one,
.header_menu_open .two,
.header_menu_open .three {
  width: 100%;
  height: 3px;
  background: #636363;
  margin: 6px auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header_menu_open .one {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .header_menu_open .one {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g5-text-down {
  text-align: right;
  width: 100%;
  font-size: 14px;
  color: #8d8d8d;
}
.g5-text-validation {
  font-size: 13px;
  color: #bc0404;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.g5-input-two {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.g5-input-two .g5-input,
.g5-input-two .g5-select,
.g5-input-two .g5-textarea {
  width: 48.5%;
}
.g5-input,
.g5-select,
.g5-textarea {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .g5-input,
  .g5-select,
  .g5-textarea {
    margin-bottom: 10px;
  }
}
.g5-input ::-webkit-input-placeholder,
.g5-select ::-webkit-input-placeholder,
.g5-textarea ::-webkit-input-placeholder {
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.g5-input :-moz-placeholder,
.g5-select :-moz-placeholder,
.g5-textarea :-moz-placeholder {
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.g5-input ::-moz-placeholder,
.g5-select ::-moz-placeholder,
.g5-textarea ::-moz-placeholder {
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.g5-input :-ms-input-placeholder,
.g5-select :-ms-input-placeholder,
.g5-textarea :-ms-input-placeholder {
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.g5-input.mb5,
.g5-select.mb5,
.g5-textarea.mb5 {
  margin-bottom: 5px;
}
.g5-input.inFocus,
.g5-select.inFocus,
.g5-textarea.inFocus {
  border-color: #0068be;
}
.g5-input.inFocus span,
.g5-select.inFocus span,
.g5-textarea.inFocus span {
  color: #0068be;
}
.g5-input input,
.g5-select input,
.g5-textarea input,
.g5-input select,
.g5-select select,
.g5-textarea select,
.g5-input textarea,
.g5-select textarea,
.g5-textarea textarea {
  border: 0;
  width: 100%;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  line-height: 40px;
  position: absolute;
  color: #444548;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-family: 'tenon-regular', sans-serif;
  overflow: hidden;
}
.g5-input input:-webkit-autofill,
.g5-select input:-webkit-autofill,
.g5-textarea input:-webkit-autofill,
.g5-input select:-webkit-autofill,
.g5-select select:-webkit-autofill,
.g5-textarea select:-webkit-autofill,
.g5-input textarea:-webkit-autofill,
.g5-select textarea:-webkit-autofill,
.g5-textarea textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #fff inset;
  -webkit-text-fill-color: #444548;
  border-radius: 2px;
  -webkit-background-color: transparent !important;
}
.g5-input input:focus ~ label span,
.g5-select input:focus ~ label span,
.g5-textarea input:focus ~ label span,
.g5-input select:focus ~ label span,
.g5-select select:focus ~ label span,
.g5-textarea select:focus ~ label span,
.g5-input textarea:focus ~ label span,
.g5-select textarea:focus ~ label span,
.g5-textarea textarea:focus ~ label span {
  -webkit-transform: translate3d(0, -13px, 0);
  -moz-transform: translate3d(0, -13px, 0);
  -o-transform: translate3d(0, -13px, 0);
  -ms-transform: translate3d(0, -13px, 0);
  transform: translate3d(0, -13px, 0);
  font-size: 11px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g5-input input:focus ~ label i,
.g5-select input:focus ~ label i,
.g5-textarea input:focus ~ label i,
.g5-input select:focus ~ label i,
.g5-select select:focus ~ label i,
.g5-textarea select:focus ~ label i,
.g5-input textarea:focus ~ label i,
.g5-select textarea:focus ~ label i,
.g5-textarea textarea:focus ~ label i,
.g5-input input:focus ~ label .g5-icoinpu,
.g5-select input:focus ~ label .g5-icoinpu,
.g5-textarea input:focus ~ label .g5-icoinpu,
.g5-input select:focus ~ label .g5-icoinpu,
.g5-select select:focus ~ label .g5-icoinpu,
.g5-textarea select:focus ~ label .g5-icoinpu,
.g5-input textarea:focus ~ label .g5-icoinpu,
.g5-select textarea:focus ~ label .g5-icoinpu,
.g5-textarea textarea:focus ~ label .g5-icoinpu {
  font-size: 20px;
  -webkit-transform: translate3d(0, -13px, 0);
  -moz-transform: translate3d(0, -13px, 0);
  -o-transform: translate3d(0, -13px, 0);
  -ms-transform: translate3d(0, -13px, 0);
  transform: translate3d(0, -13px, 0);
}
.g5-input input:focus ~ label .g5-icoinput,
.g5-select input:focus ~ label .g5-icoinput,
.g5-textarea input:focus ~ label .g5-icoinput,
.g5-input select:focus ~ label .g5-icoinput,
.g5-select select:focus ~ label .g5-icoinput,
.g5-textarea select:focus ~ label .g5-icoinput,
.g5-input textarea:focus ~ label .g5-icoinput,
.g5-select textarea:focus ~ label .g5-icoinput,
.g5-textarea textarea:focus ~ label .g5-icoinput {
  font-size: 15px;
}
.g5-input select,
.g5-select select,
.g5-textarea select {
  color: #444548;
  cursor: pointer;
}
.g5-input select option,
.g5-select select option,
.g5-textarea select option {
  color: #636363;
}
.g5-input select::-ms-expand,
.g5-select select::-ms-expand,
.g5-textarea select::-ms-expand {
  display: none;
}
.g5-input label,
.g5-select label,
.g5-textarea label {
  display: block;
  height: 46px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g5-input label.fijar span,
.g5-select label.fijar span,
.g5-textarea label.fijar span {
  -webkit-transform: translate3d(0, -13px, 0);
  -moz-transform: translate3d(0, -13px, 0);
  -o-transform: translate3d(0, -13px, 0);
  -ms-transform: translate3d(0, -13px, 0);
  transform: translate3d(0, -13px, 0);
  font-size: 11px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g5-input label.fijar i,
.g5-select label.fijar i,
.g5-textarea label.fijar i,
.g5-input label.fijar .g5-icoinput,
.g5-select label.fijar .g5-icoinput,
.g5-textarea label.fijar .g5-icoinput {
  font-size: 20px;
  top: 20px;
  -webkit-transform: translate3d(0, -13px, 0);
  -moz-transform: translate3d(0, -13px, 0);
  -o-transform: translate3d(0, -13px, 0);
  -ms-transform: translate3d(0, -13px, 0);
  transform: translate3d(0, -13px, 0);
  color: #0068be;
}
.g5-input label.fijar .g5-icoinput,
.g5-select label.fijar .g5-icoinput,
.g5-textarea label.fijar .g5-icoinput {
  font-size: 15px;
}
.g5-input label i,
.g5-select label i,
.g5-textarea label i,
.g5-input label .g5-icoinput,
.g5-select label .g5-icoinput,
.g5-textarea label .g5-icoinput {
  font-size: 25px;
  color: #8d8d8d;
  position: absolute;
  right: 6px;
  bottom: 12px;
  display: inline-block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
}
.g5-input label .g5-icoinput,
.g5-select label .g5-icoinput,
.g5-textarea label .g5-icoinput {
  font-size: 20px;
}
.g5-input .no-effect span,
.g5-select .no-effect span,
.g5-textarea .no-effect span,
.g5-input .no-effect i,
.g5-select .no-effect i,
.g5-textarea .no-effect i,
.g5-input .no-effect .g5-icoinput,
.g5-select .no-effect .g5-icoinput,
.g5-textarea .no-effect .g5-icoinput {
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -o-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
}
.g5-input .no-effect span,
.g5-select .no-effect span,
.g5-textarea .no-effect span {
  font-size: 16px !important;
}
.g5-input span,
.g5-select span,
.g5-textarea span {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  padding: 0 10px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #8d8d8d;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
}
.g5-input.two-inner {
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .g5-input.two-inner .g5-input,
  .g5-input.two-inner .g5-select,
  .g5-input.two-inner .g5-textarea {
    margin-bottom: 0;
  }
}
.g5-input-file {
  border-bottom: 1px solid #fff;
}
.g5-input-file label {
  position: relative;
  z-index: 2;
}
.g5-input-file input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.g5-inpufile-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #3161e6;
}
.g5-textarea {
  width: 100%;
}
.g5-textarea textarea {
  line-height: 100%;
  height: 90px;
  position: static;
  margin-top: 18px;
}
.g5-textarea label {
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}
.g5-textarea label span {
  height: 100%;
}
.g5-terminos {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13%;
}
.g5-terminos input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:before {
  border-color: #444548;
}
.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after {
  color: #444548;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g5-title-block {
  font-size: 18px;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 25px;
  color: #0068be;
}
.g5-terminos_text {
  font-size: 13px;
  padding-top: 4px;
}
.g5-terminos_text p {
  margin: 0;
}
.g5-terminos_text a {
  text-decoration: underline;
  font-family: 'tenon-bold', sans-serif;
  text-decoration: underline;
}
.g5-terminos_text a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.g5-terminos_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 0;
}
.g5-terminos_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #444548;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.g5-terminos_icon:after {
  content: "\e911";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 16px;
  color: #444548;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 3px;
  left: 1px;
}
.g5-wrap-inputfiles {
  padding-top: 15px;
}
.g5-label-section {
  font-family: 'tenon-bold', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  color: #004276;
  margin-top: 35px;
}
.g5-new-inputfile {
  position: relative;
  margin-bottom: 15px;
}
.g5-new-inputfile input {
  display: none;
}
.g5-new-inputfile label {
  border: 1px solid #c4c4c4;
  display: block;
  border-radius: 2px;
}
.g5-new-inputfile span {
  height: 55px;
  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;
  padding: 0 10px;
  padding-bottom: 10px;
  padding-right: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #8d8d8d;
}
@media screen and (max-width: 1024px) {
  .g5-new-inputfile span {
    padding-bottom: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
}
.g5-btn-file {
  height: 100%;
  width: 199px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  color: #0068be;
  background-color: #a6d7e2;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .g5-input.two-inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .g5-politicas {
    margin-top: 30px;
  }
  .g5-input-two:not(.b23-tipodoc) {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g5-input-two:not(.b23-tipodoc) .g5-input,
  .g5-input-two:not(.b23-tipodoc) .g5-select {
    width: 100%;
  }
  .g5-input-two.two-in-two,
  .g5-input.two-inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .g5-select label i {
    right: 0;
  }
  .g5-new-inputfile label {
    border: none;
  }
  .g5-new-inputfile span {
    padding: 10px;
    border: 1px solid #c4c4c4;
    height: 48px;
  }
  .g5-btn-file {
    position: static;
    width: 100%;
    height: 48px;
    margin-top: 5px;
  }
}
.g5-postal-code {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 48.5%;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g5-postal-code ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
}
.g5-postal-code :-moz-placeholder {
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
}
.g5-postal-code ::-moz-placeholder {
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
}
.g5-postal-code :-ms-input-placeholder {
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
}
@media screen and (max-width: 640px) {
  .g5-postal-code {
    width: 100%;
    height: 52px;
  }
}
.g5-postal-code input {
  width: 100%;
  height: 33px;
  background: none;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.g5-postal-code .input-label {
  width: 100%;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  padding-top: 4px;
}
.g5-postal-code .iti__country-list {
  left: -246px;
}
.g5-postal-code .iti__arrow {
  border-top: 4px solid #fff;
}
.g5-postal-code .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #fff;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g6-title-acordeon {
  min-height: 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding: 5px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
  font-family: 'tenon-bold', sans-serif;
  color: #004276;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g6-title-acordeon:after {
  content: "\e90d";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  margin: auto;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #004276;
}
.g6-title-acordeon.active {
  color: #004276;
  font-family: 'tenon-bold', sans-serif;
  border-bottom: none;
}
.g6-title-acordeon.active:after {
  content: "\e90d";
  color: #004276;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.g6-title-acordeon:hover {
  color: #004276;
  font-family: 'tenon-bold', sans-serif;
  border-bottom: none;
}
.g6-itemacordeon {
  border-bottom: 1px solid #e5e5e5;
  max-width: 792px;
  margin: 0 auto;
}
.g6-contenido-acordeon {
  font-size: 16px;
  text-align: justify;
  display: none;
  line-height: 20px;
  color: #636363;
  padding-bottom: 30px;
}
.g6-contenido-acordeon p {
  word-break: break-word;
}
@media screen and (max-width: 640px) {
  .g6-title-acordeon {
    font-size: 17px;
    line-height: 22px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g7-item {
  width: 100%;
  height: 501px;
  position: relative;
  display: block;
}
.g7-item .g0-btn i {
  display: none;
}
.g7-item:not(.only_img):hover .g0-btn {
  border: none;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
.g7-item:not(.only_img):hover .g0-btn i {
  display: block;
}
.g7-item:not(.only_img):hover .g0-btn span {
  display: none;
}
.g7-item:not(.only_img):hover .g7-detalle-it {
  background-color: #0068be;
}
.g7-image {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
.g7-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.g7-figura-it {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
}
.g7-detalle-it {
  background-color: rgba(0,0,0,0.48);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g7-etiquetas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g7-propiedad {
  font-size: 14px;
  font-family: 'tenon-light', sans-serif;
  line-height: 15px;
  color: #f8f9fb;
  margin: 0;
  text-transform: uppercase;
}
.g7-venta {
  min-width: 117px;
  height: 31px;
  font-size: 14px;
  line-height: 15px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 5px 5px 0px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.g7-ubicacion {
  font-size: 16px;
  line-height: 17px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  margin-bottom: 6px;
}
.g7-ubicacion p {
  margin: 0;
}
.g7-nombre {
  font-size: 30px;
  line-height: 32px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .g7-nombre {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 24px;
  }
}
.g7-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 21px;
}
@media screen and (max-width: 1200px) {
  .g7-info {
    padding-top: 18px;
  }
}
@media screen and (max-width: 425px) {
  .g7-info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.g7-info-left {
  color: #fff;
}
.g7-info-left span {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 9px;
}
@media screen and (max-width: 425px) {
  .g7-info-left {
    margin-bottom: 16px;
  }
}
.g7-valor {
  font-size: 18px;
  font-family: 'tenon-bold', sans-serif;
  line-height: 18px;
  color: #fff;
  margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .g7-valor {
    font-size: 16px;
    line-height: 16px;
  }
}
.g7-tiempo {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g8-wrap-form {
  background: #ffbd00;
  border-radius: 25px 25px 25px 0;
  -webkit-box-shadow: 0 6px 50px 0 rgba(66,66,66,0.26);
  box-shadow: 0 6px 50px 0 rgba(66,66,66,0.26);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 30px;
}
.g8-wrap-form .g5-terminos {
  margin-bottom: 15px;
}
.g8-wrap-form .g5-input,
.g8-wrap-form .g5-select {
  border-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g8-wrap-form .g5-input span,
.g8-wrap-form .g5-select span {
  color: #fff;
}
.g8-wrap-form .g5-input label,
.g8-wrap-form .g5-select label {
  height: 50px;
}
.g8-wrap-form .g5-input label i,
.g8-wrap-form .g5-select label i {
  color: #fff;
}
.g8-wrap-form .g5-input input,
.g8-wrap-form .g5-select input,
.g8-wrap-form .g5-input select,
.g8-wrap-form .g5-select select {
  color: #fff;
}
.g8-wrap-form .g5-input input:-webkit-autofill,
.g8-wrap-form .g5-select input:-webkit-autofill,
.g8-wrap-form .g5-input select:-webkit-autofill,
.g8-wrap-form .g5-select select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #ffbd00 inset;
  -webkit-text-fill-color: #fff;
  border-radius: 2px;
  -webkit-background-color: transparent !important;
}
.g8-wrap-form .g5-input.inFocus,
.g8-wrap-form .g5-select.inFocus {
  border-color: #0068be;
}
.g8-wrap-form .g5-input.inFocus span,
.g8-wrap-form .g5-select.inFocus span {
  color: #0068be;
}
@media screen and (max-width: 960px) {
  .g8-wrap-form {
    padding: 29px 20px;
  }
}
@media screen and (max-width: 767px) {
  .g8-wrap-form {
    border-radius: 0px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .g8-form-pin {
    -webkit-flex-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }
  .g8-form-pin .g5-item-input {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .g8-form-smstext {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .g8-label-select span {
    font-size: 13px !important;
  }
}
.g8-verification-sms .g0-btn {
  height: 55px;
}
.g8-verification-sms .g5-input-two .g5-input {
  width: 52.4%;
}
@media screen and (max-width: 640px) {
  .g8-verification-sms .g5-input-two .g5-input {
    width: 49%;
  }
}
.g8-verification-sms .g5-input-two .g8-item-input {
  width: 44.6%;
}
@media screen and (max-width: 640px) {
  .g8-verification-sms .g5-input-two .g8-item-input {
    width: 49%;
  }
}
.g8-verification-sms .g5-input-two .g0-btn {
  min-width: 0;
  width: 100%;
}
.g8-input-two {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.g8-input-two p {
  margin: 0;
  font-size: 14px;
}
.g8-input-two .g8-text-1 {
  font-family: 'tenon-regular', sans-serif;
  color: #fff;
}
.g8-input-two .g8-text-2 {
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
  text-decoration: underline;
}
.g8-wrap-tab {
  position: relative;
}
.g8-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g8-item-tab.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 2;
}
.g8-wrap-pasos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.g8-item-paso {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'tenon-bold', sans-serif;
  font-size: 20px;
  margin-left: 85px;
  position: relative;
}
.g8-item-paso i {
  color: #fff;
  display: none;
  font-size: 15px;
}
.g8-item-paso:before {
  content: "";
  width: 87px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 100%;
}
.g8-item-paso:first-child {
  margin-left: 0;
}
.g8-item-paso:first-child:before {
  display: none;
}
.g8-item-paso.success {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.g8-item-paso.success span {
  display: none;
}
.g8-item-paso.success i {
  display: block;
}
.g8-title {
  font-size: 25px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .g8-title {
    font-size: 20px;
  }
}
.g8-modal-politicas-proteccion .close-boxlight {
  border: none;
  top: 25px;
  right: 20px;
  font-size: 20px;
}
.g8-modal-politicas-proteccion .close-boxlight:after {
  content: "\e910";
  font-family: 'icomoon';
  color: #0068be;
}
.g8-politicas-content {
  max-width: 840px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 0px;
}
@media screen and (max-width: 768px) {
  .g8-politicas-content {
    padding: 40px;
    width: 90%;
  }
}
.g8-politicas-content.g8-new-formate {
  max-width: 1024px;
}
.g8-politicas-content.g8-new-formate .g8-title-politicas {
  font-family: 'tenon-medium', sans-serif;
  font-size: 22px;
  text-align: center;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .g8-politicas-content.g8-new-formate .g8-title-politicas {
    padding-right: 0;
  }
}
.g8-politicas-content.g8-new-formate strong {
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
}
.g8-politicas-content.g8-new-formate table {
  width: 100%;
  max-width: 921px;
  margin: 0 auto;
  border: 1px solid #444548;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 30px;
}
.g8-politicas-content.g8-new-formate table tr {
  border: 1px solid #444548;
}
.g8-politicas-content.g8-new-formate table tr th {
  font-family: 'tenon-regular', sans-serif;
  border-right: 1px solid #444548;
  text-align: left;
  padding-left: 27px;
  padding-right: 27px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g8-politicas-content.g8-new-formate table tr td {
  border-right: 1px solid #444548;
  padding: 10px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g8-politicas-content.g8-new-formate table tr td:first-child {
  max-width: 300px;
}
@media screen and (max-width: 745px) {
  .g8-politicas-content.g8-new-formate table tr th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .g8-politicas-content.g8-new-formate table tr td {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
    font-size: 12px;
  }
}
.g8-title-politicas {
  color: #0068be;
  font-size: 45px;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .g8-title-politicas {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .g8-title-politicas {
    font-size: 25px;
  }
}
.g8-description-politicas {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  height: 460px;
  overflow: auto;
  padding-right: 30px;
}
.g8-description-politicas a {
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .g8-description-politicas {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .g8-description-politicas {
    height: 400px;
  }
}
.g8-btn-paso2[disabled] {
  background: rgba(0,0,0,0.33);
}
.g8-btn-paso2[disabled]:hover {
  background: rgba(0,0,0,0.33);
}
.g8-btn-nopin {
  position: relative;
}
.g8-btn-nopin .gota1 {
  width: 167px;
  height: 47px;
}
.g8-btn-nopin .gota2 {
  width: 177px;
  height: 55px;
}
.g8-btn-nopin-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
  width: 157px;
  height: 38px;
  background: #c300ae;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.share-button {
  position: relative;
  height: 40px;
  width: 150px;
  background: #4074fe;
  border-radius: 5px;
  overflow: hidden;
  line-height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*----- FIX overflow + transform + border-radius ---*/
.share-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-shadow: 0 0 0 50px #4074fe;
  box-shadow: 0 0 0 50px #4074fe;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 50px;
  z-index: 3;
  pointer-events: none;
}
.lid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4074fe;
  border-radius: 20px;
  color: #aeaeae;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  cursor: default;
  z-index: 4;
  text-align: center;
  color: #fff;
}
.lid span {
  margin-right: 10px;
}
.open .lid {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.thank-you {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  transition: 300ms ease all;
}
.thankyou .thank-you {
  position: absolute;
  top: 0px;
}
.share-item {
  display: block;
  color: #4074fe;
  background: #fff;
  text-decoration: none;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  float: left;
  margin-left: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  -ms-transition: 500ms ease all;
  transition: 500ms ease all;
}
.share-item:active {
  background: #eb4c89;
  -webkit-transition: 50ms ease all;
  -moz-transition: 50ms ease all;
  -o-transition: 50ms ease all;
  -ms-transition: 50ms ease all;
  transition: 50ms ease all;
}
.share-item:nth-child(1) {
  -webkit-transform: translateX(200px) rotate(180deg);
  -moz-transform: translateX(200px) rotate(180deg);
  -o-transform: translateX(200px) rotate(180deg);
  -ms-transform: translateX(200px) rotate(180deg);
  transform: translateX(200px) rotate(180deg);
}
.share-item:nth-child(2) {
  -webkit-transform: translateX(400px) rotate(200deg);
  -moz-transform: translateX(400px) rotate(200deg);
  -o-transform: translateX(400px) rotate(200deg);
  -ms-transform: translateX(400px) rotate(200deg);
  transform: translateX(400px) rotate(200deg);
}
.share-item:nth-child(3) {
  -webkit-transform: translateX(580px) rotate(220deg);
  -moz-transform: translateX(580px) rotate(220deg);
  -o-transform: translateX(580px) rotate(220deg);
  -ms-transform: translateX(580px) rotate(220deg);
  transform: translateX(580px) rotate(220deg);
}
.share-item:nth-child(4) {
  -webkit-transform: #4074fe 740px rotate(240deg);
  -moz-transform: #4074fe 740px rotate(240deg);
  -o-transform: #4074fe 740px rotate(240deg);
  -ms-transform: #4074fe 740px rotate(240deg);
  transform: #4074fe 740px rotate(240deg);
}
.share-item:nth-child(5) {
  -webkit-transform: translateX(880px) rotate(260deg);
  -moz-transform: translateX(880px) rotate(260deg);
  -o-transform: translateX(880px) rotate(260deg);
  -ms-transform: translateX(880px) rotate(260deg);
  transform: translateX(880px) rotate(260deg);
}
.share-item:nth-child(6) {
  -webkit-transform: translateX(1000px) rotate(280deg);
  -moz-transform: translateX(1000px) rotate(280deg);
  -o-transform: translateX(1000px) rotate(280deg);
  -ms-transform: translateX(1000px) rotate(280deg);
  transform: translateX(1000px) rotate(280deg);
}
.open .share-item {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
  margin-left: 3px;
}
.share-items {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 3px 0;
  width: 201px;
}
.share-items-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 267px;
  left: 50%;
  margin-left: -133.5px;
}
.shared .share-item {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.shared .share-item:nth-child(1) {
  -webkit-transition: 200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}
.shared .share-item:nth-child(2) {
  -webkit-transition: 600ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 600ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 600ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 600ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 600ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}
.shared .share-item:nth-child(3) {
  -webkit-transition: 1000ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 1000ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 1000ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 1000ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 1000ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}
.shared .share-item:nth-child(4) {
  -webkit-transition: 1400ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 1400ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 1400ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 1400ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 1400ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}
.shared .share-item:nth-child(5) {
  -webkit-transition: 1800ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 1800ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 1800ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 1800ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 1800ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}
.shared .share-item:nth-child(6) {
  -webkit-transition: 2200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -moz-transition: 2200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -o-transition: 2200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  -ms-transition: 2200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
  transition: 2200ms cubic-bezier(0.32, -0.22, 0.9, 0.93) all;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.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;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1home {
  height: 360px;
  overflow: hidden;
  position: relative;
}
.b1home.g1-has-video {
  height: auto;
}
.b1home .b6-title {
  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);
}
.b1home .wancho {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .b1home {
    height: auto;
  }
}
.b1home .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1home .slick-dots {
  max-width: 1200px;
  width: 90%;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .b1home .slick-dots {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots {
    text-align: center;
    bottom: 30px;
  }
}
.b1home .slick-dots li {
  width: 20px;
  height: 20px;
  margin-left: 30px;
  border-radius: 100%;
  position: relative;
}
.b1home .slick-dots li:first-child {
  margin-left: 0;
}
.b1home .slick-dots li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 100%;
  top: -9px;
  left: -9px;
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots li {
    width: 16px;
    height: 16px;
    margin-left: 20px;
  }
  .b1home .slick-dots li:before {
    width: 32px;
    height: 32px;
  }
}
.b1home .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 100%;
  background-color: #c7d2db;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1home .slick-dots li button:before {
  display: none;
}
.b1home .slick-dots li.slick-active:before {
  border-color: #fff;
}
.b1home .slick-dots li.slick-active button {
  background-color: #fff;
}
.b1home_item {
  width: 100%;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1home_item {
    height: 331px;
  }
}
.b1home_item.no-shadow:before {
  display: none;
}
.b1home_item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -moz-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -o-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -ms-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: linear-gradient(152.41deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b1home_item.animation .b1home_info {
  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);
}
.b1home_block {
  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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .b1home_block {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 0;
  }
}
.b1home_info {
  max-width: 682px;
  width: 100%;
  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);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_info {
    max-width: 430px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_info {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_info {
    text-align: left;
  }
}
.b1home_info .g0-ctn-btn {
  margin-top: 30px;
}
.b1home_etiqueta {
  display: inline-block;
  background: #c300ae;
  color: #fff;
  font-family: 'tenon-medium', sans-serif;
  font-size: 14px;
  border-radius: 5px 5px 0px 5px;
  padding: 7px 20px 5px 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .b1home_etiqueta {
    margin-bottom: 23px;
  }
}
.b1home_titles h4 {
  line-height: 1;
  color: #f8f9fb;
  font-family: 'tenon-medium', sans-serif;
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1home_titles h4 {
    font-size: 15px;
  }
}
.b1home_titles h2 {
  line-height: 1;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: calc(30px + (75 - 30) * ((100vw - 320px) / (1920 - 320)));
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b1home_titles h2 {
    font-size: 32px;
    margin-top: 7px;
  }
}
.b1home_titles h3 {
  line-height: 1;
  color: #fff;
  font-family: 'tenon-medium', sans-serif;
  font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b1home_titles h3 {
    font-size: 15px;
    margin-top: 7px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  background-color: #ffbd00;
  padding-top: 70px;
  padding-bottom: 70px;
}
.b10 .wancho {
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .b10 {
    padding-top: 50px;
  }
}
.b10.animate .b10-title {
  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);
}
.b10.animate .b10-list {
  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);
}
.b10-bg {
  height: 398px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 0 0;
}
.b10-list {
  max-width: 595px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b10-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b10-title {
  font-size: 35px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 51px;
  max-width: 663px;
  font-family: 'tenon-light', sans-serif;
}
.b10-title strong {
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b10-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .b10-title {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 45px;
    max-width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .b10-title {
    font-size: 25px;
    line-height: 26px;
    max-width: 322px;
  }
}
.b10-figura {
  text-align: center;
}
.b10-figura img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b10-figura img {
    display: block;
  }
}
.b10-item {
  width: 48%;
  padding: 0px 30px;
  background-color: #fff;
  margin-left: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
}
.b10-item:nth-child(2) {
  border-radius: 10px 10px 10px 0px;
}
.b10-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .b10-item {
    padding: 0 18px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11-caracteristica-image {
  position: relative;
  max-width: 1250px;
}
.b11-caracteristica-image .b11-legales {
  bottom: 10px;
}
.b11-caracteristica-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .b11-caracteristica-image {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .b11-caracteristica-image {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .b11-caracteristica-image .b11-legales {
    position: static;
    margin-top: 15px;
    display: block;
  }
}
.b11-cnt-slider .b11-listado {
  display: none;
}
@media screen and (max-width: 480px) {
  .b11-cnt-slider .b11-listado {
    display: block;
  }
}
.b11-cnt-slider .b11-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b11-cnt-slider .b11-item {
  width: 47.5%;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transition-delay: inherit !important;
  -moz-transition-delay: inherit !important;
  -o-transition-delay: inherit !important;
  -ms-transition-delay: inherit !important;
  transition-delay: inherit !important;
}
.b11 {
  padding-top: 155px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
  position: relative;
  z-index: 10;
}
.b11 .owl-nav {
  display: none;
}
.b11 .owl-dots {
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b11 .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: rgba(40,78,175,0.51);
  border-radius: 100%;
}
.b11 .owl-dots .owl-dot.active {
  background-color: #284eaf;
}
.b11.animate .b11-titulo {
  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);
}
.b11.animate .b11-item {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b11 img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .b11 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.b11-titulo {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 35px;
  color: #0068be;
  text-align: center;
  font-family: 'tenon-bold', sans-serif;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  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;
}
@media screen and (max-width: 768px) {
  .b11-titulo {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b11-titulo {
    font-size: 25px;
    line-height: 26px;
  }
}
.b11-top-description {
  padding: 34px 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dde1ea;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .b11-top-description {
    padding: 30px 20px;
  }
}
.b11-description-title {
  font-size: 18px;
  line-height: 18px;
  color: #0068be;
  text-align: center;
  margin: 0 auto;
  line-height: 25px;
}
@media screen and (max-width: 480px) {
  .b11-description-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.b11-description-title p {
  margin: 0;
}
.b11-nombre {
  font-size: 16px;
  line-height: 18px;
  color: #0068be;
}
.b11-nombre p {
  margin: 0;
}
.b11-listado {
  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;
}
.b11-item {
  width: 15%;
  margin-bottom: 39px;
  margin-left: 6.25%;
  text-align: center;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  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;
}
.b11-item:nth-child(5n+1) {
  margin-left: 0;
}
.b11-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .b11-item {
    width: 20%;
    margin-left: 6.66%;
  }
  .b11-item:nth-child(5n+1) {
    margin-left: 6.66%;
  }
  .b11-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b11-item {
    width: 30%;
    margin-left: 5%;
  }
  .b11-item:nth-child(5n+1) {
    margin-left: 5%;
  }
  .b11-item:nth-child(4n+1) {
    margin-left: 5%;
  }
  .b11-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .b11-item {
    width: 48%;
    margin-left: 4%;
  }
  .b11-item:nth-child(5n+1) {
    margin-left: 4%;
  }
  .b11-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .b11-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.b11-figura {
  margin-bottom: 17px;
}
.b11-ctn-boton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.b11-legales {
  width: 210px;
  text-align: center;
  font-size: 17px;
  font-family: 'tenon-medium', sans-serif;
  line-height: 15px;
  color: #0068be;
  text-decoration: underline;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.b11-btn {
  font-size: 18px;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #636363;
  min-width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'tenon-medium', sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b11-btn.fill {
  background-color: #636363;
  color: #fff;
}
.b11-btn span {
  margin: 7px;
  font-size: 26px;
}
.b11-btn:hover {
  color: #0068be;
  background-color: #636363;
}
@media screen and (max-width: 480px) {
  .b11-btn {
    color: #0068be;
    background-color: #636363;
  }
}
.b11-figura-info {
  margin-right: 8px;
}
.b11-figura-info img {
  margin: 0;
}
.b11-caracteristica {
  -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;
  height: 120px;
  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-shadow: 0 11px 40px 0 rgba(0,0,0,0.24);
  box-shadow: 0 11px 40px 0 rgba(0,0,0,0.24);
  background-color: #004276;
  position: relative;
}
.b11-caracteristica.wancho {
  width: 96%;
  max-width: 1200px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b11-caracteristica {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b11-caracteristica {
    -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;
  }
  .b11-caracteristica.wancho {
    width: 100%;
    padding-top: 40px;
  }
}
.b11-item-caracteristica {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.b11-item-caracteristica .b11-figura-info {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.b11-item-caracteristica.first {
  max-width: 306px;
  padding-right: 10px;
  min-height: 70px;
}
.b11-item-caracteristica.second {
  max-width: 384px;
  min-height: 70px;
  padding-right: 10px;
}
.b11-item-caracteristica.three {
  padding-right: 10px;
  max-width: 310px;
  min-height: 70px;
}
.b11-item-caracteristica.three .b11-info-caracteristica {
  padding-left: 25px;
}
.b11-item-caracteristica.three .b11-figura-info {
  width: 20px;
}
.b11-titulo-caracteristica {
  font-size: 16px;
  font-family: 'tenon-bold', sans-serif;
  line-height: 20px;
  color: rgba(255,255,255,0.54);
  margin-bottom: 4px;
}
.b11-descripcion-info {
  font-size: 20px;
  line-height: 20px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
}
.b11-descripcion-info p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b11-descripcion-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b11-descripcion-info {
    font-size: 18px;
  }
}
.b11-descripcion-info-second {
  font-size: 16px;
  line-height: 125%;
  font-family: 'tenon-bold', sans-serif;
  color: rgba(255,255,255,0.7);
}
.b11-descripcion-info-second p {
  margin: 0;
}
.b11-info-caracteristica {
  position: relative;
  padding-left: 85px;
}
.b11-wrap-caracteristica {
  position: absolute;
  width: 100%;
  top: -60px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b11 {
    padding-top: 175px;
  }
  .b11-item-caracteristica {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .b11-caracteristica {
    height: auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .b11-caracteristica {
    width: 100%;
  }
  .b11 {
    padding-top: 0;
  }
  .b11-wrap-caracteristica {
    position: static;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 729px) {
  .b11-item-caracteristica {
    width: 100%;
    margin-bottom: 30px;
    max-width: 320px !important;
  }
  .b11-item-caracteristica.second {
    min-height: 0;
  }
  .b11-item-caracteristica.first {
    min-height: 0;
  }
  .b11-item-caracteristica.first .b11-figura-info {
    width: 70px;
  }
  .b11-caracteristica {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b11 {
    padding-bottom: 0;
  }
  .b11-caracteristica {
    padding-top: 40px;
  }
  .b11-wrap-caracteristica {
    margin-bottom: 70px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.b12 .owl-stage-outer {
  overflow: inherit !important;
}
.b12 .owl-nav {
  position: absolute;
  width: 100%;
  bottom: -90px;
  z-index: 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;
}
.b12 .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b12 .owl-prev,
.b12 .owl-next {
  width: 69px;
  height: 69px;
  font-size: 19px;
  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-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
  color: rgba(40,79,171,0.6) !important;
  -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;
}
.b12 .owl-prev:hover,
.b12 .owl-next:hover {
  background-color: #782cbf !important;
  color: #fff !important;
}
.b12 .owl-item.active .b12-description {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b12 .owl-item.active .b12-item:hover .b12-bg {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.b12.white {
  background-color: #fff;
}
.b12.white .b12-cnt-slider:after,
.b12.white .b12-cnt-slider:before {
  background-color: #fff;
}
.b12.white .b12-tapa-right:after,
.b12.white .b12-tapa-right:before {
  background-color: #fff;
}
.b12.white .b12-tapa-left:after,
.b12.white .b12-tapa-left:before {
  background-color: #fff;
}
.b12-play-video {
  width: 76px;
  height: 76px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.25);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.25);
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
}
.b12-play-video:hover {
  background-color: #636363;
  color: #fff;
}
.b12-title {
  font-size: 45px;
  line-height: 45px;
  font-family: 'tenon-bold', sans-serif;
  color: #004276;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .b12-title {
    font-size: 25px;
  }
}
.b12-description {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-family: 'tenon-regular', sans-serif;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 111px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b12-description {
    height: 70px;
  }
}
.b12-description p {
  position: relative;
  z-index: 2;
  margin: 0;
}
.b12-description:after {
  display: block;
  content: "";
  z-index: 1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, #000, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0));
  background-image: linear-gradient(to top, #000, rgba(0,0,0,0));
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.b12-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.b12-item img {
  width: 100%;
  height: auto;
  display: block;
}
.b12-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 70s;
  -moz-transition: all 70s;
  -o-transition: all 70s;
  -ms-transition: all 70s;
  transition: all 70s;
}
.b12-cnt-slider {
  width: 49.5%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b12-cnt-slider {
    width: 100%;
  }
}
.b12-cnt-slider:after,
.b12-cnt-slider:before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 100;
  top: 0;
}
.b12-cnt-slider:after {
  right: 99%;
}
.b12-cnt-slider:before {
  left: 100%;
}
.b12-tapa-left:after,
.b12-tapa-left:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f1f1f1;
  right: 100%;
  z-index: 100;
}
.b12-tapa-left:after {
  bottom: 0;
}
.b12-tapa-left:before {
  top: 0;
}
.b12-tapa-right:after,
.b12-tapa-right:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f1f1f1;
  left: 100%;
  z-index: 100;
}
.b12-tapa-right:after {
  bottom: 0;
}
.b12-tapa-right:before {
  top: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.circles {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.circles:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #636363;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  z-index: 10;
  margin: auto;
}
.circles > * {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.b13-image-button .circle-1 {
  -webkit-animation: 2500ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -moz-animation: 2500ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -o-animation: 2500ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -ms-animation: 2500ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: 2500ms scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.b13-image-button .circle-2 {
  -webkit-animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -moz-animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -o-animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -ms-animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: 3000ms scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.b13-image-button .circle-3 {
  -webkit-animation: 3500ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -moz-animation: 3500ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -o-animation: 3500ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -ms-animation: 3500ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: 3500ms scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.jquery-modal.blocker {
  z-index: 10001;
}
.b13-main {
  position: relative;
  z-index: 2;
}
.b13 {
  height: 388px;
  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;
  width: 100%;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.b13-modal {
  height: 100%;
  width: 100%;
  max-width: initial;
  padding: 0;
}
.b13-modal iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.b13:before {
  z-index: 1;
  background-color: rgba(0,0,0,0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .b13 {
    height: 564px;
  }
}
.b13-main {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.b13-image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: calc(100% - 86px);
  width: 100%;
  max-width: 416px;
  background-color: #000;
  padding-top: 86px;
}
.b13-image-button {
  height: 76px;
  width: 76px;
  position: relative;
  z-index: 1;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.b13-image img {
  height: 100%;
  width: 100%;
  margin: 0;
}
.b13-image:after {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.b13-image:before {
  position: absolute;
  top: 60px;
  left: calc(50% - 63px);
  content: "";
  display: block;
  height: 124px;
  width: 124px;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .b13-image {
    -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: initial;
    background-color: none;
    padding-top: 0px;
  }
  .b13-image:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b13-image:before {
    top: calc(50% - 66px);
  }
}
@media screen and (max-width: 800px) {
  .b13-image {
    background: none !important;
  }
}
@media screen and (min-width: 1250px) {
  .b13-image {
    height: 444px;
    width: 651px;
  }
}
@media screen and (max-width: 1249px) {
  .b13-image {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .b13-image {
    width: 300px;
  }
}
.b13-text {
  position: absolute;
  bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 502px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .b13-text {
    margin-left: 40px;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .b13-text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b13-text {
    max-width: 455px;
  }
}
@media screen and (max-width: 480px) {
  .b13-text {
    padding: 0 20px;
  }
}
.b13-text img {
  height: 34px;
  width: auto;
  margin-bottom: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .b13-text img {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
.b13-title {
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 25px;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .b13-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 800px) {
  .b13-title {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .b13-title {
    font-size: 45px;
    line-height: 42px;
  }
}
@-moz-keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  position: relative;
  background-color: #f8f9fb;
}
.b14:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 50.69%;
  z-index: 3;
  background-image: url("../img/degrade-b6.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -moz-transform: matrix(1, 0, 0, -1, 0, 0);
  -o-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.b14 .g0-btn.borderyellow {
  background-color: #fff;
}
.b14 .g0-btn.borderyellow:hover {
  background-color: #f7a41c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .b14:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b14:before {
    height: 450px;
    top: inherit;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .b14.b14-tab-inners:before {
    display: none;
  }
  .b14.b14-tab-inners .b14-item-tab {
    background: none !important;
    height: auto;
    padding-bottom: 30px;
  }
  .b14.b14-tab-inners .b14-item-tab.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b14-btn-download {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b14-btn-download img {
  margin-right: 10px;
  vertical-align: middle;
}
.b14-content-btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .b14-content-btn {
    display: block;
  }
}
.b14-google-map {
  width: 100%;
  height: 100%;
}
.b14-main-control {
  z-index: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14-main-control.info .b14-list-info {
  display: block;
}
.b14-titulo {
  font-size: 45px;
  line-height: 50px;
  color: #0068be;
  margin-bottom: 45px;
  max-width: 358px;
  font-family: 'tenon-bold', sans-serif;
}
.b14-nav {
  max-width: 221px;
  margin: 0;
}
.b14-item-nav {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14-item-nav:last-child {
  border-bottom: transparent;
}
.b14-item-nav:hover,
.b14-item-nav.active {
  border-radius: 3px;
  border: solid 1px #fff;
  background-color: #782cbf;
}
.b14-item-nav:hover .b14-link-nav,
.b14-item-nav.active .b14-link-nav {
  color: #fff;
}
.b14-link-nav {
  font-size: 20px;
  font-family: 'tenon-bold', sans-serif;
  line-height: 21px;
  padding: 0 8px;
  color: #782cbf;
  height: 58px;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
}
.b14-item-tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}
.b14-item-tab .b14-tab-inner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 632px;
}
.b14-item-tab.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .b14-item-tab .b14-tab-inner {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .b14-item-tab.b14-tab-imagen .b14-tab-inner {
    height: 230px;
    background: #e5e5e5 !important;
  }
}
.b14-cnt-tab {
  margin-left: auto;
  width: 71.5%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
  background-image: -moz-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
  background-image: -o-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
  background-image: -ms-linear-gradient(bottom, #e5e5e5, rgba(229,229,229,0));
  background-image: linear-gradient(to top, #e5e5e5, rgba(229,229,229,0));
}
@media screen and (max-width: 768px) {
  .b14-cnt-tab {
    width: 100%;
  }
}
.b14-info {
  position: absolute;
  top: 179px;
  left: -233px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #ffc0cb;
}
.b14-box-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b14-box-info {
  margin: 0 auto;
  max-width: 185px;
  margin-bottom: 90px;
  -webkit-box-shadow: -2px 13px 40px 0 rgba(0,0,0,0.16);
  box-shadow: -2px 13px 40px 0 rgba(0,0,0,0.16);
}
.b14-box-descripcion {
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  padding: 10px 20px 22px 24px;
}
.b14-box-descripcion p {
  margin: 0;
}
.b14-botonera {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b14-botonera .g0-ctn-btn .g0-btn em {
  margin: 0;
}
.b14-botonera .g0-ctn-btn .g0-btn span {
  font-size: 27px;
  margin: 0;
  margin-right: 10px;
}
.b14-botonera .g0-ctn-btn:first-child {
  margin-right: 10px;
}
.b14-list-info {
  max-width: 368px;
  margin-left: auto;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  display: none;
}
@media screen and (max-width: 960px) {
  .b14-main-control {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b14-main-control {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b14-list-info {
    position: absolute;
    top: 100%;
    z-index: 10;
    height: 450px;
    max-width: none;
    width: 100%;
  }
  .b14-list-info-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -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: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .b14-control {
    width: 100%;
  }
  .b14-titulo {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .b14-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;
    max-width: none;
    margin-bottom: 12px;
  }
  .b14-item-nav {
    max-width: 110px;
    width: 100%;
    margin: 0 5px;
  }
  .b14-item-nav.active {
    border: none;
  }
  .b14-link-nav {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b14-botonera {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b14-botonera .g0-btn {
    min-width: 130px;
  }
  .b14-botonera .g0-btn em {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15home {
  height: 640px;
  overflow: hidden;
  position: relative;
}
.b15home.animate .b6-title,
.b15home.animate .b15-titles-video {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b15home.g1-has-video-detail {
  height: auto;
}
@media screen and (min-width: 961px) {
  .b15home.g1-has-video-detail .g1-video-wrap {
    height: calc(100vh - 173px);
  }
}
@media screen and (max-height: 790px) {
  .b15home.g1-has-video-detail .g1-video-wrap {
    height: 535px;
  }
  .b15home.g1-has-video-detail .g8-wrap-form {
    padding-top: 15px;
    padding: 15px 30px;
  }
  .b15home.g1-has-video-detail .g8-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .b15home.g1-has-video-detail .g5-input,
  .b15home.g1-has-video-detail .g5-select,
  .b15home.g1-has-video-detail .g5-textarea {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 745px) {
  .b15home.g1-has-video-detail .g1-video-wrap {
    height: auto;
  }
}
.b15home.g1-has-video-detail .b15home_form {
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b15home.g1-has-video-detail .b15home_form {
    padding-bottom: 0;
  }
}
.b15home .wancho {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .b15home {
    height: auto;
  }
}
.b15home .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b15home .slick-dots {
  max-width: 1200px;
  width: 90%;
  text-align: left;
  right: 0;
  bottom: 131px;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b15home .slick-dots {
    text-align: center;
    bottom: 34px;
  }
}
.b15home .slick-dots li {
  width: 35px;
  height: 4px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .b15home .slick-dots li {
    width: 30px;
    height: 2px;
  }
}
.b15home .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.b15home .slick-dots li button:before {
  content: "";
  width: 0px;
  height: 100%;
  background: #fff;
  color: inherit;
  text-align: inherit;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  top: 0;
  left: 0;
}
.b15home .slick-dots li button:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.42);
  position: absolute;
  top: 0;
  right: 0;
}
.b15home .slick-dots li.slick-active button:before {
  width: 100%;
  -webkit-transition: all 5.35s ease-in-out;
  -moz-transition: all 5.35s ease-in-out;
  -o-transition: all 5.35s ease-in-out;
  -ms-transition: all 5.35s ease-in-out;
  transition: all 5.35s ease-in-out;
}
.b15home .slick-dots li.slick-active button:after {
  width: 0px;
  -webkit-transition: all 5.35s ease-in-out;
  -moz-transition: all 5.35s ease-in-out;
  -o-transition: all 5.35s ease-in-out;
  -ms-transition: all 5.35s ease-in-out;
  transition: all 5.35s ease-in-out;
}
.b15-titles-video.b15home_titles h2.one_text {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.b15-titles-video.b15home_titles h1 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.b15-titles-video.b15home_titles h2.two_text {
  font-size: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (min-width: 1025px) {
  .b15-titles-video {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -ms-transition: opacity 0.5s, -ms-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
}
.b15home_item {
  width: 100%;
  height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b15home_item {
    height: 380px;
  }
}
.b15home_item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -moz-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -o-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: -ms-linear-gradient(297.59deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  background-image: linear-gradient(152.41deg, #000 40.64%, rgba(0,0,0,0) 78.36%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b15home_item.animation .b15home_info {
  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);
}
.b15home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 161px;
}
@media screen and (min-width: 769px) {
  .b15home_block.wancho {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .b15home_block {
    padding: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b15-video-plantilla-3 .b15home_block {
  padding-top: 70px;
  display: block;
}
@media screen and (max-width: 768px) {
  .b15-video-plantilla-3 .b15home_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding-bottom: 80px;
  }
}
.b15-on-video .b15home_titles h2.one_text {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.b15-on-video .b15home_titles h1 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.b15-on-video .b15home_titles h2.two_text {
  font-size: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (min-width: 769px) {
  .b15-on-video .b15home_info {
    width: 49%;
  }
}
.b15home_info {
  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);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b15home_info {
    max-width: 430px;
  }
}
@media screen and (max-width: 960px) {
  .b15home_info {
    max-width: 340px;
  }
}
.b15home_info .g0-ctn-btn {
  margin-top: 30px;
}
.b15home_info .g0-btn {
  text-transform: uppercase;
  padding: 0 40px;
}
.b15home-smallvideo {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .b15home-smallvideo {
    display: none;
  }
}
.b15home-smallvideo.loader {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
@media screen and (max-width: 745px) {
  .b15-wrapvideo-mobil.b15-video-plantilla-3 {
    margin-top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .b15-wrapvideo-mobil {
    width: 90%;
    margin: 30px auto;
    position: relative;
    z-index: 10;
  }
}
.b15home_etiqueta {
  display: inline-block;
  background: #c300ae;
  color: #fff;
  font-family: 'tenon-medium', sans-serif;
  font-size: 14px;
  border-radius: 5px 5px 0px 5px;
  padding: 7px 20px 5px 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .b15home_etiqueta {
    margin-bottom: 23px;
  }
}
.b15-wrap-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.31);
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.31);
}
.b15-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b15home_titles h2.one_text {
  line-height: 1;
  color: #f8f9fb;
  font-family: 'tenon-medium', sans-serif;
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b15home_titles h2.one_text {
    font-size: 15px;
  }
}
.b15home_titles h1 {
  line-height: 1;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: calc(30px + (75 - 30) * ((100vw - 320px) / (1920 - 320)));
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b15home_titles h1 {
    font-size: 32px;
    margin-top: 7px;
  }
}
.b15home_titles h2.two_text {
  line-height: 1;
  color: #fff;
  font-family: 'tenon-medium', sans-serif;
  font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b15home_titles h2.two_text {
    font-size: 15px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .b15home_titles {
    text-align: left;
  }
}
.b15home_form {
  width: 439px;
  position: absolute;
  top: 57px;
  right: 5.7%;
  z-index: 11;
}
.b15home_form.loader {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.b15home_form.high {
  top: 35px;
}
@media screen and (max-width: 1024px) {
  .b15home_form {
    right: 4%;
  }
}
@media screen and (max-width: 960px) {
  .b15home_form {
    width: 350px;
    right: 15px;
    padding-right: 20px;
  }
  .b15home_form.high {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b15home_form {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
  .b15home_form .g8-wrap-form {
    border-radius: 0;
  }
}
.b15home_subtitle {
  margin-bottom: 25px;
}
.b15home_subtitle h2 {
  line-height: 1.1;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-weight: normal;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  margin: 0;
}
.b15home_fields 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: 768px) {
  .b15home_fields 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;
  }
}
.b15home_fields li {
  width: 48%;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .b15home_fields li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .b15home_fields li:last-child {
    margin-bottom: 0;
  }
}
.b15home_fields li.full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b15home_fields li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.b15home_input {
  width: 100%;
  position: relative;
}
.b15home_input label {
  display: block;
  color: rgba(255,255,255,0.46);
  font-family: 'tenon-light', sans-serif;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0 0 10px;
}
.b15home_input input {
  width: 100%;
  height: 55px;
  line-height: 1;
  background: none;
  color: #fff;
  font-family: 'tenon-light', sans-serif;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 2px;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 10px 0 10px;
}
.b15home_input.active label {
  color: #0061a7;
  font-size: 12px;
  padding-top: 7px;
}
.b15home_input.active input {
  border-color: #0061a7;
}
.b15home_check {
  position: relative;
  margin-top: 20px;
}
.b15home_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;
}
.b15home_check input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b15home_check label {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 13px;
  position: relative;
  padding-left: 30px;
}
.b15home_check label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b15home_check 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: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 13px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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: 50%;
  left: 0;
}
.b15home_check a {
  font-family: 'tenon-light', sans-serif;
  text-decoration: underline;
}
.b15home_send {
  margin-top: 25px;
}
.b15home_send 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: 160px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
  color: #fff;
  font-family: 'tenon-medium', sans-serif;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b15home_send button {
    -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;
  }
  .b15home_send button:hover {
    background-color: rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.4);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.4);
  }
}
.b15-logos-programa {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.b15-logo-item {
  width: 72px;
  height: 72px;
  background-color: #fff;
  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;
  margin-left: 15px;
  overflow: hidden;
}
.b15-logo-item:first-child {
  margin-left: 0;
}
.hytPlayerWrap {
  position: relative;
}
.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.hytPlayerWrap.paused::before {
  content: "";
  width: 100px;
  bottom: 0;
  height: 100px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url("../img/play-yt.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b15homePitcherSlider.no-shadow .b15home_item:before {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16-header-detalles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-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;
  visibility: hidden;
}
.b16-header-detalles .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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  width: 96%;
}
.b16-header-detalles.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.b16-header-detalles .header_logo {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
}
.b16-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b16-wrap-shared {
  position: relative;
}
.b16-wrap-shared .g0-btn {
  position: relative;
  z-index: 3;
}
.b16-wrap-shared .header_detalle_social_links {
  width: 125px;
  padding: 3px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17);
  position: absolute;
  top: 0;
  left: -18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  border-radius: 5px;
  z-index: 1;
}
.b16-wrap-shared .header_detalle_social_links.showMenu {
  top: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b16-wrap-shared .header_detalle_social_links a {
  width: 25px;
  text-align: center;
  margin: 0 5px;
}
.b16-nav-item {
  margin-left: 38px;
}
.b16-nav-item:first-child {
  margin-left: 0;
}
.b16-logo {
  position: relative;
}
.b16-logo .header_logo {
  max-width: none;
  width: 150px;
}
.b16-right {
  width: 234px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.b16-right .g0-btn {
  width: 97%;
  background: rgba(195,0,174,0.5);
  border-radius: 3px;
  height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b16-right .g0-btn span {
  min-width: 217px;
  height: 40px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #004276;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.13);
  box-shadow: 0px 4px 2px rgba(0,0,0,0.13);
}
.b16-btn {
  position: relative;
  width: 100%;
  height: 57px;
}
.header_logo .b16-logo-small {
  display: none;
}
@media screen and (max-width: 1000px) {
  .b16-header-detalles.one .wancho {
    -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;
    width: 94%;
  }
  .b16-nav {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header_logo .b16-logo-small {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .b16-right {
    width: 189px;
  }
  .b16-right .g0-btn {
    min-width: 0;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0;
    font-size: 14px;
  }
  .b16-right .g0-btn span {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .b16-logo .header_logo {
    width: 140px;
  }
}
@media screen and (max-width: 360px) {
  .b16-logo .header_logo {
    width: 100px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 .wancho {
  height: 500px;
  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;
}
.b17 .g0-cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b17 .g0-btn {
  height: 45px;
  width: 183px;
  background-color: #c200ae;
  border-radius: 4px;
}
.b17 .g0-btn.border-with {
  border: 1px solid #fff;
  background-color: transparent;
  margin-left: 15px;
}
.b17 .owl-nav {
  display: none;
}
.b17 .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 8%;
  left: 0;
}
.b17 .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid transparent;
  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;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b17 .owl-dot:first-child {
  margin-left: 0;
}
.b17 .owl-dot:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
}
.b17 .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b17 .owl-dot.active {
  border-color: #fff;
}
.b17 .owl-dot.active span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b17 .owl-dot.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b17-item-sl {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
.b17-item-sl:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.b17-texto {
  z-index: 3;
  max-width: 480px;
  position: relative;
}
.b17-title {
  font-size: 50px;
  line-height: 33px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  margin-bottom: 15px;
}
.b17-description {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
}
.b17-description p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b17-texto {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .b17 .g0-btn.border-with {
    margin-left: 0;
    margin-top: 10px;
  }
  .b17 .g0-cnt-btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b17-title {
    font-size: 35px;
  }
  .b17-description {
    font-size: 16px;
    line-height: 24px;
  }
  .b17 .owl-dots {
    bottom: 4%;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-bottom: 85px;
}
.b18 .g0-btn {
  height: 45px;
  width: 284px;
  margin: 0;
  background-color: #782cbf;
}
.b18 .g0-btn i {
  margin: 0;
  margin-left: 10px;
  color: #f6a419;
  font-size: 12px;
}
@media screen and (max-width: 745px) {
  .b18 .g0-btn {
    min-width: 0;
    width: 260px;
    font-size: 14px;
  }
}
.b18-inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.b18-figura {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
}
.b18-figura img {
  width: 100%;
  height: auto;
}
.b18-figura .b18-mobile {
  display: none;
}
.b18-figura:after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 585px;
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 69.67%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 69.67%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 69.67%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 69.67%, rgba(0,0,0,0) 100%);
  background: linear-gradient(270deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 69.67%, rgba(0,0,0,0) 100%);
  position: absolute;
}
@media screen and (max-width: 745px) {
  .b18-figura .b18-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    height: auto;
  }
  .b18-figura:after {
    width: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.65) -1.83%, rgba(0,0,0,0.494) 33.59%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.65) -1.83%, rgba(0,0,0,0.494) 33.59%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(90deg, rgba(0,0,0,0.65) -1.83%, rgba(0,0,0,0.494) 33.59%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0,0,0,0.65) -1.83%, rgba(0,0,0,0.494) 33.59%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.65) -1.83%, rgba(0,0,0,0.494) 33.59%, rgba(0,0,0,0) 100%);
  }
}
.b18-title {
  font-size: 25px;
  line-height: 33px;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 745px) {
  .b18-title {
    max-width: 290px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .b18-title {
    font-size: 20px;
  }
}
.b18-texto {
  max-width: 284px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 9%;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 745px) {
  .b18-texto {
    height: auto;
    top: inherit;
    bottom: 10%;
    right: 0;
    max-width: none;
    -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: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 360px) {
  .b18-texto {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-top: 75px;
  padding-bottom: 70px;
}
.b19 .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: 10%;
  left: 0;
  right: 0;
  z-index: 3;
}
.b19 .g0-btn {
  background-color: #f6a419;
  border-radius: 4px;
  width: 271px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b19-title {
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #284eaf;
  font-family: 'tenon-bold', sans-serif;
  margin: 0 auto;
  margin-bottom: 17px;
  max-width: 579px;
}
@media screen and (max-width: 1000px) {
  .b19-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 745px) {
  .b19-title {
    font-size: 25px;
    line-height: 32px;
    max-width: 360px;
  }
}
.b19-inner {
  max-width: 1175px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .b19-inner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .b19-inner {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b19-left {
  width: 33.33%;
}
@media screen and (max-width: 1000px) {
  .b19-left {
    width: 46%;
  }
}
@media screen and (max-width: 640px) {
  .b19-left {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
  }
}
.b19-listado {
  max-width: 290px;
}
.b19-listado.derecha {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .b19-listado {
    max-width: none;
  }
}
.b19-item {
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .b19-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b19-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b19-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.b19-figura {
  margin-bottom: 12px;
  text-align: center;
}
.b19-figura img {
  max-width: 100%;
  height: auto;
}
.b19-title-it {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #c200ae;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 12px;
}
.b19-description-it {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
.b19-description-it p {
  margin: 0;
}
.b19-center {
  width: 34%;
}
@media screen and (max-width: 1000px) {
  .b19-center {
    display: none;
  }
}
.b19-only-image {
  text-align: center;
  display: block;
}
.b19-only-image img {
  max-width: 100%;
  height: auto;
}
.b19-fig-center {
  position: relative;
}
.b19-fig-center img {
  max-width: 100%;
  height: auto;
}
.b19-fig-center:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 60.42%, #fff 100%);
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 60.42%, #fff 100%);
  background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 60.42%, #fff 100%);
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 60.42%, #fff 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.96) 60.42%, #fff 100%);
}
.b19-right {
  width: 33.33%;
}
@media screen and (max-width: 1000px) {
  .b19-right {
    width: 46%;
  }
}
@media screen and (max-width: 640px) {
  .b19-right {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
  }
}
.b19-botones-mobile {
  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: 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;
  display: none;
}
@media screen and (max-width: 1000px) {
  .b19-botones-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b19-botones-mobile .g0-btn {
  width: 195px;
}
.b19-botones-mobile .g0-btn:first-child {
  margin-bottom: 10px;
}
.b19-botones-mobile .g0-btn.solicitalo {
  height: 45px;
  background-color: #c200ae;
  border-radius: 4px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  padding-top: 67px;
  padding-bottom: 50px;
  position: relative;
}
.b2 .wancho {
  max-width: 1366px;
  width: 96%;
}
@media screen and (max-width: 1024px) {
  .b2 .wancho {
    max-width: 800px;
    width: 90%;
  }
}
.b2 .g0-btn.borderyellow {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .b2 .g0-btn.borderyellow.small {
    background-color: #ffbd00;
    color: #fff;
  }
}
.b2 .g7-item {
  width: 32.8%;
  margin: 0;
  margin-left: 0.8%;
  margin-bottom: 10px;
}
.b2 .g7-item:nth-child(3n+1) {
  margin-left: 0;
}
.b2 .g7-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .b2 .g7-item {
    width: 49.6%;
  }
  .b2 .g7-item:nth-child(3n+1) {
    margin-left: 0.8%;
  }
  .b2 .g7-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b2 .g7-item {
    width: 100%;
    margin-left: 0;
  }
  .b2 .g7-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.b2 .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.b2 .owl-prev,
.b2 .owl-next {
  position: absolute;
  height: 40px;
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
}
.b2 .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
}
.b2 .owl-next {
  right: -20px;
}
@media screen and (max-width: 480px) {
  .b2 {
    padding-top: 39px;
    padding-bottom: 38px;
  }
}
.b2.animate .b2-title {
  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);
}
.b2.animate .b2-inner-wrap {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2-cnt-tab {
  margin-top: 32px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .b2-inner-wrap {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b2-item-tab {
  margin-bottom: 34px;
  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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
  height: 0;
}
.b2-item-tab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 2;
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 480px) {
  .b2-item-tab {
    margin-bottom: 24px;
  }
}
.b2-title {
  font-size: 45px;
  line-height: 46px;
  font-family: 'tenon-light', sans-serif;
  text-align: center;
  margin-bottom: 37px;
}
.b2-title strong {
  color: #0068be;
  display: block;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b2-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b2-title {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 480px) {
  .b2-title {
    font-size: 25px;
    line-height: 26px;
  }
}
.b2-item-head {
  font-size: 16px;
  line-height: 16px;
  color: #8d8d8d;
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-family: 'tenon-medium', sans-serif;
  margin: 0;
  padding: 0px 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;
}
.b2-item-head:hover {
  color: #004276;
}
.b2-item-head.active {
  background-color: #004276;
  color: #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;
}
.b2-slider.desktop {
  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;
}
.b2-slider.desktop .b2-item-head {
  margin-left: 10px;
}
.b2-slider.desktop .b2-item-head:first-child {
  margin-left: 0;
}
.b2-item {
  width: calc(20% - 10px);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .b2-item {
    width: calc(50% - 2%);
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .b2-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.b2item-img {
  width: 100%;
  height: 453px;
  height: 420px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b2item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
@media screen and (max-width: 1024px) {
  .b2item-img {
    height: 420px;
  }
}
.b2-item-title {
  position: absolute;
  top: 0;
}
.b2-item-title.techo-old {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  top: 35px;
}
.b2-item-title.techo-old .b2-item-text {
  width: calc(100% - 64px);
  margin-left: -30px;
  padding: 12px 40px;
}
@media screen and (max-width: 1024px) {
  .b2-item-title.techo-old .b2-item-text {
    width: calc(100% - 60px);
    margin-left: -20px;
    padding: 12px 30px;
  }
}
.b2-item-title {
  min-width: 208px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 34px;
}
.b2-item-title:before,
.b2-item-title:after {
  content: "";
  width: 34px;
  height: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.b2-item-title:before {
  left: 0;
}
.b2-item-title:after {
  right: 0;
}
.b2-item-title.blue:before {
  background-image: url("../img/category-blue-l.png");
}
.b2-item-title.blue:after {
  background-image: url("../img/category-blue-r.png");
}
.b2-item-title.yellow:before {
  background-image: url("../img/category-yellow-l.png");
}
.b2-item-title.yellow:after {
  background-image: url("../img/category-yellow-r.png");
}
.b2-item-title.black_green:before {
  background-image: url("../img/category-green-l.png");
}
.b2-item-title.black_green:after {
  background-image: url("../img/category-green-r.png");
}
.b2-item-title.light_green:before {
  background-image: url("../img/category-lightgreen-l.png");
}
.b2-item-title.light_green:after {
  background-image: url("../img/category-lightgreen-r.png");
}
.b2-item-title.red:before {
  background-image: url("../img/category-red-l.png");
}
.b2-item-title.red:after {
  background-image: url("../img/category-red-r.png");
}
.b2-item-icon {
  display: none;
  width: 94px;
  z-index: 2;
}
.b2-item-icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2-item-icon {
    width: 80px;
  }
}
.b2-item-text {
  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: 40px;
  line-height: 1;
  font-family: 'tenon-bold', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/* terrenos-condominio */
/* terrenos */
/* nuevo */
/* casas-techo-propio */
/* casas-mi-vivienda */
}
.b2-item-text p {
  margin: 0;
}
.b2-item-text.blue {
  background: #00406e;
}
.b2-item-text.yellow {
  background: #ffb600;
  color: #00406e;
}
.b2-item-text.black_green {
  background: #20583d;
}
.b2-item-text.red {
  background: #e84b36;
}
.b2-item-text.light_green {
  background: #b2c73e;
  color: #00406e;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
  box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
  max-width: 921px;
  padding: 45px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.b20-inner {
  max-width: 681px;
}
.b20-title {
  font-family: 'tenon-bold', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #284eaf;
  margin-bottom: 50px;
}
.b20-title-it {
  font-family: 'tenon-bold', sans-serif;
  font-size: 18px;
  margin-bottom: 17px;
  color: #f6a419;
}
.b20-description {
  font-size: 15px;
  color: #4e4e4e;
  margin-bottom: 30px;
}
.b20-description p {
  margin: 0;
}
.b20-main {
  height: 345px;
  overflow: auto;
  padding-right: 10px;
}
.b20-close-modal {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 35px;
  position: absolute;
  margin: 0;
  margin-left: auto;
  top: 10px;
  display: block;
  right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 200;
}
@media screen and (max-width: 960px) {
  .b20-main {
    height: 485px;
  }
  .b20-wrap-modal {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b20-wrap {
    padding: 35px;
    max-width: 700px;
  }
  .b20-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b27 {
  position: fixed;
  top: 113px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b27.bottom {
  top: auto;
  bottom: 0;
}
.b27.active {
  display: block;
}
.b27.active.hide {
  display: none;
}
@media screen and (max-width: 1190px) {
  .b27 {
    top: 90px;
  }
}
@media screen and (max-width: 960px) {
  .b27 {
    position: static;
  }
}
.b27-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 960px) {
  .b27-bg {
    display: block;
  }
}
.b27-bg:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.b27-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.b27-wrap.no-shadow .b27-right:after {
  display: none;
}
@media screen and (max-width: 960px) {
  .b27-wrap.hide-text-on-mobile .b27-campana {
    display: none;
  }
  .b27-wrap.hide-text-on-mobile .b27-left {
    -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;
  }
}
.b27-wrap.ocultar-dias .b27-left {
  width: 450px;
}
.b27-wrap.ocultar-dias .b27-right {
  width: calc(100vw - 450px);
}
.b27-wrap.ocultar-dias .b27-item.dias {
  display: none;
}
.b27-wrap.ocultar-dias .b27-item-separador.dias {
  display: none;
}
@media screen and (max-width: 1200px) {
  .b27-wrap.ocultar-dias .b27-left {
    width: 404px;
  }
  .b27-wrap.ocultar-dias .b27-right {
    width: calc(100vw - 404px);
  }
}
@media screen and (max-width: 960px) {
  .b27-wrap.ocultar-dias .b27-left {
    width: 100%;
  }
  .b27-wrap.ocultar-dias .b27-right {
    width: 100%;
  }
}
.b27-close {
  height: 26px;
  width: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  position: absolute;
  color: #fff;
  -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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b27-close:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
@media screen and (max-width: 960px) {
  .b27-close {
    display: none;
  }
}
.b27-left {
  height: 100%;
  width: 505px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: #0d5ea5;
}
@media screen and (max-width: 1200px) {
  .b27-left {
    padding-left: 20px;
    padding-right: 20px;
    width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .b27-left {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b27-campana {
  font-size: 15px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  max-width: 150px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 745px) {
  .b27-campana {
    font-size: 11px;
  }
}
.b27-numer {
  font-size: 16px;
  color: #0d5ea5;
  font-family: 'tenon-bold', sans-serif;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 37px;
  height: 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 745px) {
  .b27-numer {
    width: 33px;
    height: 28px;
    font-size: 14px;
  }
}
.b27-item-separador {
  margin-top: 8px;
}
.b27-listado {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: 10px;
  z-index: 2;
  position: relative;
}
.b27-item {
  width: 76px;
  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;
}
.b27-item span {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 745px) {
  .b27-item {
    width: 60px;
  }
  .b27-item span {
    font-size: 9px;
  }
}
.b27-item-separador em {
  color: #f8a72e;
  font-size: 16px;
  font-family: 'tenon-bold', sans-serif;
}
.b27-right {
  width: calc(100vw - 505px);
  height: 70px;
  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-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b27-right:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(47,47,47,0.8);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .b27-right {
    width: calc(100vw - 480px);
  }
}
@media screen and (max-width: 960px) {
  .b27-right {
    display: none;
  }
}
.b27-title {
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  position: relative;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 1200px) {
  .b27-title {
    font-size: 16px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b28-wrap-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-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: rgba(0,0,0,0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.b28-wrap-modal.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 100vh;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.b28-wrap-inner {
  max-width: 437px;
  width: 94%;
  -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;
  margin: 0 auto;
}
.b28-content {
  max-width: 585px;
  width: 100%;
  background-color: #f7a41c;
  -webkit-box-shadow: 0px 6px 20px rgba(0,0,0,0.25);
  box-shadow: 0px 6px 20px rgba(0,0,0,0.25);
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56px;
  padding-bottom: 36px;
  position: relative;
}
.b28-title {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 767px) {
  .b28-title {
    line-height: 1.2;
    font-size: 20px;
  }
}
.b28-descripcion {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
}
.b28-descripcion p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b28-descripcion {
    line-height: 1.2;
    font-size: 17px;
    margin-top: 10px;
  }
}
.b28-text {
  margin: 0 auto;
  margin-bottom: 34px;
  max-width: 430px;
}
.b28-close-modal {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.b28-wrap-video {
  max-width: 1024px;
  width: 100%;
  position: relative;
  background-color: #000;
}
.b28-wrap-video .phone-fixed {
  top: inherit;
  bottom: 10px;
  right: 10px;
}
.b28-wrap-video .b20-close-modal {
  width: 52px;
  height: 52px;
  background-color: #8d8d8d;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: -20px;
  right: -20px;
}
.b28-wrap-video #video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.b28-wrap-video #video_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .b28-wrap-video .b20-close-modal {
    width: 35px;
    height: 35px;
    top: -15px;
    right: -15px;
    font-size: 15px;
  }
  .b28-wrap-video .text-button-video {
    display: none;
  }
  .b28-wrap-video .phone-fixed__circle {
    width: 40px;
    height: 30px;
  }
  .b28-wrap-video .gota1 {
    width: 50px;
    height: 40px;
  }
  .b28-wrap-video .gota2 {
    width: 60px;
    height: 50px;
  }
}
.b28-control-video {
  position: absolute;
  right: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #c4c4c4;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .b28-control-video {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .b28-control-video img {
    width: 20px;
    height: auto;
  }
}
.b28-control-video img {
  margin: 0;
  display: block;
}
.b28-control-video span {
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b28-control-video .b28-control-mute {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b29-content-slider {
  position: relative;
  background-color: #f9f9ff;
  padding-bottom: 20px;
  display: none;
}
.b29-content-slider .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: -35px;
  left: 0;
}
.b29-content-slider .owl-prev,
.b29-content-slider .owl-next {
  background-color: #c300ae;
  width: 69px;
  height: 69px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b29-content-slider .owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b29-content-slider .owl-next {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .b29-content-slider {
    display: block;
  }
}
.b29-item-sl {
  display: block;
}
.b29-item-sl img {
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3-separcion .wancho {
  max-width: 1200px;
  height: 1px;
  background-color: #e5e5e5;
}
.b3 {
  background-color: #3161e6;
  padding-top: 54px;
  padding-bottom: 69px;
}
@media screen and (max-width: 480px) {
  .b3 {
    padding-top: 36px;
    padding-bottom: 20px;
  }
}
.b3.animate .b3-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3.animate .b3-list {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3-title {
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  font-family: 'tenon-light', sans-serif;
  max-width: 312px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.b3-title strong {
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b3-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b3-title {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 480px) {
  .b3-title {
    font-size: 20px;
    line-height: 20px;
    max-width: 200px;
    margin-bottom: 15px;
  }
}
.b3-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .b3-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b3-figura img {
  max-width: 100%;
  height: auto;
}
.b3-item {
  width: 49%;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .b3-item {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  top: 0;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 1000;
  height: 100%;
  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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opaciy 0.3s, -webkit-transform 0.3s;
  -moz-transition: opaciy 0.3s, -moz-transform 0.3s;
  -o-transition: opaciy 0.3s, -o-transform 0.3s;
  -ms-transition: opaciy 0.3s, -ms-transform 0.3s;
  transition: opaciy 0.3s, transform 0.3s;
}
@media screen and (max-width: 480px) {
  .b30 {
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b30.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  height: 100%;
  overflow: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b30 .wancho {
  max-width: 1122px;
  width: 100%;
  -webkit-box-shadow: 0px 7px 11px rgba(60,73,104,0.07);
  box-shadow: 0px 7px 11px rgba(60,73,104,0.07);
}
.b30-close {
  top: 4.2%;
  right: 14%;
  position: absolute;
  color: #0068be;
  cursor: pointer;
  font-size: 21px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .b30-close {
    top: 40px;
    right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .b30-close {
    right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b30-close {
    right: 30px;
  }
}
.b30-search {
  position: relative;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b30-search ::-webkit-input-placeholder {
  color: #8d8d8d;
  font-family: 'tenon-bold', sans-serif;
}
.b30-search :-moz-placeholder {
  color: #8d8d8d;
  font-family: 'tenon-bold', sans-serif;
}
.b30-search ::-moz-placeholder {
  color: #8d8d8d;
  font-family: 'tenon-bold', sans-serif;
}
.b30-search :-ms-input-placeholder {
  color: #8d8d8d;
  font-family: 'tenon-bold', sans-serif;
}
.b30-search span {
  color: #0068be;
  font-size: 19px;
  margin-right: 6px;
  position: absolute;
  top: 9px;
  left: 0;
}
.b30-search input {
  font-size: 25px;
  line-height: 145%;
  font-family: 'tenon-bold', sans-serif;
  color: #444548;
  height: 40px;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #0068be;
  padding-left: 23px;
}
.b30-list {
  background-color: #fff;
  margin-top: 64px;
  margin-bottom: 22px;
  padding-left: 23px;
  max-height: 446px;
  min-height: 360px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .b30-list {
    margin-top: 50px;
  }
}
.b30-new-list {
  display: none;
}
.b30-new-list.show {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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) {
  .b30-new-list.show {
    display: block;
  }
}
.b30-list-initial {
  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;
}
.b30-list-initial.hide {
  display: none;
}
@media screen and (max-width: 480px) {
  .b30-list-initial {
    display: block;
  }
}
.b30-inner {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.b30-item {
  width: 33.33%;
  margin: 0;
  display: block;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .b30-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b30-item {
    width: 100%;
  }
}
.b30-categoria {
  font-size: 14px;
  line-height: 109%;
  margin-bottom: 10px;
}
.b30-nombre {
  font-size: 18px;
  line-height: 109%;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.b30-direccion {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b30-direccion p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'tenon-bold', sans-serif;
  margin: 0;
  max-width: 260px;
  width: 100%;
  color: #444548;
}
.b30-direccion img {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-right: 10px;
}
.b30-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
}
.b30-not-list {
  display: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b30-not-list.show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  background-color: #f8f9fb;
  padding-top: 75px;
  padding-bottom: 200px;
}
.b31 .wancho {
  max-width: 1150px;
}
@media screen and (max-width: 960px) {
  .b31 {
    padding-bottom: 100px;
  }
}
.b31-title {
  font-size: 40px;
  color: #284eaf;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 65px;
  text-align: center;
}
.b31-title strong {
  font-size: 55px;
  line-height: 63px;
}
@media screen and (max-width: 960px) {
  .b31-title {
    font-size: 35px;
  }
  .b31-title strong {
    font-size: 48px;
  }
}
@media screen and (max-width: 640px) {
  .b31-title {
    font-size: 30px;
  }
  .b31-title strong {
    font-size: 35px;
  }
}
.b31-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .b31-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.b31-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 48.4%;
  height: 423px;
  position: relative;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b31-item:after {
  content: "";
  top: 0;
  left: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 745px) {
  .b31-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .b31-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .b31-item {
    height: 350px;
  }
}
.b31-texto {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .b31-texto {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.b31-tab {
  width: 397px;
  height: 80px;
  font-size: 40px;
  line-height: 55px;
  font-family: Nunito Sans;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #f6a419;
  border: 1px solid #f7a41c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'tenon-bold', sans-serif;
  padding: 14px 10px;
}
.b31-tab.morado {
  background-color: #7f38bd;
  border: 1px solid #7f38bd;
}
@media screen and (max-width: 960px) {
  .b31-tab {
    width: 280px;
    height: 60px;
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .b31-tab {
    width: 260px;
    font-size: 25px;
    line-height: 32px;
  }
}
.b31-title-it {
  font-size: 37px;
  font-weight: 900;
  line-height: 105%;
  color: #fff;
  max-width: 382px;
  text-align: center;
  margin: 0;
  text-shadow: 0px 1px 8px #000;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 960px) {
  .b31-title-it {
    font-size: 33px;
  }
}
@media screen and (max-width: 600px) {
  .b31-title-it {
    font-size: 28px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b32 {
  padding-top: 53px;
  padding-bottom: 114px;
  background-color: #f9f9ff;
}
@media screen and (max-width: 960px) {
  .b32 {
    padding-bottom: 60px;
  }
}
.b32-title {
  font-size: 45px;
  line-height: 115%;
  color: #284eaf;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 40px;
  max-width: 511px;
}
@media screen and (max-width: 960px) {
  .b32-title {
    font-size: 35px;
    max-width: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b32-title {
    font-size: 28px;
  }
}
.b32-mapa {
  position: relative;
}
.b32-mapa img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .b32-mapa {
    display: none;
  }
}
.b32-open-popup {
  cursor: pointer;
  position: absolute;
  width: 20%;
  height: 41.4%;
}
.lg-sub-html {
  display: none;
}
.lg-image {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b33 {
  padding: 50px 0;
}
.b33 .slick-dots {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.b33 .slick-dots li {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.b33 .slick-dots li.slick-active {
  border-color: #0068be;
}
.b33 .slick-dots li.slick-active button {
  background-color: #0068be;
}
.b33 .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: rgba(40,78,175,0.3);
  border-radius: 100%;
}
.b33 .slick-dots li button:before {
  display: none;
}
.b33-close-modal {
  background-color: #3161e6;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  position: relative;
  margin: 0;
  margin-left: auto;
  top: 22px;
  display: block;
  right: -15px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 200;
}
.b33-slider.desktop .b33-card {
  -webkit-box-shadow: 0px 31px 50px rgba(47,57,107,0.12);
  box-shadow: 0px 31px 50px rgba(47,57,107,0.12);
}
.b33-slider.desktop .b33-video {
  filter: drop-shadow(0px 18px 37px rgba(0,0,0,0.22));
}
.b33-inner-sl {
  position: relative;
}
.b33-wrap-testimonio {
  position: absolute;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48%;
  top: 0;
  color: #fff;
  z-index: 2;
}
.b33-titulo {
  font-family: 'tenon-bold', sans-serif;
  font-size: 45px;
  color: #0068be;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b33-titulo {
    font-size: 16px;
    line-height: 20px;
  }
}
.b33-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
}
.b33-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b33-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b33-wrap-video {
  width: 61%;
}
.b33-card {
  background-color: #004276;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 242px;
  border-radius: 0px 20px 20px 20px;
}
.b33-card-innerd {
  max-width: 470px;
  margin: 0 auto;
}
.b33-card-title {
  font-size: 28px;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 15px;
}
.b33-description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.b33-autor {
  font-size: 14px;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 960px) {
  .b33-wrap-video {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
  }
  .b33-wrap-testimonio {
    position: relative;
    width: 94%;
    max-width: 560px;
    margin: 0 auto;
    margin-top: -30px;
    z-index: 3;
  }
  .b33 .slick-dots {
    position: static;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
  .b33 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .b33 {
    padding-top: 33px;
  }
  .b33-card-title {
    font-size: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b34 {
  background-color: #f1f1f1;
}
.b34 .wancho {
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 54px;
  padding-bottom: 37px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .b34 .wancho {
    padding-top: 34px;
  }
}
.b34-title {
  font-size: 45px;
  font-family: 'tenon-bold', sans-serif;
  text-align: center;
  color: #004276;
  line-height: 100%;
  margin-bottom: 34px;
}
@media screen and (max-width: 960px) {
  .b34-title {
    font-size: 30px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .b34-title {
    font-size: 25px;
  }
}
.b34-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;
}
.b34-item {
  width: 31.8%;
  margin-bottom: 20px;
  margin-left: 2.3%;
}
.b34-item:nth-child(3n+1) {
  margin-left: 0;
}
.b34-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 745px) {
  .b34-item {
    width: 48.8%;
  }
  .b34-item:nth-child(3n+1) {
    margin-left: 2.3%;
  }
  .b34-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b34-item {
    width: 100%;
    margin-left: 0;
  }
  .b34-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.b34-figura img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.b34-bg {
  width: 100%;
  height: 564px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b34-bg {
    height: 388px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b35 {
  padding-top: 80px;
  padding-bottom: 180px;
}
.b35 .wancho {
  max-width: 745px;
}
.b35 .b36-item-right {
  width: 44.2%;
}
@media screen and (max-width: 745px) {
  .b35 .b36-item-right {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .b35 .b36-item-right {
    width: 100%;
    min-height: 231px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.b35 .b36-figura {
  margin-bottom: 29px;
}
@media screen and (max-width: 1024px) {
  .b35 {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .b35 .b36-figura {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b35 {
    padding-bottom: 50px;
  }
}
.b35-title {
  font-size: 30px;
  line-height: 39px;
  color: #0068be;
  margin-bottom: 53px;
  text-align: center;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 480px) {
  .b35-title {
    margin-bottom: 23px;
  }
}
.b35-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrap-boxlight-youtube .close-boxlight {
  border: none;
  background-color: #3161e6;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.wrap-boxlight-youtube .close-boxlight:after {
  content: "\e910";
  font-family: 'icomoon';
}
.b36 {
  padding-bottom: 74px;
}
.b36 .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: 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;
}
.b36 .g0-btn {
  margin: 0;
}
.b36 .g0-btn .icon-l span {
  width: 24px;
  height: 24px;
  background-color: #5983ed;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
.b36 .g0-btn.gray-icon {
  background-color: #a6d7e2;
  color: #0068be;
}
.b36 .g0-btn.gray-icon:hover {
  background-color: #0068be;
  color: #fff;
}
.b36 .g0-btn.gray-icon:hover .icon-play-circle:before {
  color: #fff;
}
.b36 .g0-btn.gray-icon span {
  font-size: 25px;
  margin: 0;
  margin-right: 10px;
}
.b36 .g0-btn.gray-icon .icon-play-circle:before {
  color: #0068be;
}
.b36 .g0-ctn-btn {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b36 .g0-ctn-btn .g0-btn:last-child {
  margin-bottom: 10px;
}
.b36 .g0-ctn-btn .g0-btn:first-child {
  margin-right: 0px;
}
@media screen and (max-width: 480px) {
  .b36 {
    padding-top: 0;
    padding-bottom: 42px;
  }
}
.b36.only-block-right {
  padding: 0;
}
.b36.only-block-right .g0-btn {
  margin: 0;
}
.b36.only-block-right .g0-btn:first-child {
  margin-right: 10px;
}
.b36.only-block-right .wancho {
  padding: 57px 0;
}
@media screen and (max-width: 480px) {
  .b36.only-block-right .wancho {
    padding: 35px 0;
  }
}
.b36.only-block-right .b36-item-right {
  width: 47.2%;
}
.b36.only-block-right .b36-right {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.b36.only-block-right .g0-ctn-btn {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.b36.only-block-right .g0-ctn-btn .g0-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .b36.only-block-right .g0-ctn-btn {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b36.only-block-right .g0-ctn-btn .g0-btn:last-child {
    margin-bottom: 10px;
  }
  .b36.only-block-right .g0-ctn-btn .g0-btn:first-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .b36.only-block-right .b36-item-right {
    width: 100%;
  }
}
.b36-btn-scroll {
  color: #782cbf;
  font-size: 16px;
  font-family: 'tenon-medium', sans-serif;
  border: 1px solid #782cbf;
  height: 45px;
  width: 284px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
  display: none;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .b36-btn-scroll {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b36-left {
  width: 41%;
}
@media screen and (max-width: 745px) {
  .b36-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b36-texto {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.39);
  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: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .b36-texto {
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b36-texto {
    padding-left: 25px;
  }
}
.b36-figura-left {
  position: relative;
  min-height: 500px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b36-figura-left img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 745px) {
  .b36-figura-left {
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .b36-figura-left {
    min-height: 237px;
  }
}
.b36-left-inner {
  max-width: 457px;
  width: 100%;
  -webkit-transform: translateX(-78px);
  -moz-transform: translateX(-78px);
  -o-transform: translateX(-78px);
  -ms-transform: translateX(-78px);
  transform: translateX(-78px);
}
@media screen and (max-width: 1024px) {
  .b36-left-inner {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 745px) {
  .b36-left-inner {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
    max-width: none;
  }
}
.b36-title {
  font-size: 40px;
  font-family: 'tenon-bold', sans-serif;
  line-height: 43px;
  color: #fff;
  max-width: 380px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1200px) {
  .b36-title {
    font-size: 30px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .b36-title {
    max-width: 300px;
  }
}
@media screen and (max-width: 745px) {
  .b36-title {
    font-size: 25px;
    line-height: 27px;
  }
}
.b36-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 22px;
}
.b36-description p {
  margin: 0;
}
.b36-right {
  width: 59%;
  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;
}
@media screen and (max-width: 745px) {
  .b36-right {
    width: 100%;
  }
}
.b36-item-right {
  width: 49%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.14);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.14);
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 263px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}
.b36-item-right:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 480px) {
  .b36-item-right {
    width: 100%;
    margin-bottom: 22px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.b36-figura {
  margin-bottom: 11px;
  text-align: center;
}
.b36-figura img {
  max-width: 100%;
  height: auto;
}
.b36-title-item {
  font-size: 25px;
  line-height: 27px;
  color: #0068be;
  text-align: center;
  font-family: 'tenon-bold', sans-serif;
  min-height: 54px;
}
@media screen and (max-width: 1024px) {
  .b36-title-item {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .b36-title-item {
    font-size: 25px;
    line-height: 27px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b37 {
  padding-top: 40px;
  background-color: #004276;
}
.b37 .wancho {
  position: relative;
  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;
}
@media screen and (max-width: 745px) {
  .b37 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .b37 {
    padding-bottom: 0;
  }
  .b37 .wancho {
    width: 100%;
  }
}
.b37 .b28-wrap-modal {
  height: 100%;
  overflow: inherit;
}
.b37-texto-left {
  max-width: 267px;
  position: absolute;
  left: -16px;
  top: 50px;
}
@media screen and (max-width: 1024px) {
  .b37-texto-left {
    position: static;
  }
}
@media screen and (max-width: 745px) {
  .b37-texto-left {
    margin: 0 auto;
  }
}
.b37-title-left {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 745px) {
  .b37-title-left {
    font-size: 30px;
    line-height: 31px;
  }
}
.b37-description-left {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.b37-description-left p {
  margin: 0;
}
.b37-figura-left img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 1180px) {
  .b37-figura-left {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }
}
@media screen and (max-width: 745px) {
  .b37-figura-left {
    display: none;
  }
}
.b37-left {
  width: 59.5%;
}
@media screen and (max-width: 1024px) {
  .b37-left {
    width: 51.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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) {
  .b37-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b37-right {
  width: 40.5%;
}
@media screen and (min-width: 768px) {
  .b37-right {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b37-right {
    width: 48.5%;
  }
}
@media screen and (max-width: 745px) {
  .b37-right {
    width: 100%;
  }
}
.b37-formulario {
  max-width: 439px;
  margin-left: -90px;
  margin-top: 22px;
}
@media screen and (max-width: 1180px) {
  .b37-formulario {
    margin-left: 0;
  }
}
@media screen and (max-width: 745px) {
  .b37-formulario {
    margin: 0 auto;
  }
}
.b37title_2 {
  margin-bottom: 10px;
}
.b37text_cel {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b38 {
  padding-top: 88px;
  padding-bottom: 75px;
  background-color: #f1f1f1;
}
.b38 .b11-titulo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-width: 700px;
  margin: auto;
  margin-bottom: 35px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b38 .b11-top-description {
  max-width: 936px;
  margin-bottom: 50px;
}
@media screen and (max-width: 745px) {
  .b38 {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
.b38-cabecera {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.b38-item-head {
  font-size: 16px;
  font-family: 'tenon-medium', sans-serif;
  max-width: 146px;
  width: 100%;
  line-height: 16px;
  color: rgba(195,0,174,0.8);
  height: 40px;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-left: 1%;
}
.b38-item-head:first-child {
  margin-left: 0;
}
.b38-item-head:hover,
.b38-item-head.active {
  background-color: #004276;
  color: #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;
}
.b38-areas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.b38-item-area {
  max-width: 100px;
  width: 100%;
  margin-left: 3%;
}
.b38-item-area p {
  font-size: 18px;
  line-height: 21px;
  font-family: 'tenon-bold', sans-serif;
  color: #4e4f52;
  margin: 0;
}
.b38-item-area span {
  font-size: 14px;
  line-height: 16px;
  color: #636363;
  margin-bottom: 4px;
  display: block;
}
.b38-item-area em {
  font-size: 20px;
  line-height: 21px;
  font-family: 'tenon-bold', sans-serif;
}
.b38-item-area:first-child {
  margin-left: 0;
}
.b38-descripcion {
  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: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b38-description-left {
  width: 51%;
  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: 745px) {
  .b38-description-left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.b38-figuraleft {
  margin-right: 20px;
}
.b38-figuraleft img {
  max-width: 45px;
  width: 100%;
  height: auto;
}
.b38-texto-left {
  font-size: 16px;
  line-height: 18px;
  color: #636363;
}
.b38-item-description-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .b38-item-description-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.b38-description-right {
  width: 49%;
}
@media screen and (max-width: 745px) {
  .b38-description-right {
    width: 100%;
    max-width: 589px;
    margin: 0 auto;
  }
}
.b38-figura {
  position: relative;
  display: block;
}
.b38-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b38-zoom {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
  width: 48px;
  height: 48px;
  background-color: #782cbf;
  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;
  right: 0;
  bottom: 0;
}
.b38-cnt-tab {
  position: relative;
}
.b38-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  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;
  z-index: 1;
  width: 100%;
}
.b38-item-tab.active {
  z-index: 2;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  visibility: visible;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b39 {
  padding-top: 63px;
  padding-bottom: 159px;
  background-color: #f9f9ff;
}
.b39 .wancho {
  width: 94%;
}
.b39 .g7-figura-it {
  border-radius: 20px;
  padding-top: 130.21%;
}
.b39 .g7-item {
  width: 33.333333333333336%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .b39 .g7-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b39 .g7-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b39 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.b39.animate .b39-title {
  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);
}
.b39.animate .b39-list {
  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);
}
.b39-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;
}
@media screen and (min-width: 1025px) {
  .b39-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b39-title {
  font-size: 45px;
  line-height: 52px;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 62px;
  max-width: 462px;
}
@media screen and (min-width: 1025px) {
  .b39-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .b39-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b39-title {
    font-size: 25px;
    line-height: 25px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .b4 .g0-ctn-btn {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 480px) {
  .b4 {
    padding-top: 48px;
    padding-bottom: 50px;
    background-color: #f9f9ff;
  }
}
.b4.animate .b4-title {
  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);
}
.b4.animate .b4-list {
  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);
}
.b4.animate .g0-ctn-btn {
  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);
}
.b4-title {
  font-size: 35px;
  line-height: 36px;
  font-family: 'tenon-light', sans-serif;
  max-width: 511px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.b4-title strong {
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
}
@media screen and (min-width: 1025px) {
  .b4-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b4-title {
    font-size: 30px;
    line-height: 31px;
    max-width: 420px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b4-title {
    font-size: 25px;
  }
}
.b4-list {
  margin-top: 43px;
  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 (min-width: 1025px) {
  .b4-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 480px) {
  .b4-list {
    margin-top: 26px;
  }
}
.b4-title-it {
  font-size: 14px;
  font-family: 'tenon-bold', sans-serif;
  color: #ffbd00;
  margin-bottom: 12px;
}
.b4-dscription {
  font-size: 18px;
  font-family: 'tenon-bold', sans-serif;
  max-width: 275px;
  min-height: 82px;
}
.b4-dscription p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4-dscription {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b4-dscription {
    font-size: 18px;
  }
}
.b4-item {
  width: 25%;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}
.b4-item:after {
  content: "";
  left: 0;
  top: 20px;
  height: 112px;
  width: 1px;
  position: absolute;
  background-color: #e5e5e5;
}
.b4-item:nth-child(4n+1):after {
  display: none;
}
.b4-item:first-child:after {
  display: none;
}
.b4-item:hover {
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 10px 20px 0 rgba(111,128,141,0.29);
  box-shadow: 5px 10px 20px 0 rgba(111,128,141,0.29);
  background-color: #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;
}
@media screen and (max-width: 768px) {
  .b4-item {
    width: 33.33%;
  }
  .b4-item:nth-child(4n+1):after {
    display: block;
  }
  .b4-item:nth-child(3n+1):after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b4-item {
    width: 50%;
  }
  .b4-item:nth-child(3n+1):after {
    display: block;
  }
  .b4-item:nth-child(2n+1):after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b4-item {
    margin-bottom: 27px;
    width: 100%;
    padding-left: 22px;
    padding-bottom: 22px;
    padding-right: 22px;
    border-radius: 13px;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(111,128,141,0.29);
    box-shadow: 5px 10px 20px 0 rgba(111,128,141,0.29);
  }
  .b4-item:after {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40 {
  padding: 40px 0;
  background-color: #ffbd00;
}
.b40 .wancho {
  position: relative;
}
.b40 .g5-select {
  margin-bottom: 0;
  border-color: #fff;
}
.b40 .g5-select span {
  color: #fff;
}
.b40 .g5-select i {
  color: #0068be;
  bottom: 5px;
}
.b40 .g5-select label {
  height: 38px;
}
.b40 .g5-select label.fijar span {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.b40 .g5-select select {
  color: #fff;
  height: 30px;
}
.b40 .g5-select select:focus ~ label span {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.b40-wrap-figura {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}
.b40-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128,128,128,0.3);
}
.b40-title {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  max-width: 585px;
  position: absolute;
  top: 5%;
  left: 0;
}
.b40-info-img {
  width: 50%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b40-info-img img {
  max-width: 100%;
  height: auto;
}
.b40-info-text {
  width: 50%;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  background-color: #004276;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 17px;
  padding-right: 30px;
  border-radius: 0px 20px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b40-info-text span {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 7px;
}
.b40-info-text p {
  font-size: 18px;
  line-height: 19px;
}
.b40-info-text i {
  font-size: 12px;
}
.b40-figure img {
  max-width: 100%;
  height: auto;
}
.b40-info-point {
  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;
  width: 287px;
  position: absolute;
  display: none;
  bottom: 0px;
  right: 0px;
}
.b40-info {
  position: absolute;
  right: 0;
  top: 20%;
  max-width: 231px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.b40-number {
  font-size: 100px;
  font-family: 'tenon-light', sans-serif;
}
.b40-description {
  text-transform: uppercase;
  margin-bottom: 55px;
}
.b40-description strong {
  font-weight: normal;
  font-family: 'tenon-bold', sans-serif;
}
.b40-point {
  width: 10px;
  height: 10px;
  background: #0068be;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 4;
}
.b40-point:hover {
  z-index: 10;
}
.b40-point:hover .b40-info-point {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b40-gota1 {
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  z-index: 3;
  background-color: rgba(0,104,190,0.29);
  -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;
  right: -4px;
}
.b40-gota2 {
  position: absolute;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  z-index: 3;
  background-color: rgba(0,104,190,0.33);
  -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;
  right: -8px;
}
@media screen and (max-width: 960px) {
  .b40-title {
    position: static;
    font-size: 30px;
    line-height: 100%;
  }
  .b40-info {
    position: static;
    margin: 20px auto;
  }
  .b40-number {
    font-size: 50px;
  }
  .b40-info-up {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-bottom: 20px;
  }
  .b40-description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 745px) {
  .b40-point {
    position: static;
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 30px;
  }
  .b40-info-point {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b40-gota1,
  .b40-gota2 {
    display: none;
  }
  .b40-figure {
    display: none;
  }
}
@-moz-keyframes gota {
  0% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  20% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@-webkit-keyframes gota {
  0% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  20% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@-o-keyframes gota {
  0% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  20% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@keyframes gota {
  0% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  20% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
  40% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  60% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  80% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  100% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b41 {
  background-color: #f8f9fb;
  overflow: hidden;
}
.b41.animate .b41-titulo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b41.animate .b41-figura {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b41.animate .b41-item-text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b41 .wancho {
  max-width: 1270px;
  -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;
}
.b41 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b41 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .b41 {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 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;
  }
}
.b41-big-imagen {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 640px;
  background-color: #808080;
}
@media screen and (max-width: 768px) {
  .b41-big-imagen {
    height: 450px;
  }
}
.b41-beneficio-figura {
  width: 47.87%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  position: relative;
}
@media screen and (min-width: 769px) {
  .b41-beneficio-figura {
    padding-top: 100px;
  }
}
.b41-beneficio-figura:after {
  content: "";
  top: -50%;
  right: 26%;
  height: 825vh;
  width: 200vw;
  z-index: 1;
  background-color: #004276;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b41-beneficio-figura:after {
    right: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .b41-beneficio-figura {
    width: 35%;
  }
  .b41-beneficio-figura:after {
    right: 0;
    height: 101vh;
    bottom: 0;
    top: inherit;
  }
}
@media screen and (max-width: 768px) {
  .b41-beneficio-figura {
    width: 100%;
  }
  .b41-beneficio-figura:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b41-beneficio-figura {
    margin-bottom: 20px;
  }
}
.b41-text-figura-benef {
  z-index: 3;
  position: relative;
}
.b41-titulo {
  font-size: 45px;
  line-height: 45px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  padding-left: 69px;
  max-width: 332px;
  margin-bottom: 50px;
  font-weight: normal;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  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;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 1024px) {
  .b41-titulo {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .b41-titulo {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    color: #0068be;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b41-titulo {
    font-size: 25px;
    max-width: 230px;
    line-height: 25px;
    text-align: left;
    padding-bottom: 20px;
    margin: 0;
  }
}
.b41-ctn-slider {
  width: 46.45%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .b41-ctn-slider {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .b41-ctn-slider {
    width: 100%;
  }
}
.b41-beneficio-texto {
  -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: 1200px) {
  .b41-beneficio-texto {
    padding-bottom: 60px;
    padding-bottom: 30px;
  }
}
.b41-item-text {
  width: 47.96%;
  padding: 35px 26px 35px 26px;
  margin-bottom: 15px;
  background-color: #3161e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px 12px 12px 12px;
  -webkit-box-shadow: 0 31px 50px 0 rgba(47,57,107,0.12);
  box-shadow: 0 31px 50px 0 rgba(47,57,107,0.12);
  border: solid 1px rgba(241,241,241,0.69);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.b41-item-text:nth-child(4) {
  border-top-left-radius: 0;
}
.b41-item-text:nth-child(3) {
  border-top-right-radius: 0;
}
.b41-item-text:nth-child(2) {
  border-bottom-left-radius: 0;
}
.b41-item-text:first-child {
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1024px) {
  .b41-item-text {
    padding: 20px 20px 20px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b41-item-text {
    padding: 40px 25px 20px 30px;
  }
}
.b41-figura-item-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .b41-figura-item-text {
    margin-bottom: 15px;
  }
}
.b41-figura {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .b41-figura {
    display: none;
  }
}
.b41-item-text-titulo {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b41-item-text-titulo {
    font-size: 18px;
    line-height: 17px;
  }
}
.b41-description-item {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.b41-description-item p {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b42 {
  padding-top: 10px;
  padding-bottom: 60px;
}
.b42 .wancho {
  max-width: 1200px;
}
.b42-texto {
  font-size: 15px;
  line-height: 20px;
  color: #8d8d8d;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  text-align: justify;
}
.b42-texto p {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b43 {
  padding-top: 60px;
  padding-bottom: 63px;
}
.b43 .owl-nav {
  top: 0;
  right: -60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  height: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  .b43 .owl-nav {
    position: static;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.b43 .owl-prev,
.b43 .owl-next {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 21px;
  color: rgba(49,97,230,0.45);
  cursor: pointer;
}
.b43 .owl-prev:hover,
.b43 .owl-next:hover {
  color: #636363;
}
.b43 .owl-prev {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .b43 .owl-prev {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.b43 .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b43 .owl-dot {
  width: 14px;
  height: 14px;
  margin-left: 27px;
  background-color: rgba(40,78,175,0.51);
  border-radius: 100%;
}
.b43 .owl-dot:first-child {
  margin-left: 0;
}
.b43 .owl-dot.active {
  background-color: #0068be;
}
@media screen and (max-width: 1000px) {
  .b43 {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.b43-title {
  font-size: 45px;
  line-height: 45px;
  color: #0068be;
  margin-bottom: 30px;
  font-family: 'tenon-bold', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .b43-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 745px) {
  .b43-title {
    font-size: 25px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .b43-title {
    text-align: left;
  }
}
.b43-list {
  margin-bottom: 53px;
  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;
}
.b43-slider.desktop .g7-item {
  width: 32.8%;
  margin-left: 0.8%;
}
.b43-slider.desktop .g7-item:first-child {
  margin-left: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b44 {
  padding-top: 64px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .b44 {
    padding-bottom: 260px;
  }
}
.b44-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;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b45 {
  padding-top: 64px;
  padding-bottom: 70px;
}
.b45 .g5-terminos {
  max-width: 296px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .b45 {
    padding-top: 30px;
  }
}
.b45-fila {
  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;
}
.b45-left {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .b45-left {
    width: 100%;
  }
}
.b45-texto {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .b45-texto {
    max-width: none;
    margin-bottom: 60px;
  }
}
.b45-title {
  font-size: 45px;
  line-height: 52px;
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .b45-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .b45-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 27px;
  }
}
.b45-description {
  font-size: 18px;
  line-height: 23px;
  color: #636363;
  margin-bottom: 60px;
}
.b45-description p {
  margin: 0;
}
@media screen and (max-width: 425px) {
  .b45-description {
    font-size: 17px;
    line-height: 22px;
    max-width: 327px;
  }
}
.b45-info {
  max-width: 230px;
  font-size: 16px;
  line-height: 18px;
  color: #636363;
}
@media screen and (max-width: 768px) {
  .b45-info {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .b45-info {
    font-size: 17px;
  }
}
.b45-right {
  width: 58%;
}
.b45-right .b1select_icono i {
  font-size: 10px;
  color: #0068be;
}
.b45-right .b1box_select h2 {
  font-family: 'tenon-bold', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .b45-right {
    width: 100%;
  }
  .b45-right .b1box_select h2 {
    text-align: center;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b46 {
  padding-top: 60px;
  background-color: #f9f9ff;
}
.b46 .wancho {
  max-width: 1021px;
  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: 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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b46 .g0-ctn-btn {
  -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: 640px) {
  .b46 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.b46-left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .b46-left {
    display: none;
  }
}
.b46-right {
  width: 50%;
  padding-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .b46-right {
    width: 100%;
  }
}
.b46-title {
  font-size: 45px;
  font-family: 'tenon-bold', sans-serif;
  line-height: 52px;
  color: #0068be;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 534px;
}
@media screen and (max-width: 960px) {
  .b46-title {
    font-size: 25px;
    line-height: 32px;
    max-width: 330px;
  }
}
.b46-figura-gracias {
  margin: 0 auto;
  max-width: 446px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.28);
  box-shadow: 0 1px 20px 0 rgba(0,0,0,0.28);
  margin-bottom: 23px;
}
.b46-figura-gracias img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b46-description {
  font-size: 18px;
  line-height: 23px;
  color: #636363;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 332px;
  text-align: center;
}
.b46-description p {
  margin: 0;
}
.b46-figura img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b47 {
  padding-top: 64px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .b47 .wancho {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .b47 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.b47-title {
  font-size: 45px;
  line-height: 52px;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .b47-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .b47-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b48 .g5-wrap-form {
  max-width: 695px;
  margin: 0 auto;
}
.b48 .wancho {
  padding-top: 45px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b48b-title-block {
  color: #fff;
  text-align: center;
}
.b48b-title-block p {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'tenon-bold', sans-serif;
}
.b48b-title-block h3 {
  font-family: 'tenon-bold', sans-serif;
  font-size: 45px;
  margin-bottom: 15px;
}
.b48b-title-block h4 {
  font-size: 25px;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 30px;
}
.b48-title {
  font-size: 35px;
  color: #444548;
  font-family: 'tenon-light', sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
.b48-title strong {
  display: block;
  font-weight: normal;
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
}
.b48b {
  min-height: 640px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b48b.no-shadow .b48b-bg:after {
  display: none;
}
@media screen and (max-width: 745px) {
  .b48b {
    min-height: 0;
    padding: 40px 0;
  }
}
.b48b-wrap-form {
  padding-bottom: 100px;
  background-color: #f1f1f1;
}
.b48b-wrap-form .b37-figura-left {
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .b48b-wrap-form .b37-right {
    padding-bottom: 40px;
  }
  .b48b-wrap-form .b37-figura-left {
    padding-right: 55px;
  }
}
@media screen and (max-width: 480px) {
  .b48b-wrap-form {
    padding-bottom: 0;
  }
  .b48b-wrap-form .b37-right {
    padding-bottom: 0px;
  }
  .b48b-wrap-form .b37-left {
    margin-bottom: 0;
  }
  .b48b-wrap-form .b37 {
    padding-top: 0;
  }
}
.b48b-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.b48b-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #000 -46.53%, rgba(0,0,0,0) 98.78%);
  background: -moz-linear-gradient(180deg, #000 -46.53%, rgba(0,0,0,0) 98.78%);
  background: -o-linear-gradient(180deg, #000 -46.53%, rgba(0,0,0,0) 98.78%);
  background: -ms-linear-gradient(180deg, #000 -46.53%, rgba(0,0,0,0) 98.78%);
  background: linear-gradient(270deg, #000 -46.53%, rgba(0,0,0,0) 98.78%);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b48b-wrap-video {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 94%;
}
.b48b-video-1 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
}
.b48b-video-1.has-mp4 {
  padding-bottom: 52.25%;
}
.b48b-video-1 iframe,
.b48b-video-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .b48 .wancho {
    padding-bottom: 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b49 {
  background-color: #f9f9ff;
  padding-top: 64px;
  padding-bottom: 50px;
  position: relative;
}
.b49 .wancho {
  z-index: 5;
  position: relative;
}
.b49:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .b49 {
    padding-top: 54px;
  }
}
.b49.animate .b49-fila-top {
  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);
}
.b49.animate .b49-fila-bottom {
  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);
}
.b49-fila-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .b49-fila-top {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1025px) {
  .b49-fila-bottom {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b49-top-left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .b49-top-left {
    width: 42%;
  }
}
@media screen and (max-width: 745px) {
  .b49-top-left {
    width: 100%;
  }
}
.b49-top-right {
  width: 49%;
}
.b49-top-right .g1-video {
  position: relative;
  min-height: 361px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .b49-top-right {
    width: 54%;
  }
}
@media screen and (max-width: 745px) {
  .b49-top-right {
    width: 100%;
  }
}
.b49-title-left {
  font-size: 45px;
  line-height: 52px;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  .b49-title-left {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .b49-title-left {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b49-title-left {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 16px;
  }
}
.b49-texto-left {
  margin-bottom: 45px;
  max-width: 347px;
}
.b49-texto-left p {
  font-size: 16px;
  line-height: 23px;
  color: #636363;
  margin: 0;
}
.b49-texto-left h2 {
  font-size: 18px;
  line-height: 23px;
  color: #636363;
  margin-bottom: 23px;
}
.b49-texto-left h3 {
  font-size: 18px;
  line-height: 23px;
  color: #0068be;
  margin-bottom: 25px;
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 745px) {
  .b49-texto-left {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .b49-texto-left {
    margin-bottom: 39px;
  }
  .b49-texto-left h2,
  .b49-texto-left h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 19px;
  }
}
.b49-cnt-slider {
  display: none;
}
.b49-figura img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 745px) {
  .b49-figura {
    margin-bottom: 44px;
  }
}
.b49-title-bottom {
  font-size: 18px;
  line-height: 23px;
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
  margin-bottom: 45px;
}
@media screen and (max-width: 745px) {
  .b49-title-bottom {
    margin-bottom: 39px;
  }
}
.b49-list-bottom {
  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;
}
.b49-list-desktop .b49-item-bottom {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.b49-list-desktop .b49-item-bottom:nth-child(4n+1) {
  margin-left: 0;
}
.b49-list-desktop .b49-item-bottom:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .b49-list-desktop .b49-item-bottom {
    width: 32%;
  }
  .b49-list-desktop .b49-item-bottom:nth-child(4n+1) {
    margin-left: 2%;
  }
  .b49-list-desktop .b49-item-bottom:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 745px) {
  .b49-list-desktop .b49-item-bottom {
    width: 49%;
  }
  .b49-list-desktop .b49-item-bottom:nth-child(3n+1) {
    margin-left: 2%;
  }
  .b49-list-desktop .b49-item-bottom:nth-child(2n+1) {
    margin-left: 0;
  }
}
.b49-item-inner {
  padding: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 25px 50px 0 rgba(60,73,104,0.15);
  box-shadow: 0 25px 50px 0 rgba(60,73,104,0.15);
  background-color: #fff;
}
.b49-figura-botom {
  margin-bottom: 13px;
}
.b49-figura-botom img {
  max-width: 100%;
  height: auto;
}
.b49-description-bottom {
  font-size: 18px;
  line-height: 26px;
  font-family: 'tenon-bold', sans-serif;
  color: #636363;
}
@media screen and (max-width: 480px) {
  .b49-cnt-slider {
    display: block;
  }
  .b49-cnt-slider .owl-nav {
    display: none;
  }
  .b49-cnt-slider .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b49-cnt-slider .owl-dot {
    width: 18px;
    border-radius: 100%;
    margin: 0 5px;
    height: 18px;
    background-color: rgba(40,78,175,0.51);
  }
  .b49-cnt-slider .owl-dot.active {
    background-color: #0068be;
  }
  .b49-list-desktop {
    display: none;
  }
  .b49-item-inner {
    max-width: 272px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 320px) {
  .b49-item-inner {
    max-width: 250px;
    padding: 20px;
    -webkit-box-shadow: 10px 12px 19px 0 rgba(60,73,104,0.15);
    box-shadow: 10px 12px 19px 0 rgba(60,73,104,0.15);
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b5:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
}
.b5 .wancho {
  z-index: 3;
  height: 282px;
  position: relative;
  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: 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;
}
@media screen and (max-width: 600px) {
  .b5 .wancho {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .b5 .wancho {
    height: 212px;
  }
}
.b5-left {
  width: 42.5%;
}
@media screen and (max-width: 900px) {
  .b5-left {
    width: 100%;
  }
}
.b5-title {
  font-size: 30px;
  line-height: 35px;
  font-family: 'tenon-bold', sans-serif;
  max-width: 462px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b5-title {
    font-size: 25px;
    line-height: 26px;
    max-width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .b5-title {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b5-title {
    font-size: 20px;
    line-height: 23px;
  }
}
.b5-rigth {
  width: 57.5%;
}
@media screen and (max-width: 900px) {
  .b5-rigth {
    width: 100%;
    max-width: 507px;
    margin: 0 auto;
  }
}
.b5-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 15px;
}
.b5-form .g0-btn.small {
  width: 25%;
  min-width: inherit;
}
@media screen and (max-width: 1024px) {
  .b5-form .g0-btn.small {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .b5-form .g0-btn.small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b5-form .g0-btn.small {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .b5-form {
    margin-bottom: 0;
  }
}
.b5-input {
  width: 70.5%;
  margin-right: 4.5%;
}
.b5-input .g5-input {
  margin-bottom: 0;
  border-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5-input .g5-input span {
  color: #fff;
}
.b5-input .g5-input label {
  height: 55px;
}
.b5-input .g5-input input {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b5-input {
    width: 60.5%;
  }
}
@media screen and (max-width: 600px) {
  .b5-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.b5check {
  position: relative;
}
.b5check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.b5check input[type="checkbox"]:checked + label .b5check_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b5check_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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b5check_icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b5check_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: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=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;
  position: absolute;
  top: -2px;
  left: 0;
}
.b5check_text {
  width: calc(100% - 25px);
  color: #fff;
  font-size: 13px;
  font-family: 'tenon-medium', sans-serif;
}
.b5check_text p {
  margin: 0;
}
.b5check_text a {
  font-family: 'tenon-bold', sans-serif;
}
.b5check_text a:hover {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b50 {
  background: #ffbd00;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0,0,0,0.45);
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.45);
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b50.active {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 767px) {
  .b50 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b50-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 1001;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.b50-overlay.active {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  height: 100%;
}
.b50head {
  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: 110px;
  border-bottom: 1px solid rgba(229,229,229,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b50head {
    height: 80px;
  }
}
.b50close {
  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: 140px;
  height: 100%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  border-right: 1px solid rgba(229,229,229,0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b50close {
    width: 80px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .b50close {
    border-right: none;
    right: 0;
    left: inherit;
  }
}
.b50head_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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 360px);
}
@media screen and (max-width: 1024px) {
  .b50head_content {
    max-width: none;
    width: calc(100% - 81px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .b50head_content {
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }
}
.b50logo {
  width: 227px;
  margin: 0;
}
.b50logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b50logo {
    width: 180px;
  }
}
@media screen and (max-width: 960px) {
  .b50logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .b50buttons {
    display: none;
  }
}
.b50buttons a {
  margin-right: 15px;
}
.b50buttons a:last-child {
  margin-right: 0;
}
.b50btn_morado {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #782cbf;
  -webkit-box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.15);
  box-shadow: 1px 2px 5px 3px rgba(0,0,0,0.15);
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: 15px;
  border-radius: 5px;
  padding: 0 29px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b50btn_morado {
    -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;
  }
  .b50btn_morado:hover {
    background: #702ab2;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.45);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.45);
  }
}
.b50btn_yellow {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #ffbd00;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
  padding: 0 22px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b50btn_yellow {
    -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;
  }
  .b50btn_yellow:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,0.45);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.45);
  }
}
.b50body {
  padding: 160px 0 110px 0;
}
@media screen and (max-width: 1024px) {
  .b50body {
    padding: 60px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .b50body {
    padding-top: 30px;
  }
}
.b50body_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 75px;
}
@media screen and (max-width: 1024px) {
  .b50body_content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .b50list {
    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;
  }
}
.b50list:hover .b50menu_item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b50list:hover .b50menu_item:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b50menu_item:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 768px) {
  .b50menu_item {
    width: 25%;
    position: relative;
    margin-bottom: 46px;
  }
  .b50menu_item:after {
    content: "";
    width: 1px;
    height: 18px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .b50menu_item:nth-child(4n-3) {
    width: 21%;
  }
  .b50menu_item:nth-child(4n-3) .b50menu_link {
    padding-left: 0;
  }
  .b50menu_item:nth-child(4n-2) {
    width: 24%;
  }
  .b50menu_item:nth-child(4n-1) {
    width: 30%;
  }
  .b50menu_item:nth-child(4n-0) {
    width: 25%;
  }
  .b50menu_item:nth-child(4n-0):after {
    display: none;
  }
  .b50menu_item:nth-child(3):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b50menu_item {
    margin-bottom: 22px;
  }
  .b50menu_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b50menu_item.hide_in_mobile {
    display: none;
  }
}
.b50menu_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-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-left: 40px;
}
@media screen and (max-width: 960px) {
  .b50menu_link {
    padding-left: 20px;
  }
}
.b50menu_icon {
  width: 42px;
  margin: 0 15px 0 0;
}
.b50menu_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b50menu_icon {
    width: 35px;
  }
}
@media screen and (max-width: 960px) {
  .b50menu_icon {
    width: 30px;
  }
}
.b50menu_text {
  display: block;
  width: calc(100% - 57px);
  line-height: 1;
  color: #fff;
  font-family: 'tenon-bold', sans-serif;
  font-size: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50menu_text {
    width: calc(100% - 60px);
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b50menu_text {
    width: calc(100% - 50px);
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b50menu_text {
    font-size: 18px;
  }
}
.b50foot {
  border-top: 1px solid rgba(229,229,229,0.5);
  padding: 33.5px 0px;
}
@media screen and (max-width: 767px) {
  .b50foot {
    display: none;
  }
}
.b50foot_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: 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;
}
.b50phone {
  margin-right: 156px;
}
@media screen and (max-width: 1024px) {
  .b50phone {
    margin-right: 80px;
  }
}
@media screen and (max-width: 960px) {
  .b50phone {
    margin-right: 50px;
  }
}
.b50phone:last-child {
  margin-right: 173px;
}
@media screen and (max-width: 1024px) {
  .b50phone:last-child {
    margin-right: 80px;
  }
}
@media screen and (max-width: 960px) {
  .b50phone:last-child {
    margin-right: 50px;
  }
}
.b50phone_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;
}
.b50phone_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 21px;
  margin: 0 12px 0 0;
}
.b50phone_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
.b50address {
  line-height: 1.45;
  color: #fff;
  font-family: 'tenon-regular', sans-serif;
  font-size: 16px;
}
.b50address p {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b51_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a421a3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.b51_popup.active {
  z-index: 1000;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.b51_popup_close {
  z-index: 1;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b51_popup_close {
    right: 20px;
    top: 20px;
  }
}
.b51_popup_wrap {
  max-width: 755px;
  position: auto;
}
.b51_popup_wrap .g8-wrap-form {
  padding: 60px 88px;
  background: #e3a742;
}
@media screen and (max-width: 767px) {
  .b51_popup_wrap .g8-wrap-form {
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .b51_popup_wrap .g8-wrap-form {
    padding: 50px 30px;
  }
}
.b51_popup_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b51_popup_img.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.b51_popup_img_box {
  max-width: 440px;
  width: 100%;
  margin: auto;
  position: relative;
}
.b51_popup_img_box img {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b51_popup_img_close {
  position: absolute;
  right: -48px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b51_popup_img_close {
    right: 10px;
    top: -20px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6-cnt-banner {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b6-cnt-banner:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, #000, rgba(0,0,0,0));
  background-image: linear-gradient(to right, #000, rgba(0,0,0,0));
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
.b6-cnt-banner .wancho {
  padding-top: 119px;
  z-index: 3;
  height: 600px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b6-cnt-banner .wancho {
    height: 400px;
  }
}
@media screen and (max-width: 745px) {
  .b6-cnt-banner .wancho {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .b6-cnt-banner .wancho {
    padding-top: 170px;
  }
}
@media screen and (max-width: 480px) {
  .b6-cnt-banner:after {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.b6.animate .b6-title {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b6-title {
  font-size: 45px;
  line-height: 52px;
  font-family: 'tenon-bold', sans-serif;
  color: #fff;
  max-width: 585px;
}
@media screen and (min-width: 1025px) {
  .b6-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -ms-transition: opacity 0.5s, -ms-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b6-title {
    font-size: 35px;
    line-height: 42px;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .b6-title {
    font-size: 25px;
    line-height: 32px;
    max-width: 330px;
  }
}
@media screen and (max-width: 480px) {
  .b6-title {
    margin: 0 auto;
    font-size: 23px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  padding-top: 25px;
  background-color: #f9f9ff;
  position: relative;
  z-index: 10;
}
.b7 .wancho {
  position: relative;
}
.b7 .wancho:after {
  content: "";
  top: -90px;
  left: -108px;
  height: 445px;
  width: 120vw;
  z-index: 1;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .b7 .wancho:after {
    display: none;
  }
}
.b7.animate .b7-title {
  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);
}
.b7.animate .b7-list {
  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);
}
.b7-title {
  font-size: 30px;
  line-height: 40px;
  color: #0068be;
  z-index: 3;
  position: relative;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 33px;
  max-width: 588px;
}
@media screen and (min-width: 1025px) {
  .b7-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b7-title {
    font-size: 25px;
    line-height: 35px;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .b7-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.b7-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  z-index: 3;
  -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 (min-width: 1025px) {
  .b7-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b7-item {
  width: 23.5%;
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 24px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: 2%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 25px 50px 0 rgba(60,73,104,0.15);
  box-shadow: 0 25px 50px 0 rgba(60,73,104,0.15);
}
.b7-item:nth-child(4n+1) {
  margin-left: 0;
}
.b7-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .b7-item {
    width: 31.65%;
    margin-left: 2.5%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .b7-item:nth-child(4n+1) {
    margin-left: 2.5%;
  }
  .b7-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b7-item {
    width: 49%;
    margin-left: 2%;
  }
  .b7-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .b7-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b7-item {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 32px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .b7-item:nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
  }
  .b7-item:nth-child(2n+1) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b7-figura-it {
  margin-bottom: 21px;
}
.b7-figura-it img {
  max-width: 100%;
  height: auto;
}
.b7-description {
  font-size: 18px;
  line-height: 23px;
  font-family: 'tenon-bold', sans-serif;
  color: #636363;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  background-color: #f9f9ff;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .b8 {
    padding-bottom: 40px;
  }
}
.b8.animate .b8-title {
  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);
}
.b8.animate .b8-list {
  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);
}
.b8-title {
  font-size: 35px;
  line-height: 36px;
  font-family: 'tenon-light', sans-serif;
  max-width: 832px;
  margin: 0 auto;
  margin-bottom: 68px;
  text-align: center;
}
.b8-title strong {
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
}
@media screen and (min-width: 1025px) {
  .b8-title {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b8-title {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b8-title {
    font-size: 25px;
    line-height: 26px;
    max-width: 610px;
  }
}
@media screen and (max-width: 480px) {
  .b8-title {
    max-width: 315px;
  }
}
.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 (min-width: 1025px) {
  .b8-list {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b8-item {
  width: 18%;
  margin-left: 9.3%;
  margin-bottom: 20px;
}
.b8-item:nth-child(4n+1) {
  margin-left: 0;
}
.b8-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .b8-item {
    width: 22%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 960px) {
  .b8-item {
    width: 30%;
    margin-left: 5%;
  }
  .b8-item:nth-child(4n+1) {
    margin-left: 5%;
  }
  .b8-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .b8-item {
    width: 40%;
    margin-left: 20%;
  }
  .b8-item:nth-child(3n+1) {
    margin-left: 20%;
  }
  .b8-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b8-item {
    width: 100%;
    margin-left: 0;
  }
  .b8-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.b8-number {
  font-size: 100px;
  font-family: 'tenon-light', sans-serif;
  line-height: 103px;
  color: #f7a41c;
}
@media screen and (max-width: 1024px) {
  .b8-number {
    font-size: 80px;
    line-height: 83px;
  }
}
.b8-description {
  font-size: 16px;
  line-height: 23px;
  max-width: 210px;
  text-transform: uppercase;
}
.b8-description p {
  margin: 0;
}
.b8-description strong {
  font-family: 'tenon-bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b8-description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b8-description {
    max-width: none;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  padding-bottom: 90px;
  background-color: #f9f9ff;
}
.b9 .b13-image-button {
  z-index: 10;
}
.b9 .wancho {
  height: 468px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b9 .wancho {
    height: 380px;
  }
}
@media screen and (max-width: 480px) {
  .b9 .wancho {
    height: 243px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .b9 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .b9 {
    padding-bottom: 0;
  }
}
.b9-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.b9-tapa {
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -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;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.b9-tapa:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
}
.b9-play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background: #fff;
  font-size: 23px;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  z-index: 3;
  padding-left: 5px;
  margin: 26px auto 0 auto;
}
.b9-play:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 17px;
  border-color: transparent transparent transparent #636363;
}
.b9-play span {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: -26px;
  left: -26px;
}
@media screen and (max-width: 768px) {
  .b9-play {
    width: 60px;
    height: 60px;
  }
  .b9-play span {
    width: 100px;
    height: 100px;
    top: -21px;
    left: -21px;
  }
}
@media screen and (max-width: 480px) {
  .b9-play {
    width: 43px;
    height: 43px;
    margin: 0;
  }
  .b9-play:before {
    border-width: 7px 0 7px 10px;
  }
  .b9-play span {
    width: 70px;
    height: 70px;
    top: -15px;
    left: -15px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.no-leak .footer .f-center {
  display: none;
}
.no-leak .footer .f-nav {
  display: none;
}
.footer {
  background-color: #f8f9fb;
}
.f-links-center li {
  margin-bottom: 15px;
}
.f-item-link-center {
  color: #8d8d8d;
  font-size: 15px;
}
.f-item-link-center:hover {
  text-decoration: underline;
}
.f-title {
  color: #444548;
  font-size: 16px;
  font-family: 'tenon-bold', sans-serif;
  margin-bottom: 25px;
}
.f-up {
  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;
  min-height: 80px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.f-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 45px 0;
  border-top: 1px solid #e5e5e5;
}
.f-wrap-libro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.f-libro {
  font-size: 14px;
  line-height: 109%;
  color: #8d8d8d;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.f-libro img {
  max-width: 100%;
  height: auto;
  margin-right: 6px;
}
.f-libro:hover {
  text-decoration: underline;
}
.f-nav {
  width: 67%;
}
.f-item-link-up {
  margin: 0;
}
.f-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.f-info {
  font-size: 16px;
  color: #636363;
}
.f-info p {
  margin-bottom: 18px;
  line-height: 23px;
}
.f-item-link-up {
  margin-left: 50px;
}
.f-item-link-up:first-child {
  margin-left: 0;
}
.f-link-up {
  font-size: 16px;
  font-family: 'tenon-bold', sans-serif;
  color: #0068be;
}
.f-link-up:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.f-info-inner {
  max-width: 200px;
}
.f-info-wrap,
.f-wrap-logo {
  width: 33%;
}
.f-btn {
  width: 147px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #0068be;
  background-color: #a6d7e2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-btn:hover {
  background-color: #0068be;
  color: #fff;
}
.f-btn i {
  margin: 0;
  margin-right: 10px;
}
.f-btn span {
  font-size: 16px;
  margin: 0;
  font-family: 'tenon-bold', sans-serif;
}
.f-wrap-link-acordeon {
  width: 52%;
  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;
}
.f-item-acordeon {
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-others-links {
  width: 15%;
  padding-top: 40px;
}
.f-wrap-acordeon-mobil {
  display: none;
}
.f-wrap-acordeon-mobil .f-title {
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.f-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .f-down {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 30px;
  }
}
.f-derechos {
  font-size: 13px;
  line-height: 14px;
  color: #8d8d8d;
}
.f-derechos p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .f-derechos {
    margin-bottom: 13px;
  }
}
.f-terminos {
  font-size: 13px;
  line-height: 14px;
  color: #0068be;
  font-family: 'tenon-bold', sans-serif;
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .f-terminos {
    margin-left: 0;
  }
}
.f-copy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .f-copy {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .f-copy {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .f-copy {
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.f-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.f-redes p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .f-redes {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .f-redes {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.f-red-social a {
  margin-left: 35px;
  font-size: 25px;
  color: #8d8d8d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-red-social a:hover {
  color: #3f3356;
}
@media screen and (max-width: 640px) {
  .f-red-social a {
    margin-left: 0;
    font-size: 30px;
    margin: 0 10px;
  }
}
.f-siguenos {
  font-size: 14px;
  line-height: 15px;
  color: #444548;
  font-family: 'tenon-regular', sans-serif;
}
@media screen and (max-width: 640px) {
  .f-siguenos {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .f-wrap-logo,
  .f-info-wrap {
    width: 27%;
  }
  .f-nav {
    width: 73%;
  }
}
@media screen and (max-width: 1024px) {
  .f-others-links {
    width: 21%;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 50px;
  }
  .f-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .f-item-link-up {
    width: 20%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    text-align: center;
  }
  .f-nav-list {
    -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;
  }
  .f-item-btn {
    width: 100%;
    margin-top: 20px;
  }
  .f-wrap-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .f-info-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .f-info-inner {
    margin: 0 auto;
  }
  .f-wrap-link-acordeon {
    width: 70%;
  }
  .f-others-links {
    width: 30%;
  }
}
@media screen and (max-width: 745px) {
  .footer {
    padding-top: 20px;
  }
  .footer .wancho {
    width: 100%;
  }
  .f-nav {
    display: none;
  }
  .f-info-wrap {
    text-align: left;
    padding: 0 30px;
  }
  .f-info-inner {
    margin: 0;
  }
  .f-wrap-link-acordeon {
    display: none;
  }
  .f-others-links {
    width: 100%;
    padding-top: 0;
  }
  .f-links-center {
    display: none;
  }
  .f-wrap-acordeon-mobil {
    display: block;
    width: 100%;
  }
  .f-wrap-acordeon-mobil .n-contenido-acordeon {
    background-color: #fff;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 40px;
    display: none;
  }
  .f-wrap-acordeon-mobil .f-title {
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding: 0 30px;
  }
  .f-wrap-acordeon-mobil .f-title:after {
    content: "\e90d";
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    right: 30px;
    top: 0;
    font-family: 'icomoon';
    color: #444548;
    font-size: 10px;
  }
  .f-item-acordeon {
    width: 100%;
    padding: 0;
  }
  .f-center {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .f-wrap-logo {
    margin: 0;
  }
  .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 745px) {
  .footer_download {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
  }
}
.footer_download_btn {
  color: #8d8d8d;
  font-family: 'tenon-regular', sans-serif;
}
@media screen and (min-width: 1025px) {
  .footer_download_btn:hover .footer_downloads_text {
    text-decoration: underline;
  }
}
.footer_downloads_icon {
  color: #0068be;
  font-size: 20px;
  margin-left: 7px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.no-leak .header_fixed {
  display: none;
}
.no-leak .b16-header-detalles {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
.no-leak .cnt-wrapper {
  padding-top: 81px;
}
@media screen and (max-width: 640px) {
  .no-leak .cnt-wrapper.no-phones {
    padding-top: 81px;
  }
}
.cnt-wrapper {
  padding-top: 113px;
}
@media screen and (max-width: 1190px) {
  .cnt-wrapper {
    padding-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .cnt-wrapper {
    padding-top: 132px;
  }
}
.h-detalle-proyecto .header_fixed {
  position: absolute;
}
.h-detalle-proyecto .b27.scrolling {
  top: 80px;
}
@media screen and (max-width: 1190px) {
  .h-detalle-proyecto .header_search {
    position: absolute;
  }
}
.header_fixed {
  width: 100%;
  height: 114px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
.header_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 100%;
  background-color: #f8f9fb;
  z-index: 101;
}
.header_open {
  cursor: pointer;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #dcdcdc;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -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;
  left: 0;
  width: 135px;
}
@media screen and (min-width: 1025px) {
  .header_open {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_open {
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .header_open {
    width: 60px;
  }
}
.h-wrap-phones {
  margin-bottom: 20px;
  min-height: 20px;
  text-align: right;
}
.h-phone {
  color: #444548;
  margin-left: 40px;
  position: relative;
}
.h-phone:first-child {
  margin-left: 0;
}
.h-phone:first-child:after {
  height: 15px;
  width: 1px;
  background-color: #444548;
  position: absolute;
  top: 2px;
  right: -20px;
  content: "";
}
.h-phone i {
  font-size: 15px;
  margin-right: 5px;
}
.h-phone span {
  font-size: 14px;
  font-family: 'tenon-bold', sans-serif;
}
.header_menu_open {
  width: 30px;
  display: block;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_menu_open span {
  width: 100%;
  height: 2px;
  display: block;
  background: #004276;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header_menu_open span:nth-child(1) {
  width: 75%;
}
.header_menu_open span:nth-child(2) {
  top: 8px;
}
.header_menu_open span:nth-child(3) {
  top: 16px;
}
.header_content {
  max-width: 1300px;
  height: 100%;
  width: 98%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_content.no-phones {
  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;
}
.header_content.no-phones .h-wrap-phones {
  display: none;
}
.header_content.no-phones .header_box {
  padding-top: 0;
  padding-bottom: 0;
}
.headernew_links {
  width: 100%;
  line-height: 1;
  color: #444548;
  font-family: 'tenon-bold', sans-serif;
  font-size: 14px;
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .headernew_links {
    display: none;
  }
}
.headernew_links 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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.headernew_links li {
  border-right: 1px solid #444548;
  padding: 0 17px;
  margin: 0;
}
.headernew_links li:last-child {
  border-right: none;
  padding-right: 0;
}
.header_box {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_logo {
  max-width: 194px;
  width: 100%;
  margin: 0;
}
.header_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header_logo {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header_logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 95px;
  }
}
.header_group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .header_search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 1190px) {
  .header_search {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px 24px;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .header_search.is-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .header_search {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 640px) {
  .header_search {
    top: 132px;
  }
}
.header_form {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.header_form ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .header_form {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header_form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header_form ul {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 600px) {
  .header_form ul {
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 640px) {
  .header_form ul {
    width: 100%;
  }
}
.header_search_btn .g1-btn {
  min-width: 62px;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .header_search_btn {
    line-height: initial;
  }
  .header_search_btn .btn {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header_search_btn {
    width: 100%;
  }
  .header_search_btn .g1-btn {
    width: 100%;
    background-color: #dadadb;
    color: #636363;
  }
}
.header_select {
  width: 230px;
  margin: 0 6px 0 0;
  height: 40px;
  position: relative;
}
.header_select input {
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
@media screen and (max-width: 1320px) {
  .header_select {
    width: 185px;
  }
}
@media screen and (max-width: 1024px) {
  .header_select {
    width: 49%;
    margin: 0;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .header_select {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.header_select.h-select-inmueble.hide {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_select_two .header_option_text {
  width: 100%;
}
.header_select_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f8f9fb;
  border: 2px solid #004276;
  padding: 0px 30px 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  font-size: 15px;
  z-index: 2;
  color: #004276;
  border-radius: 11px;
}
.header_select_box:before {
  content: '\e90d';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 8px;
  color: #004276;
}
@media screen and (max-width: 767px) {
  .header_select_box {
    padding: 0px 20px 0px 8px;
    font-size: 14px;
  }
  .header_select_box:before {
    right: 8px;
  }
}
.header_select_text {
  width: 100%;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_select_list {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.18);
  box-shadow: 0 7px 10px 0 rgba(0,0,0,0.18);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 350px;
  overflow: auto;
}
.header_select_list.headerSelectContent {
  height: auto;
  max-height: 350px;
}
.header_select_list.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 640px) {
  .header_select_list.active {
    z-index: 3;
  }
}
.header_option {
  width: 100%;
  height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.header_option:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .header_option {
    height: 55px;
  }
}
.header_option_img {
  width: 85px;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .header_option_img {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .header_option_img {
    display: none;
  }
}
.header_option_text {
  font-family: 'tenon-medium', sans-serif;
  font-size: 14px;
  color: #444548;
  line-height: 1.2;
  padding: 0px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_option_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header_option_text {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 600px) {
  .header_option_text {
    width: 100%;
  }
}
.headernew_map {
  margin-right: 15px;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .headernew_map {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .headernew_map {
    display: block;
    margin-top: 57px;
    margin-right: 0;
  }
}
.headernew_map 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-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;
  min-width: 186px;
  height: 40px;
  color: #004276;
  font-size: 15px;
  border: 2px solid #004276;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 21px;
}
@media screen and (max-width: 640px) {
  .headernew_map a {
    -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-left: 14px;
  }
}
.headernew_map span {
  display: block;
  line-height: 1;
  font-size: 24px;
  margin: 0;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .headernew_map span {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) {
  .header_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
  .header_list ul li {
    margin-left: 10px;
  }
  .header_list ul li:first-child {
    margin-left: 0;
  }
  .header_list ul li.h-new-search-wrap {
    margin-left: 19px;
  }
}
.header_icon_search {
  width: 25px;
  text-align: center;
  position: relative;
  margin-left: 30px;
  display: none;
}
@media screen and (max-width: 1190px) {
  .header_icon_search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header_icon_search {
    margin-left: 10px;
  }
}
.header_search_open_res {
  font-size: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.header_search_open_res.is-active {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_search_open_res {
    font-size: 22px;
  }
}
.header_search_close_res {
  font-size: 28px;
  display: none;
  cursor: pointer;
}
.header_search_close_res.is-active {
  display: block;
  margin: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.overlay.is-active {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  visibility: visible;
}
.asidebar {
  position: fixed;
  top: 0;
  left: 0;
  background: #636363;
  z-index: 1010;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
}
.asidebar.is-active {
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  -ms-transition: -ms-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu_container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_nav {
  width: 100%;
  padding: 19px 0px;
  border-bottom: 1px solid rgba(85,122,217,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .menu_nav {
    padding: 13px 0px;
  }
}
@media screen and (max-width: 767px) {
  .menu_nav {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
}
.menu_nav_wrap {
  max-width: 1350px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 767px) {
  .menu_nav_wrap {
    height: 100%;
  }
}
.menu_logo {
  max-width: 200px;
  width: 100%;
  margin: 0;
}
.menu_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .menu_logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .menu_logo {
    max-width: 110px;
  }
}
.menu_phone {
  font-family: 'tenon-light', sans-serif;
  font-size: 25px;
  color: blanco;
}
.menu_phone a {
  padding-left: 35px;
  position: relative;
}
.menu_phone a:before {
  content: '\e90f';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'icomoon';
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  color: blanco;
}
@media screen and (max-width: 1024px) {
  .menu_phone {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu_phone {
    display: none;
  }
}
.menu_close {
  width: 25px;
  line-height: 25px;
  cursor: pointer;
}
.menu_close span {
  color: blanco;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .menu_close {
    width: 20px;
    line-height: 20px;
  }
  .menu_close span {
    font-size: 20px;
  }
}
.menu_content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu_content {
    height: calc(100vh - 60px);
    overflow: auto;
  }
}
.menu_box {
  width: 62.7%;
  padding: 20px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px) {
  .menu_box {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .menu_box {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .menu_box {
    padding: 20px 0px 30px;
  }
}
.menu_list_wrap {
  max-width: 782px;
  width: 94%;
  margin: 0 auto;
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .menu_list_wrap {
    margin-right: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .menu_list_wrap {
    max-width: 450px;
    width: 88%;
    -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;
  }
}
.menu_list {
  margin-right: 119px;
}
.menu_list:last-child {
  margin-right: 0;
}
.menu_list ul {
  max-width: 188px;
  width: 100%;
  margin: 0;
}
.menu_list ul li {
  border-top: 1px solid rgba(225,225,225,0.1);
}
.menu_list ul li:first-child {
  border-top: 0;
}
.menu_list ul li.menu_btn_calc {
  border-top: 0;
}
@media screen and (max-width: 1366px) {
  .menu_list {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .menu_list {
    margin-right: auto;
    margin: 0 auto;
  }
  .menu_list:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  .menu_list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(225,225,225,0.1);
  }
  .menu_list:last-child {
    border-bottom: none;
  }
  .menu_list ul {
    max-width: 100%;
  }
}
.menu_link {
  width: 100%;
  padding: 15px 0px;
  font-family: 'tenon-bold', sans-serif;
  font-size: 20px;
  color: rgba(225,225,225,0.44);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 7px;
  border-radius: 2px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_link.active {
  padding-left: 20px;
  font-family: 'tenon-medium', sans-serif;
  color: blanco;
}
.menu_link.active:before {
  width: 14px;
}
@media screen and (min-width: 1025px) {
  .menu_link:hover {
    color: blanco;
  }
}
@media screen and (max-width: 1200px) {
  .menu_link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .menu_link {
    padding: 12px 0px;
  }
}
@media screen and (max-width: 680px) {
  .menu_link {
    padding: 10px 0px;
    font-size: 16px;
  }
}
.menu_btn {
  margin-top: 12px;
  display: inline-block;
  height: 53px;
  line-height: 53px;
  font-family: 'tenon-medium', sans-serif;
  font-size: 20px;
  color: blanco;
  border-radius: 4px;
  background: #fff;
  padding: 0px 16px;
  padding-left: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.menu_btn span {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: blanco;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .menu_btn:hover {
    background: #cc43ba;
  }
}
@media screen and (max-width: 1200px) {
  .menu_btn {
    font-size: 17px;
    height: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 680px) {
  .menu_btn {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 680px) {
  .menu_btn_calc {
    text-align: center;
  }
}
.menu_image {
  width: 37.3%;
}
@media screen and (max-width: 1366px) {
  .menu_image {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .menu_image {
    display: none;
  }
}
.menu_background {
  width: 100%;
  min-height: 415px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .menu_background {
    min-height: 385px;
  }
}
@media screen and (max-width: 1500px) {
  .header_logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1190px) {
  .header_search {
    margin: 0;
  }
  .header_content {
    margin: 0;
    padding: 0;
    margin-left: 100px;
  }
  .header_box {
    padding: 0;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header_fixed {
    height: 90px;
  }
  .header_list {
    position: relative;
  }
  .header_icon_search {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-right: 60px;
  }
  .header_search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 12px;
  }
  .h-phone i {
    font-size: 12px;
  }
  .h-phone span {
    font-size: 13px;
  }
  .h-wrap-phones {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .header_search {
    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;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header_form {
    -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;
    max-width: none;
    width: auto;
    margin: 0;
  }
  .header_form ul {
    width: auto;
  }
  .header_select {
    width: 235px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .header_select {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .cnt-wrapper.no-phones {
    padding-top: 142px;
  }
  .cnt-wrapper.hasCounter {
    padding-top: 166px;
  }
  .header_container.no-phones {
    padding-top: 0;
  }
  .header_container.no-phones .header_open {
    top: 0;
  }
  .header_container.no-phones .header_search {
    top: 142px;
  }
  .header_container.no-phones .h-wrap-phones {
    display: none;
  }
  .header_fixed {
    height: auto;
  }
  .header_open {
    width: 70px;
    right: 0;
    top: 35px;
    left: inherit;
    z-index: 10;
    height: 50px;
  }
  .header_content {
    margin-left: 0;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .header_list {
    position: static;
  }
  .h-wrap-phones {
    position: absolute;
    top: 0;
    height: 35px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .h-phone {
    margin-right: 0;
  }
  .header_container {
    padding-top: 35px;
  }
  .header_box {
    height: 50px;
  }
  .h-botonera {
    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;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -90px;
    background-color: #f8f9fb;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    border-bottom: 1px solid #e5e5e5;
  }
  .h-botonera li {
    width: calc(50% - 10px);
    height: 30px;
    margin: 5px;
  }
  .h-botonera li .g1-btn {
    width: 100% !important;
    height: 30px !important;
    border-radius: 5px;
  }
  .h-botonera li.h-new-search-wrap {
    display: none;
  }
  .header_icon_search {
    position: static;
    margin: 0;
    margin-right: 46px;
  }
  .header_search_open_res {
    font-size: 22px;
  }
}
.h-new-search.mobil {
  display: none;
}
.h-text-menu {
  display: none;
}
@media screen and (max-width: 1190px) {
  .h-new-search {
    display: none;
  }
  .h-new-search.mobil {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 100%;
    margin-right: 12px;
    filter: grayscale(1);
  }
  .h-new-search.mobil img {
    width: 27px;
  }
}
@media screen and (max-width: 640px) {
  .h-new-search.mobil {
    top: 14px;
    right: 57px;
    margin-right: 17px;
  }
  .h-new-search.mobil img {
    width: 20px;
  }
  .menu-toggle div {
    display: none;
  }
  .h-text-menu {
    display: block;
    font-size: 16px;
    color: #0068be;
    font-family: 'tenon-bold', sans-serif;
  }
  .header_menu_open {
    width: auto;
    padding: 3px 0;
  }
  .header_icon_search {
    margin-right: 80px;
  }
  .header_select {
    width: 100%;
  }
}
