.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gTitle {
  font-size: 50px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .gTitle {
    font-size: calc(25px + (50 - 25) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gParrafo {
  font-size: 14px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #313131;
  text-align: justify;
}
@media screen and (max-width: 1599px) {
  .gParrafo {
    font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gParrafo p {
  margin: auto;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gBack {
  font-size: 13px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #313131;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 1599px) {
  .gBack {
    font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gBack:before {
  content: '\e903';
  font-family: 'icomoon';
  font-size: 15px;
  color: #313131;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.gButton {
  max-width: 190px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.gButton.download {
  border: 1px solid #2e9aff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gButton.download span,
.gButton.download i {
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #2e9aff;
}
.gButton.download:before {
  background: transparent;
  background-image: inherit;
}
.gButton.download:after {
  background-image: -webkit-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -moz-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -o-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -ms-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: linear-gradient(to bottom, #30a4e7, #0d73d8);
}
.gButton.gray span,
.gButton.gray i {
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
}
.gButton.gray:before {
  background-image: inherit;
  background: #ccc;
}
.gButton.gray:after {
  background-image: -webkit-linear-gradient(top, #30d3dc, #16b6fc);
  background-image: -moz-linear-gradient(top, #30d3dc, #16b6fc);
  background-image: -o-linear-gradient(top, #30d3dc, #16b6fc);
  background-image: -ms-linear-gradient(top, #30d3dc, #16b6fc);
  background-image: linear-gradient(to bottom, #30d3dc, #16b6fc);
}
.gButton span,
.gButton i {
  position: relative;
  z-index: 5;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  font-style: inherit;
}
.gButton:before {
  content: '';
  background-image: -webkit-linear-gradient(top, #32dee7, #1098f0);
  background-image: -moz-linear-gradient(top, #32dee7, #1098f0);
  background-image: -o-linear-gradient(top, #32dee7, #1098f0);
  background-image: -ms-linear-gradient(top, #32dee7, #1098f0);
  background-image: linear-gradient(to bottom, #32dee7, #1098f0);
  position: absolute;
  width: 100%;
  height: 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;
  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;
  z-index: 4;
}
.gButton:after {
  content: '';
  background-image: -webkit-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -moz-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -o-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: -ms-linear-gradient(top, #30a4e7, #0d73d8);
  background-image: linear-gradient(to bottom, #30a4e7, #0d73d8);
  position: absolute;
  width: 100%;
  height: 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;
  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;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .gButton:hover.download {
    border: 1px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .gButton:hover.download span,
  .gButton:hover.download i {
    color: #fff;
  }
  .gButton:hover: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;
  }
  .gButton:hover: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;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.gItem {
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 224px;
  background: #fff;
  display: block;
  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;
  border-radius: 10px;
  height: 328px;
}
.gItem.type2 {
  text-align: left;
  width: 384px;
}
.gItem.type2 h2 {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 17px;
}
@media screen and (max-width: 1599px) {
  .gItem.type2 h2 {
    font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width: 1024px) {
  .gItem:hover {
    background: #20273f;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .gItem:hover h2,
  .gItem:hover span {
    color: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .gItem:hover.type2 {
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.19);
  }
  .gItem:hover.type2 h2 {
    color: #000;
  }
  .gItem:hover.type2 span {
    color: #2e9aff;
  }
}
.gItem figure {
  text-align: center;
  margin: 0;
  margin-bottom: 35px;
  height: 138px;
  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;
}
.gItem h2 {
  font-size: 15px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
  margin-bottom: 49px;
  -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: 1599px) {
  .gItem h2 {
    font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gItem span {
  font-size: 13px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #2e9aff;
  text-decoration: underline;
  -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: 1599px) {
  .gItem span {
    font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gItem2 {
  width: 222px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -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;
  display: block;
}
.gItem2 .gButton {
  height: 55px;
  font-size: 13px;
}
.gItem2 figure {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center;
}
.gItem2 h3 {
  font-size: 13px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #8b8b8b;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .gItem2 h3 {
    font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gItem2 h4 {
  font-size: 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #8b8b8b;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .gItem2 h4 {
    font-size: calc(11px + (12 - 11) * ((100vw - 375px) / (1920 - 375)));
  }
}
.gItem2 h2 {
  font-size: 14px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #000;
  text-align: left;
  margin-bottom: 28px;
  width: 90%;
}
@media screen and (max-width: 1599px) {
  .gItem2 h2 {
    font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width: 1024px) {
  .gItem2:hover {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.28);
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.28);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .gItem2:hover .gButton: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;
  }
  .gItem2:hover .gButton: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;
  }
}
@media screen and (max-width: 480px) {
  .gItem {
    padding: 20px;
    height: 280px;
  }
  .gItem2 {
    text-align: center;
  }
  .gItem2 h4,
  .gItem2 h2 {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .scroll-item {
    -webkit-transform: scaleY(1.26) translateY(3rem);
    -moz-transform: scaleY(1.26) translateY(3rem);
    -o-transform: scaleY(1.26) translateY(3rem);
    -ms-transform: scaleY(1.26) translateY(3rem);
    transform: scaleY(1.26) translateY(3rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .scroll-item.active-top {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}

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

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

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

.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: calc(100vh - 110px);
  position: relative;
}
.b1Down {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 48px;
  margin: auto;
  z-index: 30;
  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;
}
.b1Down:before {
  content: '\e902';
  font-family: 'icomoon';
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 25px;
}
.b1Wrap {
  height: 100%;
  position: relative;
}
.b1Wrap .owl-stage-outer,
.b1Wrap .owl-stage,
.b1Wrap .owl-item {
  height: 100%;
}
.b1Wrap .owl-nav {
  height: 55px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auato;
  width: 100%;
}
.b1Wrap .owl-nav .owl-next,
.b1Wrap .owl-nav .owl-prev {
  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: 55px;
  width: 55px;
  position: absolute;
  font-size: 0;
  background: rgba(0,0,0,0.35);
  border-radius: 50%;
  cursor: pointer;
}
.b1Wrap .owl-nav .owl-next:before,
.b1Wrap .owl-nav .owl-prev:before {
  font-family: 'icomoon';
  font-size: 26px;
  color: #fff;
}
.b1Wrap .owl-nav .owl-prev {
  left: 32px;
}
.b1Wrap .owl-nav .owl-prev:before {
  content: '\e903';
}
.b1Wrap .owl-nav .owl-next {
  right: 32px;
}
.b1Wrap .owl-nav .owl-next:before {
  content: '\e902';
}
.b1Item {
  height: 100%;
  position: relative;
}
.b1Item:before {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(32,39,63,0), rgba(14,17,27,0.57) 49%, #000);
  background-image: -moz-linear-gradient(top, rgba(32,39,63,0), rgba(14,17,27,0.57) 49%, #000);
  background-image: -o-linear-gradient(top, rgba(32,39,63,0), rgba(14,17,27,0.57) 49%, #000);
  background-image: -ms-linear-gradient(top, rgba(32,39,63,0), rgba(14,17,27,0.57) 49%, #000);
  background-image: linear-gradient(to bottom, rgba(32,39,63,0), rgba(14,17,27,0.57) 49%, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 90%;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.b1Item .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;
}
.b1Item .b1Fondo {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.b1Info {
  position: relative;
  max-width: 680px;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .b1Info {
    -webkit-transform: scaleY(1.26) translateY(3rem);
    -moz-transform: scaleY(1.26) translateY(3rem);
    -o-transform: scaleY(1.26) translateY(3rem);
    -ms-transform: scaleY(1.26) translateY(3rem);
    transform: scaleY(1.26) translateY(3rem);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b1Info.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
.b1Info h2,
.b1Info h1 {
  font-size: 65px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 1599px) {
  .b1Info h2,
  .b1Info h1 {
    font-size: calc(30px + (65 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b1Info .gButton {
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .b1Wrap .owl-nav .owl-prev {
    left: 10px;
  }
  .b1Wrap .owl-nav .owl-next {
    right: 10px;
  }
  .b1Info {
    max-width: 500px;
  }
}
@media screen and (max-width: 1279px) {
  .b1 {
    min-height: 575px;
  }
  .b1Wrap .owl-nav {
    display: none;
  }
  .b1Wrap .owl-dots {
    position: absolute;
    bottom: 28px;
    right: 0;
    left: 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;
  }
  .b1Wrap .owl-dots .owl-dot {
    border: 1px solid #fff;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .b1Wrap .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .b1Wrap .owl-dots .owl-dot.active {
    background: #fff;
  }
  .b1Down {
    display: none;
  }
  .b1Info {
    margin: auto;
    text-align: center;
  }
  .b1Info .gButton {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .b1 {
    height: calc(100vh - 80px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  position: relative;
  height: calc(100vh - 120px);
}
.b10 .wancho {
  height: 100%;
}
.b10Wrap {
  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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b10Info {
  width: 40%;
}
.b10Info .gBack {
  display: block;
  margin-bottom: 96px;
  color: #fff;
}
.b10Info .gBack:before {
  color: #fff;
}
.b10Info h2 {
  font-size: 40px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: 1.13;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .b10Info h2 {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b10Info .gParrafo {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.57;
}
.b10LinkWrap {
  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;
}
.b10LinkWrap a {
  margin: 0;
  font-size: 13px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #40afff;
  text-decoration: underline;
}
@media screen and (max-width: 1599px) {
  .b10LinkWrap a {
    font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b10LinkWrap a:first-child {
  margin-right: 60px;
}
.b10Img {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .b10LinkWrap a:first-child {
    margin-right: 0;
  }
  .b10LinkWrap a:last-child {
    display: none;
  }
  .b10 {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .b10Info {
    width: 45%;
  }
  .b10Info .gBack {
    margin-bottom: 50px;
  }
  .b10LinkWrap a:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b10 {
    height: auto;
  }
  .b10Img {
    position: relative;
    height: 600px;
    width: 100%;
    margin-bottom: 40px;
  }
  .b10Info {
    width: 100%;
  }
  .b10Info h2 {
    text-align: center;
  }
  .b10LinkWrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b10LinkWrap a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) {
  .b10Img {
    height: calc(278px + (600 - 278) * ((100vw - 375px) / (1920 - 375)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11ContentAll {
  background-image: -webkit-linear-gradient(top, #20273f, #000);
  background-image: -moz-linear-gradient(top, #20273f, #000);
  background-image: -o-linear-gradient(top, #20273f, #000);
  background-image: -ms-linear-gradient(top, #20273f, #000);
  background-image: linear-gradient(to bottom, #20273f, #000);
}
.b11 {
  padding-top: 81px;
  padding-bottom: 100px;
}
.b11FormWrap {
  max-width: 1200px;
  width: 94%;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding-top: 65px;
  padding-right: 78px;
  padding-left: 78px;
  padding-bottom: 94px;
  -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: 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;
}
.b11Group {
  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;
}
.b11Group input {
  width: 49% !important;
  margin-right: 2% !important;
}
.b11Group input:nth-child(2n) {
  margin-right: 0% !important;
}
.b11Info {
  max-width: 430px;
  width: 100%;
  margin-right: 60px;
}
.b11Info .gTitle {
  font-size: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1599px) {
  .b11Info .gTitle {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b11Form {
  max-width: 534px;
  width: 100%;
}
.b11Form form {
  position: relative;
  width: 100%;
}
.b11Form form input,
.b11Form form textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #313131;
}
@media screen and (max-width: 1599px) {
  .b11Form form input,
  .b11Form form textarea {
    font-size: calc(12px + (12 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b11Form form textarea {
  height: 105px;
  padding-top: 15px;
}
.b11Form form .gButton {
  border: 0px;
  max-width: 100%;
}
.b11Checkbox {
  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: 24px;
  margin-top: 30px;
}
.b11Checkbox input {
  height: 15px !important;
  width: 15px !important;
  margin-bottom: 0 !important;
}
.b11Checkbox label {
  margin: 0;
  font-size: 12px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #313131;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 1599px) {
  .b11Checkbox label {
    font-size: calc(12px + (12 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b11Checkbox label a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .b11 {
    padding-top: 30px;
  }
  .b11FormWrap {
    padding: 40px;
  }
  .b11Form form input,
  .b11Form form textarea {
    padding-left: 15px;
    height: 48px;
  }
  .b11Form form textarea {
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .b11 {
    padding-top: 0px;
  }
  .b11FormWrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }
  .b11Info {
    margin-bottom: 20px;
  }
  .b11Info .gTitle {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .b11Info,
  .b11Form {
    max-width: 100%;
  }
  .b11Checkbox {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11Group {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .b11Group input {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  padding-bottom: 89px;
  padding-top: 89px;
}
.b12 .gTitle {
  font-size: 40px;
  margin-bottom: 63px;
}
@media screen and (max-width: 1599px) {
  .b12 .gTitle {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b12Wrap {
  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;
}
.b12Item {
  width: 32%;
  margin-right: 2%;
}
.b12Item:nth-child(3n) {
  margin-right: 0%;
}
.b12Item figure {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 220px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.b12Item h3 {
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 1.39;
  color: #000;
}
@media screen and (max-width: 1599px) {
  .b12Item h3 {
    font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 1024px) {
  .b12 {
    padding-bottom: 70px;
    padding-top: 43px;
  }
  .b12 .gTitle {
    margin-bottom: 43px;
    text-align: center;
  }
  .b12Item figure {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .b12Item figure {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .b12Item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .b12Item:last-child {
    margin-bottom: 0px;
  }
  .b12Item figure {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .b12Item figure {
    height: 178px;
    margin-bottom: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.b13Title {
  height: auto;
  background: #20273f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b13Title .wancho {
  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;
  height: 100%;
  padding: 100px 0px;
}
.b13Title .gBack {
  position: absolute;
  top: 55px;
  left: 0;
  color: #fff;
}
.b13Title .gBack:before {
  color: #fff;
}
.b13Title .gTitle {
  color: #fff;
  text-align: center;
}
.b13Title .gParrafo {
  max-width: 790px;
  width: 100%;
  color: #fff;
  margin: auto;
  margin: 30px 0px;
  text-align: center;
}
.b13Title .gButton {
  max-width: 100%;
  width: fit-content;
  padding: 0px 40px;
  position: relative;
  z-index: 5;
}
.b13Title .gButton:before,
.b13Title .gButton:after {
  z-index: -1;
}
.b13Marca,
.b13Categoria {
  position: relative;
  width: 100%;
}
.b13Marca.active ul,
.b13Categoria.active ul {
  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%);
  pointer-events: all;
}
.b13FilterMarca {
  position: relative;
  max-width: 280px;
  width: 100%;
  margin: 0 0 0 auto;
}
.b13FilterMarca.active ul {
  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%);
  pointer-events: all;
}
.b13FilterMarca ul {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 100%;
  top: 60px;
  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;
  pointer-events: none;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  padding: 20px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.141);
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.141);
  z-index: 30;
}
.b13FilterMarca ul li {
  margin-bottom: 10px;
}
.b13FilterMarca ul li:last-child {
  margin-bottom: 0;
}
.b13FilterMarca ul li a {
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 1.43;
  color: #858585;
  font-size: 14px;
  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;
  height: 25px;
}
@media screen and (max-width: 1599px) {
  .b13FilterMarca ul li a {
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.clickMarca,
.clickCat {
  width: 100%;
  height: 55px;
  border: 1px solid #858585;
  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;
  border-radius: 8px;
  position: relative;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 1.43;
  color: #858585;
  font-size: 14px;
  padding-left: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
  .clickMarca,
  .clickCat {
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.clickMarca:before,
.clickCat:before {
  content: '\e608';
  font-family: 'icomoon';
  font-size: 25px;
  color: #808080;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clickCat {
  display: none;
}
.b13FilterMarca {
  margin-bottom: 28px;
  padding-top: 54px;
}
.b13WrapContent {
  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;
}
.b13Wrap {
  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;
  width: 100%;
}
.b13Item {
  margin: 0;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 15px;
}
.b13Item:nth-child(4n) {
  margin-right: 0%;
}
.b13Info {
  padding-top: 60px;
}
.b13Listado {
  max-width: 245px;
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 37px;
  border-radius: 10px;
}
.b13Listado h2 {
  font-size: 22px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
  .b13Listado h2 {
    font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b13Listado ul li {
  height: 46px;
  padding-right: 66px;
  padding-left: 30px;
  -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;
}
.b13Listado ul li:hover {
  background: #f5f5f5;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13Listado ul li:hover a {
  color: #309ce9;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13Listado ul li:hover a:before {
  color: #309ce9;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b13Listado ul li a {
  font-size: 14px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #808080;
  position: relative;
  display: block;
  width: 100%;
  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;
  -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: 1599px) {
  .b13Listado ul li a {
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b13Listado ul li a:before {
  content: '\e902';
  font-family: 'icomoon';
  font-size: 23px;
  color: #808080;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .b13Item {
    width: 32%;
    margin-right: 2%;
  }
  .b13Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b13Item:nth-child(3n) {
    margin-right: 0%;
  }
  .b13Title .gBack {
    left: 20px;
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .b13 .clickCat {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b13WrapContent {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b13Listado h2 {
    display: none;
  }
  .b13FilterMarca {
    margin: auto;
  }
  .b13Listado {
    margin: auto;
    padding: 0px;
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  .b13Listado.active ul {
    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%);
    pointer-events: all;
  }
  .b13Listado ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 100%;
    top: 60px;
    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;
    pointer-events: none;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    padding: 20px 20px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.141);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.141);
    z-index: 30;
  }
  .b13Listado ul li {
    margin-bottom: 10px;
    height: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .b13Listado ul li:last-child {
    margin-bottom: 0;
  }
  .b13Listado ul li a {
    font-size: 14px;
    font-family: 'Montserrat-Regular', sans-serif;
    line-height: 1.43;
    color: #858585;
    width: 100%;
  }
  .b13FilterMarca {
    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: space-evenly;
    -moz-box-pack: space-evenly;
    -o-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    max-width: 100%;
    width: 100%;
    margin-bottom: 28px;
  }
  .b13Marca,
  .b13Categoria {
    width: 40%;
  }
  .b13Title .gBack {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1599px) {
  a {
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 640px) {
  .b13Listado {
    background: #f5f5f5;
  }
  .b13Item {
    width: 48%;
    margin-right: 2%;
  }
  .b13Item:nth-child(3n) {
    margin-right: 2%;
  }
  .b13Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b13Item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 580px) {
  .b13Title {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b13Title .wancho {
    padding: 60px 0px;
  }
  .b13FilterMarca {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b13Marca,
  .b13Categoria {
    width: 100%;
    margin-right: 0;
  }
  .b13Marca {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .b13Item {
    width: 100%;
    margin-right: 0%;
  }
  .b13Item:nth-child(4n) {
    margin-right: 0%;
  }
  .b13Item:nth-child(3n) {
    margin-right: 0%;
  }
  .b13Item:nth-child(2n) {
    margin-right: 0%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  background-image: -webkit-linear-gradient(top, #20273f, #000);
  background-image: -moz-linear-gradient(top, #20273f, #000);
  background-image: -o-linear-gradient(top, #20273f, #000);
  background-image: -ms-linear-gradient(top, #20273f, #000);
  background-image: linear-gradient(to bottom, #20273f, #000);
  height: calc(100vh - 120px);
}
.b14 h3 {
  font-size: 22px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 36px;
}
@media screen and (max-width: 1599px) {
  .b14 h3 {
    font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b14List {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: flex-star;
  -moz-box-align: flex-star;
  -o-box-align: flex-star;
  -ms-flex-align: flex-star;
  -webkit-align-items: flex-star;
  align-items: flex-star;
  -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;
}
.b14List h2 {
  margin: 0;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: 1.43;
  color: #fff;
  font-size: 15px;
  margin-bottom: 50px;
  width: 49%;
  margin-right: 2%;
  position: relative;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
  .b14List h2 {
    font-size: calc(14px + (15 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b14List h2 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
}
.b14List h2:nth-child(2n) {
  margin-right: 0;
}
.b14List h2 span {
  display: block;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 1.54;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1599px) {
  .b14List h2 span {
    font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 1024px) {
  .b14 {
    height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .b14 {
    height: auto;
  }
  .b14List h2 {
    text-align: left;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding-bottom: 100px;
  padding-top: 70px;
  background: #f5f5f5;
}
.b15 .gTitle {
  font-size: 40px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1599px) {
  .b15 .gTitle {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b15Wrap {
  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;
}
.b15Wrap a {
  margin: 0;
  width: 23.5%;
  margin-right: 1.33%;
}
.b15Wrap a:nth-child(4n) {
  margin-right: 0;
}
.b15Wrap.owl-carousel a {
  width: 100%;
}
.b15Wrap.owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
}
.b15Wrap.owl-carousel .owl-nav {
  display: none;
}
.b15Wrap.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-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;
}
.b15Wrap.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #151515;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}
.b15Wrap.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.b15Wrap.owl-carousel .owl-dots .owl-dot.active {
  background: #151515;
}
.b15Item {
  width: 282px;
}
@media screen and (max-width: 1024px) {
  .b15 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .b15 .gTitle {
    text-align: center;
    margin-bottom: 41px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 .b13WrapContent {
  padding-bottom: 100px;
  padding-top: 100px;
}
.b16 .b13Title {
  height: 240px;
}
.b16 .b13Title figure {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.b16 .b13Title h2 {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .b16 .b13WrapContent {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .b16 .b13Listado {
    margin-bottom: 30px;
  }
  .b16 .b13Title figure img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .b16 .b13Title {
    padding-bottom: 40px;
    padding-top: 27px;
    height: 162px;
  }
  .b16 .b13Title .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 .b13Title h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .b16 .b13Title figure {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  background: #f5f5f5;
  padding-bottom: 130px;
  padding-top: 100px;
}
.b17 .gTitle {
  margin-bottom: 70px;
}
.b17Wrap {
  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: 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;
}
.b17Item {
  margin: 0;
  width: 19%;
  margin-right: 1.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.b17Item:nth-child(5n) {
  margin-right: 0%;
}
.b17Item figure {
  background: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.b17Item h3 {
  font-size: 14px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: 1.14;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .b17Item h3 {
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 1024px) {
  .b17 {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .b17 .wancho {
    padding-right: 14px;
    padding-left: 14px;
  }
  .b17 .gTitle {
    text-align: center;
    margin-bottom: 36px;
  }
  .b17Item {
    width: 24%;
    margin-right: 1.33%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .b17Item:nth-child(5n) {
    margin-right: 1.33%;
  }
  .b17Item:nth-child(4n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .b17Item {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .b17Item:nth-child(5n) {
    margin-right: 2%;
  }
  .b17Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b17Item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 640px) {
  .b17Item {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .b17Item:nth-child(5n) {
    margin-right: 2%;
  }
  .b17Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b17Item:nth-child(3n) {
    margin-right: 2%;
  }
  .b17Item:nth-child(2n) {
    margin-right: 0%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  background-image: -webkit-linear-gradient(top, #20273f, #000);
  background-image: -moz-linear-gradient(top, #20273f, #000);
  background-image: -o-linear-gradient(top, #20273f, #000);
  background-image: -ms-linear-gradient(top, #20273f, #000);
  background-image: linear-gradient(to bottom, #20273f, #000);
  padding-bottom: 80px;
  padding-top: 40px;
}
.b18Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: fex-start;
  -moz-box-align: fex-start;
  -o-box-align: fex-start;
  -ms-flex-align: fex-start;
  -webkit-align-items: fex-start;
  align-items: fex-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;
}
.b18Info {
  max-width: 510px;
  margin-right: 40px;
}
.b18Info .gTitle {
  font-size: 50px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1599px) {
  .b18Info .gTitle {
    font-size: calc(22px + (50 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Tel {
  margin-bottom: 45px;
}
.b18Tel a {
  display: block;
  font-size: 35px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .b18Tel a {
    font-size: calc(30px + (35 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Lugar {
  max-width: 232px;
  width: 100%;
}
.b18Lugar h4 {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
  margin-bottom: 9px;
}
@media screen and (max-width: 1599px) {
  .b18Lugar h4 {
    font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Lugar a {
  font-size: 14px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .b18Lugar a {
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Lugar1 {
  margin-bottom: 25px;
}
.b18Form {
  background: #fff;
  max-width: 612px;
  width: 100%;
  padding: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.b18Form .gTitle {
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .b18Form .gTitle {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b18Form .b11Form {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .b18 .wancho {
    padding-right: 14px;
    padding-left: 14px;
    width: 100%;
  }
  .b18Wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b18Tel,
  .b18Lugar {
    display: none;
  }
  .b18Form {
    max-width: 100%;
  }
  .b18Form .gTitle {
    text-align: center;
  }
  .b18Info {
    max-width: 100%;
    margin-right: 0;
  }
  .b18Info .gTitle {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .b18Info .gTitle {
    margin-bottom: 27px;
  }
  .b18Form {
    padding-bottom: 36px;
    padding-top: 36px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #f5f5f5;
}
.b19 .gTitle {
  font-size: 50px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1599px) {
  .b19 .gTitle {
    font-size: calc(22px + (50 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19 h2 {
  font-size: 15px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 13px;
}
@media screen and (max-width: 1599px) {
  .b19 h2 {
    font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19 .gParrafo {
  line-height: 1.67;
  font-size: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1599px) {
  .b19 .gParrafo {
    font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (max-width: 1024px) {
  .b19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .b19 .gTitle {
    text-align: center;
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  background: #f5f5f5;
  padding-top: 88px;
  padding-bottom: 60px;
}
.b2 .gButton.mob {
  display: none;
}
.b2Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b2Item {
  margin: 0;
  width: 19%;
  margin-right: 1.08%;
  margin-bottom: 24px;
}
.b2Item:nth-child(5n) {
  margin-right: 0;
}
.b2Title {
  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: 50px;
}
.b2Title .gTitle {
  margin: 0;
  width: 100%;
  max-width: 580px;
  line-height: 1.2;
}
.b2Title .gButton {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2Title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .b2Title .gTitle {
    text-align: center;
  }
  .b2Title .gButton {
    margin-top: 30px;
  }
  .b2Item {
    width: 24%;
    margin-right: 1.33%;
  }
  .b2Item:nth-child(4n) {
    margin-right: 0;
  }
  .b2Item:nth-child(5n) {
    margin-right: 1.33%;
  }
  .b2Item h2 {
    margin-bottom: 20px;
  }
  .b2 {
    padding-top: 40px;
  }
  .b2 .wancho {
    padding-left: 14px;
    padding-right: 14px;
  }
  .b2 .gButton {
    display: none;
  }
  .b2 .gButton.mob {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media screen and (max-width: 840px) {
  .b2Item {
    margin-right: 2%;
    width: 32%;
  }
  .b2Item:nth-child(3n) {
    margin-right: 0;
  }
  .b2Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b2Item:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 580px) {
  .b2Item {
    margin-right: 2%;
    width: 49%;
  }
  .b2Item:nth-child(3n) {
    margin-right: 2%;
  }
  .b2Item:nth-child(4n) {
    margin-right: 2%;
  }
  .b2Item:nth-child(5n) {
    margin-right: 2%;
  }
  .b2Item:nth-child(2n) {
    margin-right: 0%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-bottom: 100px;
  padding-top: 50px;
}
.b20 .gBack {
  margin-bottom: 34px;
  display: block;
}
.b20 .gParrafo {
  line-height: 1.57;
}
.b20Img {
  max-width: 612px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 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;
}
.b20Img figure {
  margin: 0;
  background: #f5f5f5;
  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;
  page-break-after: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b20Wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: cecnter;
  -moz-box-align: cecnter;
  -o-box-align: cecnter;
  -ms-flex-align: cecnter;
  -webkit-align-items: cecnter;
  align-items: cecnter;
  -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;
}
.b20First {
  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;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
  margin-bottom: 27px;
}
.b20First figure {
  margin: 0;
}
.b20First h3 {
  font-size: 15px;
  font-family: 'Montserrat-Regular', sans-serif;
  color: #313131;
}
.b20Info {
  max-width: 510px;
  width: 100%;
}
.b20Info .gTitle {
  font-size: 40px;
  line-height: 1.13;
  margin-bottom: 27px;
}
@media screen and (max-width: 1599px) {
  .b20Info .gTitle {
    font-size: calc(22px + (40 - 22) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b20ButtonWrap {
  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: 58px;
}
.b20ButtonWrap a {
  margin: 0;
  max-width: 240px;
  width: 100%;
  font-size: 13px;
}
@media screen and (max-width: 1599px) {
  .b20ButtonWrap a {
    font-size: calc(13px + (13 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b20ButtonWrap a:first-child {
  margin-right: 20px;
}
.b20Slide a {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 1599px) {
  .b20Slide a {
    font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b20Mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b20 {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .b20Img {
    margin-right: 20px;
  }
  .b20Slide a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .b20First {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b20Mobile {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  .b20Mobile figure {
    text-align: center;
    margin-bottom: 10px;
  }
  .b20Mobile figure img {
    width: 68px;
  }
  .b20Mobile .gTitle {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .b20Mobile h3 {
    font-size: 15px;
  }
  .b20First,
  .b20Info .gTitle {
    display: none;
  }
  .b20Wrap {
    -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;
  }
  .b20Img {
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
  }
  .b20Info {
    max-width: 100%;
    width: 100%;
  }
  .b20ButtonWrap {
    -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;
    margin-bottom: 40px;
  }
  .b20ButtonWrap a {
    margin: 0;
  }
  .b20ButtonWrap a:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
  .b20Slide a {
    margin-bottom: 10px;
    border-bottom: 0px;
  }
  .b20Slide .gParrafo {
    line-height: 1.92;
  }
}

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  position: relative;
  background: #f5f5f5;
  padding-top: 88px;
}
.b3 h3 {
  font-size: 340px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  position: absolute;
  top: 0;
  right: -6%;
  line-height: 0.82;
}
@media screen and (max-width: 1599px) {
  .b3 h3 {
    font-size: calc(140px + (340 - 140) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b3Wrap {
  height: 635px;
  position: relative;
}
.b3Wrap .wancho {
  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;
  height: 100%;
}
.b3Img {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 40%;
  border-radius: 10px;
}
.b3Img:before {
  content: '';
  background: rgba(14,14,14,0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.b3Video {
  height: 310px;
  width: 435px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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;
  border-radius: 10px;
}
.b3Video:before {
  content: '';
  background: rgba(21,21,21,0.55);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.b3Video .icon-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 5;
}
.b3Video .icon-play:before {
  color: #fff;
  font-size: 70px;
}
.b3Info {
  width: 45%;
  margin-right: 10%;
}
.b3Info .gTitle {
  max-width: 430px;
  width: 100%;
  margin: auto;
  margin-bottom: 32px;
}
.b3Info .gParrafo {
  margin-bottom: 25px;
  line-height: 1.57;
}
.b3Info .gButton {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b3 {
    padding-bottom: 48px;
  }
  .b3 h3 {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 2%;
  }
  .b3Img {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: 100%;
    height: 600px;
  }
  .b3Video {
    right: 0;
    left: 0;
    bottom: -55%;
    margin: auto;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    height: 275px;
    width: 90%;
  }
  .b3Wrap {
    height: auto;
  }
  .b3Wrap .wancho {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .b3Info {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding-top: 100px;
    text-align: center;
  }
  .b3Info .gButton {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1600px) {
  .b3Img {
    height: calc(435px + (600 - 435) * ((100vw - 375px) / (1920 - 375)));
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 135px;
}
.b30 .wancho,
.b30 .gTitle {
  font-size: 30px;
  margin-bottom: 33px;
}
.b30List {
  margin: auto;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 90px;
  border-radius: 10px;
  padding-left: 180px;
  padding-right: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b30Click {
  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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px;
  padding-right: 26px;
  font-size: 18px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
  border-bottom: 1px solid #cecece;
}
.b30Click:after {
  content: '';
  background-image: url("../img/2023/flecha-abajo.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 7px;
  width: 12px;
  margin-left: 15px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.b30Click.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: 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;
}
.b30Item:first-child .b30Click {
  padding-top: 0px;
}
.b30Info .gParrafo {
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 15px;
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 1.6;
  color: #363636;
}
.b30Info .gParrafo a {
  color: #2e9aff;
  text-decoration: underline;
}
.b30Info .gParrafo p {
  margin: 20px 0px;
}
.b30Info .gParrafo ul {
  margin: 30px 0px;
}
.b30Info .gParrafo ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}
.b30Info .gParrafo ul li h3 {
  font-size: 15px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #000;
  margin-bottom: 11px;
}
.b30Info .gParrafo ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 0;
}
.b30Info .gParrafo ul li ul li {
  padding-left: 10px;
  margin-bottom: 0px;
}
.b30Info .gParrafo ul li ul li:before {
  content: '-';
  font-size: 15px;
  width: auto;
  line-height: 1;
  top: 3px;
  height: auto;
  background: transparent;
}
.b30Info figure {
  margin: 30px 0px;
  height: fit-content;
}
.b30Info figure img {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .b30 {
    padding: 70px 0px;
  }
  .b30List {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 768px) {
  .b30List {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 480px) {
  .b30List {
    padding: 60px 30px;
  }
  .b30Click {
    font-size: 16px;
  }
  .b30Info .gParrafo ul {
    margin: 20px 0px;
  }
  .b30Info .gParrafo {
    padding-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  padding-bottom: 150px;
  padding-top: 100px;
}
.b4 .wancho {
  max-width: 1200px;
}
.b4 .gTitle {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
}
.b4 .bx-wrapper {
  max-width: 100% !important;
  width: 100%;
}
.b4Wrap.noBxSlider {
  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;
}
.b4Wrap figure {
  margin: 0;
  padding-right: 50px;
  padding-left: 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: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.b4Wrap figure:before {
  content: '';
  background: #d8d8d8;
  height: 60%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.b4Wrap figure img {
  margin-bottom: 30px;
}
.b4Wrap figure figcaption {
  font-size: 14px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: 1.14;
  color: #000;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .b4Wrap figure figcaption {
    font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1920 - 375)));
  }
}
.bx-viewport {
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .b4Wrap figure {
    padding-right: 30px;
    padding-left: 30px;
  }
  .b4 {
    padding-bottom: 58px;
    padding-top: 58px;
  }
  .b4 .wancho {
    padding: 0;
  }
  .b4 .gTitle {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 480px) {
  .b4Wrap figure {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40 {
  height: calc(100vh - 110px);
  position: relative;
}
.b40 .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;
}
.b40:before {
  content: '';
  background-image: -webkit-linear-gradient(top, #20273f, #000);
  background-image: -moz-linear-gradient(top, #20273f, #000);
  background-image: -o-linear-gradient(top, #20273f, #000);
  background-image: -ms-linear-gradient(top, #20273f, #000);
  background-image: linear-gradient(to bottom, #20273f, #000);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.b40Info {
  position: relative;
  z-index: 20;
  text-align: center;
  margin: auto;
}
.b40Info .gTitle {
  margin-bottom: 63px;
  max-width: 528px;
  width: 100%;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 1599px) {
  .b40Info .gTitle {
    font-size: calc(24px + (60 - 24) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b40Info .gTitle span {
  display: inline-block;
  width: 100%;
  font-size: 30px;
}
@media screen and (max-width: 1599px) {
  .b40Info .gTitle span {
    font-size: calc(18px + (30 - 18) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b40Info .gTitle,
.b40Info .gParrafo {
  color: #fff;
}
.b40Info .gParrafo {
  font-size: 18px;
  max-width: 425px;
  width: 100%;
  margin: auto;
  margin-bottom: 63px;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .b40Info .gParrafo {
    font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b40Info .gButton {
  max-width: 225px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .b40 {
    min-height: 575px;
  }
  .b40Info .gTitle,
  .b40Info .gParrafo {
    margin-bottom: 45px;
  }
}

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

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

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

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

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

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

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

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

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

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  background: #f5f5f5;
  padding-bottom: 126px;
  padding-top: 55px;
}
.b5 .gBack {
  margin-bottom: 35px;
  display: block;
}
.b5 .gTitle {
  margin-bottom: 25px;
}
.b5Info {
  max-width: 790px;
  width: 100%;
}
.b5Info .gParrafo {
  line-height: 1.67;
}
.b5Wrap {
  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;
  margin-top: 90px;
}
.b5Item.type2 {
  margin: 0;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  height: auto;
}
.b5Item.type2:nth-child(3n) {
  margin-right: 0%;
}
.b5Item.type2 figure {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .b5 {
    padding-bottom: 60px;
    padding-top: 27px;
  }
  .b5 .wancho {
    padding-right: 14px;
    padding-left: 14px;
  }
  .b5Item.type2 {
    margin: 0;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
  }
  .b5Item.type2:nth-child(3n) {
    margin-right: 2%;
  }
  .b5Item.type2:nth-child(2n) {
    margin-right: 0%;
  }
  .b5Wrap {
    margin-top: 30px;
  }
  .b5Info .gParrafo {
    font-size: 13px;
    line-height: 1.92;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .b5Item {
    text-align: center;
  }
  .b5 .gTitle {
    text-align: center;
  }
  .b5Item.type2 {
    margin-bottom: 13px;
  }
}

.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 {
  position: relative;
  padding-bottom: 400px;
  padding-top: 70px;
}
.b6:before {
  content: '';
  background-image: -webkit-linear-gradient(top, #20273f, #000);
  background-image: -moz-linear-gradient(top, #20273f, #000);
  background-image: -o-linear-gradient(top, #20273f, #000);
  background-image: -ms-linear-gradient(top, #20273f, #000);
  background-image: linear-gradient(to bottom, #20273f, #000);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.b6Wrap {
  position: relative;
}
.b6Info {
  width: 70%;
}
.b6Info h1 {
  font-size: 60px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1599px) {
  .b6Info h1 {
    font-size: calc(30px + (60 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b6Info .gParrafo {
  color: #fff;
  max-width: 510px;
  width: 100%;
  line-height: 1.8;
}
.b6Img {
  position: absolute;
  right: 0;
  bottom: 120px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 34%;
  height: 555px;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .b6Info {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .b6 {
    padding-top: 53px;
  }
  .b6Img {
    position: relative;
    bottom: 0;
    margin: auto;
    width: 100%;
    margin-top: 53px;
    height: calc(300px + (800 - 300) * ((100vw - 375px) / (1200 - 375)));
  }
  .b6Info {
    width: 100%;
  }
  .b6Info .gParrafo {
    width: 100%;
    max-width: 100%;
  }
  .b6 {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 480px) {
  .b6Info h1 {
    text-align: center;
  }
  .b6Info .gParrafo {
    font-size: 13px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  position: relative;
  margin-top: -300px;
  padding-bottom: 91px;
}
.b7 .b4Wrap figure:before {
  display: none;
}
.b7 .b4Wrap figure img {
  margin-bottom: 10px;
}
.b7 .gTitle {
  max-width: 714px;
  width: 100%;
  margin-bottom: 66px;
}
.b7 .bx-wrapper {
  max-width: 100% !important;
}
.b7Video {
  height: 680px;
  max-width: 1200px;
  width: 94%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 1600px) {
  .b7Video {
    height: calc(275px + (680 - 275) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b7Video:before {
  content: '';
  background: #0e0e0e;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.b7Video .icon-play {
  z-index: 20;
}
.b7Video .icon-play:before {
  color: #fff;
  font-size: 58px;
}
@media screen and (max-width: 1200px) {
  .b7 .gTitle {
    max-width: 80%;
    width: 100%;
    margin: auto;
    margin-bottom: 53px;
    text-align: center;
  }
  .b7 {
    margin-top: 0px;
    position: relative;
  }
  .b7:before {
    content: '';
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 20%;
  }
  .b7Video:before {
    background: #0e0e0e;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
}
@media screen and (max-width: 480px) {
  .b7 .gTitle {
    max-width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  background: #f5f5f5;
  padding-bottom: 100px;
  padding-top: 60px;
}
.b8 .gTitle {
  margin-bottom: 60px;
}
.b8Item {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 340px;
  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: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.b8Img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 40%;
  border-radius: 6px;
}
.b8Info {
  width: 50%;
}
.b8Info h3 {
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 1.14;
  color: #000;
  font-size: 22px;
  margin-bottom: 25px;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .b8Info h3 {
    font-size: calc(14px + (22 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b8Info .gParrafo {
  font-size: 14px;
  margin-bottom: 25px;
  max-width: 500px;
  width: 100%;
  line-height: 1.57;
}
@media screen and (max-width: 1599px) {
  .b8Info .gParrafo {
    font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b8Info .gButton {
  margin: 0;
}
.b8Wrap {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .b8 {
    padding-bottom: 65px;
    padding-top: 30px;
  }
  .b8 .gTitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .b8Item {
    padding: 20px;
    height: 280px;
  }
  .b8Img {
    width: 40%;
  }
  .b8Info {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .b8Item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .b8Img {
    height: 178px;
    width: 100%;
    margin-bottom: 20px;
  }
  .b8Info {
    width: 100%;
  }
  .b8Info .gButton {
    margin: auto;
    max-width: 100%;
  }
  .b8Info .gParrafo {
    height: 60px;
    overflow: hidden;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 .b8Item {
  padding: 0;
}
.b9 .b8Img {
  width: 65%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.b9 .b8Info {
  width: 35%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b9 .b8Item {
    padding: 20px;
  }
  .b9 .b8Info {
    width: 100%;
    padding: 0;
  }
  .b9 .b8Img {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
footer {
  background: #151515;
}
footer figure {
  text-align: right;
}
footer h2,
footer a {
  font-size: 14px;
}
@media screen and (max-width: 1599px) {
  footer h2,
  footer a {
    font-size: calc(14px + (14 - 14) * ((100vw - 375px) / (1920 - 375)));
  }
}
footer a {
  font-family: 'Montserrat-Regular', sans-serif;
  line-height: 1.57;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
footer a.telef {
  font-size: 40px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  footer a.telef {
    font-size: calc(30px + (40 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
footer h2 {
  font-family: 'Montserrat-SemiBold', sans-serif;
  line-height: normal;
  color: #fff;
  margin-bottom: 30px;
}
.footerWrap {
  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;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footerBlock {
  max-width: 180px;
  width: 100%;
}
.footerItem {
  width: 23%;
  margin-right: 2%;
}
.footerItem:nth-child(2) .footerBlock {
  max-width: 232px;
  width: 100%;
}
.footerItem:nth-child(2) .footerBlock:nth-child(1) {
  margin-bottom: 70px;
}
.footerItem:nth-child(4n) {
  margin-right: 0%;
}
.footerLast {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #3b3b3b;
  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;
}
.footerLast .gParrafo {
  color: #fff;
}
.footerLast p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  footer h2 {
    margin-bottom: 6px;
  }
  footer figure {
    text-align: center;
  }
  footer figure img {
    width: 199px;
  }
  .footerWrap {
    -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;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footerItem {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .footerItem:nth-child(1) {
    display: none;
  }
  .footerItem:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 56px;
  }
  .footerItem:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .footerItem:nth-child(2) .footerBlock {
    margin-bottom: 50px;
  }
  .footerItem:nth-child(2) .footerBlock:nth-child(1) {
    margin-bottom: 50px;
  }
  .footerItem:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .footerBlock {
    max-width: 210px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .footerLast {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footerLast .gParrafo {
    text-align: center;
  }
  .footerLast .gParrafo:nth-child(1) {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.fixWsp {
  position: fixed;
  bottom: 25px;
  right: 50px;
  max-width: 226px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 30px;
  background: #28d467;
  font-size: 14px;
  z-index: 3000;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .fixWsp {
    font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (1920 - 375)));
  }
}
.fixWsp i {
  margin-right: 10px;
  font-size: 26px;
  color: #fff;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 999;
  border-bottom: 1px solid #cecece;
}
.header.scrolling .header-ctn {
  height: 80px;
}
.header.scrolling .header-logo img {
  width: 200px;
}
.header.scrolling .headerSearchInput input {
  height: 48px;
}
.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;
  height: 120px;
  -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: 150ms height;
  -moz-transition: 150ms height;
  -o-transition: 150ms height;
  -ms-transition: 150ms height;
  transition: 150ms height;
  padding: 0 100px;
}
.header .header-logo {
  margin: 0;
  width: 285px;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .menu-item:nth-child(1) {
  margin-right: 25px;
}
.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 .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: #313131;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 15px;
  line-height: 1;
  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 i {
  margin-right: 16px;
  font-size: 16px;
  width: 24px;
  height: 24px;
  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;
}
@media screen and (min-width: 1025px) {
  .header .menu-link:hover {
    color: #1098f0;
  }
  .header .menu-link:hover i {
    color: #1098f0;
  }
}
.header .headerShopSearch {
  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 .headerOpen {
  background-color: #20273f;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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;
  font-size: 16px;
  border-radius: 100%;
  color: #fff;
  margin-left: 35px;
}
.headerSearchWrapInput {
  max-width: 430px;
  width: 92%;
  position: relative;
}
.headerSearchInput {
  position: relative;
  width: 100%;
}
.headerSearchInput input {
  height: 58px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0;
  border: 0;
  padding: 0 55px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -o-transition: 400ms all;
  -ms-transition: 400ms all;
  transition: 400ms all;
  color: #313131;
  font-size: 15px;
  border-radius: 29px;
}
.headerSearchInput button,
.headerSearchInput .headerSearchIconClose {
  width: 24px;
  height: 24px;
  background-color: transparent;
  font-size: 18px;
  color: #313131;
  position: absolute;
  margin: auto;
  border: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  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;
}
@media screen and (min-width: 1025px) {
  .headerSearchInput button {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
}
.headerSearchInput .headerSearchIconClose {
  display: none;
  background-color: #f5f5f5;
}
.headerSearchInput .headerSearchIconClose.show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.headerSearchResults {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow-y: scroll;
  max-height: 50vh;
}
.headerSearchResults.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.headerSearchResults #ui-id-1 {
  padding: 10px 17px 10px 17px;
  width: 100% !important;
  display: block !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headerSearchResults .ui-menu-item:first-child .headerSearchLink {
  border: 0;
}
.headerSearchResults .headerSearchLink {
  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: 2px 17px;
  width: 100%;
  min-height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  border-top: 1px solid #f5f5f5;
}
.headerSearchResults .headerSearchLink figure {
  margin: 0;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f5f5f5;
}
.headerSearchResults .headerSearchLink figure img {
  width: 45px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.headerSearchResults .headerSearchLink span {
  margin: 0;
  font-size: 13px;
  color: #313131;
  font-family: 'Montserrat-Regular', sans-serif;
}
.headerSearchResults .headerSearchLink.ui-state-active {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
}
@media screen and (min-width: 1025px) {
  .headerSearchResults .headerSearchLink:hover {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
  }
}
.headerSearchResults .headerSearchLinkMarca {
  padding-left: 20px;
}
.headerMegaMenu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  max-width: 570px;
  width: 100%;
  background-color: #17233d;
  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;
  overflow-y: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -o-transition: 400ms all;
  -ms-transition: 400ms all;
  transition: 400ms all;
}
.headerMegaMenu.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.headerMegaMenuClose {
  color: #20273f;
  height: 58px;
  width: 58px;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  top: 20px;
  font-size: 14px;
  border-radius: 100%;
}
.headerMegaMenuWrap {
  width: 100%;
  padding: 0 120px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headerMegaMenuNav li:nth-child(2),
.headerMegaMenuNav li:nth-child(3) {
  display: none;
}
.headerMegaMenuNav a {
  color: #fff;
  font-size: 35px;
  font-family: 'Montserrat-Bold', sans-serif;
  height: 75px;
  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;
}
@media screen and (max-width: 1599px) {
  .headerMegaMenuNav a {
    font-size: calc(25px + (35 - 25) * ((100vw - 375px) / (1920 - 375)));
  }
}
@media screen and (min-width: 1025px) {
  .headerMegaMenuNav a {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .headerMegaMenuNav:hover a {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  .headerMegaMenuNav:hover a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    text-indent: 5px;
  }
}
.headerSearchOpen {
  width: 55px;
  height: 55px;
  display: none;
  -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: 27px;
}
body.left-in .cnt-wrapper {
  overflow: hidden;
}
body.left-in .menu-sidebar {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
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(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  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;
}
.menu-overlay,
.menu-overlay2 {
  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,
.menu-overlay2.active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.menu-overlay2 {
  z-index: 999;
}
.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;
}
@media screen and (max-width: 1366px) {
  .header .header-ctn {
    height: 100px;
    padding: 0 80px;
  }
  .header .header-logo {
    width: 200px;
    margin-right: 28px;
  }
  .header .headerOpen {
    width: 55px;
    height: 55px;
    font-size: 14px;
  }
  .header .headerSearchWrapInput {
    max-width: 380px;
  }
  .header.scrolling .header-logo {
    width: 180px;
    margin-right: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .fixWsp {
    font-size: 0px;
    max-width: 100%;
    width: fit-content;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .fixWsp i {
    margin: 0;
  }
  .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;
  }
  .headerMegaMenuNav li:nth-child(2),
  .headerMegaMenuNav li:nth-child(3) {
    display: block;
  }
  .header .header-ctn {
    padding: 0 14px;
    height: 80px;
  }
  .header .headerSearchWrapInput {
    margin-right: 0;
    margin-left: auto;
  }
  .header .header-logo {
    width: 148px;
    margin-right: 0;
  }
  .header .menu-list {
    display: none;
  }
  .header .headerOpen {
    margin-left: 0;
  }
  .header .headerMegaMenuClose {
    width: 55px;
    height: 55px;
  }
  .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.scrolling .header-logo {
    width: 148px;
  }
  .header .headerSearchWrapInput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    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;
    z-index: 2;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .header .headerSearchInput input {
    padding-left: 20px;
  }
  .header .headerSearchResults {
    top: 100%;
    border-radius: 0 0 10px 10px;
  }
  .header .headerSearchIcon {
    font-size: 22px;
  }
  .header.activeSearch .header-logo,
  .header.activeSearch .headerOpen {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .header.activeSearch .headerSearchWrapInput {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .header.activeSearch .headerSearchOpen {
    left: 0px;
    position: absolute;
    z-index: 4;
    font-size: 20px;
    color: #bababa;
  }
  .header.activeSearch .headerSearchOpen:before {
    content: '\e901';
  }
  .headerMegaMenu {
    max-width: 300px;
    -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;
  }
  .headerSearchOpen {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .headerMegaMenuWrap {
    padding: 0 25px;
    padding-top: 80px;
    padding-left: 46px;
  }
  .headerMegaMenuNav {
    padding-top: 38px;
  }
  .headerMegaMenuNav a {
    height: 65px;
  }
  .headerMegaMenuClose {
    right: 14px;
  }
}
@media screen and (max-width: 480px) {
  .headerMegaMenu {
    max-width: 100%;
  }
}
