.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.activeHover {
  -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;
}
.activeHover:before {
  background: rgba(0,0,0,0.1);
  content: ' ';
  position: absolute;
  height: 100%;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 99;
}
.g0-enlace {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e58e1a;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 3px;
}
.g0-enlace.blanco {
  background: transparent;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  border: 1px solid #e3e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g0-enlace.blanco.active {
  background: #008dd2;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #008dd2;
}
@media screen and (min-width: 1024px) {
  .g0-enlace.blanco:hover {
    background: #008dd2;
    color: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px solid #008dd2;
  }
}
@media screen and (min-width: 1024px) {
  .g0-enlace:hover {
    background: #be781b;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g1-input {
  margin-top: 20px;
  position: relative;
}
.g1-input input,
.g1-input select,
.g1-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #545e66;
  display: block;
  font-size: 16px;
  font-family: 'Gotham-Light', sans-serif;
  height: 100%;
  left: 0;
  line-height: 44px;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  top: 0;
  width: 100%;
}
.g1-input input:focus,
.g1-input select:focus,
.g1-input textarea:focus {
  border: 1px solid #e58e1a;
}
.g1-input input:focus ~ label span,
.g1-input select:focus ~ label span,
.g1-input textarea:focus ~ label span {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  -o-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
  font-size: 11px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g1-input input:focus ~ label i,
.g1-input select:focus ~ label i,
.g1-input textarea:focus ~ label i {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  -o-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}
.g1-input textarea,
.g1-input input {
  padding: 12px 10px 0 10px;
}
.g1-input textarea ~label {
  height: 145px;
}
.g1-input textarea ~label span {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 15px;
}
.g1-input select {
  cursor: pointer;
  padding: 6px 10px 0 10px;
}
.g1-input select::-ms-expand {
  display: none;
}
.g1-input label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 44px;
  position: relative;
  pointer-events: none;
}
.g1-input label i {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 13px;
  color: #808080;
  display: inline-block;
  font-size: 20px;
  -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: 8px;
  -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;
}
.g1-input span {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #808080;
  -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;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 16px;
  height: 100%;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 10px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -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;
}
.g1-label-fixed span {
  font-size: 11px;
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  -o-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g1-label-fixed i {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  -o-transform: translate3d(0, -9px, 0);
  -ms-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}
.g1-title {
  font-family: 'Gotham-Black', sans-serif;
  font-size: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .g1-title {
    font-size: 44px;
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 480px) {
  .g1-title {
    font-size: 40px;
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 380px) {
  .g1-title {
    font-size: 35px;
    margin-bottom: 34px !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g_banner {
  position: relative;
}
.g_banner.g_banner_2 .g_banner_cnt {
  padding-top: 180px;
}
.g_banner_figure {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.g_banner_figure:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0px;
  top: 0px;
}
.g_banner_cnt {
  position: relative;
  height: 510px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 130px;
}
.g_banner_cnt h2 {
  font-size: 50px;
  color: #fff;
  max-width: 660px;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 0;
}
.g_banner_migas {
  position: absolute;
  left: 0px;
  top: 50px;
}
.g_banner_migas ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g_banner_migas li {
  margin: 0 0 0 20px;
  position: relative;
}
.g_banner_migas li:nth-of-type(1) {
  margin-left: 0;
}
.g_banner_migas li:nth-of-type(1):before {
  display: none;
}
.g_banner_migas li:before {
  color: #fff;
  content: '\e606';
  font-size: 18px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  left: -19px;
  top: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g_banner_migas a {
  font-size: 14px;
  color: #fff;
  font-family: 'Gotham-Book', sans-serif;
  margin: 0;
}
.g_banner_btn {
  max-width: 200px;
  padding-top: 30px;
}
@media screen and (max-width: 1440px) {
  .g_banner_cnt h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .g_banner_cnt {
    height: 420px;
    padding-top: 110px;
  }
  .g_banner_cnt h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .g_banner_cnt {
    height: 400px;
  }
  .g_banner_cnt h2 {
    font-size: 32px;
    max-width: 540px;
  }
}
@media screen and (max-width: 1023px) {
  .g_banner_migas {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .g_banner_cnt {
    padding-top: 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-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 340px;
  }
  .g_banner_cnt h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
  .g_banner.g_banner_2 .g_banner_cnt {
    padding-top: 0;
  }
  .g_banner_btn {
    margin: 0 auto;
  }
}

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 .owl-nav {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  visibility: hidden;
}
.b1 .owl-prev,
.b1 .owl-next {
  font-size: 0;
  visibility: visible;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .b1 .owl-prev:before,
  .b1 .owl-next:before {
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    -ms-transition: 200ms all;
    transition: 200ms all;
  }
  .b1 .owl-prev:hover:before,
  .b1 .owl-next:hover:before {
    color: #e58e1a;
  }
}
.b1 .owl-prev:before,
.b1 .owl-next:before {
  font-size: 40px;
  color: #fff;
  font-family: 'icomoon';
}
.b1 .owl-prev:before {
  content: '\e917';
}
.b1 .owl-next:before {
  content: '\e916';
}
.b1 .owl-item .b1-text h2,
.b1 .owl-item .b1-text p,
.b1 .owl-item .b1-text .b1-btn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 800ms opacity, 800ms -webkit-transform;
  -moz-transition: 800ms opacity, 800ms -moz-transform;
  -o-transition: 800ms opacity, 800ms -o-transform;
  -ms-transition: 800ms opacity, 800ms -ms-transform;
  transition: 800ms opacity, 800ms transform;
}
.b1 .owl-item.active .b1-text h2,
.b1 .owl-item.active .b1-text p,
.b1 .owl-item.active .b1-text .b1-btn {
  -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;
}
.b1 .owl-item.active .b1-text h2 {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}
.b1 .owl-item.active .b1-text p {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  transition-delay: 900ms;
}
.b1 .owl-item.active .b1-text .b1-btn {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.b1 .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 66px;
  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;
}
.b1 .owl-dot {
  width: 14px;
  height: 14px;
  border: solid 1px #fff;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .b1 .owl-dot {
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    -ms-transition: 200ms all;
    transition: 200ms all;
  }
  .b1 .owl-dot:hover {
    background-color: #fff;
  }
}
.b1 .owl-dot.active {
  background-color: #fff;
}
.b1-cnt {
  height: calc(90vh - 98px);
  min-height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: 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;
  position: relative;
  z-index: 2;
}
.b1-cnt img {
  max-width: 100%;
  height: auto;
}
.b1-slide {
  position: relative;
  overflow: hidden;
}
.b1-slide figure {
  margin: 0;
}
.b1-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/b1-bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}
.b1-background {
  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%);
  width: 100%;
  height: auto;
}
.b1-text {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.b1-text h2 {
  max-width: 80%;
  width: 100%;
  margin: auto;
  display: block;
  font-size: 50px;
  color: #fff;
  font-family: 'Gotham-Black', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}
.b1-text p {
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-size: 30px;
  color: #fff;
  font-family: 'Gotham-Black', sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
.b1-btn {
  max-width: 200px;
  margin: auto;
  padding-top: 40px;
}
.b1-btn .g0-enlace {
  height: 55px;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .b1-text {
    max-width: 680px;
  }
  .b1-text h2 {
    font-size: 42px;
  }
  .b1-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .b1-cnt {
    height: calc(80vh - 105px);
  }
  .b1 .owl-next:before {
    font-size: 25px;
  }
  .b1 .owl-prev:before {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b1-text h2 {
    font-size: 36px;
  }
  .b1-text p {
    font-size: 22px;
  }
  .b1-cnt {
    height: 340px;
    min-height: 100%;
  }
  .b1 .owl-dots {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b1-text {
    max-width: 500px;
  }
  .b1-text h2 {
    font-size: 30px;
  }
  .b1-text p {
    font-size: 18px;
  }
  .b1-btn {
    padding-top: 20px;
  }
  .b1 .owl-next,
  .b1 .owl-prev {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .b1-cnt {
    height: 260px;
  }
  .b1-text {
    max-width: 320px;
  }
  .b1-text h2 {
    font-size: 22px;
  }
  .b1-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .b1-background {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 120%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  background-image: url("../img/b10-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 80px 0px;
}
.b10 .owl-nav {
  position: absolute;
  bottom: 24px;
  right: 30px;
  width: 110px;
}
.b10 .owl-nav .owl-next,
.b10 .owl-nav .owl-prev {
  font-size: 0px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .b10 .owl-nav .owl-next:hover:before,
  .b10 .owl-nav .owl-prev:hover:before {
    background: #e58e1a;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b10 .owl-nav .owl-prev {
  position: relative;
}
.b10 .owl-nav .owl-prev:before {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  font-size: 17px;
  color: #fff;
  background: #c6c6c6;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.b10 .owl-nav .owl-next {
  position: relative;
}
.b10 .owl-nav .owl-next:before {
  content: '\e916';
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  font-size: 17px;
  color: #fff;
  background: #c6c6c6;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.b10-wrap-metodo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b10-content-metodo {
  width: 42%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b10-content-metodo h3 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #545e66;
  margin-bottom: 3px;
}
.b10-content-metodo h2 {
  font-family: 'Gotham-Black', sans-serif;
  font-size: 50px;
  color: #008dd2;
  margin-bottom: 62px;
  margin-top: 7px;
  text-transform: uppercase;
}
.b10-content-metodo p {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  color: #545e66;
  line-height: 26px;
  max-width: 468px;
}
.b10-wrap-slider {
  width: 58%;
  border: 1px solid #acb4b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b10-wrap-slider a {
  display: block;
}
.b10-wrap-slider img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.b10-item-slider {
  position: relative;
}
.b10-item-slider:after {
  content: '\e91b';
  font-family: 'icomoon';
  font-size: 25px;
  text-align: center;
  line-height: 77px;
  width: 77px;
  height: 77px;
  color: #fff;
  background-color: #c6c6c6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10-item-slider:hover:after {
  background-color: #e58e1a;
}
.b10-item-slider[data-play*="video"]:after {
  display: block;
}
.b10-item-slider[data-play*="image"]:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b10 .owl-nav {
    bottom: 14px;
    width: 80px;
  }
  .b10 .owl-nav .owl-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .b10 .owl-nav .owl-next:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .b10-content-metodo h3 {
    font-size: 25px;
  }
  .b10-content-metodo h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .b10-content-metodo p {
    font-size: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .b10-content-metodo {
    padding-right: 0;
  }
  .b10-content-metodo p {
    width: 90%;
  }
  .b10-wrap-metodo {
    -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) {
  .b10 {
    padding: 50px 0;
  }
  .b10-content-metodo {
    width: 100%;
  }
  .b10-content-metodo h3 {
    font-size: 22px;
  }
  .b10-content-metodo h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .b10-content-metodo p {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
  }
  .b10-wrap-slider {
    width: 85%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 667px) {
  .b10-wrap-slider {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b10 .owl-nav {
    width: 60px;
    right: 20px;
    bottom: 11px;
  }
  .b10 .owl-nav .owl-prev:before {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .b10 .owl-nav .owl-next:before {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .b10-wrap-slider {
    width: 100%;
  }
  .b10-item-slider:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.b11 figure img {
  max-width: 100%;
  height: auto;
}
.b11 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.b11 .owl-nav .owl-next,
.b11 .owl-nav .owl-prev {
  font-size: 0px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .b11 .owl-nav .owl-next:hover:before,
  .b11 .owl-nav .owl-prev:hover:before {
    background: #e58e1a;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b11 .owl-nav .owl-prev {
  position: relative;
}
.b11 .owl-nav .owl-prev:before {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #c6c6c6;
  color: #fff;
  content: '\e917';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 12px;
  font-family: 'icomoon';
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 33.62px;
  position: absolute;
  left: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 33.62px;
}
.b11 .owl-nav .owl-next {
  position: relative;
}
.b11 .owl-nav .owl-next:before {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #c6c6c6;
  color: #fff;
  content: '\e916';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-family: 'icomoon';
  height: 33.62px;
  -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;
  font-size: 12px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 33.62px;
}
.b11-wrap {
  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;
}
.b11-itemslide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b11-img-slider {
  width: 55%;
}
.b11-slide-text {
  width: 45%;
}
.b11-info {
  width: 38%;
}
.b11-img {
  width: 48%;
}
.b11-titulo {
  margin-bottom: 50px;
}
.b11-titulo span {
  font-size: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #545e66;
  margin-bottom: 5px;
  display: block;
}
.b11-titulo h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
}
.b11-texto p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin: auto;
  line-height: 26px;
}
.b11-slide-text h2 {
  font-size: 24px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #545e66;
  margin: auto;
  margin-bottom: 20px;
}
.b11-slide-text span {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
}
@media screen and (max-width: 1024px) {
  .b11-titulo span {
    font-size: 25px;
  }
  .b11-titulo h2 {
    font-size: 40px;
  }
  .b11-texto p {
    font-size: 15px;
    line-height: 25px;
  }
  .b11-img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .b11-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b11-info {
    width: 100%;
  }
  .b11-img {
    margin: 20px auto 0 auto;
    width: 85%;
  }
  .b11-titulo {
    margin-bottom: 30px;
  }
  .b11-titulo h2 {
    font-size: 40px;
  }
  .b11-titulo span {
    font-size: 20px;
  }
  .b11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b11-texto p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 667px) {
  .b11-img {
    width: 100%;
  }
  .b11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b11-titulo span {
    font-size: 18px;
  }
  .b11-titulo h2 {
    font-size: 35px;
  }
}
/*@media screen and (max-width 768px)
	.b11-img
		width 100%
	.b11
		padding-top 30px
		padding-bottom 30px
	.b11-titulo span
		font-size 18px
	.b11-titulo h2
		font-size 35px */
@media screen and (max-width: 480px) {
  .b11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b11-img {
    margin-bottom: 60px;
  }
  .b11-itemslide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b11-img-slider {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .b11-slide-text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .b11-img-slider,
  .b11-slide-text {
    text-align: center;
    width: 100%;
  }
  .b11-titulo span {
    font-size: 16px;
  }
  .b11 .owl-nav .owl-prev:before {
    right: 32px;
    left: inherit;
  }
  .b11 .owl-nav {
    background: #f00;
    bottom: -25px;
    position: absolute;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  padding-bottom: 65px;
  padding-top: 50px;
}
.b12 .b21-info {
  margin-bottom: 45px;
}
.b12-tab {
  max-width: 230px;
  width: 100%;
}
.b12-tab .g0-enlace {
  text-align: center;
  border-radius: 4px;
  height: 60px;
}
.b12-tab.active .g0-enlace {
  background: #008dd2;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #008dd2;
}
.b12-wrap-tabs {
  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;
  max-width: 970px;
  width: 100%;
  margin: auto;
  margin-bottom: 74px;
}
.b12-logo-content {
  position: relative;
}
.b12-logos-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b12-logos-wrap.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b12-mobile {
  display: none;
}
.b12-filter-mob {
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.b12-filter-mob .g0-enlace {
  -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;
}
.b12-filter-mob .g0-enlace:before {
  content: '\e916';
  font-family: 'icomoon';
  font-size: 15px;
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 40%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b12-filter-mob.active .g0-enlace:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b12-logo {
  width: 16.7%;
  height: 105px;
  text-align: center;
  border: 1px solid #dbdbdb;
  margin-bottom: 42px;
  margin-right: 3.8%;
  margin-left: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b12-logo p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b12-logo {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b12-logo:hover {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0,141,210,0.3);
    box-shadow: 0px 0px 20px 0 rgba(0,141,210,0.3);
  }
  .b12-logo:hover figure img {
    filter: grayscale(0%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b12-logo:nth-child(5n) {
  margin-right: 0%;
}
.b12-descarga .g0-enlace {
  max-width: 200px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.b12-logo figure img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .b12 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .b21-info h2 {
    margin-bottom: 20px;
  }
  .b12-logo {
    width: 21.8%;
  }
  .b12-logo:nth-child(4n) {
    margin-right: 0%;
  }
  .b12-logo:nth-child(5n) {
    margin-right: 3.8%;
  }
}
@media screen and (max-width: 768px) {
  .b12-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b12-mobile {
    display: block;
  }
  .b12-wrap-tabs {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b12-tab .g0-enlace {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .b12-wrap-tabs {
    display: none;
  }
  .b12-mobile {
    cursor: pointer;
  }
  .b12-logo-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .b12 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .b12-logo {
    width: 30%;
  }
  .b12-logo:nth-child(4n) {
    margin-right: 3.8%;
  }
  .b12-logo:nth-child(5n) {
    margin-right: 3.8%;
  }
  .b12-logo:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .b21-info h2 {
    margin-bottom: 10px;
  }
  .b12-logo {
    width: 48.1%;
  }
  .b12-logo:nth-child(2n + 1) {
    margin-right: 3.8% !important;
  }
  .b12-logo:nth-child(2n),
  .b12-logo:nth-child(4n),
  .b12-logo:nth-child(5n) {
    margin-right: 0%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("../img/b13-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.b13 figure img {
  max-width: 100%;
  height: auto;
}
.b13-cnt.wancho {
  max-width: 1036px;
}
.b13-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 88px;
}
.b13-img {
  width: 30%;
}
.b13-info-texto {
  width: 64%;
}
.b13-info-texto h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 40px;
}
.b13-info-texto p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #383838;
  line-hegiht: 1.6;
}
.b13-list {
  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: 0px;
  margin-bottom: 30px;
}
.b13-img-list {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 368px;
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
}
.b13-info {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(128,128,128,0.259);
  border-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.5%;
  height: 200px;
  background-color: #fff;
}
.b13-info ul {
  padding-right: 20px;
}
.b13-info ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #808080;
}
.b13-info ul li strong {
  color: #000;
}
.b13-enlce {
  margin-bottom: 40px;
}
.b13-enlce ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #383838;
}
.b13-enlce ul li.active {
  color: #008dd2;
}
.b13-enlce ul li:last-child:before {
  display: none;
}
.b13-enlce ul li:before {
  content: '\e916';
  font-family: 'icomoon';
  font-size: 11px;
  position: absolute;
  right: 5px;
  top: 24%;
}
.b13-tituli-list h2 {
  font-size: 30px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .b13-tituli-list h2 {
    font-size: 28px;
  }
  .b13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b13-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .b13-info-texto h2 {
    font-size: 40px;
  }
  .b13-list {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .b13-enlce {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b13-info-texto h2 {
    margin-bottom: 20px;
  }
  .b13-tituli-list h2 {
    font-size: 26px;
  }
  .b13 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b13-info-texto p {
    line-hegiht: 1.4;
  }
  .b13-top {
    margin-bottom: 30px;
  }
  .b13-info-texto h2 {
    font-size: 30px;
  }
  .b13-list {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b13-info {
    border: 0px;
  }
  .b13-info {
    width: 100%;
  }
  .b13-info {
    height: auto;
  }
  .b13-img-list {
    max-width: 100%;
    height: 0;
    padding-top: 54%;
  }
}
@media screen and (max-width: 650px) {
  .b13-top {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b13-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .b13-info-texto {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b13-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b13-info-texto h2 {
    margin-bottom: 10px;
  }
  .b13-tituli-list h2 {
    font-size: 22px;
  }
  .b13-enlce ul li {
    font-size: 14px;
  }
  .b13-top {
    margin-bottom: 20px;
  }
  .b13-info ul li {
    font-size: 14px;
  }
  .b13-info-texto p {
    font-size: 14px;
  }
  .b13-info {
    padding-left: 0px;
  }
  .b13-list {
    margin-bottom: 10px;
  }
  .b13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14-titulo {
  text-align: center;
  margin-bottom: 50px;
}
.b14-titulo span {
  font-size: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #545e66;
}
.b14-titulo h2 {
  margin: auto;
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
}
.b14-img {
  width: 35%;
}
.b14-img figure img {
  max-width: 100%;
  height: auto;
}
.b14-info {
  width: 65%;
}
.b14-info h3 {
  font-size: 22px;
  color: #008dd2;
  font-family: 'Gotham-Bold', sans-serif;
  margin: auto;
  margin-bottom: 10px;
}
.b14-info p {
  font-size: 18px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin: auto;
  line-height: 1.5;
}
.b14-item {
  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;
  jusfity-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.b14 {
  padding-top: 50px;
  padding-bottom: 140px;
}
.b14 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.b14 .owl-nav .owl-next,
.b14 .owl-nav .owl-prev {
  font-size: 0px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .b14 .owl-nav .owl-next:hover:before,
  .b14 .owl-nav .owl-prev:hover:before {
    background: #4cd364;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b14 .owl-nav .owl-prev {
  position: relative;
}
.b14 .owl-nav .owl-prev:before {
  content: '\e917';
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #fff;
  background: #e58e1a;
  padding: 19px 21.5px 19px 21.5px;
  background: #c6c6c6;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b14 .owl-nav .owl-next {
  position: relative;
}
.b14 .owl-nav .owl-next:before {
  content: '\e916';
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #fff;
  background: #e58e1a;
  padding: 19px 21.5px 19px 21.5px;
  background: #c6c6c6;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b14-parraf {
  max-width: 765px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 75px;
}
.b14-parraf p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin: auto;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .b14-parraf {
    margin-bottom: 50px;
  }
  .b14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b14-info {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b14-titulo h2 {
    font-size: 40px;
  }
  .b14-titulo span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .b14 .owl-nav .owl-next:before,
  .b14 .owl-nav .owl-prev:before {
    padding: 10px 12.5px 10px 12.5px;
  }
  .b14-parraf {
    margin-bottom: 30px;
  }
  .b14 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b14-titulo h2 {
    font-size: 30px;
  }
  .b14-titulo span {
    font-size: 26px;
  }
  .b14-info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b14-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b14-info {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b14-parraf p {
    font-size: 14px;
    line-height: 1.4;
  }
  .b14-parraf {
    margin-bottom: 20px;
  }
  .b14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b14-img {
    margin-bottom: 20px;
  }
  .b14-info h3 {
    font-size: 18px;
  }
  .b14-info p {
    font-size: 14px;
  }
  .b14-titulo h2 {
    font-size: 28px;
  }
  .b14-titulo span {
    font-size: 22px;
  }
  .b14 .owl-nav .owl-prev:before {
    left: inherit;
    right: 100px;
  }
  .b14 .owl-nav {
    top: -30px;
  }
  .b14-info {
    padding-right: 0px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding: 40px 0 60px 0;
}
.b15-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b15-descrip {
  width: 50%;
}
.b15-img {
  width: 50%;
}
.b15-img img {
  height: auto;
  max-width: 100%;
}
.b15-descrip h2 {
  font-size: 50px;
  margin-top: 30px;
  text-transform: uppercase;
  width: 300px;
}
.b15-descrip h3 {
  color: #545e66;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  margin-top: 30px;
}
.b15-descrip p {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 50px;
  width: 80%;
}
@media screen and (max-width: 958px) {
  .b15-descrip {
    width: 48%;
  }
  .b15-descrip p {
    width: 90%;
  }
  .b15-img {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .b15-ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b15-descrip,
  .b15-img {
    margin-left: auto;
    margin-right: auto;
  }
  .b15-descrip {
    width: 90%;
  }
  .b15-descrip p {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .b15-descrip h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .b15-img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .b15-descrip h2 {
    font-size: 44px;
    width: 80%;
  }
  .b15-descrip p {
    font-size: 15px;
    line-height: 20px;
  }
  .b15-img {
    width: 90%;
  }
}
@media screen and (max-width: 380px) {
  .b15-descrip h2 {
    font-size: 36px;
    margin-top: 12px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  padding: 40px 0 60px 0;
}
.b16-ctn h2 {
  color: #383838;
  font-size: 30px;
  line-height: 36px;
  width: 50%;
}
.b16-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b16-item {
  margin: 50px 3.75% 0 3.75%;
  text-align: center;
  width: 150px;
}
.b16-item p {
  color: #808080;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  margin: 27px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 1280px) {
  .b16-item {
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1139px) {
  .b16-item {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 997px) {
  .b16-ctn h2 {
    width: 80%;
  }
}
@media screen and (max-width: 757px) {
  .b16-ctn h2 {
    width: 100%;
  }
}
@media screen and (max-width: 537px) {
  .b16-ctn h2 {
    font-size: 27px;
    text-align: center;
  }
  .b16-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 347px) {
  .b16-item:nth-of-type(1) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 348px) and (max-width: 537px) {
  .b16-item:nth-of-type(1),
  .b16-item:nth-of-type(2) {
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  padding-bottom: 60px;
  padding-top: 65px;
}
.b17-cnt-map {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  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;
}
.b17-btn {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  display: none;
}
.b17-btn span,
.b17-btn i {
  margin: 0;
}
.b17-btn i {
  margin-left: 10px;
  font-size: 8px;
}
.b17-nav {
  width: 100%;
  -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;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .b17-nav {
    height: 60px !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
}
.b17-nav li {
  max-width: 246px;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b17-nav li {
    padding-left: 16px;
  }
  .b17-nav li:nth-child(1) {
    padding: 0;
  }
}
.b17-nav a {
  padding: 0 10px;
  height: 60px;
  text-align: center;
}
.b17-map-left {
  padding-top: 34px;
  width: 300px;
}
.b17-map-left a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b17-map-left img,
.b17-map-left span {
  margin: 0;
}
.b17-ul >li {
  border-bottom: 1px solid #dde0e0;
}
.b17-ul >li:first-child {
  border-top: 1px solid #dde0e0;
}
.b17-item-continente {
  height: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 0 40px 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17-item-continente.active span {
  color: #3b3b3b;
}
.b17-item-continente.active:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #008dd2;
}
.b17-item-continente:before {
  content: "\e903";
  font-family: 'icomoon';
  position: absolute;
  right: 15px;
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 10px;
  color: #7f7f7f;
}
.b17-item-continente span {
  margin: 0;
  font-size: 20px;
  font-family: 'Gotham-Book', sans-serif;
  color: #7f7f7f;
}
.b17-box-paises {
  display: none;
}
.b17-box-paises li {
  margin-bottom: 20px;
}
.b17-link-pais {
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 4px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17-link-pais span {
  margin: 0;
  margin-left: 22px;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #585e66;
}
@media screen and (min-width: 1025px) {
  .b17-link-pais:hover {
    background-color: #ebebeb;
  }
}
.b17-map-rihgt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17-map-rihgt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b17-figure {
  position: relative;
  margin: 0;
  margin-left: auto;
  width: calc(100% + 130px);
}
.b17-figure svg {
  width: 100%;
  display: block;
  height: auto;
}
.b17-figure svg .st0 {
  fill: #ededed;
}
.b17-figure g[data-point*="POINT"] {
  visibility: hidden;
}
.b17-figure g[data-id].existe .st0 {
  fill: #b3b3b3;
  -webkit-transition: 200ms fill;
  -moz-transition: 200ms fill;
  -o-transition: 200ms fill;
  -ms-transition: 200ms fill;
  transition: 200ms fill;
}
@media screen and (min-width: 1025px) {
  .b17-figure g[data-id].existe:hover .st0 {
    fill: #4a82c4;
  }
}
.b17-point-1 {
  width: 34px;
  height: 40px;
  background-image: url("../img/b17-icon-map.png");
  display: block;
  position: absolute;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  filter: grayscale(100%);
}
.b17-point-1.active {
  filter: grayscale(0%);
}
@media screen and (max-width: 767px) {
  .b17-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b17-nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    margin-bottom: 0;
  }
  .b17-nav li {
    max-width: 100%;
  }
  .b17-nav li .g0-enlace.blanco {
    border-top: 0;
  }
  .b17-map-left {
    width: 100%;
    padding-top: 20px;
  }
  .b17-map-rihgt {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18-content {
  position: relative;
}
.b18-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b18-item.active {
  position: relative;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b18 {
  padding-top: 90px;
  padding-bottom: 63px;
}
.b18.wancho {
  max-width: 1036px;
}
.b18 .b12-descarga {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .b18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b18 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-top: 90px;
  padding-bottom: 60px;
}
.b19.wancho {
  max-width: 1036px;
}
.b19 figure img {
  max-width: 100%;
  height: auto;
}
.b19 .b12-descarga {
  margin-top: 49px;
}
.b19-pais {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  aling-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 30px;
}
.b19-pais h2 {
  margin: auto;
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  padding-left: 40px;
}
.b19-pais img {
  border-radius: 100%;
}
.b19-wrap-tab {
  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;
  aling-items: center;
  margin-bottom: 60px;
  margin-top: 52px;
}
.b19-destacado {
  width: 16.12%;
}
.b19-destacado .g0-enlace {
  height: 55px;
  border-radius: 4px;
}
.b19-destacado.active .g0-enlace {
  background: #008dd2;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #008dd2;
}
.b19-year-wrap {
  width: 81.5%;
}
.b19-wrap-content {
  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;
  aling-items: center;
}
.b19-year-item {
  width: 20%;
  margin-left: 0;
}
.b19-year-item .g0-enlace {
  border-left: 0;
}
.b19-year-item:first-child .g0-enlace {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #e3e7e7;
}
.b19-year-item:last-child .g0-enlace {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b19-year-item .g0-enlace {
  height: 55px;
}
.b19-year-item.active .g0-enlace {
  background: #008dd2;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #008dd2;
}
.b19-table-wrap {
  position: relative;
}
.b19-table-item {
  margin-top: 60px;
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b19-table-item.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.b19-table-item table {
  width: 100%;
  border-radius: 4px;
}
.b19-table-item table tbody {
  border: 1px solid rgba(146,146,146,0.22);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
}
.b19-table-item table tr th {
  background: #545e66;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #fff;
  padding: 16px;
  border: 2px solid rgba(210,210,210,0.259);
}
.b19-table-item table tr td {
  font-size: 15px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  padding: 18px;
}
.b19-table-item table tr:nth-child(2n) {
  background: #f0f3f2;
}
.b19-depegable-mob {
  display: none;
  position: relative;
}
.b19-depegable-mob:before {
  content: '\e608';
  font-family: 'icomoon';
  position: absolute;
  right: 15px;
  top: 35%;
  font-size: 20px;
  color: #545e66;
}
@media screen and (max-width: 1024px) {
  .b19-pais h2 {
    font-size: 40px;
  }
  .b19-year-item .g0-enlace {
    font-size: 14px;
  }
  .b19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .b19-year-wrap .b19-depegable-mob {
    display: block;
  }
  .b19-year-wrap .b19-depegable-mob .g0-enlace {
    border-top: 1px solid #e3e7e7;
  }
  .b19-year-item .g0-enlace {
    font-size: 13px;
  }
  .b19-table-item table tr th {
    display: none;
  }
  .b19-table-item table tr {
    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;
    aling-items: center;
  }
  .b19-table-item table tr td {
    position: relative;
    width: 100%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b19-table-item table tr td:before {
    content: attr(data-info);
    position: absolute;
    left: 24px;
    top: 31%;
    font-size: 15px;
    font-family: 'Gotham-Bold', sans-serif;
    color: #545e66;
  }
  .b19-wrap-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b19-year-item {
    width: 100%;
  }
  .b19-year-item:first-child .g0-enlace {
    border-radius: 0;
  }
  .b19-year-item .g0-enlace {
    border-left: 1px solid #e3e7e7;
    border-top: 0;
  }
  .b19-wrap-content {
    display: none;
  }
  .b19-destacado {
    width: 40%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b19-pais h2 {
    font-size: 35px;
  }
  .b19 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .b19-table-item table tr td {
    padding-left: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .b19-pais h2 {
    font-size: 28px;
    padding-left: 0px;
  }
  .b19-table-item table tr td {
    font-size: 13px;
  }
  .b19 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b19-table-item table tr td:before {
    left: 13px;
    font-size: 13px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  background-color: #000;
}
.b2-cnt {
  height: 600px;
  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;
}
.b2-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.b2-item figure {
  max-width: 240px;
  height: 240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b2-item figcaption {
  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%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
  font-family: 'Gotham-Bold', sans-serif;
}
.b2-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto 0;
}
@media screen and (min-width: 1025px) {
  .b2-item .b2-link span,
  .b2-item .b2-link i {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b2-item:hover img {
    -webkit-animation: b2_anima 1500ms infinite alternate;
    -moz-animation: b2_anima 1500ms infinite alternate;
    -o-animation: b2_anima 1500ms infinite alternate;
    -ms-animation: b2_anima 1500ms infinite alternate;
    animation: b2_anima 1500ms infinite alternate;
  }
  .b2-item:hover .b2-link span {
    color: #e58e1a;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b2-item:hover .b2-link i {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b2-link {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b2-link span {
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  color: #545e66;
  margin: 0;
  line-height: 1;
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -o-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.b2-link i {
  font-size: 10px;
  color: #e58e1a;
  margin-left: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1440px) {
  .b2-item figure {
    max-width: 200px;
    height: 200px;
  }
  .b2-item figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .b2-item figcaption {
    font-size: 18px;
  }
  .b2-item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b2-cnt {
    height: auto;
    padding: 30px 0;
    -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;
  }
  .b2-cnt figcaption {
    font-size: 16px;
  }
  .b2-cnt span {
    font-size: 12px;
  }
  .b2-item {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -o-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .b2-item figure {
    height: 210px;
  }
  .b2-item figcaption {
    font-size: 14px;
  }
  .b2-item:nth-child(1),
  .b2-item:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .b2-item figure {
    height: 180px;
  }
}
@media screen and (max-width: 380px) {
  .b2-item figure {
    height: 140px;
  }
}
@-moz-keyframes b2_anima {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  100% {
    -webkit-transform: skew(4deg, 4deg);
    -moz-transform: skew(4deg, 4deg);
    -o-transform: skew(4deg, 4deg);
    -ms-transform: skew(4deg, 4deg);
    transform: skew(4deg, 4deg);
  }
}
@-webkit-keyframes b2_anima {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  100% {
    -webkit-transform: skew(4deg, 4deg);
    -moz-transform: skew(4deg, 4deg);
    -o-transform: skew(4deg, 4deg);
    -ms-transform: skew(4deg, 4deg);
    transform: skew(4deg, 4deg);
  }
}
@-o-keyframes b2_anima {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  100% {
    -webkit-transform: skew(4deg, 4deg);
    -moz-transform: skew(4deg, 4deg);
    -o-transform: skew(4deg, 4deg);
    -ms-transform: skew(4deg, 4deg);
    transform: skew(4deg, 4deg);
  }
}
@keyframes b2_anima {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  100% {
    -webkit-transform: skew(4deg, 4deg);
    -moz-transform: skew(4deg, 4deg);
    -o-transform: skew(4deg, 4deg);
    -ms-transform: skew(4deg, 4deg);
    transform: skew(4deg, 4deg);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-top: 40px;
}
.b20 * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20-wrap-notices h2 {
  font-family: 'Gotham-Black', sans-serif;
  font-size: 50px;
  color: #008dd2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
}
.b20-wrap-notices p {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  color: #545e66;
  line-height: 1.5;
  margin-bottom: 70px;
}
.b20-list-notices {
  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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b20-item-notice {
  width: 30.6%;
  border: 1px solid #e3e7e7;
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
  margin-bottom: 45px;
  -webkit-transition: box-shadow 200ms ease-out;
  -moz-transition: box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  -ms-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
}
.b20-item-notice:nth-child(3n+2) {
  margin-left: 4.1%;
}
.b20-item-notice:nth-child(3n+3) {
  margin-left: 4.1%;
}
.b20-item-notice:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0,137,206,0.25);
  box-shadow: 0 6px 20px 0 rgba(0,137,206,0.25);
}
.b20-item-notice:hover figcaption {
  -webkit-transform: translateY(85%);
  -moz-transform: translateY(85%);
  -o-transform: translateY(85%);
  -ms-transform: translateY(85%);
  transform: translateY(85%);
  background-color: #fff;
}
.b20-item-notice:hover figcaption span {
  bottom: calc(100% + 15px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b20-item-notice:hover figcaption p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b20-item-notice:hover .b20-title-notice h4 {
  color: #008dd2;
}
.b20-set-notice {
  position: relative;
}
.b20-set-notice img {
  display: block;
  height: auto;
  max-width: 100%;
  height: auto;
}
.b20-set-notice figcaption {
  width: 100%;
  height: 300px;
  padding: 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.6);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 200ms ease-out, background-color 400ms ease-out;
  -moz-transition: -moz-transform 200ms ease-out, background-color 400ms ease-out;
  -o-transition: -o-transform 200ms ease-out, background-color 400ms ease-out;
  -ms-transition: -ms-transform 200ms ease-out, background-color 400ms ease-out;
  transition: transform 200ms ease-out, background-color 400ms ease-out;
}
.b20-set-notice figcaption span {
  position: absolute;
  bottom: 100%;
  right: 20px;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.b20-set-notice figcaption p {
  margin-top: 15px;
  font-size: 12px;
  color: #545e66;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  line-height: 1;
  max-height: 35px;
  overflow: hidden;
}
.b20-title-notice small {
  display: block;
  margin-top: 16px;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  color: #808080;
}
.b20-title-notice h4 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  color: #545e66;
}
@media screen and (max-width: 1200px) {
  .b20-title-notice h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .b20-wrap-notices h2 {
    font-size: 40px;
  }
  .b20-wrap-notices p {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .b20-set-notice {
    position: relative;
  }
  .b20-set-notice figcaption {
    position: relative;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b20-set-notice figcaption p {
    display: none;
  }
  .b20-item-notice {
    height: auto;
  }
  .b20-item-notice:hover figcaption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b20-item-notice:hover figcaption span {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
@media screen and (max-width: 960px) {
  .b20-item-notice {
    width: 48%;
  }
  .b20-item-notice:nth-child(3n+2) {
    margin-left: 0;
  }
  .b20-item-notice:nth-child(3n+3) {
    margin-left: 0;
  }
  .b20-item-notice:nth-child(2n+2) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .b20-wrap-notices h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 560px) {
  .b20-list-notices {
    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-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column 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;
  }
  .b20-item-notice {
    width: 100%;
  }
  .b20-item-notice:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .b20-item-notice:nth-child(2n+2) {
    margin-left: 0;
  }
  .b20-wrap-notices >p {
    text-align: justify;
  }
}
@media screen and (min-width: 1300px) {
  .height-full-b20 {
    height: calc(100vh - 325px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  padding-top: 60px;
  padding-bottom: 90px;
}
.b21-info {
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
}
.b21-info h2 {
  margin: auto;
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 36px;
}
.b21-info p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  line-height: 1.6;
}
.b21-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b21-item {
  width: 30.3%;
  padding: 20px;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4.5%;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
  font-size: 0px;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .b21-item {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b21-item:hover {
    -webkit-box-shadow: 1px -1px 16px 7px rgba(0,141,210,0.09);
    box-shadow: 1px -1px 16px 7px rgba(0,141,210,0.09);
    border-color: #fff;
  }
  .b21-item:hover p {
    color: #008dd2;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b21-item:nth-child(3n) {
  margin-right: 0%;
}
.b21-item p {
  font-size: 15px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin: auto;
  margin-bottom: 15px;
}
.b21-item span {
  font-size: 12px;
  font-family: 'Gotham-Book', sans-serif;
  color: #808080;
}
.b21-item a {
  font-size: 12px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b21-info h2 {
    font-size: 40px;
  }
  .b21-info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b21 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b21-item {
    margin-bottom: 20px;
  }
  .b21-info {
    margin-bottom: 30px;
  }
  .b21-info h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .b21-item {
    width: 47%;
  }
  .b21-item:nth-child(3n) {
    margin-right: 4.5%;
  }
  .b21-item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .b21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b21-info {
    margin-bottom: 20px;
  }
  .b21 p {
    font-size: 14px;
    line-height: 1.4;
  }
  .b21-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .b21-item {
    width: 100%;
    margin-right: 0%;
  }
  .b21-item:nth-child(3n) {
    margin-right: 0%;
  }
  .b21-item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1300px) {
  .height-full-b21 {
    height: calc(100vh - 435px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  padding: 50px 0 30px 0;
  min-height: 800px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b22-descrip {
  width: 75.5%;
}
.b22-descrip h1 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0;
  width: 70%;
}
.b22-descrip img {
  max-width: 100%;
  width: 100%;
}
.b22-descrip-date {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
}
.b22-content {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  width: 90%;
}
.b22-content p,
.b22-content li {
  line-height: 26px;
}
.b22-noticias {
  background: #f0f3f2;
  width: 22%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22-noticias h2 {
  color: #545e66;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 20px;
}
.b22-item-noticias {
  border-top: 1px solid rgba(198,198,198,0.5);
  padding: 18px 10px;
}
.b22-item-noticias a,
.b22-item-noticias span {
  display: block;
}
.b22-item-noticias a {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.b22-item-noticias a:hover {
  color: #008dd2;
}
.b22-item-noticias span {
  color: #808080;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .b22-noticias {
    display: none;
  }
  .b22-descrip {
    width: 100%;
  }
  .b22-descrip h1 {
    width: 100%;
  }
  .b22-content {
    font-size: 15px;
  }
  .b22-content p,
  .b22-content li {
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .b22-descrip h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .b22-content p,
  .b22-content li {
    line-height: 22px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.formError .formErrorContent {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formError .formErrorArrow div {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b23-captcha {
  position: relative;
}
.b23-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b23-descrip {
  padding: 54px 100px 105px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% + 84px);
}
.b23-direccion {
  width: calc(50% - 84px);
  position: relative;
}
.b23-direccion #b23-maps {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: calc(50vw - 64px);
}
.b23-row {
  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;
}
.b23-row .g1-input:nth-of-type(1) {
  width: 47%;
}
.b23-row .g1-input:nth-of-type(2) {
  width: 50%;
}
.error-recaptcha {
  color: rgba(255,0,0,0.341);
  display: none;
}
.b23-descrip h1 {
  margin-left: 0;
  text-transform: uppercase;
  width: 90%;
}
.b23-form {
  margin-top: 20px;
}
.b23-last-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
.b23-btn {
  border: none;
  border-radius: 4px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .b23-descrip {
    padding-right: 30px;
  }
  .b23-descrip h1 {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .b23-ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b23-descrip,
  .b23-direccion {
    width: 100%;
    padding-right: 0;
  }
  .b23-descrip {
    padding: 50px 0;
  }
  .b23-descrip h1 {
    width: 100%;
    text-align: center;
  }
  .b23-form {
    margin-top: 10px;
  }
  #b23-maps {
    height: 400px;
  }
  .b23-direccion {
    height: 400px;
  }
  .b23-direccion #b23-maps {
    position: relative;
    width: 100%;
  }
  .b23-last-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b23-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b23-row .g1-input:nth-of-type(1) {
    width: 100%;
  }
  .b23-row .g1-input:nth-of-type(2) {
    width: 100%;
  }
  .b23-last-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b23-captcha {
    margin: auto;
  }
  .b23-btn {
    margin: 10px auto 0 auto;
  }
  #b23-maps {
    height: 360px;
  }
}
@media screen and (max-width: 360px) {
  #b23-maps {
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  #b23-maps {
    height: 320px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24 {
  padding: 40px 0;
  min-height: calc(100vh - 178px - 98px);
  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-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("../img/b10-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b24 h1 {
  text-align: center;
}
.b24-form {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,139,210,0.09), 0 3px 18px 10px rgba(0,141,210,0.1);
  box-shadow: 0 5px 8px 0 rgba(0,139,210,0.09), 0 3px 18px 10px rgba(0,141,210,0.1);
  padding: 20px 40px;
  margin: 30px auto 0 auto;
  max-width: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.b24-form a,
.b24-form p {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
}
.b24-form a {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.b24-error {
  color: #f00;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
}
.b24-btn {
  border: none;
  border-radius: 6px;
  margin: 15px auto 0 auto;
  width: 200px;
}
@media screen and (max-width: 584px) {
  .b24-form {
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .b24-form {
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .b24-form a,
  .b24-form p {
    font-size: 15px;
  }
  .b24-btn {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .b24-form {
    max-width: 65%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  min-height: calc(100vh - 178px - 98px);
  padding: 40px 0;
  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-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("../img/b10-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b25 h1 {
  line-height: 60px;
  margin: auto auto 50px auto;
  text-align: center;
  width: 500px;
}
.b25-form {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,139,210,0.09), 0 3px 18px 10px rgba(0,141,210,0.1);
  box-shadow: 0 5px 8px 0 rgba(0,139,210,0.09), 0 3px 18px 10px rgba(0,141,210,0.1);
  padding: 20px 40px 40px 40px;
  margin: 30px auto 0 auto;
  max-width: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.b25-form a,
.b25-form p {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
}
.b25-form a {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.b25-error {
  color: #f00;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
}
.b25-btn {
  border: none;
  border-radius: 6px;
  margin: 15px auto 0 auto;
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .b25-ctn h1 {
    line-height: 54px;
  }
}
@media screen and (max-width: 584px) {
  .b25-form {
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .b25-ctn h1 {
    line-height: 45px;
    width: 80%;
  }
  .b25-form {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .b25-form a,
  .b25-form p {
    font-size: 15px;
  }
  .b25-btn {
    padding-right: 12px;
    padding-left: 12px;
    width: 95%;
  }
}
@media screen and (max-width: 380px) {
  .b25-form {
    max-width: 65%;
  }
  .b25-btn {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b26 {
  min-height: calc(100vh - 186px - 98px);
  padding: 40px 0;
  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;
}
.b26.b26-b .b26-center {
  max-width: 450px;
}
.b26.b26-b .b26-center h2 {
  font-size: 72px;
}
.b26.b26-b .b26-center p {
  width: 60%;
  margin: 0 auto;
}
.b26.b26-b .b26-btn {
  padding-top: 75px;
}
.b26-center {
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
  text-align: center;
}
.b26-center h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.b26-center p {
  font-size: 16px;
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  margin-bottom: 0;
}
.b26-btn {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  .b26.b26-b .b26-center h2 {
    font-size: 52px;
  }
  .b26.b26-b .b26-btn {
    padding-top: 50px;
  }
  .b26-center h2 {
    font-size: 42px;
  }
  .b26-btn {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .b26.b26-b .b26-center h2 {
    font-size: 46px;
  }
  .b26-center h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .b26.b26-b .b26-center h2 {
    font-size: 42px;
  }
  .b26-center h2 {
    font-size: 34px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.extranet .cnt-wrapper {
  margin-top: 0;
}
.b27 {
  position: relative;
}
.b27-header {
  width: 100%;
  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;
}
.b27-logo {
  width: 284px;
  background-color: #000;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b27-logo img {
  max-width: 216px;
  height: auto;
  display: block;
}
.b27-logo:before {
  content: '';
  width: 600px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 0px;
}
.b27-perfil {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 15px;
}
.b27-perfil figure {
  margin-right: 10px;
}
.b27-perfil figure img {
  max-width: 100%;
  height: auto;
  display: auto;
}
.b27-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;
}
.b27-text * {
  width: 100%;
  margin: 0;
}
.b27-text a {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 12px;
  -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;
}
.b27-text a:hover {
  text-decoration: underline;
}
.b27-text h2 {
  font-size: 16px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #000;
  margin: 0;
}
.b27-text span {
  font-size: 16px;
  color: #808080;
  font-family: 'Gotham-Book', sans-serif;
}
.b27-cnt {
  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;
}
.b27-left {
  background-color: #000;
  position: relative;
  min-height: 100vh;
  padding-top: 150px;
  width: 284px;
}
.b27-left:before {
  content: '';
  width: 600px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 0px;
}
.b27-left li {
  margin-top: 10px;
}
.b27-left a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(228,228,228,0.1);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  height: 85px;
  -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;
  width: 100%;
}
.b27-left a img {
  margin-left: 20px;
  margin-right: 0;
}
.b27-left a span {
  margin-left: 20px;
  margin-right: 0;
}
.b27-left a:hover,
.b27-left a.active {
  background: rgba(228,228,228,0.3);
}
.b27-select {
  display: none;
}
.b27-right {
  padding-left: 30px;
  padding-top: 150px;
  width: 73%;
}
.b27-right h3 {
  color: #000;
  font-family: 'Gotham-Black', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.b27-title {
  -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 #606060;
  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: 10px;
}
.b27-options {
  -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;
}
.b27-contentFecha {
  position: relative;
  width: 90px;
}
.b27-fecha {
  position: absolute;
  top: -10px;
  right: 0;
  margin: 0;
  padding: 0;
  display: none;
}
.b27-fecha img {
  height: 11px;
  margin-left: 10px;
  width: 11px;
  display: none;
}
.b27-fecha img:first-child {
  display: block;
}
.b27-fecha.desc img {
  display: none;
}
.b27-fecha.desc img:last-child {
  display: block;
}
.b27-fecha.active {
  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;
}
.img-name {
  margin-left: 10px;
}
#b27-fecha_desc {
  display: none;
}
.b27-options button {
  background: transparent;
  border: none;
  color: #008dd2;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
}
.b27-options p {
  color: #808080;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.b27-descarga {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.b27-descarga a {
  color: #808080;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  -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: 10px 10px 10px 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;
}
.b27-descarga a i {
  color: #808080;
  font-size: 20px;
  margin-right: 15px;
}
.b27-descarga a div {
  -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;
}
.b27-descarga a span:nth-of-type(1) {
  margin-left: 5px;
  margin-right: 0;
}
.b27-descarga a span:nth-of-type(2) {
  margin-left: 0;
  margin-right: 0;
}
.b27-descarga a:hover {
  color: #008dd2;
}
.b27-descarga a:hover i {
  color: #008dd2;
}
@media screen and (max-width: 1235px) {
  .b27-right {
    width: 71%;
  }
}
@media screen and (max-width: 1154px) {
  .b27-right {
    width: 68%;
  }
}
@media screen and (max-width: 1040px) {
  .b27-right {
    width: 66%;
  }
}
@media screen and (max-width: 990px) {
  .b27-logo,
  .b27-left {
    width: 250px;
  }
}
@media screen and (max-width: 880px) {
  .b27-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .b27-logo {
    padding: 15px 0;
    width: 100%;
  }
  .b27-logo img {
    margin: 0 0 0 20px;
  }
  .b27-perfil figure {
    display: none;
  }
  .b27-left,
  .b27-right {
    background: #ebeeed;
    width: 100%;
  }
  .b27-left {
    margin-top: 0px;
    min-height: auto;
    padding-top: 90px;
  }
  .b27-left:before {
    display: none;
  }
  .b27-left ul li {
    background: rgba(0,0,0,0.5);
  }
  .b27-left ul li a {
    font-size: 15px;
    height: 50px;
  }
  .b27-perfil {
    position: absolute;
    top: 58px;
    width: 100%;
  }
  .b27-text {
    position: relative;
    width: 100%;
  }
  .b27-text h2,
  .b27-text span {
    left: 20px;
    position: absolute;
    z-index: 1024;
  }
  .b27-text h2 {
    top: 10px;
  }
  .b27-text span {
    color: #000;
    top: 30px;
  }
  .b27-text a {
    color: #fff;
    top: -51px;
    right: 0px;
    position: absolute;
    width: 100px;
  }
  .b27-right {
    padding-right: 0;
    padding-left: 0;
    padding-top: 50px;
  }
  .b27-title {
    border-bottom: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
  }
  .b27-title h3 {
    color: #808080;
  }
  .b27-options p {
    display: none;
  }
  .b27-descarga {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #list {
    margin: auto;
  }
  #list li {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    padding: 11px 5px 25px 15px;
  }
  #list li:nth-of-type(1) {
    border-top: none;
  }
  #list li a {
    padding: 0;
    position: relative;
  }
  #list li a i {
    color: #008dd2;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .b27-name {
    color: #000;
    font-size: 13px;
  }
  .b27-date {
    color: #bbb;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 17px;
  }
  .b27-list-web {
    display: none;
  }
  .b27-select {
    display: block;
    margin: auto;
    width: 95%;
  }
  .b27-select h2 {
    color: #808080;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 15px;
  }
  .b27-select img {
    width: 25px;
  }
  .b27-btn-select {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 50px;
    position: relative;
  }
  .b27-btn-select i {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  .b27-btn-select i:before {
    color: #fff;
    content: '\e608';
    font-family: 'icomoon';
    font-size: 25px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .b27-select-content {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b27-select-content span {
    color: #fff;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 15px;
    margin-left: 20px;
  }
  .b27-select-content img {
    margin-left: 20px;
  }
  .b27-list-mobile {
    display: none;
  }
  .b27-list-mobile li {
    border-top: 1px solid #e9e9e9;
    margin: 0;
  }
  .b27-list-mobile li:nth-of-type(1) {
    border-top: none;
  }
}

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  padding-top: 30px;
  background-image: url("../img/b3-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b3-wrap-regional {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b3-content-regional {
  width: 40%;
  padding-top: 66px;
}
.b3-content-regional h3 {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #545e66;
  margin-bottom: 3px;
}
.b3-content-regional h2 {
  font-family: 'Gotham-Black', sans-serif;
  font-size: 50px;
  color: #008dd2;
  max-width: 300px;
  margin-bottom: 69px;
  text-transform: uppercase;
}
.b3-content-regional p {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  color: #545e66;
  line-height: 1.5;
  max-width: 468px;
}
.b3-set-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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
}
.b3-set-buttons .g0-enlace {
  width: 200px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b3-content-img {
  width: 60%;
}
.b3-figure-regional {
  position: relative;
  text-align: right;
  max-width: 478px;
  overflow: hidden;
}
.b3-figure-regional img {
  max-width: 100%;
}
.b3-set-pin {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b3-set-pin.anima .b3-pin {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b3-pin {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #0089ce;
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .b3-pin {
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    -o-transition: 500ms all;
    -ms-transition: 500ms all;
    transition: 500ms all;
  }
}
.b3-pin:before {
  content: '\e91a';
  font-family: 'icomoon';
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b3-pin:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0089ce transparent transparent transparent;
  border-width: 11px 8px 0 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b3-pin.pin-1 {
  top: 11%;
  left: 50%;
}
.b3-pin.pin-2 {
  top: 33%;
  left: 40%;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
.b3-pin.pin-3 {
  top: 52%;
  left: 81%;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.b3-pin.pin-4 {
  top: 62%;
  left: 69%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.b3-pin.pin-5 {
  top: 80%;
  left: 70%;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
@media screen and (max-width: 1024px) {
  .b3-set-pin {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b3-figure-regional {
    margin-bottom: 20px;
  }
  .b3-content-regional h3 {
    font-size: 25px;
  }
  .b3-content-regional h2 {
    font-size: 40px;
  }
  .b3-content-regional p {
    font-size: 15px;
    width: 80%;
  }
  .b3-set-buttons .g0-enlace:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b3-content-regional h3 {
    font-size: 22px;
  }
  .b3-content-regional h2 {
    font-size: 35px;
    margin-bottom: 45px;
  }
  .b3-content-regional p {
    font-size: 15px;
    text-align: justify;
    width: 75%;
  }
  .b3-set-buttons {
    margin-top: 60px;
  }
  .b3-set-buttons .g0-enlace:nth-of-type(2) {
    margin-top: 30px;
  }
  .b3-pin {
    width: 26px;
    height: 26px;
  }
  .b3-pin:before {
    font-size: 26px;
    top: 10%;
  }
  .b3-pin:after {
    top: 24px;
    border-width: 8px 5px 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .b3-content-regional {
    width: 100%;
  }
  .b3-content-regional h2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .b3-content-regional p {
    width: 100%;
  }
  .b3-content-img {
    width: 100%;
  }
  .b3-set-buttons {
    -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: 40px;
    margin-bottom: 60px;
  }
  .b3-set-buttons .g0-enlace:nth-of-type(2) {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b3-set-buttons {
    -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;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .b3-set-buttons .g0-enlace:nth-of-type(2) {
    margin-top: 30px;
    margin-left: 0;
  }
}
@-moz-keyframes scroll-locacion {
  0% {
    top: 3px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes scroll-locacion {
  0% {
    top: 3px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
@-o-keyframes scroll-locacion {
  0% {
    top: 3px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}
@keyframes scroll-locacion {
  0% {
    top: 3px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 3px;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  padding-top: 120px;
  padding-bottom: 50px;
}
.b4 figure img {
  max-width: 100%;
  height: auto;
}
.b4-wrap-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b4-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b4-logo {
  width: 45%;
}
.b4-info {
  width: 50%;
}
.b4-info h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 50px;
}
.b4-info a {
  font-size: 16px;
  font-family: 'Gotham-Medium', sans-serif;
  color: #e58e1a;
  position: relative;
}
.b4-info a:before {
  content: '\e916';
  font-family: 'icomoon';
  font-size: 10px;
  color: #e58e1a;
  position: absolute;
  right: -15px;
  top: 23%;
}
@media screen and (max-width: 1024px) {
  .b4-info h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b4-info h2 {
    font-size: 30px;
  }
  .b4 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .b4-info h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .b4-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 35px;
  }
  .b4-logo,
  .b4-info {
    text-align: center;
    width: 100%;
  }
  .b4-info a {
    bottom: -35px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .b4-info h2 {
    font-size: 25px;
  }
  .b4-info h2 {
    margin-bottom: 10px;
  }
  .b4 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .b4-wrap-logo {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b4-wrap-logo .b4-logo {
    margin-top: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5-info {
  max-width: 570px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.b5-info h2 {
  font-size: 30px;
  font-family: 'Gotham-Bold', sans-serif;
  color: #fff;
  margin: auto;
}
.b5-info h1 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 69px;
}
.b5-info p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #fff;
  margin: auto;
  margin-bottom: 64px;
}
.b5-enlace .g0-enlace {
  border-radius: 5px;
  height: 60px;
  padding: 0;
  max-width: 200px;
  width: 100%;
}
.b5 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.541);
}
@media screen and (max-width: 1024px) {
  .b5 {
    height: 400px;
  }
  .b5-info h2 {
    font-size: 26px;
  }
  .b5-info h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .b5-info p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b5 {
    height: 340px;
  }
  .b5-info h2 {
    font-size: 22px;
  }
  .b5-info h1 {
    font-size: 35px;
  }
  .b5-info h1 {
    margin-bottom: 30px;
  }
  .b5-info p {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .b5-info p {
    font-size: 14px;
  }
  .b5 {
    height: 280px;
  }
  .b5-info h2 {
    font-size: 18px;
  }
  .b5-info h1 {
    font-size: 24px;
  }
  .b5-info h1 {
    margin-bottom: 15px;
  }
  .b5-info p {
    margin-bottom: 20px;
  }
  .b5-enlace .g0-enlace {
    max-width: 150px;
    width: 100%;
    border-radius: 5px;
    height: 50px;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  padding-top: 30px;
}
.b6-wraper {
  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;
}
.b6-title {
  text-transform: uppercase;
  width: 33% !important;
}
.b6-visitas {
  text-align: center;
  padding: 10px;
  width: 22%;
}
.b6-visitas h2 {
  margin: auto;
  margin-bottom: 15px;
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
}
.b6-visitas span {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  line-height: 1.8;
}
.b6-texto {
  text-align: center;
  margin: 0 auto 22px auto;
  width: 70%;
}
.b6-texto p {
  margin: auto;
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin-bottom: 14px;
}
.b6-texto strong {
  font-weight: normal;
  font-family: 'Gotham-Bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b6-visitas h2 {
    font-size: 40px;
  }
  .b6-texto p {
    line-height: 1.4;
  }
  .b6-visitas span {
    line-height: 1.4;
  }
  .b6-title {
    width: 70% !important;
  }
}
@media screen and (max-width: 768px) {
  .b6-visitas h2 {
    font-size: 35px;
  }
  .b6-visitas {
    width: 45%;
  }
  .b6-texto {
    width: 80%;
  }
  .b6-texto p {
    font-size: 15px;
  }
  .b6-visitas span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b6-visitas h2 {
    font-size: 30px;
  }
  .b6-visitas {
    width: 100%;
  }
  .b6-texto p {
    font-size: 14px;
  }
  .b6-visitas h2 {
    margin-bottom: 10px;
  }
  .b6-title {
    width: 100% !important;
  }
  .b6-texto {
    width: 90%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  padding-top: 45px;
}
.b7-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b7-descrip {
  width: 50%;
}
.b7-img {
  width: 50%;
  margin-top: auto;
  margin-bottom: 0;
}
.b7-img img {
  height: auto;
  max-width: 100%;
  display: block;
}
.b7-descrip h2 {
  font-size: 50px;
  margin-top: 5px;
  text-transform: uppercase;
}
.b7-descrip h3 {
  color: #545e66;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  margin-top: 62px;
}
.b7-descrip p {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 50px;
}
@media screen and (max-width: 958px) {
  .b7-descrip {
    width: 48%;
  }
  .b7-img {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .b7-ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b7-descrip,
  .b7-img {
    margin-left: auto;
    margin-right: auto;
  }
  .b7-descrip {
    width: 90%;
  }
  .b7-descrip p {
    margin-top: 30px;
  }
  .b7-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .b7-img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .b7-descrip h2 {
    font-size: 44px;
  }
  .b7-descrip h3 {
    font-size: 25px;
  }
  .b7-descrip p {
    font-size: 15px;
    line-height: 20px;
  }
  .b7-title {
    text-align: center;
  }
  .b7-img {
    width: 90%;
  }
}
@media screen and (max-width: 380px) {
  .b7-descrip h2 {
    font-size: 36px;
    margin-top: 12px;
  }
  .b7-descrip h3 {
    font-size: 24px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 90px;
  padding-top: 50px;
  overflow: hidden;
}
.b8 figure img {
  max-width: 100%;
  height: auto;
}
.b8 .owl-carousel .owl-stage-outer {
  position: relative;
  padding-bottom: 50px;
}
.b8 .owl-carousel .owl-stage-outer:before {
  content: '';
  position: absolute;
  bottom: 22px;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.b8 .owl-nav {
  width: 100%;
  position: relative;
  top: -33px;
}
.b8 .owl-nav .owl-prev {
  font-size: 0px;
  position: absolute;
  left: 0;
  top: 25%;
  cursor: pointer;
}
.b8 .owl-nav .owl-prev:hover:before {
  color: #e58e1a;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8 .owl-nav .owl-prev:before {
  content: '\e917';
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff;
  position: absolute;
  font-family: 'icomoon';
  left: 0;
}
.b8 .owl-nav .owl-next {
  font-size: 0px;
  position: absolute;
  right: 0;
  top: 25%;
  cursor: pointer;
}
.b8 .owl-nav .owl-next:hover:before {
  color: #e58e1a;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8 .owl-nav .owl-next:before {
  content: '\e916';
  font-family: 'icomoon';
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 0;
}
.b8-content {
  position: relative;
}
.b8-year span {
  color: #545e66;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 30px;
  position: relative;
  cursor: pointer;
}
.b8-year span:before {
  content: '';
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8-item {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b8-item.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b8-img {
  width: 59.5%;
}
.b8-info {
  width: 40.5%;
  padding-left: 31px;
}
.b8-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.b8-item-year {
  text-align: center;
}
.b8-item-year.active .b8-year span {
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8-item-year.active .b8-year span:before {
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -o-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b8-info h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #fff;
}
.b8-info p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #fff;
  line-height: 1.4;
}
.b8-wrap-info {
  margint-top: 16px;
}
@media screen and (max-width: 768px) {
  .b8-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b8-info {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .b8-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
  .b8-img,
  .b8-info {
    width: 100%;
  }
  .b8-info h2 {
    font-size: 40px;
  }
  .b8-info p {
    font-size: 15px;
  }
  .b8-year span {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .b8-year span {
    font-size: 23px;
  }
  .b8-item-year.active .b8-year span:before {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }
  .b8-info h2 {
    font-size: 30px;
  }
  .b8-info p {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  max-width: 730px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.b9 h2 {
  font-size: 50px;
  font-family: 'Gotham-Black', sans-serif;
  color: #008dd2;
  margin: auto;
  margin-bottom: 36px;
}
.b9 p {
  font-size: 16px;
  font-family: 'Gotham-Book', sans-serif;
  color: #545e66;
  margin: auto;
  line-height: 1.5;
}
.b9-item {
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .b9-item span {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -o-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  .b9-item i {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b9-item span,
  .b9-item i {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b9-item:hover span {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b9-item:hover i {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b9-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(128,128,128,0.18);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b9-item h3 {
  font-size: 20px;
  color: #545e66;
  font-family: 'Gotham-Bold', sans-serif;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.4;
}
.b9-item a {
  font-size: 16px;
  color: #e58e1a;
  font-family: 'Gotham-Medium', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 120px;
  -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: relative;
}
.b9-item span {
  margin: 0;
}
.b9-item i {
  margin: 0;
  font-size: 10px;
  color: #e58e1a;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .b9 h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b9 {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 90%;
  }
  .b9-item {
    padding: 10px;
  }
  .b9 h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .b9-item h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .b9-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .b9 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b9 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .b9 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .b9-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .b9 p {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  background: #000;
  color: #fff;
  padding: 30px 0 10px 0;
}
.footer a,
.footer h4,
.footer p,
.footer span {
  font-family: 'Gotham-Book', sans-serif;
}
.footer-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  -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;
}
.footer-ctn a {
  display: block;
}
.footer-ctn nav {
  width: 100px;
}
.footer-ctn nav a {
  -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;
  margin-top: 10px;
}
.footer-ctn span {
  display: block;
}
.f-left {
  width: 20%;
}
.f-right {
  width: 80%;
  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-right .footer-item {
  width: 28.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.f-right .footer-item:last-child {
  width: 15%;
}
.f-item {
  margin-bottom: 15px;
}
.footer-item a,
.footer-item h4 {
  font-size: 16px;
}
.footer-item h4 {
  color: #666;
  margin-bottom: 7px;
}
.footer-item a {
  cursor: pointer;
}
.footer-item p {
  margin-bottom: 0;
}
.footer-logo img {
  margin-top: 30px;
}
.footer-copy {
  margin-top: 40px;
  overflow: hidden;
  font-size: 13px;
  height: 32px;
}
.footer-copy .wancho {
  overflow: hidden;
  margin-top: 9px;
}
.footer-copy-left {
  float: left;
}
.footer-copy-left p {
  margin: 0;
}
.footer-copy-right {
  float: right;
}
.ctn-language-footer {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.09), 0 5px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.09), 0 5px 25px 0px rgba(0,0,0,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 65px;
  -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;
  right: 0px;
  width: 115px;
  z-index: 0;
}
.ctn-language-footer a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  height: 40px;
  -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;
  width: 100%;
}
.ctn-language-footer a:nth-of-type(1) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ctn-language-footer a:nth-of-type(2) {
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ctn-language-footer a:hover {
  background: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #000;
}
.ctn-language-footer a:hover:nth-of-type(2) {
  border-bottom: 1px solid transparent;
}
.ctn-language-footer.active-language-footer {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 120;
}
.staffcreativa {
  font-family: 'arial';
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  padding-left: 10px;
  padding-right: 0.45em;
  position: relative;
}
.staffcreativa:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.staffteam {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: normal;
  padding-left: 13px;
  position: relative;
}
.staffteam:before {
  background: #fff;
  bottom: 1px;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  width: 1px;
}
.link-staff span {
  padding-right: 9px;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .f-left,
  .f-right {
    width: 100%;
  }
  .f-left {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .f-right .footer-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .f-right .footer-item {
    width: 100%;
  }
  .f-right .footer-item:last-child {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer-item {
    text-align: center;
    width: 100%;
  }
  .footer-item nav {
    margin-left: auto;
    margin-right: auto;
  }
  .ctn-language-footer {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 223px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-ctn nav {
    margin-right: 8px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cnt-wrapper {
  padding-top: 90px;
}
.extranet {
  padding: 0;
}
.extranet .cnt-wrapper {
  padding: 0;
}
.extranet .header {
  display: none;
}
.header-toolbar {
  background: #808080;
}
.header-toolbar .itemToolbar {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  -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;
  margin-left: 0;
  margin-right: 0;
}
.header-toolbar .itemToolbar >div {
  -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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.header-toolbar .itemToolbar:hover {
  background: #545e66;
}
.header-toolbar .itemToolbar.itemToolbar {
  font-family: 'Gotham-Book', sans-serif;
}
.header-toolbar .itemToolbar.btnContacto {
  -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;
  -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: 'Gotham-Medium', sans-serif;
}
.header-toolbar .itemToolbar .icon-2,
.header-toolbar .itemToolbar .icon-3 {
  font-size: 17px;
  margin-right: 10px;
}
.header-toolbar .itemToolbar.select-language {
  position: relative;
}
.header-toolbar .itemToolbar.select-language.active-select {
  background: #545e66;
}
.header-toolbar nav {
  -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;
  -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;
}
.header-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;
  margin: 0;
  margin-right: 20px;
}
.header-redes li {
  margin: 0 12px;
}
.header-redes img {
  margin: 0;
  display: block;
}
.content-language {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.09), 0 5px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.09), 0 5px 25px 0px rgba(0,0,0,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 30px;
  -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;
  right: 100px;
  width: 115px;
  z-index: 0;
}
.content-language a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #808080;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  height: 44px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.content-language a:hover {
  color: #008dd2;
}
.content-language.active-language {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 120;
}
.header {
  margin-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .wancho {
  position: relative;
}
.header .header-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .menu {
  display: inline-block;
  vertical-align: middle;
}
.header .menu-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header .menu-item a {
  color: #808080;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 15px;
  text-align: center;
}
.header .menu-item:hover .sub-item {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header .menu-item .menu-link {
  cursor: pointer;
  display: block;
  padding: 25px 23px 17px 20px;
  position: relative;
}
.header .menu-item .menu-link:after {
  background: #008dd2;
  bottom: -1px;
  content: '';
  height: 3px;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 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;
  width: 0;
}
.header .menu-item .menu-link:hover,
.header .menu-item .menu-link.active {
  color: #008dd2;
}
.header .menu-item .menu-link:hover:after,
.header .menu-item .menu-link.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 30%;
}
.header .menu-item .sub-item {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 60px;
  z-index: 40;
}
.header .menu-item .sub-item ul {
  margin-top: 32px;
}
.header .menu-item .sub-item li {
  background: #fff;
  border-bottom: 1px solid #e3e7e7;
  border-left: 1px solid #e3e7e7;
  border-right: 1px solid #e3e7e7;
  height: 60px;
}
.header .menu-item .sub-item li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header .menu-item .sub-item li:nth-of-type(1) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
.header .menu-item .sub-item li:nth-of-type(1):before {
  content: ' ';
  border-bottom: 15px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  left: 50%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
}
.header .menu-item .sub-item li:nth-of-type(1):hover:before {
  border-bottom: 15px solid #008dd2;
}
.header .menu-item .sub-item li:hover {
  background: #008dd2;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.header .menu-item .sub-item li:hover a {
  color: #fff;
}
.header .menu-item .sub-item li a {
  -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;
  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;
  -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;
  width: 100%;
}
.header .menu-item .sub-item.menu-servicios {
  left: -70px;
}
.header .menu-item .sub-item.menu-servicios li {
  width: 250px;
}
.header .menu-item .sub-item.menu-novedades {
  left: -15px;
}
.header .menu-item .sub-item.menu-novedades li {
  width: 150px;
}
.header .menu-link {
  display: inline-block;
}
.header-content {
  background: #fff;
  -webkit-box-shadow: 0 2px 0px 0 rgba(0,139,210,0.09), 0 10px 12px 0px rgba(0,141,210,0.1);
  box-shadow: 0 2px 0px 0 rgba(0,139,210,0.09), 0 10px 12px 0px rgba(0,141,210,0.1);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header-ctn {
  -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;
  -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;
}
.responsive-logo {
  display: block;
}
.responsive-logo img {
  display: block;
  height: 24px;
  margin-left: 15px;
  margin-top: 15px;
}
.menu-overlay {
  position: fixed;
  top: 50px;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.responsive-tool {
  background: #fff;
  display: none;
  left: 0;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.menu-mobile-close,
.menu-mobile-open {
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  color: #e58e1a;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.menu-mobile-close {
  color: #e58e1a;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1002;
}
.menu-sidebar {
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 50px;
  display: none;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
  width: 100%;
}
.menu-sidebar.active {
  right: 0;
  display: block;
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-responsive {
  background: #fff;
  padding-top: 10px;
}
.menu-responsive .menu-item {
  border-bottom: 1px solid #e3e7e7;
  line-height: 48px;
}
.menu-responsive .menu-item a {
  display: block;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 18px;
  text-indent: 20px;
}
.menu-responsive .menu-item .sub-content {
  -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;
  height: 100%;
  position: relative;
}
.menu-responsive .menu-item .sub-content i {
  font-size: 35px;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-responsive .menu-item .sub-content i:after {
  content: "\e606";
  color: #008dd2;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-responsive .menu-item .sub-content.active i:after {
  content: "\e608";
  color: #e58e1a;
}
.menu-responsive .menu-item .sub-item {
  display: none;
  height: 100%;
}
.menu-responsive .menu-item .sub-item li {
  border-top: 1px solid #e3e7e7;
  line-height: 2.5;
  padding-left: 15px;
}
.menu-responsive .menu-item .sub-item li a {
  color: #808080;
  font-size: 16px;
}
.menu-sidebar-cnt .header-toolbar nav {
  position: relative;
  -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;
}
.menu-sidebar-cnt .header-toolbar nav .itemToolbar {
  height: 48px;
  width: 50%;
}
.menu-sidebar-cnt .header-toolbar nav .itemToolbar div {
  margin: auto;
  width: 100px;
}
.menu-sidebar-cnt .header-toolbar .content-language {
  top: 48px;
  right: 0;
  width: 100%;
}
.menu-sidebar-cnt .header-toolbar .content-language ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.menu-sidebar-cnt .header-toolbar .content-language li {
  width: 50%;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
/*&.active
		left -200px */
}
.wrapper {
  overflow: hidden;
}
/*body
	&.active
		overflow hidden */
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .cnt-wrapper {
    margin-top: 40px;
  }
  .responsive-tool {
    display: block;
  }
}
/*@media screen and (max-width 1024px) and (orientation landscape)
	.menu-sidebar.active
		//height  76%
		height 80% */
