.b1detalle {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b1detalle.active .b1detalle_title,
  .b1detalle.active .b1detalle_btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b1detalle_background {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1detalle_background:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.6) 71%, #000);
  background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.6) 71%, #000);
  background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.6) 71%, #000);
  background: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.6) 71%, #000);
  background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.6) 71%, #000);
}
@media screen and (max-width: 1024px) {
  .b1detalle_background {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .b1detalle_background {
    height: 350px;
  }
}
.b1detalle_container {
  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;
  position: relative;
  z-index: 2;
}
.b1detalle_content {
  max-width: 757px;
  width: 100%;
  margin: 0;
}
.b1detalle_links {
  padding-bottom: 114px;
}
@media screen and (max-width: 1024px) {
  .b1detalle_links {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b1detalle_links {
    padding-bottom: 45px;
  }
}
.b1detalle_title {
  padding-bottom: 31px;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .b1detalle_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b1detalle_btn {
  max-width: 200px;
  width: 100%;
  margin: 0;
}
.b1detalle_btn .btn {
  display: block;
}
@media screen and (max-width: 767px) {
  .b1detalle_btn {
    max-width: 170px;
  }
}
@media screen and (min-width: 1025px) {
  .b1detalle_btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.b1empresa_bg {
  width: 100%;
  height: 550px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1empresa_bg {
    height: 400px;
  }
}
.b1empresa_bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
}
.b1empresa_container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.b1empresa_title {
  max-width: 509px;
  width: 100%;
  text-transform: uppercase;
}
.b1empresa_title h1 {
  color: #fff;
  font-weight: normal;
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-size: calc(35px + (70 - 35) * ((100vw - 320px) / (1920 - 320)));
}

@media screen and (min-width: 1025px) {
  .b1home {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    -ms-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .b1home.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b1home_container {
  position: relative;
}
.b1home_slider_banner {
  width: 100%;
  height: calc(100vh - 75px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
  position: relative;
}
.b1home_slider_banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -ms-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: linear-gradient(to top, #fff, rgba(255,255,255,0));
  display: none;
}
.b1home_slider_banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  filter: blur(50px);
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: -ms-linear-gradient(bottom, #fff, rgba(255,255,255,0));
  background-image: linear-gradient(to top, #fff, rgba(255,255,255,0));
  z-index: -1;
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1home_slider_banner {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_slider_banner {
    height: 450px;
  }
}
.b1home_slider_box {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b1home_wrap_itm {
  position: relative;
  margin: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .b1home_wrap_itm {
    padding-bottom: 80px;
  }
}
.b1home_title {
  padding-bottom: 39px;
}
.b1home_title h2 {
  font-size: calc(30px + (78 - 30) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: 'Prelo-ExtraBold', sans-serif;
  line-height: 0.87;
  text-shadow: 4px 3px 10px rgba(0,0,0,0.27);
  text-transform: uppercase;
}
.b1home_controls {
  width: 94%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b1home_controls {
    display: none;
  }
}
.b1home_controls_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1home_controls_box>* {
  width: 52px;
  height: 52px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0.3);
  z-index: 100;
}
.b1home_controls_box>*:first-child {
  margin-right: 13px;
}
.b1home_banner_promo {
  padding-top: 49px;
}
.b1home_bg_promo {
  width: 100%;
  height: 110px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .b1home_bg_promo {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_bg_promo {
    height: 150px;
  }
}

.b2detalle {
  width: 100%;
  padding: 155px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b2detalle.active .b2detalle_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b2detalle.active .b2detalle_img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .b2detalle {
    padding: 100px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2detalle {
    padding: 70px 0px 0px;
  }
}
.b2detalle .slick-prev,
.b2detalle .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .b2detalle .slick-prev:hover:after,
  .b2detalle .slick-next:hover:after {
    color: #272727;
  }
}
@media screen and (max-width: 767px) {
  .b2detalle .slick-prev,
  .b2detalle .slick-next {
    width: 30px;
    height: 30px;
  }
}
.b2detalle .slick-prev:before,
.b2detalle .slick-next:before {
  display: none;
}
.b2detalle .slick-prev:after,
.b2detalle .slick-next:after {
  content: "";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #cfcfcf;
  font-family: 'icomoon';
  font-size: 23px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2detalle .slick-prev:after,
  .b2detalle .slick-next:after {
    font-size: 17px;
  }
}
.b2detalle .slick-prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .b2detalle .slick-prev {
    left: -25px;
  }
}
.b2detalle .slick-prev:after {
  content: "\e901";
}
.b2detalle .slick-next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .b2detalle .slick-next {
    right: -25px;
  }
}
.b2detalle .slick-next:after {
  content: "\e900";
}
.b2detalle_container {
  max-width: 1230px;
}
@media screen and (max-width: 767px) {
  .b2detalle_container {
    width: 86%;
  }
}
.b2detalle_content {
  position: relative;
}
.b2detalle_img {
  max-width: 640px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.b2detalle_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2detalle_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b2detalle_title {
  position: absolute;
  top: calc(-10px + (-10 - 30) * ((100vw - 320px) / (1920 - 320)));
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.b2detalle_title h2 {
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-size: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #ab1217;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2detalle_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1024px) {
  .b2detalle_title {
    top: calc(-5px + (-15 - 5) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (max-width: 480px) {
  .b2detalle_title {
    top: calc(-10px + (5 - 10) * ((100vw - 320px) / (480 - 320)));
  }
}
.b2detalle_info {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .b2detalle_info {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .b2detalle_info {
    max-width: 400px;
  }
}
.b2detalle_item {
  width: 20%;
  padding: 0px 19px;
  border-left: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b2detalle_item:nth-child(5n + 1) {
  border-left: none;
}
@media screen and (min-width: 1025px) {
  .b2detalle_item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%);
    -o-transform: translateY(400%);
    -ms-transform: translateY(400%);
    transform: translateY(400%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .b2detalle_item.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .b2detalle_item {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 860px) {
  .b2detalle_item {
    width: 33.333%;
  }
  .b2detalle_item:nth-child(5n + 1) {
    border-left: 1px solid #cfcfcf;
  }
  .b2detalle_item:nth-child(3n + 1) {
    border-left: none;
  }
}
@media screen and (max-width: 560px) {
  .b2detalle_item {
    width: 50%;
  }
  .b2detalle_item:nth-child(3n + 1) {
    border-left: 1px solid #cfcfcf;
  }
  .b2detalle_item:nth-child(2n + 1) {
    border-left: none;
  }
}
.b2detalle_icon {
  width: 40px;
  margin: 0;
}
.b2detalle_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2detalle_icon {
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  .b2detalle_icon {
    width: 30px;
  }
}
.b2detalle_box {
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2detalle_box {
    padding-left: 8px;
  }
}
.b2detalle_subtitle {
  padding-bottom: 4px;
}
.b2detalle_subtitle h3 {
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #161617;
  margin: 0;
}
.b2detalle_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 20px;
  color: #161617;
}
.b2detalle_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b2detalle_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .b2detalle_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .b2detalle_text {
    font-size: 14px;
  }
}
.b2detalle_mobile_movie {
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b2detalle_mobile_movie {
    display: none;
  }
}
.b2detalle_mobile_play {
  background-color: #ab1217;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.b2detalle_mobile_play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 2s infinite 0.5s;
  -moz-animation: pulse 2s infinite 0.5s;
  -o-animation: pulse 2s infinite 0.5s;
  -ms-animation: pulse 2s infinite 0.5s;
  animation: pulse 2s infinite 0.5s;
  border-radius: 50%;
}

.b2empresa {
  padding: 0px 0px 70px 0px;
}
.b2empresa_wrap_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0px;
}
@media screen and (max-width: 1024px) {
  .b2empresa_wrap_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.b2empresa_itm_left {
  width: calc(100% - 690px);
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2empresa_itm_left {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
  }
}
.b2empresa_subtitle {
  padding-bottom: 20px;
}
.b2empresa_subtitle h2 {
  font-weight: normal;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 35px;
}
.b2empresa_text {
  font-size: 16px;
  line-height: 1.25;
}
.b2empresa_itm_right {
  width: 690px;
}
.b2empresa_itm_right figure {
  width: 100%;
}
.b2empresa_itm_right figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2empresa_itm_right {
    width: 90%;
    margin: auto;
  }
}
.b2empresa_cnt_itms {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b2empresa_box {
  width: 25%;
  padding: 0px 34px 0px 73px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 20px;
  line-height: 1;
}
.b2empresa_box:first-child {
  border: none;
}
.b2empresa_box p {
  margin: 0;
}
.b2empresa_box:before,
.b2empresa_box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
}
.b2empresa_box:before {
  width: 15px;
  left: 38px;
  height: 15px;
  background-color: #ab1217;
}
.b2empresa_box:after {
  width: 19px;
  height: 19px;
  border: 1px solid #ab1217;
  left: 35px;
}
@media screen and (max-width: 960px) {
  .b2empresa_box {
    width: 50%;
    margin-bottom: 30px;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .b2empresa_box {
    width: 100%;
  }
}

.b2home {
  width: 100%;
  padding: 49px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b2home {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all 350ms;
    -moz-transition: 0.8s all 350ms;
    -o-transition: 0.8s all 350ms;
    -ms-transition: 0.8s all 350ms;
    transition: 0.8s all 350ms;
    -webkit-transform: translateY(8%);
    -moz-transform: translateY(8%);
    -o-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%);
  }
  .b2home.active {
    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);
  }
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding: 45px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2home {
    padding: 30px 0px 0px;
  }
}
.b2home_container {
  width: 100%;
  height: 110px;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(0,0,0,0.24);
  box-shadow: 10px 15px 30px 0 rgba(0,0,0,0.24);
}
@media screen and (max-width: 767px) {
  .b2home_container {
    height: 71px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
}
.b2home_background {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.b3detalle {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 75px;
}
@media screen and (min-width: 1025px) {
  .b3detalle.active .b3detalle_background,
  .b3detalle.active .b3detalle_info {
    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);
  }
  .b3detalle.active .b3detalle_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}
@media screen and (max-width: 1024px) {
  .b3detalle {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b3detalle {
    padding-top: 20px;
  }
}
.b3detalle_background {
  width: 50%;
  min-height: 643px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1025px) {
  .b3detalle_background {
    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: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1024px) {
  .b3detalle_background {
    min-height: 450px;
  }
}
@media screen and (max-width: 860px) {
  .b3detalle_background {
    display: none;
  }
}
.b3detalle_info {
  width: 50%;
  background: rgba(207,207,207,0.1);
  padding: 50px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b3detalle_info {
    overflow: hidden;
    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: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 860px) {
  .b3detalle_info {
    width: 100%;
    padding: 40px 0px;
  }
}
.b3detalle_container {
  max-width: 486px;
  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;
}
@media screen and (min-width: 1025px) {
  .b3detalle_container {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -o-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 860px) {
  .b3detalle_container {
    max-width: 800px;
    height: auto;
    display: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b3detalle_title {
  padding-bottom: 54px;
}
@media screen and (max-width: 1024px) {
  .b3detalle_title {
    padding-bottom: 35px;
  }
}
.b3detalle_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  color: #161617;
  line-height: 1.36;
}
.b3detalle_text p {
  margin-bottom: 20px;
}
.b3detalle_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b3detalle_text {
    font-size: 14px;
  }
}

.b3empresa .lSPrev,
.b3empresa .lSNext {
  width: auto;
  height: auto;
  background-color: transparent;
}
.b3empresa .lSPrev:before,
.b3empresa .lSNext:before {
  content: '';
  display: block;
  font-size: 32px;
  color: #fff;
  font-family: 'icomoon';
}
.b3empresa .lSPrev:after,
.b3empresa .lSNext:after {
  display: none;
}
.b3empresa .lSPrev {
  left: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.b3empresa .lSPrev:before {
  content: '\e901';
}
.b3empresa .lSNext {
  right: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.b3empresa .lSNext:before {
  content: '\e900';
}
.b3empresa_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 24px;
}
.b3empresa_container:nth-child(odd) {
  position: relative;
}
.b3empresa_container:nth-child(odd):after {
  content: "";
  width: 49.375%;
  height: calc(100% - 24px);
  background: #fafafa;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .b3empresa_container:nth-child(odd):after {
    display: none;
  }
}
.b3empresa_container:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1141px) {
  .b3empresa_container:nth-child(even) {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .b3empresa_container:nth-child(even) .b3empresa_wrap_info_inner {
    margin: auto;
    margin-right: 10%;
  }
}
@media screen and (max-width: 1140px) {
  .b3empresa_container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.b3empresa_img {
  height: 643px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.b3empresa_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.46)));
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.46)));
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.46)));
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.46)));
  background: -webkit-gradient(to right bottom, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.46)));
  background: -webkit--webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -webkit--moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -webkit--o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -webkit--ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.46) 100%);
}
@media screen and (max-width: 1024px) {
  .b3empresa_img {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .b3empresa_img {
    height: 400px;
  }
}
.b3empresa_leyend {
  position: absolute;
  bottom: 40px;
  right: 60px;
  color: #fff;
  z-index: 5;
  font-size: 14px;
  line-height: 1.43;
}
.b3empresa_wrap_info_inner {
  max-width: 490px;
  width: 100%;
  margin-left: 10%;
}
@media screen and (max-width: 1140px) {
  .b3empresa_wrap_info_inner {
    max-width: inherit;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 50px 0px 20px 0px;
  }
}
.b3empresa_itm {
  width: 49.375%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1140px) {
  .b3empresa_itm {
    width: 100%;
  }
}
.b3empresa_info {
  width: 49.375%;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1140px) {
  .b3empresa_info {
    width: 100%;
  }
}
.b3empresa_subtitle {
  padding-bottom: 69px;
}
.b3empresa_subtitle h2 {
  font-size: 35px;
  font-weight: normal;
  font-family: 'Prelo-Book', sans-serif;
}
@media screen and (max-width: 1140px) {
  .b3empresa_subtitle {
    padding-bottom: 30px;
  }
}
.b3empresa_text {
  font-size: 14px;
  line-height: 1.43;
}

.b3home {
  padding: 90px 0 112px 0;
}
@media screen and (min-width: 1025px) {
  .b3home.active .b3home_title,
  .b3home.active .b3home_block {
    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);
  }
}
@media screen and (max-width: 1024px) {
  .b3home {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b3home {
    padding: 40px 0 50px;
  }
}
.b3home_content {
  max-width: 1398px;
}
.b3home_title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .b3home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media screen and (min-width: 1025px) {
  .b3home_block {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b3home_nav .swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  height: 1px;
  background: rgba(207,207,207,0.38);
  left: 0;
  right: 0;
  margin: auto;
}
.b3home_nav .swiper-scrollbar-drag {
  height: 3px;
  background: #e2e2e2;
  top: inherit;
  bottom: 2px;
}
.b3home_slider {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
}
.b3home_slider li {
  padding-bottom: 25px;
}
.b3home_slider li:first-child {
  margin-left: 0;
}
.b3home_slider li:last-child {
  margin-right: 0;
}
.b3home_flex {
  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;
}
.b3home_itembox {
  display: block;
  width: 255px;
  margin: 0 7px;
}
@media screen and (max-width: 480px) {
  .b3home_itembox {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1px;
    margin: 0 3.5px;
  }
}
.b3home_itembox.active .b3home_btn {
  background: rgba(34,34,34,0.04);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3home_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 2px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  line-height: 1.23;
}
@media screen and (max-width: 1024px) {
  .b3home_btn {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_btn {
    height: 44px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .b3home_btn:hover {
    background: rgba(34,34,34,0.04);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3home_icon {
  width: 40px;
  margin: 0 15px 0 0;
  display: none;
}
@media screen and (max-width: 1024px) {
  .b3home_icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_icon {
    display: none;
  }
}
.b3home_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_text {
  display: block;
  letter-spacing: 0.5px;
  color: #222;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_text {
    font-size: 12px;
  }
}
.b3home_text-bold {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
}
.b3home_text_carga {
  display: block;
  letter-spacing: 0.5px;
  color: #222;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_text_carga {
    font-size: 12px;
  }
}
.b3home_container {
  overflow: hidden;
  position: relative;
}
.b3home_itemblock {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b3home_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b3home_slick {
    max-width: 390px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}
.b3home_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3home_list .b3home_card .b3home_image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1.27);
  -moz-transform: scale(1.27);
  -o-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .b3home_list .b3home_card .b3home_image {
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
    -o-transform: scale(1.22);
    -ms-transform: scale(1.22);
    transform: scale(1.22);
  }
}
.b3home_list .b3home_card .b3home_textbig {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: scale(1.54);
  -moz-transform: scale(1.54);
  -o-transform: scale(1.54);
  -ms-transform: scale(1.54);
  transform: scale(1.54);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .b3home_list .b3home_card .b3home_textbig {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
.b3home_list .b3home_card .b3home_textsmall {
  display: none;
}
.b3home_list .b3home_card .b3home_link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b3home_list .b3home_itemslide {
  width: 33.333333333333336%;
}
@media screen and (max-width: 768px) {
  .b3home_list .b3home_itemslide {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .b3home_list .b3home_itemslide:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_list .b3home_itemslide:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_list .b3home_textbig {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .b3home_list .b3home_textbig {
    font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320)));
  }
}
@media screen and (max-width: 1024px) {
  .b3home_list .b3home_link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.b3home_itemslide {
  width: 466px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 93px;
  padding: 115px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .b3home_itemslide {
    padding: 90px 20px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_itemslide {
    padding: 50px 5px 0 5px;
  }
  .b3home_itemslide .b3home_arrow {
    display: none !important;
  }
}
.b3home_itemslide.animation .b3home_image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1.27);
  -moz-transform: scale(1.27);
  -o-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .b3home_itemslide.animation .b3home_image {
    -webkit-transform: scale(1.22);
    -moz-transform: scale(1.22);
    -o-transform: scale(1.22);
    -ms-transform: scale(1.22);
    transform: scale(1.22);
  }
}
.b3home_itemslide.animation .b3home_textbig {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .b3home_itemslide.animation .b3home_textbig {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@media screen and (max-width: 768px) {
  .b3home_itemslide.animation .b3home_textbig {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
.b3home_itemslide.animation .b3home_textsmall {
  display: none;
}
.b3home_itemslide.animation .b3home_link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.b3home_itemslide.animation .b3home_arrow {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .b3home_itemslide.animation .b3home_card:hover .b3home_image {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -o-transform: scale(1.32);
    -ms-transform: scale(1.32);
    transform: scale(1.32);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }
}
.b3home_card {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b3home_image {
  max-width: 367px;
  width: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .b3home_image {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3home_image img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_textbig {
  display: block;
  width: 100%;
  line-height: 1;
  color: #ab1217;
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: -40px;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_textbig {
    top: -35px;
  }
}
@media screen and (max-width: 960px) {
  .b3home_textbig {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (960 - 320)));
  }
}
@media screen and (max-width: 767px) {
  .b3home_textbig {
    display: none;
  }
}
.b3home_textsmall {
  display: block;
  width: 100%;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  text-align: center;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_textsmall {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-bottom: 15px;
  }
}
.b3home_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b3home_link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
.b3home_link a {
  display: block;
  line-height: 1;
  color: #ab1217;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin: 0;
}
.b3home_link a:after {
  content: "\e900";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 0;
}
.b3home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #272727;
  font-size: 22px;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 14%;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b3home_arrow {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    top: -8%;
    z-index: 10;
  }
}
@media screen and (min-width: 1025px) {
  .b3home_arrow:hover {
    color: #cfcfcf;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.b3home_prev {
  -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;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .b3home_prev {
    left: 0;
  }
}
.b3home_next {
  right: -40px;
  -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;
}
@media screen and (max-width: 767px) {
  .b3home_next {
    right: 0;
  }
}
.b3home_controls {
  display: none;
}
@media screen and (max-width: 767px) {
  .b3home_controls {
    display: block;
  }
  .b3home_controls .b3home_prev {
    left: 5px;
  }
  .b3home_controls .b3home_next {
    right: 5px;
  }
}
.b3home_btn_ver {
  text-align: center;
  padding-top: 50px;
}

.b4detalle {
  width: 100%;
  padding: 109px 0px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b4detalle {
    overflow: hidden;
  }
  .b4detalle.active .b4detalle_title,
  .b4detalle.active .b4detalle_content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .b4detalle {
    padding: 50px 0px 25px;
  }
}
@media screen and (max-width: 767px) {
  .b4detalle {
    padding: 40px 0px 20px;
  }
}
.b4detalle_container {
  max-width: 1248px;
}
.b4detalle_title {
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .b4detalle_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1024px) {
  .b4detalle_title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b4detalle_title {
    padding-bottom: 15px;
  }
}
.b4detalle_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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: 1024px) {
  .b4detalle_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b4detalle_box {
  width: 49%;
  margin-right: 2%;
  border-bottom: 1px solid rgba(207,207,207,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4detalle_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .b4detalle_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.b4detalle_box_title {
  width: 100%;
  padding: 12px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(207,207,207,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4detalle_box_icon {
  width: 40px;
}
.b4detalle_box_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b4detalle_box_icon {
    width: 35px;
  }
}
.b4detalle_box_text {
  width: calc(100% - 40px);
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 20px;
  color: #000;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4detalle_box_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4detalle_box_text {
    width: calc(100% - 35px);
    font-size: 18px;
  }
}
.b4detalle_box_list {
  width: 100%;
  max-height: 432px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b4detalle_box_list {
    max-height: 420px;
  }
}
.b4detalle_item {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4detalle_item:nth-child(odd) {
  background: rgba(207,207,207,0.1);
}
@media screen and (max-width: 1024px) {
  .b4detalle_item {
    padding: 15px 20px;
  }
}
.b4detalle_item_subtitle {
  padding-bottom: 7px;
}
.b4detalle_item_subtitle h3 {
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #161617;
  margin: 0;
}
.b4detalle_item_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #161617;
}
.b4detalle_item_text p {
  margin: 0;
}
.b4detalle_ficha {
  text-align: center;
  padding-top: 41px;
}
@media screen and (max-width: 1024px) {
  .b4detalle_ficha {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b4detalle_ficha {
    padding-top: 15px;
  }
}
.b4detalle_pdf {
  display: inline-block;
  font-family: 'Prelo-Bold', sans-serif;
  color: #ab1217;
  position: relative;
  margin: 0;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4detalle_pdf:before {
  content: '\e907';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 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;
}

.b4empresa {
  position: relative;
  height: 770px;
}
@media screen and (max-width: 1024px) {
  .b4empresa {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .b4empresa {
    height: 400px;
  }
}
.b4empresa_banner {
  width: 100%;
  height: 770px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.b4empresa_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
}
.b4empresa_banner.hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .b4empresa_banner {
    height: 500px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .b4empresa_banner {
    height: 400px;
  }
}
.b4empresa_video {
  position: relative;
  padding-bottom: 38.25%;
  padding-top: 31px;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.b4empresa_video.hidden:before {
  display: none;
}
.b4empresa_video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .b4empresa_video {
    display: none;
  }
}
.b4empresa_palyer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.b4empresa_icono {
  background-color: #ab1217;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: relative;
  cursor: pointer;
}
.b4empresa_icono:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 2s infinite 0.5s;
  -moz-animation: pulse 2s infinite 0.5s;
  -o-animation: pulse 2s infinite 0.5s;
  -ms-animation: pulse 2s infinite 0.5s;
  animation: pulse 2s infinite 0.5s;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
@-moz-keyframes pulse {
    from {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
      box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    }
    to {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
      box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    }
}
@-webkit-keyframes pulse {
    from {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
      box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    }
    to {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
      box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    }
}
@-o-keyframes pulse {
    from {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
      box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    }
    to {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
      box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    }
}
@keyframes pulse {
    from {
      -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
      box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    }
    to {
      -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
      box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    }
}
}
.b4empressa_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  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;
}
.b4empresa_text {
  color: #fff;
  font-size: calc(35px + (70 - 35) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'Prelo-ExtraBold', sans-serif;
  max-width: 510px;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .b4home {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all 350ms;
    -moz-transition: 0.8s all 350ms;
    -o-transition: 0.8s all 350ms;
    -ms-transition: 0.8s all 350ms;
    transition: 0.8s all 350ms;
    -webkit-transform: translateY(8%);
    -moz-transform: translateY(8%);
    -o-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%);
  }
  .b4home.active {
    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);
  }
}
.b4home_bg {
  height: 770px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
  position: relative;
}
.b4home_bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
}
@media screen and (max-width: 1024px) {
  .b4home_bg {
    height: auto;
    padding: 90px 0px 60px 0px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .b4home_bg {
    padding: 60px 0px 45px 0px;
  }
}
.b4home_wrap {
  max-width: 1358px;
  width: 94%;
  margin: 0;
  padding-bottom: 82px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b4home_wrap {
    margin: auto;
    padding-bottom: 0;
  }
}
.b4home_container {
  padding-bottom: 63px;
}
.b4home_icono {
  background-color: #ab1217;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: relative;
  cursor: pointer;
}
.b4home_icono:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 2s infinite 0.5s;
  -moz-animation: pulse 2s infinite 0.5s;
  -o-animation: pulse 2s infinite 0.5s;
  -ms-animation: pulse 2s infinite 0.5s;
  animation: pulse 2s infinite 0.5s;
  border-radius: 50%;
}
.b4home_title {
  max-width: 715px;
  width: 100%;
}
.b4home_title h2 {
  color: #fff;
  font-weight: normal;
  line-height: 0.99;
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-size: calc(30px + (70 - 30) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
}
.b4home_btn {
  margin-top: 15px;
}
.b4home_btn a {
  color: #ab1217;
  font-size: 16px;
  font-family: 'Prelo-Bold', sans-serif;
  display: inline-block;
}
.b4home_btn span {
  font-size: 12px;
  padding-left: 6px;
  display: inline-block;
}
.b4home_cnt_itms {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #161617;
  padding: 32px 0px;
}
.b4home_box {
  width: 25%;
  padding: 0px 34px 0px 73px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1;
  color: #fff;
}
.b4home_box:first-child {
  border: none;
}
.b4home_box p {
  margin: 0;
}
.b4home_box:before,
.b4home_box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
}
.b4home_box:before {
  width: 15px;
  left: 38px;
  height: 15px;
  background-color: #ab1217;
}
.b4home_box:after {
  width: 19px;
  height: 19px;
  border: 1px solid #ab1217;
  left: 35px;
}
@media screen and (max-width: 960px) {
  .b4home_box {
    width: 50%;
    margin-bottom: 30px;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .b4home_box {
    width: 100%;
  }
  .b4home_box:last-child {
    margin-bottom: 0;
  }
}

.b5detalle {
  width: 100%;
  padding: 45px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b5detalle {
    overflow: hidden;
  }
  .b5detalle.active .b5detalle_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b5detalle.active .b5detalle_content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .b5detalle {
    padding: 45px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b5detalle {
    padding: 40px 0px 0px;
  }
}
.b5detalle_title {
  text-align: center;
  padding-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .b5detalle_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 767px) {
  .b5detalle_title {
    padding-bottom: 25px;
  }
}
.b5detalle_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b5detalle_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b5detalle_slider .slick-prev,
.b5detalle_slider .slick-next {
  width: 22px;
  height: 22px;
  z-index: 5;
}
.b5detalle_slider .slick-prev:before,
.b5detalle_slider .slick-next:before {
  font-family: 'icomoon';
  font-size: 23px;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b5detalle_slider .slick-prev {
  left: 15%;
}
.b5detalle_slider .slick-prev:before {
  content: '\e901';
}
.b5detalle_slider .slick-next {
  right: 15%;
}
.b5detalle_slider .slick-next:before {
  content: '\e900';
}
@media screen and (max-width: 1200px) {
  .b5detalle_slider .slick-prev {
    left: 10%;
  }
  .b5detalle_slider .slick-next {
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .b5detalle_slider .slick-prev {
    left: 5%;
  }
  .b5detalle_slider .slick-next {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .b5detalle_slider .slick-prev,
  .b5detalle_slider .slick-next {
    display: none;
  }
}
.b5detalle_item {
  margin: 0px 1px;
}
.b5detalle_image {
  width: 100%;
  height: 560px;
  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) {
  .b5detalle_image {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .b5detalle_image {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .b5detalle_image {
    height: 280px;
  }
}

.b5empresa {
  padding: 75px 0px;
}
@media screen and (max-width: 1024px) {
  .b5empresa {
    padding: 60px 0 30px 0;
  }
}
.b5empresa_container.ww_center {
  max-width: 1300px;
}
.b5title {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .b5title {
    margin-bottom: 50px;
  }
}
.b5empresa_linea {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ab1217;
  position: relative;
  top: 10px;
}
.b5empresa_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.b5empresa_slider li {
  cursor: pointer;
}
.b5empresa_slider li.swiper-slide-active .b5empresa_itm_slider:before {
  background-color: #ab1217;
}
.b5empresa_slider li.swiper-slide-active .b5empresa_number {
  color: #ab1217;
  font-size: 50px;
}
.b5empresa_slider li.swiper-slide-active .b5empresa_text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b5empresa_slider .button-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
  color: #ab1217;
}
.b5empresa_slider .button-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
  color: #ab1217;
}
.b5empresa_itm_slider {
  text-align: center;
  padding-top: 30px;
  position: relative;
}
.b5empresa_itm_slider:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #ab1217;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.b5empresa_number {
  font-size: 25px;
  font-family: 'Prelo-ExtraBold', sans-serif;
  color: #222;
  height: 72px;
  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-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.b5empresa_number p {
  margin: 0;
}
.b5empresa_text {
  font-size: 14px;
  line-height: 1.43;
  color: #222;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-top: 20px;
}
.b5empresa_text p {
  margin: 0;
}

.b5home {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b5home {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all 350ms;
    -moz-transition: 0.8s all 350ms;
    -o-transition: 0.8s all 350ms;
    -ms-transition: 0.8s all 350ms;
    transition: 0.8s all 350ms;
    -webkit-transform: translateY(8%);
    -moz-transform: translateY(8%);
    -o-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%);
  }
  .b5home.active {
    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);
  }
}
.b5home_container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b5home_box {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .b5home_box:hover .b5home_background {
    filter: inherit;
  }
  .b5home_box:hover .b5home_text,
  .b5home_box:hover .b5home_item_btn_box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  .b5home_box {
    width: 100%;
  }
}
.b5home_background {
  width: 100%;
  height: 500px;
  background: #cfcfcf;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
.b5home_background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: linear-gradient(to top, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
}
@media screen and (min-width: 1025px) {
  .b5home_background {
    filter: grayscale(1);
  }
}
@media screen and (max-width: 1200px) {
  .b5home_background {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_background {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_background {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .b5home_background {
    height: 299px;
  }
}
.b5home_info {
  max-width: 600px;
  width: 94%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 67px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b5home_info {
    max-width: 400px;
    padding: 40px 15px;
  }
}
@media screen and (max-width: 480px) {
  .b5home_info {
    max-width: 300px;
  }
}
.b5home_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 35px;
  color: #fff;
}
.b5home_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b5home_text {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 1200px) {
  .b5home_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_text {
    font-size: 20px;
  }
}
.b5home_item_btn {
  padding-top: 18px;
}
@media screen and (min-width: 1025px) {
  .b5home_item_btn {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_item_btn {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .b5home_item_btn_box {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1s -moz-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s -o-transform cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1s -ms-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s transform cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.b6detalle {
  width: 100%;
  padding: 83px 0px 51px;
  background: #161617;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b6detalle {
    overflow: hidden;
  }
  .b6detalle.active .b6detalle_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .b6detalle.active .b6detalle_content {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .b6detalle {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b6detalle {
    padding: 50px 0px;
  }
}
.b6detalle_container {
  max-width: 587px;
}
.b6detalle_title {
  text-align: center;
  padding-bottom: 34px;
}
@media screen and (min-width: 1024px) {
  .b6detalle_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b6detalle_tabs {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 28px;
}
.b6detalle_tabs li {
  width: 46%;
  margin: 0;
  position: relative;
  margin-right: 26px;
}
.b6detalle_tabs li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .b6detalle_tabs {
    max-width: 345px;
  }
  .b6detalle_tabs li {
    width: 45%;
    margin-right: 10%;
  }
}
.b6detalle_option input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.b6detalle_option input[type="radio"]:checked + label .b6detalle_option_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b6detalle_option input[type="radio"]:checked + label .b6detalle_option_box:before {
  border-color: #ab1217;
}
.b6detalle_option input[type="radio"]:checked + label .b6detalle_option_text {
  color: #fff;
}
.b6detalle_option_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6detalle_option_box {
  position: relative;
  width: 24px;
  height: 24px;
}
.b6detalle_option_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(207,207,207,0.24);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6detalle_option_box:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #ab1217;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .b6detalle_option_box {
    width: 20px;
    height: 20px;
  }
  .b6detalle_option_box:after {
    width: 14px;
    height: 14px;
  }
}
.b6detalle_option_text {
  width: calc(100% - 24px);
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: rgba(207,207,207,0.24);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b6detalle_option_text {
    width: calc(100% - 20px);
    font-size: 14px;
  }
}
.b6detalle_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b6detalle_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.b6detalle_form {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6detalle_inputs_flota {
  display: none;
}
.b6detalle_inputs_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6detalle_input {
  width: 47.8%;
  margin: 0;
  margin-right: 4.4%;
  margin-bottom: 25px;
}
.b6detalle_input:last-child {
  margin-right: 0;
}
.b6detalle_input.full {
  width: 100%;
  margin-right: 0;
}
.b6detalle_input .input_textarea textarea {
  height: 40px;
}
@media screen and (max-width: 520px) {
  .b6detalle_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.b6detalle_input .input_white select option {
  color: #7c7c7c;
}
.b6detalle_input.width_100 {
  width: 100%;
}
.b6detalle_subtitle {
  width: 100%;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px;
}
.b6detalle_subtitle p {
  margin: 0;
}
.b6detalle_campos {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #747474;
  padding: 2px 0px 5px;
}
.b6detalle_campos p {
  margin: 0;
}
.b6detalle_box {
  padding-bottom: 18px;
}
.b6detalle_check {
  margin-bottom: 5px;
}
.b6detalle_btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.b6detalle_btn .btn {
  display: block;
  width: 100%;
}

.b6empresa {
  padding: 71px 0px 86px 0px;
}
.b6empresa .b6home_banner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin-top: 0;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 1024px) {
  .b6empresa {
    padding: 30px 0 60px 0;
  }
}
.b6empresa_img {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  height: 106px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .b6empresa_img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .b6empresa_img {
    height: 300px;
  }
}

.b6home {
  width: 100%;
  padding: 100px 0px 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .b6home.active .b6home_title,
  .b6home.active .b6home_content,
  .b6home.active .b6home_banner {
    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);
  }
}
@media screen and (max-width: 1024px) {
  .b6home {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b6home {
    padding: 54px 0px 68px;
  }
}
.b6home_container {
  max-width: 1225px;
}
@media screen and (max-width: 767px) {
  .b6home_container {
    max-width: 100%;
    width: 100%;
  }
}
.b6home_title {
  padding-bottom: 47px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b6home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media screen and (max-width: 767px) {
  .b6home_title {
    padding-bottom: 30px;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b6home_title {
    max-width: 288px;
  }
}
.b6home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .b6home_content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.b6home_noticias {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .b6home_noticias {
    max-width: 500px;
    width: 94%;
    margin: 0 auto;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_noticias {
    max-width: 288px;
  }
}
.b6home_noticias_box {
  margin-bottom: 30px;
}
.b6home_noticias_item {
  width: 100%;
  padding: 13px 0px;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6home_noticias_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_noticias_item:hover {
    background: rgba(207,207,207,0.15);
  }
  .b6home_noticias_item:hover .b6home_noticias_text:before {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_noticias_item {
    margin-bottom: 14px;
  }
}
.b6home_noticias_fecha {
  width: 116px;
  min-height: 75px;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 20px;
  color: #222;
  padding: 13px 23px;
  border-right: 1px solid #272727;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6home_noticias_fecha p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6home_noticias_fecha {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_noticias_fecha {
    font-size: 14px;
    width: 65px;
    padding: 5px 10px;
    min-height: 41px;
  }
}
.b6home_noticias_info {
  width: calc(100% - 116px);
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b6home_noticias_info {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_noticias_info {
    width: calc(100% - 65px);
    padding: 5px 12px;
  }
}
.b6home_noticias_text {
  max-width: 371px;
  width: 100%;
  margin: 0;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 16px;
  color: #222;
  padding-right: 33px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6home_noticias_text p {
  margin: 0;
}
.b6home_noticias_text:before {
  content: '\e900';
  position: absolute;
  font-family: 'icomoon';
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -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: 1024px) {
  .b6home_noticias_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_noticias_text {
    font-size: 13px;
    padding-right: 15px;
  }
}
.b6home_btn {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .b6home_btn {
    text-align: center;
  }
}
.b6home_redes {
  width: 48%;
  padding: 25px 30px;
  background: rgba(124,124,124,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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: 1024px) {
  .b6home_redes {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_redes {
    width: 100%;
    padding: 33px 20px;
    margin: 0;
  }
}
.b6home_redes_info {
  width: 30%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_info {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_redes_info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_redes_info {
    max-width: 288px;
  }
}
.b6home_redes_facebook {
  width: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_facebook {
    width: 100%;
  }
}
.b6home_redes_icon {
  width: 100%;
}
.b6home_redes_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_icon {
    max-width: 36px;
    margin: 0;
  }
}
.b6home_redes_title {
  padding-bottom: 28px;
}
.b6home_redes_title h3 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 15px;
  color: #161617;
  line-height: 1.67;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_title {
    padding: 0;
  }
}
.b6home_redes_item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6home_redes_left {
  margin-bottom: 43px;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_left {
    display: none;
  }
}
.b6home_redes_item_img {
  width: 24px;
}
.b6home_redes_item_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_redes_text {
  width: calc(100% - 24px);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 20px;
  color: #222;
  padding-left: 13px;
  line-height: 1;
  letter-spacing: 0.93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6home_redes_text p {
  margin: 0;
}
.b6home_slider_arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b6home_arrow_prev,
.b6home_arrow_next {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.b6home_arrow_prev span,
.b6home_arrow_next span {
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cfcfcf;
}
.b6home_arrow_prev.slick-disabled span,
.b6home_arrow_next.slick-disabled span {
  color: #cfcfcf;
}
@media screen and (min-width: 1025px) {
  .b6home_arrow_prev:hover span,
  .b6home_arrow_next:hover span {
    color: #272727;
  }
}
.b6home_arrow_prev {
  margin-right: 10px;
}
.b6home_redes_images {
  width: 67%;
}
@media screen and (max-width: 1024px) {
  .b6home_redes_images {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b6home_redes_images {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b6home_redes_images {
    max-width: 288px;
  }
}
.b6home_redes_slider {
  height: 310px;
}
.b6home_redes_slider .slick-list,
.b6home_redes_slider .slick-track {
  height: 100%;
}
@media screen and (max-width: 860px) {
  .b6home_redes_slider {
    height: 270px;
  }
}
.b6home_redes_slider_img {
  height: 100%;
}
.b6home_redes_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b6home_banner {
  width: 100%;
  height: 106px;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(0,0,0,0.24);
  box-shadow: 10px 15px 30px 0 rgba(0,0,0,0.24);
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .b6home_banner {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .b6home_banner {
    max-width: 322px;
    width: 94%;
    height: 171px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.b6home_banner_background {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.capacitaciones {
  padding: 107px 0px 60px 0px;
}
@media screen and (max-width: 1024px) {
  .capacitaciones {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .capacitaciones {
    padding: 50px 0px;
  }
}
body.active_calendar {
  overflow: hidden;
}
.capacitaciones_title {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .capacitaciones_title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .capacitaciones_title {
    padding-bottom: 20px;
  }
}
.overlay_calendario {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.overlay_calendario.active {
  visibility: visible;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.days-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.wrap_calendar {
  width: calc(100% - 480px);
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .wrap_calendar {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .wrap_calendar {
    width: 100%;
    padding-right: 0;
  }
}
.wrap_calendar .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  background: rgba(207,207,207,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .wrap_calendar .controls {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wrap_calendar .controls-wrap-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .wrap_calendar .controls-wrap-buttons {
    margin-bottom: 20px;
  }
}
.wrap_calendar .icon_controls {
  cursor: pointer;
  margin-top: 3px;
  color: #cfcfcf;
}
@media screen and (min-width: 1025px) {
  .wrap_calendar .icon_controls:hover {
    color: #161617;
  }
}
.wrap_calendar .month {
  padding: 0px 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Prelo-Bold', sans-serif;
  color: #272727;
}
.wrap_calendar .clndr-legend>* {
  font-size: 13px;
  font-family: 'Prelo-Bold', sans-serif;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.wrap_calendar .clndr-legend .doot {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  border-radius: 50%;
}
.headers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.headers>* {
  width: calc(100% / 7);
  height: 59px;
  line-height: 59px;
  background-color: #ab1217;
  color: #fff;
  font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'Prelo-Book', sans-serif;
  text-align: center;
}
.clndr-day {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.clndr-day .bullet {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: inline-block;
}
.clndr-day .bullet>* {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.clndr-day .day {
  width: calc(100% / 7);
  height: calc(60px + (98 - 60) * ((100vw - 320px) / (1920 - 320)));
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8a888a;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.clndr-day .day.today {
  background-color: #f8f7f8;
}
.clndr-day .day.event.start .doot_active,
.clndr-day .day.event.holiday .doot_active,
.clndr-day .day.event.gallery .doot_active,
.clndr-day .day.event.end .doot_active {
  display: none;
}
.clndr-day .day.event.start #start {
  display: inline-block;
}
.clndr-day .day.event.holiday #holiday {
  display: inline-block;
}
.clndr-day .day.event.gallery #gallery {
  display: inline-block;
}
.clndr-day .day.event.end #end {
  display: inline-block;
}
.clndr-day .day.today:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.wrap_aside-bar {
  width: 480px;
  background-color: rgba(207,207,207,0.1);
}
@media screen and (max-width: 1200px) {
  .wrap_aside-bar {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_aside-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 420;
    bottom: 0;
    height: 80vh;
    overflow: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #cfcfcf;
  }
  .wrap_aside-bar.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.wrap_aside-bar .x-button {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 17px;
  cursor: pointer;
}
.wrap_aside-bar .event-g-header {
  background-color: #272727;
  color: #fff;
  font-size: calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
  padding: 20px 49px;
}
@media screen and (max-width: 1024px) {
  .wrap_aside-bar .event-g-header {
    padding: 20px 50px 20px 30px;
  }
}
.wrap_aside-bar .events-list {
  padding: 20px 49px 0px 49px;
  height: 484px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.wrap_aside-bar .events-list .event-item {
  padding: 20px 0px 20px 20px;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wrap_aside-bar .events-list {
    height: auto;
    padding: 20px 30px 0px 30px;
  }
}
.wrap_aside-bar .event-item-legend {
  position: absolute;
  top: 23px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.wrap_aside-bar .event-item-name h2 {
  font-size: 15px;
  color: #272727;
  font-family: 'Prelo-SemiBold', sans-serif;
  margin-bottom: 5px;
}
.wrap_aside-bar .event-item-fecha p {
  margin: 0;
  font-size: 13px;
}
.wrap_aside-bar .event-btn {
  text-align: center;
  padding: 40px 0px;
}
.wrap_aside-bar .event-btn a {
  color: #ab1217;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
}

.contacto {
  width: 100%;
  background: #161617;
  padding: 83px 0px 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contacto {
    padding: 40px 0px;
  }
}
.contacto_container {
  max-width: 585px;
}
.contacto_title {
  text-align: center;
  padding-bottom: 40px;
}
.contacto_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto_form li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contacto_input {
  width: 47.8%;
  margin: 0;
  margin-right: 4.4%;
  margin-bottom: 30px;
}
.contacto_input:last-child {
  margin-right: 0;
}
.contacto_input.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .contacto_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.contacto_campos {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #747474;
  padding: 2px 0px 5px;
}
.contacto_campos p {
  margin: 0;
}
.contacto_box {
  padding-bottom: 53px;
}
.contacto_check {
  margin-bottom: 5px;
}
.contacto_btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contacto_btn .btn {
  display: block;
  width: 100%;
}

.cotiza {
  width: 100%;
  padding: 83px 0px 74px;
  background: #161617;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .cotiza {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .cotiza {
    padding: 50px 0px;
  }
}
.cotiza_container {
  max-width: 584px;
}
.cotiza_title {
  text-align: center;
  padding-bottom: 34px;
}
.cotiza_tabs {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 28px;
}
.cotiza_tabs li {
  width: 46%;
  margin: 0;
  position: relative;
  margin-right: 26px;
}
.cotiza_tabs li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cotiza_tabs {
    max-width: 345px;
  }
  .cotiza_tabs li {
    width: 45%;
    margin-right: 10%;
  }
}
.cotiza_option input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.cotiza_option input[type="radio"]:checked + label .cotiza_option_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.cotiza_option input[type="radio"]:checked + label .cotiza_option_box:before {
  border-color: #ab1217;
}
.cotiza_option input[type="radio"]:checked + label .cotiza_option_text {
  color: #fff;
}
.cotiza_option_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cotiza_option_box {
  position: relative;
  width: 24px;
  height: 24px;
}
.cotiza_option_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(207,207,207,0.24);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cotiza_option_box:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background: #ab1217;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .cotiza_option_box {
    width: 20px;
    height: 20px;
  }
  .cotiza_option_box:after {
    width: 14px;
    height: 14px;
  }
}
.cotiza_option_text {
  width: calc(100% - 24px);
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: rgba(207,207,207,0.24);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cotiza_option_text {
    width: calc(100% - 20px);
    font-size: 14px;
  }
}
.cotiza_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cotiza_form {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cotiza_inputs_flota {
  display: none;
}
.cotiza_inputs_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cotiza_input {
  width: 47.8%;
  margin: 0;
  margin-right: 4.4%;
  margin-bottom: 25px;
}
.cotiza_input:last-child {
  margin-right: 0;
}
.cotiza_input.full {
  width: 100%;
  margin-right: 0;
}
.cotiza_input .input_textarea textarea {
  height: 40px;
}
@media screen and (max-width: 520px) {
  .cotiza_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cotiza_input .input_white select option {
  color: #7c7c7c;
}
.cotiza_input.width_100 {
  width: 100%;
}
.cotiza_subtitle {
  width: 100%;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px;
}
.cotiza_subtitle p {
  margin: 0;
}
.cotiza_campos {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #747474;
  padding: 2px 0px 5px;
}
.cotiza_campos p {
  margin: 0;
}
.cotiza_box {
  padding-bottom: 18px;
}
.cotiza_check {
  margin-bottom: 5px;
}
.cotiza_btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cotiza_btn .btn {
  display: block;
  width: 100%;
}

.derechos {
  width: 100%;
  padding: 62px 0px 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .derechos {
    padding: 80px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .derechos {
    padding: 60px 0px 40px;
  }
}
.derechos_wrap {
  max-width: 792px;
}
.derechos_title {
  padding-bottom: 30px;
  text-align: center;
}
.derechos_title h1,
.derechos_title h2 {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 35px;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .derechos_title h1,
  .derechos_title h2 {
    font-size: 28px;
  }
}
.derechos_info {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 28px;
}
.derechos_info h2 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 28px;
  color: #222;
  line-height: 35px;
  margin-bottom: 27px;
}
.derechos_info h3 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 20px;
  color: #222;
  line-height: 35px;
  margin-bottom: 16px;
  margin-top: 38px;
}
.derechos_info p {
  margin-bottom: 20px;
}
.derechos_info strong {
  font-weight: normal;
  font-family: 'Prelo-Bold', sans-serif;
}
.derechos_info a {
  color: #9c2621;
  text-decoration: underline;
}
.derechos_info ul,
.derechos_info ol {
  padding-left: 20px;
  margin-bottom: 35px;
}
.derechos_info ul li,
.derechos_info ol li {
  list-style: inherit;
}
@media screen and (max-width: 1024px) {
  .derechos_info h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .derechos_info {
    font-size: 15px;
  }
  .derechos_info h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .derechos_info h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

.error {
  padding: 140px 0px 197px 0px;
}
.error_img,
.error_img_500,
.error_img_enviado {
  margin: auto;
  margin-bottom: 36px;
}
.error_img img,
.error_img_500 img,
.error_img_enviado img {
  width: 100%;
  height: auto;
  display: block;
}
.error_img {
  width: 76px;
}
.error_img_500 {
  width: 105px;
}
.error_img_enviado {
  width: 80px;
}
.error_container {
  max-width: 500px;
  text-align: center;
}
.error_title {
  font-size: 35px;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  margin-bottom: 30px;
}
.error_title p {
  margin: 0;
}
.error_content {
  padding-bottom: 57px;
}
.error_content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.31;
}

.btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: none;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.btn span {
  display: block;
  line-height: 50px;
  z-index: 2;
  position: relative;
}
.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media screen and (min-width: 1025px) {
  .btn:hover:before {
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 45px;
  }
  .btn span {
    line-height: 45px;
  }
}
.btn_red {
  background: #ab1217;
  color: #fff;
}
.btn_red:before {
  background: #660a0a;
}
.btn_bd_black {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .btn_bd_black:hover {
    color: #fff;
  }
}
.btn_bd_black:before {
  background: #000;
}
.btn_line {
  height: 40px;
  line-height: 40px;
  background: transparent;
  color: #ab1217;
  border: 1px solid #ab1217;
}
.btn_line span {
  line-height: 40px;
}
.btn_line:before {
  background: #ab1217;
}
@media screen and (min-width: 1025px) {
  .btn_line:hover {
    color: #fff;
  }
}
.btn_link {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #ab1217;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .btn_link:hover .btn_text:before {
    right: -12px;
  }
}
.btn_text {
  position: relative;
  padding-right: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_text:before {
  content: '\e900';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  font-family: 'icomoon';
  margin: auto;
  font-size: 12px;
  color: #ab1217;
  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;
}
.btn_miga {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #7c7c7c;
}
.btn_miga li {
  padding: 0 6px;
  position: relative;
}
.btn_miga li:before {
  content: '/';
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_miga li:first-child {
  padding-left: 0;
}
.btn_miga li:first-child:before {
  display: none;
}
.btn_miga a {
  display: block;
  margin: 0;
}
.btn_miga_white {
  color: #fff;
}
/*ANIMATION*/
@-moz-keyframes pulse {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
  }
}
@-o-keyframes pulse {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
  }
}
@keyframes pulse {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
    box-shadow: 0px 0px 0px 0px rgba(216,35,42,0.8);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
    box-shadow: 0px 0px 0px 20px rgba(216,35,42,0);
  }
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #161617;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(34,34,34,0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  border-bottom: 1px solid #161617;
}
.input input.invalid,
.input textarea.invalid,
.input select.invalid {
  border-color: #ab1217;
}
.input ::placeholder {
  color: rgba(34,34,34,0.5);
}
.input_white input,
.input_white textarea,
.input_white select {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-color: rgba(255,255,255,0.12);
}
.input_white input:focus,
.input_white textarea:focus,
.input_white select:focus {
  border-color: #fff;
}
.input_white input.invalid,
.input_white textarea.invalid,
.input_white select.invalid {
  border-color: #ab1217;
}
.input_white ::placeholder {
  color: rgba(255,255,255,0.5);
}
.input_white.input_select span {
  color: #fff;
}
.input_white.input_checkbox .input_checkbox_text {
  color: rgba(207,207,207,0.47);
  font-size: 13px;
}
.input_white.input_checkbox .input_checkbox_text a {
  color: rgba(225,225,225,0.47);
}
@media screen and (min-width: 1025px) {
  .input_white.input_checkbox .input_checkbox_text a:hover {
    color: #fff;
  }
}
.input_textarea textarea {
  line-height: 1.2;
  padding: 10px 0px;
  height: 62px;
}
.input_select {
  position: relative;
}
.input_select select {
  padding: 0px 25px 0px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  font-size: 7px;
  color: #cfcfcf;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  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;
}
.input_checkbox {
  position: relative;
}
.input_checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input_checkbox input[type="checkbox"]:checked + label .input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.input_checkbox_box {
  position: relative;
  width: 16px;
  height: 16px;
}
.input_checkbox_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(207,207,207,0.47);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_box:after {
  content: "\e904";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #ab1217;
  font-size: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input_checkbox_text {
  width: calc(100% - 16px);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #272727;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_text a {
  text-decoration: underline;
  font-family: 'Prelo-SemiBold', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #ab1217;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: 'Prelo-Book', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.g-miga ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-miga li {
  line-height: 1;
  color: rgba(34,34,34,0.8);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  margin: 0;
}
.g-miga li:before {
  content: "/";
  display: inline;
  margin: 0 4px;
}
.g-miga li:first-child:before {
  display: none;
}

.title h1,
.title h2,
.title h3,
.title h4 {
  margin: 0;
}
.title_35 h1,
.title_35 h2,
.title_35 h3,
.title_35 h4 {
  font-family: 'Prelo-Book', sans-serif;
  font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.title_40 h1,
.title_40 h2,
.title_40 h3,
.title_40 h4 {
  font-family: 'Prelo-Book', sans-serif;
  font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_70 h1,
.title_70 h2,
.title_70 h3,
.title_70 h4 {
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-size: calc(25px + (70 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.title_black h1,
.title_black h2,
.title_black h3,
.title_black h4 {
  color: #161617;
}
.title_white h1,
.title_white h2,
.title_white h3,
.title_white h4 {
  color: #fff;
}

.header_detalle {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 200;
}
.header_detalle.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .header_detalle {
    display: none;
  }
}
.header_detalle_container {
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header_detalle_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.header_detalle_redes {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header_detalle_redes {
    position: relative;
  }
}
.header_detalle_compartir {
  position: relative;
}
.header_detalle_social_text {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  color: #161617;
  opacity: 0.24;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=24)";
  filter: alpha(opacity=24);
  padding-right: 24px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.header_detalle_social_text p {
  margin: 0;
}
.header_detalle_social_text:before {
  content: '\e910';
  position: absolute;
  right: 0;
  font-size: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  color: #161617;
}
.header_detalle_social_links {
  width: 85px;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  -ms-transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  transition: all 0.3s cubic-bezier(0.73, 0.24, 0.39, 1.55);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_detalle_social_links a {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 0 5px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.header_detalle_social_links a.icon-fb {
  background: #3b5998;
}
.header_detalle_social_links a.icon-twitter {
  background: #55acee;
  font-size: 13px;
}
.header_detalle_social_links.showMenu {
  top: 25px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.header_detalle_whatsapp {
  width: 36px;
  margin-left: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_detalle_whatsapp img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header_detalle_whatsapp {
    width: 32px;
    margin-left: 20px;
  }
}
.header_detalle_list {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.header_detalle_list li {
  margin-right: 45px;
  height: 100%;
}
.header_detalle_list li:last-child {
  margin-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_detalle_list li.active .h_detalle_link {
  color: #000;
}
.header_detalle_list li.active .h_detalle_link:before {
  width: 100%;
}
.header_detalle_list li.active .h_detalle_btn:before {
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.header_detalle_list li.h_detalle_movie {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 14px;
}
@media screen and (max-width: 1200px) {
  .header_detalle_list {
    max-width: 750px;
    margin: 0;
  }
  .header_detalle_list li {
    margin-right: 40px;
  }
}
.h_detalle_link {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  color: #cfcfcf;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  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;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h_detalle_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .h_detalle_link:hover {
    color: #000;
  }
  .h_detalle_link:hover:before {
    width: 100%;
  }
}
.h_detalle_pdf {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.h_detalle_pdf span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 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;
}
.h_detalle_pdf:before {
  display: none;
}
.h_detalle_btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.h_detalle_btn span {
  line-height: 42px;
}

.libro {
  width: 100%;
  background: #fafafa;
  padding: 78px 0px 136px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .libro {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .libro {
    padding: 40px 0px;
  }
}
.libro_container {
  max-width: 840px;
}
.libro_title {
  padding-bottom: 21px;
  text-align: center;
}
.libro_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 13px;
  color: #2a2728;
  padding-bottom: 35px;
}
.libro_text p {
  margin: 0;
}
.libro_info {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 18px;
  color: #333;
}
.libro_info li {
  margin-bottom: 7px;
}
.libro_info strong {
  font-family: 'Prelo-SemiBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .libro_info {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .libro_info {
    font-size: 14px;
  }
}
.libro_content {
  margin-top: 45px;
}
.libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_box {
  margin-top: 30px;
}
.libro_subtitle {
  padding-bottom: 25px;
}
.libro_subtitle h3 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  margin: 0;
}
.libro_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_list li {
  width: 48.6%;
  margin-right: 2.8%;
  margin-bottom: 25px;
}
.libro_list li:nth-child(2n + 2) {
  margin-right: 0;
}
.libro_list li.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .libro_list li {
    width: 100%;
    margin-right: 0;
  }
}
.libro_input input,
.libro_input textarea,
.libro_input select {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.libro_input .input_checkbox .input_checkbox_text {
  font-size: 13px;
}
.libro_radio_wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_radio {
  position: relative;
  margin-right: 41px;
}
.libro_radio:last-child {
  margin-right: 0;
}
.libro_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:before {
  border-color: #ab1217;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.libro_radio_box {
  position: relative;
  width: 20px;
  height: 20px;
}
.libro_radio_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_radio_box:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #ab1217;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_radio_text {
  width: calc(100% - 20px);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #bdbdbd;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_box_text {
  font-family: 'Prelo-Book', sans-serif;
  font-family: #333;
  color: #272727;
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 16px;
}
.libro_box_text p {
  margin-bottom: 5px;
}
.libro_box_text strong {
  font-family: 'Prelo-SemiBold', sans-serif;
  color: #333;
}
.libro_files {
  height: 40px;
  line-height: 40px;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  color: #161617;
  border-bottom: 1px solid rgba(34,34,34,0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.libro_files label {
  color: rgba(34,34,34,0.5);
}
.libro_campos {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  color: #ab1217;
  padding-top: 15px;
  padding-bottom: 16px;
}
.libro_campos p {
  margin: 0;
}
.libro_text_bottom {
  font-family: 'Prelo-Book', sans-serif;
  color: #333;
  font-size: 12px;
}
.libro_text_bottom p {
  margin-bottom: 11px;
}
.libro_check {
  margin: 26px 0px 24px;
}
.libro_btn {
  max-width: 240px;
  width: 100%;
  margin: 0;
}
.libro_btn .btn {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .libro_btn {
    margin: 0 auto;
  }
}

.listado {
  width: 100%;
  padding: 47px 0px 163px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .listado {
    padding: 37px 0px 39px;
  }
}
@media screen and (max-width: 767px) {
  .listado_container {
    max-width: 100%;
    width: 100%;
  }
}
.listado_links {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .listado_links {
    padding-bottom: 35px;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .listado_links {
    padding-bottom: 20px;
  }
}
.listado_title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .listado_title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .listado_title {
    padding-bottom: 27px;
    width: 94%;
    margin: 0 auto;
  }
}
.listado_banner {
  width: 100%;
  height: 219px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .listado_banner {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  .listado_banner {
    display: none;
  }
}
.listado_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.listado_background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
}
.listado_content {
  padding-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .listado_content {
    padding-top: 0;
  }
}
.listado_filter {
  width: 282px;
  background: #fafafa;
  padding: 37px 27px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .listado_filter {
    width: 210px;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .listado_filter {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    padding: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .listado_filter.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.listado_filter_seleccionados {
  padding-bottom: 25px;
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 767px) {
  .listado_filter_seleccionados {
    display: none;
  }
}
.listado_filter_select_title {
  padding-bottom: 19px;
}
.listado_filter_select_title h3 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  color: #222;
  margin: 0;
}
.listado_filter_select_list {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 13px;
  color: #222;
}
.listado_filter_select_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.listado_filter_select_list li {
  margin: 0;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 4px 32px 3px 18px;
  border: 1px solid rgba(34,34,34,0.44);
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.listado_filter_select_list li span {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  font-size: 10px;
  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;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .listado_filter_select_list li {
    padding: 4px 25px 3px 12px;
  }
  .listado_filter_select_list li span {
    right: 8px;
  }
}
.listado_filter_delete_box {
  text-align: center;
  padding-top: 5px;
}
.listado_filter_delete {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #222;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.listado_filter_title {
  padding-top: 46px;
}
.listado_filter_title h4 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 20px;
  color: #ab1217;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .listado_filter_title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .listado_filter_title {
    display: none;
  }
}
.listado_filter_content {
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .listado_filter_content {
    height: calc(100% - 124px);
    padding: 42px 20px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
  }
}
.listado_filter_content_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .listado_filter_content_box {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.listado_filter_item {
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_filter_item:last-child {
  border-bottom: none;
}
.listado_filter_subtitle {
  padding: 26px 0px;
  cursor: pointer;
  position: relative;
}
.listado_filter_subtitle h4 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #222;
  margin: 0;
}
.listado_filter_subtitle:before {
  content: '\e906';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'icomoon';
  font-size: 7px;
  color: #222;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listado_filter_subtitle.is-active:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .listado_filter_subtitle {
    padding: 20px 0px;
  }
}
.listado_filter_list {
  padding-bottom: 15px;
  display: none;
}
.listado_filter_list li {
  margin-bottom: 26px;
}
.listado_filter_check {
  position: relative;
}
.listado_filter_check label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.listado_filter_check input[type="checkbox"],
.listado_filter_check input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.listado_filter_check input[type="checkbox"]:checked + label .listado_check_box:after,
.listado_filter_check input[type="radio"]:checked + label .listado_check_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.listado_filter_check input[type="checkbox"]:checked + label .listado_check_box:before,
.listado_filter_check input[type="radio"]:checked + label .listado_check_box:before {
  border-color: #272727;
}
.listado_check_box {
  position: relative;
  width: 16px;
  height: 16px;
}
.listado_check_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(207,207,207,0.47);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_check_box:after {
  content: "\e904";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #272727;
  font-size: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.listado_check_text {
  width: calc(100% - 16px);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 13px;
  color: #272727;
  padding-left: 19px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_catalogo {
  width: calc(100% - 282px);
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .listado_catalogo {
    width: calc(100% - 210px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .listado_catalogo {
    width: 100%;
    padding-left: 0;
  }
}
.listado_catalogo_nav {
  width: 100%;
  background: #fafafa;
  padding: 25px 40px;
  -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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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: 1024px) {
  .listado_catalogo_nav {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .listado_catalogo_nav {
    padding: 0;
    background: none;
  }
}
.listado_select_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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: 767px) {
  .listado_select_content {
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.listado_subtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .listado_subtitle {
    display: none;
  }
}
.listado_subtitle_icon {
  width: 40px;
}
.listado_subtitle_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .listado_subtitle_icon {
    width: 30px;
  }
}
.listado_subtitle_text {
  width: calc(100% - 40px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_subtitle_text h3 {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 25px;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .listado_subtitle_text {
    width: calc(100% - 30px);
    padding-left: 10px;
  }
  .listado_subtitle_text h3 {
    font-size: 20px;
  }
}
.listado_select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.listado_select_text {
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #272727;
  padding-right: 24px;
}
.listado_select_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .listado_select_text {
    font-size: 13px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .listado_select_text {
    display: none;
  }
}
.listado_select_box {
  width: 236px;
  position: relative;
}
.listado_select_box select {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 0px;
  border: 1px solid #555;
  background: transparent;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  padding: 0px 36px 0px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.listado_select_box select::-ms-expand {
  display: none;
}
.listado_select_box span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  font-size: 7px;
  color: #272727;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  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;
}
@media screen and (max-width: 1024px) {
  .listado_select_box {
    width: 220px;
  }
  .listado_select_box select {
    font-size: 13px;
    padding: 0px 30px 0px 15px;
  }
  .listado_select_box span {
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .listado_select_box {
    width: 196px;
  }
  .listado_select_box select {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0px 25px 0px 12px;
  }
  .listado_select_box span {
    right: 10px;
  }
}
.listado_catalogo_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .listado_catalogo_box {
    width: 94%;
    margin: 0 auto;
    margin-top: 35px;
  }
}
.listado_item {
  width: 50%;
  display: block;
  margin: 0;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 23px 20px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_item:nth-child(2n + 2) {
  border-right: 0;
}
.listado_item:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .listado_item:hover .listado_item_link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .listado_item {
    padding: 18px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .listado_item {
    padding: 10px 0px 18px;
  }
}
.listado_item_img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_item_img img {
  width: 100%;
  height: auto;
  display: block;
}
.listado_item_info {
  max-width: 345px;
  width: 100%;
  margin: 0;
  padding-top: 31px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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: 960px) {
  .listado_item_info {
    -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: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .listado_item_info {
    padding: 10px 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.listado_item_text {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
}
.listado_item_text p {
  margin: 0;
}
.listado_item_text strong {
  font-weight: normal;
  font-size: 13px;
  font-family: 'Prelo-Book', sans-serif;
}
@media screen and (max-width: 1024px) {
  .listado_item_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .listado_item_text {
    font-size: 16px;
  }
}
.listado_item_link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .listado_item_link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .listado_item_link {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
.listado_pager {
  padding-top: 78px;
}
@media screen and (max-width: 1024px) {
  .listado_pager {
    padding-top: 40px;
  }
}
.listado_pager_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
.listado_pager_list li {
  margin: 0px 3px;
}
.listado_pager_link {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  color: #7c7c7c;
  display: block;
  margin: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_pager_link.active {
  color: #161617;
  border: 1px solid #161617;
}
@media screen and (min-width: 1025px) {
  .listado_pager_link:hover {
    color: #161617;
  }
}
.listado_select_responsive {
  max-width: 386px;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .listado_select_responsive {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .listado_select_responsive {
    max-width: 100%;
    padding: 16px 15px 11px;
    background: #fafafa;
    margin-bottom: 13px;
  }
}
.listado_select_res_filter {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .listado_select_res_filter {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
.listado_select_res_despleglable {
  width: 100%;
  padding: 0px 20px 0px 0px;
  border-bottom: 1px solid #7c7c7c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.listado_select_res_despleglable:before {
  content: '\e906';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  font-family: 'icomoon';
  font-size: 7px;
  color: #222;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}
.listado_select_res_box {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,0.03);
  box-shadow: 0 8px 15px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  max-height: 300px;
  overflow: auto;
  padding-top: 10px;
}
.listado_select_res_list_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .listado_select_res_list_box {
    padding: 10px 10px;
  }
}
.listado_select_res_icon {
  width: 40px;
}
.listado_select_res_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .listado_select_res_icon {
    width: 30px;
  }
}
.listado_select_res_text {
  width: calc(100% - 40px);
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 25px;
  color: #222;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.listado_select_res_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .listado_select_res_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .listado_select_res_text {
    width: calc(100% - 31px);
    font-size: 16px;
  }
}
.listado_btn_close_filter {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  color: #222;
  padding: 0px 20px;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .listado_btn_close_filter {
    display: block;
  }
}
.listado_btn_close_filter_text {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.listado_btn_close_filter_text:before {
  content: '\e901';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  color: #222;
  font-size: 10px;
}
.listado_btn_responsive {
  display: none;
}
@media screen and (max-width: 767px) {
  .listado_btn_responsive {
    display: block;
  }
}
.listado_btn_filter {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  color: #ab1217;
  border: 1px solid #ab1217;
  padding: 0px 25px 0px 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.listado_btn_filter:before {
  content: '\e914';
  position: absolute;
  font-family: 'icomoon';
  color: #ab1217;
  font-size: 12px;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.listado_btn_result {
  display: none;
  width: 100%;
  background: #fff;
  padding: 22px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_btn_result .btn {
  height: 35px;
  padding: 0px 32px;
  line-height: 35px;
  font-size: 12px;
}
.listado_btn_result .btn span {
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .listado_btn_result {
    display: block;
  }
}

.locales {
  padding-top: 107px;
}
@media screen and (max-width: 1024px) {
  .locales {
    padding-top: 60px;
  }
}
.locales_title {
  text-align: center;
  padding-bottom: 42px;
}
@media screen and (max-width: 480px) {
  .locales_title {
    padding-bottom: 10px;
  }
}
.locales_title h1 {
  font-size: 35px;
  color: #272727;
  font-weight: normal;
  font-family: 'Prelo-Book', sans-serif;
}
.locales_van_links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
@media screen and (max-width: 480px) {
  .locales_van_links ul {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
}
.locales_van_links li {
  padding: 0px 20px;
}
@media screen and (max-width: 480px) {
  .locales_van_links li {
    padding: 20px 0;
    margin-right: 10px;
  }
  .locales_van_links li:last-child {
    margin-right: 0;
  }
}
.locales_van_links a {
  position: relative;
  font-size: 16px;
  padding: 5px 0px 5px 30px;
  display: inline-block;
  color: rgba(39,39,39,0.4);
}
@media screen and (max-width: 480px) {
  .locales_van_links a {
    font-size: 14px;
  }
}
.locales_van_links a:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(39,39,39,0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
}
.locales_van_links a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ab1217;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.locales_van_links a.active {
  color: #272727;
}
.locales_van_links a.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.locales_van_links a.active:before {
  border: 1px solid #ab1217;
  background-color: #ab1217;
}
.locales_wrap_box {
  padding-top: 49px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .locales_wrap_box {
    padding-top: 15px;
  }
}
.locales_wrap_box>* {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .locales_wrap_box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .locales_wrap_box>* {
    width: 100%;
  }
}
.locales_wrap_box.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.locales_wrap_box.center .locales_item {
  max-width: 384px;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}
.locales_wrap_box.center .locales_wrap_width {
  max-width: none;
}
.locales_wrap_box.center .locales_wrap_inner_box {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .locales_wrap_box.center .locales_wrap_inner_box {
    padding: 0 20px;
  }
}
.locales_select {
  margin-bottom: 10px;
  position: relative;
}
.locales_select.active select {
  color: #000;
  font-family: 'Prelo-Bold', sans-serif;
}
.locales_select span {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  color: #7c7c7c;
  margin: auto;
  font-size: 10px;
  height: 10px;
}
.locales_select select {
  height: 75px;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(207,207,207,0.5);
  padding: 0px 40px 0px 20px;
  -webkit-appearance: inherit;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  color: #cfcfcf;
}
.locales_select select:focus,
.locales_select select:visited {
  border-color: #161617;
  color: #161617;
}
.locales_item {
  padding-left: 100px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .locales_item {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .locales_item {
    padding-left: 0;
    padding-top: 50px;
  }
}
.locales_wrap_width {
  max-width: 350px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .locales_wrap_width {
    max-width: 300px;
    margin: 0 auto;
  }
}
.locales_wrap_inner_box {
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.locales_title_itm {
  padding: 0px 0px 18px 0;
}
.locales_title_itm h2 {
  font-family: 'Prelo-Bold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #272727;
}
.locales_slider_box {
  width: 100%;
}
.locales_slider_box h2 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'Prelo-SemiBold', sans-serif;
}
.locales_slider_box p {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 5px;
}
.locales_slider_box a {
  color: #ab1217;
  font-size: 16px;
  font-family: 'Prelo-Bold', sans-serif;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  margin-top: 10px;
}
.locales_slider_box a:before {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 8px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.locales_prev,
.locales_next {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
  color: #cfcfcf;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .locales_prev:hover,
  .locales_next:hover {
    color: #161617;
  }
}
.locales_prev {
  left: 0;
}
.locales_next {
  right: 0;
}
.locales_mapa {
  padding-top: 56px;
}
.locales_mapa>* {
  width: 100%;
  height: 544px;
}
@media screen and (max-width: 767px) {
  .locales_mapa>* {
    height: 400px;
  }
}

.home_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  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;
  overflow: auto;
  z-index: 1050;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.home_popup.active {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.home_popup_container {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home_popup_container span {
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #000;
  font-size: 19px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  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;
}
.home_popup_container figure {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.home_popup_container figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1366px) {
  .home_popup_container figure {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .home_popup_container {
    padding: 15px;
  }
  .home_popup_container span {
    width: 40px;
    height: 40px;
    font-size: 15px;
    top: 20px;
    right: 20px;
  }
}
.home_popup_img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.home_popup_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1366px) {
  .home_popup_img {
    max-width: 520px;
  }
}

.lg-backdrop.in {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.popup_terminos {
  max-width: 760px;
  width: 100%;
  margin: auto;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .popup_terminos {
    padding: 20px 25px;
  }
}
.popup_terminos .close-boxlight {
  background-color: transparent;
  border: none;
}
.popup_terminos .close-boxlight:after {
  display: none;
}
.popup_terminos .close-boxlight:before {
  content: '\e903';
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  color: #fff;
  font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
  right: 0;
}
.popup_terminos_container {
  background-color: #fff;
  padding: 45px calc(20px + (90 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.popup_title {
  padding-bottom: 38px;
  text-align: center;
}
.popup_title h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Prelo-Bold', sans-serif;
  color: #161617;
}
.popup_text {
  font-size: 16px;
  height: 300px;
  overflow: auto;
}

.promocion {
  padding: 47px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .promocion {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .promocion {
    padding: 50px 0 60px 0;
  }
}
.promocion_miga {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .promocion_miga {
    margin-bottom: 30px;
  }
}
.promocion_title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .promocion_title {
    margin-bottom: 30px;
  }
}
.promocion_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .promocion_block {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.promocion_left {
  width: 66%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .promocion_left {
    width: 59%;
  }
}
@media screen and (max-width: 768px) {
  .promocion_left {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .promocion_left {
    width: 100%;
  }
}
.promocion_right {
  width: 31.666666666666668%;
}
@media screen and (max-width: 1024px) {
  .promocion_right {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .promocion_right {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .promocion_right {
    width: 100%;
    margin-top: 40px;
  }
}
.promocion_image {
  width: 100%;
}
.promocion_image img {
  width: 100%;
  height: auto;
  display: block;
}
.promocion_text {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 28px;
}
.promocion_text p {
  margin: 0;
}
.promocion_share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .promocion_share {
    margin-top: 20px;
  }
}
.promocion_share_title {
  display: block;
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  margin: 0 11px 0 0;
}
.promocion_share_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background: #315a97;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  margin: 0;
}
.promocion_form {
  background: rgba(207,207,207,0.1);
  padding: 53px 48px 62px 48px;
}
@media screen and (max-width: 1024px) {
  .promocion_form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .promocion_form {
    padding: 30px 15px;
  }
}
.promocion_subtitle h3 {
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 25px;
  margin: 0;
}
.promocion_description {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.promocion_description p {
  margin: 0;
}
.promocion_field {
  margin-top: 20px;
}
.promocion_field li {
  margin-bottom: 20px;
}
.promocion_itembox {
  margin-bottom: 10px;
}
.promocion_itembox:last-child {
  margin-bottom: 0;
}
.promocion_button button {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 25px auto 0 auto;
}

.promociones {
  background: rgba(207,207,207,0.1);
  padding: 47px 0 179px 0;
}
@media screen and (max-width: 1024px) {
  .promociones {
    padding: 60px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .promociones {
    padding: 50px 0 60px 0;
  }
}
.promociones_content {
  max-width: 1236px;
}
.promociones_miga {
  margin: 0 1.21359223300971% 48px 1.21359223300971%;
}
@media screen and (max-width: 767px) {
  .promociones_miga {
    margin: 0 0 40px 0;
  }
}
.promociones_title {
  text-align: center;
}
.promociones_block {
  margin-top: 36px;
}
@media screen and (max-width: 320px) {
  .promociones_block {
    margin-top: 15px;
  }
}
.promociones_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
.promociones_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 20px 18px 20px;
}
@media screen and (min-width: 1025px) {
  .promociones_button:hover .promociones_btncircle:before {
    border-color: #ab1217;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .promociones_button:hover .promociones_btncircle::after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .promociones_button:hover .promociones_btntext {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 767px) {
  .promociones_button {
    margin: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 320px) {
  .promociones_button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.promociones_button.promociones_all .promociones_btncircle {
  display: none;
}
.promociones_button.active .promociones_btncircle:before {
  border-color: #ab1217;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.promociones_button.active .promociones_btncircle:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.promociones_button.active .promociones_btntext {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.promociones_btncircle {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .promociones_btncircle {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
.promociones_btncircle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  border-radius: 50%;
  opacity: 0.39;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
  filter: alpha(opacity=39);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promociones_btncircle:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ab1217;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .promociones_btncircle:after {
    width: 8px;
    height: 8px;
  }
}
.promociones_btntext {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  opacity: 0.39;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
  filter: alpha(opacity=39);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .promociones_btntext {
    font-size: 14px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .promociones_btntext {
    font-size: 13px;
  }
}
.promociones_items {
  overflow: hidden;
}
.promociones_itembox {
  float: left;
  display: block;
  width: 47.57281553398058%;
  margin: 2.427184466019419% 1.21359223300971% 0 1.21359223300971%;
}
@media screen and (max-width: 767px) {
  .promociones_itembox {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.promociones_destacada .promociones_bg {
  padding-top: 76.5%;
}
.promociones_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 35.715%;
}

.sc_banner {
  position: relative;
}
.sc_banner_bg {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.sc_banner_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  position: absolute;
  top: 0;
  left: 0;
}
.sc_banner_container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
.sc_banner_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sc_banner_miga {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 47px;
}
.sc_banner_miga .g-miga li {
  color: rgba(255,255,255,0.8);
}
.sc_banner_title h2 {
  line-height: 1;
  color: #fff;
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-weight: normal;
  font-size: 70px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sc_banner_title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sc_banner_title h2 {
    font-size: 40px;
    text-align: center;
  }
}
.sc_content {
  padding: 60px 0 75px 0;
}
@media screen and (max-width: 1024px) {
  .sc_content {
    padding: 50px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sc_content {
    padding: 30px 0 60px 0;
  }
}
.sc_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sc_block {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.sc_left {
  width: 57.5%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sc_left {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .sc_left {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .sc_left {
    width: 100%;
  }
}
.sc_right {
  width: 31.666666666666668%;
}
@media screen and (max-width: 1024px) {
  .sc_right {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .sc_right {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .sc_right {
    width: 100%;
    margin-top: 40px;
  }
}
.sc_itemblock {
  border-bottom: 1px solid #cfcfcf;
}
.sc_itemblock_title {
  cursor: pointer;
  position: relative;
  padding-top: 26px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .sc_itemblock_title {
    padding-top: 20px;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sc_itemblock_title {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}
.sc_itemblock_title:before {
  content: "\e906";
  display: inline-block;
  line-height: 1;
  color: #272727;
  font-family: 'icomoon';
  font-size: 7px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
}
.sc_itemblock_title:after {
  content: "\e906";
  display: inline-block;
  line-height: 1;
  color: #272727;
  font-family: 'icomoon';
  font-size: 7px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.sc_itemblock_title h3 {
  line-height: 1.1;
  color: #222;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sc_itemblock_title h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sc_itemblock_title h3 {
    font-size: 13px;
  }
}
.sc_itemblock_title.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.sc_itemblock_title.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.sc_itemblock_text {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  padding: 0 46px 50px 42px;
}
@media screen and (max-width: 1024px) {
  .sc_itemblock_text {
    padding: 0 30px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .sc_itemblock_text {
    font-size: 13px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
.sc_itemblock_text p {
  margin: 0;
}
.sc_pager {
  margin-top: 48px;
}
.sc_pager ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
.sc_pager li {
  margin: 0;
}
.sc_pager a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 26px;
  height: 26px;
  line-height: 1;
  color: #7c7c7c;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .sc_pager a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .sc_pager a:hover {
    color: #161617;
  }
}
.sc_pager a.active {
  color: #161617;
  border-color: #161617;
}
.sc_form {
  background: rgba(207,207,207,0.1);
  padding: 36px 48px 42px 48px;
}
@media screen and (max-width: 1024px) {
  .sc_form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sc_form {
    padding: 30px 15px;
  }
}
.sc_subtitle h3 {
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 25px;
  margin: 0;
}
.sc_description {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.sc_description p {
  margin: 0;
}
.sc_field {
  margin-top: 20px;
}
.sc_field li {
  margin-bottom: 20px;
}
.sc_date_title {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sc_date_field {
  position: relative;
}
.sc_date_field:after {
  content: "\e913";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 100%;
  line-height: 1;
  color: #7c7c7c;
  font-family: 'icomoon';
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.sc_required {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sc_itembox {
  margin-bottom: 10px;
}
.sc_itembox:last-child {
  margin-bottom: 0;
}
.sc_button button {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 25px auto 0 auto;
}

.servicio_banner {
  position: relative;
}
.servicio_banner_bg {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.servicio_banner_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65) 71%, #000);
  position: absolute;
  top: 0;
  left: 0;
}
.servicio_banner_container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
.servicio_banner_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
}
.servicio_banner_miga {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 47px;
}
.servicio_banner_miga .g-miga li {
  color: rgba(255,255,255,0.8);
}
.servicio_banner_title {
  padding-bottom: 60px;
}
.servicio_banner_title h2 {
  line-height: 1;
  color: #fff;
  font-family: 'Prelo-ExtraBold', sans-serif;
  font-weight: normal;
  font-size: calc(40px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
.servicio_content {
  padding: 47px 0 206px 0;
}
@media screen and (max-width: 1024px) {
  .servicio_content {
    padding: 50px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .servicio_content {
    padding: 50px 0 60px 0;
  }
}
.servicio_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .servicio_block {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.servicio_left {
  width: 66%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .servicio_left {
    width: 59%;
  }
}
@media screen and (max-width: 768px) {
  .servicio_left {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .servicio_left {
    width: 100%;
  }
}
.servicio_right {
  width: 31.666666666666668%;
}
@media screen and (max-width: 1024px) {
  .servicio_right {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .servicio_right {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .servicio_right {
    width: 100%;
    margin-top: 40px;
  }
}
.servicio_image {
  width: 100%;
}
.servicio_image img {
  width: 100%;
  height: auto;
  display: block;
}
.servicio_text {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 15px;
  margin-top: 28px;
}
.servicio_text p {
  margin: 0;
}
.servicio_share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .servicio_share {
    margin-top: 20px;
  }
}
.servicio_share_title {
  display: block;
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  margin: 0 11px 0 0;
}
.servicio_share_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background: #315a97;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  margin: 0;
}
.servicio_form {
  background: rgba(207,207,207,0.1);
  padding: 36px 48px 42px 48px;
}
@media screen and (max-width: 1024px) {
  .servicio_form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .servicio_form {
    padding: 30px 15px;
  }
}
.servicio_subtitle h3 {
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 25px;
  margin: 0;
}
.servicio_description {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.servicio_description p {
  margin: 0;
}
.servicio_field {
  margin-top: 20px;
}
.servicio_field li {
  margin-bottom: 20px;
}
.servicio_date_title {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.servicio_date_field {
  position: relative;
}
.servicio_date_field:after {
  content: "\e913";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 100%;
  line-height: 1;
  color: #7c7c7c;
  font-family: 'icomoon';
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.servicio_required {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.servicio_itembox {
  margin-bottom: 10px;
}
.servicio_itembox:last-child {
  margin-bottom: 0;
}
.servicio_button button {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 25px auto 0 auto;
}

.servicios {
  width: 100%;
  padding: 47px 0px 166px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .servicios {
    padding: 50px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .servicios {
    padding: 40px 0px;
  }
}
.servicios_links {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .servicios_links {
    padding-bottom: 30px;
  }
}
.servicios_title {
  padding-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .servicios_title {
    padding-bottom: 35px;
  }
}
.servicios_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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;
}
.servicios_item {
  width: 50%;
  display: block;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .servicios_item:hover .servicios_text,
  .servicios_item:hover .servicios_item_btn_box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .servicios_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_item {
    margin-bottom: 14px;
  }
}
.servicios_item1,
.servicios_item4 {
  width: 57.5%;
}
@media screen and (max-width: 1024px) {
  .servicios_item1,
  .servicios_item4 {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .servicios_item1,
  .servicios_item4 {
    width: 52%;
  }
}
@media screen and (max-width: 580px) {
  .servicios_item1,
  .servicios_item4 {
    width: 100%;
  }
}
.servicios_item2,
.servicios_item3 {
  width: 40.5%;
}
@media screen and (max-width: 1024px) {
  .servicios_item2,
  .servicios_item3 {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .servicios_item2,
  .servicios_item3 {
    width: 46%;
  }
}
@media screen and (max-width: 580px) {
  .servicios_item2,
  .servicios_item3 {
    width: 100%;
  }
}
.servicios_background {
  width: 100%;
  height: 443px;
  background: #cfcfcf;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.servicios_background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 269px;
  background: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
  background: linear-gradient(to top, #000, rgba(0,0,0,0) 75%, rgba(0,0,0,0));
}
@media screen and (max-width: 1024px) {
  .servicios_background {
    height: 350px;
  }
}
@media screen and (max-width: 860px) {
  .servicios_background {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_background {
    height: 280px;
  }
}
@media screen and (max-width: 360px) {
  .servicios_background {
    height: 250px;
  }
}
.servicios_info {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .servicios_info {
    width: 95%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_info {
    width: 100%;
  }
}
.servicios_text {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 25px;
  color: #fff;
}
.servicios_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .servicios_text {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 1024px) {
  .servicios_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_text {
    font-size: 17px;
  }
}
.servicios_item_btn {
  padding-top: 18px;
}
@media screen and (min-width: 1025px) {
  .servicios_item_btn {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .servicios_item_btn {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .servicios_item_btn_box {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1s -moz-transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s -o-transform cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1s -ms-transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s transform cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.servicios_btn {
  padding-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .servicios_btn {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_btn {
    padding-top: 30px;
  }
}

.sr {
  padding: 47px 0 158px 0;
}
@media screen and (max-width: 1024px) {
  .sr {
    padding: 60px 0 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .sr {
    padding: 50px 0 60px 0;
  }
}
.sr_miga {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sr_miga {
    margin-bottom: 30px;
  }
}
.sr_title {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .sr_title {
    margin-bottom: 30px;
  }
}
.sr_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sr_block {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.sr_left {
  width: 66%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sr_left {
    width: 59%;
  }
}
@media screen and (max-width: 768px) {
  .sr_left {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .sr_left {
    width: 100%;
  }
}
.sr_right {
  width: 31.666666666666668%;
}
@media screen and (max-width: 1024px) {
  .sr_right {
    width: 39%;
  }
}
@media screen and (max-width: 768px) {
  .sr_right {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .sr_right {
    width: 100%;
    margin-top: 80px;
  }
}
.sr_image {
  width: 100%;
}
.sr_image img {
  width: 100%;
  height: auto;
  display: block;
}
.sr_text {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.sr_text p {
  margin: 0 0 15px 0;
}
.sr_text p:last-child {
  margin-bottom: 0;
}
.sr_pictures {
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sr_pictures {
    overflow: inherit;
  }
}
.sr_envolver {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px;
}
@media screen and (max-width: 1024px) {
  .sr_envolver {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 768px) {
  .sr_envolver {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    margin: 0;
  }
}
.sr_box {
  width: calc(33.333333333333336% - 20px);
  border: 1px solid rgba(207,207,207,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 24px 38px 24px;
  margin: 15px 10px 0 10px;
}
@media screen and (min-width: 1025px) {
  .sr_box {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%);
    -o-transform: translateY(400%);
    -ms-transform: translateY(400%);
    transform: translateY(400%);
    -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .sr_box.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .sr_box {
    width: calc(33.333333333333336% - 10px);
    padding: 25px 15px;
    margin: 15px 5px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .sr_box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.sr_box_icon {
  width: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sr_box_icon {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sr_box_icon {
    width: 25px;
  }
}
.sr_box_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.sr_box_text {
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .sr_box_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .sr_box_text {
    width: calc(100% - 35px);
    margin-top: 0;
  }
}
.sr_box_text p {
  margin: 0;
}
.sr_form {
  background: rgba(207,207,207,0.1);
  padding: 53px 48px 62px 48px;
}
@media screen and (max-width: 1024px) {
  .sr_form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sr_form {
    padding: 30px 15px;
  }
}
.sr_subtitle h3 {
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 25px;
  margin: 0;
}
.sr_description {
  line-height: 1.43;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 20px;
}
.sr_description p {
  margin: 0;
}
.sr_field {
  margin-top: 20px;
}
.sr_field li {
  margin-bottom: 20px;
}
.sr_itembox {
  margin-bottom: 10px;
}
.sr_itembox:last-child {
  margin-bottom: 0;
}
.sr_button button {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 25px auto 0 auto;
}
.sr_down {
  margin-top: 52px;
}
.sr_textdown {
  margin-bottom: 33px;
}
.sr_textdown h3 {
  line-height: 1;
  color: #161617;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sr_textdown h3 {
    font-size: 25px;
  }
}
.sr_slider .slick-dots {
  font-size: 0;
  bottom: -42px;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-dots {
    bottom: -25px;
  }
}
.sr_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sr_slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-dots li {
    margin: 0 5px;
  }
}
.sr_slider .slick-dots li:hover button,
.sr_slider .slick-dots li.slick-active button {
  background: #ab1217;
}
.sr_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #cfcfcf;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.sr_slider .slick-dots li button:before {
  display: none;
}
.sr_slider .slick-prev,
.sr_slider .slick-next {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background: transparent;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-prev,
  .sr_slider .slick-next {
    display: none !important;
  }
}
.sr_slider .slick-prev:before,
.sr_slider .slick-next:before {
  display: none;
}
.sr_slider .slick-prev:after,
.sr_slider .slick-next:after {
  color: #fff;
  font-family: 'icomoon';
  font-size: 18px;
}
.sr_slider .slick-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-prev {
    left: 5px;
  }
}
.sr_slider .slick-prev:after {
  content: "\e901";
}
.sr_slider .slick-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .sr_slider .slick-next {
    right: 5px;
  }
}
.sr_slider .slick-next:after {
  content: "\e900";
}
.sr_card {
  display: block;
}
.sr_bg {
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 33.586%;
}

.footer {
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 10px 65px 10px;
  }
}
.footer_up {
  padding: 0 0 28px 0;
}
@media screen and (max-width: 1024px) {
  .footer_up {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer_up {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_content {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    width: 100%;
  }
}
.footer_left {
  width: 21.583333333333332%;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .footer_left {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    padding-top: 0;
  }
}
.footer_libro {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .footer_libro {
    margin-top: 24px;
  }
}
.footer_libro_link {
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  color: #333;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.footer_libro_link img{
  max-width: 140px;
  height: auto;
}
.footer_libro_link span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  margin: auto;
}
.footer_derechos {
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
}
.footer_derechos a {
  text-decoration: underline;
}
.footer_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 65.83333333333333%;
}
@media screen and (max-width: 1024px) {
  .footer_right {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    -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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    width: 100%;
    margin-top: 20px;
  }
}
.footer_column_left {
  width: calc(100% - 250px);
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer_column_left {
    width: calc(100% - 220px);
    padding-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .footer_column_left {
    display: none;
    width: 100%;
    padding-top: 0;
  }
}
.footer_column_right {
  width: 250px;
  padding-top: 56px;
}
@media screen and (max-width: 1024px) {
  .footer_column_right {
    width: 220px;
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .footer_column_right {
    width: 100%;
    padding-top: 0;
  }
}
.footer_info_title {
  display: block;
  line-height: 1;
  color: #222;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_info_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .footer_info_title {
    font-size: 22px;
  }
}
.footer_info_phone {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footer_info_phone {
    margin-top: 15px;
  }
}
.footer_info_phone a {
  display: block;
  line-height: 1;
  color: #ab1217;
  font-family: 'Prelo-Bold', sans-serif;
  font-size: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_info_phone a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .footer_info_phone a {
    font-size: 20px;
  }
}
.footer_menu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.footer_menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
.footer_menu a {
  display: block;
  line-height: 1;
  color: #747474;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_menu a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .footer_menu a:hover {
    color: #222;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer_menu a {
    font-size: 13px;
  }
}
.footer_logo {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    max-width: 205px;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_text {
  line-height: 1.1;
  color: #747474;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer_text {
    line-height: 1.2;
    text-align: left;
  }
}
.footer_text p {
  margin: 0 0 7px 0;
}
.footer_text p:last-child {
  margin-bottom: 0;
}
.footer_social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
@media screen and (max-width: 767px) {
  .footer_social ul {
    -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;
  }
}
.footer_social li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 18px 0 0;
}
.footer_social li:last-child {
  margin-right: 0;
}
.footer_social a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  line-height: 1;
  color: #747474;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_social a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .footer_social a:hover {
    color: #272727;
  }
}
@media screen and (max-width: 767px) {
  .footer_social a {
    color: #272727;
  }
}
.footer_social a.facebook {
  font-size: 19px;
}
.footer_social a.linkedin {
  font-size: 16px;
}
.footer_social a.youtube {
  font-size: 19px;
}
.footer_down {
  border-top: 1px solid rgba(207,207,207,0.5);
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .footer_down {
    padding: 13px 0 0 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer_copyright {
  line-height: 1;
  color: #000;
  font-family: 'Prelo-Book', sans-serif;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    line-height: 1.4;
    text-align: center;
  }
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin: 0 0 0 5px;
}
.footer_legal_center {
  border-top: 1px solid rgba(207,207,207,0.5);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  color: #747474;
}
.footer_legal_center p {
  margin: 0;
}

body.is-active {
  overflow: hidden;
}
.header {
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 1025px) {
  .header.none {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header_fixed {
  position: fixed;
  width: 100%;
  height: 75px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  z-index: 400;
}
@media screen and (max-width: 1024px) {
  .header_fixed {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .header_fixed {
    height: 50px;
  }
}
.header_container {
  max-width: 100%;
  height: 100%;
  padding: 0px 54px 0px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header_container {
    padding: 0px 30px 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .header_container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0px 15px 0px 5px;
  }
}
.header_logos {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_dongfeng {
  width: 271px;
  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;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .header_dongfeng {
    width: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .header_dongfeng {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .header_dongfeng {
    width: 141px;
    padding: 0;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .header_dongfeng {
    width: 120px;
    padding-right: 14px;
  }
}
.header_dongfeng_logo {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}
.header_dongfeng_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header_bartolome {
  width: 235px;
  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;
  border-left: 3px solid #272727;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .header_bartolome {
    width: 170px;
    border-left: 2px solid #272727;
  }
}
@media screen and (max-width: 1400px) {
  .header_bartolome {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header_bartolome {
    width: 114px;
    padding: 0;
    border-left: 1px solid #cfcfcf;
    padding-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header_bartolome {
    width: 105px;
  }
}
.header_bartolome_logo {
  max-width: 197px;
  width: 100%;
  margin: 0 auto;
}
.header_bartolome_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
  height: 100%;
}
.header_list li {
  margin: 0px 12px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .header_list li {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header_list {
    display: none;
  }
}
.header_link {
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ab1217;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .header_link.active:before {
    width: 100%;
  }
  .header_link:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header_link {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-size: 16px;
    color: #7c7c7c;
    text-transform: inherit;
    padding: 0px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_link:before {
    content: '\e900';
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: none;
    text-align: center;
    top: 0;
    left: auto;
    right: 25px;
    bottom: 0;
    font-family: 'icomoon';
    font-size: 12px;
    color: #7c7c7c;
    opacity: 0.27;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
    filter: alpha(opacity=27);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_link.active {
    color: #fff;
  }
  .header_link.active:before {
    color: #ab1217;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.header_camiones {
  cursor: pointer;
  height: 100%;
}
.header_camiones .header_link {
  padding-right: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}
.header_camiones .header_link:after {
  content: '\e906';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 7px;
  color: #ab1217;
  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: 1024px) {
  .header_camiones .header_link {
    padding: 0px 25px;
    pointer-events: inherit;
  }
  .header_camiones .header_link:after {
    display: none;
  }
  .header_camiones .header_link:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header_camiones .header_link.is-active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.header_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_btn {
  width: 170px;
  margin: 0;
  margin-left: 19px;
}
.header_btn .btn {
  width: 100%;
  display: block;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .header_btn {
    width: 140px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header_btn {
    display: none;
  }
  .header_btn .btn {
    height: 42px;
  }
  .header_btn .btn span {
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .header_btn {
    display: none;
  }
}
.header_whatsapp {
  width: 51px;
  margin-left: 12px;
  z-index: 20;
}
.header_whatsapp img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header_whatsapp {
    position: fixed;
    top: 90px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header_whatsapp {
    top: 60px;
  }
}
.header_number {
  display: inline-block;
  margin: 0;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #222;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.header_number:before {
  content: '\e905';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #272727;
  font-family: 'icomoon';
  font-size: 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;
}
@media screen and (max-width: 1200px) {
  .header_number {
    display: none;
  }
}
.header_menu_box {
  position: relative;
  width: 35px;
  height: 24px;
  margin-left: 36px;
}
@media screen and (max-width: 1400px) {
  .header_menu_box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_box {
    width: 30px;
    height: 20px;
    margin-left: 26px;
  }
}
.header_menu_open {
  width: 100%;
  height: 24px;
  display: block;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_menu_open span {
  width: 100%;
  height: 4px;
  display: block;
  background: #272727;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header_menu_open span:nth-child(2) {
  top: 10px;
}
.header_menu_open span:nth-child(3) {
  top: 20px;
}
.header_menu_open.is-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_menu_open.is-active .resp_linea1 {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -moz-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -o-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -ms-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  transform: translate3d(1px, 11px, 0px) rotate(45deg);
}
.header_menu_open.is-active .resp_linea2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
}
.header_menu_open.is-active .resp_linea3 {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -moz-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -o-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -ms-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  transform: translate3d(1px, -10px, 0px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .header_menu_open {
    height: 20px;
  }
  .header_menu_open span:nth-child(2) {
    top: 8px;
  }
  .header_menu_open span:nth-child(3) {
    top: 16px;
  }
  .header_menu_open.is-active .resp_linea1 {
    -webkit-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -moz-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -o-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -ms-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    transform: translate3d(1px, 9px, 0px) rotate(45deg);
  }
  .header_menu_open.is-active .resp_linea3 {
    -webkit-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -moz-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -o-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -ms-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    transform: translate3d(1px, -8px, 0px) rotate(-45deg);
  }
}
.header_menu_close {
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header_menu_close span {
  width: 100%;
  height: 4px;
  display: block;
  background: #272727;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header_menu_close span:nth-child(2) {
  top: 10px;
}
.header_menu_close span:nth-child(3) {
  top: 20px;
}
.header_menu_close.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.header_menu_close.is-active .resp_linea1 {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -moz-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -o-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  -ms-transform: translate3d(1px, 11px, 0px) rotate(45deg);
  transform: translate3d(1px, 11px, 0px) rotate(45deg);
}
.header_menu_close.is-active .resp_linea2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
}
.header_menu_close.is-active .resp_linea3 {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -moz-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -o-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  -ms-transform: translate3d(1px, -10px, 0px) rotate(-45deg);
  transform: translate3d(1px, -10px, 0px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .header_menu_close {
    height: 20px;
  }
  .header_menu_close span:nth-child(2) {
    top: 8px;
  }
  .header_menu_close span:nth-child(3) {
    top: 16px;
  }
  .header_menu_close.is-active .resp_linea1 {
    -webkit-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -moz-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -o-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    -ms-transform: translate3d(1px, 9px, 0px) rotate(45deg);
    transform: translate3d(1px, 9px, 0px) rotate(45deg);
  }
  .header_menu_close.is-active .resp_linea3 {
    -webkit-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -moz-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -o-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    -ms-transform: translate3d(1px, -8px, 0px) rotate(-45deg);
    transform: translate3d(1px, -8px, 0px) rotate(-45deg);
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 250;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.overlay.is-active {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  visibility: visible;
}
.asidebar {
  position: fixed;
  top: 0;
  right: 0px;
  background: #272727;
  z-index: 300;
  max-width: 506px;
  max-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  overflow: auto;
}
.asidebar.is-active {
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  -ms-transition: -ms-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .asidebar {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .asidebar {
    max-width: 100%;
  }
}
.menu_container {
  width: 100%;
  height: 100%;
  padding: 133px 25px 27px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .menu_container {
    padding: 100px 0px 55px;
  }
}
.menu_list {
  max-width: 280px;
  width: 100%;
  margin: auto;
  margin-bottom: 55px;
}
.menu_list li {
  margin-bottom: 30px;
}
.menu_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .menu_list {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu_list li {
    margin-bottom: 28px;
  }
}
.menu_link {
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 16px;
  color: #7c7c7c;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_link:before {
  content: '\e900';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'icomoon';
  margin: auto;
  font-size: 12px;
  color: #7c7c7c;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_link.active {
  color: #fff;
}
.menu_link.active:before {
  color: #ab1217;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .menu_link:hover {
    color: #fff;
  }
  .menu_link:hover:before {
    color: #ab1217;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .menu_link {
    max-width: 285px;
    width: 100%;
    margin: 0 auto;
  }
  .menu_link:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
}
.menu_banner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .menu_banner {
    display: none;
  }
}
.menu_banner_img {
  width: 100%;
  padding-bottom: 35.31%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.submenu {
  max-width: 1169px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .submenu {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
  }
  .submenu.is-active {
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .submenu {
    position: relative;
    top: auto;
    background: #222;
    margin-top: 28px;
    display: none;
  }
}
.submenu_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.submenu_list {
  width: 32.6%;
  padding: 10px 23px 20px 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #2a2a2a;
}
@media screen and (max-width: 1024px) {
  .submenu_list {
    width: 100%;
    padding: 20px 0;
  }
}
.submenu_link {
  display: block;
  font-family: 'Prelo-SemiBold', sans-serif;
  font-size: 14px;
  color: #7c7c7c;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid;
  border-image-source: radial-gradient(ellipse at center, #fff 0%, #272727 100%);
  border-image-slice: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu_link:last-child {
  border-bottom: none;
}
.submenu_link:before {
  content: '\e900';
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  color: #cfcfcf;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  font-family: 'icomoon';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu_link.active {
  color: #fff;
}
.submenu_link.active:before {
  color: #ab1217;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .submenu_link:hover {
    color: #fff;
  }
  .submenu_link:hover:before {
    color: #ab1217;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .submenu_link {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    padding: 0 25px 0 35px;
    padding-left: 45px;
  }
  .submenu_link:before {
    display: none;
  }
  .submenu_link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .submenu_link_ipad {
    padding-left: 35px;
  }
}
.submenu_content {
  width: 67.4%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .submenu_content {
    display: none;
  }
}
.submenu_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submenu_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.submenu_box_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.submenu_item {
  width: 50%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .submenu_item:hover .submenu_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.submenu_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0) 44%, rgba(0,0,0,0));
  background: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0) 44%, rgba(0,0,0,0));
  background: -o-linear-gradient(bottom, #000, rgba(0,0,0,0) 44%, rgba(0,0,0,0));
  background: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0) 44%, rgba(0,0,0,0));
  background: linear-gradient(to top, #000, rgba(0,0,0,0) 44%, rgba(0,0,0,0));
}
.submenu_info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 19px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submenu_icon {
  width: 30px;
}
.submenu_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.submenu_text {
  width: calc(100% - 30px);
  font-family: 'Prelo-Book', sans-serif;
  font-size: 13px;
  color: #fff;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submenu_text p {
  margin: 0;
}
.submenu_imagen {
  height: 100%;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.submenu_imagen.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.submenu_wrapp_img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
}
.submenu_wrapp_img>* {
  width: 50%;
}
.submenu_wrapp p {
  color: #7c7c7c;
  font-size: 14px;
  font-family: 'Prelo-SemiBold', sans-serif;
  margin: 0;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1024px) {
  .submenu_wrapp p {
    max-width: 335px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 0 35px;
    margin: 0 auto;
  }
}
.submenu_wrapp a {
  border: none;
  line-height: 40px;
  height: 40px;
}
.submenu_wrapp_a {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .submenu_wrapp_a {
    padding-left: 0;
  }
}
.submenu_links_pages {
  background: #2a2a2a;
  padding: 20px 0px 0px 20px;
}
.submenu_links_pages a {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
  padding: 7px 0px;
  font-family: 'Prelo-SemiBold', sans-serif;
  margin-bottom: 5px;
}
.submenu_links_pages a:last-child {
  margin-bottom: 0;
}
.submenu_links_pages a.active {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .submenu_links_pages a {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .submenu_links_pages a:hover {
    color: #fff;
  }
}
.menu_list_new li {
  margin-bottom: 28px;
}
.menu_btn_responsive {
  width: 100%;
  padding: 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 31px;
}
.menu_btn_res {
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
}
.menu_btn_res .btn {
  width: 100%;
  display: block;
  height: 48px;
  font-family: 'Prelo-SemiBold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.menu_btn_res .btn span {
  line-height: 48px;
}
