.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-title,
.g-title-2 {
  text-align: center;
}
.g-title h2,
.g-title-2 h2 {
  display: inline-block;
  color: #001e38;
  font-family: 'BebasNeue', sans-serif;
  font-weight: normal;
  font-size: 40px;
  position: relative;
  padding: 0 25px;
  margin-bottom: 0;
}
.g-title h2:before,
.g-title-2 h2:before,
.g-title h2:after,
.g-title-2 h2:after {
  content: "\e905";
  display: inline-block;
  color: #c88800;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.g-title h2:before,
.g-title-2 h2:before {
  left: 0;
}
.g-title h2:after,
.g-title-2 h2:after {
  right: 0;
}
.g-title {
  padding-top: 35px;
  padding-bottom: 33px;
}
.g-title-2 {
  padding-top: 35px;
  padding-bottom: 33px;
}
@media screen and (max-width: 1150px) {
  .g-title-2 {
    padding-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  .g-title h2,
  .g-title-2 h2 {
    font-size: 36px;
    padding: 0;
  }
  .g-title h2:before,
  .g-title-2 h2:before,
  .g-title h2:after,
  .g-title-2 h2:after {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-banner-1,
.g-banner-2 {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.g-banner-2 {
  position: relative;
}
.g-banner-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.3) 100%);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.3) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 44%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.bannerCnt {
  position: relative;
  z-index: 2;
}
.bannerTable {
  display: table-cell;
  vertical-align: bottom;
  width: 2000px;
  height: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.bannerCntBtn {
  font-size: 0;
  text-align: center;
}
.bannerBtn {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
  position: relative;
}
.bannerBtn:before,
.bannerBtn:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.bannerBtn:before {
  top: 0;
  right: 0;
}
.bannerBtn:after {
  left: 0;
  bottom: 0;
}
.bannerText {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 40px;
}
.bannerText:before,
.bannerText:after {
  content: "";
  width: 2px;
  height: 34px;
  background: #fff;
  position: absolute;
}
.bannerText:before {
  left: 0;
  bottom: 0;
}
.bannerText:after {
  top: 0;
  right: 0;
}
.bannerIcon {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/banner-icono-play.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
@media screen and (min-width: 1025px) {
  .bannerBtn,
  .bannerText {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bannerBtn:before,
  .bannerText:before,
  .bannerBtn:after,
  .bannerText:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bannerBtn:hover {
    background: #c88800;
  }
  .bannerBtn:hover:before,
  .bannerBtn:hover:after {
    background: #c88800;
  }
  .bannerBtn:hover .bannerText:before,
  .bannerBtn:hover .bannerText:after {
    background: #c88800;
  }
}
@media screen and (max-width: 1024px) {
  .g-banner-1,
  .g-banner-2,
  .bannerTable {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .g-banner-1,
  .g-banner-2,
  .bannerTable {
    height: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-pager ul {
  font-size: 0;
  text-align: right;
}
.g-pager li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.g-pager li:first-child {
  margin-left: 0;
}
.g-pager li:last-child {
  margin-right: 0;
}
.g-pager a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g-pager a.active {
  color: #c88800;
}
.pagerArrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 20px;
}
.pagerBack:before {
  content: "\e920";
}
.pagerNext:before {
  content: "\e923";
}
@media screen and (min-width: 1025px) {
  .g-pager a:hover {
    color: #c88800;
  }
}
@media screen and (max-width: 640px) {
  .g-pager ul {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-btn a,
.g-btn button {
  display: inline-block;
  line-height: 38px;
  background: transparent;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
  border: 1px solid #001e38;
  padding: 0 33px;
}
@media screen and (min-width: 1025px) {
  .g-btn a,
  .g-btn button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .g-btn a:hover,
  .g-btn button:hover {
    background: #c88800;
    color: #fff;
    border: 1px solid #c88800;
  }
}
.g-botone {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
  position: relative;
}
.g-botone:before,
.g-botone:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.g-botone:before {
  top: 0;
  right: 0;
}
.g-botone:after {
  left: 0;
  bottom: 0;
}
.g-spanText {
  display: block;
  position: relative;
  padding: 0 70px;
}
.g-spanText:before,
.g-spanText:after {
  content: "";
  width: 2px;
  height: 34px;
  background: #fff;
  position: absolute;
}
.g-spanText:before {
  left: 0;
  bottom: 0;
}
.g-spanText:after {
  top: 0;
  right: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g4 {
  padding-bottom: 60px;
}
.g4Cnt.wancho {
  max-width: 1200px;
}
.g4TextSearch {
  color: #666;
  font-family: 'open_sansregular', sans-serif;
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
}
.g4TextSearch h3 {
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 15px;
  margin-bottom: 0;
}
.g4Item {
  border-bottom: 1px solid #c88800;
  padding-bottom: 10px;
  margin-top: 30px;
}
.g4Item:first-child {
  margin-top: 0;
}
.g4Subtitle {
  margin-bottom: 15px;
}
.g4Subtitle h3 {
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.g4Text {
  height: 41px;
  line-height: 1.4;
  overflow: hidden;
  color: #666;
  font-family: 'open_sansregular', sans-serif;
  font-size: 15px;
}
.g4Text p {
  margin-bottom: 0;
}
.g4Link {
  color: #c88800;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
.g4Link a {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .g4 {
    padding-bottom: 30px;
  }
  .g4Subtitle h3 {
    font-size: 15px;
  }
  .g4Text {
    height: 38px;
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.home-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.home-overlay.active {
  z-index: 1700;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.home-imgfancy {
  width: 916px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.home-imgfancy.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2000;
}
.home-cnt-img {
  display: block;
  width: 100%;
}
.home-cnt-img img {
  display: block;
  width: 100%;
  height: auto;
}
.home-closefancy {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #001e38;
  font-size: 20px;
  text-align: center;
  border: 1px solid #001e38;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .home-closefancy:hover {
    background: #001e38;
    color: #fff;
  }
}
@media screen and (max-width: 1460px) {
  .home-imgfancy {
    width: 56%;
  }
}
@media screen and (max-width: 1024px) {
  .home-imgfancy {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .home-imgfancy {
    width: 86%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-input input,
.g-input textarea {
  width: 100%;
  height: 40px;
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 12px;
  border: 1px solid #001e38;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.g-input textarea {
  height: 144px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.g-input ::-webkit-input-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.g-input :-moz-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}

.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 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.b1 .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b1 .bx-controls-direction {
  max-width: 1024px;
  width: 95%;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b1 .bx-wrapper .bx-controls-direction a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: none;
  text-indent: 0;
  position: absolute;
  top: 50%;
  z-index: 70;
  margin-top: -19px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b1 .bx-wrapper .bx-controls-direction a:hover:before,
.b1 .bx-wrapper .bx-controls-direction a:hover:after {
  color: #c88800;
}
.b1 .bx-wrapper .bx-controls-direction a:before,
.b1 .bx-wrapper .bx-controls-direction a:after {
  display: inline-block;
  line-height: 36px;
  color: #001e38;
  font-family: 'icomoon';
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b1 .bx-prev {
  left: 0;
}
.b1 .bx-prev:before,
.b1 .bx-prev:after {
  content: "\e920";
}
.b1 .bx-next {
  right: 0;
}
.b1 .bx-next:before,
.b1 .bx-next:after {
  content: "\e90f";
}
.b1-item {
  width: 100% !important;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.b1-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 44.15%, rgba(0,0,0,0) 79.15%, rgba(0,0,0,0.4) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 44.15%, rgba(0,0,0,0) 79.15%, rgba(0,0,0,0.4) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 44.15%, rgba(0,0,0,0) 79.15%, rgba(0,0,0,0.4) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 44.15%, rgba(0,0,0,0) 79.15%, rgba(0,0,0,0.4) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 44.15%, rgba(0,0,0,0) 79.15%, rgba(0,0,0,0.4) 100%);
}
.b1-table {
  display: table;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.b1-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
}
.b1-cnt {
  position: relative;
  z-index: 10;
  max-width: 1024px;
  width: 95%;
  margin: auto;
}
.b1-texto {
  color: #fff;
  text-transform: uppercase;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-texto h3 {
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 34px;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px #757473;
}
.b1-texto strong {
  font-weight: normal;
  font-family: 'BebasNeue', sans-serif;
  display: block;
  font-size: 68.5px;
}
.b1-mouse-cnt {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 60;
  text-align: center;
}
.b1-mouse {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 30px;
  -webkit-animation: b1mouse 2s infinite;
  -moz-animation: b1mouse 2s infinite;
  -o-animation: b1mouse 2s infinite;
  -ms-animation: b1mouse 2s infinite;
  animation: b1mouse 2s infinite;
}
/* animacion */
.b1-texto {
  position: relative;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  -ms-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.b1-item.active .b1-texto {
  -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;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .b1-table {
    height: 650px;
  }
  .b1 {
    height: 650px;
    overflow: hidden;
  }
  .b1-cnt h3 {
    font-size: 30px;
  }
  .b1-cnt strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b1 {
    height: 500px;
    overflow: hidden;
  }
  .b1-table {
    height: 500px;
  }
  .b1-cnt h3 {
    font-size: 25px;
  }
  .b1-cnt strong {
    font-size: 40px;
  }
  .b1 .bx-controls {
    display: none;
  }
  .b1-texto {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .b1 {
    height: 400px;
    overflow: hidden;
  }
  .b1-table {
    height: 400px;
  }
  .b1-cnt h3 {
    font-size: 20px;
  }
  .b1-cnt strong {
    font-size: 30px;
  }
}
@-moz-keyframes b1mouse {
  0%, 100%, 30%, 60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  45%, 15% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes b1mouse {
  0%, 100%, 30%, 60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  45%, 15% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-o-keyframes b1mouse {
  0%, 100%, 30%, 60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  45%, 15% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes b1mouse {
  0%, 100%, 30%, 60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  45%, 15% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  padding-bottom: 70px;
}
.b10listado li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.b10listado li:before {
  content: '-';
  color: #666;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
}
.b10listado li:nth-child(even) {
  background: rgba(186,138,33,0.1);
}
.b10listado li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b10 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b10 {
    padding-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.nuestro-escenario .g-banner-1 {
  display: none;
}
.b11-envolver {
  padding-bottom: 65px;
}
.b11 {
  width: 100%;
  background-image: url("../media/b11img1.jpg");
  height: 881px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b11bg {
  width: 817px;
  height: 368px;
  margin: auto;
  top: 487px;
  left: -93px;
  position: relative;
  background: url("../img/b11-lineabg.png") 0px 0px no-repeat;
}
.b11bg span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
}
.b11info {
  max-width: 485px;
  text-align: center;
  margin: auto;
  color: #fff;
  background: #c88800;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 21px;
  position: absolute;
  top: -300px;
  left: 260px;
  -webkit-box-shadow: 5px 5px 0px 1px #98701c;
  box-shadow: 5px 5px 0px 1px #98701c;
}
.b11info h2 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
.b11info p {
  font-size: 18px;
  margin: 0;
}
.b11-position1 {
  padding-top: 26px;
  padding-left: 110px;
  margin-bottom: 95px;
}
.b11-position2 {
  padding-left: 20px;
  margin-bottom: 177px;
}
.b11-position3 {
  padding-left: 300px;
}
.b11-position4 {
  position: absolute;
  top: -56px;
  right: 66px;
}
.b11-position5 {
  position: absolute;
  top: 63px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .b11-envolver {
    padding-bottom: 50px;
  }
  .b11 {
    background-image: none;
    height: auto;
    text-align: center;
  }
  .b11 span {
    display: block;
    position: inherit;
    padding: 0;
    margin: 0;
    left: inherit;
    top: inherit;
    margin-bottom: 15px;
  }
  .b11 span:last-child {
    margin-bottom: 0;
  }
  .b11bg {
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    background: none;
  }
  .b11info {
    position: inherit;
    margin: auto;
    left: inherit;
    top: inherit;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b11-envolver {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b11bg {
    width: 90%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12main {
  padding-bottom: 100px;
  position: relative;
}
.b12bgnav {
  background: #001e38;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.b12nav {
  max-width: 1260px;
  height: 100%;
  margin: auto;
  position: relative;
}
.b12nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 41px;
  bottom: 0;
  margin: auto;
  background: url("../img/b3-linea.png") 0px 0px no-repeat;
}
.b12nav a {
  width: 50%;
  font-family: 'OpenSans-Bold', sans-serif;
  text-transform: uppercase;
  float: left;
  font-size: 17px;
  display: inline-block;
  color: #c88800;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.b12nav a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1024px) {
  .b12nav a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b12nav span {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.b12item {
  width: 100%;
  position: relative;
  padding: 35px 0;
  border-top: 1px solid #c88800;
}
.b12item:first-child {
  border-top: none;
  padding-top: 0;
}
.b12item:first-child .b12fig {
  top: 0;
}
.b12item:nth-child(even) .b12fig {
  left: inherit;
  right: 0;
}
.b12item:nth-child(even) .b12content {
  padding-left: 45px;
  padding-right: 170px;
}
.b12item:last-child {
  padding-bottom: 0;
}
.b12fig {
  position: absolute;
  top: 45px;
  left: 0;
}
.b12content {
  width: 100%;
  min-height: 135px;
  padding-left: 170px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b12content h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b12content p {
  font-size: 16px;
  margin: 0;
}
.b12tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b12tab.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .b12main {
    padding-bottom: 30px;
  }
  .b12fig {
    display: none;
  }
  .b12content {
    padding: 0;
    min-height: inherit;
  }
  .b12item:nth-child(even) .b12content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .b12bgnav {
    height: auto;
  }
  .b12nav a {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #c88800;
  }
  .b12nav a:last-child {
    border: none;
  }
  .b12nav:before {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  width: 100%;
  padding-bottom: 35px;
}
.b13-ctn {
  font-size: 0;
}
.b13-item {
  vertical-align: top;
  display: inline-block;
  height: 326px;
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  position: relative;
  overflow: hidden;
}
.b13-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b13-item:hover .b13-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b13-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.b13-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b13-title {
  position: absolute;
  font-size: 20px;
  left: 30px;
  bottom: 20px;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b13-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b13 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b13-item {
    width: 49%;
  }
  .b13-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b13-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b13 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .b13-item {
    width: 100%;
    display: block;
  }
  .b13-item:nth-child(odd),
  .b13-item:nth-child(even) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.b14main.wancho {
  max-width: 1172px;
}
.b14cntslid {
  position: relative;
  margin-top: 35px;
}
.b14fig,
.b14info {
  display: inline-block;
  vertical-align: top;
}
.b14fig {
  width: 599px;
}
.b14fig img {
  width: 100%;
  height: auto;
  display: block;
}
.b14info {
  width: 543px;
  margin-left: 25px;
}
.b14subtitle {
  color: #c88800;
  font-size: 15px;
  margin-bottom: 5px;
}
.b14subtitle p {
  margin: 0;
}
.b14subtitle strong {
  font-size: 25px;
  display: block;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
}
.b14text {
  font-size: 13px;
  color: #666;
  line-height: 16px;
}
.b14slider {
  margin-top: 70px;
}
.b14item {
  text-align: left;
}
.b14innerslider {
  position: relative;
  z-index: 10;
}
.b14number {
  display: inline-block;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #001e38;
  font-size: 13px;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.b14number:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #001e38;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b14number:after {
  content: '';
  width: 29px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.b14open:hover .b14number:before,
.b14open.active .b14number:before {
  background: #001e38;
}
.b14linea {
  width: 100%;
  border-bottom: 1px solid #001e38;
  display: block;
  position: relative;
  top: -15px;
}
.b14envolvertab {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b14envolvertab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1172px) {
  .b14slider {
    width: 940px;
    margin: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .b14fig {
    width: 50%;
  }
  .b14info {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .b14 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 970px) {
  .b14slider {
    width: 705px;
  }
}
@media screen and (max-width: 960px) {
  .b14main .g-btn {
    text-align: center;
  }
  .b14fig {
    width: 599px;
    display: block;
    margin: auto;
  }
  .b14info {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }
  .b14subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .b14slider {
    width: 265px;
  }
}
@media screen and (max-width: 640px) {
  .b14fig {
    width: 100%;
  }
  .b14 {
    padding: 40px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding-bottom: 20px;
  width: 100%;
}
.b15-cnt-items {
  font-size: 0;
  text-align: center;
}
.b15-item {
  display: inline-block;
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.b15-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b15-item:hover .b15-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b15-img {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b15-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b15-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b15-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b15-table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 0 30px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b15-table-cell h3 {
  margin: 0;
  font-size: 15.65px;
}
@media screen and (max-width: 1024px) {
  .b15 {
    padding-bottom: 50px;
  }
  .b15-top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b15-item {
    width: 48%;
    margin: 0 1% 2% 1% !important;
  }
}
@media screen and (max-width: 760px) {
  .b15-top {
    text-align: center;
  }
  .b15-texto {
    padding-right: 0;
  }
  .b15-botones {
    margin-top: 20px;
    position: relative;
    text-align: center;
    height: auto;
  }
  .b15-top .g-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b15 {
    padding-bottom: 30px;
  }
  .b15-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .b15-item {
    width: 100%;
    margin: 0 0% 2% 0% !important;
  }
  .b15-img {
    height: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  padding-bottom: 15px;
}
.bcontenedor-senales {
  font-size: 0;
  max-width: 1180px;
}
.nav-lateral,
.bcontent-items-senales {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.bcontent-items-senales {
  width: 75.5%;
  margin: 30px 0 0 4%;
  font-size: 0;
}
.b16-item {
  width: 17%;
  margin: 0 10.5% 35px 0;
  vertical-align: top;
  display: inline-block;
}
.b16-item:nth-child(4n+4) {
  margin-right: 0;
}
.b16-img {
  width: 100%;
}
.b16-img img {
  display: block;
  width: 100%;
  height: auto;
}
.b16-text {
  margin: 16px 0 0 0;
  font-size: 14px;
  color: #666;
}
.b16-text p {
  margin: 0;
}
.nav-lateral {
  width: 20.5%;
  font-family: 'OpenSans-Bold', sans-serif;
}
.nav-lateral ul li {
  width: 100%;
  border-bottom: 1px solid #001e38;
}
.nav-lateral ul li a {
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-lateral ul li.active {
  color: #c88800;
  border-bottom: 1px solid #c88800;
}
.nav-lateral ul li.active span.arrow {
  color: #c88800;
}
@media screen and (min-width: 1025px) {
  .nav-lateral ul li {
    max-width: 240px;
  }
  .nav-lateral ul li:hover {
    color: #c88800;
    border-bottom: 1px solid #c88800;
  }
  .nav-lateral ul li:hover span.arrow {
    color: #c88800;
  }
}
.nav-lateral ul li span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.nav-lateral ul li span.arrow {
  display: block;
  color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding-right: 0;
  margin: auto;
}
.b16-flags {
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
  font-size: 0;
}
.categorias {
  display: none;
  font-size: 15px;
  font-family: 'open_sansregular', sans-serif;
}
@media screen and (max-width: 1024px) {
  .nav-lateral {
    width: 25%;
  }
  .bcontent-items-senales {
    width: 70%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 769px) {
  .nav-lateral ul {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-lateral {
    width: 100%;
    margin: 0;
  }
  .nav-lateral ul li a {
    width: 100%;
  }
  .nav-lateral ul li a span {
    position: inherit;
    display: inline;
    padding-left: 12px;
  }
  .categorias {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .bcontent-items-senales,
  .nav-lateral {
    width: 100%;
    display: block;
    margin: 0;
  }
  .bcontent-items-senales {
    margin-top: 35px;
  }
  .nav-lateral ul {
    display: none;
  }
  .nav-lateral ul li a {
    padding: 12px 0;
  }
  .b16-item {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .b16 {
    padding-bottom: 30px;
  }
  .b16-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 549px) {
  .b16-item {
    width: 30%;
    margin: 0 5% 30px 0;
  }
  .b16-item:nth-child(4n+4) {
    margin-right: 5%;
  }
  .b16-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 340px) {
  .b16-item {
    width: 45%;
    margin-right: 10%;
  }
  .b16-item:nth-child(3n+3) {
    margin-right: 10%;
  }
  .b16-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cultura-douglas .btable-items table td:last-child {
  text-align: center;
}
.b17 {
  width: 100%;
  padding-bottom: 50px;
}
.b17 .bcontent-items-senales {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.btable-items {
  width: 100%;
}
.btable-items table {
  width: 100%;
}
.btable-items table th {
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
}
.btable-items table th:nth-child(1),
.btable-items table td:nth-child(1) {
  width: 12%;
}
.btable-items table th:nth-child(2),
.btable-items table td:nth-child(2) {
  width: 17%;
}
.btable-items table th:nth-child(3),
.btable-items table td:nth-child(3) {
  width: 28%;
}
.btable-items table th:nth-child(4),
.btable-items table td:nth-child(4) {
  width: 43%;
}
.btable-items table tr:nth-child(even) td {
  background-color: rgba(186,138,33,0.1);
}
.btable-items table td:nth-child(1),
.btable-items table td:nth-child(3) {
  text-align: center;
}
.btable-items table th:nth-child(2) {
  text-align: left;
}
.btable-items table td,
.btable-items table th {
  height: 45px;
}
.btable-items table td p,
.btable-items table th p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .b17 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .btable-items tr:nth-child(1) {
    display: none;
  }
  .btable-items tr {
    border-bottom: 2px dashed #c88800;
  }
  .btable-items tr:last-child {
    border-bottom: 0;
  }
  .btable-items td {
    width: 100% !important;
    background-color: transparent !important;
    display: block;
    position: relative;
    margin: 10px 0 0 0;
  }
  .btable-items td:before {
    content: attr(data-text);
    position: relative;
    top: 0;
    left: 0;
    width: 50% !important;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    color: #c88800;
    text-align: left !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(186,138,33,0.1);
  }
  .btable-items td:last-child {
    margin-bottom: 10px;
  }
  .btable-items p {
    width: 500px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    height: 45px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-bottom: 50px;
}
.b18 .bcontent-items-senales {
  text-align: center;
}
.b18-ctn-imgs {
  width: 100%;
  margin: auto;
  max-width: 670px;
}
.b18-item {
  width: 41%;
  margin: 0 18% 30px 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.b18-item figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.b18-item figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 90%;
  width: 90%;
  border: 1px solid #c88800;
}
.b18-item img {
  display: block;
  height: auto;
  width: 100%;
}
.b18-item:nth-child(even),
.b18-item:last-child {
  margin-right: 0;
}
.b18-item:last-child {
  margin-bottom: 0;
}
.b18-text {
  font-size: 14px;
  text-align: center;
  margin: 12px auto 0 auto;
}
.b18-text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b18-item {
    margin-right: 2%;
    margin-left: 2%;
  }
  .b18-item:nth-child(even) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .b18 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b18-item {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .b18-item:nth-child(even),
  .b18-item:last-child {
    margin-right: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-bottom: 40px;
}
.b19 .bcontent-items-senales {
  margin-top: 15px;
}
.tables-sound .bcontent-items-senales {
  font-size: 14px;
  color: #666;
}
.tables-sound .bcontent-items-senales th:nth-child(1),
.tables-sound .bcontent-items-senales td:nth-child(1) {
  width: 81.5%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
}
.tables-sound .bcontent-items-senales th:nth-child(2),
.tables-sound .bcontent-items-senales td:nth-child(2) {
  width: 18.5%;
}
.boton-play {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 19px;
  height: 21px;
  background: url("../img/btn-audio.png") no-repeat;
}
.boton-play.active {
  background-position: 0 -21px;
}
@media screen and (max-width: 1024px) {
  .tables-sound .bcontent-items-senales th:nth-child(1),
  .tables-sound .bcontent-items-senales td:nth-child(1) {
    width: 70%;
  }
  .tables-sound .bcontent-items-senales th:nth-child(2),
  .tables-sound .bcontent-items-senales td:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .b19 {
    padding-bottom: 30px;
  }
  .boton-play {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .tables-sound .bcontent-items-senales {
    font-size: 12px;
  }
  .tables-sound .bcontent-items-senales th:nth-child(1),
  .tables-sound .bcontent-items-senales td:nth-child(1) {
    padding-left: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  font-size: 0;
  width: 100%;
}
.b2-item {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  background: #eaeaea;
  font-size: 0;
  position: relative;
}
.b2-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #c88800;
  width: 95%;
  height: 95%;
}
.b2-inside-table {
  display: table-cell;
  vertical-align: middle;
  height: 320px;
  width: 2000px;
  padding: 0 8%;
}
.b2-inside-item {
  max-width: 640px;
  margin: auto;
}
.b2-img {
  width: 40.3%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2-imagen {
  position: relative;
  max-width: 197px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2-imagen:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  border: 1px solid #c88800;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  width: 95%;
  height: 97%;
}
.b2-imagen img {
  width: 100%;
  height: auto;
  display: block;
}
.b2-info {
  width: 59.7%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-left: 10.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2-inner-info {
  display: table-cell;
  vertical-align: middle;
}
.b2-titulo {
  text-transform: uppercase;
}
.b2-titulo h3 {
  margin: 0;
}
.b2-titulo strong {
  display: block;
  font-family: 'BebasNeue', sans-serif;
  font-size: 50px;
  color: #001e38;
}
.b2-titulo i {
  display: block;
  font-size: 21px;
  position: relative;
  font-style: normal;
  color: #c88800;
  display: inline-block;
  padding: 0 20px;
}
.b2-titulo i:before,
.b2-titulo i:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  background: #c88800;
  height: 1px;
}
.b2-titulo i:before {
  left: 0;
}
.b2-titulo i:after {
  right: 0;
}
.b2-texto {
  margin-top: 20%;
  font-size: 18px;
  color: #001e38;
}
.b2-texto p {
  margin: 0;
}
.b2-item-right {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  background: #001e38;
  color: #fff;
}
.b2-info-right {
  text-align: center;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.b2-titulo-right {
  text-transform: uppercase;
}
.b2-titulo-right i {
  font-style: normal;
  color: #c88800;
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b2-titulo-right strong {
  display: block;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 37px;
}
.b2-txt-right {
  font-size: 14px;
}
.b2-txt-right p {
  margin: 0;
}
.b2-video {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0%;
  margin-top: 5%;
}
.b2-inside-table-right {
  display: table-cell;
  vertical-align: middle;
  height: 320px;
  width: 2000px;
  padding: 0 4%;
}
.b2-portada {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b2-portada {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b2-portada .b2-icon {
  z-index: 2;
  width: 99px;
  height: 70px;
  background: url("../img/b2-play.png") 0px 0px no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  font-size: 45px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b2-portada .b2-icon:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  text-shadow: 1px 1px 20px rgba(225,225,225,0.9);
}
.b2-portada.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b2-wrap-video {
  position: relative;
  z-index: 1;
}
.b2-inner-video {
  position: relative;
  padding-top: 25px;
  height: 255px;
}
.b2-inner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b2-boton {
  margin-top: 32px;
}
.b2-btn {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
  position: relative;
}
.b2-btn:before,
.b2-btn:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.b2-btn:before {
  top: 0;
  right: 0;
}
.b2-btn:after {
  left: 0;
  bottom: 0;
}
.b2-btn-text {
  display: block;
  position: relative;
  padding: 0 15px;
}
.b2-btn-text:before,
.b2-btn-text:after {
  content: "";
  width: 2px;
  height: 34px;
  background: #fff;
  position: absolute;
}
.b2-btn-text:before {
  left: 0;
  bottom: 0;
}
.b2-btn-text:after {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .b2-inside-table {
    padding: 0 6%;
  }
  .b2-item {
    width: 43.5%;
  }
  .b2-info {
    padding-left: 5%;
  }
  .b2-item-right {
    width: 56.5%;
  }
}
@media screen and (max-width: 1100px) {
  .b2-item {
    width: 42.44%;
  }
  .b2-info {
    padding-left: 3%;
  }
  .b2-titulo strong {
    font-size: 40px;
  }
  .b2-texto {
    font-size: 15px;
  }
  .b2-inside-table-right {
    padding: 0 3%;
  }
  .b2-titulo-right strong {
    font-size: 32px;
  }
  .b2-item-right {
    width: 57.56%;
  }
}
@media screen and (max-width: 1024px) {
  .b2-inside-table,
  .b2-inside-table-right {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .b2-item {
    width: 100%;
  }
  .b2-inside-table {
    height: auto;
    display: block;
    padding: 15.5px 0;
    width: 91%;
    margin: auto;
  }
  .b2-item-right {
    width: 100%;
  }
  .b2-imagen {
    max-width: 200px;
  }
  .b2-inside-table-right {
    height: auto;
    display: block;
    padding: 10px 0;
    width: 95%;
    margin: auto;
  }
  .b2-texto {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b2-img {
    display: none;
  }
  .b2-inside-table {
    padding: 15px 0;
  }
  .b2-info {
    width: 100%;
    padding-left: 0;
  }
  .b2-texto {
    margin-top: 20px;
  }
  .b2-item:before {
    height: 87%;
  }
  .b2-info-right {
    width: 100%;
  }
  .b2-video {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-bottom: 60px;
}
.b20 .btable-items {
  margin-bottom: 45px;
}
.b20 .btable-items:last-child {
  margin-bottom: 0;
}
.b20-title {
  margin: 0 0 25px 0;
  position: relative;
}
.b20-title h2 {
  font-weight: normal;
  font-size: 16px;
  font-family: 'OpenSans-Bold', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20-title span {
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #c88800;
  bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .b20 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b20 {
    padding-bottom: 30px;
  }
}
.tradicion-sonido .g-btn {
  margin: 50px auto;
  margin-top: 0;
}
.tradicion-sonido .bcontenedor-senales {
  max-width: 960px;
  margin-top: 0;
}
.tradicion-sonido .bcontent-items-senales {
  width: 100%;
  margin: 0;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  padding-bottom: 55px;
}
.b21main.wancho {
  max-width: 1200px;
}
.b21abc {
  text-align: center;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 60px;
}
.b21abc a {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  margin: 0 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;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}
.b21abc a.active {
  color: #c88800;
  border-bottom: 1px solid #c88800;
}
@media screen and (min-width: 1024px) {
  .b21abc a:hover {
    color: #c88800;
    border-bottom: 1px solid #c88800;
  }
}
.b21table {
  margin-bottom: 60px;
}
.b21table thead {
  background: #fff;
  padding-bottom: 30px;
}
.b21table thead tr {
  background: #fff !important;
  text-align: left;
}
.b21table thead th {
  height: 50px;
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b21table thead th:first-child {
  padding-left: 70px;
}
.b21table table tr:nth-child(odd) {
  background: rgba(186,138,33,0.1);
}
.b21table table td {
  width: 340px;
  height: 68px;
  font-size: 14px;
}
.b21table table td:first-child {
  text-transform: uppercase;
  padding-left: 70px;
}
.b21table table td:last-child {
  width: 800px;
  line-height: 14px;
}
@media screen and (max-width: 920px) {
  .b21table {
    width: 100%;
    overflow: auto;
  }
  .b21envolvertable {
    width: 920px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  width: 100%;
  padding-bottom: 70px;
}
.b22-cnt {
  max-width: 1150px;
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.b22-links {
  margin-bottom: 40px;
  text-align: center;
}
.b22-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
  text-transform: uppercase;
  color: #c88800;
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b22-links li:last-child {
  margin-right: 0;
}
.b22-links li a {
  width: 100%;
  color: #001e38;
}
.b22-links li a.active {
  color: #c88800;
  border-bottom: 1px solid #c88800;
}
@media screen and (min-width: 1025px) {
  .b22-links li a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b22-links li a:hover {
    color: #c88800;
    border-bottom: 1px solid #c88800;
  }
}
.b22-cnt-bottom {
  font-size: 0;
}
.b22-info {
  display: inline-block;
  vertical-align: top;
  width: 78.75%;
  padding-left: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22-texto {
  font-size: 14px;
  text-align: justify;
  color: #666;
  line-height: 1.1;
}
.b22-texto p:last-child {
  margin: 0;
}
.b22-categorias {
  display: none;
  font-size: 20px;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.b22-nav {
  display: inline-block;
  vertical-align: top;
  width: 21.25%;
  font-size: 15px;
}
.b22-item-nav {
  color: #001e38;
  font-size: 14px;
}
.b22-item-nav a {
  cursor: pointer;
  line-height: 1.1;
}
.b22-item-nav.active .b22-on-item {
  color: #c88800;
  border-bottom: 1px solid #c88800;
}
.b22-item-nav.active .b22-on-item .b22-inside-text:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #c88800;
}
.b22-on-item {
  width: 2000px;
  display: table-cell;
  vertical-align: middle;
  height: 68px;
  border-bottom: 1px solid #001e38;
  position: relative;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #001e38;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .b22-on-item:hover {
    color: #c88800;
    border-bottom: 1px solid #c88800;
  }
  .b22-on-item:hover .b22-inside-text:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #c88800;
  }
}
.b22-inside-text {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22-inside-text:before {
  content: "\e923";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #001e38;
  font-weight: bold;
}
.b22-item2 {
  display: none;
  padding-left: 22px;
}
.b22-on-item2 {
  display: inline-block;
  padding: 5px 0 5px 8px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #001e38;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  transition: 0.3s linear;
}
.b22-on-item2:before {
  content: "-";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #001e38;
}
.b22-on-item2.active {
  color: #c88800;
}
.b22-on-item2.active:before {
  color: #c88800;
}
@media screen and (min-width: 1025px) {
  .b22-on-item2:hover {
    color: #c88800;
  }
  .b22-on-item2:hover:before {
    color: #c88800;
  }
}
.b22-item3 {
  display: none;
  padding-left: 22px;
}
.b22-item3 a:before {
  display: none;
}
.b22-on-item3 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b22-on-item3.active {
  color: #c88800;
}
@media screen and (min-width: 1025px) {
  .b22-on-item3:hover {
    color: #c88800;
  }
}
.b22-contenido {
  margin-top: 50px;
}
.b22-titulo {
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b22-titulo h3 {
  font-size: 16px;
  margin: 0;
}
.b22-titulo i {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
  position: relative;
  background: #fff;
  z-index: 1;
  font-style: normal;
}
.b22-titulo p {
  margin-top: 7px;
  position: relative;
}
.b22-titulo p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #c88800;
  z-index: 0;
}
.b22-img {
  width: 28.7%;
  float: left;
  padding: 0 4% 3% 0;
}
.b22-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b22 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 961px) {
  .b22-nav {
    display: inline-block !important;
  }
}
@media screen and (max-width: 960px) {
  .b22-info {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .b22-contenido {
    margin-top: 30px;
  }
  .b22-categorias {
    display: block;
  }
  .b22-nav {
    width: 100%;
    display: none;
  }
  .b22-nav ul {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b22 {
    padding-bottom: 30px;
  }
  .b22-img {
    float: inherit;
    width: 100%;
    max-width: 237px;
    margin: auto;
  }
  .b22-links li {
    display: block;
    margin: 0px 10px 15px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b22-titulo p:before {
    display: none;
  }
  .b22-info {
    text-align: center;
  }
  .b22-links li:last-child {
    margin-bottom: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23 {
  padding-bottom: 20px;
}
.b23-cnt {
  max-width: 1190px;
  width: 95%;
  margin: auto;
}
.b23-texto {
  padding-right: 27.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b23-texto p {
  margin-bottom: 10px;
}
.b23-texto p:last-child {
  margin-bottom: 0;
}
.b23-top {
  margin-bottom: 65px;
  max-width: 1100px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.b23-top .g-btn {
  margin-bottom: 10px;
  text-align: right;
}
.b23-top .g-btn a {
  position: relative;
  padding: 0 20px 0 40px;
}
.b23-top .g-btn:last-child {
  margin-bottom: 0;
}
.b23-botones {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 90px;
  text-align: left;
}
.b23-icon-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  color: #001e38;
  font-size: 15px;
  line-height: 40px;
}
.b23-bottom {
  text-align: center;
}
.b23-titulo h3 {
  font-family: 'OpenSans-Bold', sans-serif;
  color: #c88800;
  font-size: 18px;
}
.b23-cnt-items {
  margin-top: 50px;
  font-size: 0;
}
.b23-item {
  display: inline-block;
  width: 48%;
  margin: 0 1% 2% 1%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b23-item:hover .b23-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b23-img {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b23-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b23-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b23-absoluto:after {
  content: "\e91b";
  font-family: 'icomoon';
  font-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b23-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b23-table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 0 30px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b23-table-cell h3 {
  margin: 0;
  font-size: 15.65px;
}
@media screen and (max-width: 1024px) {
  .b23 {
    padding-bottom: 30px;
  }
  .b23-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 760px) {
  .b23-top {
    text-align: center;
  }
  .b23-texto {
    padding-right: 0;
  }
  .b23-botones {
    margin-top: 20px;
    position: relative;
    text-align: center;
    height: auto;
  }
  .b23-top .g-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b23 {
    padding-bottom: 30px;
  }
  .b23-top {
    margin-bottom: 30px;
  }
  .b23-cnt-items {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .b23-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .b23-img {
    height: 250px;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  width: 100%;
  padding-bottom: 35px;
}
.b25-ctn {
  font-size: 0;
}
.b25-item {
  vertical-align: top;
  display: inline-block;
  height: 326px;
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  position: relative;
  overflow: hidden;
}
.b25-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b25-item:hover .b25-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b25-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.b25-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b25-title {
  position: absolute;
  font-size: 20px;
  left: 30px;
  bottom: 20px;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b25-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b25-item {
    width: 49%;
  }
  .b25-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b25-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b25 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .b25-item {
    width: 100%;
    display: block;
  }
  .b25-item:nth-child(odd),
  .b25-item:nth-child(even) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b26 .b38envolvertab {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b26-tab {
  position: relative;
}
.b26-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b26-item-tab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.b26-img {
  float: left;
  width: 49%;
  padding: 0 4% 4% 0;
}
.b26-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b26-cnt-center {
  position: relative;
}
.b26-cnt-center .nav-lateral {
  position: absolute;
  width: 145px;
  top: 0;
  left: 0;
}
.b26-right {
  zoom: 1;
  padding-left: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.b26-right:after,
.b26-right:before {
  content: "";
  display: table;
}
.b26-right:after {
  clear: both;
}
.b23-texto1 {
  font-size: 15px;
  color: #c88800;
  margin-bottom: 20px;
}
.b23-texto1 p {
  margin: 0;
  margin-bottom: 5px;
}
.b23-texto1 h3 {
  font-size: 25px;
  line-height: 25px;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  margin: 0;
  margin-bottom: 5px;
}
.b23-texto1 span {
  display: block;
}
.btnResp {
  cursor: pointer;
}
@media screen and (max-width: 970px) {
  .b26 .b38slider {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .b26 .b38slider {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .b26-right {
    padding-left: 0px;
  }
  .b26 .categorias {
    margin-bottom: 30px;
  }
  .b26-cnt-center .nav-lateral {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b26-img {
    float: inherit;
    padding: 0;
    margin: auto;
    max-width: 300px;
    width: 100%;
  }
  .b26-texto {
    margin-top: 20px;
  }
  .b26 .b38open {
    width: 180px !important;
  }
  .b26 .b38slider {
    width: 260px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b27 {
  padding-bottom: 40px;
}
.b27Main.wancho {
  max-width: 1290px;
}
.b27CntItems {
  font-size: 0;
}
.b27Item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
}
.b27Item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b27Img {
  width: 100%;
  height: 324px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b27Text {
  line-height: 1.2;
  color: #c88800;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b27Text strong {
  display: block;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 15px;
}
.b27Text p {
  margin-bottom: 0;
}
.b27Table {
  display: table-cell;
  vertical-align: bottom;
  width: 2000px;
  height: 324px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8%;
}
@media screen and (min-width: 1025px) {
  .b27Img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b27Item:hover .b27Img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 960px) {
  .b27Item {
    width: 31.33%;
  }
}
@media screen and (max-width: 640px) {
  .b27 {
    padding-bottom: 8px;
  }
  .b27Item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .b27Item {
    display: block;
    max-width: 297px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b28 {
  width: 100%;
  padding-bottom: 35px;
}
.b28-ctn {
  font-size: 0;
}
.b28-item {
  vertical-align: top;
  display: inline-block;
  height: 326px;
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  position: relative;
  overflow: hidden;
}
.b28-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b28-item:hover .b28-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b28-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.b28-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b28-title {
  position: absolute;
  font-size: 20px;
  left: 30px;
  bottom: 20px;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b28-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b28-item {
    width: 49%;
  }
  .b28-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b28-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b28 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .b28-item {
    width: 100%;
    display: block;
  }
  .b28-item:nth-child(odd),
  .b28-item:nth-child(even) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b29 {
  padding-bottom: 70px;
  padding-top: 50px;
}
.b29 .b29pager .bx-next,
.b29 .b29pager .bx-prev {
  text-indent: 1px;
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
  margin: auto;
  top: 40px;
  position: absolute;
}
.b29 .b29pager .bx-next:before,
.b29 .b29pager .bx-prev:before {
  content: '';
  font-size: 20px;
  font-family: 'icomoon';
  display: inline-block;
  width: auto;
  height: auto;
  color: #c88800;
}
.b29 .b29pager .bx-next {
  right: 22px;
}
.b29 .b29pager .bx-next:before {
  content: '\e90f';
}
.b29 .b29pager {
  position: relative;
  padding: 0px 30px;
}
.b29 .b29pager .bx-prev {
  left: 0px;
}
.b29 .b29pager .bx-prev:before {
  content: '\e920';
}
.b29 .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.b29 .b29pager li {
  boder: solid;
  position: relative;
  cursor: pointer;
}
.b29 .b29pager li:before {
  content: '';
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b29 .b29pager li img {
  width: 100%;
  height: auto;
  display: block;
}
.b29 .b29pager li.slick-current.slick-active.slick-center:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b29boxslid {
  position: relative;
}
.b29boxslid li img {
  width: 100%;
  height: auto;
  display: block;
}
.b29main.wancho {
  max-width: 1200px;
}
.b29slid {
  width: 590px;
  display: inline-block;
  vertical-align: top;
}
.b29pager {
  text-align: center;
  margin-top: 5px;
}
.b29pager a {
  cursor: pointer;
  position: relative;
}
.b29pager a:before {
  content: '';
  background: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b29info {
  width: 552px;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  padding-top: 20px;
}
.b29title {
  color: #c88800;
  font-size: 20px;
  margin-bottom: 10px;
}
.b29title p {
  margin: 0;
}
.b29title strong {
  color: #001e38;
  font-size: 25px;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  display: block;
}
.b29envolverslid {
  margin-top: 35px;
}
.b29text {
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 1250px) {
  .b29slid {
    width: 50%;
  }
  .b29info {
    width: 46%;
  }
  .b29 .b29pager a {
    width: 21%;
  }
}
@media screen and (max-width: 1024px) {
  .b29 {
    padding: 50px 0px;
  }
  .b29main .g-btn {
    text-align: center;
  }
  .b29text {
    text-align: left;
  }
  .b29slid {
    width: 590px;
    display: block;
    margin: auto;
  }
  .b29 .b29pager {
    display: none;
  }
  .b29info {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .b29 .bx-controls-direction {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b29 {
    padding: 30px 0px;
  }
  .b29slid {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.b3 .owl-prev,
.b3 .owl-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.b3 .owl-prev span,
.b3 .owl-next span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  background: rgba(0,30,56,0.7);
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 1025px) {
  .b3 .owl-prev:hover span,
  .b3 .owl-next:hover span {
    background: #001e38;
  }
}
.b3 .owl-prev {
  left: 70px;
}
.b3 .owl-next {
  right: 70px;
}
.b3 .owl-carousel .owl-dots.disabled,
.b3 .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.b3envolverslid {
  width: 100%;
}
.b3navFull {
  background: #001e38;
}
.b3nav {
  overflow: hidden;
  /*max-width: 1305px; se cambio por ingrese de comciberdef*/
  /*margin: auto;*/
  margin-left: 5%;
  height: auto;
  padding: 12px 0;
}
.b3link {
  float: left;
  /*width: 33.33333333%; se cambio por ingreso de COMCIBERDEF*/ 
  text-align: left;
  /*position: relative; se cambio por ingreso de COMCIBERDEF*/
}
.b3link:nth-child(2):before,
.b3link:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 41px;
  background: url("../img/b3-linea.png") 0px 0px no-repeat;
}
.b3link:nth-child(2):before {
  left: 0;
}
.b3link:nth-child(2):after {
  right: 0;
}
.b3link a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-family: 'OpenSans-Semibold', sans-serif;
  position: relative;
  padding-left: 100px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3link a:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 45px;
  color: #c88800;
  position: absolute;
  top: 0;
  left: 50px;
}
.b3link a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1024px) {
  .b3link a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3link strong {
  display: block;
  color: #c88800;
  text-transform: uppercase;
  font-weight: normal;
}
.b3item {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .b3item:hover .b3info h2 {
    color: #c88800;
  }
  .b3item:hover .b3adorn:before {
    -webkit-animation: rotate 0.4s linear;
    -moz-animation: rotate 0.4s linear;
    -o-animation: rotate 0.4s linear;
    -ms-animation: rotate 0.4s linear;
    animation: rotate 0.4s linear;
  }
  .b3item:hover .b3fig {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b3fig {
  width: 100%;
  height: 450px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
}
.b3fig:before {
  content: '';
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/b3capa.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b3info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  min-height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3info h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b3info p {
  font-size: 14px;
}
.b3adorn {
  position: relative;
  margin-bottom: 20px;
}
.b3adorn span {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 11px;
}
.b3adorn span:before {
  display: none;
}
.b3adorn:before {
  content: '';
  font-family: 'icomoon';
  font-size: 30px;
  position: absolute;
  top: 0;
  height: 28px;
  width: 28px;
  left: 0;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/bg-circle.png") no-repeat left top;
}
.b3adorn:after {
  content: '';
  width: 223px;
  height: 10px;
  background: url("../img/b3linea2.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
}
.b3cntslider {
  position: relative;
}
.b3main {
  width: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
}
.b3main.active {
  position: relative;
  visibility: visible;
  z-index: 1;
}
@media screen and (max-width: 1370px) {
  .b3info {
    min-height: 142px;
  }
  .b3info h2 {
    font-size: 25px;
  }
  .b3fig {
    height: 400px;
  }
}
@media screen and (max-width: 1110px) {
  .b3link a {
    padding-left: 60px;
    font-size: 15px;
  }
  .b3link a:before {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b3fig {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .b3 .slick-prev,
  .b3 .slick-next {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b3nav {
    height: auto;
    line-height: inherit;
  }
  .b3link {
    width: 100%;
    float: none;
    border-top: 1px solid #c88800;
  }
  .b3link:first-child {
    border: none;
  }
  .b3link a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .b3link a:before {
    top: 15px;
  }
  .b3link:nth-child(2):before,
  .b3link:nth-child(2):after {
    display: none;
  }
  .b3adorn:after {
    display: none;
  }
  .b3link a {
    padding-left: 75px;
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  padding-bottom: 60px;
}
.b30main.wancho {
  max-width: 1165px;
}
.b30cntbox {
  font-size: 0;
}
.b30item {
  width: 49%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.b30item:nth-child(2n-1) {
  margin-right: 2%;
}
@media screen and (min-width: 1024px) {
  .b30item:hover .b30fig {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b30fig {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b30fig:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/b30capa.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.b30text {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .b30item {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .b30item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  width: 100%;
  padding: 65px 0 35px 0;
}
.b31-ctn {
  font-size: 0;
  margin: 50px auto 0 auto;
  width: 100%;
  text-align: center;
}
.b31-item {
  vertical-align: top;
  display: inline-block;
  height: 326px;
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  position: relative;
  overflow: hidden;
}
.b31-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b31-item:hover .b31-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b31-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.b31-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b31-title {
  position: absolute;
  font-size: 20px;
  left: 30px;
  bottom: 20px;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b31-title h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b31 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b31-item {
    width: 49%;
  }
  .b31-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b31-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b31 {
    padding: 30px 0 8px 0;
  }
  .b31-ctn {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .b31-item {
    width: 100%;
    display: block;
  }
  .b31-item:nth-child(odd),
  .b31-item:nth-child(even) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.autoridades-navales .g-banner-1,
.autoridades-navales .g-banner-2 {
  display: none;
}
.b32 {
  width: 100%;
  padding-bottom: 60px;
}
.b32-ctn {
  max-width: 1160px;
  font-size: 0;
}
.b32-img,
.b32-info {
  display: inline-block;
  vertical-align: top;
  width: 46.3%;
}
.b32-img img,
.b32-info img {
  width: 100%;
  display: block;
  height: auto;
}
.b32-img {
  margin: 27px 0 0 0;
}
.b32-info {
  width: 48.7%;
  margin-left: 4%;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b32-info h3,
.b32-info h4 {
  font-family: 'open_sansregular', sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.b32-info h3 span,
.b32-info h4 span {
  font-family: 'OpenSans-Bold', sans-serif;
  color: #c88800;
}
.b32-info h4 {
  font-size: 25px;
}
.b32-name {
  margin: 25px 0 0 0;
}
.b32-text {
  margin: 17px 0 0 0;
  font-size: 14px;
}
.b32-text p {
  margin: 0 0 5px 0;
  color: #7f7f7f;
}
.b32-icons {
  position: relative;
  width: 435px;
  margin: -5px 0 0 -30px;
}
.b32-icon-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  display: block;
}
.b32-icon-1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  color: #fff;
  display: block;
  background: url("../img/bg-circle.png") no-repeat 0 -28px;
  font-size: 28px;
  height: 28px;
  width: 28px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.b32-icon-1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e923";
  color: #c88800;
  font-size: 12px;
  line-height: 26px;
  height: 28px;
  width: 28px;
  text-align: center;
  font-family: 'icomoon' !important;
}
.b32-icon-2 {
  background: url("../img/b32-border.png") no-repeat right top;
  height: 12px;
  width: 405px;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 1024px) {
  .b32 {
    padding-bottom: 30px;
  }
  .b32-icons,
  .b32-icon-2 {
    width: 90%;
    max-width: 435px;
  }
  .b32-img {
    width: 42%;
  }
  .b32-info {
    width: 53%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .b32-info,
  .b32-img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .b32-icons,
  .b32-icon-2 {
    width: 100%;
  }
  .b32-info {
    margin-top: 20px;
  }
  .b32-img {
    max-width: 536px;
  }
}
@media screen and (max-width: 640px) {
  .b32 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .b32-icon-2 {
    width: 90%;
  }
}
@media screen and (max-width: 360px) {
  .b32-icon-2 {
    width: 85%;
  }
  .b32-info h4 {
    font-size: 21px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b33 {
  padding-bottom: 50px;
}
.b33main.wancho {
  max-width: 1255px;
}
.b33cntitems {
  font-size: 0;
}
.b33item {
  width: 24.25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
  margin-left: 1%;
  overflow: hidden;
}
.b33item:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/b33capa.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
}
.b33item:nth-child(4n+1) {
  margin-left: 0%;
}
@media screen and (min-width: 1024px) {
  .b33item:hover .b33fig {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b33fig {
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 324px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b33fig img {
  width: 100%;
  height: auto;
  display: block;
}
.b33contenido {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
.b33text1 {
  color: #c88800;
  font-size: 12px;
}
.b33text1 p {
  margin: 0;
}
.b33text2 {
  font-size: 12px;
  color: #fff;
}
.b33text2 p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b33item {
    width: 31.3%;
    margin: 1% !important;
  }
}
@media screen and (max-width: 700px) {
  .b33item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .b33 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .b33item {
    width: 100%;
    margin: auto !important;
    margin-bottom: 10px !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b34 {
  padding-bottom: 60px;
}
.b34 .g-title-2 {
  padding-bottom: 0;
}
.b34main {
  position: relative;
}
.b34main.wancho {
  max-width: 1117px;
}
.b34cntitems {
  margin-bottom: 65px;
}
.b34item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c88800;
  border-bottom: 1px solid #c88800;
}
.b34item h2 {
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}
.b34item h3 {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}
.b34item p {
  font-size: 15px;
}
.b34enlace {
  text-align: right;
}
.b34enlace a {
  font-size: 14px;
  display: inline-block;
}
.b34Filter {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
.b34Filter span,
.b34Filter select {
  display: inline-block;
  vertical-align: middle;
}
.b34Filter span {
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  margin-right: 15px;
}
.b34Filter select {
  width: 70px;
  height: 30px;
  background: none;
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .b34 .g-title-2 {
    padding-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b35 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 65px;
  color: #000;
}
.b35 .g-title {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.b35 .g-title p {
  font-size: 14px;
  color: #c88800;
  margin-bottom: 0;
}
.b35-ctn {
  max-width: 1200px;
}
.b35-top {
  font-size: 0;
  text-align: right;
}
.b35-ctn-top-2 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: left;
  width: 32%;
  padding-top: 35px;
  margin-left: 3%;
}
.b35-ctn-onlne,
.b35-fecha {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 41%;
  position: relative;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b35-ctn-onlne strong,
.b35-fecha strong {
  color: #c88800;
  display: block;
}
.b35-fecha {
  width: 58%;
  padding-left: 4%;
}
.b35-fecha:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 30px;
  width: 1px;
  background: #c88800;
  display: block;
}
.b35-ctn-onlne {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  padding-left: 11.5%;
}
.b35-ctn-onlne strong {
  font-size: 22px;
}
.b35-ctn-onlne:before {
  content: "\e90e";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  font-family: 'icomoon';
  color: #c88800;
  font-size: 32px;
}
.b35-bottom {
  font-size: 0;
}
.b35-ctn-video,
.b35-ctn-items {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 49.6%;
}
.b35-ctn-video {
  position: relative;
}
.b35-video-info-wrapper {
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  -ms-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.b35-video-info-wrapper.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b35-item {
  font-size: 0;
  margin-bottom: 10px;
  display: block;
}
.b35-item:last-child {
  margin-bottom: 0;
}
.b35-ctn-items {
  margin-left: 0.8%;
}
.b35-video {
  height: 335px;
  width: 100%;
  position: relative;
}
.b35-wrapp-portada {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.b35-wrapp-portada:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  content: "";
  width: 100%;
  height: 100%;
}
.b35-wrapp-portada.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b35-wrapp-video {
  position: relative;
  z-index: 1;
}
.b35-inner-video {
  height: 335px;
  position: relative;
}
.b35-inner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.b35-img,
.b35-info-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 67.9%;
  height: 100px;
  overflow: hidden;
}
.b35-img {
  width: 26.1%;
  margin-right: 6%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.b35-img:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  content: "";
  width: 100%;
  height: 100%;
}
.b35-img .b35-video-play {
  height: 30px;
  width: 30px;
}
.b35-img .b35-video-play:before {
  font-size: 30px;
}
.b35-info-video,
.b35-info-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b35-info-video h3,
.b35-info-item h3 {
  color: #c88800;
  font-size: 15px;
  margin: 0;
}
.b35-info-video h4,
.b35-info-item h4 {
  font-size: 19px;
  margin: 6px 0;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b35-info-video p,
.b35-info-item p {
color
  font-size: 14px;
  margin: 0;
}
.b35-video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 45px;
  z-index: 2;
}
.b35-video-play:before {
  font-size: 50px;
  color: #fff;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: pointer;
}
.b35-info-video {
  padding: 0 2% 0 4%;
  margin: 16px 0 0 0;
  height: 285px;
  overflow: auto;
}
.b35-info-video h4 {
  font-size: 25px;
  margin: 12px 0;
}
.b35-info-video p {
  margin-bottom: 10px;
}
.b35-table {
  height: 100%;
  display: table;
}
.b35-table-center {
  display: table-cell;
  vertical-align: middle;
}
.b35-paginador {
  margin: 30px 0 0 0;
}
.b35-paginador ul {
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .b35 {
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .b35-ctn-top-2 {
    width: 34%;
    margin-left: 2%;
  }
  .b35-ctn-onlne {
    font-size: 12px;
  }
  .b35-ctn-onlne strong {
    font-size: 20px;
  }
  .b35-fecha {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .b35 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b35-ctn-video,
  .b35-ctn-items {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .b35-ctn-items {
    margin-top: 30px;
  }
  .b35-ctn-top-2 {
    width: 48%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .b35 .g-title,
  .b35-ctn-top-2 {
    width: 100%;
    display: block;
  }
  .b35 .g-title {
    text-align: center;
  }
  .b35-ctn-top-2 {
    margin: 0 auto 0 auto;
    max-width: 300px;
    padding-top: 0;
  }
  .b35-top {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px) {
  .b35 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b35-item {
    margin-bottom: 35px;
  }
  .b35-img,
  .b35-info-item {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .b35-ctn-items {
    margin-top: 50px;
  }
  .b35-img {
    max-width: 170px;
    margin-bottom: 10px;
  }
  .b35-info-item {
    height: auto;
  }
  .b35-video {
    height: 360px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.bodyclass-revista .b36-right {
  width: 100%;
  padding-left: 0;
}
.bodyclass-revista .b36-img {
  max-width: 691px;
}
.b36 {
  padding-bottom: 77px;
}
.b36-cnt {
  max-width: 1018px;
  width: 95%;
  margin: auto;
  font-size: 0;
}
.b36-right {
  display: inline-block;
  vertical-align: top;
  width: 66.5%;
  text-align: center;
  padding-left: 9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b36-top {
  color: #666;
  font-size: 14px;
}
.b36-top p {
  margin: 0;
  margin-bottom: 35px;
}
.b36-top span {
  font-family: 'OpenSans-Bold', sans-serif;
}
.b36-botones {
  margin-top: 30px;
}
.b36-botones .g-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.b36-botones .g-btn a {
  padding: 0 30px 0 45px;
  position: relative;
}
.b36-botones .g-btn:last-child {
  margin-right: 0;
}
.b36-icon-btn {
  position: absolute;
  line-height: 40px;
  left: 14px;
}
.b36-bottom {
  margin-top: 30px;
}
.b36-img {
  width: 95%;
  margin: auto;
}
.b36-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .b36-right {
    width: 100%;
    padding-left: 0;
  }
  .b36-img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .b36 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b36-right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b36 {
    padding-bottom: 30px;
  }
  .b36-top p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b36-botones .g-btn {
    margin: 10px 10px !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b37 {
  padding-bottom: 20px;
  width: 100%;
}
.b37-cnt-items {
  font-size: 0;
}
.b37-item {
  display: inline-block;
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.b37-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b37-item:hover .b37-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b37-img {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b37-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b37-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b37-absoluto:after {
  content: "\e91b";
  font-family: 'icomoon';
  font-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b37-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b37-table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 0 30px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b37-table-cell h3 {
  margin: 0;
  font-size: 15.65px;
}
@media screen and (max-width: 1024px) {
  .b37 {
    padding-bottom: 50px;
  }
  .b37-top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b37-item {
    width: 48%;
    margin: 0 1% 2% 1% !important;
  }
}
@media screen and (max-width: 760px) {
  .b37-top {
    text-align: center;
  }
  .b37-texto {
    padding-right: 0;
  }
  .b37-botones {
    margin-top: 20px;
    position: relative;
    text-align: center;
    height: auto;
  }
  .b37-top .g-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b37 {
    padding-bottom: 30px;
  }
  .b37-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .b37-item {
    width: 100%;
    margin: 0 0% 2% 0% !important;
  }
  .b37-img {
    height: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b38 {
  padding-bottom: 60px;
}
.b38 .bx-prev,
.b38 .bx-next {
  left: -40px;
  top: 20px;
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #001e38;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b38 .bx-prev:before,
.b38 .bx-next:before {
  content: '\e920';
}
@media screen and (max-width: 1172px) {
  .b38 .bx-prev:hover:before,
  .b38 .bx-next:hover:before {
    color: #c88800;
  }
}
.b38 .bx-next {
  left: inherit;
  right: -40px;
}
.b38 .bx-next:before {
  content: "\e923";
}
.b38main.wancho {
  max-width: 1172px;
}
.b38cntslid {
  position: relative;
  margin-top: 25px;
}
.b38fig,
.b38info {
  display: inline-block;
  vertical-align: middle;
}
.b38fig {
  width: 521px;
}
.b38fig img {
  width: 100%;
  height: auto;
  display: block;
}
.b38info {
  width: 543px;
  margin-left: 50px;
}
.b38subtitle {
  color: #c88800;
  font-size: 15px;
  margin-bottom: 5px;
}
.b38subtitle p {
  margin: 0;
}
.b38subtitle strong {
  font-size: 25px;
  display: block;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
}
.b38text {
  font-size: 13px;
  color: #666;
  line-height: 16px;
  text-align: justify;
}
.b38item {
  text-align: left;
}
.b38innerslider {
  position: relative;
  z-index: 10;
}
.b38number {
  display: inline-block;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #001e38;
  font-size: 13px;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.b38number:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #001e38;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b38number:after {
  content: '';
  width: 29px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.b38open:hover .b38number:before,
.b38open.active .b38number:before {
  background: #001e38;
}
.b38linea {
  width: 100%;
  border-bottom: 1px solid #001e38;
  display: block;
  position: relative;
  top: -15px;
}
.b38envolvertab {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b38envolvertab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1172px) {
  .b38slider {
    width: 940px;
    margin: auto;
  }
}
@media screen and (max-width: 1160px) {
  .b38info {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1250px) {
  .b38fig {
    width: 50%;
  }
  .b38info {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .b38 {
    padding-bottom: 50px;
  }
  .b38slider {
    width: 705px;
  }
}
@media screen and (max-width: 960px) {
  .b38main .g-btn {
    text-align: center;
  }
  .b38fig {
    width: 599px;
    display: block;
    margin: auto;
  }
  .b38info {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }
  .b38subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .b38slider {
    width: 265px;
  }
}
@media screen and (max-width: 640px) {
  .b38fig {
    width: 100%;
  }
  .b38 {
    padding-bottom: 30px;
  }
  .bx-prev,
  .bx-next {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b38 .bx-prev,
  .b38 .bx-next {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b39 {
  background: #e9e9e9;
  padding-top: 35px;
  padding-bottom: 90px;
}
.b39Menu {
  display: table;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.b39Menu ul {
  display: table-row;
}
.b39Menu li {
  display: table-cell;
  vertical-align: middle;
  width: 16.66%;
  height: 65px;
  background: #001e38;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.b39Menu li:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #c88800;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b39Menu li:first-child:before {
  display: none;
}
.b39Btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b39Btn span {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.b39Btn span:before {
  content: "\e906";
  display: inline-block;
  color: #c88800;
  font-family: 'icomoon';
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b39Btn strong {
  display: block;
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 17px;
}
.b39Cnt {
  position: relative;
}
.b39Cnt.wancho {
  max-width: 1200px;
}
.b39ItemCnt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.b39ItemCnt.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b39Block {
  font-size: 0;
}
.b39Column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39Column:last-child {
  padding-left: 5%;
}
.b39Img {
  width: 100%;
  position: relative;
}
.b39Img img {
  width: 100%;
  height: auto;
  display: block;
}
.b39Borde {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.b39Borde span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39Title {
  margin-bottom: 35px;
}
.b39Title h2 {
  line-height: 1.2;
  color: #c88800;
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b39Title strong {
  display: block;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 27px;
}
.b39Text {
  line-height: 1.4;
  color: #7f7f7f;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.b39Text h3 {
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.b39Text p {
  margin-bottom: 0;
}
.b39Text:last-child {
  margin-bottom: 0;
}
.b39ItemList {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 5px;
  margin-top: 20px;
}
.b39ItemList ul {
  font-size: 0;
}
.b39ItemList li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  line-height: 1.1;
  color: #7f7f7f;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39ItemList li:first-child {
  font-family: 'OpenSans-Bold', sans-serif;
  padding-right: 15px;
}
.b39ItemList:first-child {
  margin-top: 0;
}
.b39Menu li.active .b39Btn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 481px) {
  .b39Menu li .b39Btn {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@media screen and (min-width: 1025px) {
  .b39Menu li:hover .b39Btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1200px) {
  .b39Menu,
  ul {
    display: block;
  }
  .b39Menu li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .b39Menu li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #c88800;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .b39Menu li:nth-child(4):after,
  .b39Menu li:nth-child(5):after,
  .b39Menu li:nth-child(6):after {
    display: none;
  }
  .b39Btn {
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    height: 65px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .b39Btn strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .b39 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .b39Menu {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .b39Column {
    display: block;
    width: 100%;
  }
  .b39Img {
    max-width: 599px;
    margin: auto;
    margin-bottom: 50px;
  }
  .b39Title {
    text-align: center;
    margin-bottom: 50px;
  }
  .b39Column:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b39 {
    padding: 30px 0;
  }
  .b39Menu {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .b39Menu li {
    width: 50%;
  }
  .b39Menu li:nth-child(4):after {
    display: block;
  }
  .b39Img {
    margin-bottom: 30px;
  }
  .b39Title strong {
    font-size: 20px;
  }
  .b39Title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b39Menu li {
    width: 100%;
  }
  .b39Menu li:nth-child(5):after {
    display: block;
  }
  .b39Btn {
    height: 50px;
  }
  .b39Btn span {
    text-align: center;
    padding-left: 0;
  }
  .b39Btn span:before {
    display: none;
  }
  .b39Menu li.active {
    background: #c88800;
  }
  .b39Menu li.active strong {
    color: #001e38;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4-redes-item {
  position: absolute;
  top: 15px;
  right: 22px;
  z-index: 20;
  padding-right: 40px;
  z-index: 11;
}
.b4-redes-item span {
  cursor: pointer;
  display: block;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 25px;
  padding-left: 10px;
}
.b4-redes-item span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../img/b4-before.png") 0px 0px no-repeat;
  width: 3px;
  height: 15px;
}
.b4-icon {
  font-size: 16px;
  color: #fff;
  margin: 0 6px;
}
.b4-iconos {
  position: relative;
}
.b4-iconos li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .b4-redes-item span:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -moz-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -o-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -ms-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
  }
  .b4-iconos {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -moz-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -o-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    -ms-transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
    transition: all 0.4s cubic-bezier(0.57, 0.07, 0.44, 1.5);
  }
  .b4-redes-item.active span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b4-redes-item.active .b4-iconos {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 740px) {
  .b4-redes-item {
    top: 15px;
    right: 20px;
  }
}
.b4 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.b4 .g-title,
.b4 .g-title-2 {
  background: #fff;
  position: relative;
  z-index: 100;
}
/* Nav*/
.b4-nav {
  background: #001e38;
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
}
.b4-cnt-nav {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  font-size: 0;
}
.b4-nav-item {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.b4-nav-item:before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 30;
}
.b4-nav-item:last-child:before {
  display: none;
}
.b4-item-title {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 2000px;
  background: #001e38;
  position: relative;
  z-index: 30;
}
.b4-item-mes .b4-item-title {
  z-index: 26;
}
.b4-item-mes .b4-listado {
  z-index: 25;
}
.b4-item-anio .b4-item-title {
  z-index: 26;
}
.b4-item-anio .b4-listado {
  z-index: 25;
}
.b4-item-link .b4-item-title {
  z-index: 26;
}
.b4-item-titulo {
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b4-item-titulo h3 {
  margin: 0;
  font-size: 16px;
}
.b4-item-titulo strong {
  font-family: 'OpenSans-Bold', sans-serif;
}
.b4-item-mes .b4-item-titulo,
.b4-item-anio .b4-item-titulo {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-item-mes .b4-item-titulo:before,
.b4-item-anio .b4-item-titulo:before {
  content: "\e923";
  font-family: 'icomoon';
  font-size: 11px;
  width: 11px;
  height: 11px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b4-listado {
  display: block;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #001e38;
  z-index: 125;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.b4-listado li {
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 1025px) {
  .b4-listado li:hover {
    color: #c88800;
  }
}
.b4-item-anio.active .b4-item-titulo,
.b4-item-mes.active .b4-item-titulo {
  color: #c88800;
}
.b4-item-anio.active .b4-item-titulo:before,
.b4-item-mes.active .b4-item-titulo:before {
  color: #c88800;
}
@media screen and (min-width: 1025px) {
  .b4-item-anio:hover .b4-item-titulo,
  .b4-item-mes:hover .b4-item-titulo,
  .b4-item-link:hover .b4-item-titulo {
    color: #c88800;
  }
  .b4-item-anio:hover .b4-item-titulo:before,
  .b4-item-mes:hover .b4-item-titulo:before,
  .b4-item-link:hover .b4-item-titulo:before {
    color: #c88800;
  }
}
.b4-listado.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.b4-item-buscador .b4-item-titulo {
  position: relative;
  display: inline-block;
  padding-right: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b4-item-buscador .b4-item-titulo:before {
  content: "\e91e";
  font-family: 'icomoon';
  font-size: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  color: #000;
}
.b4-buscador-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b4-form-table {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 2000px;
}
.b4-input-item {
  display: inline-block;
  text-align: left;
  position: relative;
  max-width: 190px;
  width: 100%;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b4-input-item ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.b4-input-item :-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.b4-input-item ::-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.b4-input-item :-ms-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.b4-input-item input {
  width: 100%;
  font-size: 12px;
  height: 20px;
  background: #001e38;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 35px 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-input-item button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: none;
}
.b4-input-item button:before {
  content: "\e91e";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}
.b4-item-title.active .b4-item-titulo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.b4-item-title.active .b4-buscador-form {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 5;
}
.b4-cnt-bottom {
  font-size: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b4-item-buscador:hover .b4-item-titulo {
    color: #c88800;
  }
}
/* Tab*/
.b4-tab {
  width: 127px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
}
.b4-tab-table {
  display: table;
  height: 490px;
}
.b4-tab-item {
  display: table-row;
  height: 33.33%;
  cursor: pointer;
}
.b4-tab-item:nth-child(even) .b4-tab-right {
  background: #eaeaea;
}
.b4-tab-item:nth-child(even) .b4-right-cell h3 {
  color: #001e38;
}
.b4-tab-item:nth-child(even) .b4-inside-table {
  background: #eaeaea;
}
.b4-tab-item:nth-child(even) .b4-inside-table span {
  color: #001e38;
}
.b4-tab-item:nth-child(even) .b4-inside-table .b4-tab-titulo {
  color: #001e38;
}
.b4-tab-item:nth-child(even) .b4-inside-table .b4-tab-titulo:before {
  background: #001e38;
}
.b4-tab-cnt {
  width: 2000px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.b4-tab-right {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  background: #001e38;
  z-index: 1;
  -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;
}
.b4-tab-inside {
  display: table;
  height: 100%;
  width: 100%;
}
.b4-tab-inside span {
  display: block;
  font-size: 40px;
  color: #c88800;
}
.b4-inside-table {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 100;
  background: #001e38;
}
.b4-tab-titulo {
  position: relative;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #c88800;
  font-size: 13px;
  text-transform: uppercase;
}
.b4-tab-titulo:before {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 33px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #c88800;
}
.b4-tab-titulo p {
  margin: 0;
}
.b4-tab-son {
  font-size: 0;
  display: none;
  zoom: 1;
}
.b4-tab-son:after,
.b4-tab-son:before {
  content: "";
  display: table;
}
.b4-tab-son:after {
  clear: both;
}
.b4-tab-son.active {
  display: block;
}
@media screen and (min-width: 741px) {
  .b4-info-table {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b4-tab-titulo {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b4-tab-titulo:before {
    content: "";
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b4-tab-item.active .b4-info-table {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b4-tab-item.active .b4-tab-titulo:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4-right-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b4-right-cell {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}
.b4-right-cell h3 {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.b4-right-cell h3:before {
  content: "\e923";
  font-family: 'icomoon';
  font-size: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #c88800;
}
.b4-right-cell strong {
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  display: block;
}
/* imagenes */
.b4-cnt-items {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
  height: 572px;
}
.b4-inner-item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.b4-tab-cnt-items {
  padding-left: 127px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 21px;
  padding-right: 21px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-inner-item {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b4-item:hover .b4-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b4-img {
  height: 234px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.b4-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.68) 2.91%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.68) 2.91%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.68) 2.91%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.68) 2.91%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.68) 2.91%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b4-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b4-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b4-table-cell {
  display: table-cell;
  vertical-align: bottom;
  width: 2000px;
  text-align: left;
  padding: 0 30px 25px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4-table-cell span {
  display: block;
  color: #c88800;
  font-size: 14px;
  margin-bottom: 10px;
}
.b4-table-cell h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
/* Estilos Bucle*/
.b4-item.b4-itemx1 .b4-img {
  height: 489px;
}
.b4-item.b4-itemx2,
.b4-item.b4-itemx3 {
  padding-right: 0;
}
.b4-item.b4-itemx4 {
  padding-bottom: 0;
}
/* Estilos ultimo item*/
.b4-last-item {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}
.b4-last-item .b4-img {
  height: 60px;
  background: #001e38;
}
.b4-last-item .b4-table-cell {
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}
.b4-last-item .b4-table-cell span {
  margin-bottom: 0;
  color: #fff;
}
.b4-last-item .b4-img:before {
  display: none;
}
.b4-botone {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
  position: relative;
}
.b4-botone:before,
.b4-botone:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.b4-botone:before {
  top: 0;
  right: 0;
}
.b4-botone:after {
  left: 0;
  bottom: 0;
}
.b4-spanText {
  display: block;
  position: relative;
  padding: 0 70px;
}
.b4-spanText:before,
.b4-spanText:after {
  content: "";
  width: 2px;
  height: 34px;
  background: #fff;
  position: absolute;
}
.b4-spanText:before {
  left: 0;
  bottom: 0;
}
.b4-spanText:after {
  top: 0;
  right: 0;
}
.b4-last-titulo {
  text-transform: uppercase;
}
.b4-last-titulo i {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-style: normal;
  padding-right: 12px;
}
.b4-last-titulo p {
  margin: 0;
}
.b4-last-titulo strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #c88800;
  position: relative;
  padding-right: 25px;
}
.b4-last-titulo strong:before {
  content: "\e923";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  height: 12px;
}
.b4Message {
  display: none;
}
.b4TableMessage {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 510px;
}
.b4InfoMessage {
  line-height: 1;
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
}
.b4InfoMessage h2 {
  display: inline-block;
  color: #001e38;
  font-family: 'BebasNeue', sans-serif;
  font-weight: normal;
  font-size: 45px;
  position: relative;
  padding: 0 25px;
  margin-bottom: 10px;
}
.b4InfoMessage h2:before,
.b4InfoMessage h2:after {
  content: "\e905";
  display: inline-block;
  color: #c88800;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.b4InfoMessage h2:before {
  left: 0;
}
.b4InfoMessage h2:after {
  right: 0;
}
.b4InfoMessage p {
  margin-bottom: 0;
}
.b4IconMessage {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.b4IconMessage img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b4-nav-item {
    width: 50%;
  }
  .b4-nav-item:before {
    top: inherit;
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
  }
  .b4-nav-item:after {
    content: "";
    position: absolute;
    height: 85%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2px;
    background: #fff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    z-index: 39;
  }
  .b4-nav-item:before {
    z-index: 38;
  }
  .b4-item-mes .b4-item-title {
    z-index: 35;
  }
  .b4-item-mes .b4-listado {
    z-index: 34;
  }
  .b4-item-anio .b4-item-title {
    z-index: 35;
  }
  .b4-item-anio .b4-listado {
    z-index: 34;
  }
  .b4-item-link {
    z-index: 36;
  }
  .b4-cnt-bottom {
    z-index: 30;
  }
}
@media screen and (max-width: 740px) {
  .b4-tab-titulo {
    padding-bottom: 0;
  }
  .b4-tab-titulo:before {
    display: none;
  }
  .b4-tab {
    width: 100%;
    position: relative;
  }
  .b4-tab-table {
    height: auto;
  }
  .b4-tab-inside {
    height: 100px;
  }
  .b4-tab-item {
    display: inline-block;
    height: auto;
    width: 33.33%;
  }
  .b4-tab-cnt-items {
    padding-left: 0;
  }
  .b4-item {
    width: 100%;
    padding-right: 0;
  }
  .b4-last-item {
    width: 100%;
  }
  .b4-item.b4-itemx1 .b4-img {
    height: 230px;
  }
  .b4-item {
    padding-bottom: 10px;
  }
  .b4-item.b4-itemx4 {
    padding-bottom: 10px;
  }
  .b4-inside-table {
    background: #eaeaea;
  }
  .b4-tab-right {
    display: none;
  }
  .b4-tab-inside .b4-item-icono {
    color: #001e38;
  }
  .b4-tab-titulo {
    color: #001e38;
  }
  .b4-tab-item:nth-child(even) .b4-inside-table .b4-tab-titulo {
    color: #001e38;
  }
  .b4-tab-item.active .b4-inside-table {
    background: #001e38;
  }
  .b4-tab-item.active .b4-tab-titulo {
    color: #c88800 !important;
  }
  .b4-tab-item.active .b4-tab-inside .b4-item-icono {
    color: #c88800;
  }
  .b4-cnt-items {
    height: auto;
  }
  .b4TableMessage {
    height: 320px;
  }
}
@media screen and (max-width: 640px) {
  .b4-item-mes.b4-nav-item:after {
    display: none;
  }
  .b4-item-buscador.b4-nav-item:after {
    display: none;
  }
  .b4 .g-title {
    padding-bottom: 30px;
  }
  .b4TableMessage {
    height: 240px;
    padding: 0 10px;
  }
  .b4InfoMessage {
    font-size: 18px;
  }
  .b4InfoMessage h2 {
    font-size: 36px;
  }
  .b4IconMessage {
    width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b4-nav-item {
    width: 100%;
  }
  .b4-tab-inside {
    height: 90px;
  }
  .b4-tab-inside span {
    font-size: 33px;
  }
  .b4-tab-item {
    width: 100%;
    border-bottom: 1px solid rgba(20,35,58,0.5);
  }
  .b4-tab-item:last-child {
    width: 100%;
    border-bottom: none;
  }
  .b4-tab-titulo {
    padding-top: 12px;
  }
  .b4-nav-item:before {
    top: inherit;
    width: 95%;
    height: 2px;
    right: 0;
    left: 0;
  }
  .b4-nav-item:after {
    display: none;
  }
  .b4-item-mes {
    z-index: 50;
  }
  .b4-item-link {
    z-index: 80;
  }
  .b4InfoMessage h2:before,
  .b4InfoMessage h2:after {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40 {
  padding-bottom: 35px;
  width: 100%;
}
.b40 .g-title {
  padding-top: 100px;
}
.b40 .b4-cnt-items {
  height: auto;
}
.b40 .b4-tab-cnt-items {
  padding-left: 0;
}
.b40 .b4-item.b4-itemx5 {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .b40 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b40 {
    padding-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b41 {
  padding-bottom: 70px;
}
.b41 .g-botone {
  color: #001e38;
  margin-top: 15px;
}
.b41 .g-botone span {
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b41 .g-botone span i {
  margin-left: 3px;
}
.b41 .g-spanText:before,
.b41 .g-spanText:after,
.b41 .g-botone:before,
.b41 .g-botone:after {
  background: #001e38;
}
.b41 .b41pager .bx-next,
.b41 .b41pager .bx-prev {
  text-indent: 1px;
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
  margin: auto;
  top: 40px;
  position: absolute;
}
.b41 .b41pager .bx-next:before,
.b41 .b41pager .bx-prev:before {
  content: '';
  font-size: 20px;
  font-family: 'icomoon';
  display: inline-block;
  width: auto;
  height: auto;
  color: #c88800;
}
.b41 .b41pager .bx-next {
  right: 22px;
}
.b41 .b41pager .bx-next:before {
  content: '\e90f';
}
.b41 .b41pager {
  position: relative;
  padding: 0px 30px;
}
.b41 .b41pager .bx-prev {
  left: 0px;
}
.b41 .b41pager .bx-prev:before {
  content: '\e920';
}
.b41 .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.b41 .b41pager li {
  boder: solid;
  position: relative;
  cursor: pointer;
}
.b41 .b41pager li:before {
  content: '';
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b41 .b41pager li img {
  width: 100%;
  height: auto;
  display: block;
}
.b41 .b41pager li.slick-current.slick-active.slick-center:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b41boxslid {
  position: relative;
}
.b41boxslid li img {
  width: 100%;
  height: auto;
  display: block;
}
.b41main.wancho {
  max-width: 1200px;
}
.b41slid {
  width: 590px;
  display: inline-block;
  vertical-align: top;
}
.b41pager {
  text-align: center;
  margin-top: 5px;
}
.b41pager a {
  cursor: pointer;
  position: relative;
}
.b41pager a:before {
  content: '';
  background: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b41info {
  width: 552px;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  padding-top: 20px;
}
.b41contenido em {
  font-style: italic;
}
.b41contenido ul li {
  list-style: disc;
  margin-left: 22px;
}
.b41contenido ol li {
  list-style: decimal;
  margin-left: 22px;
}
.b41-fecha {
  font-size: 13px;
  color: #c88800;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url("../img/b41-calendario.png") no-repeat 0 2px;
}
.b41title {
  color: #001e38;
  font-size: 15px;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 15px;
}
.b41title p {
  margin: 0;
}
.b41title strong {
  color: #001e38;
  font-size: 25px;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  display: block;
}
.b41text {
  font-size: 13px;
  color: #7f7f7f;
  line-height: 16px;
}
.b41text p {
  margin-bottom: 20px;
}
.b41text .b41bt {
  text-align: right;
}
.b41text .g-botone {
  border: 2px solid #001e38;
  text-transform: uppercase;
}
.b41text .g-botone:before,
.b41text .g-spanText:before,
.b41text .g-botone:after,
.b41text .g-spanText:after {
  display: none;
}
.b41text .g-spanText {
  padding: 0 35px;
}
.b41pregt {
  font-size: 16px;
  text-transform: uppercase;
}
.b41pregt strong {
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
@media screen and (max-width: 1250px) {
  .b41slid {
    width: 50%;
  }
  .b41info {
    width: 46%;
  }
  .b41 .b41pager a {
    width: 21%;
  }
}
@media screen and (max-width: 1024px) {
  .b41bt {
    text-align: center;
  }
  .b41 {
    padding-bottom: 50px;
  }
  .b41main .g-btn {
    text-align: center;
  }
  .b41text {
    text-align: left;
  }
  .b41slid {
    width: 590px;
    display: block;
    margin: auto;
  }
  .b41 .b41pager {
    display: none;
  }
  .b41info {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .b41 .bx-controls-direction {
    display: none;
  }
  .b41-fecha {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .b41 {
    padding-bottom: 30px;
  }
  .b41slid {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b42 {
  width: 100%;
  padding: 0 0 7px 0;
}
.b42-ctn {
  max-width: 1140px;
}
.b42-title {
  font-size: 0;
}
.b42-text,
.b42-icons {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.b42-text {
  color: #c88800;
  text-transform: uppercase;
  line-height: 25px;
  width: 35%;
}
.b42-text strong {
  font-family: 'OpenSans-Bold', sans-serif;
  color: #001e38;
  display: block;
  font-size: 30px;
}
.b42-ctn-items {
  font-size: 0;
  margin: 27px 0 0 0;
  text-align: center;
}
.b42-item {
  vertical-align: top;
  display: inline-block;
  height: 264px;
  width: 33.2%;
  margin: 0 0.2% 0 0;
  position: relative;
  overflow: hidden;
}
.b42-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b42-item:hover .b42-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b42-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  background-position: center top;
  background-repeat: no-repeat;
}
.b42-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b42-item-title {
  position: absolute;
  bottom: 28px;
  left: 38px;
  font-size: 15px;
  color: #c88800;
  text-align: left;
}
.b42-item-title h3 {
  margin: 0;
}
.b42-item-title h4 {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.b42-icons {
  position: relative;
  margin: 0 0 0 0;
  max-width: 720px;
}
.b42-icon-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  display: block;
}
.b42-icon-1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  color: #fff;
  display: block;
  background: url("../img/bg-circle-2.png") no-repeat 0 0;
  font-size: 28px;
  height: 28px;
  width: 28px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.b42-icon-2 {
  background: url("../img/b42-icon.png") no-repeat right top;
  height: 12px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .b42-icon-2 {
    width: 93%;
  }
}
@media screen and (max-width: 768px) {
  .b42-item {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .b42-item:nth-child(odd) {
    margin-right: 1%;
  }
  .b42-item:nth-child(even) {
    margin-right: 0;
  }
  .b42-item:last-child {
    margin-bottom: 0;
  }
  .b42-icon-2 {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .b42-text,
  .b42-icons {
    display: block;
    width: 100%;
    text-align: center;
  }
  .b42-text strong,
  .b42-icons strong {
    font-size: 22px;
  }
  .b42-icons {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b42-item {
    width: 100%;
    display: block;
  }
  .b42-item:nth-child(odd),
  .b42-item:nth-child(even) {
    margin-right: 0;
  }
  .b42-item-title {
    left: 15px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b43 {
  padding-bottom: 60px;
}
.b43main.wancho {
  max-width: 1165px;
}
.b43cntbox {
  font-size: 0;
}
.b43item {
  width: 49%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.b43item:nth-child(2n-1) {
  margin-right: 2%;
}
@media screen and (min-width: 1024px) {
  .b43item:hover .b43fig {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b43fig {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b43fig:before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.b43text {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .b43 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b43item {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .b43item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b44 {
  padding-bottom: 20px;
  width: 100%;
}
.b44-cnt-items {
  font-size: 0;
  text-align: center;
}
.b44-item {
  display: inline-block;
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.b44-item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b44-item:hover .b44-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b44-img {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b44-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b44-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b44-table {
  display: table;
  width: 100%;
  height: 100%;
}
.b44-table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 0 30px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b44-table-cell h3 {
  margin: 0;
  font-size: 15.65px;
}
@media screen and (max-width: 1024px) {
  .b44 {
    padding-bottom: 50px;
  }
  .b44-top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b44-item {
    width: 48%;
    margin: 0 1% 2% 1% !important;
  }
}
@media screen and (max-width: 760px) {
  .b44-top {
    text-align: center;
  }
  .b44-texto {
    padding-right: 0;
  }
  .b44-botones {
    margin-top: 20px;
    position: relative;
    text-align: center;
    height: auto;
  }
  .b44-top .g-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b44 {
    padding-bottom: 30px;
  }
  .b44-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .b44-item {
    width: 100%;
    margin: 0 0% 2% 0% !important;
  }
  .b44-img {
    height: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b45 {
  padding-bottom: 70px;
  padding-top: 85px;
}
.b45 .g-botone {
  color: #001e38;
  margin-top: 15px;
}
.b45 .g-botone span {
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b45 .g-botone span i {
  margin-left: 3px;
}
.b45 .g-spanText:before,
.b45 .g-spanText:after,
.b45 .g-botone:before,
.b45 .g-botone:after {
  background: #001e38;
}
.b45 .bx-wrapper .bx-next,
.b45 .bx-wrapper .bx-prev {
  text-indent: 1px;
  width: auto;
  height: auto;
  display: inline-block;
  background: none;
  margin: auto;
  top: 30px;
}
.b45 .bx-wrapper .bx-next:before,
.b45 .bx-wrapper .bx-prev:before {
  content: '';
  font-size: 20px;
  font-family: 'icomoon';
  display: inline-block;
  width: auto;
  height: auto;
  color: #c88800;
}
.b45 .bx-wrapper .bx-next {
  right: 0;
}
.b45 .bx-wrapper .bx-next:before {
  content: '\e90f';
}
.b45 .bx-wrapper .bx-prev {
  left: 0;
}
.b45 .bx-wrapper .bx-prev:before {
  content: '\e920';
}
.b45 .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.b45 .b45pager a {
  display: inline-block;
}
.b45 .b45pager a img {
  width: 100%;
  height: auto;
  display: block;
}
.b45 .b45pager a.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b45boxslid {
  position: relative;
}
.b45boxslid li img {
  width: 100%;
  height: auto;
  display: block;
}
.b45main.wancho {
  max-width: 1200px;
}
.b45slid {
  width: 590px;
  display: inline-block;
  vertical-align: top;
}
.b45pager {
  text-align: center;
  margin-top: 5px;
}
.b45pager a {
  position: relative;
}
.b45pager a:before {
  content: '';
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b45info {
  width: 552px;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  padding-top: 20px;
}
.b45title {
  color: #c88800;
  font-size: 20px;
  margin-bottom: 10px;
}
.b45title p {
  margin: 0;
}
.b45title strong {
  color: #001e38;
  font-size: 25px;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  display: block;
}
.b45envolverslid {
  margin-top: 35px;
}
.b45text {
  font-size: 13px;
  color: #666;
  line-height: 16px;
}
.b45pregt {
  font-size: 16px;
  text-transform: uppercase;
}
.b45pregt strong {
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
@media screen and (max-width: 1250px) {
  .b45slid {
    width: 50%;
  }
  .b45info {
    width: 46%;
  }
  .b45 .b45pager a {
    width: 21%;
  }
}
@media screen and (max-width: 1024px) {
  .b45bt {
    text-align: center;
  }
  .b45 {
    padding: 50px 0px;
  }
  .b45main .g-btn {
    text-align: center;
  }
  .b45text {
    text-align: left;
  }
  .b45slid {
    width: 590px;
    display: block;
    margin: auto;
  }
  .b45 .b45pager {
    display: none;
  }
  .b45info {
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .b45 .bx-controls-direction {
    display: none;
  }
  .b45envolverslid {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .b45 {
    padding: 30px 0px;
  }
  .b45slid {
    width: 100%;
  }
  .b45info {
    margin-top: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b46 {
  padding-bottom: 60px;
}
.b46main.wancho {
  max-width: 1165px;
}
.b46cntbox {
  font-size: 0;
}
.b46item {
  width: 49%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.b46item:nth-child(2n-1) {
  margin-right: 2%;
}
@media screen and (min-width: 1024px) {
  .b46item:hover .b46fig {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.b46fig {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b46fig:before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.b46text {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b46text p {
  margin: 0;
}
.b46text span {
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .b46 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b46 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b46item {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .b46item:nth-child(2n-1) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b47 {
  text-align: center;
  padding-bottom: 50px;
}
.b47cntitems {
  overflow: hidden;
}
.b47cntitems .g-pager {
  padding-right: 10px;
}
.b47innerbox {
  overflow: hidden;
  margin-bottom: 35px;
}
.b47item {
  width: 24.25%;
  float: left;
  position: relative;
  margin-bottom: 1%;
  margin-right: 1%;
}
.b47item:hover .b47box {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b47item:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b47item:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  border: 1px solid #fff;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b47item:after {
  content: '';
  background: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.b47item:nth-child(4n+4) {
  margin-right: 0;
}
.b47figr {
  width: 100%;
  height: 324px;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b47box {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b47box a {
  color: #c88800;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .b47box a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b47item {
    width: 32.66%;
  }
  .b47item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .b47item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .b47item:nth-child(12n+12) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 640px) {
  .b47item {
    width: 49.5%;
  }
  .b47item:nth-child(odd) {
    margin-right: 1%;
  }
  .b47item:nth-child(even) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .b47item {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b48 {
  width: 100%;
  padding-bottom: 55px;
}
.b48-ctn {
  max-width: 750px;
}
.b48-form {
  font-size: 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b48-form ul li {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
  margin: 0 1% 1% 0;
}
.b48-form ul li:nth-child(even) {
  margin-right: 0;
}
.b48-form ul li:last-child {
  width: 100%;
  margin: 0 0 3.5% 0;
}
.b48-form ul li input,
.b48-form ul li textarea {
  width: 100%;
  border: 1px solid #001e38;
  height: 40px;
  font-size: 12px;
  color: #001e38;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b48-form ul li textarea {
  height: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.b48-form ::-webkit-input-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.b48-form :-moz-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.b48-form ::-moz-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.b48-form :-ms-input-placeholder {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
}
.b48-form .g-btn {
  text-align: center;
}
.b48-form .formError .formErrorContent,
.b48-form .formError .formErrorArrow div {
  background: #c88800;
}
@media screen and (max-width: 1024px) {
  .b48 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b48 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b48-form ul li {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .b48-form ul li:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .b48 .g-title h2 {
    font-size: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b49 {
  position: relative;
  text-align: center;
}
.b49-btn-map {
  display: none;
}
.b49-map {
  position: relative;
  width: 100%;
  height: 355px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b49 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .b49 .b49-btn-map {
    display: block;
  }
  .b49-wrap-map {
    position: fixed;
    z-index: 3000;
    top: -500%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b49-wrap-map .b49-btn-map {
    position: absolute;
    top: 50px;
    text-align: left;
    left: 30px;
    display: block;
    z-index: 100;
  }
  .b49-wrap-map.active {
    top: 0;
  }
  .b49-map {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b49 {
    padding: 30px 0;
  }
  .b49 .b49-btn-map {
    padding-bottom: 0px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  width: 100%;
}
.b5-ctn {
  font-size: 0;
  position: relative;
}
.b5-item {
  width: 49.4%;
  height: 285px;
  margin: 0 1.2% 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.b5-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b5-item:hover .b5-text {
    color: #c88800;
  }
  .b5-item:hover .b5-text .b5-icon-1:before {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .b5-item:hover .b5-img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.b5-img {
  width: 100%;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.b5-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/b5-bg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b5-table {
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b5-title {
  display: table-cell;
  vertical-align: middle;
}
.b5-text {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: 'open_sansregular', sans-serif;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
}
.b5-text strong {
  font-family: 'OpenSans-Bold', sans-serif;
  display: block;
  font-size: 30px;
}
.b5-icons {
  position: relative;
  width: 320px;
  margin: -5px auto 0 auto;
}
.b5-icon-1 {
  position: absolute;
  top: 0;
  left: 8px;
  height: 28px;
  width: 28px;
  display: block;
}
.b5-icon-1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  color: #fff;
  display: block;
  background: url("../img/bg-circle.png") no-repeat left top;
  font-size: 28px;
  height: 28px;
  width: 28px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.b5-icon-1:after {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  content: "\e923";
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  height: 28px;
  width: 28px;
  text-align: center;
  font-family: 'icomoon' !important;
}
.b5-icon-2 {
  background: url("../img/b5-icono.png") no-repeat;
  height: 10px;
  width: 286px;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .b5-item {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    height: 200px;
  }
  .b5-item:last-child {
    margin: 0;
  }
  .b5-text,
  .b5-icons {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 380px) {
  .b5-icons {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b50 {
  padding-top: 120px;
  padding-bottom: 55px;
}
.b50 .g-btn {
  margin-bottom: 35px;
}
.b50Main.wancho {
  max-width: 1200px;
}
.b50BLock {
  display: table;
  width: 100%;
}
.b50BlockCnt {
  display: table-row;
}
.b50Column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.b50Img {
  width: 100%;
  height: 358px;
  margin-left: 0;
  margin-right: auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b50Info {
  padding-left: 30px;
}
.b50TItleResp {
  display: none;
}
.b50Title h2 {
  line-height: 1.1;
  color: #c88800;
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.b50Title strong {
  display: block;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 25px;
}
.b50Text {
  line-height: 1.4;
  color: #7f7f7f;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  margin-top: 40px;
}
.b50Text h3 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b50Text p {
  margin-bottom: 0;
}
.b50TextCnt {
  line-height: 1.4;
  color: #7f7f7f;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
  margin-top: 50px;
}
.b50TextCnt p {
  margin-top: 15px;
  margin-bottom: 0;
}
.b50TextCnt p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1150px) {
  .b50 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .b50 {
    padding: 30px 0;
  }
  .b50BLock,
  .b50BlockCnt,
  .b50Column {
    display: block;
  }
  .b50Column {
    width: 100%;
  }
  .b50Info {
    padding-left: 0;
  }
  .b50TItleResp {
    display: block;
  }
  .b50TitleDesk {
    display: none;
  }
  .b50Title {
    text-align: center;
    margin-bottom: 30px;
  }
  .b50Text {
    margin-top: 30px;
  }
  .b50TextCnt {
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b51 {
  background-image: url("../img/b51-error.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 550px;
  display: table;
  width: 100%;
}
.b51 .g-btn {
  margin-top: 90px;
}
.b51 .g-title span {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}
.b51-table {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b51-cnt {
  max-width: 360px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b51 .g-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b51 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .b51 .g-btn {
    margin-top: 30px;
  }
  .b51 .g-title span {
    font-size: 18px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b52.b51 {
  background-image: url("../img/b52-enviado.jpg");
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b53 {
  padding-bottom: 75px;
}
.b53-img {
  float: left;
  width: 449px;
  padding: 0 4% 2% 0;
}
.b53-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b53-texto1 {
  font-size: 15px;
  color: #c88800;
  margin-bottom: 20px;
}
.b53-texto1 p {
  margin: 0;
  margin-bottom: 5px;
}
.b53-texto1 h3 {
  font-size: 25px;
  line-height: 25px;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  margin: 0;
  margin-bottom: 5px;
}
.b53-texto1 span {
  display: block;
}
.b53-texto2 {
  text-align: justify;
}
.b53-texto2 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b53 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b53-img {
    float: inherit;
    max-width: 449px;
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: 50px;
  }
  .b53-texto1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b53 {
    padding-bottom: 30px;
  }
  .b53-img {
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b54 {
  width: 100%;
  padding-bottom: 60px;
}
.b54-ctn {
  max-width: 1180px;
  font-size: 16px;
}
.b54-ctn p {
  margin-bottom: 20px;
}
.b54-ctn p:last-child {
  margin-bottom: 0;
}
.b54-text:first-child {
  margin-top: 800px;
}
.b54-list {
  padding-top: 20px;
}
.b54-list ul {
  margin-bottom: 20px;
}
.b54-list ul li {
  margin: 0;
}
.b54-list h5 {
  margin: 0 0 7px 0;
  font-size: 16px;
}
.b54-title {
  margin: 50px 0 30px 0;
}
.b54-title h3 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.b54-title h4 {
  margin: 7px 0 0;
  padding: 0;
  color: #c88800;
  font-size: 15px;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .b54 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b54 {
    padding-bottom: 30px;
  }
  .b54-ctn {
    font-size: 14px;
  }
  .b54-title {
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b55 {
  width: 100%;
  padding-bottom: 35px;
}
.b55-ctn {
  max-width: 790px;
}
.b55-ctn .g-btn {
  text-align: center;
}
.b55-text {
  font-size: 16px;
}
.b55-text p {
  margin: 0 0 20px 0;
}
.b55-title {
  text-align: center;
  font-family: 'OpenSans-Bold', sans-serif;
  padding-top: 25px;
  margin-bottom: 38px;
}
.b55-title h3 {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .b55 {
    padding-bottom: 30px;
  }
  .b55-title {
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b56 {
  width: 100%;
  padding-bottom: 35px;
}
.b56-ctn-header {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.b56-header {
  width: 100%;
  position: relative;
  height: 75px;
  margin-bottom: 40px;
}
.b56-header:before {
  background-color: #a88017;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.b56-item-header {
  display: inline-block;
  vertical-align: top;
  width: 36.2%;
  position: relative;
  padding: 20px 2.3% 0 2.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b56-item-header h3,
.b56-item-header h4 {
  margin: 0;
}
.b56-item-header h3 {
  font-size: 14px;
  color: #c88800;
}
.b56-item-header h4 {
  font-size: 20px;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b56-item-header:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #001e38;
  display: block;
}
.b56-item-header:nth-child(2) {
  width: 34.5%;
}
.b56-item-header:nth-child(2) h4 {
  font-size: 16px;
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b56-item-header:nth-child(2) .b56-item {
  padding-left: 15%;
}
.b56-item-header:nth-child(2) .b56-item:before {
  content: "\e921";
}
.b56-item-header:last-child {
  width: 29.3%;
}
.b56-item-header:last-child:after {
  display: none;
}
.b56-item-header:last-child .b56-item {
  padding-left: 13%;
}
.b56-item-header:last-child .b56-item:before {
  content: "\e926";
}
.b56-item {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10.5%;
}
.b56-item:before {
  content: "\e925";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'icomoon';
  font-size: 30px;
}
.b56-list {
  max-width: 1200px;
  padding-left: 2.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b56-list ul li {
  margin-bottom: 25px;
}
.b56-list ul li a {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b56-list ul li a:hover {
    color: #c88800;
  }
}
.b56-list ul li a:before {
  content: "\e91a";
  font-family: 'icomoon';
  color: #c88800;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.b56-list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1228px) {
  .b56-item-header:first-child h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1110px) {
  .b56-item-header:first-child h4,
  .b56-item-header:last-child h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .b56-header {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b56-item-header {
    width: 45%;
  }
  .b56-item-header:nth-child(2),
  .b56-item-header:last-child {
    width: 45%;
  }
  .b56-item-header:last-child {
    margin: 0 auto 0 auto;
    display: block;
    padding-bottom: 20px;
  }
  .b56-item-header:nth-child(2):after {
    display: none;
  }
  .b56-item-header:first-child {
    margin-left: 5%;
  }
  .b56-item-header h3 {
    font-size: 13px;
  }
  .b56-item:before {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b56-item-header {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-left: 0;
  }
  .b56-item-header:after {
    display: none;
  }
  .b56-item-header:nth-child(2),
  .b56-item-header:last-child {
    width: 90%;
    margin: 0 auto;
  }
  .b56-item-header:nth-child(2) .b56-item,
  .b56-item-header:last-child .b56-item {
    padding-left: 50px;
  }
  .b56-item {
    padding-left: 50px;
  }
  .b56-item:before {
    font-size: 20px;
    width: 29px;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .b56-item-header:first-child h3,
  .b56-item-header:nth-child(2) h3,
  .b56-item-header:last-child h3 {
    font-size: 12px;
  }
  .b56-item-header:first-child h4,
  .b56-item-header:nth-child(2) h4,
  .b56-item-header:last-child h4 {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b57 {
  padding-bottom: 55px;
}
.b57Subtitle {
  position: relative;
}
.b57Subtitle h2 {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 70px;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  border-bottom: 1px solid #001e38;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 0;
}
.b57Subtitle:before {
  content: "\e923";
  display: inline-block;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7.5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b57Subtitle.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .b57Subtitle:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.b57Text {
  line-height: 1.4;
  color: #666;
  font-family: 'open_sansregular', sans-serif;
  font-size: 15px;
  padding: 0 20px;
  padding-top: 25px;
}
.b57Text h3 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.b57Text p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .b57 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b57 {
    padding-bottom: 30px;
  }
  .b57Subtitle h2 {
    font-size: 16px;
  }
  .b57Text {
    font-size: 14px;
  }
  .b57Text h3 {
    font-size: 16px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b59 {
  width: 100%;
  padding-bottom: 50px;
}
.b59-cnt {
  max-width: 1159px;
  width: 100%;
  margin: auto;
}
.b59-img {
  float: left;
  padding: 0 40px 30px 0;
  width: 38.75%;
}
.b59-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b59-info1 p {
  font-size: 13px;
  color: #666;
}
.b59-info1 h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: #001e38;
  font-family: 'OpenSans-Bold', sans-serif;
  margin: 0;
  margin-bottom: 7px;
}
.b59-info1 h4 {
  text-transform: uppercase;
  color: #ba8a21;
  margin: 0;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .b59 {
    padding-bottom: 30px;
  }
  .b59-img {
    float: inherit;
    padding: 0;
    max-width: 350px;
    width: 100%;
  }
  .b59-texto {
    margin-top: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  width: 100%;
  overflow: hidden;
}
.b6item {
  float: left;
  width: 49.5%;
  height: 203px;
  background: #eaeaea;
  color: #001e38;
  text-align: right;
}
.b6item:last-child {
  text-align: left;
  color: #fff;
  background: #001e38;
  margin-left: 1%;
}
.b6item:last-child .b6info {
  width: 550px;
  padding-right: 260px;
  padding-left: 75px;
}
.b6item:last-child .b6fig {
  width: 252px;
  top: inherit;
  bottom: 0;
}
.b6item:last-child .icon-i-adorno {
  left: -30px;
}
.b6table {
  height: 203px;
  display: table-cell;
  vertical-align: middle;
}
.b6text1 {
  font-size: 15px;
  margin-bottom: 5px;
}
.b6text1 p {
  margin: 0;
}
.b6text1 strong {
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b6text2 {
  font-size: 16px;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b6text2 strong {
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b6text3 {
  padding-left: 30px;
  position: relative;
}
.b6text3 h3 {
  color: #c88800;
  font-size: 12px;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 5px;
}
.b6text3 p {
  font-size: 12px;
  margin-bottom: 5px;
}
.b6text3 a {
  font-size: 12px;
  color: #c88800;
  font-family: 'OpenSans-Semibold', sans-serif;
  display: block;
}
.b6text3:before {
  display: inline-block;
  font-size: 23px;
  color: #c88800;
  content: '\e90e';
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
}
.b6text4 {
  color: #c88800;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b6text4 p {
  margin: 0;
}
.b6text4 strong {
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
  display: block;
  color: #fff;
}
.b6info {
  width: 500px;
  text-align: left;
  padding-right: 270px;
  height: 100%;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6info .icon-i-adorno {
  font-size: 24px;
  position: relative;
  left: -27px;
}
.b6fig {
  display: block;
  width: 299px;
  position: absolute;
  top: 0;
  right: 0;
}
.b6fig img {
  display: block;
  width: 100%;
  height: auto;
}
.b6-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.b6-wrap {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b6item:first-child:hover .b6-img-1 {
    -webkit-animation: timon 3s ease-in-out infinite;
    -moz-animation: timon 3s ease-in-out infinite;
    -o-animation: timon 3s ease-in-out infinite;
    -ms-animation: timon 3s ease-in-out infinite;
    animation: timon 3s ease-in-out infinite;
  }
  .b6item:last-child {
    overflow: hidden;
  }
  .b6item:last-child .b6fig {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .b6item:last-child:hover .b6fig {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1100px) {
  .b6info {
    width: auto;
    padding-right: 75px;
  }
  .b6fig {
    display: none;
  }
  .b6item:last-child .b6info {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b6item {
    width: 100%;
    height: auto;
    float: none;
    margin: auto;
    display: table;
    height: 200px;
  }
  .b6item:last-child {
    width: 100%;
    margin: 0;
  }
  .b6info {
    display: table;
    padding: 0;
    height: 100%;
    padding-right: 0;
  }
  .b6text3 {
    padding-left: 0;
  }
  .b6text3:before {
    display: none;
  }
  .b6table {
    width: 2000px;
    text-align: center;
    height: auto;
    display: table-cell;
    vertical-align: middle;
  }
  .b6item:last-child .b6info {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .icon-i-adorno {
    display: none;
  }
}
@-moz-keyframes timon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes timon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes timon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes timon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b60 {
  padding-bottom: 55px;
}
.b60-cnt {
  max-width: 1150px;
  width: 96%;
  margin: auto;
}
.b60-derecha {
  display: inline-block;
  vertical-align: top;
  width: 79%;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}
.b60-item {
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
}
.b60-item:last-child {
  margin-bottom: 0;
}
.b60-detalle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.b60-link {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .b60-link:hover {
    color: #c88800;
  }
}
@media screen and (max-width: 1024px) {
  .b60 {
    padding-bottom: 50px;
  }
  .b60-derecha {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .b60-derecha {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .b60-detalle {
    padding-right: 20%;
    border-bottom: 1px solid rgba(172,127,30,0.5);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .b60 {
    padding-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b61 {
  padding-bottom: 50px;
}
.b61-cnt {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  font-size: 0;
}
.b61-nav {
  display: inline-block;
  vertical-align: top;
  width: 234px;
}
.b61-block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 234px);
  font-size: 0;
  text-align: center;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b61-cnt-items {
  margin-bottom: 40px;
}
.b61-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.b61-item:nth-child(3n+3) {
  margin-right: 0;
}
.b61-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.b61-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b61-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b61-btns {
  position: relative;
  z-index: 2;
}
.b61-btns .g-btn a {
  padding: 0 30px 0 45px;
  position: relative;
}
.b61-table {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 367px;
}
.b61-btn1 a,
.b61-btn2 a {
  background: #c88800;
  color: #fff;
  border: 1px solid #c88800;
}
.b61-btn1 {
  margin-bottom: 40px;
}
.b61-icon-btn {
  position: absolute;
  line-height: 40px;
  left: 14px;
}
.b61-text {
  line-height: 1.4;
  color: #666;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
}
.b61-text p {
  margin-bottom: 0;
}
.b61-text strong {
  display: block;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b61-btn1 a,
  .b61-btn2 a {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .b61-wrap:before,
  .b61-btn1,
  .b61-btn2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .b61-item:hover .b61-wrap:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    visibility: visible;
  }
  .b61-item:hover .b61-btn1,
  .b61-item:hover .b61-btn2 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .b61-block {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b61 {
    padding-bottom: 50px;
  }
  .b61-nav {
    width: 180px;
  }
  .b61-block {
    width: calc(100% - 180px);
  }
  .b61-item {
    width: 49%;
  }
  .b61-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b61-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b61-nav {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .b61-nav ul {
    padding-bottom: 20px;
  }
  .b61-block {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .b61-item {
    width: 32%;
  }
  .b61-item:nth-child(even) {
    margin-right: 2%;
  }
  .b61-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  .b61 {
    padding-bottom: 30px;
  }
  .b61-cnt-items {
    margin-bottom: 20px;
  }
  .b61-item {
    width: 49%;
  }
  .b61-item:nth-child(odd) {
    margin-right: 2%;
  }
  .b61-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .b61-item {
    width: 100%;
  }
  .b61-item:nth-child(odd) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b62 {
  padding-bottom: 50px;
}
.b62-main.wancho {
  max-width: 750px;
}
.b62-form .formError .formErrorContent,
.b62-form .formError .formErrorArrow div {
  background: #c88800;
}
.b62-campos {
  margin-bottom: 20px;
}
.b62-campos h3 {
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.b62-campos li {
  margin-bottom: 10px;
}
.b62-campos li:last-child {
  margin-bottom: 0;
}
.b62-campos:last-child {
  margin-bottom: 0;
}
.b62-campos .g-btn {
  text-align: center;
  margin-top: 20px;
}
.b62-one {
  max-width: 240px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}
.b62-two {
  font-size: 0;
}
.b62-two .g-input {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  margin-right: 1%;
}
.b62-two .g-input:last-child {
  margin-right: 0;
}
.b62-three {
  font-size: 0;
}
.b62-three .g-input {
  display: inline-block;
  vertical-align: top;
  width: 32.66%;
  margin-right: 1%;
}
.b62-three .g-input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .b62 {
    padding-bottom: 30px;
  }
  .b62-two .g-input {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .b62-two .g-input:last-child {
    margin-bottom: 0;
  }
  .b62-three .g-input {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .b62-three .g-input:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .b62-one {
    max-width: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.b7 .bx-wrapper .bx-prev,
.b7 .bx-wrapper .bx-next {
  background: none;
  text-indent: 1px;
  width: auto;
  display: inline-block;
  height: auto;
  display: inline-block;
  z-index: 100;
  margin-top: -7px;
}
.b7 .bx-wrapper .bx-prev:before,
.b7 .bx-wrapper .bx-next:before {
  content: '';
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #001e38;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b7 .bx-wrapper .bx-prev:hover:before,
.b7 .bx-wrapper .bx-next:hover:before {
  color: #c88800;
}
.b7 .bx-wrapper .bx-prev {
  left: -30px;
}
.b7 .bx-wrapper .bx-prev:before {
  content: '\e920';
}
.b7 .bx-wrapper .bx-next {
  right: -30px;
}
.b7 .bx-wrapper .bx-next:before {
  content: '\e923';
}
.b7 .bx-wrapper img {
  max-width: 50%;
  height: auto;
}
.b7main.wancho {
  max-width: 1145px;
}
.b7cntslider,
.b7info {
  display: inline-block;
  vertical-align: top;
}
.b7info {
  width: 215px;
  margin-right: 35px;
}
.b7cntslider {
  width: 890px;
  position: relative;
}
.b7cntslider li {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.b7cntslider a {
  display: block;
}
.b7text {
  font-size: 14px;
}
.b7text strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b7TextImg {
  display: block;
  line-height: 1.2;
  color: #001e38;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.b7TextImg p {
  margin-bottom: 0;
}
.b7navtab {
  font-size: 0;
  text-align: center;
}
.b7navtab a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #001e38;
}
.b7navtab a:first-child {
  width: 40%;
  border-right: none;
}
.b7navtab a.active {
  background: #001e38;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .b7navtab a:hover {
    background: #001e38;
    color: #fff;
  }
}
.b7slidtab {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.b7slidtab.active {
  position: relative;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .b7fug:hover img {
    -webkit-animation: b7_anima_rebote 1s ease-in-out;
    -moz-animation: b7_anima_rebote 1s ease-in-out;
    -o-animation: b7_anima_rebote 1s ease-in-out;
    -ms-animation: b7_anima_rebote 1s ease-in-out;
    animation: b7_anima_rebote 1s ease-in-out;
  }
}
@media screen and (max-width: 1210px) {
  .b7info {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
  .b7cntslider {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .b7 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 940px) {
  .b7cntslider {
    width: 630px;
    margin: auto;
  }
}
@media screen and (max-width: 740px) {
  .b7cntslider {
    width: 470px;
  }
}
@media screen and (max-width: 640px) {
  .b7 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 580px) {
  .b7 .bx-wrapper {
    width: 740px;
  }
  .b7cntslider {
    width: 290px;
  }
  .b7cntslider li {
    width: 140px !important;
  }
  .b7 .bx-wrapper .bx-prev,
  .b7 .bx-wrapper .bx-next {
    display: none;
  }
}
@-moz-keyframes b7_anima_rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes b7_anima_rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes b7_anima_rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes b7_anima_rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  width: 100%;
}
.b8item {
  float: left;
  width: 50%;
  height: 233px;
  background: #001e38;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.b8item:last-child {
  padding-right: 0;
  padding-left: 207px;
  background: #f1f1f1;
  text-align: left;
}
.b8item:last-child .b8content {
  color: #000;
}
.b8item:last-child .b8text {
  text-align: center;
}
.b8item {
  padding-right: 207px;
}
.b8fig {
  width: 379px;
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  margin: auto;
}
.b8fig img {
  width: 100%;
  height: auto;
  display: block;
}
.b8contentItems {
  width: 100%;
  zoom: 1;
  position: relative;
}
.b8contentItems:after,
.b8contentItems:before {
  content: "";
  display: table;
}
.b8contentItems:after {
  clear: both;
}
.b8content {
  width: 555px;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-top: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8content h2 {
  font-size: 25px;
  color: #c88800;
  margin-bottom: 0px;
}
.b8content p {
  font-size: 14px;
  margin-bottom: 0;
}
.b8content .b8linea {
  display: block;
  width: 100%;
  height: 1px;
  background: #c88800;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.b8content .b8linea:before {
  content: "\e914";
  display: inline-block;
  color: #c88800;
  font-family: 'icomoon';
  font-size: 25px;
  position: absolute;
  top: -13px;
  left: -32px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.b8content .b8linea:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #c88800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -12px;
}
.b8text {
  text-align: left;
}
@media screen and (max-width: 1620px) {
  .b8fig {
    width: 302px;
    top: 0;
  }
  .b8item {
    padding-right: 150px;
  }
  .b8item:last-child {
    padding-left: 115px;
  }
}
@media screen and (max-width: 1490px) {
  .b8contentItems {
    display: table;
    height: 100%;
  }
  .b8item {
    padding-right: 0;
    display: table-cell;
    vertical-align: top;
    height: auto;
    float: none;
  }
  .b8item:last-child {
    padding-left: 0;
  }
  .b8fig {
    display: none;
  }
  .b8text {
    text-align: center;
    padding: 0 30px;
  }
  .b8content {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b8content h2 {
    margin-bottom: 10px;
  }
  .b8content .b8linea {
    width: 90%;
  }
}
@media screen and (max-width: 740px) {
  .b8item {
    width: 100%;
    display: block !important;
  }
  .b8content {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b8content .b8linea {
    display: none;
  }
  .b8text {
    padding: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  padding-top: 25px;
  padding-bottom: 70px;
}
.b9main {
  text-align: center;
}
.b9main.wancho {
  max-width: 1152px;
}
.b9main span {
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: -162px;
  color: #c88800;
}
.b9fig {
  width: 100%;
}
.b9fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b9 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b9main span {
    margin-right: -120px;
  }
}
@media screen and (max-width: 640px) {
  .b9 {
    padding-bottom: 30px;
  }
  .b9main span {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer-items-top {
  font-size: 0;
  width: 100%;
  background: #c88800;
  text-align: center;
  position: relative;
  z-index: 2;
}
.f-items-item {
  display: inline-block;
  vertical-align: middle;
  width: 14.28%;
  text-align: center;
  position: relative;
}
.f-items-item h3 {
  font-size: 16px;
  width: 2000px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  height: 65px;
}
.f-items-item strong {
  font-family: 'OpenSans-Bold', sans-serif;
}
.f-items-item:before {
  content: "";
  background: url("../img/f-linea.png");
  position: absolute;
  right: 0px;
  width: 5px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-items-item:last-child:before {
  display: none;
}
.footer {
  position: relative;
  background: #001e38;
  color: #fff;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/footer-mascara.png");
}
.footer-cnt {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  width: 95%;
  margin: auto;
  padding-top: 22px;
  padding-bottom: 40px;
}
/* top */
.footer-top {
  font-size: 0;
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  padding-right: 45px;
  max-width: 318px;
  width: 27%;
}
.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.f-items-cnt {
  display: inline-block;
  vertical-align: top;
  width: 68%;
}
.f-item-top {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  width: 29%;
}
.f-item-top:last-child {
  padding-right: 0;
}
.f-item3 {
  position: relative;
  padding-left: 28px;
}
.f-item3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #c88800;
}
.f-subtitulo h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: #c88800;
  margin-bottom: 8px;
}
.f-subtitulo strong {
  font-family: 'OpenSans-Bold', sans-serif;
}
/* Redes*/
.f-redes {
  margin-bottom: 12px;
}
.f-redes-cnt li {
  display: inline-block;
  margin-right: 10px;
}
.f-redes-cnt li a {
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .f-redes-cnt li:hover {
    color: #c88800;
  }
}
.f-redes-cnt li:last-child {
  margin-right: 0;
}
.f-redes-cnt li:nth-child(4) a {
  font-size: 14px;
}
/* Suscribete*/
.f-input {
  display: inline-block;
  text-align: left;
  position: relative;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.f-input ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.f-input :-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.f-input ::-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.f-input :-ms-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.f-input input {
  width: 100%;
  font-size: 12px;
  height: 40px;
  background: #001e38;
  color: #fff;
  border: 2px solid #fff;
  padding: 0 46px 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.f-input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #c88800;
  border: none;
}
.f-input button:before {
  content: "\e90f";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
  color: #000;
  font-size: 14px;
}
/* Direccion - correo*/
.f-sub-item {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.f-sub-item:before {
  content: "\e910";
  font-family: 'icomoon';
  font-size: 25px;
  color: #c88800;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
.f-sub-item h3 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
}
.f-sub-item p,
.f-sub-item a {
  color: #c88800;
  font-size: 12px;
  margin: 0;
}
.f-naval:before {
  font-size: 28px;
}
.f-correo:before {
  content: "\e911";
}
.f-central:before {
  content: "\e912";
}
.f-central p,
.f-central a {
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
}
.f-wallpaper:before {
  content: "\e913";
}
.footer-bottom {
  display: table;
  width: 100%;
  padding-top: 40px;
}
.footer-bottom ul {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding-right: 2%;
}
.footer-bottom ul:last-child {
  padding-right: 0;
}
.footer-bottom li {
  line-height: 15px;
}
.footer-bottom li a {
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .footer-bottom li a:hover {
    color: #c88800;
  }
}
.footer-copy-cnt {
  max-width: 1150px;
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.footer-copy {
  font-size: 13px;
  height: 30px;
}
.footer-copy .wancho {
  overflow: hidden;
  margin-top: 9px;
}
.footer-copy-left {
  float: left;
}
.footer-copy-left p {
  margin: 0;
}
.footer-copy-right {
  float: right;
}
.staffteam {
  position: relative;
  padding-right: 0.45em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'arial';
}
.staffteam: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: -3px;
}
.link-staff:hover .staffteam {
  color: #c88800;
}
@media screen and (max-width: 1700px) {
  .f-items-item h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .footer-items-top {
    text-align: center;
  }
  .footer-items-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #fff;
    height: 1px;
    display: none;
  }
  .f-items-item {
    width: 25%;
    text-align: center;
  }
  .f-items-item h3 {
    height: 40px;
  }
  .f-items-item:nth-child(4):before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .footer-bottom {
    display: none;
  }
  .footer-logo {
    display: none;
  }
  .f-items-cnt {
    width: 100%;
    font-size: 0;
  }
  .f-item-top {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-item3:before {
    display: none;
  }
  .footer-cnt {
    padding: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .f-central p,
  .f-central a {
    font-size: 15px;
  }
  .f-items-item {
    width: 50%;
  }
  .f-items-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .f-items-item:last-child:after {
    display: none;
  }
  .footer-items-top:before {
    display: none;
  }
  .f-items-item:nth-child(2):before,
  .f-items-item:nth-child(6):before {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .f-item-top {
    width: 50%;
    text-align: center;
    padding: 0 10px;
  }
  .f-item3 {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .f-sub-item {
    display: inline-block;
  }
}
@media screen and (max-width: 620px) {
  .footer-copy {
    height: auto;
    text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 8px 0 12px;
  }
  .footer-copy-left {
    float: none;
  }
  .footer-copy-right {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .footer-cnt {
    padding-bottom: 20px;
  }
  .f-item-top {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .f-item3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .f-redes {
    margin-bottom: 20px;
  }
  .f-item2 .f-inner-item:last-child {
    margin-top: 20px;
  }
  .f-item3 .f-inner-item:last-child {
    margin-top: 20px;
  }
  .f-sub-item:before {
    display: none;
  }
  .f-sub-item {
    padding-left: 0;
    margin-bottom: 0;
  }
  .f-items-item {
    width: 100%;
  }
  .f-items-item:before {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.digit,
.colon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 110px;
  margin: 5px;
}
.header {
  width: 100%;
  height: 185px;
}
.header .wancho {
  max-width: 1150px;
  width: 96%;
}
.header.active {
  height: 185px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header.active .hMenuItem.hMenuHover .hSubmenu {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.header.activex {
  height: 185px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hMain {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 140;
}
.hCnt {
  width: 100%;
  height: 85px;
  background: url("../img/header-bg-color.png") 0px 0px repeat;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hCnt:before {
  content: "";
  width: 109px;
  height: 41px;
  background: url("../img/header-bg-trazo.png") 0px 0px no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.hLogo {
  display: block;
  width: 100px;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
}
.hLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.hTop {
  display: table-cell;
  vertical-align: top;
  width: 2000px;
  height: 45px;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
}
.hTopCnt {
  position: relative;
}
.hWrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
}
.hWrap:first-child {
  text-align: left;
}
.hWrap:last-child {
  text-align: right;
}
.hEmail,
.hLanguaje {
  display: inline-block;
  vertical-align: middle;
}
.hEmail a {
  display: inline-block;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}
.hEmail a:before {
  content: "\e929";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.hLanguaje {
  margin-left: 15px;
}
.hLanguaje li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  margin-left: 7px;
}
.hLanguaje li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
}
.hLanguaje li:first-child {
  padding-left: 15px;
  margin-left: 0;
}
.hLanguaje a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hLanguaje a.active {
  color: #c88800;
}
.hLinkInterna,
.hClock {
  display: inline-block;
  vertical-align: middle;
}
.hLinkInterna a {
  display: inline-block;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 15px;
  position: relative;
  padding-right: 20px;
}
.hLinkInterna a:before {
  content: "\e901";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.hClock {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.hClock:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
}
.hClock span {
  display: inline-block;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 19px;
  position: relative;
  padding-left: 20px;
}
.hClock span:before {
  content: "\e902";
  color: #fff;
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.hSearch {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 29px;
}
.hSearch a {
  display: inline-block;
  color: #fff;
  font-family: 'BebasNeue', sans-serif;
  font-size: 24px;
  position: relative;
  padding-right: 25px;
}
.hSearch a:before {
  content: "\e903";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.hForm {
  width: 0;
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 5;
}
.hForm form {
  width: 100%;
  height: 100%;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.hForm form ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.hForm form :-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.hForm form ::-moz-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.hForm form :-ms-input-placeholder {
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
}
.hForm input {
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
.hForm button {
  width: 30px;
  height: 35px;
  line-height: 35px;
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.hForm.active {
  width: 450px;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.hCloseSearch {
  width: 30px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.hBottom {
  height: 50px;
  font-size: 0;
}
.hBottomBorde {
  display: block;
  width: 100%;
  height: 1px;
  background: #c88800;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1;
}
.hMenuWrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hMenuWrap:first-child {
  text-align: left;
}
.hMenuWrap:last-child {
  text-align: right;
  padding-right: 122px;
}
.hMenuWrap .hMenuItem {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.hMenuWrap .hMenuItem:first-child .hMenuLink {
  padding-left: 0;
}
.hMenuWrap .hMenuItem.active .hMenuLink {
  color: #c88800;
}
.hMenuWrap .hMenuItem.active .hSubmenu {
  height: 100px;
  z-index: 1;
}
.hMenuWrap .hMenuItem.hMenuHover .hSubmenu {
  height: 100px;
}
.hMenuWrap .hMenuItem.opacity .hMenuLink {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.hMenuWrap .hMenuLink {
  display: table-cell;
  vertical-align: top;
  height: 30px;
  color: #fff;
  font-family: 'BebasNeue', sans-serif;
  font-size: 24px;
  position: relative;
  z-index: 3;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hMenuWrap .hSubmenu {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #192c4a url("../img/header-bg-submenu.png") center center no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
}
.hMenuWrap .hSubmenuCnt {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 50px;
}
.hMenuWrap .hSubmenuTitle {
  display: none;
  line-height: 1;
  color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  margin-bottom: 10px;
}
.hMenuWrap .hSubmenuTitle strong {
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
}
.hMenuWrap .hSubmenuItem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.hMenuWrap .hSubmenuItem:before {
  content: "";
  width: 1px;
  height: 27px;
  background: #c88800;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13.5px;
}
.hMenuWrap .hSubmenuItem:first-child:before {
  display: none;
}
.hMenuWrap .hSubmenuItem:first-child .hSubmenuLink {
  padding-left: 0;
}
.hMenuWrap .hSubmenuItem:last-child .hSubmenuLink {
  padding-right: 0;
}
.hMenuWrap .hSubmenuLink {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 14px;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hMenuWrap .hSubmenuLink.active {
  color: #c88800;
}
.hRedesSociales {
  width: 85px;
  position: fixed;
  top: 27%;
  right: 0;
  z-index: 140;
}
.hRedesSociales span {
  display: none;
}
.hRedesSociales li {
  width: 100%;
  height: 40px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.hRedesSociales li:last-child a:after {
  display: none;
}
.hRedesSociales li:nth-child(3) a {
  font-size: 10px;
}
.hRedesSociales a {
  display: block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #e9e9e9;
  color: #001e38;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hRedesSociales a:after {
  content: "";
  width: 31px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hRedesSociales a:hover {
  width: 80px;
  background: #c88800;
  color: #fff;
}
.hRedesSociales a:hover:after {
  background: #c88800;
}
@media screen and (min-width: 1025px) {
  .hEmail a,
  .hEmail a:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .hEmail a:hover {
    color: #c88800;
  }
  .hEmail a:hover:before {
    color: #c88800;
  }
  .hLanguaje a:hover {
    color: #c88800;
  }
  .hLinkInterna a,
  .hLinkInterna a:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .hLinkInterna a:hover {
    color: #c88800;
  }
  .hLinkInterna a:hover:before {
    color: #c88800;
  }
  .hSearch a,
  .hSearch a:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .hSearch a:hover {
    color: #c88800;
  }
  .hSearch a:hover:before {
    color: #c88800;
  }
  .hMenuItem:hover .hMenuLink {
    color: #c88800;
  }
  .hSubmenuLink:hover {
    color: #c88800;
  }
}
.pager-home .hCnt {
  background: none;
}
.pager-home .hCnt:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.pager-home .hBottom:before,
.pager-home .hBottom:after {
  content: "";
  width: 45%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 1;
}
.pager-home .hBottom:before {
  left: 0;
}
.pager-home .hBottom:after {
  right: 0;
}
.pager-home .hBottomBorde {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.pager-home .header {
  height: 0;
}
.pager-home .header.hCssHeader .hCnt {
  background: url("../img/header-bg-color.png") 0px 0px repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.hCssHeader .hCnt:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.hCssHeader .hBottom:before,
.pager-home .header.hCssHeader .hBottom:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.hCssHeader .hBottomBorde {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  -ms-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
.pager-home .header.fixed .hCnt {
  background: url("../img/header-bg-color.png") 0px 0px repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.fixed .hCnt:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.fixed .hBottom:before,
.pager-home .header.fixed .hBottom:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager-home .header.fixed .hBottomBorde {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1;
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  -ms-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
.pager-home .hMenuWrap .hSubmenu {
  height: 0;
}
.pager-header .header {
  height: 85px;
}
.pager-header .header.active,
.pager-header .header.activex {
  height: 185px;
}
.pager-header .hMenuWrap .hSubmenu {
  height: 0;
}
.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #c88800;
  -webkit-border-radius: 7%;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 14px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-sidebar .hLinkInterna {
  display: block;
}
.menu-sidebar .hLinkInterna a {
  display: block;
  line-height: 50px;
  color: #001e38;
  font-size: 14px;
  padding: 0 10px;
}
.menu-sidebar .hLinkInterna a:before {
  line-height: 1;
  color: #001e38;
  right: 10px;
}
.menu-sidebar .redesResp {
  padding-top: 15px;
  border-top: 1px solid #001e38;
}
.menu-sidebar .redesResp span {
  display: block;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 17px;
}
.menu-sidebar .redesResp ul {
  font-size: 0;
  padding-left: 10px;
}
.menu-sidebar .redesResp li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.menu-sidebar .redesResp li:first-child {
  margin-left: 0;
}
.menu-sidebar .redesResp li:nth-child(3) a {
  font-size: 8px;
}
.menu-sidebar .redesResp a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #001e38;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #001e38;
}
.menu-sidebar .hLanguaje {
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
.menu-sidebar .hLanguaje ul {
  padding-left: 10px;
  padding-bottom: 15px;
}
.menu-sidebar .hLanguaje li:before {
  background: #001e38;
}
.menu-sidebar .hLanguaje li:first-child {
  padding-left: 0;
}
.menu-sidebar .hLanguaje li:first-child:before {
  display: none;
}
.menu-sidebar .hLanguaje a {
  color: #001e38;
}
.menu-sidebar .hLanguaje a.active {
  color: #c88800;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .hSubmenuTitle {
  display: none;
}
.menu-responsive .hMenuItem {
  border-top: 1px solid #001e38;
}
.menu-responsive .hMenuItem.active .hMenuLink {
  background: #001e38;
  color: #fff;
}
.menu-responsive .hMenuItem:first-child {
  border-top: none;
}
.menu-responsive .hMenuItem:last-child {
  border-bottom: 1px solid #001e38;
}
.menu-responsive .hMenuLink {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 50px;
  background: #fff;
  color: #001e38;
  font-family: 'OpenSans-Semibold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-responsive .hSubmenu {
  display: none;
  padding: 10px 0;
}
.menu-responsive .hSubmenuItem {
  margin-top: 10px;
}
.menu-responsive .hSubmenuItem:first-child {
  margin-top: 0;
}
.menu-responsive .hSubmenuLink {
  display: block;
  padding-left: 30px;
}
.menu-responsive .hSubmenuLink br {
  display: none;
}
.menu-responsive .hSubmenuLink.active {
  color: #c88800;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .menu-mobile-open {
    visibility: visible;
  }
  .pager-home .hCnt {
    background: none;
    position: relative;
  }
  .pager-home .hCnt:after {
    content: "";
    width: 100%;
    height: 0;
    background: #001e38;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0);
  }
  .pager-home .hMain {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .pager-home .hEmail {
    position: relative;
    z-index: 2;
  }
  .pager-home .header.active .hCnt {
    background: none;
  }
  .pager-home .header.active .hCnt:after {
    height: 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
  }
  .header .hBottom,
  .header .hSearch,
  .header .hCnt:before,
  .header .hLinkInterna,
  .header .hWrap:last-child,
  .header .hLanguaje {
    display: none;
  }
  .header,
  .hMain {
    height: 70px;
  }
  .hMain {
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
  }
  .hCnt {
    background: #001e38;
    height: 70px;
  }
  .hLogo {
    width: 55px;
    top: 50%;
    left: 10px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hTop {
    padding: 0;
    margin: 0;
  }
  .hWrap {
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .hWrap:first-child {
    text-align: right;
  }
  .hEmail a {
    padding-left: 25px;
  }
  .hRedesSociales {
    display: none;
  }
}
