.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.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;
}
.g-btn.disabled {
  background: #696c70;
}
.g-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ea6702;
}
.g-link span {
  font-size: 18px;
  margin: 0;
}
.g-link i {
  margin-left: 8px;
}
.g-radios {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 230px;
}
.g-radios.g-radios-2 {
  width: 160px;
  -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;
}
.g-radios.g-radios-2 .g-radios-item {
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -o-box-flex: inherit;
  box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}
.g-radios.g-radios-2 .g-radios-item:nth-child(1) {
  margin-right: 20px;
}
.g-radios.g-radios-2 .g-radios-item:nth-child(2) label {
  padding-right: 0;
}
.g-input-row-2 {
  padding-top: 24px;
}
.g-input-row-2 .g-input-select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-input-row-2 .g-input-select select {
  width: 100%;
}
.g-input-row-3 .g-input-select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-input-row-3 .g-input-select select {
  width: 100%;
}
.g-cnt-box {
  border-top: 1px solid #e1e2e2;
  border-bottom: 1px solid #e1e2e2;
  margin-top: 30px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 15px 25px;
}
.g-radios-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-radios-item input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.g-radios-item input:checked~label:after {
  border-color: #009441;
}
.g-radios-item input:checked~label:before {
  display: block;
}
.g-radios-item label {
  padding: 0px 5px;
  position: relative;
}
.g-radios-item label:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #484d52;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-radios-item label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009441;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 3px;
  display: none;
  right: 100%;
}
.g-box-textarea ::-webkit-input-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-box-textarea :-moz-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-box-textarea ::-moz-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-box-textarea :-ms-input-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-textarea {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 15px;
  border: 1px solid rgba(105,108,112,0.3);
  border-radius: 8px;
}
.g-textarea.g-textarea-new {
  height: 97px;
}
@media screen and (max-width: 900px) {
  .g-select-input-2 .g-input-select {
    margin-right: 2%;
  }
  .g-select-input-2 .g-input-select,
  .g-select-input-2 .g-input-ctn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .g-input-respon-2 .g-input-ctn:nth-child(2) {
    display: none;
  }
  .g-input-respon-2 .d-flex {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .g-select-input-2 .g-input-ctn {
    margin-bottom: 11px !important;
  }
  .g-select-input-2 .g-input-select {
    margin-right: 0;
  }
}
@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-subtitle h3 {
  font-size: 35px;
  margin: 0;
  font-weight: normal;
  color: #ea6702;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 10px;
}
.g-subtitle p {
  margin: 0;
  font-size: 18px;
}
.g-subtitle.center {
  text-align: center;
}
.g-subtitle-2 {
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-weight: normal;
  color: #009441;
}
.g-subtitle-2.orange {
  color: #ea6702;
}
@media screen and (max-width: 960px) {
  .g-subtitle h3 {
    font-size: 30px;
  }
  .g-subtitle p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .g-subtitle h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .g-subtitle p {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-banner {
  position: relative;
  margin: 0;
}
.g-banner .wancho {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.g-banner.margin {
  margin-bottom: 90px;
}
.g-bannerimg {
  min-height: 350px;
  height: calc(100vh - 20vh - 75px);
  width: calc(100% - 100px);
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  display: block;
  -webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.75);
}
.g-bannerimg:after,
.g-bannerimg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.g-bannerimg:before {
  background-color: rgba(72,77,82,0.3);
}
.g-bannerimg:after {
  width: 50%;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.g-bannertext {
  color: #fff;
  padding-left: 60px;
  padding-top: 45px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 70px;
  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;
  position: relative;
  z-index: 3;
  min-height: 230px;
}
.g-bannertext h3 {
  font-size: 35px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.g-bannertext p {
  width: 450px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-bannertext p a {
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.g-bannertext .g-btn {
  margin-bottom: -15px;
  margin-top: 15px;
}
.g-bannerdeco {
  width: 2000px;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.g-box-decoration {
  display: block;
  position: absolute;
  height: calc(50% + 75px);
  display: block;
  width: 2000px;
  left: 85%;
  top: 0;
  z-index: 0;
}
.g-banner-responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 20px 0px;
}
.g-banner-responsive .wancho {
  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;
}
.g-banner-responsive {
  display: none;
}
.g-banner-2 {
  position: relative;
  padding-bottom: 60px;
}
.g-banner-2 .wancho {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.g-banner-2:before {
  content: '';
  height: 100%;
  width: 1000px;
  display: block;
  background: #009441;
  position: absolute;
  left: 65%;
  top: 0;
}
.g-banner-text {
  color: #fff;
  width: 420px;
}
.g-banner-text h3 {
  font-weight: normal;
  font-size: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .g-banner-2 .wancho {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .g-bannerimg {
    width: calc(100% - 60px);
    height: calc(100vh - 75px - 60px);
  }
}
@media screen and (max-width: 960px) {
  .g-banner-2 .wancho {
    padding-left: 0px;
  }
  .g-banner-2 {
    margin-bottom: 0px;
  }
  .g-banner.margin {
    margin-bottom: 0px;
  }
  .g-bannerdeco {
    display: none;
  }
  .g-bannerimg {
    height: 300px;
    width: 100%;
    max-width: 100%;
  }
  .g-bannertext {
    margin-bottom: 0;
    position: static;
    padding: 20px 0 0 30px;
    border-radius: 0;
    min-height: auto;
    width: 100%;
  }
  .g-bannertext p,
  .g-bannertext a {
    display: none;
  }
  .g-bannertext h3 {
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 31px;
  }
  .g-bannertext:before {
    display: none;
  }
  .g-bannertext p {
    color: #484d52;
  }
  .g-banner {
    margin-bottom: 0px;
  }
  .g-bannertext .g-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .g-box-decoration {
    display: none;
  }
  .g-banner-responsive {
    position: relative;
    z-index: 2;
    padding-top: 0;
    display: block;
    padding-bottom: 40px;
    padding-left: 15vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .g-banner-responsive .wancho {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3% 0 30px;
  }
  .g-banner-responsive p {
    color: #fff;
    font-size: 14px;
  }
  .g-banner-responsive .g-btn {
    margin-bottom: -25px;
  }
  .g-banner .wancho {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15vw;
  }
  .g-banner-text h3 {
    font-size: 40px;
  }
  .g-banner-2 {
    padding-bottom: 30px;
  }
  .g-banner-2:before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .g-bannertext {
    padding-right: 3%;
  }
  .g-bannertext p {
    width: 100%;
  }
  .g-banner-text {
    width: 100%;
  }
  .g-banner-text p {
    font-size: 14px;
  }
  .g-banner-responsive {
    padding-left: 3%;
  }
  .g-banner-responsive .g-btn {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .g-banner .wancho {
    padding-left: 3%;
  }
}
@media screen and (max-width: 480px) {
  .g-banner-2 .g-bannerimg {
    height: 470px;
  }
  .g-banner-2 .g-bannerimg:before {
    background: -webkit-linear-gradient(270deg, rgba(72,77,82,0) 0%, #484d52 100%);
    background: -moz-linear-gradient(270deg, rgba(72,77,82,0) 0%, #484d52 100%);
    background: -o-linear-gradient(270deg, rgba(72,77,82,0) 0%, #484d52 100%);
    background: -ms-linear-gradient(270deg, rgba(72,77,82,0) 0%, #484d52 100%);
    background: linear-gradient(180deg, rgba(72,77,82,0) 0%, #484d52 100%);
  }
  .g-banner-2 .wancho {
    top: inherit;
    bottom: 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.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;
}
.g-item a:hover {
  background: #009441;
}
.g-item a:hover .g-img-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-item a:hover figcaption {
  color: #fff;
}
.g-item a:hover .g-detalle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.g-img-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-detalle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-top: 35px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  font-size: 14px;
  color: #fff;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-detalle i {
  margin-left: 8px;
  font-size: 10px;
}

.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;
}
.n-title-acordeon {
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  color: #009441;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-title-acordeon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #009441;
}
.n-title-acordeon:after {
  content: "\e91e";
  height: 10px;
  font-family: 'icomoon';
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 5px;
  margin: auto;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
}
.n-title-acordeon.active:after {
  content: "\e91d";
}
.n-title-acordeon:hover {
  border-bottom: none;
}
.n-contenido-acordeon {
  font-size: 13px;
  padding: 5px 10px;
  padding-left: 40px;
  text-align: justify;
  display: none;
  line-height: 24px;
}
.n-contenido-acordeon h1,
.n-contenido-acordeon h2,
.n-contenido-acordeon h3,
.n-contenido-acordeon h4,
.n-contenido-acordeon h5,
.n-contenido-acordeon h6 {
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  color: #484d52;
}
.n-contenido-acordeon h3 {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .n-title-acordeon {
    font-size: 18px;
  }
  .n-contenido-acordeon {
    font-size: 16px;
  }
}

.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 {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b1 .owl-item {
    padding-bottom: 20px;
  }
  .b1 .owl-item .b1-title h3 {
    -webkit-transition: 1400ms -webkit-transform, opacity 1400ms;
    -moz-transition: 1400ms -moz-transform, opacity 1400ms;
    -o-transition: 1400ms -o-transform, opacity 1400ms;
    -ms-transition: 1400ms -ms-transform, opacity 1400ms;
    transition: 1400ms transform, opacity 1400ms;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b1 .owl-item .b1-title p {
    -webkit-transition: 1400ms -webkit-transform, opacity 1400ms;
    -moz-transition: 1400ms -moz-transform, opacity 1400ms;
    -o-transition: 1400ms -o-transform, opacity 1400ms;
    -ms-transition: 1400ms -ms-transform, opacity 1400ms;
    transition: 1400ms transform, opacity 1400ms;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b1 .owl-item.active .b1-title h3 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .b1 .owl-item.active .b1-title p {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    transition-delay: 500ms;
  }
}
.b1 .owl-stage-outer {
  z-index: 2;
}
.b1 .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 60px;
  padding-right: 144px;
  background: #009441;
  margin: -20px 0 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1 .owl-nav:before {
  content: '';
  position: absolute;
  left: 180px;
  margin: auto;
  width: 1px;
  background: #fff;
  height: 60%;
  top: 0;
  bottom: 0;
}
.b1 .owl-next,
.b1 .owl-prev {
  font-size: 0;
  width: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.b1 .owl-next:before,
.b1 .owl-prev:before {
  font-size: 14px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
.b1 .owl-next:after,
.b1 .owl-prev:after {
  font-size: 18px;
  font-family: 'icomoon';
  color: #fff;
}
.b1 .owl-prev {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b1 .owl-prev:before {
  content: 'anterior';
}
.b1 .owl-prev:after {
  content: '\e900';
  margin-right: 10px;
}
.b1 .owl-next:before {
  content: 'siguiente';
}
.b1 .owl-next:after {
  content: '\e901';
  margin-left: 10px;
}
.b1-scroll {
  width: 100%;
  right: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  bottom: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 302px;
}
.b1-scroll div {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1-scroll span {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}
.b1-scroll i {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.b1-scroll i:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 0px;
  width: 5px;
  height: 14px;
  background-color: #fff;
  -webkit-animation: scroll 800ms infinite alternate linear;
  -moz-animation: scroll 800ms infinite alternate linear;
  -o-animation: scroll 800ms infinite alternate linear;
  -ms-animation: scroll 800ms infinite alternate linear;
  animation: scroll 800ms infinite alternate linear;
}
.b1-scroll i:after {
  content: '';
  width: 1px;
  background-color: #fff;
  height: 82px;
}
.b1-slider {
  width: 100%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.b1-slider:before {
  content: '';
  position: absolute;
  left: calc(50% + 463px);
  height: 100%;
  width: 600px;
  top: 0;
  bottom: 0;
  background: #009441;
}
.b1-slider-item {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.75);
  overflow: hidden;
}
.b1-slider-item .wancho {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.b1-figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 350px;
  height: calc(100vh - 20vh - 75px);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1-figure img {
  height: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.b1-title {
  color: #fff;
}
.b1-title >div {
  overflow: hidden;
}
.b1-title h3 {
  font-size: 65px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 10px;
}
.b1-title p {
  font-size: 16px;
  max-width: 450px;
}
.b1-decoration {
  width: 680px;
  display: block;
  background: #009441;
  height: 660px;
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .b1-slider:before {
    left: calc(50% + 464px);
  }
}
@media screen and (max-width: 1280px) {
  .b1-ctn {
    padding: 0 20px;
  }
  .b1-slider-item {
    width: calc(100% - 60px);
  }
  .b1-figure {
    height: calc(100vh - 75px - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .b1-scroll {
    display: none;
  }
  .b1 .owl-nav {
    margin: 0px 0 0 auto;
  }
  .b1-slider:before {
    left: calc(50% + 370px);
  }
}
@media screen and (max-width: 1023px) {
  .b1-slider-item {
    width: 100%;
  }
  .b1-ctn {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .b1-title h3 {
    font-size: 50px;
  }
  .b1-figure img {
    height: 500px;
  }
  .b1-decoration {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .b1 .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    background: transparent;
  }
  .b1-decoration {
    display: none;
  }
  .b1 .owl-nav {
    padding-right: 0;
  }
  .b1 .owl-nav:before {
    left: 0;
    right: 0;
    height: 60%;
  }
  .b1-figure:before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
}
@media screen and (max-width: 560px) {
  .b1-title h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .b1-figure img {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .b1-figure img {
    min-height: 320px;
    height: calc(100vh - 80px);
  }
  .b1 .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;
  }
  .b1 .owl-dots {
    height: 20px;
    position: absolute;
    bottom: 80px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b1 .owl-nav {
    display: none;
  }
  .b1 .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #ea6702;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
  }
  .b1.active {
    background: #ea6702;
  }
  .b1 .b1-title {
    text-align: center;
  }
  .b1 .b1-title h3 {
    font-size: 30px;
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(68px);
    -moz-transform: translateY(68px);
    -o-transform: translateY(68px);
    -ms-transform: translateY(68px);
    transform: translateY(68px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(68px);
    -moz-transform: translateY(68px);
    -o-transform: translateY(68px);
    -ms-transform: translateY(68px);
    transform: translateY(68px);
  }
}
@-o-keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(68px);
    -moz-transform: translateY(68px);
    -o-transform: translateY(68px);
    -ms-transform: translateY(68px);
    transform: translateY(68px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(68px);
    -moz-transform: translateY(68px);
    -o-transform: translateY(68px);
    -ms-transform: translateY(68px);
    transform: translateY(68px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  padding-top: 55px;
}
.b10-title {
  padding: 30px 0 60px 0;
  padding-bottom: 45px;
}
.b10-title .g-subtitle {
  position: relative;
}
.b10-btn {
  width: 190px;
  position: absolute;
  top: -10px;
  right: 0;
}
.b10-btn .g-btn {
  font-size: 15px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b10-item {
  margin-bottom: 76px;
}
.b10-item.b10-reverse .b10-cnt {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b10-item.b10-reverse .b10-count {
  left: 7%;
}
.b10-item.b10-reverse .b10-image {
  -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;
}
.b10-item.b10-reverse .b10-info {
  width: 100%;
  padding-right: 90px;
}
.b10-item.b10-reverse .b10-info:before {
  left: inherit;
  right: 100%;
}
.b10-item.b10-reverse .owl-dots {
  left: 35px;
  right: initial;
}
.b10-item.b10-reverse .owl-stage-outer img {
  max-width: inherit;
  height: inherit;
  margin: 0;
}
.b10-item.b10-reverse .b10-image {
  max-width: 640px;
}
.b10-item.b10-reverse .b10-img-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b10-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b10-item.b10-reverse .b10-count {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
  .b10-item .b10-count {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 1000ms all;
    -moz-transition: 1000ms all;
    -o-transition: 1000ms all;
    -ms-transition: 1000ms all;
    transition: 1000ms all;
  }
  .b10-item.active .b10-count {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b10-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 0px;
  position: relative;
}
.b10-cnt .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.b10-cnt .owl-dots .owl-dot {
  width: 19px;
  height: 19px;
  margin: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10-cnt .owl-dots .owl-dot.active,
.b10-cnt .owl-dots .owl-dot:hover {
  background: #ea6702;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b10-info {
  position: relative;
  z-index: 1;
  z-index: 10;
  max-width: inherit;
  width: 45%;
  padding: 35px 0px 75px 0px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 480px;
}
.b10-info:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 60px;
  background: #fff;
  left: 100%;
  top: 0px;
  z-index: 9;
}
.b10-info h2 {
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
}
.b10-info h3 {
  font-size: 20px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.b10-info p {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  color: #606060;
}
.b10-info strong {
  font-weight: normal;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b10-info ul li {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  color: #606060;
  position: relative;
  padding-left: 15px;
  margin-bottom: 13.5px;
  line-height: 1.3;
}
.b10-info ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #606060;
  top: 8px;
}
.b10-count {
  position: absolute;
  bottom: calc(100% + 30px);
  left: inherit;
  right: 5%;
  z-index: 3;
  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;
}
.b10-count span {
  font-size: 18px;
  color: #acaeb2;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  margin: 0;
}
.b10-count i {
  margin-left: 70px;
  width: 50px;
  height: 50px;
  border: 2px solid #acaeb2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  color: #acaeb2;
  font-size: 26px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-style: inherit;
  position: relative;
}
.b10-count i:before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #acaeb2;
  position: absolute;
  right: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.b10-content {
  width: 430px;
  display: block;
}
.b10-image {
  max-width: 640px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b10-img-item {
  width: 100%;
}
.b10-img-item img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b10-figure {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .b10-info h2 {
    font-size: 27px;
  }
  .b10-info h3 {
    font-size: 18px;
  }
  .b10-count {
    right: inherit;
    left: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .b10-info {
    width: 100%;
  }
  .b10-item.b10-reverse .b10-info {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .b10-title {
    padding: 30px 0;
  }
  .b10-figure {
    min-width: inherit;
    margin: auto;
  }
  .b10-item {
    margin-bottom: 20px;
  }
  .b10-item.b10-reverse .b10-cnt {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
  }
  .b10-item.b10-reverse .b10-cnt .owl-dots {
    left: 0;
    right: 0;
    bottom: 5px;
  }
  .b10-item.b10-reverse .b10-cnt .b10-info {
    padding-left: 40px;
    padding-right: 0px;
  }
  .b10-item.b10-reverse .b10-image {
    margin: 0 0 auto 0;
  }
  .b10-item.b10-reverse .b10-count {
    margin: 10px 0px;
  }
  .b10-item .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b10-info {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 5px;
    margin-top: 0;
    top: 0;
    padding-top: 0;
  }
  .b10-cnt {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
  }
  .b10-content {
    display: none;
  }
  .b10-image {
    margin: auto;
  }
  .b10-image img {
    max-width: 100%;
    height: auto;
  }
  .b10-count {
    position: static;
    width: 250px;
    margin: 0 auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .b10-item.b10-reverse .owl-stage-outer img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .b10-info h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .b10-info h3 {
    margin-bottom: 10px;
  }
  .b10-info ul li {
    margin-bottom: 10px;
  }
  .b10-info:before {
    display: none;
  }
  .b10-image {
    margin: 0 0 auto 0;
  }
}
@media screen and (max-width: 960px) {
  .b10-count {
    margin: 10px 0px;
  }
  .b10-item.b10-reverse .b10-cnt,
  .b10-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b10-item.b10-reverse .b10-cnt .b10-info {
    padding-top: 10px;
  }
  .b10-image {
    padding-top: 20px;
  }
  .b10-info {
    min-height: 100%;
    padding-right: 0;
  }
  .b10-info br {
    display: none;
  }
  .b10-item.b10-reverse .b10-cnt .b10-info {
    padding-left: 0;
    padding-right: 0;
  }
  .b10-item .b10-image {
    margin: auto;
  }
  .b10-item.b10-reverse .b10-img-item {
    display: block;
  }
  .b10-item.b10-reverse .b10-image {
    padding-top: 20px;
    margin: auto;
    max-width: 100%;
  }
  .b10-wrap {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b10 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .b10-title {
    padding: 30px 0 30px 0;
  }
  .b10-cnt {
    padding-bottom: 0px;
  }
  .b10-item .owl-dots {
    bottom: 0px;
  }
  .b10-item .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
  }
  .b10-title .b10-btn {
    position: static;
    margin-top: 20px;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .b10-item.b10-reverse .b10-cnt .b10-info {
    padding-top: 0;
  }
  .b10-info {
    padding-top: 0;
  }
  .b10-info h2 {
    font-size: 21px;
  }
  .b10-info ul li {
    font-size: 14px;
  }
  .b10-image {
    margin-bottom: 0px;
  }
  .b10-count {
    margin-top: 0;
  }
  .b10-count span {
    margin: 0;
  }
  .b10-count i {
    font-size: 18px;
    height: 30px;
    width: 30px;
    margin-left: 15px;
  }
  .b10-count i:before {
    display: none;
  }
  .b10-count,
  .b10-item.b10-reverse .b10-count {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 0px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .b10-title {
    padding: 20px 0 20px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*.b11.b4 {
  margin-top: 24px;
  margin-bottom: 31px;
}*/
.b11.b4 .g-subtitle h3 {
  text-align: left;
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #009441;
  margin-bottom: 72px;
}
.b11.b4 .b4-lista-clientes {
  width: 94%;
  max-width: 1030px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 31px;
}
.b11.b4 .b4-lista-clientes.b4-owl-not .b4-item {
  width: 25%;
}
.b11.b4 .b4-item img {
  filter: grayscale(100%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.b11.b4 .b4-item figcaption {
  padding: 0px 30px;
  font-size: 14px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  text-align: center;
}
.b11.b4 .b4-item figure {
  padding-bottom: 30px;
}
.b11.b4 .b4-item b {
  font-size: 14px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b11.b4 .b4-item a:hover img {
    filter: grayscale(0);
  }
}
@media screen and (max-width: 1024px) {
  .b11.b4 .b4-item a img {
    filter: grayscale(0);
  }
}
.b11-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b11-link .g-link {
  margin: 0px;
}
.b11-link .g-link i {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .b11.b4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b11.b4 .b4-item figcaption {
    padding: 0px;
    font-size: 13px;
  }
  .b11.b4 .b4-lista-clientes {
    margin-bottom: 30px;
  }
  .b11.b4 .b4-lista-clientes.b4-owl-not .b4-item {
    width: 33.3333333333%;
  }
  .b11.b4 .g-subtitle h3 {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b11.b4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .b11.b4 .b4-item figure {
    padding-bottom: 20px;
  }
  .b11.b4 .b4-lista-clientes {
    margin-bottom: 15px;
  }
  .b11.b4 .g-subtitle h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .b11.b4 .b4-lista-clientes.b4-owl-not .b4-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b11.b4 .b4-lista-clientes {
    max-width: 100%;
    width: 100%;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10-wrap-a {
  margin-top: 85px;
}
.b13 {
  background-color: #f3f3f3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b13-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 313px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b13-figure {
  position: absolute;
  top: 0px;
  right: 0px;
}
.b13-figure img {
  display: block;
}
.b13-text {
  position: relative;
  z-index: 2;
  width: 355px;
  margin-left: 115px;
}
.b13-text p {
  margin-bottom: 20px;
}
.b13-text .g-subtitle h3 {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .b13-figure {
    max-width: 500px;
  }
  .b13-figure img {
    max-width: 100%;
    height: auto;
  }
  .b10-wrap-a {
    margin-top: 40px;
  }
  .b13-text {
    margin-left: 75px;
  }
  .b13 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b10-wrap-a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b13-cnt {
    padding-bottom: 0;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .b13-text {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .b13-figure {
    position: static;
    max-width: 100%;
    padding-top: 30px;
    overflow: hidden;
    height: 220px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 75px 0;
}
.b14-item {
  height: 260px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b14-item {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b14-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
  }
  .b14-item:hover strong,
  .b14-item:hover span {
    color: #009441;
  }
  .b14-item:hover p {
    color: #606060;
  }
}
.b14-item * {
  margin: 0;
}
.b14-item strong {
  font-size: 80px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-weight: normal;
  line-height: 1;
}
.b14-item span {
  font-size: 35px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  line-height: 1;
  margin-bottom: 22px;
}
.b14-item p {
  max-width: 185px;
  min-height: 38px;
  font-size: 16px;
  color: #acaeb2;
}
@media screen and (max-width: 1440px) {
  .b14-item strong {
    font-size: 70px;
  }
  .b14-item span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b14-cnt {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 45px 0;
  }
  .b14-item {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    width: 45%;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -o-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin-bottom: 30px;
  }
  .b14-item strong {
    font-size: 60px;
  }
  .b14-item span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b14-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 40px 0;
  }
  .b14-item {
    margin-bottom: 30px;
    width: 100%;
    max-width: 384px;
    margin-bottom: 15px;
  }
  .b14-item strong {
    font-size: 70px;
  }
  .b14-item span {
    font-size: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15.b5 {
  overflow: hidden;
}
.b15.b5 .b5-info h4 {
  line-height: 1.3;
  font-size: 30px;
  top: auto;
}
.b15.b5 .b5-info .g-btn {
  border: 0px;
  padding: 0px;
  height: auto;
}
.b15.b5 .b5-info .g-btn i {
  margin-left: 25px;
}
@media screen and (min-width: 1025px) {
  .b15.b5.active-left .b5-left .b5-after {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #36cb7a;
  }
  .b15.b5.active-right .b5-right .b5-after {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #f9c500;
  }
}
.b15.b5 .b5-info-left,
.b15.b5 .b5-info-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b15.b5 .b5-info-left .b5-info-ctn,
.b15.b5 .b5-info-right .b5-info-ctn {
  top: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -1px;
  width: 100%;
}
.b15.b5 .b5-info-left .g-btn-wrapper,
.b15.b5 .b5-info-right .g-btn-wrapper {
  position: relative;
  top: -2px;
}
.b15.b5 .b5-movil {
  display: none;
}
.b15.b5 .b5-info-left .b5-info-ctn {
  padding-left: 18%;
}
@media screen and (min-width: 1025px) {
  .b15.b5 .b5-info-left .g-btn:hover {
    color: #fff;
    background-color: rgba(0,0,0,0);
  }
}
@media screen and (max-width: 1024px) {
  .b15.b5 .b5-info-left .g-btn {
    color: #fff;
    background-color: rgba(0,0,0,0);
  }
}
.b15.b5 .b5-info-right .b5-info-ctn {
  padding-left: 36%;
}
@media screen and (min-width: 1025px) {
  .b15.b5 .b5-info-right .g-btn:hover {
    color: #fff;
    background-color: rgba(0,0,0,0);
  }
}
@media screen and (max-width: 1024px) {
  .b15.b5 .b5-info-right .g-btn {
    color: #fff;
    background-color: rgba(0,0,0,0);
  }
}
.b15.b5 .b5-left,
.b15.b5 .b5-right {
  height: 250px;
}
.b15.b5 .b5-left .b5-after {
  background-color: #36cb7a;
}
@media screen and (min-width: 1025px) {
  .b15.b5 .b5-left:hover .b5-after {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #36cb7a;
  }
}
@media screen and (max-width: 1024px) {
  .b15.b5 .b5-left .b5-after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-color: #36cb7a;
  }
}
.b15.b5 .b5-right .b5-after {
  background-color: #f9c500;
}
@media screen and (min-width: 1025px) {
  .b15.b5 .b5-right:hover .b5-after {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #f9c500;
  }
}
@media screen and (max-width: 1024px) {
  .b15.b5 .b5-right .b5-after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-color: #f9c500;
  }
}
@media screen and (max-width: 1024px) {
  .b15.b5 .b5-info h4 {
    font-size: 25px;
  }
  .b15.b5 .b5-info .g-btn i {
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .b15.b5 .b5-info-left .b5-info-ctn {
    padding-left: 0px;
  }
  .b15.b5 .b5-info-right .b5-info-ctn {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b15 {
    padding-top: 30px;
  }
  .b15.b5 .b5-info h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b15.b5 .b5-info-right .b5-info-ctn {
    padding-left: 0px;
  }
  .b15.b5 .b5-left,
  .b15.b5 .b5-right {
    height: auto;
  }
  .b15.b5 .b5-movil {
    display: block;
  }
}

.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;
}
.b17 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.b17 .g-subtitle {
  width: 94%;
  max-width: 580px;
  margin: auto;
  margin-bottom: 65px;
}
.b17-texto {
  padding-left: 35px;
  color: #484d52;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.b17-texto h4 {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.b17-texto-item {
  line-height: 1.19;
}
.b17-texto-item p {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
}
.b17-texto-item p:first-child {
  margin-top: 0px;
}
.b17-lista-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 94%;
  max-width: 830px;
  margin: auto;
  margin-bottom: 9px;
}
.b17-item {
  margin: 0px;
  width: 50%;
}
.b17-item:nth-child(even) .b7-img-text {
  padding-right: 0px;
}
.b17-item:nth-child(odd) .b7-img-text {
  padding-left: 0px;
}
.b17-item:last-child .b7-img-text {
  padding-right: 0px;
  padding-bottom: 20px;
}
.b7-img-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 48.5px;
  padding-bottom: 30px;
}
.b7-img-text figure {
  margin: 0px;
  position: relative;
  top: -10px;
}
.b17-info {
  text-align: center;
  width: 94%;
  max-width: 840px;
  margin: auto;
  line-height: 1.15;
}
.b17-info p {
  padding: 0px 24px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}
.b17-info p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .b17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b17 {
    margin: 0;
    padding: 30px 0;
  }
  .b17 .g-subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b7-img-text {
    padding: 0px 25px;
    padding-bottom: 25px;
  }
  .b17-lista-item {
    width: 100%;
  }
  .b17-item {
    width: 100%;
  }
  .b17-item .b7-img-text {
    padding-right: 0;
    padding-left: 0;
  }
  .b17-info p {
    padding: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-bottom: 110px;
}
.b18-cnt .g-subtitle-2 {
  margin-bottom: 25px;
  font-size: 30px;
}
.b18-cnt img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b18 {
    padding-bottom: 40px;
  }
  .b19-cnt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b18 {
    padding-bottom: 30px;
  }
  .b19-cnt {
    padding-top: 20px;
  }
  .b18-cnt .g-subtitle-2 {
    font-size: 20px;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 .g-subtitle-2 {
  font-size: 30px;
}
.b19-row {
  padding-bottom: 70px;
}
.b19-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}
.b19-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.b19-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b19-item figure {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.b19-item figcaption {
  position: absolute;
  left: 0px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0 15px;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b19-item figcaption p {
  font-size: 13px;
  color: #acaeb2;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .b19-item .b19-title {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b19-item figcaption {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b19-item img {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
    filter: grayscale(100%);
  }
  .b19-item:hover img {
    filter: grayscale(0%);
  }
  .b19-item:hover .b19-title {
    height: 70px;
    background-color: #fff;
  }
  .b19-item:hover figcaption {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background-color: #fff;
  }
}
.b19-title {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b19-title * {
  margin: 0;
}
.b19-title strong {
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 15px;
}
.b19-title span {
  font-size: 14px;
  color: #ea6702;
}
@media screen and (max-width: 1024px) {
  .b19-item figure {
    padding-bottom: 0;
    height: 100%;
  }
  .b19-item figcaption {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
  }
  .b19-title {
    position: relative;
    bottom: 0px;
  }
  .b19-item {
    width: 33.333333333%;
  }
  .b19-cnt {
    padding-top: 30px;
  }
  .b19-row {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b19-row {
    padding-bottom: 20px;
  }
  .b19 .g-subtitle-2 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b19-cnt {
    padding-top: 20px;
  }
  .b19-item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b19-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .b19-cnt {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 380px) {
  .b19-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .b19-cnt {
    margin-left: 0;
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  padding: 30px 0 80px 0;
}
.b2.b2-left .b2-title {
  max-width: 100%;
}
.b2.b2-b {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .b2-cnt-items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b2-cnt-items {
  font-size: 0;
}
.b2-title {
  padding-bottom: 30px;
  max-width: 545px;
  margin: auto;
}
.b2-figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.b2-item {
  display: inline-block;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #ececec;
  margin: 0 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1366px) {
  .b2-item {
    margin-bottom: 36px;
  }
  .b2-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .b2-item:nth-child(4n + 4) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .b2-item {
    margin: 0;
    margin-bottom: 20px;
  }
  .b2-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .b2-item:nth-child(4n + 4) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b2-item {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b2-item:hover {
    background-color: #009441;
    border-color: #009441;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
  }
  .b2-item:hover img:nth-child(1) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b2-item:hover img:nth-child(2) {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b2-item:hover figcaption {
    color: #fff;
  }
  .b2-item:hover span {
    visibility: visible;
  }
}
.b2-item figure {
  position: relative;
  margin-bottom: 0;
}
.b2-item figure img:nth-child(2) {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b2-item figcaption {
  margin-bottom: auto;
  height: 54px;
  font-size: 20px;
  color: rgba(72,77,82,0.8);
  width: 180px;
  text-align: center;
  margin-top: 25px;
}
.b2-item span {
  position: absolute;
  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;
  left: 0px;
  right: 0px;
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  visibility: hidden;
}
.b2-item span i {
  margin-left: 10px;
}
.b2-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b2-btn a {
  margin-right: 0;
  width: auto;
}
@media screen and (max-width: 1366px) {
  .b2-cnt-items {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b2-item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1180px) {
  .b2-cnt-items {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b2-item {
    margin: 0 5px 10px 5px;
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .b2-item {
    width: 270px;
    height: 270px;
    margin: 20px auto;
    display: block;
  }
  .b2-title {
    text-align: center;
    padding-bottom: 10px;
  }
  .b2-btn a {
    margin: auto;
  }
  .b2 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .b2.b2-b {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b2-item {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
    -webkit-box-shadow: 0px 2px 14px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 2px 14px 0 rgba(0,0,0,0.2);
  }
  .b2-item.active {
    background-color: #009441;
  }
  .b2-item.active figure img:nth-child(1) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b2-item.active figure img:nth-child(2) {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b2-item.active figcaption {
    color: #fff;
  }
  .b2-item.active span {
    visibility: visible;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  background-image: url("../img/1920x565.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b20 .g-subtitle-2 {
  font-size: 30px;
}
.b20-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 565px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b20-cnt .g-subtitle-2 {
  width: 100%;
  margin: 0;
  margin-top: auto;
  margin-bottom: 70px;
}
.b20-cnt-text {
  margin-bottom: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b20-text {
  background-color: #fff;
  width: 544px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 55px 65px 55px;
}
.b20-text h4 {
  font-size: 25px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #484d52;
  margin-bottom: 15px;
}
.b20-text p {
  font-size: 15px;
  color: #606060;
}
.b20-text p:last-of-type {
  margin: 0;
}
.b20-text:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .b20-text {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b20 .g-subtitle-2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .b20-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b20-cnt-text {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b20-text {
    width: 100%;
    padding: 30px 15px;
  }
  .b20-text h4 {
    text-align: center;
    font-size: 20px;
  }
  .b20-text:first-child {
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  padding: 40px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21 .g-subtitle {
  margin-bottom: 60px;
}
.b21 .g-subtitle h3 {
  font-size: 30px;
  text-align: center;
}
.b21-listado {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b21-item {
  height: 85px;
  background: #f7f7f7;
  width: 23%;
  margin: 0;
  margin-right: 2.5%;
  position: relative;
  margin-bottom: 25px;
}
.b21-item a {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.b21-item:hover .b21-descarga {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b21-item:nth-child(4) {
  margin-right: 0;
}
.b21-item:last-child {
  margin-right: 0;
}
.b21-descarga {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #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;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #ea6702;
  -webkit-box-shadow: -1px 6px 24px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 6px 24px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: -1px 6px 24px -3px rgba(0,0,0,0.3);
  box-shadow: -1px 6px 24px -3px rgba(0,0,0,0.3);
}
.b21-descarga i {
  font-size: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .b21 {
    padding: 30px 0px;
  }
  .b21-item {
    width: 32%;
    margin-right: 2%;
  }
  .b21-item:nth-child(4) {
    margin-right: 2%;
  }
  .b21-item:nth-child(3) {
    margin-right: 0%;
  }
  .b21-item:nth-child(6) {
    margin-right: 0%;
  }
  .b21-descarga {
    display: none;
  }
  .b21 .g-subtitle h3 {
    font-size: 25px;
  }
  .b21 .g-subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .b21-item {
    width: 48%;
    margin-right: 4%;
  }
  .b21-item:nth-child(2) {
    margin-right: 0;
  }
  .b21-item:nth-child(3) {
    margin-right: 2%;
  }
  .b21-item:nth-child(6) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  .b21-item {
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b21-item:nth-child(4),
  .b21-item:nth-child(3) {
    margin-right: auto !important;
  }
  .b21 .g-subtitle h3 {
    font-size: 20px;
  }
  .b21 {
    padding: 30px 0px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  height: 480px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 65px;
}
.b22:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(72,77,82,0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.b22-center {
  position: relative;
  z-index: 1;
}
.b22-center .b22-titlevideo,
.b22-center .b22-textvideo {
  width: 50%;
}
.b22-center .b22-tex-videolink {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 18px;
}
.b22-center .b22-tex-videolink:before {
  display: none;
}
.b22-center .b22-titlevideo {
  text-align: left;
  font-size: 30px;
}
.b22-center .b22-textvideo {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b22-center .b7-btnVideo {
  text-align: right;
  width: 95px;
  height: 95px;
  margin: 0;
  margin-left: 20px;
}
@media screen and (min-width: 601px) {
  .b22-center.b22-newvideo {
    max-width: 820px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b22-center h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.b22-center a {
  height: 94px;
  width: 94px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 28px;
  position: relative;
}
.b22-center a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: anima_video 1000ms infinite linear;
  -moz-animation: anima_video 1000ms infinite linear;
  -o-animation: anima_video 1000ms infinite linear;
  -ms-animation: anima_video 1000ms infinite linear;
  animation: anima_video 1000ms infinite linear;
}
@media screen and (max-width: 1440px) {
  .b22-center h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .b22 {
    margin-bottom: 10px;
  }
  .b22-center h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b22-center h2 {
    font-size: 25px;
  }
  .b22-center a {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  .b22 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .b22 {
    height: 300px;
  }
  .b22-center {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b22-center h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .b22-center .b22-titlevideo {
    width: 94%;
    margin: auto;
    text-align: center;
  }
  .b22-center .b22-textvideo {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  .b22-center {
    width: 100%;
  }
  .b22-center .b22-titlevideo {
    font-size: 25px;
  }
  .b22-center .b7-btnVideo {
    width: 55px;
    height: 55px;
  }
}
@-moz-keyframes anima_video {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-webkit-keyframes anima_video {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-o-keyframes anima_video {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes anima_video {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.b23-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  padding-right: 180px;
}
.b23-descrip {
  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;
  background: #f3f3f3;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.b23-descrip > h3 {
  font-size: 35px;
  color: #ea6702;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 30px;
}
.b23-slide {
  padding-bottom: 20px;
}
.b23-slide.last-child i {
  color: #009441;
}
.b23-slide-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.b23-slide-top:hover {
  cursor: pointer;
}
.b23-slide-top h3 {
  font-size: 18px;
  color: #484d52;
}
.b23-slide-top i {
  margin-left: 50px;
  font-size: 30px;
  color: #ea6702;
}
.b23-slide-top i:before {
  content: '\e917';
}
.b23-slide-top.active i:before {
  content: '\e916';
}
.b23-slide-body {
  margin: 0;
  display: none;
}
.b23-slide-body.active {
  display: block;
}
.b23-slide-body li {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 5px;
}
.b23-item-link {
  color: #484d52;
}
.b23-item-link:hover,
.b23-item-link.active {
  color: #ea6702;
}
.b23-map {
  position: relative;
  margin: 0 0 0 auto;
}
.b23-map img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b23-circle {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b23-circle.green {
  background: #009441;
}
.b23-circle.orange {
  background: #ea6702;
}
.b23-circle.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b23-circle.active {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
.b23-hover {
  width: 300px;
  margin: 0;
  position: absolute;
  top: 0%;
  left: 27%;
  z-index: 9;
}
.b23-hover span {
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  display: block;
}
.b23-hover p {
  margin: 0;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #ea6702;
  margin-top: 18px;
}
.b23-hover em {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  display: block;
  margin-top: 15px;
}
.b23-hover b {
  font-weight: normal;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b23-hover-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 180px;
  margin: 0;
  margin-bottom: 20px;
}
.b23-hover-tag li {
  padding: 3px 8px;
  background: #f3f3f3;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}
.b23-hover-tag a {
  font-size: 15px;
  text-decoration: underline;
}
.b23-hover-ctn {
  padding-left: 40px;
  padding-bottom: 30px;
  padding-top: 15px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: -1px 10px 40px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 10px 40px -4px rgba(0,0,0,0.3);
  -webkit-box-shadow: -1px 10px 40px -4px rgba(0,0,0,0.3);
  box-shadow: -1px 10px 40px -4px rgba(0,0,0,0.3);
}
.b23-hover-ctn i {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #484d52;
}
.b23-hover-ctn .btn-close {
  cursor: pointer;
}
.b23-hover-ctn.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .b23-ctn {
    padding-right: 0;
  }
  .b23-hover {
    top: 0px;
    left: 39%;
  }
}
@media screen and (max-width: 1024px) {
  .b23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b23-descrip {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto 0px 0px;
  }
  .b23-hover {
    width: 45%;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .b23-ctn {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b23-map {
    margin: auto;
    margin-top: 0px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .b23 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b23-hover {
    width: 40%;
    left: 51%;
  }
  .b23-hover-ctn {
    padding: 15px 30px 30px 30px;
  }
}
@media screen and (max-width: 650px) {
  .b23-hover {
    margin-top: 30px;
    width: 100%;
    max-width: 290px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto auto;
  }
  .b23-hover figure img {
    max-width: 60%;
  }
  .b23-hover span {
    font-size: 16px;
  }
  .b23-ctn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b23-slide-top {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b23-map {
    margin-top: 30px;
    width: 100%;
  }
  .b23-descrip {
    width: 70%;
    margin: auto;
  }
  .b23-hover-tag {
    margin-bottom: 15px;
  }
  .b23-hover-tag a {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .b23-descrip {
    width: 100%;
  }
  .b23-map {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .b23-hover {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24 .g-link span {
  margin-right: 28px;
}
.b24-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
}
.b24-form {
  max-width: 700px;
  width: 100%;
  margin: 0;
  position: relative;
}
.b24-radio-ctn {
  margin: 30px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 320px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.b24-form-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.b24-form-bottom .form-terminos {
  margin-top: 0;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.b24-form-bottom .g-form-box label {
  top: -1px;
}
.b24-form-bottom .b26-caps {
  margin-right: 15px;
}
.b24-form-bottom .b24-form-caps {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b24-form-bottom .b24-form-caps .btn-enviar2 {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.b24-form-bottom .b24-form-caps .g-btn.orange {
  margin-top: auto;
  margin-bottom: auto;
}
.b24-circle {
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border: 1px solid #484d52;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.b24-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #009441;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b24-circle.disabled {
  border-color: #696c70 !important;
}
.b24-circle.disabled:before {
  background: #696c70;
}
.b24-radio-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
}
.b24-radio-wrapper label {
  font-size: 18px;
}
.b24-radio-wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b24-radio-wrapper input:checked ~.b24-circle {
  border-color: #009441;
}
.b24-radio-wrapper input:checked ~.b24-circle:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b24-box-form2 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b24-box-form2 .form-terminos {
  max-width: 520px;
  width: 100%;
  margin: 0;
  margin-right: auto;
  margin-bottom: 20px;
}
.b24-box-bottom {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b24-work {
  background: #009441;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px;
  max-width: 325px;
  width: 100%;
}
.b24-work .g-link {
  color: #fff;
}
.b24-work .b24-verinmap {
  margin-top: 15px;
}
.b24-work .b24-verinmap a {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b24-work .b24-verinmap a:hover {
  text-decoration: underline;
}
.b24-work-item {
  padding-top: 30px;
}
.b24-work-item a {
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b24-work-item p {
  margin: 0;
  margin-bottom: 8px;
}
.b24-work-item:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.b24-form {
  margin-right: 100px;
}
.b24-ctn {
  padding-top: 40px;
  padding-bottom: 50px;
}
.b24-tab-ctn {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.b24-tab-ctn.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b24-form-bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  .b24-form-bottom .form-terminos {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b24-work {
    padding: 50px 20px;
  }
  .b24-form {
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .b24-box-bottom {
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .b24-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b24-box-bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b24-box-bottom .b26-caps {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b24-box-form2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b24-work {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .b24-work .g-link {
    font-size: 15px;
  }
  .b24-work-item {
    background: #009441;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b24-work-item a {
    margin: 0;
  }
  .b24 .g-link span {
    font-size: 15px;
    margin-right: 10px;
  }
  .b24-work-item {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .b24-form-bottom .b24-form-caps {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b24-form-bottom .b26-caps {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b24-radio-ctn {
    padding-left: 0;
    max-width: 100%;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .b24-work {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b24-work-item {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  position: relative;
  height: 422px;
  width: 100%;
}
.b25 .g-map {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-input-wrapper {
  padding: 50px 60px;
  border: 1px solid rgba(105,108,112,0.3);
}
.g-input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 20px;
}
.g-input-row.g-input-row-alto {
  padding: 40px 0px;
  border-top: 1px solid #eaebeb;
  border-bottom: 1px solid #eaebeb;
  margin: 40px -25px;
  padding: 40px 25px;
}
.g-input-ctn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(105,108,112,0.3);
  border-radius: 8px;
  height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g-input-ctn ::-webkit-input-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn :-moz-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn ::-moz-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn :-ms-input-placeholder {
  color: #b4b5b8;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn.focus {
  border-color: #ea6702;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g-input-ctn.focus ::-webkit-input-placeholder {
  color: #696c70;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn.focus :-moz-placeholder {
  color: #696c70;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn.focus ::-moz-placeholder {
  color: #696c70;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn.focus :-ms-input-placeholder {
  color: #696c70;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.g-input-ctn.contenido {
  border-color: #696c70;
}
.g-input-ctn.contenido select {
  border-color: #696c70;
  color: #484d52;
}
.g-input-ctn.no-border {
  border: none;
}
.g-input-ctn input[type="text"],
.g-input-ctn input[type="tel"],
.g-input-ctn input[type="email"],
.g-input-ctn select {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
.g-input-ctn select {
  color: #b4b5b8;
}
.g-input-ctn select::-ms-expand {
  display: none;
}
.g-input-ctn select option {
  color: #000;
}
.g-input-ctn input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #fff inset;
  -webkit-text-fill-color: #000;
  border-color: #000;
}
.g-input-ctn label {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f4f4f4;
}
.g-input-ctn label.lbl-g {
  position: relative;
  background: none;
  border: none;
  display: inline-block;
  height: auto;
}
.g-input-ctn:first-child {
  margin-left: 0;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.d-flex p {
  margin: 0;
}
.g-select-input {
  margin-right: 0;
}
.g-select-input .g-input-ctn {
  margin: 0;
}
.g-select-input:last-child {
  margin-left: 30px;
}
.g-select-input.select-full .g-input-ctn {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-select-input.select-full .g-input-ctn p {
  margin: 0;
}
.g-select-input.select-full .g-input-select {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.g-select-input.select-full .g-input-select select {
  width: 100%;
}
.g-input-row-alto .g-select-input.select-full .g-input-select {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-input-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-input-wrapper input {
  border: none;
  border-radius: 8px;
}
.g-select-input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-input-select {
  position: relative;
}
.g-input-select select {
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  height: 100%;
  border: none;
  border: 1px solid rgba(105,108,112,0.3);
  margin-right: 10px;
  border-radius: 8px;
  width: 105px;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #b4b5b8;
}
.g-input-select select::-ms-expand {
  display: none;
}
.g-input-select select option {
  color: #000;
}
.g-input-select.contenido select {
  border-color: #696c70;
  color: #484d52;
}
.g-box {
  border: 1px solid #696c70;
  height: 14px;
  width: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 3px;
  -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;
}
.g-box:before {
  content: '\e909';
  font-family: 'icomoon';
  font-size: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b26-cap {
  margin-right: 36px;
}
.b26-cap img {
  margin: 0px;
}
.b26-cap.contacto {
  margin-right: 20px;
}
.g-form-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 8px;
  margin-top: 5px;
}
.g-form-box.postular {
  margin-top: 1px;
}
.g-form-box label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-form-box input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.g-form-box input:checked ~.g-box:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  color: #009441;
}
.b26-set-legales {
  max-width: 530px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 34px;
}
.form-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  color: #009441;
}
.form-terminos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}
.form-terminos label {
  margin: 0;
  font-size: 13px;
}
.form-terminos a {
  color: #009441;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b26 {
  padding-top: 40px;
  padding-bottom: 110px;
}
.b26-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;
  margin-top: 20px;
}
.b26-ctn .g-subtitle {
  margin-bottom: 60px;
}
.b26-miga {
  margin-bottom: 30px;
}
.b26-miga b {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
#input-file {
  border: none;
  max-width: 120px;
  margin-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .g-input-ctn,
  .g-select-,
  .g-select-input {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -o-box-flex: inherit;
    box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 49%;
  }
  .g-input-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .g-input-ctn {
    width: 49%;
    margin-bottom: 8px;
  }
  .g-input-ctn:nth-child(2) {
    margin-right: 0;
  }
  .g-input-select,
  .g-select-input {
    margin-bottom: 8px;
  }
  .g-select-input {
    margin-right: 1%;
  }
  .g-select-input .g-input-ctn {
    width: 100%;
  }
  .d-flex {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .d-flex .g-radios {
    margin-left: 20px;
  }
  .g-select-input:last-child {
    margin-left: 0;
  }
  .g-input-select {
    height: 48px;
  }
  .g-input-select select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .b26 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b26-cap-btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b26-cap-btn .btn-enviar2 {
    margin: 0 auto;
  }
  .b26-cap {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .b26-cap img {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .g-input-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .g-input-ctn,
  .g-select-input {
    width: 100%;
  }
  .g-input-wrapper {
    padding: 0;
    border: none;
  }
  .b26-ctn .g-subtitle {
    margin-bottom: 20px;
  }
  .g-select-input {
    margin-right: 0;
  }
  .g-input-select select {
    width: 100%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 320px) {
  .form-terminos {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .g-form-box {
    margin-top: 3px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b27-margin {
  margin-left: 0 !important;
}
.b27 .g-btn {
  font-size: 15px;
}
.b27 .form-arrow {
  pointer-events: none;
}
.b27 .b24-form-bottom {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b27 .form-terminos {
  margin-top: 7px;
  -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;
}
.b27 .g-select-input {
  margin-right: 0;
}
.b27 .g-input-row {
  margin-bottom: 11px;
}
.b27 .g-input-row-2 {
  margin-bottom: 20px;
}
.b27 .g-input-row-2 .g-input-ctn.disabled {
  border-color: rgba(105,108,112,0.1);
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b27 .g-input-row-2 .g-input-ctn.disabled ::-webkit-input-placeholder {
  color: rgba(180,181,184,0.5);
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b27 .g-input-row-2 .g-input-ctn.disabled :-moz-placeholder {
  color: rgba(180,181,184,0.5);
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b27 .g-input-row-2 .g-input-ctn.disabled ::-moz-placeholder {
  color: rgba(180,181,184,0.5);
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b27 .g-input-row-2 .g-input-ctn.disabled :-ms-input-placeholder {
  color: rgba(180,181,184,0.5);
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b27 .g-input-row-3 {
  margin-bottom: 24px;
}
.b27-side {
  max-width: 100%;
  width: 100%;
  padding: 25px;
  position: relative;
}
.b27-ctn {
  margin-top: 30px;
  margin-bottom: 80px;
}
.b27-subtitle {
  margin-bottom: 25px;
}
.b27-subtitle h3 {
  margin: 0;
  font-size: 18px;
}
.b27-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border: 1px solid rgba(105,108,112,0.3);
  position: relative;
  max-width: 930px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .b27-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b27-wrapper:before {
    display: none;
  }
  .b27-side {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b27-ctn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .b27 .g-input-ctn,
  .b27 .g-select-,
  .b27 .g-select-input {
    width: 100%;
  }
  .b27 .g-input-row {
    margin-bottom: 0px;
  }
  .b27-margin {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b27-subtitle {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b26-miga {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .b27 .g-select-input {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b27 .g-select-input:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .b27 .form-terminos {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .b27 .form-terminos .g-form-box {
    top: 3px;
  }
  .b27-side {
    padding: 0px;
    margin-bottom: 40px;
  }
  .b27-ctn {
    margin-bottom: 30px;
  }
  .b27-side.disabled {
    padding: 15px;
  }
  .b27-wrapper {
    border: none;
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b28-ctn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0px;
  width: 100%;
  text-align: center;
}
.b28-ctn h3 {
  font-weight: normal;
  margin: 0;
  font-size: 65px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 30px;
}
.b28-ctn p {
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
}
.b28-ctn b {
  font-weight: normal;
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  text-align: center;
}
.b28-link {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.b29,
.b28 {
  height: calc(100vh - 382px);
  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;
}
.b28-pages-error b {
  color: #acaeb2;
}
.b28-pages-error h3 {
  margin-bottom: 13px;
}
.b28-pages-error .b28-link {
  margin-top: 68px;
}
.b28-pages-gracias h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .b28-link {
    margin-top: 30px;
  }
  .b28-pages-error .b28-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b28-ctn {
    padding: 60px 0px;
  }
  .b28-pages-error .b28-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .b29,
  .b28 {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .b28-ctn h3 {
    font-size: 35px;
  }
  .b28-ctn b {
    font-size: 20px;
  }
  .b28-ctn .g-link span {
    font-size: 15px;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  padding: 0 0 20px 0;
  background-color: #f7f7f7;
}
.b3-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3-figure {
  position: relative;
  margin: 0;
  display: inline-block;
}
.b3-figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b3-line1,
.b3-line2,
.b3-line3 {
  display: block;
  width: 89.3%;
  height: 68.8%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ea6702;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b3-line1 {
  -webkit-animation: line 3000ms infinite linear;
  -moz-animation: line 3000ms infinite linear;
  -o-animation: line 3000ms infinite linear;
  -ms-animation: line 3000ms infinite linear;
  animation: line 3000ms infinite linear;
}
.b3-line2 {
  -webkit-animation: line 3000ms infinite 1000ms linear;
  -moz-animation: line 3000ms infinite 1000ms linear;
  -o-animation: line 3000ms infinite 1000ms linear;
  -ms-animation: line 3000ms infinite 1000ms linear;
  animation: line 3000ms infinite 1000ms linear;
}
.b3-line3 {
  -webkit-animation: line 3000ms infinite 2000ms linear;
  -moz-animation: line 3000ms infinite 2000ms linear;
  -o-animation: line 3000ms infinite 2000ms linear;
  -ms-animation: line 3000ms infinite 2000ms linear;
  animation: line 3000ms infinite 2000ms linear;
}
@media screen and (min-width: 1025px) {
  .b3-count {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b3-count.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3-text {
  width: 430px;
  margin-left: 40px;
}
.b3-text .g-btn-wrapper {
  margin-top: 30px;
}
.b3-text span {
  font-size: 120px;
  color: #009441;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}
.b3-text span:before {
  content: '+';
}
.b3-text h3 {
  font-size: 35px;
  color: #009441;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 10px;
}
.b3-text p {
  font-size: 18px;
  line-height: 1.5;
}
.b3-text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b3-text span {
    font-size: 100px;
  }
  .b3-text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b3-text span {
    font-size: 80px;
  }
  .b3-text h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b3 {
    padding: 20px 0;
  }
  .b3-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b3-cnt figure {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .b3-text {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: 0;
    text-align: center;
  }
  .b3-text .g-btn {
    margin: 0 auto;
  }
  .b3-text h3 {
    font-size: 20px;
  }
  .b3-text p {
    font-size: 16px;
  }
}
@-moz-keyframes line {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes line {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes line {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  80% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  padding-top: 40px;
}
.b30-addbtn .b10-btn {
  position: absolute;
  bottom: -80px;
  top: inherit;
  right: 60px;
  z-index: 10;
}
.b30-addbtn .b10-btn .g-btn {
  padding: 0 15px;
}
.b30-addbtn .b10-image {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b30 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b30 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b30-addbtn .b10-btn {
    position: static;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
  .b10-item-buton .b10-image {
    max-width: none;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  padding: 85px 0;
}
.b31-cnt .g-subtitle {
  margin-bottom: 60px;
}
.b31-text h4 {
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b31 {
    padding: 30px 0;
  }
  .b31-cnt .g-subtitle {
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.charge {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  height: 24px;
  margin-top: 4px;
}
.charge span {
  position: absolute;
  display: block;
  background-color: #aad88d;
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.charge em {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b32-head {
  position: fixed;
  width: 320px;
}
.b32-body {
  padding-top: 110px;
}
.b32 {
  max-width: 360px;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 44px;
}
.b32-lista {
  margin-bottom: 22px;
}
.b32-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 4px;
  border: 1px solid rgba(198,197,197,0.4);
  margin-bottom: 10px;
}
.b32-item:last-child {
  margin-bottom: 0;
}
.b32-item-left,
.b32-item-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b32-head {
  background-color: #434040;
  margin-bottom: 10px;
  padding: 20px;
  color: #fff;
}
.b32-head b {
  font-size: 15px;
  display: block;
}
.b32-head span {
  font-size: 13px;
}
.b32-item-left b,
.b32-item-left span {
  display: block;
}
.b32-item-left b {
  background-color: rgba(67,64,64,0.1);
  width: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000;
  -webkit-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
.b32-item-left span {
  font-size: 14px;
  color: #606060;
  padding-left: 14px;
  font-weight: bold;
}
.b32-a-d {
  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;
}
.b32-a-d a {
  width: 41px;
  height: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(67,64,64,0.3);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
}
.b32-a-d a:first-child {
  margin-bottom: 4px;
}
.b32-right-input {
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  padding-right: 18px;
}
.b32-right-input ::-webkit-input-placeholder {
  color: #434040;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b32-right-input :-moz-placeholder {
  color: #434040;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b32-right-input ::-moz-placeholder {
  color: #434040;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b32-right-input :-ms-input-placeholder {
  color: #434040;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b32-right-input input {
  width: 102px;
  height: 45px;
  border: 1px solid #434040;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 25px;
  color: #434040;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b32-right-input span {
  display: block;
  text-align: center;
}
.b32-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 23px;
}
.b32-btn button {
  border: 0px;
  border-radius: 40px;
  background-color: #66d61d;
  font-size: 18px;
  color: #fff;
  min-width: 262px;
  height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 1px;
}
.b32-btn button i {
  display: block;
  margin-left: 10px;
}
.b32-link {
  text-align: center;
  font-size: 13px;
}
.b32-link span {
  text-decoration: underline;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b33 {
  background-color: #efefef;
}
.b33 .b32-head {
  margin-bottom: 0px;
}
.b33-header {
  padding-top: 20px;
  background-color: #fff;
  padding-bottom: 12px;
}
.b33-header .b33-item {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.b33-header .b33-item:last-child {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b33-item-body {
  background-color: #fff;
  padding-top: 8px;
  margin-bottom: 40px;
}
.b33-header,
.b33-items-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b33-body {
  padding-top: 112px;
}
.b33-item {
  width: 20%;
  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;
}
.b33-item input {
  width: 78px;
  height: 34px;
  border: 1px solid #434040;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 20px;
  color: #434040;
  margin-bottom: 4px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b33-item:first-child {
  width: 45%;
}
.b33-items-ctn {
  padding-bottom: 28px;
}
.b33-items-ctn .b33-item {
  padding-left: 10px;
  padding-right: 10px;
}
.b33-items-ctn .b33-item b {
  padding-right: 10px;
}
.b33-items-ctn .b33-item:first-child span {
  color: #606060;
  font-size: 13px;
}
.b33-items-ctn .b33-item:last-child span {
  font-size: 13px;
  color: #7c7c7c;
  font-family: 'Arial';
}
.b33-items {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 4px solid #efefef;
}
.b33-items:first-child {
  padding-top: 0;
}
.b33-items:last-child {
  border-bottom: 0px;
}
.b23-range {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b23-range input {
  width: calc(100% - 16px);
  margin: 0 auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b34 {
  padding-top: 55px;
}
.b34 .b10-info {
  padding: 0;
  padding-top: 40px;
  min-height: 350px;
}
@media screen and (max-width: 960px) {
  .b34 .b10-info {
    min-height: 150px;
    padding-top: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b35 .b13-figure {
  position: static;
}
.b35 .b13-cnt {
  height: auto;
  padding: 0;
}
.b35 .b13-text {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .b35 .b13-figure {
    height: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b36 .b14-item:hover strong,
.b36 .b14-item:hover span {
  color: #ea6702;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b37 {
  padding: 75px 0;
}
.b37 .b14-cnt {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}
.b37 .b14-item {
  margin-left: 15px;
  border: 1px solid #ececec;
}
.b37 .b14-item:first-child {
  margin-left: 0;
}
.b37-img {
  margin-bottom: 45px;
}
.b37-title {
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #009441;
  margin-bottom: 45px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b38 {
  background-color: #f3f3f3;
  padding-top: 75px;
  padding-bottom: 90px;
}
.b38-up {
  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;
}
.b38-title {
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #ea6702;
  margin-bottom: 20px;
}
.b38-text {
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b38-descripcion {
  max-width: 430px;
  margin-left: 4%;
}
.b38-img {
  margin-left: 22%;
}
.b38-caracteristicas {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b38-item {
  width: 20.5%;
  text-align: center;
}
.b38-item-text {
  margin-top: 50px;
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b38-item-text p {
  margin-bottom: 0;
}
@media screen and (max-width: 745px) {
  .b38-up {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b38-descripcion {
    max-width: none;
    margin: auto;
  }
  .b38 {
    padding: 30px 0;
  }
  .b38-img {
    margin: auto;
  }
  .b38-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .b38-item-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b38-item {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b39 {
  padding-top: 60px;
}
.b39-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  min-height: 160px;
}
.b39-descripcion {
  width: 63.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 20px;
  border-left: 1px solid #acaeb2;
  padding-bottom: 60px;
  padding-top: 10px;
}
.b39-nav {
  width: 20.41%;
  font-size: 13px;
  padding-top: 10px;
  color: #acaeb2;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39-nav li {
  margin-bottom: 15px;
}
.b39-nav li a {
  position: relative;
  padding-left: 20px;
  display: block;
}
.b39-nav li a:hover,
.b39-nav li a.active {
  color: #ea6702;
}
.b39-nav li a:hover:after,
.b39-nav li a.active:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ea6702;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.b39-btns {
  position: absolute;
  top: 0;
  right: 0;
}
.b39-btn {
  width: 180px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #484d52;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.b39-btn:hover {
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
  background-color: #fff;
  color: #ea6702;
}
.b39-btn:hover span {
  color: #ea6702;
}
.b39-btn span {
  margin: 0;
  font-size: 25px;
  margin-right: 15px;
}
.b39-title {
  font-size: 35px;
  color: #ea6702;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 41px;
}
.b39-subtitle {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}
.b39-btn-openmenu {
  width: 100%;
  display: none;
}
.b39-openmenu {
  max-width: 300px;
  width: 100%;
  display: block;
  position: relative;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #009441;
  text-align: center;
  font-size: 14px;
}
.b39-openmenu:after {
  position: absolute;
  right: 10px;
  content: "\e907";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 12px;
  margin: auto 0;
  font-size: 11px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}
@media print {
  .cnt-wrapper {
    padding-top: 0;
  }
  header,
  footer,
  .b39-nav,
  .b39-btns {
    display: none;
  }
  .b39-main .b39-nav {
    display: none !important;
  }
  .b39-descripcion {
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .n-contenido-acordeon {
    display: block;
    padding-left: 0;
  }
  .n-title-acordeon {
    padding-left: 0;
  }
  .n-title-acordeon:before,
  .n-title-acordeon:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .b39-descripcion {
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b39-title {
    font-size: 28px;
  }
  .b39-btns {
    position: static;
  }
  .b39-nav,
  .b39-descripcion {
    width: 100%;
    padding: 0;
  }
  .b39-nav {
    margin-top: 30px;
    display: none;
  }
  .b39-descripcion {
    margin-top: 30px;
    border: none;
  }
  .b39-subtitle {
    display: none;
    margin-bottom: 20px;
  }
  .b39 {
    padding: 30px 0;
  }
  .b39-btns {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .b39-nav {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .b39-title {
    font-size: 25px;
  }
  .b39-btn-openmenu {
    display: block;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  margin-top: 103px;
  margin-bottom: 95px;
}
.b4 .owl-nav {
  display: none;
}
.b4 .g-subtitle h3 {
  color: #484d52;
  font-size: 30px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 50px;
}
.b4-lista-clientes.b4-owl-not {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b4-lista-clientes.b4-owl-not .b4-item {
  margin: 0px;
}
.b4-lista-clientes.b4-owl-carousel img {
  width: auto;
}
.b4-lista-clientes img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  filter: grayscale(100%);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.b4-item figure {
  padding: 0px 15px;
}
@media screen and (min-width: 1025px) {
  .b4-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .b4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .b4 .g-subtitle h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .b4 .g-subtitle h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40-ubicacion {
  height: 300px;
  width: 500px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b41-wrapslider {
  position: relative;
  padding: 0 100px;
  margin-bottom: 60px;
}
.b41-wrapslider.desktop .b41-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b41-wrapslider.desktop .b41-itemsl {
  margin: 0 10px;
}
.b41 .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.b41 .owl-prev,
.b41 .owl-next {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #009441;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.b41 .owl-prev {
  left: 0;
}
.b41 .owl-next {
  right: 0;
}
.b41 .owl-carousel,
.b41 .owl-carousel .owl-item {
  position: static;
}
.b41-slider {
  border-bottom: 1px solid #acaeb2;
}
.b41-itemsl {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}
.b41-itemsl:hover:after,
.b41-itemsl.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b41-itemsl:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #009441;
  left: 0;
}
.b41-itemsl figure {
  margin: 0;
}
.b41-itemsl img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .b41 .owl-nav {
    top: 40%;
  }
  .b41 .owl-prev,
  .b41 .owl-next {
    width: 40px;
    height: 40px;
  }
  .b41-wrapslider {
    padding: 0 30px;
  }
  .b41-slider {
    border: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b42 {
  margin-bottom: 50px;
}
.b42 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b42 .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.b42 .owl-prev,
.b42 .owl-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  color: #acaeb2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.b42 .owl-prev {
  left: 0;
  display: none;
}
.b42 .owl-next {
  right: -30px;
}
.b42-title {
  width: 21%;
  font-size: 40px;
  color: #009441;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b42-logo-programa {
  width: 21%;
  margin-left: 9%;
  margin-right: 6%;
}
.b42-logo-programa img {
  max-width: 100%;
  height: auto;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -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;
}
.b42-logo-programa img:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b42-carrucel {
  width: 43%;
}
.b42-wrapslider {
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 7px 25px 0px rgba(0,0,0,0.15);
  padding: 25px;
  padding-right: 45px;
}
.b42-titlesl {
  margin-bottom: 10px;
  font-size: 16px;
}
.b42-slider img {
  max-width: 100%;
  height: auto;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -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;
}
.b42-slider img:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b42-slider.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b42-slider.desktop .b42-itemsl {
  margin: 0;
  margin-left: 10px;
}
.b42-slider.desktop .b42-itemsl:first-child {
  margin-left: 0;
}
.b42-text-enlace {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #acaeb2;
  text-align: right;
}
.b42-text-enlace a {
  color: #009441;
}
@media screen and (max-width: 960px) {
  .b42-title {
    width: 100%;
    font-size: 35px;
    margin-bottom: 30px;
  }
  .b42 .wancho {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b42-logo-programa,
  .b42-carrucel {
    margin: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b42-logo-programa {
    width: 35%;
  }
  .b42-carrucel {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .b42-logo-programa,
  .b42-carrucel {
    width: 100%;
  }
  .b42-logo-programa {
    text-align: center;
  }
  .b42-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .b42-carrucel {
    padding: 0;
  }
}

.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;
}
.b45 {
  margin-top: 90px;
  margin-bottom: 60px;
}
.b45 .g-subtitle {
  text-align: left;
  margin-bottom: 60px;
}
.b45 h4 {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-size: 18px;
  color: #484d52;
  margin-bottom: 5px;
}
.b45 p {
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  font-size: 15px;
  color: #484d52;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .b45 .g-subtitle {
    margin-bottom: 40px;
  }
  .b45 h4 {
    font-size: 16px;
  }
  .b45 p {
    font-size: 14px;
  }
}

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  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.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background-color: #009441;
  }
  .b5.active-right .b5-right .b5-after {
    opacity: 0.8;
    -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.8;
    -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.8;
    -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: #009441;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b5-info-left .g-btn {
    color: #009441;
    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;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.close-boxlight {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 46px;
  border: 0px;
  background-color: #ea6702;
  color: #fff;
  font-size: 14px;
  position: absolute;
  line-height: 100%;
  right: 0;
  top: -46px;
  cursor: pointer;
  z-index: 20;
  border-radius: 0px;
}
.close-boxlight:before {
  content: "Cerrar";
  margin-right: 4px;
}
.close-boxlight:after {
  content: "\e605";
  font-family: 'icomoon' !important;
}
.b6 {
  margin-top: 94px;
  margin-bottom: 81px;
}
.b6 .g-subtitle {
  margin-bottom: 41px;
}
.b6 .g-subtitle h3 {
  margin-bottom: 9px;
}
.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-play {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  top: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b6-play i {
  font-size: 50px;
  color: #484d52;
  position: relative;
  left: 4px;
}
.b6-intranet {
  height: 107px;
  background-color: #ea6702;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-intranet i {
  margin-left: 36px;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-intranet:hover {
  background-color: #bd5301;
}
.b6-intranet:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.b6-enlaces {
  height: 361px;
  background-color: #009441;
  margin-bottom: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 43px 44px 43px;
}
.b6-enlaces h4 {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin: 0px;
  margin-bottom: 39px;
  font-size: 28px;
}
.b6-enlace-lista {
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  font-size: 18px;
}
.b6-enlace-lista li {
  line-height: 100%;
  margin-bottom: 20px;
}
.b6-enlace-lista li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b6-enlace-lista a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.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-texto {
  height: 107px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 0;
  -webkit-transition: 200ms all linear;
  -moz-transition: 200ms all linear;
  -o-transition: 200ms all linear;
  -ms-transition: 200ms all linear;
  transition: 200ms all linear;
  padding: 20px;
  padding-top: 13px;
}
.b6-texto b {
  display: block;
  color: #484d52;
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin: 0px;
  margin-bottom: 8px;
}
.b6-texto p {
  margin: 0px;
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  line-height: 1;
}
.b6-texto.b14-link span {
  color: #484d52;
  top: 0px;
  left: auto;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0px;
  bottom: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  right: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .b6-texto.b14-link span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b6-caja-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.b14-link span {
  position: absolute;
  left: 50%;
  top: 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%);
  color: #fff;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b14-link span i {
  display: block;
  line-height: 100%;
  margin-left: 8px;
  font-size: 12px;
}
.b6-video-info {
  color: #fff;
  margin: 0px;
  position: relative;
  z-index: 2;
}
.b6-video-info span {
  font-size: 28px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin-bottom: 17px;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-video-info p {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-size: 18px;
  margin: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b6-center .b6-bloque-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b6-ctn-video {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  padding: 39px 43px 39px 43px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b6-ctn-video:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: #f00;
  background-color: #484d52;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.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);
}
@media screen and (max-width: 1024px) {
  .b6-video-info span {
    margin-bottom: 10px;
  }
  .b6-item-a .b6-texto {
    margin-top: 0px;
  }
  .b6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .b6 .g-subtitle {
    margin-bottom: 30px;
  }
  .b6-ctn-video,
  .b6-enlaces {
    padding: 30px;
  }
  .b6-enlaces h4 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .b6-video-info span {
    font-size: 24px;
  }
  .b6-video-info p {
    font-size: 16px;
  }
  .b6-enlace-lista {
    font-size: 16px;
  }
  .b6-intranet {
    font-size: 17px;
  }
  .b6-item-a figure {
    display: none;
  }
  .b6-bloque {
    width: 50%;
  }
  .b6-bloque.b6-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .b6-bloque.b6-center {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .b6-bloque.b6-right {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 50%;
  }
  .b6-bloque-master {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .b6-texto {
    padding: 20px;
    height: 130px;
    padding-bottom: 30px;
  }
  .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: 768px) {
  .b6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .b6 .g-subtitle {
    margin-bottom: 20px;
  }
  .b6-ctn-video {
    padding: 20px;
  }
  .b6-play {
    width: 100px;
    height: 100px;
    top: 0px;
  }
  .b6-enlaces h4 {
    margin-bottom: 20px;
  }
  .b6-video-info span {
    font-size: 23px;
  }
}
@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;
}
.b7 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.b7 .g-subtitle {
  margin-bottom: 45px;
}
.b7 .g-subtitle h3 {
  margin-bottom: 15px;
}
.b7 .g-subtitle p {
  max-width: 770px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  line-height: 1.35;
}
.b7 .owl-nav {
  position: absolute;
  bottom: -220%;
  width: 100%;
}
.b7 .owl-nav .owl-next {
  font-size: 0px;
  position: absolute;
  right: -60px;
}
.b7 .owl-nav .owl-next:before {
  content: '\e901';
  font-size: 20px;
  font-family: 'icomoon';
  position: absolute;
}
.b7 .owl-nav .owl-prev {
  font-size: 0px;
  position: absolute;
  left: -60px;
}
.b7 .owl-nav .owl-prev:before {
  content: '\e901';
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 20px;
  font-family: 'icomoon';
  position: absolute;
}
.b7 .owl-carousel {
  text-align: center;
}
.b7 .owl-stage {
  padding-bottom: 30px;
}
.b7-year {
  position: relative;
  cursor: pointer;
  padding-top: 30px;
}
.b7-year span {
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  color: #acaeb2;
}
.b7-year span:before {
  content: '\e902';
  font-family: 'icomoon';
  font-size: 20px;
  color: #acaeb2;
  position: absolute;
  left: 0;
  bottom: -25px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  display: inline-block;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 10%;
}
.b7-year.active span,
.b7-year:hover span {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #ea6702;
}
.b7-year.active span:before,
.b7-year:hover span:before {
  content: '\e907';
  color: #ea6702;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b7-year .g-subtitle {
  max-width: 685px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}
.b7-year .g-subtitle h3 {
  margin-bottom: 12px;
}
.b7-year .g-subtitle p {
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
}
.b7-line-time {
  max-width: 930px;
  margin: auto;
  width: 100%;
}
.b7-line-time.b7-no-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.b7-line-time.b7-no-slider:before {
  top: 128.5%;
}
.b7-line-time.b7-no-slider .b7-year span:before {
  width: 30%;
}
.b7-line-time:before {
  content: '';
  background: #acaeb2;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  margin: auto;
}
.b7-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b7-imgage {
  padding-right: 28px;
}
.b7-imgage img {
  max-width: 100%;
  height: auto;
}
.b7-info {
  max-width: 382px;
  width: 100%;
  padding-left: 28px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.b7-info .g-subtitle-2 {
  margin-bottom: 24px;
}
.b7-info p {
  font-size: 15px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  color: #484d52;
  max-width: 387px;
  width: 100%;
  line-height: 15px;
}
.b7-content-year {
  position: relative;
  margin-top: 77px;
}
.b7-item {
  max-width: 930px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=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;
  visibility: hidden;
}
.b7-item.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -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;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .b7-content-year {
    max-width: 768px;
    margin: auto;
  }
  .b7 .owl-nav {
    bottom: -80px;
    max-width: 480px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .b7 .owl-nav .owl-next {
    right: -30px;
  }
  .b7 .owl-nav .owl-prev {
    left: -60px;
  }
  .b7-imgage {
    max-width: 480px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .g-subtitle p {
    max-width: 100%;
  }
  .b7-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b7-imgage {
    padding-right: 0px;
    margin: auto;
  }
  .b7-info {
    padding-left: 0px;
    margin: auto;
    max-width: 100%;
    margin-top: 30px;
  }
  .b7-info p {
    max-width: 100%;
  }
  .b7 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .b7-content-year {
    margin-top: 30px;
  }
  .b7-year {
    padding-top: 15px;
  }
  .b7-info .g-subtitle-2 {
    margin-bottom: 15px;
  }
  .b7-info {
    margin-top: 15px;
  }
  .b7-line-time:before {
    top: 52px;
  }
}
@media screen and (max-width: 640px) {
  .b7 .owl-nav {
    position: static;
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: none;
  }
  .b7 .owl-nav .owl-prev,
  .b7 .owl-nav .owl-next {
    position: static;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .b7-info .g-subtitle-2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .b7-info p {
    line-height: 1.4;
  }
  .b7-content-year {
    margin-top: 10px;
  }
  .b7-year {
    padding-top: 10px;
  }
  .b7-line-time {
    margin-bottom: 20px;
  }
  .b7-info {
    margin-top: 20px;
  }
  .b7 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .b7 .g-subtitle {
    margin-bottom: 20px;
  }
  .b7 .g-subtitle p {
    display: none;
  }
  .b7-line-time:before {
    top: 49px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8-ctn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b8-ctn figure {
  margin: 0;
}
.b8-ctn img {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.b8-desc {
  text-align: center;
}
.b8-desc h3 {
  margin: auto;
  font-size: 14px;
  color: #009441;
  line-height: 1.4;
}
.b8-desc h3 strong {
  font-size: 16px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
}
.b8-desc p {
  max-width: 570px;
  margin-bottom: 20px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .b8-ctn {
    position: relative;
  }
  .b8-ctn figure {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b8-ctn img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    max-width: initial;
    position: absolute;
  }
  .b8 .wancho {
    width: 100%;
  }
  .b8-desc {
    min-height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 3%;
    position: relative;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  }
  .b8-desc p {
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
  }
  .b8-desc h3 {
    margin: 0;
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  background-image: url("../img/b9-patron.png");
  padding: 65px 0 100px 0;
}
.b9-cnt {
  position: relative;
  text-align: center;
}
.b9-cnt .b3-line1,
.b9-cnt .b3-line2,
.b9-cnt .b3-line3 {
  width: 92.6%;
  height: 79.6%;
}
.b9-cnt .g-subtitle {
  width: 290px;
  text-align: left;
  margin-left: 21%;
}
.b9-cnt .g-subtitle h3 {
  margin-bottom: 0;
}
.b9-cnt-map {
  position: relative;
  width: 100%;
}
.b9-item {
  position: absolute;
  z-index: 2;
}
.b9-item strong {
  display: block;
  font-size: 45px;
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  font-weight: normal;
  color: #484d52;
  line-height: 1;
}
.b9-item span {
  color: #484d52;
  font-size: 18px;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .b9-item:nth-child(1) {
    left: 8%;
    top: 20%;
  }
  .b9-item:nth-child(2) {
    right: 22%;
    top: -4%;
  }
  .b9-item:nth-child(3) {
    left: 12%;
    bottom: 20%;
  }
  .b9-item:nth-child(4) {
    right: 14%;
    top: 41%;
  }
  .b9-item:nth-child(5) {
    right: 19%;
    bottom: -5%;
    width: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .b9-item:hover strong,
  .b9-item:hover span {
    color: #009441;
  }
}
@media screen and (max-width: 1023px) {
  .b9-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .b9-item:last-of-type {
    margin-bottom: 0;
  }
  .b9-item * {
    margin: 0;
  }
  .b9-item strong {
    font-size: 35px;
    line-height: 1.3;
  }
  .b9-item span {
    font-size: 16px;
  }
  .b9-cnt-map {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .b9-estadisticas {
    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;
  }
  .b9-cnt .g-subtitle {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .b9 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b9-cnt .b3-figure {
    display: none;
  }
  .b9-estadisticas {
    width: 100%;
  }
  .b9-cnt-map {
    padding-right: 0;
  }
  .b9-item {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 14px 0 rgba(0,0,0,0.2);
    box-shadow: 0px 2px 14px 0 rgba(0,0,0,0.2);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b9-item.active {
    background-color: #009441;
    -webkit-animation: anima_box 300ms forwards;
    -moz-animation: anima_box 300ms forwards;
    -o-animation: anima_box 300ms forwards;
    -ms-animation: anima_box 300ms forwards;
    animation: anima_box 300ms forwards;
  }
  .b9-item.active strong,
  .b9-item.active span {
    color: #fff;
  }
  .b9-cnt .g-subtitle h3 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@-moz-keyframes anima_box {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes anima_box {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes anima_box {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes anima_box {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  padding-bottom: 30px;
  padding-top: 68px;
  background-color: #f4f4f4;
}
.footer-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-cnt figure {
  margin: 0;
}
.footer-redes {
  padding: 0 10px;
  padding-top: 15px;
  margin: 0 auto;
}
.footer-redes ul {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-redes a {
  font-size: 25px;
}
.footer-redes a.icon-13 {
  font-size: 21px;
}
.footer-redes a.icon-14 {
  font-size: 24px;
}
.footer-redes a:before {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.footer-redes a:hover {
  color: #009441;
}
.footer-redes p {
  font-family: 'Conv_Fontfabric - UniNeueBold', sans-serif;
  margin: 0;
}
.footer-links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 90px;
  margin-left: 0;
}
.footer-links ul {
  margin: 0;
}
.footer-links ul:first-child {
  width: 195px;
}
.footer-links ul:last-child {
  width: auto;
}
.footer-links li {
  width: 50%;
  margin: 0;
  margin-bottom: 12px;
}
.footer-links a {
  font-size: 18px;
}
.footer-links a:hover {
  color: #ea6702;
}
.footer-post {
  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;
  margin-right: 0;
}
.footer-post li {
  margin: 0;
  width: 100%;
}
.footer-post li:nth-child(1),
.footer-post li:nth-child(2) {
  margin-bottom: 15px;
}
.footer-post a {
  margin: 0;
  color: #009441;
  font-size: 18px;
  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;
}
.footer-post a span {
  margin: 0;
  margin-right: 10px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.footer-copy {
  overflow: hidden;
  font-size: 15px;
  padding-top: 80px;
}
.footer-copy-left {
  float: left;
}
.footer-copy-left p {
  margin: 0;
  color: #484d52;
}
.footer-copy-left p a {
  display: inline-block;
  margin-left: 20px;
}
.footer-copy-right {
  float: right;
}
.staffcreativa {
  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;
}
.staffcreativa:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.link-staff {
  color: #ada7a2;
}
.link-staff strong {
  font-weight: normal;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 1440px) {
  .footer-copy {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-copy-left {
    text-align: center;
    float: none;
  }
  .footer-copy-left p a {
    font-size: 14px;
    margin-left: 0;
  }
  .footer-copy-right {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer-links {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer-cnt {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-cnt figure {
    display: none;
  }
  .footer-redes {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-post {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
  }
  .footer-post li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-post li:first-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-post a {
    text-align: center;
  }
  .footer-post a br {
    display: none;
  }
  .footer-copy {
    padding-top: 20px;
  }
  .footer-copy {
    height: auto;
    text-align: center;
    font-size: 12px;
    margin: auto;
  }
  .footer-copy-left {
    float: none;
  }
  .footer-copy-right {
    float: none;
  }
}
@media screen and (max-width: 620px) {
  .footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer-post {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-post a br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .footer-post {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  background: #fff;
}
.header.scrolling {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.header .header-logo {
  width: 11%;
  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;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .menu-item {
  position: relative;
  margin: 0;
  margin-right: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.header .menu-item a {
  color: #333;
  font-family: 'Conv_Fontfabric - UniNeueRegular', sans-serif;
  font-size: 16px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu-item:last-child {
  background: #009441;
  padding-left: 50px;
  margin-right: 0;
}
.header .menu-item:last-child a {
  color: #fff;
}
.header .menu-item:last-child:hover a {
  color: #fff;
}
.header .menu-item:last-child:before {
  display: none;
}
.header .menu-item:hover .submenu-list {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.header .menu-item:hover .menu-link,
.header .menu-item.active .menu-link {
  color: #009441;
}
.header .menu-item:hover:before,
.header .menu-item.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header .menu-item:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 11px 13.5px;
  border-color: transparent transparent #009441 transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.header .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
}
.header .menu-link {
  display: inline-block;
}
.header .menu-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.menu-slide {
  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;
}
.menu-slide i {
  font-size: 20px;
  margin-top: 5px;
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
}
.submenu-list {
  position: absolute;
  top: 100%;
  left: -63px;
  margin: auto;
  width: 260px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-shadow: -1px 4px 20px 0px rgba(0,0,0,0.2);
  box-shadow: -1px 4px 20px 0px rgba(0,0,0,0.2);
}
.submenu-item a {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu-item a:hover {
  background: #acaeb2;
  color: #fff;
}
.header-ctn {
  height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header-after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000px;
  background: #009441;
  left: 100%;
}
.responsive-logo {
  margin-top: 10px;
  width: 70%;
  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 {
  border-radius: 7%;
  color: #ea6702;
  cursor: pointer;
  font-size: 38px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 12px;
  text-align: center;
  top: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s 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:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  -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;
  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: 280px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -280px;
  background: #484d52;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 50px;
}
.menu-responsive .menu-item:last-of-type {
  background-color: transparent !important;
}
.menu-responsive .menu-item a {
  font-size: 21px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #acaeb2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.menu-responsive .menu-item .menu-slide.active i {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu-responsive .submenu-list {
  display: none;
  width: 100%;
  background-color: #3b4044;
}
.menu-responsive .footer-post {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .footer-post li {
  width: 100%;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.menu-responsive .footer-post li br {
  display: none;
}
.menu-responsive .footer-post a {
  font-size: 21px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #acaeb2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.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: -280px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header .menu-item {
    margin-right: 30px;
  }
  .header .menu-item a {
    font-size: 15px;
  }
  .header .menu-item:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .header-after {
    display: none;
  }
  .header .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header-ctn:before {
    display: none;
  }
  .submenu-item a {
    padding: 0;
  }
  .submenu-list {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu-responsive .menu-item {
    height: auto;
  }
  .submenu-list {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .menu-slide i {
    display: block;
    font-size: 25px;
    margin-top: 7px;
  }
  .submenu-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header-ctn {
    height: 60px;
  }
  .menu-mobile-close,
  .menu-mobile-open {
    top: 10px;
  }
  .header .header-logo {
    width: 100px;
  }
  .header:before {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header .header-logo {
    width: 25%;
  }
}


/* Actualización APC */
.seccion-page {
  padding: 50px 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ptb-apc {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mtb-apc {
  margin-top: 50px;
  margin-bottom: 50px;
}
.color-predominante-verde, .header .menu-item:last-child.color-predominante-verde {
  background-color: #009441 !important;
}
.color-predominante-verde-text {
  color: #009441;
}
.color-predominante-naranja, .header .menu-item:last-child.color-predominante-naranja {
  background-color: #FF8200 !important;
}
.color-predominante-naranja-text {
  color: #FF8200;
}
.color-predominante-rojo, .header .menu-item:last-child.color-predominante-rojo {
  background-color: #E03C31 !important;
}
.color-predominante-rojo-text {
  color: #E03C31;
}
.color-predominante-verde-oscuro, .header .menu-item:last-child.color-predominante-verde-oscuro {
  background-color: #10A3DA !important;
}
.color-predominante-verde-oscuro-text {
  color: #10A3DA;
}
.color-predominante-verde-agua, .header .menu-item:last-child.color-predominante-verde-agua {
  background-color: #00B388 !important;
}
.color-predominante-verde-agua-text {
  color: #00B388;
}
.color-predominante-azul-metal, .header .menu-item:last-child.color-predominante-azul-metal {
  background-color: #425563 !important;
}
.color-predominante-azul-metal-text {
  color: #425563;
}
.color-predominante-amarillo, .header .menu-item:last-child.color-predominante-amarillo {
  background-color: #FFCD00 !important;
}
.color-predominante-amarillo-text {
  color: #FFCD00;
}
.color-predominante-rojo-oscuro, .header .menu-item:last-child.color-predominante-rojo-oscuro {
  background-color: #971B2F !important;
}
.color-predominante-rojo-oscuro-text {
  color: #971B2F;
}
.color-predominante-marron, .header .menu-item:last-child.color-predominante-marron {
  background-color: #4F2C1D !important;
}
.color-predominante-marron-text {
  color: #4F2C1D;
}
.color-predominante-turquesa, .header .menu-item:last-child.color-predominante-turquesa {
  background-color: #00549F !important;
}
.color-predominante-turquesa-text {
  color: #00549F;
}
.b7 .owl-nav .owl-next {
  right: -30px;
}
.b11.b4 .b4-lista-clientes {
  margin: 0 auto -30px;
}
.b10-image.asd{
    flex-wrap: wrap;
}
.b10-btn.bloque-de-contenido {
  flex:none;
  width:100%;
  box-sizing: border-box;
  position: static;
  padding: 20px 60px 0 0;
  display:flex;
  justify-content: flex-end;
}
@media ( max-width: 960px ) {
  .b10-btn.bloque-de-contenido {
    justify-content: center;
    padding: 20px 0 0;
  }
}

.m--hover-color-predominante-verde:hover {
  background-color: #009441;
  border-color: #009441;
}
.m--hover-color-predominante-naranja:hover {
  background-color: #FF8200;
  border-color: #FF8200;
}
.m--hover-color-predominante-rojo:hover {
  background-color: #E03C31;
  border-color: #E03C31;
}
.m--hover-color-predominante-verde-oscuro:hover {
  background-color: #10A3DA;
  border-color: #10A3DA;
}
.m--hover-color-predominante-verde-agua:hover {
  background-color: #00B388;
  border-color: #00B388;
}
.m--hover-color-predominante-azul-metal:hover {
  background-color: #425563;
  border-color: #425563;
}
.m--hover-color-predominante-amarillo:hover {
  background-color: #FFCD00;
  border-color: #FFCD00;
}
.m--hover-color-predominante-rojo-oscuro:hover {
  background-color: #971B2F;
  border-color: #971B2F;
}
.m--hover-color-predominante-marron:hover {
  background-color: #4F2C1D;
  border-color: #4F2C1D;
}
.m--hover-color-predominante-turquesa:hover {
  background-color: #00549F;
  border-color: #00549F;
}