.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gRedes {
  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;
}
.gRedes button,
.gRedes a {
  border: 0px;
  background: transparent;
  margin-right: 15px;
}
.gRedes button:last-child,
.gRedes a:last-child {
  margin-right: 0px;
}
.gRedes button:before,
.gRedes a:before {
  font-size: 24px;
  color: #000;
}
.gRedes .copyText {
  position: relative;
}
.gRedes .textAlert {
  position: absolute;
  left: 100%;
  bottom: 100%;
  border-radius: 6px;
  width: fit-content;
  padding: 4px 6px;
  background: rgba(0,0,0,0.5);
  font-size: 10px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gRedes .textAlert.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.g0-btn {
  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;
  min-width: 172px;
  height: 50px;
  background: #ffd631;
  color: #000;
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  letter-spacing: 1px;
  border: 0px;
}
@media screen and (min-width: 1024px) {
  .g0-btn:hover {
    background: #fedd56;
    -webkit-box-shadow: 0 10px 8px -4px rgba(0,0,0,0.12);
    box-shadow: 0 10px 8px -4px rgba(0,0,0,0.12);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.g0-link {
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  padding-right: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g0-link:after {
  content: '\e90e';
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
@media screen and (min-width: 1024px) {
  .g0-link:hover {
    color: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g1-title {
  color: #000;
  font-size: 38px;
  font-family: 'GandhiSans-Bold', sans-serif;
}
.g1-title span {
  font-size: 25px;
  color: #fff;
  font-family: 'GandhiSans-Regular', sans-serif;
  letter-spacing: 0px;
  display: block;
  line-height: normal;
}
.g1-parrafo {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 28px;
  color: #7b7979;
}
.g1-parrafo p {
  margin: auto;
}
.g1-title-banner {
  color: #fff;
  font-family: 'GandhiSans-Bold', sans-serif;
  font-size: 48px;
  margin: auto;
  line-height: normal;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .g1-title {
    font-size: 32px;
  }
  .g1-title span {
    font-size: 22px;
  }
  .g1-title-banner {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .g1-title {
    font-size: 28px;
  }
  .g1-title span {
    font-size: 20px;
  }
  .g1-parrafo {
    font-size: 16px;
    line-height: 23px;
  }
  .g1-title-banner {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .g1-title {
    font-size: 24px;
  }
  .g1-parrafo {
    font-size: 15px;
  }
  .g1-title-banner {
    font-size: 32px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.videoBoxContent {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-top: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  margin: 80px 0px;
}
.videoBoxContent picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoBoxContent picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.videoBoxContent.active picture,
.videoBoxContent.active .clickVideoBox,
.videoBoxContent.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.videoBoxContent iframe,
.videoBoxContent video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoBoxContent video {
  object-fit: cover;
}
.videoPopupContent {
  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%);
  position: absolute;
  position: fixed;
  max-width: 500px;
  width: 100%;
  height: 300px;
  background: #000;
  z-index: 250;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.videoPopupContent.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.videoPopupContent iframe,
.videoPopupContent video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoPopupContent video {
  object-fit: cover;
}
.closeVideoBox,
.closeVideoPopup {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  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;
  z-index: 30;
}
.closeVideoBox:before,
.closeVideoPopup:before {
  color: #000;
}
.closeVideoPopup {
  bottom: calc(100% + 5px);
  left: 100%;
  top: initial;
}
.clickVideoBox {
  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%);
  position: absolute;
  z-index: 20;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  width: 72px;
  height: 72px;
  background: #ffd631;
  border-radius: 50%;
  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;
}
.clickVideoBox:after {
  content: '';
  background: rgba(255,255,255,0.16);
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: -12px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.clickVideoBox:before {
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 20px;
  color: #000;
  position: absolute;
  z-index: 10;
}
.videoPopupContent {
  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%);
  position: absolute;
  z-index: 20;
  z-index: 220;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .closeVideoPopup {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .videoPopupContent {
    padding-bottom: 60%;
    height: auto;
    width: calc(100% - 20px);
  }
  .videoBoxContent {
    padding-bottom: 10%;
    height: auto;
    width: calc(100% - 20px);
    margin: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gPagination,
.gNav {
  display: none;
}
.swiperActive .gPagination,
.swiperActive .gNav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.swiper-container.swiper-container-fade .swiper-slide,
.swiper-wrapper.swiper-container-fade .swiper-slide,
.swiper-slide.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.swiper-container.swiper-container-fade .swiper-slide.swiper-slide-active,
.swiper-wrapper.swiper-container-fade .swiper-slide.swiper-slide-active,
.swiper-slide.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.swiper-container.swiper-container-initialized .gPagination,
.swiper-wrapper.swiper-container-initialized .gPagination,
.swiper-slide.swiper-container-initialized .gPagination,
.swiper-container.swiper-container-initialized .gNav,
.swiper-wrapper.swiper-container-initialized .gNav,
.swiper-slide.swiper-container-initialized .gNav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.swiper-container.swiper-container-initialized .swiper-wrapper,
.swiper-wrapper.swiper-container-initialized .swiper-wrapper,
.swiper-slide.swiper-container-initialized .swiper-wrapper {
  -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;
}
.swiper-container.swiper-container-initialized .gPagination,
.swiper-wrapper.swiper-container-initialized .gPagination,
.swiper-slide.swiper-container-initialized .gPagination {
  bottom: 40px;
}
.swiper-container.swiper-container-initialized .gPagination .swiper-pagination-bullet,
.swiper-wrapper.swiper-container-initialized .gPagination .swiper-pagination-bullet,
.swiper-slide.swiper-container-initialized .gPagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  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;
  pointer-events: all;
  margin: 0;
  margin: 0px 10px;
}
.swiper-container.swiper-container-initialized .swiper-pagination-bullets,
.swiper-wrapper.swiper-container-initialized .swiper-pagination-bullets,
.swiper-slide.swiper-container-initialized .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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;
  pointer-events: none;
}
.gNav {
  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%);
  position: absolute;
  width: 100%;
  z-index: 100;
  height: 80px;
  pointer-events: none;
  top: 28%;
}
.gPrev,
.gNext {
  position: absolute;
  height: 100px;
  width: 50px;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  background: #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-shadow: 0px 0px 20px 10px rgba(0,0,0,0.149);
  box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.149);
}
.gPrev.swiper-button-disabled,
.gNext.swiper-button-disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
.gPrev:before,
.gNext:before {
  font-family: 'icomoon';
  font-size: 20px;
  color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gPrev {
  left: -10px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.gPrev:before {
  content: '\e905';
}
.gNext {
  right: -10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.gNext:before {
  content: '\e906';
}

.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;
}
.c-add span {
  font-size: 0px;
  position: relative;
}
.c-add span:before {
  content: '\e94f';
  font-family: 'icomoon';
  font-size: 7px;
  color: #6f31ff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.c-wrap.active .c-add span:before {
  content: '\e901';
  font-family: 'icomoon';
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 480px) {
  .c-add span:before {
    color: #fff;
  }
}

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  height: 90vh;
  position: relative;
  overflow: hidden;
}
.b1 .owl-nav {
  display: none;
}
.b1 .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 28px;
  max-width: 1150px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
}
.b1 .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
.b1 .owl-dots .owl-dot:before {
  content: '';
  height: 0px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffd631;
  position: absolute;
  top: 6px;
}
.b1 .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.b1 .owl-dots .owl-dot.active {
  background: #ffd631;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b1 .owl-dots .owl-dot.active:before {
  height: 40px;
  -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;
}
.b1-wrap {
  height: 100%;
}
.b1-wrap:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  height: 104px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.b1-wrap .owl-stage-outer,
.b1-wrap .owl-stage,
.b1-wrap .owl-item {
  height: 100%;
}
.b1-wrap .owl-item.active .g0-btn,
.b1-wrap .owl-item.active .g1-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.b1-wrap .owl-item.active .g1-title {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.b1-wrap .owl-item.active .g0-btn {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.b1-item {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.b1-item:after {
  content: '';
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), #000);
  width: 833px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.57;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
  filter: alpha(opacity=57);
}
.b1-item .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1-info {
  position: relative;
  z-index: 12;
}
.b1-info .g0-btn,
.b1-info .g1-title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.b1-info .g0-btn {
  max-width: 172px;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.b1-info .g1-title {
  color: #fff;
  max-width: 427px;
  width: 100%;
  line-height: 43px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .b1 .owl-dots {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .b1 {
    height: 640px;
  }
  .b1-item .wancho {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b1-info .g1-title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
  }
  .b1-info .g0-btn {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .b1-info .g1-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .b1-info .g1-title {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 380px) {
  .b1-info .g1-title {
    font-size: 28px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 678px;
  position: relative;
}
.b10:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 104px;
}
.b10 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b10-info {
  max-width: 580px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.b10-info .g1-parrafo {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b10 {
    height: 590px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  padding-top: 80px;
  padding-bottom: 56px;
}
.b11-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b11-wrap h1 {
  font-size: 96px;
  font-family: 'GandhiSans-Bold', sans-serif;
  color: #ffd540;
  margin-right: 14px;
}
.b11-wrap h2 {
  max-width: 104px;
  width: 100%;
  line-height: 23px;
  margin: auto;
}
.b11-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 24%;
  margin-right: 1%;
}
.b11-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .b11-wrap h1 {
    font-size: 55px;
  }
  .b11-wrap h2 {
    line-height: 19px;
    font-size: 16px;
  }
  .b11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b11-wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11-wrap h1 {
    font-size: 45px;
  }
  .b11-wrap h2 {
    font-size: 14px;
  }
  .b11-item {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .b11-wrap h2 {
    width: 100%;
    max-width: 100%;
  }
  .b11-item {
    text-align: center;
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b11-item h1 {
    margin: auto;
  }
  .b11-item:nth-child(4n) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12-info {
  max-width: 416px;
  width: 100%;
}
.b12-info .g1-title {
  margin-bottom: 56px;
  line-height: 1;
}
.b12-info .g1-parrafo p {
  margin-bottom: 30px;
}
.b12-info .g1-parrafo p:last-child {
  margin-bottom: 0;
}
.b12-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b12-wrap figure {
  text-align: center;
  margin-right: 8%;
}
@media screen and (max-width: 960px) {
  .b12-wrap {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b12-wrap figure {
    margin-right: 0%;
  }
  .b12-wrap figure img {
    max-width: 80%;
  }
  .b12-info {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
  .b12-info .g1-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .b12-info .g1-parrafo {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13-wrap {
  position: absolute !important;
  right: 0;
  top: 96px;
  width: 66%;
  margin-left: 30%;
}
.b13-wrap figure {
  width: 59%;
  margin-right: 17px;
}
.b13-wrap figure img {
  margin: 0;
}
.b13-wrap .slick-list {
  padding-left: 0px !important;
}
.b13 {
  height: 600px;
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
}
.b13 .wancho .g1-title {
  max-width: 153px;
  width: 100%;
  margin: 0;
}
.b13-item {
  opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  filter: alpha(opacity=12);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-item.slick-current {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-item-tab {
  position: relative;
  cursor: pointer;
}
.b13-item-tab:before {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 0%;
  height: 2px;
  background: #ffd631;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  left: -50%;
}
.b13-item-tab:after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  bottom: -43px;
  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 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-item-tab.slick-current:before {
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b13-item-tab.slick-current:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  background: #ffd631;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-item-tab.active-year:before {
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b13-item-tab.active-year:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-item-tab h1 {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #7b7979;
  margin: auto;
  line-height: 28px;
}
.b13-contet-tab {
  max-width: 882px;
  padding-right: 20px;
  width: 100%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b13-contet-tab.active .b13-prev,
.b13-contet-tab.active .b13-next {
  display: none;
}
.b13-contet-tab .b13-prev,
.b13-contet-tab .b13-next {
  cursor: pointer;
  border: 0px;
  background: transparent;
  font-size: 0px;
  position: absolute;
  bottom: -10px;
  width: 54px;
  height: 54px;
  border: 2px solid #7b7979;
  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;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f5f5f5;
}
.b13-contet-tab .b13-prev:before,
.b13-contet-tab .b13-next:before {
  font-size: 15px;
  font-family: 'icomoon';
  color: #7b7979;
}
@media screen and (min-width: 1024px) {
  .b13-contet-tab .b13-prev:hover,
  .b13-contet-tab .b13-next:hover {
    background: #ffd631;
    border: 2px solid #ffd631;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b13-contet-tab .b13-prev:hover:before,
  .b13-contet-tab .b13-next:hover:before {
    color: #000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b13-contet-tab .b13-prev {
  left: 0;
}
.b13-contet-tab .b13-prev:before {
  content: '\e90d';
}
.b13-contet-tab .b13-next {
  right: 0;
}
.b13-contet-tab .b13-next:before {
  content: '\e90e';
}
.b13-tabs.slick-slider .b13-prev,
.b13-tabs.slick-slider .b13-next {
  display: none;
}
.b13-tabs .slick-list {
  padding: 0 !important;
  padding-bottom: 50px !important;
  z-index: 3;
}
.b13-tabs:before {
  content: '';
  width: 98%;
  height: 2px;
  background: #7b7979;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.b13-tabs .slick-slide {
  text-align: center;
}
.b13-tabs .slick-prev,
.b13-tabs .slick-next {
  border: 0px;
  background: transparent;
  font-size: 0px;
  position: absolute;
  bottom: -10px;
  width: 54px;
  height: 54px;
  border: 2px solid #7b7979;
  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;
  z-index: 4;
}
.b13-tabs .slick-prev:hover,
.b13-tabs .slick-next:hover {
  background: #ffd631;
  border: 2px solid #ffd631;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-tabs .slick-prev:hover:before,
.b13-tabs .slick-next:hover:before {
  color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13-tabs .slick-prev:before,
.b13-tabs .slick-next:before {
  font-size: 15px;
  font-family: 'icomoon';
  color: #7b7979;
}
.b13-tabs .slick-prev {
  left: 0;
}
.b13-tabs .slick-prev:before {
  content: '\e90d';
}
.b13-tabs .slick-next {
  right: 0;
}
.b13-tabs .slick-next:before {
  content: '\e90e';
}
.b13-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 880px;
  width: 100%;
}
.b13-info {
  max-width: 344px;
  width: 100%;
}
.b13-info .g1-title {
  margin-bottom: 24px;
}
.b13-info-wrap .slick-prev,
.b13-info-wrap .slick-next {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .b13 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .b13 .wancho .g1-title {
    position: relative;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .b13-wrap {
    position: relative !important;
    width: 94%;
    max-width: 100%;
    margin-left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: auto;
  }
  .b13-contet-tab {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .b13-contet-tab .b13-prev,
  .b13-contet-tab .b13-next {
    width: 38px;
    height: 38px;
    bottom: -3px;
  }
  .b13-contet-tab .b13-prev:before,
  .b13-contet-tab .b13-next:before {
    font-size: 11px;
  }
  .b13-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b13-wrap .slick-list {
    padding-right: 0 !important;
  }
  .b13-wrap figure {
    width: 100%;
  }
  .b13-wrap figure img {
    margin: auto;
  }
  .b13-info {
    max-width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b13 .wancho .g1-title {
    margin-bottom: 0;
  }
  .b13-info .g1-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .b13-item-tab h1 {
    font-size: 15px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  padding-top: 80px;
}
.b14 .b5 {
  padding-top: 0;
}
.b14 .g1-title {
  text-align: center;
}
.b14 .b5-info h1 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.b14-tab {
  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: 40px;
  margin-top: 52px;
}
.b14-tab a {
  font-size: 14px;
  font-family: 'GandhiSans-Bold', sans-serif;
  color: #231f20;
  letter-spacing: 1.2px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=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;
  display: block;
  margin: 0;
  padding-left: 130px;
  padding-right: 130px;
  padding-bottom: 12px;
  max-width: 380px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b14-tab a:before {
  content: '';
  background: #7640ff;
  width: 0%;
  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 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  height: 2px;
}
.b14-tab a.active {
  color: #7640ff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b14-tab a.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 100%;
}
.b14-wrap {
  position: relative;
}
.b14-item {
  position: absolute;
  top: 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 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b14-item.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .b14 {
    padding-top: 48px;
  }
  .b14-tab a {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .b14 .b5-info h1 {
    margin-bottom: 24px;
  }
  .b14-tab {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .b14-tab a {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  height: calc(100vh);
}
.b15:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.b15 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b15-info {
  position: relative;
  text-align: center;
}
.b15-info .g0-btn {
  max-width: 270px;
  margin: auto;
}
.b15-info .g1-parrafo {
  max-width: 570px;
  width: 100%;
  margin: auto;
  color: #fff;
  margin-bottom: 74px;
}
.b15-info .g1-title-banner {
  margin-bottom: 43px;
}
.b15-info .g1-title-banner span {
  color: #fff;
  font-family: 'GandhiSans-Regular', sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .b15 {
    min-height: 600px;
  }
  .b15-info .g1-title-banner span {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .b15-info .g1-title-banner span {
    font-size: 22px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 678px;
}
.b16:before {
  content: '';
  position: absolute;
  height: 104px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
}
.b16 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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;
}
.b16-info .g1-title-banner {
  margin-bottom: 40px;
  color: #fff;
}
.b16-info .g1-parrafo {
  max-width: 370px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b16 {
    height: 500px;
  }
  .b16 .wancho {
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
  }
  .b16-info .g1-title-banner {
    text-align: left;
  }
  .b16-info .g1-parrafo {
    max-width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .b16 {
    height: 450px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .b16:after {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .b16 .wancho {
    -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;
  }
  .b16-info {
    position: relative;
    z-index: 10;
  }
  .b16-info .g1-title-banner {
    margin-bottom: 16px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b17-info {
  max-width: 564px;
  width: 100%;
  margin-right: 30px;
}
.b17-info .g1-parrafo p {
  margin-bottom: 25px;
}
.b17 {
  padding-top: 64px;
}
.b17-form {
  max-width: 490px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 32px 0 rgba(0,0,0,0.12);
  box-shadow: 0 0 32px 0 rgba(0,0,0,0.12);
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -145px;
  background: #fff;
}
.b17-form .b9-input,
.b17-form .b9-textarea {
  margin-bottom: 10px;
}
.b17-form .b9-form {
  padding-top: 26px;
  padding-bottom: 0;
}
.b17-form .b9-form .g0-btn {
  max-width: 270px;
  width: 100%;
  margin: auto;
  margin-top: 23px;
}
.b17-form .b9-radio-wrap {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b17-form-fix {
  position: fixed;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-family: 'GandhiSans-Regular', sans-serif;
  background: #6f31ff;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  z-index: 9999;
  display: none;
}
.b17-close-form {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b17-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b17-info {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .b17-form {
    max-width: 700px;
    margin: auto;
    top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .b17 .b9-input {
    height: 52px;
    margin-top: 20px;
  }
  .b17 .b9-input input {
    padding-top: 16px;
  }
  .b17 .b9-textarea {
    height: 100px;
  }
  body.block-detalle-producto .footer {
    padding-bottom: 56px;
  }
  .b17-close-form {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #000;
    font-family: 'GandhiSans-Bold', sans-serif;
    display: block;
  }
  .b17-close-form:before {
    font-family: 'icomoon';
    font-size: 20px;
  }
  .b17-form-fix {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b17-form-fix.active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b17-form {
    position: fixed;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: scroll;
    height: 100%;
    left: 0;
    border-radius: 0px;
    z-index: 1000;
    padding: 30px;
  }
  .b17-form.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  overflow: hidden;
}
.b18 .owl-nav {
  max-width: 140px;
  width: 100%;
  position: absolute;
  bottom: 104px;
  right: 196px;
}
.b18 .owl-nav .owl-prev,
.b18 .owl-nav .owl-next {
  border: 0px;
  background: transparent;
  font-size: 0px;
  position: absolute;
  bottom: -10px;
  width: 54px;
  height: 54px;
  border: 2px solid #7b7979;
  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;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .b18 .owl-nav .owl-prev:hover,
  .b18 .owl-nav .owl-next:hover {
    background: #ffd631;
    border: 2px solid #ffd631;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b18 .owl-nav .owl-prev:hover:before,
  .b18 .owl-nav .owl-next:hover:before {
    color: #000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b18 .owl-nav .owl-prev:before,
.b18 .owl-nav .owl-next:before {
  font-size: 15px;
  font-family: 'icomoon';
  color: #7b7979;
}
.b18 .owl-nav .owl-prev {
  left: 0;
}
.b18 .owl-nav .owl-prev:before {
  content: '\e90d';
}
.b18 .owl-nav .owl-next {
  right: 0;
}
.b18 .owl-nav .owl-next:before {
  content: '\e90e';
}
.b18-wrap {
  position: relative;
}
.b18-wrap.owl-carousel:before {
  height: 440px;
}
.b18-wrap:before {
  content: '';
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #f1f1f1;
  width: 100%;
  height: 401px;
  top: 80px;
  right: 0;
  position: absolute;
}
.b18-wrap .owl-stage-outer {
  padding-bottom: 39px;
}
.b18-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b18-item figure {
  position: relative;
  z-index: 8;
  margin-right: 31%;
}
.b18-texto {
  background: #f1f1f1;
  padding-top: 96px;
  height: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  max-width: 687px;
  width: 100%;
  right: 0;
  top: 80px;
  z-index: 4;
  padding-right: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.b18-texto .g1-parrafo {
  max-width: 304px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .b18 .wancho {
    width: 100%;
  }
  .b18-wrap .owl-stage-outer {
    padding-bottom: 0;
  }
  .b18-wrap .owl-nav {
    display: none;
  }
  .b18-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
  }
  .b18-wrap .owl-dots .owl-dot {
    background: #000;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b18-wrap .owl-dots .owl-dot.active {
    background: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b18-wrap:before {
    display: none;
  }
  .b18-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b18-item figure {
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .b18-texto {
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 140px;
    margin-top: -100px;
    height: auto;
    padding-bottom: 94px;
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }
  .b18-texto .g1-parrafo {
    max-width: 785px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.b19-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #ffd540;
}
.b19-wrap .b3-item {
  width: 32%;
}
.b19 {
  margin-top: 90px;
  padding-bottom: 96px;
}
.b19-items {
  max-width: 861px;
  width: 100%;
}
.b19-items .g0-btn {
  max-width: 200px;
  width: 100%;
  display: none;
  margin: auto;
}
.b19-enlace {
  max-width: 271px;
  width: 100%;
  padding-top: 64px;
  padding-left: 64px;
  background: #ffd540;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.b19-enlace .g1-title {
  max-width: 164px;
  width: 100%;
  margin: 0;
  margin-bottom: 46px;
  line-height: 1;
}
.b19-enlace .g0-btn {
  max-width: 180px;
  width: 100%;
  background: transparent;
  border: 1px solid #000;
}
.b19-title .g1-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .b3-wrap.owl-carousel .b3-item {
    width: 100%;
  }
  .b19-title .g1-title {
    text-align: center;
  }
  .b19-items {
    max-width: 100%;
    width: 100%;
  }
  .b19-items .g0-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin-top: 50px;
  }
  .b19-enlace {
    display: none;
  }
  .b19-wrap .b3-wrap .owl-dots {
    bottom: -61px;
  }
  .b19-wrap .owl-nav {
    display: none;
  }
  .b19-wrap .owl-stage {
    margin: auto;
  }
  .b19-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 24px;
  }
  .b19-wrap .owl-dots .owl-dot {
    background: #000;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b19-wrap .owl-dots .owl-dot.active {
    background: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b19-wrap:before {
    display: none;
  }
  .b19 {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  margin: 16px;
}
.b2.linea-negocio {
  margin: 0;
  margin-top: 56px;
}
.b2.linea-negocio .b2-item {
  height: 390px;
  margin-bottom: 160px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.b2.linea-negocio .b2-item figure {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}
.b2.linea-negocio .b2-item:first-child {
  display: block;
  background: #ffd631;
}
.b2-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b2-item {
  width: 32.5%;
  margin-right: 1%;
  text-align: center;
  height: 550px;
  background: #ffd631;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 106px;
  padding-right: 106px;
}
.b2-item.principal .g0-link {
  margin-top: 40px;
}
.b2-item.blocks {
  padding-top: 61px;
}
.b2-item.blocks .g1-title {
  margin-bottom: 24px;
}
.b2-item.blocks .g0-link {
  display: inline-block;
  margin-bottom: 38px;
}
@media screen and (min-width: 1024px) {
  .b2-item.blocks:hover {
    background: #ffe27b;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b2-item.blocks:hover .g0-link {
    color: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b2-item:first-child {
  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: #f4f4f4;
}
.b2-item:nth-child(3n) {
  margin-right: 0%;
}
.b2-info {
  max-width: 300px;
  width: 100%;
  margin: 0;
  text-align: left;
}
.b2-info .g1-title {
  line-height: 1;
  margin-bottom: 39px;
}
@media screen and (max-width: 1400px) {
  .b2-item {
    height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .b2.linea-negocio .b2-item {
    height: 360px;
    margin-bottom: 80px;
  }
  .b2-item {
    height: 450px;
    padding: 60px;
    padding-bottom: 0;
    padding-top: 40px;
  }
  .b2-item.blocks {
    padding-top: 40px;
  }
  .b2-info .g1-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b2.linea-negocio .b2-item {
    height: 270px;
  }
  .b2.linea-negocio .b2-item figure {
    width: 180px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b2-item {
    height: 400px;
    padding: 20px;
  }
  .b2-item.blocks {
    padding-top: 20px;
  }
  .b2-item.blocks .g1-title {
    margin-bottom: 10px;
  }
  .b2-item.blocks .g0-link {
    margin-bottom: 0;
    padding: 0px;
  }
  .b2-item.blocks .g0-link:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b2-item {
    height: 350px;
    padding: 30px;
  }
  .b2-item.principal .g0-link {
    margin-top: 20px;
  }
  .b2.linea-negocio .b2-item {
    height: 240px;
  }
  .b2.linea-negocio .b2-item figure {
    width: 150px;
    margin-top: 20px;
    bottom: -40px;
  }
  .b2.linea-negocio .b2-item .g1-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .b2-item {
    max-width: 500px;
    width: 100%;
    margin-right: 0%;
    margin: auto;
    height: 200px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .b2-item:first-child {
    margin-bottom: 60px;
  }
  .b2-item:nth-child(3n) {
    margin-right: 0%;
    margin: auto;
  }
  .b2-item figure img {
    width: 172px;
  }
  .b2-text {
    text-align: left;
  }
  .b2.linea-negocio .b2-item {
    height: 240px;
    display: block;
    width: 48%;
  }
  .b2.linea-negocio .b2-item figure {
    width: 150px;
    margin-top: 20px;
    bottom: -40px;
  }
  .b2.linea-negocio .b2-item .b2-text {
    text-align: center;
  }
  .b2.linea-negocio .b2-item .g1-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .b2.linea-negocio .b2-item {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    height: 225px;
  }
  .b2.linea-negocio .b2-item .g1-title {
    font-size: 20px;
  }
  .b2.linea-negocio .b2-item .g0-link {
    font-size: 11px;
  }
  .b2.linea-negocio .b2-item figure {
    bottom: -30px;
  }
  .b2.linea-negocio .b2-item figure img {
    width: 130px;
  }
  .b2-item {
    margin-bottom: 70px;
    padding: 20px;
  }
  .b2-item.principal {
    height: 210px;
  }
  .b2-item.principal .g0-link {
    font-size: 11px;
  }
  .b2-item:first-child {
    height: 210px;
    text-align: center;
  }
  .b2-item:first-child .b2-info {
    text-align: center;
  }
  .b2-item:first-child .b2-info .g1-title {
    margin-bottom: 10px;
  }
  .b2-item:first-child .b2-info .g1-parrafo {
    line-height: 23px;
  }
}
@media screen and (max-width: 420px) {
  .b2-item {
    margin-bottom: 40px;
  }
  .b2-item figure img {
    width: 160px;
  }
  .b2.linea-negocio .b2-item {
    width: 100%;
    height: 210px;
  }
}
@media screen and (max-width: 380px) {
  .b2-item {
    height: 170px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  height: 678px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.b20:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  width: 100%;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
}
.b20:after {
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b20 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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: 12;
}
.b20-info {
  position: relative;
  text-align: center;
}
.b20-info .g1-title-banner {
  margin-bottom: 56px;
}
.b20-info .g1-parrafo {
  max-width: 470px;
  width: 100%;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b20 {
    height: 500px;
  }
  .b20-info .g1-title-banner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b20 {
    height: 450px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  background: #f5f5f5;
  padding-top: 96px;
}
.b21-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b21-video {
  max-width: 784px;
  width: 100%;
  position: relative;
}
.b21-video .g1-title {
  max-width: 440px;
  width: 100%;
  margin: 0;
}
.b21-video figure {
  position: relative;
  left: 23%;
  top: 26%;
  margin-top: -144px;
}
.b21-info {
  max-width: 470px;
  width: 100%;
  padding-bottom: 134px;
}
.b21-info .g1-title {
  display: none;
}
.b21-info .g1-parrafo p {
  margin-bottom: 25px;
}
.b21-info .g1-parrafo p:last-child {
  margin-bottom: 0;
}
.b21-play {
  position: absolute;
  left: 0;
  top: 53%;
}
.b21-play .b5-play {
  width: 146px;
  height: 146px;
}
.b21-play .b5-play span {
  z-index: 3;
  width: 106px;
  height: 106px;
}
.b21-play .b5-play span:before {
  font-size: 29px;
}
.b21-play .b5-play:before {
  background: rgba(0,0,0,0.02);
  z-index: 2;
}
.b21-play .b5-play:hover:before {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .b21-wrap {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b21-video {
    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: 100%;
  }
  .b21-video .g1-title {
    display: none;
  }
  .b21-video figure {
    right: 0;
    bottom: -70px;
    left: initial;
  }
  .b21-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .b21-info .g1-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .b21-play {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .b21 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b21-info {
    padding-bottom: 100px;
  }
  .b21-play {
    top: -60px;
  }
  .b21-play .b5-play {
    width: 86px;
    height: 86px;
  }
  .b21-play .b5-play:before {
    width: 100%;
    height: 100%;
  }
  .b21-play .b5-play span {
    z-index: 3;
    width: 76px;
    height: 76px;
  }
  .b21-play .b5-play span:before {
    font-size: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  position: relative;
  margin-top: 181px;
  margin-bottom: 96px;
  min-height: 450px;
}
.b22 figure {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 42%;
}
.b22-parrafo {
  max-width: 370px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b22-parrafo {
    max-width: 100%;
  }
  .b22 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .b22 figure {
    position: relative;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23-info {
  margin-bottom: 40px;
}
.b23-info .g1-title-banner {
  margin-bottom: 26px;
}
.b23-info .g1-parrafo {
  color: #fff;
  max-width: 450px;
  width: 100%;
  margin: 0;
}
.b23 {
  height: 456px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b23:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 104px;
}
.b23:after {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b23 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 23;
}
.b23-fixed-categoria {
  display: none;
}
@media screen and (max-width: 768px) {
  .b23-fixed-categoria {
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 30;
    background: #fff;
    display: block;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.051);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.051);
    margin-bottom: 30px;
  }
  .b23-fixed-categoria.active {
    display: block;
    position: fixed;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24 {
  margin-top: 50px;
  margin-bottom: 90px;
}
.b24-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b24-wrap {
  width: 100%;
}
.b24-lista {
  max-width: 223px;
  width: 100%;
  margin-right: 50px;
}
.b24-wrap-items {
  max-width: 865px;
  width: 100%;
  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;
}
.b24-wrap-items .b3-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 24px;
}
.b24-wrap-items .b3-item:nth-child(4n) {
  margin-right: 2%;
}
.b24-wrap-items .b3-item:nth-child(3n) {
  margin-right: 0;
}
.b24-all {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'GandhiSans-Bold', sans-serif;
  display: block;
  margin-bottom: 54px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.b24-all:before {
  content: '\e956';
  font-family: 'icomoon';
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b24-all.todo-buscar:before {
  content: '\e90e';
}
.b24-click-padre {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 30px;
  height: 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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b24-click-padre.active-hijo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b24-click-padre.active-hijo:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 11px;
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -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: #231f20;
  display: block;
}
.b24-l-item:last-child a {
  border-bottom: 1px solid rgba(35,31,32,0.08);
}
.b24-l-item:last-child ul a {
  border-bottom: 0px;
}
.b24-l-item a {
  display: block;
  color: #000;
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  letter-spacing: 0;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  border-top: 1px solid rgba(35,31,32,0.08);
}
.b24-l-item.active a .b24-click-padre:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #7640ff;
}
.b24-l-item ul {
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding-top: 18px;
}
.b24-l-item ul li a {
  font-size: 16px;
  color: #7b7979;
  line-height: 26px;
  font-family: 'GandhiSans-Regular', sans-serif;
  display: block;
  letter-spacing: 0;
  margin-bottom: 10px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0px;
  border-bottom: 0px;
}
.b24-l-item ul li a:before {
  display: none;
}
.b24-l-item ul li:last-child a {
  margin-bottom: 28px;
}
.b24-input {
  width: 100%;
  border-bottom: 1px solid #eee;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  padding-bottom: 14px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 36px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b24-input ::-webkit-input-placeholder {
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b24-input :-moz-placeholder {
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b24-input ::-moz-placeholder {
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b24-input :-ms-input-placeholder {
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b24-input button {
  border: 0px;
  background: transparent;
}
.b24-input span,
.b24-input button {
  margin-right: 10px;
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.b24-input span.icon-10,
.b24-input button.icon-10 {
  left: 0;
}
.b24-input span.icon-3,
.b24-input button.icon-3 {
  right: 0;
}
.b24-input span:before,
.b24-input button:before {
  color: #7b7979;
}
.b24-input input {
  border: 0px;
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 28px;
  width: 100%;
  color: #7b7979;
}
.b24-mobile {
  display: none;
}
.b24-enlaces {
  display: none;
}
.b24-paginador {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.b24-paginador li {
  margin: 0;
  margin-right: 10px;
}
.b24-paginador li.active a {
  color: #6f31ff;
  font-family: 'GandhiSans-Bold', sans-serif;
}
.b24-paginador li a {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #7b7979;
}
.b24-paginador li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b3-item figure {
    text-align: center;
  }
  .b24-wrap-items .b3-item {
    width: 49%;
  }
  .b24-wrap-items .b3-item:nth-child(3n) {
    margin-right: 2%;
  }
  .b24-wrap-items .b3-item:nth-child(2n) {
    margin-right: 0%;
  }
  .b24-wrap-items .b3-item:nth-child(4n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .b24-all.todo-buscar {
    margin-bottom: 20px;
  }
  .b24-enlaces {
    display: none;
  }
  .b24-input {
    display: none;
  }
  .b24-all {
    display: block;
  }
  body.block-productos {
    padding-top: 80px;
  }
  .b24-mobile {
    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;
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
  }
  .b24-mobile a {
    margin: 0;
  }
  .b24-mobile .b24-all {
    padding-right: 0;
    padding-left: 20px;
    display: block;
  }
  .b24-mobile .b24-all:before {
    left: 0;
    display: inline-block;
    right: inherit;
    top: 18%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .b24-input-mob {
    width: 100%;
    margin-left: 0;
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .b24-input-mob .icon-10:before,
  .b24-input-mob .icon-3:before {
    font-size: 16px;
    color: #000;
  }
  .b24-input-mob .icon-3 {
    display: none;
  }
  .b24-input-mob span {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .b24-input-mob input {
    width: 100%;
    border: 0px;
    padding-right: 25px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -o-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 14px;
    font-family: 'GandhiSans-Regular', sans-serif;
  }
  .b24-input-mob.active {
    z-index: 20;
  }
  .b24-input-mob.active .icon-3 {
    display: block;
  }
  .b24-input-mob.active .icon-10 {
    display: none;
  }
  .b24-input-mob.active input {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b24-lista {
    position: fixed;
    width: 50%;
    height: 100%;
    padding: 20px;
    background: #fff;
    z-index: 9999999;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: scroll;
    height: 100%;
  }
  .b24-lista.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b24-list-mob {
    z-index: 99999;
  }
  .b24-list-mob.active {
    z-index: 10;
  }
  .overlay--general {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .overlay--general.active {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 3001;
    visibility: visible;
  }
  .b24-l-item:first-child,
  .b24-l-item a {
    border-top: 0px;
    border-bottom: 1px solid rgba(35,31,32,0.08);
    font-size: 16px;
  }
  .b24-enlaces {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    display: none;
  }
  .b24-enlaces a {
    margin: 0;
  }
  .b24-enlaces .b24-all {
    display: block;
    letter-spacing: 0;
    font-size: 12px;
    padding-right: 0;
  }
  .b24-enlaces .b24-all:before {
    display: none;
  }
  .b24-miga {
    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;
  }
  .b24-miga ul li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
  }
  .b24-miga ul li:before {
    content: '/';
    position: absolute;
    right: 0px;
    font-size: 10px;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .b24-miga ul li:last-child:before {
    display: none;
  }
  .b24-miga ul li a {
    font-size: 12px;
    color: #000;
    font-family: 'GandhiSans-Regular', sans-serif;
  }
  .b24 {
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  position: relative;
  height: calc(100vh - 104px);
  overflow: hidden;
}
.b25-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b25-wrap figure {
  position: absolute;
  left: 0;
  margin-right: 50%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f1f1f1;
  padding: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  pointer-events: none;
}
.b25-enlace {
  font-size: 12px;
  color: #000;
  font-family: 'GandhiSans-Bold', sans-serif;
  letter-spacing: 1px;
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 56px;
}
.b25-enlace.mobile {
  display: none;
}
.b25-enlace.descarga {
  padding-left: 0;
  display: inline-block;
}
.b25-enlace.descarga span {
  padding-left: 10px;
}
.b25-enlace.descarga:before {
  display: none;
}
.b25-enlace:before {
  content: '\e90d';
  font-family: 'icomoon';
  color: #000;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}
.b25-content-all {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
}
.b25-content-all.active {
  overflow-y: auto;
  margin-right: -40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.b25-content-all.active .b25-info {
  padding-left: 4px;
}
.b25-info {
  width: 48%;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 40px;
}
.b25-info h2 {
  font-size: 18px;
  color: #7b7979;
  letter-spacing: 0;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin: auto;
  margin-bottom: 5px;
}
.b25-info h1 {
  margin-bottom: 56px;
}
.b25-btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 25px;
  -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;
}
.b25-btn-wrap a {
  max-width: 172px;
  width: 100%;
  border: 1px solid transparent;
}
.b25-btn-wrap a:first-child {
  margin-right: 24px;
}
.b25-btn-wrap a:hover {
  background: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  border: 1px solid #000;
}
.b25-item-text {
  border-top: 1px solid rgba(35,31,32,0.08);
}
.b25-item-text:last-child {
  border-bottom: 1px solid rgba(35,31,32,0.08);
}
.b25-item-text h3 {
  height: 55px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0;
  margin: auto;
  font-family: 'GandhiSans-Regular', 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;
  cursor: pointer;
  position: relative;
}
.b25-item-text h3:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b25-item-text.active h3:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: #7640ff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b25-item-text .g1-parrafo {
  display: none;
  padding-bottom: 24px;
}
.b25-item-text .g1-parrafo p {
  margin-bottom: 20px;
}
.b25-item-text .g1-parrafo p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .b25-info h1 {
    margin-bottom: 30px;
  }
  .b25 {
    height: auto;
  }
  .b25-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b25-wrap figure {
    position: relative;
    margin: auto;
    margin-bottom: 24px;
    padding: 10px;
  }
  .b25-info {
    width: 100%;
  }
  .b25-enlace {
    display: none;
  }
  .b25-enlace.mobile {
    display: block;
    margin: 0 auto 0 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .b25-wrap figure {
    width: 100%;
  }
  .b25-info h2 {
    font-size: 16px;
  }
  .b25-item-text h3 {
    font-size: 16px;
  }
  .b25-info {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b25-element-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -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;
    height: 56px;
    z-index: 200;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.16);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.16);
  }
  .b25-element-fixed .b25-btn-wrap {
    width: 85%;
  }
  .b25-element-fixed .b25-btn-wrap a.g0-btn {
    max-width: 100%;
    width: 50%;
    margin-right: 0;
    height: 56px;
    border-radius: 0px;
    min-width: inherit;
  }
  .b25-element-fixed .b25-enlace.descarga {
    width: 15%;
    height: 56px;
    border-radius: 0px;
    font-size: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
  }
  .b25-element-fixed .b25-enlace.descarga span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .b25-element-fixed .b25-enlace.descarga span:before {
    color: #000;
    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;
    -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%;
    background: #fff;
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b26-data {
  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;
}
.b26-data figure {
  max-width: 155px;
  width: 100%;
  background: #f1f1f1;
}
.b26-info {
  padding: 16px;
  max-width: 212px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b26-info h3 {
  font-size: 12px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #7b7979;
  margin: auto;
  margin-bottom: 8px;
}
.b26-info h1 {
  font-size: 16px;
  line-height: 26px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #000;
  margin: auto;
  margin-bottom: 35px;
}
.b26-item {
  position: relative;
  max-width: 368px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-right: 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;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .b26-item:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px solid #6f31ff;
  }
}
.b26-item:last-child {
  margin-right: 0px;
}
.b26-item a.add {
  position: absolute;
  width: 53%;
  margin-left: 50%;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 16px;
  font-size: 12px;
  color: #7b7979;
  letter-spacing: 1px;
  font-family: 'GandhiSans-Bold', sans-serif;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b26-item a.add:hover {
    -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: #6f31ff;
  }
}
.b26 {
  padding-top: 56px;
  padding-bottom: 136px;
}
.b26 h2 {
  font-size: 18px;
  line-height: 28px;
  color: #231f20;
  letter-spacing: 0;
  margin: auto;
  font-family: 'GandhiSans-Regular', sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
.b26-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b26-wrap.owl-carousel .b26-item {
  width: 100%;
  margin-right: 0px;
  margin: auto;
}
.b26-wrap .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.b26-wrap .owl-nav .owl-next {
  right: -20px;
}
.b26-wrap .owl-nav .owl-next:before {
  content: '\e906';
  left: 0;
}
.b26-wrap .owl-nav .owl-prev {
  left: -35px;
}
.b26-wrap .owl-nav .owl-prev:before {
  content: '\e905';
}
.b26-wrap .owl-nav .owl-next,
.b26-wrap .owl-nav .owl-prev {
  position: absolute;
  font-size: 0;
}
.b26-wrap .owl-nav .owl-next:before,
.b26-wrap .owl-nav .owl-prev:before {
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  color: #231f20;
}
.b26-wrap .owl-nav .owl-next:hover:before,
.b26-wrap .owl-nav .owl-prev:hover:before {
  color: #6f31ff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 1300px) {
  .b26-wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .b26-wrap.owl-carousel .b26-item {
    width: 99%;
  }
  .b26-wrap .owl-nav .owl-prev {
    left: -25px;
  }
  .b26-wrap .owl-nav .owl-next {
    right: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .b26-wrap .owl-nav .owl-prev {
    left: -10px;
  }
  .b26-wrap .owl-nav .owl-next {
    right: 5px;
  }
  .b26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .b26-wrap .owl-nav {
    display: none;
  }
  .b26-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .b26-wrap .owl-dots .owl-dot {
    background: #000;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b26-wrap .owl-dots .owl-dot.active {
    background: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 650px) {
  .b26-info h1 {
    font-size: 14px;
    line-height: 1.57;
  }
  .b26-wrap .owl-nav .owl-prev {
    left: 10px;
  }
  .b26-wrap .owl-nav .owl-next {
    right: 20px;
  }
  .b26-wrap .owl-nav {
    display: block;
  }
  .b26-wrap .owl-dots {
    display: none;
  }
  .b26-item a.add {
    border-top: 13px;
  }
  .b26-info h1 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 480px) {
  .b26-wrap .owl-nav .owl-prev {
    left: 0px;
  }
  .b26-wrap .owl-nav .owl-next {
    right: 10px;
  }
  .b26-item {
    max-width: 352px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .b26-item {
    max-width: 310px;
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b27.b19 {
  margin-top: 0;
}
.b27 .b19-wrap:before {
  display: none;
}
.b27 .b19-items {
  max-width: 100%;
}
.b27 .b19-wrap .owl-nav {
  display: none;
}
.b27 .b19-wrap .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 24px;
}
.b27 .b19-wrap .owl-dots .owl-dot {
  background: #000;
  opacity: 0.12;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
  filter: alpha(opacity=12);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b27 .b19-wrap .owl-dots .owl-dot.active {
  background: #6f31ff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1200px) {
  .b27 .b19-wrap .owl-dots {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b27.b19 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b27.b19 {
    margin-top: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b28-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b28-wrap .b17-form {
  position: relative;
}
.b28-wrap .b17-form:before {
  content: '';
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b28-listado {
  overflow: auto;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b28-content {
  border-top: 1px solid #fafafa;
}
.b28 {
  padding-top: 74px;
  padding-bottom: 64px;
  position: relative;
}
.b28 .b17-form {
  width: 50%;
  border: 0px;
  padding-top: 36px;
  padding-bottom: 76px;
  padding-right: 110px;
  max-width: 580px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background: #fafafa;
  top: 0;
}
.b28 .b17-form input,
.b28 .b17-form textarea {
  background: #fafafa;
}
.b28 .b17-form h1 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin: auto;
  color: #000;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
}
.b28 .b17-form .b9-form .g0-btn {
  max-width: 100%;
}
.b28-carrito {
  max-width: 470px;
  width: 100%;
  margin-top: 16px;
}
.b28-title {
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  color: #000;
  margin: auto;
  line-height: normal;
  text-align: center;
  margin-bottom: 74px;
}
.b28-total {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.b28-total h1,
.b28-total a {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: auto;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b28-total a,
.b28-total h1 {
  margin: 0;
}
.b28-item-listacarro {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #dedede;
  position: relative;
  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;
}
.b28-item-listacarro.element-clone {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  height: 0;
  width: 0;
}
.b28-item-listacarro:last-child {
  border-bottom: 1px solid #dedede;
}
.b28-item-listacarro figure {
  width: 19%;
}
.b28-item-listacarro a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.b28-item-listacarro a span {
  padding: 10px;
  border-radius: 2px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-item-listacarro a span:before {
  font-size: 17px;
  color: #c5c6c7;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-item-listacarro a:hover span {
  background: #ff4c4c;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-item-listacarro a:hover span:before {
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-info {
  width: 80%;
  padding-left: 25px;
}
.b28-info span {
  font-size: 12px;
  color: #7b7979;
  display: block;
  letter-spacing: 0;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin-top: 14px;
}
.b28-info h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin: auto;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b28-close-mobile {
  display: none;
}
.b28-vacio {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-vacio.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b28-vacio h2 {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  text-align: center;
  color: #000;
}
.b28-vacio .g0-btn {
  max-width: 200px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  body.block-bolsa-pedido .footer {
    padding-bottom: 56px;
  }
  .b28-close-mobile {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b28-close-mobile:before {
    color: #000;
    font-size: 20px;
    font-family: 'icomoon';
  }
  .b28 .b28-total {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffda45;
    -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: 50000;
  }
  .b28 .b28-total.active {
    top: 0;
  }
  .b28 .b28-total.active .b28-close-mobile {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b28 .b28-listado {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 40000;
    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 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    padding: 30px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b28 .b28-listado.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .b28-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b28-wrap:after,
  .b28-wrap:before {
    display: none;
  }
  .b28 .wancho {
    width: 100%;
  }
  .b28 .b17-form {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 40px;
  }
  .b28 .b17-form h1 {
    text-align: center;
  }
  .b28 .b17-form .b9-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .b28 {
    padding-top: 56px;
  }
  .b28-title {
    font-size: 42px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 800px) {
  .b28 .b17-form .b9-form .g0-btn {
    max-width: 160px;
  }
  .b28 .b17-form {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b28-wrap:before {
    display: block;
  }
  .b28-wrap:after {
    display: block;
    content: '';
    background: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .b28-listado {
    padding: 20px;
    padding-top: 60px;
  }
  .b28-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 580px) {
  .b28 .b17-form {
    position: relative;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b28 .b17-close-form {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b28-listado {
    padding-top: 0px;
  }
  .b28-title {
    font-size: 24px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b29-item {
  cursor: pointer;
}
.b29-item figure {
  font-size: 0px;
}
.b29-item figure img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
@media screen and (min-width: 1024px) {
  .b29-item:hover figure img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b29 {
  padding-top: 160px;
  padding-bottom: 0px;
}
.b29 .g1-title {
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .b29 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .b29 .g1-title {
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  padding-top: 180px;
}
.b3 .g1-title {
  text-align: center;
  margin-bottom: 39px;
}
.b3 .g0-btn {
  max-width: 200px;
  margin: auto;
  margin-top: 80px;
}
.b3-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
}
.b3-wrap.owl-carousel .b3-item {
  width: 99%;
  margin-right: 0%;
}
.b3-wrap .owl-stage.active {
  padding-left: 0px !important;
}
.b3-wrap .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}
.b3-wrap .owl-nav .owl-prev,
.b3-wrap .owl-nav .owl-next {
  cursor: pointer;
  border: 0px;
  background: transparent;
  font-size: 0px;
  position: absolute;
  bottom: -10px;
  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;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .b3-wrap .owl-nav .owl-prev:hover,
  .b3-wrap .owl-nav .owl-next:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b3-wrap .owl-nav .owl-prev:hover:before,
  .b3-wrap .owl-nav .owl-next:hover:before {
    color: #000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b3-wrap .owl-nav .owl-prev:before,
.b3-wrap .owl-nav .owl-next:before {
  font-size: 15px;
  font-family: 'icomoon';
  color: #7b7979;
}
.b3-wrap .owl-nav .owl-prev {
  left: -80px;
}
.b3-wrap .owl-nav .owl-prev:before {
  content: '\e90d';
}
.b3-wrap .owl-nav .owl-next {
  right: -80px;
}
.b3-wrap .owl-nav .owl-next:before {
  content: '\e90e';
}
.b3-item {
  width: 24%;
  margin-right: 1%;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  padding-bottom: 20px;
}
.b3-item:nth-child(4n) {
  margin-right: 0;
}
.b3-item figure {
  margin-bottom: 20px;
  text-align: center;
}
.b3-item h2 {
  font-size: 12px;
  letter-spacing: 0;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin: auto;
  line-height: normal;
  color: #999;
  margin-bottom: 9px;
}
.b3-item h1 {
  font-size: 16px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 26px;
  margin: auto;
  color: #000;
}
.b3-item a {
  display: block;
}
.b3-item a.add {
  display: block;
  width: 100%;
  height: 32px;
  background: #f1f1f1;
  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: #6f31ff;
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  letter-spacing: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b3-item a.add span {
  margin: 0;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .b3-item:hover {
    border: 1px solid #7640ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b3-item:hover a.add {
    background: #7640ff;
    -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: #fff;
  }
  .b3-item:hover a.add span:before {
    color: #fff;
  }
}
.b3-text {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 25px;
  height: 101px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  .b3-wrap .owl-nav {
    display: none;
  }
  .b3-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
  }
  .b3-wrap .owl-dots .owl-dot {
    background: #000;
    opacity: 0.12;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    filter: alpha(opacity=12);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b3-wrap .owl-dots .owl-dot.active {
    background: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .b3 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .b3-wrap .owl-item.active .b3-item {
    border: 1px solid #7640ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b3-wrap .owl-item.active .b3-item a.add {
    background: #7640ff;
    -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: #fff;
  }
  .b3-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b3-item h1 {
    font-size: 14px;
  }
  .b3-item a.add {
    font-size: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30Form.carrera .b30Input.radio label {
  color: #222;
}
.b30InputGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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;
}
.b30InputGroup.empresa.disabled {
  display: none;
}
.b30InputGroup.three .b30Input {
  width: 32%;
  margin-right: 2%;
}
.b30InputGroup.three .b30Input:nth-child(3n) {
  margin-right: 0;
}
.b30InputGroup.two .b30Input {
  width: 49%;
  margin-right: 2%;
}
.b30InputGroup.two .b30Input:nth-child(2n) {
  margin-right: 0;
}
.b30InputGroup.one .b30Input {
  width: 100%;
  margin-right: 0;
}
.b30InputGroup.doc .b30Input {
  width: 75%;
}
.b30InputGroup.doc .b30Input.select {
  width: 23%;
}
.b30InputGroup.doc .b30Input.select select {
  padding-top: 0px;
}
.b30InputGroup.radio {
  -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;
}
.b30InputGroup.radio .b30Input {
  width: 25%;
}
.b30Form .gButton {
  border: 0px;
  margin: auto;
  margin-top: 17px;
  background: #ffd631;
  position: relative;
  z-index: 20;
  max-width: 256px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .b30Form .gButton:hover {
    background: #fedd56;
    -webkit-box-shadow: 0 10px 8px -4px rgba(0,0,0,0.12);
    box-shadow: 0 10px 8px -4px rgba(0,0,0,0.12);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b30Form.modalidad .b30Checkbox {
  width: 100%;
  max-width: 100%;
}
.b30Message {
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #222;
  margin-top: 23px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Message.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Input {
  position: relative;
  margin-bottom: 18px;
  border-radius: 5px;
}
.b30Input span {
  position: absolute;
  left: 24px;
  font-size: 14px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: rgba(34,34,34,0.6);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Input.active span {
  font-size: 12px;
  top: 30%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Input input,
.b30Input select,
.b30Input textarea {
  background: #f5f5f5;
  height: 52px;
  border: 0px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  padding-top: 14px;
  font-size: 14px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #222;
  border-radius: 5px;
}
.b30Input textarea {
  height: 148px;
  padding-top: 20px;
}
.b30Input.select:before {
  content: '\e907';
  font-family: 'icomoon';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 8px;
  color: #222;
  pointer-events: none;
}
.b30Input.textarea span {
  top: 20%;
}
.b30Input.textarea.active span {
  top: 10%;
}
.b30Input.radio {
  margin-bottom: 22px;
}
.b30Input.radio input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b30Input.radio input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Input.radio label {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #222;
  display: inline-block;
}
.b30Input.radio label:before {
  content: '';
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #222;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.b30Input.radio label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #222;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30WrapButton {
  margin-top: 10pxs;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.b30WrapButton button {
  margin: 0;
}
.b30WrapButton button:first-child {
  margin-right: 38px;
  background: transparent;
  border: 1px solid #272727;
  border-radius: 5px;
}
.b30WrapButton button:first-child:hover {
  background: transparent;
}
.b30WrapButton button.orange {
  max-width: 325px;
  -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;
}
.b30Checkbox {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.b30Checkbox input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b30Checkbox input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 1.25;
  color: #222;
  display: inline-block;
}
.b30Checkbox label a {
  font-family: 'GandhiSans-Regular', sans-serif;
  text-decoration: underline;
}
.b30Checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #222;
  position: absolute;
  top: -2px;
  left: 0;
}
.b30Checkbox label:after {
  content: '\e901';
  font-family: 'icomoon';
  position: absolute;
  color: #222;
  top: 2px;
  left: 6px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  .b30InputGroup.one .b30Input {
    margin-bottom: 10px;
  }
  .b30Input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .b30InputGroup.one .b30Input {
    margin-bottom: 10px;
  }
  .b30Input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .b30Input input,
  .b30Input select,
  .b30Input textarea {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .b30Info .gTitle {
    font-size: 40px;
  }
  .b30Banner {
    height: 400px;
  }
  .b30Left ul li a {
    font-size: 30px;
  }
  .b30InputGroup.one .b30Input {
    margin-bottom: 18px;
  }
  .b30Input input {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .b30Info .gTitle {
    font-size: 35px;
  }
  .b30Left ul li {
    margin-bottom: 20px;
  }
  .b30Left ul li a {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b30Info {
    text-align: left;
  }
  .b30Info .gTitle {
    font-size: 32px;
  }
  .b30Left {
    display: none;
  }
  .b30Right {
    max-width: 100%;
    width: 100%;
  }
  .b30FormWrap .wancho {
    border-top: 0px;
    padding-top: 0px;
  }
  .b30InputGroup.two .b30Input,
  .b30InputGroup.three .b30Input {
    width: 100%;
    margin-right: 0;
  }
  .b30InputGroup.two .b30Input.radio,
  .b30InputGroup.three .b30Input.radio {
    width: 49%;
    margin-right: 2%;
  }
  .b30InputGroup.two .b30Input.radio:nth-child(2n),
  .b30InputGroup.three .b30Input.radio:nth-child(2n) {
    margin-right: 0;
  }
  .b30WrapButton {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .b30WrapButton button.orange {
    -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: 100%;
  }
  .b30WrapButton button.orange:after {
    font-size: 16px;
  }
  .b30Checkbox {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .b30Input.radio label {
    padding-left: 30px;
  }
  .b30InputGroup.doc .b30Input.select {
    width: 100%;
  }
  .b30Input.select:before {
    font-size: 8px;
  }
}
@media screen and (max-width: 480px) {
  .radio {
    -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;
  }
  .radio .b30Input {
    width: 48%;
  }
  .b30Form .gButton {
    max-width: 290px;
    width: 100%;
  }
  .b30InputGroup.one .b30Input {
    margin-bottom: 7px;
  }
  .b30Input {
    margin-bottom: 7px;
  }
  .b30Input textarea {
    height: 100px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
}
.b31 .b14Input textarea {
  height: 150px;
}
.b31 .b14WrapButton {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b31 .b14WrapButton .gButton {
  margin: 0;
  max-width: 210px;
  padding: 0px 10px;
  width: 100%;
}
.b31 .b14WrapButton .gButton.border {
  margin-right: 20px;
  border: 2px solid #002b49;
  color: rgba(0,43,73,0.73);
}
.b31 .b14WrapButton .gButton.border:hover {
  background: transparent;
  color: #002b49;
}
.b31Text {
  text-align: center;
  max-width: 640px;
  width: 100%;
}
.b31Text .gTitle {
  font-size: 50px;
  color: #fff;
  margin-bottom: 34px;
}
.b31Text .gParrafo {
  color: #fff;
  font-size: 18px;
}
.b31Form {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.b31Form .b14Input textarea {
  height: 148px;
  padding-top: 30px;
}
.b31Form .b14Input.textarea span {
  top: 20%;
}
.b31Form .b14Input.textarea.active span {
  top: 15%;
}
.b31Form .b14Checkbox {
  max-width: 100%;
}
.b31Form .b14WrapButton {
  -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: 100px;
}
.b31Form .b14WrapButton .gButton {
  max-width: 210px;
  width: 100%;
  padding: 0 22px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b31Form .b14WrapButton .gButton:first-child {
  margin-right: 38px;
}
.b31Form label.title {
  font-size: 32px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #222;
  margin-bottom: 34px;
  display: block;
  padding-top: 50px;
}
.b31Form .b14Checkbox label {
  color: #5b6a7b;
}
.b30TextCheckbox h2 {
  font-size: 20px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #222;
  margin-bottom: 14px;
}
@media screen and (max-width: 1599px) {
  .b30TextCheckbox h2 {
    font-size: calc(16px + (20 - 16) * ((100vw - 414px) / (1920 - 414)));
  }
}
.b31TextForm {
  margin-top: 50px;
  margin: 25px 0px;
}
.b31TextForm.first {
  margin-top: 0px;
}
.b31TextForm.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
}
.b31TextForm.lastText .gParrafo {
  font-family: 'GandhiSans-Regular', sans-serif;
  font-size: 13px;
  color: #222;
}
.b31TextForm .gParrafo {
  color: #222;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b31TextForm h2 {
  font-size: 15px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #222;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34,34,34,0.6);
  margin-bottom: 22px;
}
.b31Strong {
  margin-top: 25px;
}
.b31InfoBlock {
  max-height: 100%;
  padding-bottom: 13px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b31InfoBlock h3 {
  margin: 0;
  font-size: 13px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #1d1d1b;
}
.b31File {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #e7eaf7;
  border-radius: 5px;
  height: 70px;
  padding: 0px 35px;
  position: relative;
  cursor: pointer;
}
.b31File #addFile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.b31File h4 {
  margin: 0;
  font-size: 16px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #222;
  margin-bottom: 0;
}
.b31Text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: fit-content;
}
.b31Text img {
  margin: 0;
  margin-right: 20px;
}
.b31Text h3 {
  font-size: 16px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #002b49;
}
@media screen and (max-width: 1360px) {
  .b31Text .gTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b31Text .gTitle {
    font-size: 32px;
  }
  .b31Text .gParrafo {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b31Form .b14WrapButton {
    margin-top: 60px;
  }
  .b31Form .b14WrapButton .gButton {
    width: 100%;
    max-width: 100%;
  }
  .b31Form .b14WrapButton .gButton:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .b31Form label.title {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .b31InfoBlock {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .b31InfoBlock h3 {
    margin-bottom: 10px;
  }
  .b31Form label.title {
    font-size: 22px;
  }
  .b31InfoBlock {
    -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;
  }
  .b31Text {
    text-align: left;
  }
  .b31File {
    padding: 0px 20px;
  }
  .b31Form .b14WrapButton .gButton:first-child {
    margin-bottom: 20px;
  }
  .b31Text h3 {
    text-align: left;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
body.pageLibro .cnt-wrapper {
  padding-top: 0px !important;
}
body.pageLibro .header {
  background: transparent;
}
.b32Popup {
  max-width: 898px;
  width: 100%;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 40px;
  -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,0.06);
  box-shadow: 0 25px 40px 0 rgba(0,0,0,0.06);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b32Popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b32Info {
  max-width: 475px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.b32Info h2 {
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: 1.15;
  color: #1d1d1b;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .b32Info h2 {
    font-size: calc(22px + (48 - 22) * ((100vw - 414px) / (1920 - 414)));
  }
}
.b32Info h2 span {
  display: blocj;
  width: 100%;
  color: #ffd631;
}
.b32Info .gParrafo {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 1.56;
  color: #1d1d1d;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .b32Info .gParrafo {
    font-size: calc(16px + (18 - 16) * ((100vw - 414px) / (1920 - 414)));
  }
}
.b32Info .gParrafo p {
  margin-bottom: 0;
}
.b32Info h3 {
  background: #f1f1f1;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #1d1d1d;
}
@media screen and (max-width: 1599px) {
  .b32Info h3 {
    font-size: calc(22px + (48 - 22) * ((100vw - 414px) / (1920 - 414)));
  }
}
.b32ClosePopup {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: 47px;
  top: 47px;
}
@media screen and (max-width: 480px) {
  .b32Popup {
    padding: 60px 30px;
  }
  .b32ClosePopup {
    right: 20px;
    top: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b33 {
  height: 430px;
  background: #1d1d1b;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b33 .wancho {
  margin-bottom: 90px;
}
.b33Text {
  max-width: 636px;
  width: 100%;
  margin: auto;
}
.b33Text .gTitle {
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .b33Text .gTitle {
    font-size: calc(25px + (48 - 25) * ((100vw - 414px) / (1920 - 414)));
  }
}
.b33Text .gParrafo {
  color: #fff;
  text-align: center;
  font-family: 'GandhiSans-Regular', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1599px) {
  .b33Text .gParrafo {
    font-size: calc(16px + (18 - 16) * ((100vw - 414px) / (1920 - 414)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
body.blockPoliticas .header .header-logo img:first-child {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.blockPoliticas .header .header-logo img:last-child {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.blockPoliticas .header .menu-link {
  color: #000;
}
body.blockPoliticas .header .h-enlaces a {
  color: #929292;
}
body.blockPoliticas .header {
  border-bottom: 1px solid #ebebeb;
}
body.blockPoliticas .header .h-idioma {
  border: 1px solid #929292;
}
body.blockPoliticas .header .h-idioma:before {
  color: #929292;
}
body.blockPoliticas .header .h-bolsa a {
  color: #000;
}
.b34 {
  margin-bottom: 253px;
  padding-top: 60px;
}
.b34 .wancho {
  max-width: 956px;
}
.b34 .gTitle {
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
.b34 .gParrafo {
  font-size: 15px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 1.47;
  color: #7b7979;
}
.b34 .gParrafo p {
  margin-bottom: 20px;
}
.b34 .gParrafo strong {
  font-size: 18px;
  color: #1d1d1b;
  line-height: 1.56;
  margin-bottom: 18px;
  display: block;
}
.b34Links {
  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: 74px;
}
.b34Links a {
  margin: 0;
  font-size: 14px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: rgba(35,31,32,0.5);
  padding: 0px 84px;
  padding-bottom: 12px;
  width: fit-content;
  border-bottom: 2px solid #ececec;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 1024px) {
  .b34Links a:hover {
    color: #7640ff;
    border-bottom: 2p solid #7640ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b34Links a.active {
  color: #7640ff;
  border-bottom: 2px solid #7640ff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .b34 {
    margin-bottom: 100px;
  }
  .b34 .gTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b34 .gTitle {
    font-size: 30px;
  }
  .b34Links a {
    font-size: 13px;
    padding: 0px 20px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b35 {
  background: #ffd631;
  padding: 90px 0px;
}
.b35 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b35List {
  width: calc(100% - 560px);
  padding-right: 122px;
}
.b35List ul,
.b35List li {
  width: 100%;
}
.b35List li {
  border-bottom: 1px solid #000;
}
.b35List li:last-child {
  border-bottom: 0px;
}
.b35Img {
  width: 560px;
  height: 630px;
  position: relative;
}
.b35Img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b35Img picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.b35ClickToggle {
  font-size: 20px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #000;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 45px 0px;
  text-transform: uppercase;
}
.b35ClickToggle:after {
  content: '';
  background-image: url("../img/2023/abajo.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b35ClickToggle.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b35ContentInfo {
  padding-bottom: 45px;
}
.b35ContentInfo .gParrafo {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}
.b35ContentInfo .gParrafo p {
  margin-bottom: 0px;
}
.b35ImgMobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b35Img {
    width: 400px;
    height: 500px;
  }
  .b35ClickToggle {
    padding: 20px 0px;
    font-size: 18px;
  }
  .b35ContentInfo {
    padding-bottom: 30px;
  }
  .b35List {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .b35 .wancho {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b35Img {
    display: none;
  }
  .b35ImgMobile {
    display: block;
    margin-top: 30px;
  }
  .b35List {
    padding-right: 0px;
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b36 {
  height: 670px;
  position: relative;
}
.b36 picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b36 picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.b36:before {
  content: '';
  background: rgba(0,0,0,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.b36 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b36Info {
  position: relative;
  z-index: 10;
  max-width: 550px;
  width: 100%;
  margin: auto;
}
.b36Info h1 {
  font-size: 48px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
.b36Info .gParrafo {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b37 {
  margin-top: 100px;
  margin-bottom: 150px;
}
.b37List {
  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-bottom: 2px solid #ececec;
  margin-bottom: 100px;
}
.b37List a {
  font-size: 14px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: rgba(35,31,32,0.5);
  padding: 0px 28px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
.b37List a:before {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #7640ff;
  width: 0%;
  position: absolute;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b37List a.active {
  color: #7640ff;
}
.b37List a.active:before {
  width: calc(100% - 32px);
}
@media screen and (min-width: 1025px) {
  .b37List a:hover {
    color: #7640ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b37List a:hover:before {
    width: calc(100% - 32px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b37Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b37Item {
  margin: 0;
  width: 49%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 80px;
}
.b37Item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b37Item:hover .b37Img picture {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
.b37Date {
  position: absolute;
  left: -5px;
  top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #ffd631;
  width: 74px;
  height: 74px;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 30;
}
.b37Date span {
  margin: 0;
  display: block;
  width: 100%;
}
.b37Info {
  padding-top: 24px;
}
.b37Info h2 {
  font-size: 20px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: 1.2;
  color: #000;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.b37LeerMas {
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #6f31ff;
  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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b37LeerMas:after {
  content: '\e90e';
  font-family: 'icomoon';
  font-size: 12px;
  color: #6f31ff;
  margin-left: 16px;
}
.b37Tags {
  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;
  margin-bottom: 25px;
}
.b37Tags span {
  background: #f0f0f0;
  margin: 0;
  height: 35px;
  width: fit-content;
  padding: 0px 20px;
  border-radius: 5px;
  margin-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #7b7979;
}
.b37Tags span:last-child {
  margin-right: 0;
}
.b37Img {
  width: 100%;
  height: 345px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.b37Img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b37Img picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.b37ClickSelect {
  display: none;
}
@media screen and (max-width: 1366px) {
  .b37Img {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .b37 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .b37Tabs {
    height: 45px;
    position: relative;
    margin-bottom: 40px;
  }
  .b37ClickSelect {
    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;
    height: 100%;
    width: 100%;
    background: #ececec;
    padding: 0px 20px;
    font-size: 16px;
    font-family: 'GandhiSans-Bold', sans-serif;
    line-height: normal;
    color: #000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b37ClickSelect:after {
    content: '';
    background-image: url("../img/2023/abajo.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b37ClickSelect.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b37List {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 40;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b37List.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b37List a {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b37List a:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b37Img {
    height: 230px;
  }
  .b37Date {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .b37Item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .b37Img {
    height: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b38 {
  position: relative;
  height: 600px;
}
.b38:before {
  content: '';
  background: rgba(0,0,0,0.3);
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b38 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 80px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b38 .gReturn {
  position: absolute;
  left: 0;
  top: 135px;
  z-index: 30;
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b38 .gReturn:before {
  content: '\e90d';
  font-family: 'icomoon';
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.b38 picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b38 picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.b38Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.b38Title h1 {
  font-size: 36px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: 1.2;
  color: #fff;
  padding-right: 200px;
  width: calc(100% - 74px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b38Title h2 {
  width: 74px;
  height: 74px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #000;
  background: #ffd631;
  margin: 0;
}
.b38Title h2 span {
  margin: 0;
}
.b38Info {
  position: relative;
  z-index: 40;
}
.b38Tags {
  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;
  margin-bottom: 30px;
}
.b38Tags span {
  margin: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 35px;
  width: fit-content;
  padding: 0px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: normal;
  color: #fff;
  margin-right: 16px;
}
.b38Tags span:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .b38Title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .b38Title {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .b38Title h1 {
    width: 100%;
    padding-right: 0px;
    font-size: 20px;
  }
  .b38Title h2 {
    margin-bottom: 30px;
  }
  .b38 .wancho {
    padding-bottom: 40px;
  }
  .b38Tags span {
    height: 25px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .b38Title h2 {
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b39 {
  margin-top: 80px;
  margin-bottom: 150px;
}
.b39 .wancho {
  max-width: 1000px;
}
.b39 .gParrafo {
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 1.56;
  color: #7b7979;
}
.b39 .gParrafo p {
  margin: 35px 0px;
}
.b39 .gParrafo p strong {
  color: #000;
  font-family: 'GandhiSans-Bold', sans-serif;
}
.b39Img,
.b38Video {
  margin: 80px 0px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.b39Img img,
.b38Video img {
  width: 100%;
}
.b39Redes {
  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;
  max-width: 564px;
  width: 100%;
  margin: auto;
  background: #f7f7f7;
  border-radius: 8px;
  height: 69px;
  padding: 0px 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39Redes h3 {
  margin-right: 50px;
  font-size: 16px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #000;
}
.b39Redes ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b39Redes ul li {
  margin-right: 45px;
}
.b39Redes ul li:last-child {
  margin-right: 0px;
}
.b39Redes ul a:before,
.b39Redes ul button:before {
  color: #7b7979;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .b39Redes ul a:hover:before,
  .b39Redes ul button:hover:before {
    color: #6f31ff;
  }
}
@media screen and (max-width: 480px) {
  .b39Redes ul li {
    margin-right: 25px;
  }
  .b39 {
    margin: 90px 0px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  position: relative;
  background: #f5f5f5;
  margin-top: 140px;
}
.b4-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 72px;
}
.b4-info {
  max-width: 300px;
  width: 100%;
}
.b4-info h1 {
  margin-bottom: 40px;
}
.b4-info .g1-parrafo {
  margin-bottom: 50px;
}
.b4-info .g0-btn {
  max-width: 172px;
}
.b4-info .g1-title {
  line-height: 1;
}
.b4-block {
  position: absolute;
  right: 0;
  bottom: -72px;
  height: 443px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 60%;
  background: #ffd631;
  border-radius: 5px;
}
.b4-block figure {
  width: 48%;
  bottom: 0;
  position: relative;
  left: -72px;
}
.b4-info-block {
  max-width: 270px;
  width: 100%;
  margin-top: 72px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.b4-info-block .g1-parrafo {
  color: #000;
  margin-bottom: 60px;
  text-align: justify;
}
.b4-info-block .g0-link {
  width: 100%;
  text-align: right;
}
.b4-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .b4 {
    margin-top: 100px;
  }
  .b4-info {
    max-width: 100%;
    text-align: center;
  }
  .b4-info .g0-btn {
    margin: auto;
  }
  .b4-block {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 300px;
  }
  .b4-block figure {
    left: 0;
  }
  .b4-block figure img {
    width: 352px;
  }
  .b4-info-block {
    max-width: 400px;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin-top: 0;
  }
  .b4-info-block .g1-parrafo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b4-info .g1-title {
    line-height: 32px;
  }
  .b4-info-block {
    max-width: 300px;
    padding-right: 20px;
  }
  .b4-wrap {
    padding-bottom: 120px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .b4-wrap {
    padding-bottom: 200px;
    padding-top: 32px;
  }
  .b4-block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b4-block figure {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .b4-info-block {
    display: none;
  }
  .b4-mobile {
    margin-top: 32px;
    display: block;
    background: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b4-mobile .g1-parrafo {
    margin-bottom: 28px;
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .b4-wrap {
    padding-bottom: 300px;
  }
  .b4-block {
    height: 173px;
  }
  .b4-block figure {
    padding-left: 30px;
    padding-right: 30;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 340px) {
  .b4-wrap {
    padding-bottom: 250px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40 {
  margin: 150px 0px;
}
.b40Title {
  font-size: 36px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 70px;
}
.b40Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b40Wrap .b37Item {
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .b40 {
    margin: 90px 0px;
  }
  .b40Wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b40Wrap .b37Item {
    margin-bottom: 40px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b41 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 150px 0px;
}
.b41 .g0-btn.buttonMobile {
  display: none;
}
.b41Left {
  width: 370px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b41Left h3 {
  width: 180px;
  margin-bottom: 40px;
}
.b41Left .gParrafo {
  margin-bottom: 40px;
}
.b41Left .g0-btn {
  max-width: 170px;
  width: 100%;
}
.b41Swiper {
  padding-right: 100px;
}
.b41Swiper .b37Item {
  margin-right: 0px;
  width: 564px;
}
.b41SwiperContent {
  position: relative;
  width: calc(100% - 370px);
  overflow: hidden;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b41 {
    margin: 90px 0px;
    margin-top: 50px;
    padding-left: 30px !important;
  }
  .b41Left {
    width: 320px;
    padding-right: 50px;
  }
  .b41SwiperContent {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .b41 {
    padding-left: 30px !important;
  }
  .b41Left {
    width: 280px;
    padding-right: 50px;
  }
  .b41SwiperContent {
    width: calc(100% - 280px);
  }
  .b41Swiper .b37Item {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .b41 {
    padding-left: 0px !important;
  }
  .b41 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b41 .gNav {
    display: none;
  }
  .b41 .b37Img {
    height: 220px;
  }
  .b41Left,
  .b41SwiperContent {
    padding: 0px;
    width: 100%;
  }
  .b41Left {
    padding: 0px 30px;
  }
  .b41Left {
    margin-bottom: 50px;
  }
  .b41Swiper {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  .b41Swiper .b37Item {
    width: 320px;
  }
  .b41 .g0-btn.buttonMobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: auto;
    margin-top: 40px;
    max-width: 100%;
    left: -30px;
  }
  .b41Left .g0-btn {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  padding-top: 125px;
  padding-bottom: 96px;
}
.b5-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b5-video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 686px;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5-info {
  max-width: 300px;
  width: 100%;
  margin-left: 98px;
}
.b5-info .g1-title {
  margin-bottom: 39px;
}
.b5-info .g1-parrafo {
  margin-bottom: 56px;
}
.b5-info .g0-link {
  color: #6f31ff;
}
.b5-play {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 96px;
  height: 96px;
}
.b5-play:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(250,250,250,0.16);
  width: 72px;
  height: 72px;
  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;
}
.b5-play span {
  width: 72px;
  height: 72px;
  display: block;
  background: #ffd631;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b5-play span:before {
  color: #000;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .b5-play:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .b5-play:hover:before {
    width: 96px;
    height: 96px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
@media screen and (max-width: 1024px) {
  .b5 {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .b5-video {
    height: 350px;
    margin-bottom: 32px;
  }
  .b5-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b5-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .b5-info .g1-title {
    margin-bottom: 16px;
  }
  .b5-info .g1-parrafo {
    margin-bottom: 32px;
  }
  .b5-play:before {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 480px) {
  .b5-video {
    height: 224px;
  }
}

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  height: 456px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.b6:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 104px;
}
.b6 .wancho {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b6-info {
  margin-bottom: 40px;
  max-width: 470px;
  width: 100%;
}
.b6-info .g1-parrafo {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .b6 .wancho {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b6-info {
    max-width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  margin-top: 96px;
}
.b7-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b7-item {
  padding-top: 85px;
  padding-bottom: 80px;
  width: 32%;
  display: block;
  margin: 0;
  margin-right: 1.6%;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7-item figure {
  text-align: center;
  margin-bottom: 40px;
}
.b7-item:nth-child(3n) {
  margin-right: 0%;
}
.b7-item .g1-title {
  color: #000;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .b7-item:hover {
    background: #ffd540;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border: 1px solid #ffd540;
    -webkit-box-shadow: 0 12px 16px -8px rgba(0,0,0,0.16);
    box-shadow: 0 12px 16px -8px rgba(0,0,0,0.16);
  }
  .b7-item:hover .g0-link {
    color: #6f31ff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
}
@media screen and (max-width: 1024px) {
  .b7 {
    margin-top: 50px;
  }
  .b7-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b7-item {
    width: 49%;
  }
  .b7-item:nth-child(2n) {
    margin-right: 0;
  }
  .b7-item:nth-child(3n) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .b7-item {
    width: 100%;
    margin-right: 0;
  }
  .b7-item:nth-child(2n) {
    margin-right: 0;
  }
  .b7-item:nth-child(3n) {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  background: #1d1d1b;
  height: 616px;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b8:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4) 70%, rgba(0,0,0,0));
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 104px;
}
.b8 .g1-title-banner {
  margin-bottom: 132px;
  text-align: center;
}
.b8-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b8-item {
  max-width: 256px;
  width: 100%;
  text-align: center;
  margin-right: 180px;
}
.b8-item:last-child {
  margin-right: 0;
}
.b8-item span {
  display: block;
  margin-bottom: 24px;
}
.b8-item span:before {
  font-size: 24px;
}
.b8-item a {
  color: #fff;
  font-size: 18px;
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 28px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b8-item {
    margin-right: 80px;
  }
  .b8-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b8-item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .b8-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b8 {
    height: auto;
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .b8 .g1-title-banner {
    margin-bottom: 50px;
  }
  .b8-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9-form {
  max-width: 590px;
  width: 100%;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 144px;
}
.b9-form .g0-btn {
  margin: 0 0 0 auto;
}
.b9-form .g1-parrafo {
  max-width: 290px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 66px;
  color: #000;
}
.b9-input.empresa {
  display: none;
}
.b9-input.empresa.radio-select {
  display: block;
}
.b9-input.persona {
  display: block;
}
.b9-input.persona.radio-select {
  display: none;
}
.b9-input,
.b9-textarea {
  position: relative;
  width: 100%;
  height: 72px;
  margin-bottom: 20px;
}
.b9-input span,
.b9-textarea span {
  position: absolute;
  bottom: 10px;
  lefet: 0;
  font-size: 16px;
  line-height: 26px;
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-input input,
.b9-textarea input,
.b9-input textarea,
.b9-textarea textarea {
  width: 100%;
  height: 100%;
  border: 0px;
  border-bottom: 1px solid #b4b9be;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: 'GandhiSans-Regular', sans-serif;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-input.active,
.b9-textarea.active {
  border-bottom: 1px solid #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-input.active span,
.b9-textarea.active span {
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
  font-size: 12px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-textarea {
  height: 144px;
}
.b9-textarea span {
  top: 10px;
}
.b9-textarea.active span {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.b9-radio-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b9-radio {
  position: relative;
  cursor: pointer;
}
.b9-radio:first-child {
  margin-right: 99px;
}
.b9-radio input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibity: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.b9-radio input:checked + label {
  color: #000;
}
.b9-radio input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-radio input:checked + label:before {
  border: 1px solid #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-radio label {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b9-radio label:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #7b7979;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-radio label:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-check {
  position: relative;
}
.b9-check input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibity: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.b9-check input:checked + label {
  color: #000;
}
.b9-check input:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-check input:checked + label:before {
  border: 1px solid #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-check label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  line-height: 26px;
  color: #7b7979;
  font-family: 'GandhiSans-Regular', sans-serif;
}
.b9-check label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #7b7979;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b9-check label:after {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: -5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .b9-form .g1-parrafo {
    margin-bottom: 30px;
  }
  .b9-form .g0-btn {
    margin: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b9-radio:first-child {
    margin-right: 50px;
  }
  .b9-radio label {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.f-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
}
.footer {
  padding-top: 72px;
  background: #f5f5f5;
}
.f-logo {
  text-align: center;
  margin-top: 30px;
}
.f-logo img {
  max-width: 100%;
  height: auto;
}
.fLibro {
  margin: 0;
  max-width: 141px;
  width: 100%;
  height: 38px;
  background: #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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  border-radius: 5px;
}
.fLibro img,
.fLibro h2 {
  display: inline-block;
}
.fLibro img {
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: auto;
}
.fLibro h2 {
  margin: 0;
  font-size: 12px;
  font-family: 'GandhiSans-Bold', sans-serif;
  line-height: 1.08;
  color: #22262f;
  margin-bottom: 0;
  border-left: 1px solid #e1e3e8;
  width: calc(100% - 42px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  text-align: left;
}
.f-info,
.f-menu {
  width: 50%;
  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;
}
.f-info .f-call a.number,
.f-menu .f-call a.number,
.f-info .f-address a.number,
.f-menu .f-address a.number {
  font-size: 36px;
  color: #000;
  font-family: 'GandhiSans-Bold', sans-serif;
}
.f-info .f-call a.number i:before,
.f-menu .f-call a.number i:before,
.f-info .f-address a.number i:before,
.f-menu .f-address a.number i:before {
  font-size: 25px;
  margin-right: 10px;
}
.f-info .f-address,
.f-menu .f-address {
  max-width: 228px;
  width: 100%;
}
.f-info .f-address a,
.f-menu .f-address a {
  font-size: 16px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #7b7979;
  display: block;
  margin-bottom: 6px;
  line-height: 26px;
}
.f-info .f-address a.factura,
.f-menu .f-address a.factura {
  color: #000;
  margin-top: 36px;
}
.f-info .f-redes,
.f-menu .f-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.f-info .f-redes a,
.f-menu .f-redes a {
  margin: 0;
  margin-right: 20px;
}
.f-info .f-redes a:last-child,
.f-menu .f-redes a:last-child {
  margin-right: 0;
}
.f-info .f-redes a i:before,
.f-menu .f-redes a i:before {
  color: #7b7979;
}
.f-info .f-item-menu,
.f-menu .f-item-menu {
  width: 33%;
  margin-right: 1%;
}
.f-info .f-item-menu:last-child,
.f-menu .f-item-menu:last-child {
  margin-right: 0;
}
.f-info .f-item-menu a,
.f-menu .f-item-menu a {
  display: block;
}
.f-menu {
  max-width: 540px;
  width: 100%;
}
.f-item-menu a,
.f-item-menu h1 {
  font-size: 16px;
  line-height: 26px;
  color: #7b7979;
  display: block;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin-bottom: 16px;
}
.f-item-menu h1 {
  color: #000;
  margin: auto;
  margin-bottom: 16px;
}
.f-item-menu.nosotros a,
.f-item-menu.nosotros h1 {
  color: #000;
}
.f-priva {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.f-priva p,
.f-priva a {
  color: #7b7979;
  font-size: 12px;
  margin: auto;
  display: block;
  font-family: 'GandhiSans-Regular', sans-serif;
  margin: 0;
  width: 30%;
  text-align: center;
}
.f-priva p a {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .f-wrap {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .f-menu {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .f-menu .f-item-menu {
    width: 100%;
    text-align: center;
  }
  .f-info {
    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;
  }
  .f-info .f-call {
    margin-right: 30px;
  }
  .f-info .f-address {
    margin-left: 30px;
  }
  .f-cont {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .fLibro {
    margin: auto;
    margin-top: 20px;
  }
  .f-logo {
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 0;
  }
  .footer .wancho {
    width: 100%;
  }
  .f-menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f-menu .f-item-menu {
    text-align: left;
  }
  .f-menu .f-item-menu a,
  .f-menu .f-item-menu h1 {
    font-size: 15px;
  }
  .f-menu .f-item-menu a {
    line-height: normal;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-menu .f-item-menu h1 {
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0;
  }
  .f-menu .f-item-menu h1:after {
    content: '';
    background: rgba(0,0,0,0.06);
    width: 93%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .f-menu .f-item-menu h1:before {
    content: '\e906';
    font-family: 'icomoon';
    font-size: 15px;
    position: absolute;
    right: 30px;
    color: #231f20;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .f-menu .f-item-menu.nosotros a {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
  }
  .f-menu .f-item-menu.nosotros a:after {
    content: '';
    background: rgba(0,0,0,0.06);
    width: 93%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .f-menu .f-item-menu.active .f-cont {
    background: rgba(0,0,0,0.05);
    position: relative;
  }
  .f-menu .f-item-menu.active h1:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .f-cont {
    display: none;
    padding-left: 20px;
  }
  .f-info {
    -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;
  }
  .f-info .f-call {
    margin-right: 0;
  }
  .f-info .f-call a.number {
    font-size: 24px;
  }
  .f-info .f-call a.number i:before {
    font-size: 16px;
  }
  .f-info .f-call a i:before {
    font-size: 15px;
  }
  .f-info .f-redes {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .f-info .f-redes a {
    margin-right: 32px;
  }
  .f-info .f-address {
    margin-left: 0;
    margin: auto;
  }
  .f-info .f-address a {
    line-height: 23px;
    font-size: 15px;
  }
  .f-info .f-address a.factura {
    margin-top: 20px;
  }
  .f-wrap {
    padding-bottom: 22px;
  }
  .f-priva {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f-priva a,
  .f-priva p {
    width: 100%;
  }
  .f-priva p a {
    width: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 1010;
  height: 104px;
}
.header.z-index {
  z-index: 60000;
}
.header .header-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;
}
.header .header-logo {
  margin: 0;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .menu-item {
  position: relative;
}
.header .menu-wrap {
  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 .icon-search {
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}
.header .menu-list {
  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-link {
  color: #333;
  font-family: Arial;
  font-size: 13px;
  padding: 0 10px;
}
.h-img-ico {
  max-width: 100%;
  height: auto;
  margin-right: 19px;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  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;
  visibility: hidden;
}
.menu-overlay.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.menu-mobile-close,
.menu-mobile-open {
  border-radius: 7%;
  color: #000;
  cursor: pointer;
  font-size: 40px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 10px;
  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: 1011;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1012;
}
.menu-sidebar {
  width: 300px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  -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;
  visibility: hidden;
}
.menu-sidebar.active {
  visibility: visible;
}
.menu-sidebar.active .menu-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-responsive {
  height: 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;
}
.menu-responsive .menu-item {
  font-size: 16px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.menu-responsive .menu-link {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #989898;
  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;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (max-height: 400px) {
  .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.wrapper,
.footer {
  position: relative;
}
body.active {
  overflow: hidden;
}
body.active .menu-mobile-open,
body.active .menu-mobile-close {
  display: none;
}
body.left-in .cnt-wrapper {
  overflow: hidden;
}
body.left-in .menu-sidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body.left-in .menu-sidebar.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.left-in .wrapper,
body.left-in .footer {
  left: 0px;
}
body.left-in .wrapper.active,
body.left-in .footer.active {
  left: 300px;
}
body.left-in .menu-mobile-close {
  color: #000;
}
body.left-in .menu-mobile-close.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
body.right-in .menu-sidebar {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  right: 0px;
}
body.right-in .menu-sidebar.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body.right-in .wrapper,
body.right-in .footer {
  left: 0px;
}
body.right-in .wrapper.active,
body.right-in .footer.active {
  left: -300px;
}
body.right-in .menu-mobile-close {
  color: #000;
}
body.right-in .cnt-wrapper {
  overflow: hidden;
}
body.top-in .menu-overlay {
  display: none;
}
body.top-in .menu-sidebar {
  width: 100%;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
body.top-in .menu-sidebar.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body.top-in .menu-responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: 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;
}
@media screen and (max-height: 400px) {
  body.top-in .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
body.top-in .menu-responsive .menu-link {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.top-in .menu-mobile-close {
  color: #000;
}
body.active {
  overflow: hidden;
}
body.block-home .cnt-wrapper,
body.block-servicios .cnt-wrapper,
body.block-linea-negocio .cnt-wrapper,
body.block-contacto .cnt-wrapper,
body.block-somos .cnt-wrapper,
body.block-error .cnt-wrapper,
body.block-derby-green .cnt-wrapper,
body.block-detalle-servicio .cnt-wrapper,
body.block-productos .cnt-wrapper {
  padding-top: 0px !important;
}
body.block-home .header,
body.block-servicios .header,
body.block-linea-negocio .header,
body.block-contacto .header,
body.block-somos .header,
body.block-error .header,
body.block-derby-green .header,
body.block-detalle-servicio .header,
body.block-productos .header {
  background: transparent;
}
body.block-home .header.scrolling,
body.block-servicios .header.scrolling,
body.block-linea-negocio .header.scrolling,
body.block-contacto .header.scrolling,
body.block-somos .header.scrolling,
body.block-error .header.scrolling,
body.block-derby-green .header.scrolling,
body.block-detalle-servicio .header.scrolling,
body.block-productos .header.scrolling {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.block-home .header.scrolling .h-idioma,
body.block-servicios .header.scrolling .h-idioma,
body.block-linea-negocio .header.scrolling .h-idioma,
body.block-contacto .header.scrolling .h-idioma,
body.block-somos .header.scrolling .h-idioma,
body.block-error .header.scrolling .h-idioma,
body.block-derby-green .header.scrolling .h-idioma,
body.block-detalle-servicio .header.scrolling .h-idioma,
body.block-productos .header.scrolling .h-idioma {
  border: 1px solid #ebebeb;
}
body.block-home .header.scrolling .h-idioma:before,
body.block-servicios .header.scrolling .h-idioma:before,
body.block-linea-negocio .header.scrolling .h-idioma:before,
body.block-contacto .header.scrolling .h-idioma:before,
body.block-somos .header.scrolling .h-idioma:before,
body.block-error .header.scrolling .h-idioma:before,
body.block-derby-green .header.scrolling .h-idioma:before,
body.block-detalle-servicio .header.scrolling .h-idioma:before,
body.block-productos .header.scrolling .h-idioma:before {
  color: #7b7979;
}
@media screen and (min-width: 1100px) {
  body.block-home .header.scrolling .h-idioma:hover,
  body.block-servicios .header.scrolling .h-idioma:hover,
  body.block-linea-negocio .header.scrolling .h-idioma:hover,
  body.block-contacto .header.scrolling .h-idioma:hover,
  body.block-somos .header.scrolling .h-idioma:hover,
  body.block-error .header.scrolling .h-idioma:hover,
  body.block-derby-green .header.scrolling .h-idioma:hover,
  body.block-detalle-servicio .header.scrolling .h-idioma:hover,
  body.block-productos .header.scrolling .h-idioma:hover {
    border-bottom: 0px;
  }
  body.block-home .header.scrolling .h-idioma:hover .idiom,
  body.block-servicios .header.scrolling .h-idioma:hover .idiom,
  body.block-linea-negocio .header.scrolling .h-idioma:hover .idiom,
  body.block-contacto .header.scrolling .h-idioma:hover .idiom,
  body.block-somos .header.scrolling .h-idioma:hover .idiom,
  body.block-error .header.scrolling .h-idioma:hover .idiom,
  body.block-derby-green .header.scrolling .h-idioma:hover .idiom,
  body.block-detalle-servicio .header.scrolling .h-idioma:hover .idiom,
  body.block-productos .header.scrolling .h-idioma:hover .idiom {
    border: 1px solid #ebebeb;
    border-top: 0px;
  }
}
body.block-home .header.scrolling .menu-link,
body.block-servicios .header.scrolling .menu-link,
body.block-linea-negocio .header.scrolling .menu-link,
body.block-contacto .header.scrolling .menu-link,
body.block-somos .header.scrolling .menu-link,
body.block-error .header.scrolling .menu-link,
body.block-derby-green .header.scrolling .menu-link,
body.block-detalle-servicio .header.scrolling .menu-link,
body.block-productos .header.scrolling .menu-link,
body.block-home .header.scrolling .h-bolsa a,
body.block-servicios .header.scrolling .h-bolsa a,
body.block-linea-negocio .header.scrolling .h-bolsa a,
body.block-contacto .header.scrolling .h-bolsa a,
body.block-somos .header.scrolling .h-bolsa a,
body.block-error .header.scrolling .h-bolsa a,
body.block-derby-green .header.scrolling .h-bolsa a,
body.block-detalle-servicio .header.scrolling .h-bolsa a,
body.block-productos .header.scrolling .h-bolsa a {
  color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.block-home .header.scrolling .h-enlaces a,
body.block-servicios .header.scrolling .h-enlaces a,
body.block-linea-negocio .header.scrolling .h-enlaces a,
body.block-contacto .header.scrolling .h-enlaces a,
body.block-somos .header.scrolling .h-enlaces a,
body.block-error .header.scrolling .h-enlaces a,
body.block-derby-green .header.scrolling .h-enlaces a,
body.block-detalle-servicio .header.scrolling .h-enlaces a,
body.block-productos .header.scrolling .h-enlaces a {
  color: #929292;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.block-detalle-producto .header,
body.block-bolsa-pedido .header {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
body.block-detalle-producto .header .h-idioma,
body.block-bolsa-pedido .header .h-idioma {
  border: 1px solid #ebebeb;
}
@media screen and (min-width: 1100px) {
  body.block-detalle-producto .header .h-idioma:hover,
  body.block-bolsa-pedido .header .h-idioma:hover {
    border-bottom: 0px;
  }
  body.block-detalle-producto .header .h-idioma:hover .idiom,
  body.block-bolsa-pedido .header .h-idioma:hover .idiom {
    border: 1px solid #ebebeb;
    border-top: 0px;
  }
}
body.block-detalle-producto .header .menu-link,
body.block-bolsa-pedido .header .menu-link,
body.block-detalle-producto .header .h-bolsa a,
body.block-bolsa-pedido .header .h-bolsa a {
  color: #000;
}
body.block-detalle-producto .header .h-enlaces a,
body.block-bolsa-pedido .header .h-enlaces a {
  color: #929292;
}
body.block-detalle-producto .header .header-logo img:first-child,
body.block-bolsa-pedido .header .header-logo img:first-child {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
}
body.block-detalle-producto .header .header-logo img:last-child,
body.block-bolsa-pedido .header .header-logo img:last-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
body.block-detalle-producto .header.scrolling .header-logo img:first-child,
body.block-bolsa-pedido .header.scrolling .header-logo img:first-child {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
}
body.block-detalle-producto .header.scrolling .header-logo img:last-child,
body.block-bolsa-pedido .header.scrolling .header-logo img:last-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.header .wancho {
  max-width: 1440px;
}
.header .menu {
  width: 65%;
  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;
}
.header .header-ctn {
  height: 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;
}
.header .header-logo {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 21%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-logo img {
  position: absolute;
  left: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}
.header .header-logo img:first-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.header .header-logo img:last-child {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
}
.header.scrolling {
  background: #fff;
}
.header.scrolling .header-logo img:first-child {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
}
.header.scrolling .header-logo img:last-child {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.header .menu-item {
  margin-right: 80px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .menu-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .header .menu-item.productos:hover .h-wrap-prod {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .header .menu-item.productos:hover .h-menus-productos.active {
    pointer-events: all;
  }
}
@media screen and (min-width: 1024px) {
  .header .menu-item.servicios:hover .h-menu-servicios {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.header .menu-item .h-menu-servicios {
  position: absolute;
  width: 245%;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  left: -72.5%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.header .menu-item .h-menu-servicios:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -19px;
}
.header .menu-item .h-menu-servicios a.servicios {
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7b7979;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'GandhiSans-Regular', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.header .menu-item .h-menu-servicios a.servicios:before {
  content: '';
  width: 77%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 1px;
  background: #dedede;
}
.header .menu-item .h-menu-servicios a.servicios:last-child:before {
  display: none;
}
.header .menu-item .h-menu-servicios a:hover.servicios {
  color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .menu-link {
  color: #fff;
  font-size: 17px;
  font-family: 'GandhiSans-Regular', sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .menu-list {
  margin: 0;
}
.header .h-web {
  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: 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;
  width: 30%;
}
.header .menu-wrap {
  width: 50%;
}
.header .h-enlaces {
  padding-top: 8px;
  margin-bottom: 30px;
}
.header .h-enlaces .intranet {
  margin-right: 32px;
}
.header .h-enlaces a {
  margin: 0;
  color: #fff;
  font-family: 'GandhiSans-Regular', sans-serif;
  font-size: 13px;
}
.header .h-bolsa,
.header .h-enlaces {
  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: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-bolsa {
  padding-bottom: 25px;
}
.header .h-bolsa i {
  margin-right: 10px;
  display: inline-block;
}
.header .h-bolsa a {
  font-size: 17px;
  font-family: 'GandhiSans-Regular', sans-serif;
  color: #fff;
}
.header .h-carro {
  margin-right: 31px;
}
.header .h-menu .icon-22:before {
  font-size: 12px;
}
.header .h-idioma {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 22px;
  height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.header .h-idioma:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 9px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.header .h-idioma .idiom {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: -25px;
}
.header .h-idioma .idiom.active {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header .h-idioma:hover {
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transitiona: all 400ms ease;
  }
  .header .h-idioma:hover .idiom {
    border: 1px solid #fff;
    width: 100%;
    left: -1px;
    text-align: center;
    bottom: -29px;
    border-top: 0px;
    right: 0;
    margin: auto;
    padding-bottom: 4px;
    padding-top: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .header .h-idioma:hover .idiom {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.h-mega-menu {
  position: fixed;
  width: 100%;
  background: #ffd631;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 400ms cubic-bezier(1, -0.02, 0, 1.04);
  -moz-transition: all 400ms cubic-bezier(1, -0.02, 0, 1.04);
  -o-transition: all 400ms cubic-bezier(1, -0.02, 0, 1.04);
  -ms-transition: all 400ms cubic-bezier(1, -0.02, 0, 1.04);
  transition: all 400ms cubic-bezier(1, -0.02, 0, 1.04);
}
.h-mega-menu .wancho {
  position: relative;
  padding-top: 160px;
  padding-bottom: 24px;
}
.h-mega-menu.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.h-mega-menu.active .h-mega-wrap li {
  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%);
}
.h-mega-menu.active .h-mega-wrap li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.h-mega-menu.active .h-mega-wrap li:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
}
.h-mega-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.h-mega-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.h-mega-redes a {
  margin-bottom: 0px;
  margin-right: 20px;
}
.h-mega-redes a:last-child {
  margin-right: 0;
}
.h-mega-redes a:before {
  color: #000;
}
.h-ubicacion {
  max-width: 230px;
  text-align: right;
}
.h-ubicacion a {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: 'GandhiSans-Regular', sans-serif;
  display: block;
}
.h-mega-close {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: 'GandhiSans-Regular', sans-serif;
  position: absolute;
  top: 50px;
  right: 0;
}
.h-mega-close:before {
  color: #000;
  font-family: 'icomoon';
  font-size: 18px;
  position: relative;
  left: -10px;
  top: 3px;
}
.h-mega-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 254px;
}
.h-mega-wrap li {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  padding-top: 40px;
  padding-bottom: 40px;
}
.h-mega-wrap li a {
  color: #000;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 36px;
  font-family: 'GandhiSans-Bold', sans-serif;
}
.h-mega-wrap li:hover a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.h-mega-wrap li:hover.products .subcat li {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.h-mega-wrap li:hover.products .subcat li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.h-mega-wrap li:hover.products .subcat li:nth-child(10) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
}
.h-mega-wrap li.products {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.h-mega-wrap li.products .subcat {
  position: absolute;
  top: 100%;
}
.h-mega-wrap li.products .subcat li {
  margin-bottom: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.h-mega-wrap li.products .subcat a {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
.header .b28-close-mobile {
  display: block;
}
.header .b28-close-mobile:before {
  font-family: 'icomoon';
}
.header .b28-carrito {
  padding: 24px;
  padding-top: 0;
  background: #fff;
  max-width: 415px;
  width: 100%;
  position: fixed;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  margin-top: 0;
  top: 0;
  right: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.header .b28-carrito .g0-btn {
  margin-top: 20px;
}
.header .b28-carrito.active {
  -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;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .menu-item.mobile {
  display: none;
}
.header .menu-item.servicios .sub-lista-mob li {
  margin: 0 10px;
  border-top: 1px solid rgba(123,121,121,0.36);
}
.header .menu-item.servicios .sub-lista-mob li:first-child {
  border-top: none;
}
.header .menu-item.servicios .sub-lista-mob li a {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .menu-item.productos .sub-lista-mob {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .menu-item.productos .sub-lista-mob li a {
  height: 90px;
  font-size: 30px;
  color: rgba(123,121,121,0.5);
  font-family: 'GandhiSans-Bold', sans-serif;
  letter-spacing: 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;
}
.header .menu-item.productos .sub-lista-mob li a span {
  margin-right: 30px;
}
.header .menu-item.productos .sub-lista-mob li a.active {
  color: #000;
}
.header .menu-item.productos .sub-lista-mob li a.active span {
  color: #000;
}
.header .menu-item.productos .sub-lista-mob li a.active span:before {
  color: #000;
}
.header .menu-item .sub-lista-mob .lista-hijo {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .menu-item .sub-lista-mob li:hover a {
  color: #000;
}
.header .menu-item .sub-lista-mob li:hover a span {
  color: #000;
}
.header .menu-item .sub-lista-mob li:hover a span:before {
  color: #000;
}
.header .h-btncarro-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: -1px 0px 9px 6px rgba(0,0,0,0.11);
  box-shadow: -1px 0px 9px 6px rgba(0,0,0,0.11);
}
.header .h-btncarro-wrap .g0-btn {
  margin-top: 0;
}
.header .h-btncarro-wrap.active:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .h-wrap-prod {
  position: absolute;
  width: 1551%;
  left: -719%;
  background: #fff;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.header .h-wrap-prod:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -19px;
}
.header .h-menus-productos-wrap {
  position: relative;
}
.header .h-menus-productos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 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-shadow: inset 0 8px 8px 0 rgba(0,0,0,0.06);
  box-shadow: inset 0 8px 8px 0 rgba(0,0,0,0.06);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .h-menus-productos.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  pointer-events: none;
}
.header .h-menus-productos a {
  color: rgba(123,121,121,0.5);
  font-family: 'GandhiSans-Regular', sans-serif;
  line-height: 28px;
  font-size: 18px;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.header .h-menus-productos a:before {
  content: '\e90e';
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  right: -26px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .h-menus-productos a:hover {
  color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .h-menus-productos a:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sub-productos {
  display: none;
}
@media screen and (max-width: 1200px) {
  .h-img-ico {
    display: none;
  }
  .menu-responsive .block-wrap {
    display: none;
  }
  .menu-responsive .block-wrap.active {
    height: auto !important;
  }
  .menu-responsive .menu-item.productos .menu-link,
  .menu-responsive .menu-item.servicios .menu-link {
    position: relative;
  }
  .menu-responsive .menu-item.productos .menu-link:before,
  .menu-responsive .menu-item.servicios .menu-link:before {
    content: '\e907';
    font-family: 'icomoon';
    font-size: 9px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-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;
  }
  .menu-responsive .menu-item.productos .menu-link.active:before,
  .menu-responsive .menu-item.servicios .menu-link.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .sub-lista-mob.sub-click .lista-hijo .hijo {
    position: relative;
  }
  .sub-lista-mob.sub-click .lista-hijo .hijo:before {
    content: '\e94f';
    font-family: 'icomoon';
    font-size: 10px;
    color: #000;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    font-weight: bold;
  }
  .sub-lista-mob.sub-click .lista-hijo .hijo.ico-active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .sub-lista-mob.sub-click .lista-hijo.pintar {
    background: #ffd631;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .sub-lista-mob.sub-click .lista-hijo li {
    background: rgba(0,0,0,0.1);
  }
  .sub-lista-mob li a span {
    display: none;
  }
  .h-menus-productos-wrap,
  .h-menu-servicios {
    display: none;
  }
  .header .b28-close-mobile {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    top: 40px;
  }
  .b28-total {
    width: 80%;
  }
  .wrapper,
  .footer {
    -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-mobile-open {
    visibility: visible;
  }
  .header .h-enlaces a {
    font-size: 11px;
  }
  .header {
    height: 70px;
    padding-top: 50px;
  }
  .header .icon-search {
    margin-right: 50px;
  }
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    width: 130px;
  }
  .header.scrolling {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .header .menu-wrap {
    display: none;
  }
  .header .h-menu {
    display: none;
  }
  .header .h-bolsa {
    padding-bottom: 13px;
  }
  .header .h-bolsa a {
    font-size: 0px;
  }
  .header .h-bolsa a i:before {
    font-size: 20px;
    color: #000;
  }
  .header .h-web {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
  .header .h-enlaces {
    padding-top: 0;
    margin-bottom: 0;
  }
  .header .h-enlaces .intranet {
    padding-top: 5px;
  }
  .header .menu {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .select-idiom {
    display: none;
  }
  .header .h-idioma {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding-right: 0px;
    border: 0px;
    margin-top: 5px;
    padding-right: 7px;
    border: 1px solid #dbdbdb !important;
  }
  .header .h-idioma:before {
    display: none;
  }
  .header .h-idioma .idiom {
    display: block;
    color: #7b7979 !important;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    bottom: 0;
    margin-right: 20px;
  }
  .header .h-idioma .idiom:last-child {
    margin-right: 0;
  }
  .header .h-idioma .idiom.active {
    bottom: 0;
    display: block;
    color: #6f31ff !important;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .menu-mobile-open,
  .menu-mobile-close {
    top: 23px;
  }
  .menu-mobile-open:before,
  .menu-mobile-close:before {
    content: '\e90f';
    font-size: 16px;
    font-family: 'icomoon';
  }
  body .header {
    background: #fff !important;
  }
  body .header .h-enlaces a {
    color: #7b7979 !important;
  }
  body .header.scrolling .h-idioma {
    border: 1px solid #dbdbdb !important;
  }
  .header .h-carro {
    margin-right: 40px;
  }
  .header .header-logo {
    width: 200px;
  }
  .header .header-logo img:first-child {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .header .header-logo img:last-child {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .menu-sidebar {
    z-index: 9999;
  }
  .menu-sidebar.active .menu-link {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .menu-responsive .logo-mobile-menu {
    width: 80%;
    margin-top: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu-responsive .logo-mobile-menu a {
    display: inline-block;
  }
  .menu-responsive .logo-mobile-menu .menu-link {
    -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 .logo-mobile-menu span {
    margin: 0;
  }
  .menu-responsive .logo-mobile-menu span:before {
    font-size: 49px;
    color: #000;
  }
  .h-close {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999999;
  }
  .h-close:before {
    font-size: 20px;
    color: #000;
  }
  .menu-sidebar.active .menu-link {
    font-size: 24px;
    color: #000;
  }
  .menu-responsive {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ffd631;
  }
  .sub-lista-mob li {
    text-align: center;
    background: rgba(0,0,0,0.1);
  }
  .sub-lista-mob li a {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding-top: 26px;
    padding-bottom: 26px;
    display: block;
  }
  .menu-sidebar.active .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .redes-mobile-menu {
    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;
  }
  .redes-mobile-menu a {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .redes-mobile-menu a:before {
    font-size: 16px;
  }
  .header {
    padding-top: 40px;
  }
  .header .h-idioma {
    border: 0px !important;
  }
  .header .h-enlaces {
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .header .h-bolsa {
    position: relative;
    top: 24px;
    right: 10px;
  }
  .header .header-logo {
    width: 250px;
  }
  body .header.scrolling .h-idioma {
    border: 0px !important;
  }
  .menu-mobile-open,
  .menu-mobile-close {
    top: 45px;
  }
}
@media screen and (max-width: 1500px) {
  .header .h-wrap-prod {
    left: -728%;
  }
  .header .menu-item.productos .sub-lista-mob li a {
    font-size: 25px;
  }
  .header .menu-item.productos .sub-lista-mob li a span {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .header .menu-item.productos .sub-lista-mob li a {
    font-size: 22px;
  }
  .header .h-wrap-prod {
    left: -720%;
    width: 1470%;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-item.productos .sub-lista-mob {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header .menu-item .sub-lista-mob .lista-hijo {
    width: 18%;
    margin: 0;
  }
}
@media screen and (max-width: 580px) {
  .header .h-enlaces .intranet {
    margin-right: 10px;
  }
  .header .menu-item.productos .sub-lista-mob {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .menu-responsive .menu-item .menu-link {
    height: 40px;
    font-size: 20px;
  }
  .sub-lista-mob li a {
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-responsive {
    padding-top: 90px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-responsive .menu-item.productos .menu-link:before,
  .menu-responsive .menu-item.servicios .menu-link:before {
    font-size: 7px;
  }
}
