.g-btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g-btn {
  padding: 0px 45px;
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  border: none;
}
.g-btn.orange {
  background: #ea6702;
  color: #fff;
}
.g-btn.orange:hover {
  background: #bd5301;
  color: #fff;
}
.g-btn.verde {
  background: #bdb560;
  color: #fff;
}
.g-btn.verde:hover {
  background: #bdb560;
  color: #fff;
}
.g-btn.disabled {
  background: #696c70;
}
@media screen and (max-width: 640px) {
  .g-btn-wrapper {
    width: 100%;
  }
  button.g-btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 62px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .g-btn {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
  }
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: absolute;
  top: 20%;
}
.g-item figcaption {
  margin-top: 100px;
  font-size: 20px;
  color: #009441;
}
.g-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 260px;
  position: relative;
  width: 270px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 8px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}


.b5 {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5 .wancho {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .b5.active-left .b5-left .b5-after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #009441;
  }
  .b5.active-right .b5-right .b5-after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #ea6702;
  }
}
.b5-left,
.b5-right {
  width: 50%;
  height: 396px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.b5-left .b5-after,
.b5-right .b5-after {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.b5-left {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b5-left .b5-after {
  background-color: #009441;
}
@media screen and (min-width: 1025px) {
  .b5-left:hover .b5-after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #009441;
  }
}
@media screen and (max-width: 1024px) {
  .b5-left .b5-after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-color: #009441;
  }
}
.b5-right {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b5-right .b5-after {
  background-color: #ea6702;
}
@media screen and (min-width: 1025px) {
  .b5-right:hover .b5-after {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #ea6702;
  }
}
@media screen and (max-width: 1024px) {
  .b5-right .b5-after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-color: #ea6702;
  }
}
.b5-info {
  width: 50%;
  color: #fff;
}
.b5-info span {
  font-size: 20px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  margin-bottom: 10px;
  display: block;
}
.b5-info h4 {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-size: 35px;
  position: relative;
  top: -2px;
  margin-bottom: 28px;
  line-height: 1.15;
}
.b5-info .g-btn {
  border: 1px solid #fff;
  padding: 0 53px;
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  background-color: rgba(0,0,0,0);
  -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) {
  .b5-info-left .g-btn:hover {
    color: #ea6702;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b5-info-left .g-btn {
    color: #ea6702;
    background-color: #fff;
  }
}
.b5-info-left .b5-info-ctn {
  padding-left: 11%;
}
@media screen and (min-width: 1025px) {
  .b5-info-right .g-btn:hover {
    color: #ea6702;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b5-info-right .g-btn {
    color: #ea6702;
    background-color: #fff;
  }
}
.b5-info-right .b5-info-ctn {
  padding-left: 29%;
}
@media screen and (min-width: 1025px) {
  .b5-info-left .b5-info-ctn,
  .b5-info-right .b5-info-ctn {
    position: relative;
    top: 12px;
  }
}
.b5-movil {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b5-info h4 {
    font-size: 27px;
  }
  .b5-info span {
    font-size: 17px;
  }
  .b5-info .g-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .b5-info-left .b5-info-ctn {
    padding-left: 0;
  }
  .b5-info-right .b5-info-ctn {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b5-info h4 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b5 {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .b5 .wancho {
    display: none;
  }
  .b5-left,
  .b5-right {
    width: 100%;
    height: auto;
  }
  .b5-info h4 br {
    display: none;
  }
  .b5-movil {
    display: block;
    position: relative;
    z-index: 2;
  }
  .b5-movil.b5-info {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 10% 0px;
  }
  .b5-info-left .b5-info-ctn,
  .b5-info-right .b5-info-ctn {
    text-align: center;
  }
  .b5-info-right .b5-info-ctn {
    padding-left: 0;
  }
  .b5-info-ctn .g-btn-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6-bloque-master {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.b6-bloque {
  width: 33.333333333333%;
}
.b6-bloque-ctn {
  padding-left: 11.5px;
  padding-right: 11.5px;
  height: 478px;
}
.b6-item {
  margin-bottom: 10px;
}
.b6-item img {
  display: block;
}
.b6-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b6-item.active .b6-texto {
    margin-top: 138px;
    background-color: #acaeb2;
  }
  .b6-item.active .b6-texto span {
    color: #fff;
  }
  .b6-item.active .b6-texto p {
    color: #fff;
  }
}
.b6-center .b6-bloque-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b6-item-a {
  position: relative;
  display: block;
  overflow: hidden;
}
.b6-item-a img {
  display: block;
  max-width: 100%;
}
.b6-item-a figure {
  position: relative;
}
.b6-item-a figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(72,77,82,0.8);
}
  .b6-item-a figure {
    display: none;
  }
  .b6-right {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b6-right .b6-bloque-ctn {
    width: 100%;
    height: auto;
  }
  .b6-left,
  .b6-center {
    margin-bottom: 20px;
  }
  .b6-left .b6-bloque-ctn,
  .b6-center .b6-bloque-ctn {
    height: 421px;
  }
  .b6-enlaces {
    height: auto;
  }
@media screen and (max-width: 767px) {
  .b6-bloque {
    width: 100%;
  }
  .b6-center .b6-bloque-ctn {
    height: 360px;
  }
  .b6-bloque.b6-right {
    width: 100%;
  }
  .b6-left .b6-bloque-ctn,
  .b6-center .b6-bloque-ctn {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b6-play {
    width: 80px;
    height: 80px;
  }
  .b6-play i {
    font-size: 40px;
  }
  .b6-center .b6-bloque-ctn {
    height: 320px;
  }
}
@media screen and (max-width: 360px) {
  .b6-center .b6-bloque-ctn {
    height: 300px;
  }
}

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


