@media screen and (min-width: 1025px) {
  .b1detail {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -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;
  }
}
.b1detail.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.b1detail_content {
  width: 74.55729166666667%;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b1detail_content {
    width: 82.29452054794521%;
  }
}
@media screen and (max-width: 1024px) {
  .b1detail_content {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .b1detail_content {
    width: 100%;
  }
}
.b1detail_image {
  width: 100%;
  height: 350px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .b1detail_image {
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_image {
    display: none;
  }
}
.b1detail_block {
  background: #ff5c39;
  padding: 0 0 400px 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_block {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_block {
    padding: 0;
  }
}
.b1detail_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
  width: 83.82815228780998%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1460px) {
  .b1detail_wrap {
    width: 94%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .b1detail_wrap {
    padding: 50px 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_wrap {
    padding: 40px 0;
  }
}
.b1detail_left {
  width: 28.362068965517242%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8.620689655172415%;
}
@media screen and (max-width: 1460px) {
  .b1detail_left {
    width: 26%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .b1detail_left {
    width: 22%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b1detail_left {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_left {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .b1detail_left {
    width: 80px;
  }
}
.b1detail_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 71.63793103448276%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 76px;
}
@media screen and (max-width: 1460px) {
  .b1detail_right {
    width: 74%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .b1detail_right {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .b1detail_right {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_right {
    width: calc(100% - 100px);
    padding-left: 25px;
  }
}
@media screen and (max-width: 320px) {
  .b1detail_right {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
}
.b1detail_logo {
  width: 128px;
  margin: 0;
}
.b1detail_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b1detail_logo {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_logo {
    width: 100%;
  }
}
.b1detail_info {
  width: calc(100% - 46px);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_info {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 640px) {
  .b1detail_info {
    width: 100%;
  }
}
.b1detail_container {
  width: 80.12038392711892%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_container {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_container {
    width: 100%;
  }
}
.b1detail_links {
  margin-bottom: 10px;
}
.b1detail_links 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;
}
.b1detail_links li {
  position: relative;
  margin-right: 15px;
}
.b1detail_links li:before {
  content: "\/";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: -10px;
}
.b1detail_links li:first-child:before {
  display: none;
}
.b1detail_links li:last-child {
  margin-right: 0;
}
.b1detail_links a {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .b1detail_links a {
    font-size: 11px;
  }
}
.b1detail_title h2 {
  line-height: 1.13;
  color: #fff;
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .b1detail_title h2 {
    font-size: 20px;
  }
}
.b1detail_scroll {
  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: 46px;
  height: 46px;
  color: #fff;
  font-size: 44px;
  -webkit-animation: rebote_arrow_scroll 1s infinite ease-in-out;
  -moz-animation: rebote_arrow_scroll 1s infinite ease-in-out;
  -o-animation: rebote_arrow_scroll 1s infinite ease-in-out;
  -ms-animation: rebote_arrow_scroll 1s infinite ease-in-out;
  animation: rebote_arrow_scroll 1s infinite ease-in-out;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1detail_scroll {
    width: 40px;
    height: 40px;
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .b1detail_scroll {
    display: none;
  }
}
@-moz-keyframes rebote_arrow_scroll {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rebote_arrow_scroll {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes rebote_arrow_scroll {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes rebote_arrow_scroll {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.b1evento {
  position: relative;
  z-index: 2;
  padding: 32px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b1evento {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1evento {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .b1evento.active .b1evento_title {
    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);
  }
  .b1evento.active .b1evento_img img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.b1evento_title {
  max-width: 635px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b1evento_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b1evento_date {
  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;
  margin-top: 20px;
}
.b1evento_date_icon {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-size: 15px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 767px) {
  .b1evento_date_icon {
    font-size: 13px;
    margin-right: 8px;
  }
}
.b1evento_date_text {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1evento_date_text {
    font-size: 14px;
  }
}
.b1evento_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 63px;
}
@media screen and (max-width: 1024px) {
  .b1evento_img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1evento_img {
    margin-top: 40px;
  }
}
.b1evento_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b1evento_img img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    top: -400px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 1.5s ease-in-out 0.5s, top 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s, -webkit-transform 1s ease-in-out 2s;
    -moz-transition: opacity 1.5s ease-in-out 0.5s, top 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s, -moz-transform 1s ease-in-out 2s;
    -o-transition: opacity 1.5s ease-in-out 0.5s, top 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s, -o-transform 1s ease-in-out 2s;
    -ms-transition: opacity 1.5s ease-in-out 0.5s, top 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s, -ms-transform 1s ease-in-out 2s;
    transition: opacity 1.5s ease-in-out 0.5s, top 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s, transform 1s ease-in-out 2s;
  }
}

.b1home {
  position: relative;
  overflow: hidden;
}
.b1home .slick-dots {
  max-width: 1300px;
  width: 94%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  bottom: 40px;
  text-align: left;
}
.b1home .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
}
.b1home .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}
.b1home .slick-dots li button:before {
  display: none;
}
.b1home .slick-dots li.slick-active button {
  background: #ff5c39;
}
@media screen and (max-width: 1024px) {
  .b1home {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .b1home .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b1home {
    padding-top: 0;
  }
}
.b1home_slider_wrap {
  position: relative;
  width: 94%;
  overflow: hidden;
  max-width: 1631px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1home_slider_wrap {
    width: 100%;
  }
}
.b1home_slider_wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1home_item_slider {
  position: relative;
}
.b1home_item_slider.active .b1img_baner {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.b1home_item_slider.active .b1home_title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b1home_item_slider.active .b1home_btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1home_item_slider.youtube .b1home_wrap_info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 3;
}
.b1home_wrap_info {
  position: relative;
  width: 100%;
  height: 750px;
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b1home_wrap_info {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .b1home_wrap_info {
    height: 485px;
  }
}
.b1img_baner {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in !important;
  -moz-transition: -moz-transform 0.3s ease-in !important;
  -o-transition: -o-transform 0.3s ease-in !important;
  -ms-transition: -ms-transform 0.3s ease-in !important;
  transition: transform 0.3s ease-in !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.b1home_mostrar_banner_responsive {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1home_mostrar_banner_responsive {
    display: block;
  }
}
.b1home_conatiner {
  position: relative;
  z-index: 5;
}
.b1home_conatiner.ww_center {
  max-width: 1300px;
}
@media screen and (max-width: 640px) {
  .b1home_conatiner {
    padding-top: 80px;
  }
}
.b1home_title {
  max-width: 520px;
  width: 94%;
  margin: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: -webkit-transform 0.35s ease-in;
  -moz-transition: -moz-transform 0.35s ease-in;
  -o-transition: -o-transform 0.35s ease-in;
  -ms-transition: -ms-transform 0.35s ease-in;
  transition: transform 0.35s ease-in;
}
@media screen and (max-width: 1024px) {
  .b1home_title {
    max-width: 420px;
  }
}
.b1home_title h2 {
  color: #fff;
  font-size: calc(30px + (54 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  font-family: 'WorkSans-Light', sans-serif;
  line-height: 1.07;
}
.b1home_btn {
  padding-top: 50px;
  -webkit-transition: all 0.45s ease-out 0.7s;
  -moz-transition: all 0.45s ease-out 0.7s;
  -o-transition: all 0.45s ease-out 0.7s;
  -ms-transition: all 0.45s ease-out 0.7s;
  transition: all 0.45s ease-out 0.7s;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=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;
}
.b1home_btn a {
  margin: 0;
}
.b1home_btn a:last-child {
  margin-left: 10px;
}
.b1home_btn .b1home_video_responsive_table {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1home_btn .b1home_video_responsive_table {
    display: inline-block;
  }
}
.b1hime_first_text {
  position: absolute;
  right: -60px;
  bottom: 480px;
  line-height: 0.33;
  letter-spacing: -1.7px;
  display: inline-block;
  font-size: calc(100px + (200 - 100) * ((100vw - 320px) / (1920 - 320)));
  color: #ff5c39;
  font-family: 'WorkSans-Bold', sans-serif;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 1380px) {
  .b1hime_first_text {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b1hime_first_text {
    font-size: calc(80px + (100 - 80) * ((100vw - 480px) / (1920 - 480)));
  }
}
@media screen and (max-width: 767px) {
  .b1hime_first_text {
    display: none;
  }
}
.b1home_text_orange {
  color: #ff5c39;
  font-size: 200px;
  font-family: 'WorkSans-Bold', sans-serif;
  max-width: 1631px;
  width: 100%;
  bottom: 230px;
  left: 0px;
  position: absolute;
  height: 235px;
}
@media screen and (max-width: 767px) {
  .b1home_text_orange {
    display: none;
  }
}
.b1home_text_orange .textright {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -962px;
}
.b1home_text_orange .textright span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 1435px) {
  .b1home_text_orange .textright {
    right: -740px;
  }
}
@media screen and (max-width: 1366px) {
  .b1home_text_orange .textright {
    right: -1099px;
  }
}
@media screen and (max-width: 1024px) {
  .b1home_text_orange {
    font-size: 100px;
    height: 117px;
    bottom: auto;
    top: 80px;
  }
  .b1home_text_orange .textright {
    right: -281px;
  }
}
@media screen and (max-width: 414px) {
  .b1home_text_orange .textright {
    right: -320px;
  }
}
@media screen and (max-width: 375px) {
  .b1home_text_orange .textright {
    right: -323px;
  }
}
.b1home_text_white {
  color: #fff;
  font-size: 200px;
  font-family: 'WorkSans-Bold', sans-serif;
  width: 1311px;
  position: absolute;
  bottom: 230px;
  right: -1038px;
  z-index: 80;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .b1home_text_white {
    display: none;
  }
}
.b1home_text_white span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  -ms-transition: -ms-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 1450px) {
  .b1home_text_white {
    right: -1125px;
  }
}
@media screen and (max-width: 1435px) {
  .b1home_text_white {
    right: -906px;
  }
}
@media screen and (max-width: 1420px) {
  .b1home_text_white {
    right: -1255px;
  }
}
@media screen and (max-width: 1380px) {
  .b1home_text_white {
    right: -1256px;
  }
}
@media screen and (max-width: 1280px) {
  .b1home_text_white {
    right: -1115px;
  }
}
@media screen and (max-width: 1024px) {
  .b1home_text_white {
    right: -1037px;
    font-size: 100px;
    bottom: auto;
    top: 0px;
  }
}
.b1home_wrap_iframe {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .b1home_wrap_iframe {
    display: none;
  }
}

.b1nosotros {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .b1nosotros {
    padding-top: 35px;
  }
}
.b1nosotros.active .b1nosotros_background {
  width: 100%;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.b1nosotros.active .b1nosotros_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b1nosotros.active .b1nosotros_text {
  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);
}
.b1nosotros_container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .b1nosotros_container {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1nosotros_container {
    padding-bottom: 30px;
  }
}
.b1nosotros_title {
  padding-bottom: 22px;
}
.b1nosotros_title h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .b1nosotros_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media screen and (max-width: 767px) {
  .b1nosotros_title {
    padding-bottom: 15px;
  }
}
.b1nosotros_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 20px;
  color: #1e2123;
}
.b1nosotros_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b1nosotros_text {
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -o-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=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) {
  .b1nosotros_text {
    font-size: 18px;
  }
}
.b1nosotros_content {
  width: calc(100% - 200px);
  height: 674px;
}
@media screen and (min-width: 1025px) {
  .b1nosotros_content {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .b1nosotros_content {
    height: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .b1nosotros_content {
    width: calc(100% - 100px);
    height: 500px;
  }
}
@media screen and (max-width: 860px) {
  .b1nosotros_content {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .b1nosotros_content {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .b1nosotros_content {
    height: 226px;
  }
}
.b1nosotros_background {
  width: 100%;
  height: 100%;
  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) {
  .b1nosotros_background {
    width: 0%;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
}

.b2detail {
  position: relative;
  z-index: 2;
  margin-top: -400px;
}
@media screen and (max-width: 1024px) {
  .b2detail {
    margin-top: -280px;
  }
}
@media screen and (max-width: 640px) {
  .b2detail {
    padding-bottom: 40px;
    margin-top: 0;
  }
}
.b2detail_head {
  width: 74.55729166666667%;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b2detail_head {
    width: 82.29452054794521%;
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_head {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_head {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .b2detail_head {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .b2detail_head.active {
    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);
  }
}
.b2detail_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;
  width: 83.82815228780998%;
  background: #fff;
  padding: 95px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1460px) {
  .b2detail_block {
    width: 94%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_block {
    padding: 40px 0;
  }
}
.b2detail_left {
  width: 28.362068965517242%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8.620689655172415%;
  padding-right: 30px;
}
@media screen and (max-width: 1460px) {
  .b2detail_left {
    width: 26%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_left {
    width: 22%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_left {
    width: 94%;
    padding: 0 30px;
    margin: 50px auto 0 auto;
  }
}
.b2detail_right {
  width: 71.63793103448276%;
  padding-bottom: 38px;
}
@media screen and (max-width: 1460px) {
  .b2detail_right {
    width: 74%;
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_right {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_right {
    padding-bottom: 0;
  }
}
.b2detail_tripadvisor {
  max-width: 158.2px;
  width: 100%;
  height: 78px;
  border: 1px solid #0fa984;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .b2detail_tripadvisor {
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_tripadvisor {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_social {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_social {
    display: none;
  }
}
.b2detail_social_subtitle {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_social_wrap 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;
  }
}
.b2detail_social_wrap 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: 28px;
}
@media screen and (max-width: 768px) {
  .b2detail_social_wrap li {
    margin: 5px 10px;
  }
}
.b2detail_social_wrap li:last-child {
  margin-bottom: 0;
}
.b2detail_social_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2detail_social_box:hover .b2detail_social_icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b2detail_social_icon {
  display: block;
  width: 22px;
  line-height: 1;
  color: #ff5c39;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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 18px 0 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_icon {
    width: 20px;
    margin-right: 10px;
  }
}
.b2detail_social_icon.tw {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_icon.tw {
    font-size: 18px;
  }
}
.b2detail_social_icon.fb {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_icon.fb {
    font-size: 17px;
  }
}
.b2detail_social_icon.email {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_icon.email {
    font-size: 20px;
  }
}
.b2detail_social_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_social_text {
    font-size: 12px;
  }
}
.b2detail_description {
  width: 77.47292418772562%;
  line-height: 1.48;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_description {
    width: 84%;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_description {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_description {
    font-size: 17px;
  }
}
.b2detail_description p {
  margin: 0;
}
.b2detail_description span.capital {
  display: block;
  float: left;
  line-height: 1;
  letter-spacing: -1px;
  color: #ff5c39;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 68px;
  margin-right: 13px;
}
@media screen and (max-width: 1024px) {
  .b2detail_description span.capital {
    font-size: 55px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_description span.capital {
    font-size: 50px;
  }
}
.b2detail_item {
  margin-bottom: 76px;
}
@media screen and (max-width: 1460px) {
  .b2detail_item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .b2detail_item.active .b2detail_group {
    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);
  }
  .b2detail_item.active .b2detail_img {
    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);
  }
}
.b2detail_item:last-child {
  margin-bottom: 0;
}
.b2detail_container {
  width: 74.55729166666667%;
}
@media screen and (max-width: 1460px) {
  .b2detail_container {
    width: 82.29452054794521%;
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_container {
    width: 100%;
  }
}
.b2detail_texts {
  width: 83.82815228780998%;
  background: #fff;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1460px) {
  .b2detail_texts {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_texts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_texts {
    padding: 0;
  }
}
.b2detail_group {
  width: calc(100% - 28.362068965517242%);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1460px) {
  .b2detail_group {
    width: calc(100% - 26%);
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_group {
    width: calc(100% - 22%);
  }
}
@media screen and (max-width: 768px) {
  .b2detail_group {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .b2detail_group {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b2detail_title {
  width: 77.47292418772562%;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_title {
    width: 100%;
  }
}
.b2detail_title h3 {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_title h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_title h3 {
    font-size: 17px;
  }
}
.b2detail_text {
  width: 77.47292418772562%;
  line-height: 1.78;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 18px;
  margin: 0;
}
.b2detail_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2detail_text {
    line-height: 1.5;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_text {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b2detail_text {
    font-size: 14px;
  }
}
.b2detail_img {
  width: 49.114583333333336%;
  margin: 42px auto 0 auto;
}
.b2detail_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1460px) {
  .b2detail_img {
    width: 64.58904109589041%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b2detail_img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .b2detail_img {
    width: 94%;
  }
}
@media screen and (min-width: 1025px) {
  .b2detail_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
  }
}

.b2evento {
  position: relative;
  padding: 76px 0 65px 0;
}
@media screen and (max-width: 1024px) {
  .b2evento {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2evento {
    padding: 40px 0;
  }
}
.b2evento.active .b2evento_left {
  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);
}
.b2evento.active .b2evento_right {
  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);
}
.b2evento_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;
}
@media screen and (max-width: 1024px) {
  .b2evento_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .b2evento_content {
    -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;
    padding: 0;
  }
}
.b2evento_left {
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 52px;
}
@media screen and (max-width: 1024px) {
  .b2evento_left {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .b2evento_left {
    width: 94%;
    text-align: center;
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .b2evento_left {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b2evento_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -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;
  }
}
.b2evento_right {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .b2evento_right {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2evento_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -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;
  }
}
.b2evento_social_subtitle {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .b2evento_social_wrap 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;
  }
}
.b2evento_social_wrap 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: 28px;
}
@media screen and (max-width: 768px) {
  .b2evento_social_wrap li {
    margin: 5px 10px;
  }
}
.b2evento_social_wrap li:last-child {
  margin-bottom: 0;
}
.b2evento_social_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2evento_social_box:hover .b2evento_social_icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b2evento_social_icon {
  display: block;
  width: 22px;
  line-height: 1;
  color: #ff5c39;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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 18px 0 0;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_icon {
    width: 20px;
    margin-right: 10px;
  }
}
.b2evento_social_icon.tw {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_icon.tw {
    font-size: 18px;
  }
}
.b2evento_social_icon.fb {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_icon.fb {
    font-size: 17px;
  }
}
.b2evento_social_icon.email {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_icon.email {
    font-size: 20px;
  }
}
.b2evento_social_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2evento_social_text {
    font-size: 12px;
  }
}
.b2evento_description {
  max-width: 648px;
  width: 100%;
  line-height: 1.48;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2evento_description {
    max-width: none;
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  .b2evento_description {
    font-size: 17px;
  }
}
.b2evento_description p {
  margin: 0 0 45px 0;
}
@media screen and (max-width: 1024px) {
  .b2evento_description p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b2evento_description p {
    margin-bottom: 15px;
  }
}
.b2evento_description p:last-child {
  margin-bottom: 0;
}
.b2evento_description span.capital {
  display: block;
  float: left;
  line-height: 1;
  letter-spacing: -1px;
  color: #ff5c39;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 68px;
  margin-right: 13px;
}
@media screen and (max-width: 1024px) {
  .b2evento_description span.capital {
    font-size: 55px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b2evento_description span.capital {
    font-size: 50px;
  }
}
.b2evento_icons {
  display: none;
  width: 425px;
  height: 379px;
  position: absolute;
  top: -189px;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .b2evento_icons {
    display: block;
  }
}
.b2evento_icon {
  position: absolute;
}
.b2evento_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b2evento_icon--1 {
  width: 62px;
  top: 0;
  right: 54px;
  -webkit-animation: float_1 3s infinite;
  -moz-animation: float_1 3s infinite;
  -o-animation: float_1 3s infinite;
  -ms-animation: float_1 3s infinite;
  animation: float_1 3s infinite;
}
.b2evento_icon--2 {
  width: 78px;
  top: 116px;
  right: 0;
  -webkit-animation: float_2 3s infinite;
  -moz-animation: float_2 3s infinite;
  -o-animation: float_2 3s infinite;
  -ms-animation: float_2 3s infinite;
  animation: float_2 3s infinite;
}
.b2evento_icon--3 {
  width: 54px;
  right: 0;
  bottom: 46px;
  -webkit-animation: float_1 3s infinite;
  -moz-animation: float_1 3s infinite;
  -o-animation: float_1 3s infinite;
  -ms-animation: float_1 3s infinite;
  animation: float_1 3s infinite;
}
.b2evento_icon--4 {
  width: 102px;
  top: 60px;
  right: 138px;
  -webkit-animation: float_2 3s infinite;
  -moz-animation: float_2 3s infinite;
  -o-animation: float_2 3s infinite;
  -ms-animation: float_2 3s infinite;
  animation: float_2 3s infinite;
}
.b2evento_icon--5 {
  width: 62px;
  top: 197px;
  right: 120px;
  -webkit-animation: float_1 3s infinite;
  -moz-animation: float_1 3s infinite;
  -o-animation: float_1 3s infinite;
  -ms-animation: float_1 3s infinite;
  animation: float_1 3s infinite;
}
.b2evento_icon--6 {
  width: 102px;
  right: 151px;
  bottom: 0;
  -webkit-animation: float_2 3s infinite;
  -moz-animation: float_2 3s infinite;
  -o-animation: float_2 3s infinite;
  -ms-animation: float_2 3s infinite;
  animation: float_2 3s infinite;
}
.b2evento_icon--7 {
  width: 102px;
  bottom: 127px;
  left: 91px;
  -webkit-animation: float_1 3s infinite;
  -moz-animation: float_1 3s infinite;
  -o-animation: float_1 3s infinite;
  -ms-animation: float_1 3s infinite;
  animation: float_1 3s infinite;
}
.b2evento_icon--8 {
  width: 62px;
  bottom: 91px;
  left: 0;
  -webkit-animation: float_2 3s infinite;
  -moz-animation: float_2 3s infinite;
  -o-animation: float_2 3s infinite;
  -ms-animation: float_2 3s infinite;
  animation: float_2 3s infinite;
}
@-moz-keyframes float_1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float_1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes float_1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float_1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes float_2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float_2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes float_2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float_2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.b2home {
  position: relative;
  padding: 65px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b2home {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home {
    padding: 0;
  }
}
.b2home:before {
  content: "";
  width: 100%;
  height: calc(100% - 145px);
  background: #f6f7fb;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b2home:before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b2home:before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b2home.active .b2home_title {
    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);
  }
  .b2home.active .b2home_itembox .tarjeta_background {
    width: 100%;
  }
  .b2home.active .b2home_comodin_wrap {
    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);
  }
}
.b2home_content {
  max-width: 1235px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b2home_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_head {
    padding: 50px 0 20px 0;
  }
}
.b2home_title {
  max-width: 482px;
  width: 100%;
  text-align: center;
  margin: 0 auto 45px auto;
}
@media screen and (max-width: 767px) {
  .b2home_title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .b2home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
@media screen and (max-width: 767px) {
  .b2home_title .title_45 h2 {
    font-size: 28px;
  }
}
.b2home_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
}
.b2home_itembox {
  width: 30.364372469635626%;
  margin-right: 4.453441295546559%;
}
@media screen and (max-width: 960px) {
  .b2home_itembox {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_itembox {
    display: none;
  }
}
.b2home_itembox .tarjeta_container {
  overflow: 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;
}
.b2home_itembox .tarjeta_background {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 1025px) {
  .b2home_itembox:hover .tarjeta_container {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
  }
  .b2home_itembox:hover .tarjeta_background {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b2home_itembox:nth-child(3n-0) {
  margin-right: 0;
  margin-bottom: 50px;
}
.b2home_itembox:nth-child(3n-1) {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .b2home_itembox:nth-child(3n-1) {
    margin-top: 0;
  }
}
.b2home_itembox:nth-child(3n-2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .b2home_itembox:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .b2home_itembox:nth-child(odd) {
    margin-right: 3%;
  }
}
.b2home_comodin {
  height: 0;
  position: relative;
  padding-bottom: 42.43%;
}
@media screen and (max-width: 960px) {
  .b2home_comodin {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .b2home_comodin {
    display: block;
    max-width: 374px;
    width: 94%;
    padding-top: 40px;
  }
}
.b2home_comodin_wrap {
  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%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .b2home_comodin_wrap {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b2home_comodin_wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.25s ease-in-out 0.5s;
    -moz-transition: all 0.25s ease-in-out 0.5s;
    -o-transition: all 0.25s ease-in-out 0.5s;
    -ms-transition: all 0.25s ease-in-out 0.5s;
    transition: all 0.25s ease-in-out 0.5s;
  }
}
.b2home_comodin_title {
  margin-bottom: 37px;
}
.b2home_comodin_title h3 {
  line-height: 1.37;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 35px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_comodin_title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .b2home_comodin_title h3 {
    line-height: 1.1;
  }
}
.b2home_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .b2home_mobile {
    display: none;
  }
}
.b2home_mobile_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;
  max-width: 378px;
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}
.b2home_mobile_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 30px 0 0;
}
.b2home_mobile_box:last-child {
  margin-right: 0;
}
.b2home_mobile_icon {
  width: 60px;
  background: #fff;
  margin: 0 10px 0 0;
}
.b2home_mobile_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_mobile_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}

.b2nosotros {
  width: 100%;
  background: #1e2123;
  padding: 406px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -406px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b2nosotros {
    margin-top: -320px;
    padding: 320px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .b2nosotros {
    margin-top: -250px;
    padding: 250px 0px 0px;
  }
}
@media screen and (max-width: 860px) {
  .b2nosotros {
    margin-top: -180px;
    padding: 180px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2nosotros {
    margin-top: 0;
    padding: 47px 0px 354px;
  }
}
.b2nosotros.active .b2nosotros_img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.b2nosotros.active .b2nosotros_title,
.b2nosotros.active .b2nosotros_text {
  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);
}
.b2nosotros_container {
  max-width: 1210px;
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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) {
  .b2nosotros_container {
    overflow: hidden;
  }
}
.b2nosotros_info {
  width: 43.7%;
  padding-right: 0.6%;
}
@media screen and (max-width: 860px) {
  .b2nosotros_info {
    width: 49%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .b2nosotros_info {
    max-width: 455px;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-right: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.b2nosotros_title {
  padding-bottom: 35px;
}
.b2nosotros_title h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_title {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=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) {
  .b2nosotros_title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2nosotros_title h2 {
    line-height: 1.25;
  }
}
.b2nosotros_text {
  max-width: 493px;
  width: 100%;
  margin: 0;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 23px;
  color: #fff;
  line-height: 1.48;
}
.b2nosotros_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_text {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 1200px) {
  .b2nosotros_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b2nosotros_text {
    font-size: 17px;
  }
}
.b2nosotros_img {
  width: 55.7%;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_img {
    -webkit-transform: scale(1.2) translate(0px, -30%);
    -moz-transform: scale(1.2) translate(0px, -30%);
    -o-transform: scale(1.2) translate(0px, -30%);
    -ms-transform: scale(1.2) translate(0px, -30%);
    transform: scale(1.2) translate(0px, -30%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
@media screen and (max-width: 860px) {
  .b2nosotros_img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .b2nosotros_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}
.b2nosotros_box_img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2nosotros_box_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b2nosotros_box_img {
    max-width: 442px;
    width: 100%;
    margin: 0 auto;
  }
}

.b3detail {
  padding: 100px 0 72px 0;
}
@media screen and (max-width: 1024px) {
  .b3detail {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .b3detail {
    position: relative;
    padding: 40px 0;
  }
  .b3detail:before {
    content: "";
    width: 94%;
    height: 1px;
    background: #d8d9dd;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b3detail.active .b3detail_title {
    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);
  }
}
.b3detail_content {
  max-width: 1263px;
}
.b3detail_title {
  max-width: 482px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b3detail_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b3detail_title h2 {
  line-height: 1.2;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3detail_title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  .b3detail_title h2 {
    font-size: 26px;
  }
}
.b3deatil_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b3deatil_slider .slick-dots {
  font-size: 0;
  bottom: 0;
}
.b3deatil_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7.5px;
}
.b3deatil_slider .slick-dots li.slick-active button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3deatil_slider .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #9b9b9b;
  border-radius: 50%;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  padding: 0;
  margin: 0;
}
.b3deatil_slider .slick-dots li button:before {
  display: none;
}
.b3detail_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 15px 49px 15px;
}
@media screen and (max-width: 1024px) {
  .b3detail_item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .b3detail_item {
    padding: 40px 10px 10px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .b3detail_item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .b3detail_item.active {
    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);
  }
}
.b3detail_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;
  max-width: 358px;
  width: 100%;
  -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 11px 0 rgba(0,0,0,0.05);
  -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 auto;
}
@media screen and (min-width: 1025px) {
  .b3detail_box:hover {
    -webkit-box-shadow: 0 0 34px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 34px 0 rgba(0,0,0,0.1);
  }
  .b3detail_box:hover .b3detail_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);
  }
  .b3detail_box:hover .b3detail_btn {
    color: #ff5c39;
  }
}
@media screen and (max-width: 480px) {
  .b3detail_box {
    max-width: none;
  }
}
.b3detail_info {
  width: 56.14525139664804%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 19px 0 25px;
}
@media screen and (max-width: 1024px) {
  .b3detail_info {
    padding: 25px 15px 0 15px;
  }
}
.b3detail_ctn_image {
  width: 43.85474860335196%;
  height: 218px;
  overflow: hidden;
}
.b3detail_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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;
}
.b3detail_subtitle h3 {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-size: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b3detail_subtitle h3 {
    font-size: 20px;
  }
}
.b3detail_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 11px;
  margin: 10px 0 0 0;
}
.b3detail_btn {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  -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;
  bottom: 30px;
  left: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3detail_btn {
    font-size: 12px;
    bottom: 25px;
    left: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .b3evento.active .b3evento_left {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b3evento.active .b3evento_right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.b3evento_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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 889px;
  background: #f6f7fb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43.5px 71px;
}
@media screen and (max-width: 1024px) {
  .b3evento_content {
    max-width: 800px;
    padding: 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .b3evento_content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 680px) {
  .b3evento_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;
    padding: 40px 15px;
  }
}
.b3evento_left {
  width: 64.52476572958501%;
}
@media screen and (max-width: 680px) {
  .b3evento_left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .b3evento_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -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;
  }
}
.b3evento_right {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b3evento_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -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;
  }
}
.b3evento_title {
  margin-bottom: 15px;
}
@media screen and (max-width: 680px) {
  .b3evento_title {
    margin-bottom: 0;
  }
}
.b3evento_title h3 {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b3evento_title h3 {
    font-size: 18px;
  }
}
.b3evento_text {
  line-height: 1.4;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
}
.b3evento_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3evento_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .b3evento_text {
    display: none;
  }
}
.b3evento_suscribirte {
  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: 24px;
}
@media screen and (min-width: 1025px) {
  .b3evento_suscribirte:hover .b3evento_suscribirte_icon {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@media screen and (max-width: 680px) {
  .b3evento_suscribirte {
    display: none;
  }
}
.b3evento_suscribirte_text,
.b3evento_suscribirte_icon {
  display: block;
  line-height: 1;
  color: #1e2123;
  margin: 0;
}
.b3evento_suscribirte_text {
  letter-spacing: -0.2px;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .b3evento_suscribirte_text {
    font-size: 16px;
  }
}
.b3evento_suscribirte_icon {
  font-size: 15px;
  -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-top: 2px;
}
.b3evento_agendar_container {
  width: 140px;
  height: 0;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  padding: 20px 0;
  margin: auto;
}
.b3evento_agendar_container.active {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3evento_agendar_item {
  position: relative;
}
.b3evento_agendar_item input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b3evento_agendar_item input[type="radio"]:checked + label {
  background: #ff5c39;
}
.b3evento_agendar_item input[type="radio"]:checked + label .b3evento_agendar_icon {
  color: #fff;
}
.b3evento_agendar_item input[type="radio"]:checked + label .b3evento_agendar_text {
  color: #fff;
}
.b3evento_agendar_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: 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: 50px;
  -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;
}
@media screen and (min-width: 1025px) {
  .b3evento_agendar_box:hover {
    background: #ff5c39;
  }
  .b3evento_agendar_box:hover .b3evento_agendar_icon {
    color: #fff;
  }
  .b3evento_agendar_box:hover .b3evento_agendar_text {
    color: #fff;
  }
}
.b3evento_agendar_icon {
  display: block;
  line-height: 1;
  font-size: 20px;
  -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 10px 0 0;
}
.b3evento_agendar_icon.plus {
  color: #ff5c39;
}
.b3evento_agendar_icon.outlook {
  color: #ff5c39;
}
.b3evento_agendar_text {
  display: block;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 13px;
  -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;
}

.b3home {
  padding: 40px 0px 65px 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b3home {
    padding-top: 0;
  }
}
.b3home_container {
  position: relative;
}
.b3home_container.ww_center {
  max-width: 1076px;
}
.b3home_item {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
@media screen and (max-width: 960px) {
  .b3home_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b3home_img {
  width: 624px;
  position: relative;
  mix-blend-mode: multiply;
}
.b3home_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b3home_img {
    width: 500px;
  }
}
@media screen and (max-width: 959px) {
  .b3home_img {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
.capa {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  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;
}
.capa_envolver {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 470px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.linea {
  display: block;
  height: 200px;
  width: 50px;
  border-radius: 40px;
  margin: 0;
  background-color: #000;
  -webkit-animation: equalize 2s infinite;
  -moz-animation: equalize 2s infinite;
  -o-animation: equalize 2s infinite;
  -ms-animation: equalize 2s infinite;
  animation: equalize 2s infinite;
  margin-right: 10px;
}
.linea:last-child {
  margin-right: 0;
}
.linea:nth-child(1) {
  -webkit-animation-delay: -4.050000000000001s;
  -moz-animation-delay: -4.050000000000001s;
  -o-animation-delay: -4.050000000000001s;
  -ms-animation-delay: -4.050000000000001s;
  animation-delay: -4.050000000000001s;
}
.linea:nth-child(2) {
  -webkit-animation-delay: -8.100000000000001s;
  -moz-animation-delay: -8.100000000000001s;
  -o-animation-delay: -8.100000000000001s;
  -ms-animation-delay: -8.100000000000001s;
  animation-delay: -8.100000000000001s;
}
.linea:nth-child(3) {
  -webkit-animation-delay: -6.75s;
  -moz-animation-delay: -6.75s;
  -o-animation-delay: -6.75s;
  -ms-animation-delay: -6.75s;
  animation-delay: -6.75s;
}
.linea:nth-child(4) {
  -webkit-animation-delay: -5.4s;
  -moz-animation-delay: -5.4s;
  -o-animation-delay: -5.4s;
  -ms-animation-delay: -5.4s;
  animation-delay: -5.4s;
}
.linea:nth-child(5) {
  -webkit-animation-delay: -4.65s;
  -moz-animation-delay: -4.65s;
  -o-animation-delay: -4.65s;
  -ms-animation-delay: -4.65s;
  animation-delay: -4.65s;
}
.linea:nth-child(6) {
  -webkit-animation-delay: -3.45s;
  -moz-animation-delay: -3.45s;
  -o-animation-delay: -3.45s;
  -ms-animation-delay: -3.45s;
  animation-delay: -3.45s;
}
@media screen and (max-width: 500px) {
  .linea {
    width: 40px;
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  .linea {
    width: 30px;
  }
}
.b3home_info {
  width: calc(100% - 624px);
  font-size: 45px;
  font-family: 'WorkSans-Light', sans-serif;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3home_info img {
  display: inline-block;
}
.b3home_info strong {
  font-weight: normal;
  font-family: 'WorkSans-Regular', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b3home_info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 959px) {
  .b3home_info {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}
.b3home_iframe_spotify {
  position: relative;
  left: -68px;
}
.b3home_iframe_spotify iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .b3home_iframe_spotify {
    left: 0;
  }
}
.b3home_text {
  color: #1e2123;
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 200px;
  line-height: 0.8;
  letter-spacing: -1.7px;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: -40px;
}
.b3home_text p {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .b3home_text {
    display: none;
  }
}
@-moz-keyframes equalize {
  0%, 100% {
    height: 66%;
  }
  10% {
    height: 6%;
  }
  20% {
    height: 15%;
  }
  30% {
    height: 1%;
  }
  40% {
    height: 13%;
  }
  50% {
    height: 75%;
  }
  60% {
    height: 23%;
  }
  70% {
    height: 80%;
  }
  80% {
    height: 80%;
  }
  90% {
    height: 65%;
  }
}
@-webkit-keyframes equalize {
  0%, 100% {
    height: 66%;
  }
  10% {
    height: 6%;
  }
  20% {
    height: 15%;
  }
  30% {
    height: 1%;
  }
  40% {
    height: 13%;
  }
  50% {
    height: 75%;
  }
  60% {
    height: 23%;
  }
  70% {
    height: 80%;
  }
  80% {
    height: 80%;
  }
  90% {
    height: 65%;
  }
}
@-o-keyframes equalize {
  0%, 100% {
    height: 66%;
  }
  10% {
    height: 6%;
  }
  20% {
    height: 15%;
  }
  30% {
    height: 1%;
  }
  40% {
    height: 13%;
  }
  50% {
    height: 75%;
  }
  60% {
    height: 23%;
  }
  70% {
    height: 80%;
  }
  80% {
    height: 80%;
  }
  90% {
    height: 65%;
  }
}
@keyframes equalize {
  0%, 100% {
    height: 66%;
  }
  10% {
    height: 6%;
  }
  20% {
    height: 15%;
  }
  30% {
    height: 1%;
  }
  40% {
    height: 13%;
  }
  50% {
    height: 75%;
  }
  60% {
    height: 23%;
  }
  70% {
    height: 80%;
  }
  80% {
    height: 80%;
  }
  90% {
    height: 65%;
  }
}

.b3nosotros {
  width: 100%;
  padding: 86px 0px 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3nosotros {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b3nosotros {
    padding: 56px 0px 69px;
  }
}
.b3nosotros.active .b3nosotras_img {
  -webkit-transform: scale(1) translate(0, 0);
  -moz-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b3nosotros.active .b3nosotros_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b3nosotros.active .b3nosotros_text {
  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);
}
.b3nosotros_container {
  max-width: 1130px;
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3nosotras_img {
  width: 46.8%;
}
.b3nosotras_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b3nosotras_img {
    -webkit-transform: scale(1.3) translate(-20%, 20%);
    -moz-transform: scale(1.3) translate(-20%, 20%);
    -o-transform: scale(1.3) translate(-20%, 20%);
    -ms-transform: scale(1.3) translate(-20%, 20%);
    transform: scale(1.3) translate(-20%, 20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .b3nosotras_img {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .b3nosotras_img {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
  }
}
.b3nosotros_content {
  width: 44.6%;
  padding-left: 8.6%;
}
@media screen and (max-width: 1024px) {
  .b3nosotros_content {
    width: 47%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .b3nosotros_content {
    max-width: 455px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    padding-top: 69px;
  }
}
.b3nosotros_title {
  padding-bottom: 40px;
}
.b3nosotros_title h2 {
  line-height: 1.1;
}
@media screen and (min-width: 1025px) {
  .b3nosotros_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .b3nosotros_title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b3nosotros_title {
    padding-bottom: 19px;
  }
  .b3nosotros_title h2 {
    line-height: 1.25;
  }
}
.b3nosotros_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 23px;
  color: #1e2123;
  line-height: 1.48;
}
.b3nosotros_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b3nosotros_text {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=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: 1200px) {
  .b3nosotros_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .b3nosotros_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b3nosotros_text {
    line-height: 1.59;
  }
}

.b4evento {
  padding: 87px 0 43px 0;
}
@media screen and (max-width: 1024px) {
  .b4evento {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b4evento {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b4evento.active .b4evento_title {
    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);
  }
}
.b4evento_content {
  max-width: 1218px;
}
.b4evento_title {
  max-width: 482px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b4evento_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b4evento_title h2 {
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .b4evento_title .title_45 h2 {
    font-size: 28px;
  }
}
.b4evento_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b4evento_slider .slick-dots {
  font-size: 0;
  bottom: 0;
}
.b4evento_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7.5px;
}
.b4evento_slider .slick-dots li.slick-active button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b4evento_slider .slick-dots li button {
  width: 11px;
  height: 11px;
  background: #9b9b9b;
  border-radius: 50%;
  opacity: 0.27;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=27)";
  filter: alpha(opacity=27);
  padding: 0;
  margin: 0;
}
.b4evento_slider .slick-dots li button:before {
  display: none;
}
.b4evento_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 10px 54px 10px;
}
@media screen and (max-width: 1024px) {
  .b4evento_item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .b4evento_item {
    padding: 40px 10px 10px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .b4evento_item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .b4evento_item.active {
    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);
  }
}
.b4evento_box {
  display: block;
  max-width: 375px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b4evento_box {
    -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;
  }
}
@media screen and (min-width: 1025px) {
  .b4evento_box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
  }
  .b4evento_box:hover .b4evento_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);
  }
}
.b4evento_ctn_img {
  width: 100%;
  overflow: hidden;
}
.b4evento_img {
  width: 100%;
  height: 100%;
}
.b4evento_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b4evento_img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
  }
}
.b4evento_info {
  min-height: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 33px 0 33px;
}
@media screen and (max-width: 1024px) {
  .b4evento_info {
    min-height: 185px;
    padding: 30px 20px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .b4evento_info {
    padding: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .b4evento_info {
    min-height: 165px;
  }
}
.b4evento_date {
  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-bottom: 12px;
}
.b4evento_date_icon {
  display: block;
  line-height: 1;
  color: #ff5c39;
  font-size: 15px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1024px) {
  .b4evento_date_icon {
    font-size: 14px;
  }
}
.b4evento_date_text {
  display: block;
  line-height: 1;
  color: #ff5c39;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4evento_date_text {
    font-size: 13px;
  }
}
.b4evento_subtitle {
  margin-bottom: 30px;
}
.b4evento_subtitle h3 {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4evento_subtitle h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  .b4evento_subtitle h3 {
    font-size: 17px;
  }
}
.b4evento_link {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4evento_link {
    font-size: 12px;
  }
}

.b4home {
  position: relative;
  padding: 73px 0px 99px 0px;
}
@media screen and (max-width: 1024px) {
  .b4home {
    padding-bottom: 50px;
  }
}
.b4home:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f7fb;
  width: 100%;
  height: 100%;
  display: block;
}
.b4home_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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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) {
  .b4home_box {
    -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;
  }
}
.b4home_container {
  position: relative;
}
.b4home_title {
  width: calc(100% - 800px);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_title {
    width: 100%;
    text-align: center;
  }
}
.b4home_nav {
  width: 800px;
  padding-left: 116px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4home_nav 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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.b4home_nav li {
  width: 29%;
  margin-right: 40px;
  margin-bottom: 15px;
}
.b4home_nav li:nth-child(3n+3) {
  margin-right: 0;
}
.b4home_nav li a {
  width: 100%;
  position: relative;
}
.b4home_nav li a.active .b4home_link {
  background: #ffd4cb;
  border-color: transparent;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b4home_nav li a.active .b4home_link_text {
  color: #ff5c39;
}
.b4home_nav li a.active .b4home_link_icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .b4home_nav {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  .b4home_nav 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;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_nav {
    overflow: auto;
  }
  .b4home_nav ul {
    width: 800px;
    overflow: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b4home_link {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 7px 15px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4home_link_icon {
  width: 35px;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
.b4home_link_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_link_text {
  padding-left: 9px;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  color: #9b9b9b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
.b4home_link_text p {
  margin: 0;
}
.b4home_content_items {
  padding-top: 75px;
}
.b4home_wrap_slider {
  position: relative;
}
.b4home_slider {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.b4home_slider li .b4home_item_slider {
  padding: 10px 10px;
  max-width: 360px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .b4home_slider li .itembox:hover .itembox_link {
    color: #ff5c39;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
.b4home_slider.not_slider 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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.b4home_slider.not_slider li {
  width: 32%;
  margin-right: 2%;
}
.b4home_slider.not_slider li:nth-child(3n+3) {
  margin-right: 0;
}
.b4home_slider.not_slider li:nth-child(even) {
  padding-top: 34px;
}
.b4home_slider.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 5;
  position: relative;
}
.b4home_slider_btn {
  padding-top: 104px;
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4home_slider_btn>* {
  margin: 0;
}
.b4home_slider_btn>*:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .b4home_slider_btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    padding-top: 30px;
  }
  .b4home_slider_btn>*:first-child {
    padding: 0;
    margin-bottom: 20px;
  }
}

.b4nosotros {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4nosotros.active .b4nosotros_title {
  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);
}
.b4nosotros.active .b4nosotros_figure {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b4nosotros.active .b4nosotros_img img {
  -webkit-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
  -moz-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
  -o-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
  -ms-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
  animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
}
.b4nosotros_background {
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b4nosotros_container {
  padding: 108px 0px 88px;
}
@media screen and (max-width: 1024px) {
  .b4nosotros_container {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b4nosotros_container {
    padding: 55px 0px;
  }
}
.b4nosotros_title {
  padding-bottom: 19px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b4nosotros_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b4nosotros_figure {
  max-width: 682px;
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1024px) {
  .b4nosotros_figure {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b4nosotros_img {
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b4nosotros_img img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b4nosotros_img img {
    -webkit-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
    -moz-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
    -o-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
    -ms-animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
    animation: anima_opacidad 2000ms forwards 500ms, anima_opacidad2 1000ms infinite 2000ms alternate;
  }
}
@-moz-keyframes anima_opacidad {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  35% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  45% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  80% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes anima_opacidad {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  35% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  45% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  80% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes anima_opacidad {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  35% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  45% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  80% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes anima_opacidad {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  35% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  45% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  70% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  75% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  80% {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  85% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes anima_opacidad2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes anima_opacidad2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes anima_opacidad2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes anima_opacidad2 {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

.b5home {
  padding: 74px 0px 124px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .b5home {
    padding-bottom: 50px;
  }
}
.b5figure_img_responsive {
  max-width: 445px;
  width: 100%;
  margin: auto;
  display: none;
}
.b5figure_img_responsive img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b5figure_img_responsive {
    display: block;
  }
}
.b5home_item_fig {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b5home_item_fig.active .b5home_text_orange,
  .b5home_item_fig.active .b5home_text_white,
  .b5home_item_fig.active .b5home_text_orange_inner,
  .b5home_item_fig.active .b5home_text_white_inner {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1024px) {
  .b5home_item_fig {
    display: none;
  }
}
.b5home_container.show_lazy .b5home_text_orange {
  display: block;
}
.b5home_container.show_lazy .b5home_text_orange_inner {
  display: block;
}
.b5home_container.show_lazy .b5home_btn {
  display: block;
}
.b5home_figure {
  max-width: 375px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.b5home_figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b5home_text_orange {
  color: #ff5c39;
  font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'WorkSans-Bold', sans-serif;
  text-align: right;
  line-height: 0.9;
  width: 957px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  display: none;
}
.b5home_text_orange span {
  width: 500px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 113px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .b5home_text_orange {
    width: 100%;
    left: 0;
    right: inherit;
    text-align: center;
  }
  .b5home_text_orange span {
    width: 100%;
  }
}
.b5home_text_orange_inner {
  color: #ff5c39;
  font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'WorkSans-Bold', sans-serif;
  text-align: left;
  line-height: 0.9;
  width: 984px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  display: none;
}
.b5home_text_orange_inner span {
  width: 500px;
  margin: 0;
  display: inline-block;
  position: absolute;
  bottom: 65px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .b5home_text_orange_inner {
    width: 100%;
    left: 0;
    right: inherit;
    text-align: center;
  }
  .b5home_text_orange_inner span {
    width: 100%;
  }
}
.b5home_text_white {
  font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: 'WorkSans-Bold', sans-serif;
  text-align: right;
  line-height: 0.9;
  position: absolute;
  top: 113px;
  left: -290px;
  display: block;
  width: 500px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
.b5home_text_white span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b5home_text_white {
    width: 100%;
    left: 0;
    top: 140px;
    text-align: center;
  }
}
.b5home_text_white_inner {
  font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: 'WorkSans-Bold', sans-serif;
  text-align: left;
  line-height: 0.9;
  position: absolute;
  bottom: 65px;
  right: -305px;
  display: block;
  width: 500px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.b5home_text_white_inner span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .b5home_text_white_inner {
    width: 100%;
    right: 0;
    text-align: center;
  }
}
.b5home_btn {
  display: none;
  text-align: center;
  margin-top: -25px;
}
.b5home_btn a {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .b5home_btn {
    margin-top: 30px;
  }
}

.b6home {
  overflow: hidden;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1460px) {
  .b6home {
    padding-left: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .b6home {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b6home {
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .b6home.active .b6home_phone {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b6home.active .b6home_head {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b6home.active .b6home_circlebox.heart {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .b6home.active .b6home_circlebox.chat {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.b6home_content {
  max-width: 1248px;
  margin: 0 41px 0 auto;
}
@media screen and (max-width: 1024px) {
  .b6home_content {
    margin: 0 auto;
  }
}
.b6home_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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-right: 17.5%;
  margin-bottom: 75px;
}
@media screen and (max-width: 1460px) {
  .b6home_head {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b6home_head {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .b6home_head {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b6home_circles {
  width: 109px;
  height: 111px;
  position: relative;
  margin: 0 0 22px 15px;
}
@media screen and (max-width: 767px) {
  .b6home_circles {
    display: none;
  }
}
.b6home_circlebox {
  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;
  background: #ff5c39;
  color: #fff;
  border-radius: 50%;
  position: absolute;
}
.b6home_circlebox.itg {
  width: 59px;
  height: 59px;
  font-size: 25px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.b6home_circlebox.heart {
  width: 47px;
  height: 47px;
  font-size: 20px;
  top: 0;
  left: 45px;
}
@media screen and (min-width: 1025px) {
  .b6home_circlebox.heart {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate3d(-38.5px, 58px, 0);
    -moz-transform: translate3d(-38.5px, 58px, 0);
    -o-transform: translate3d(-38.5px, 58px, 0);
    -ms-transform: translate3d(-38.5px, 58px, 0);
    transform: translate3d(-38.5px, 58px, 0);
    -webkit-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -moz-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -o-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -ms-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
  }
}
.b6home_circlebox.chat {
  width: 34px;
  height: 34px;
  font-size: 17px;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_circlebox.chat {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate3d(-62px, -12px, 0);
    -moz-transform: translate3d(-62px, -12px, 0);
    -o-transform: translate3d(-62px, -12px, 0);
    -ms-transform: translate3d(-62px, -12px, 0);
    transform: translate3d(-62px, -12px, 0);
    -webkit-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -moz-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -o-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -ms-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
  }
}
.b6home_down {
  position: relative;
}
.b6home_phone {
  width: 704px;
  height: 1087px;
  background: url("../img/b6home-phone.png") 0 0 no-repeat;
  pointer-events: none;
  position: absolute;
  top: -267px;
  left: -224px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b6home_phone {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b6home_phone {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b6home_phone_logo {
  width: 180px;
  position: absolute;
  top: 100px;
  right: 188px;
}
.b6home_phone_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_phone_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 190px;
  left: 230px;
}
.b6home_phone_circle {
  width: 55px;
  margin: 0 15px 0 0;
}
.b6home_phone_circle img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_phone_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
}
.b6home_phone_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 18px;
  margin: 0 10px 0 0;
}
.b6home_phone_check {
  width: 16px;
  margin: 0;
}
.b6home_phone_check img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_slider li {
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .b6home_item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .b6home_item.active {
    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);
  }
}
.b6home_box {
  display: block;
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .b6home_box {
    max-width: none;
  }
}
.b6home_ctn_image {
  width: 100%;
  height: 282px;
}
.b6home_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b6home_icons {
  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;
  padding: 22px 12px 43px 12px;
}
.b6home_iconbox {
  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-right: 30px;
}
.b6home_iconbox:last-child {
  margin-right: 0;
}
.b6home_icon {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 24px;
  margin: 0 10px 0 0;
}
.b6home_number {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 17px;
  margin: 0;
}

.section_fixed {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.contacto {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 139px;
}
@media screen and (max-width: 1024px) {
  .contacto {
    padding-top: 0;
  }
}
.contacto_fondo_scroll {
  margin-bottom: 350px;
}
@media screen and (max-width: 1024px) {
  .contacto_fondo_scroll {
    margin-bottom: 0;
  }
}
.contacto_fondo {
  width: 100%;
  height: 490px;
  overflow: hidden;
  position: fixed;
  top: 139px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .contacto_fondo {
    top: 0px;
    position: relative;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_fondo {
    height: 226px;
  }
}
.contacto_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.contacto_container_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  z-index: 1;
}
.contacto_info {
  width: 100%;
  padding: 85px 0px 0px;
  background: #1e2123;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.contacto_info.active .contacto_info_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contacto_info.active .contacto_info_text {
  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);
}
.contacto_info.active .contacto_btn {
  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);
}
.contacto_info.active .contacto_image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
@media screen and (max-width: 1024px) {
  .contacto_info {
    padding: 60px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_info {
    padding: 40px 0px 0px;
  }
}
.contacto_info_title {
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contacto_info_title h1,
.contacto_info_title h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .contacto_info_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media screen and (max-width: 767px) {
  .contacto_info_title {
    max-width: 418px;
    width: 100%;
    margin: 0 auto;
  }
}
.contacto_info_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}
.contacto_info_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .contacto_info_text {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .contacto_info_text {
    padding-bottom: 30px;
  }
}
.contacto_btn {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .contacto_btn {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=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;
  }
}
.contacto_image_box {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .contacto_image_box {
    margin-top: 23px;
  }
}
.contacto_image {
  max-width: 803px;
  width: 100%;
  margin: 0 auto;
}
.contacto_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .contacto_image {
    -webkit-transform: scale(1.2) translate(0px, 100%);
    -moz-transform: scale(1.2) translate(0px, 100%);
    -o-transform: scale(1.2) translate(0px, 100%);
    -ms-transform: scale(1.2) translate(0px, 100%);
    transform: scale(1.2) translate(0px, 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.contacto_container {
  width: 100%;
  padding: 80px 0px 116px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contacto_container {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_container {
    padding: 40px 0px;
  }
}
.contacto_content {
  max-width: 945px;
}
.contacto_box {
  padding-bottom: 75px;
}
.contacto_box.active .contacto_box_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contacto_box.active .contacto_text {
  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);
}
.contacto_box.active .contacto_box_btn {
  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);
}
.contacto_box.active .contacto_img_yoy {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .contacto_box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_box {
    padding-bottom: 23px;
  }
}
.contacto_box_title {
  padding-bottom: 15px;
  text-align: center;
}
.contacto_box_title h1,
.contacto_box_title h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .contacto_box_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.contacto_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 18px;
  color: #1e2123;
  padding-bottom: 36px;
  text-align: center;
}
.contacto_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .contacto_text {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.contacto_box_btn {
  padding-bottom: 33px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .contacto_box_btn {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=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: 767px) {
  .contacto_box_btn {
    padding-bottom: 26px;
  }
}
.contacto_img_yoy {
  max-width: 782px;
  width: 100%;
  margin: 0 auto;
}
.contacto_img_yoy img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .contacto_img_yoy {
    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);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.contacto_formulario {
  padding-top: 93px;
  border-top: 1px solid #d8d9dd;
}
.contacto_formulario.active .contacto_form_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contacto_formulario.active .contacto_form_text {
  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);
}
.contacto_formulario.active .contacto_form_info,
.contacto_formulario.active .contacto_form_box {
  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) {
  .contacto_formulario {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_formulario {
    padding-top: 40px;
  }
}
.contacto_form_title {
  padding-bottom: 25px;
}
.contacto_form_title .title h1,
.contacto_form_title .title h2,
.contacto_form_title .title h3 {
  font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (min-width: 1025px) {
  .contacto_form_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.contacto_form_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 20px;
  color: #1e2123;
  padding-bottom: 55px;
}
.contacto_form_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .contacto_form_text {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .contacto_form_text {
    padding-bottom: 34px;
  }
}
.contacto_form_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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.contacto_form_info {
  width: 45%;
  padding-right: 5%;
}
.contacto_form_info ul {
  max-width: 280px;
  width: 100%;
  margin: 0;
}
.contacto_form_info li {
  margin-bottom: 22px;
}
.contacto_form_info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contacto_form_info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -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) {
  .contacto_form_info {
    width: 40%;
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 767px) {
  .contacto_form_info {
    width: 100%;
    padding-right: 0;
  }
  .contacto_form_info ul {
    max-width: 380px;
  }
}
.contacto_form_info_btn {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  .contacto_form_info_btn {
    display: none;
  }
}
.contacto_link {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 15px;
  color: #1e2123;
  display: block;
  position: relative;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto_link span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  color: #ff5c39;
}
@media screen and (max-width: 767px) {
  .contacto_link {
    font-size: 20px;
  }
  .contacto_link span {
    font-size: 21px;
  }
}
.contacto_form_box {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .contacto_form_box {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 1024px) {
  .contacto_form_box {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .contacto_form_box {
    width: 100%;
  }
}
.contacto_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto_form li {
  margin-bottom: 18px;
}
.contacto_form li:last-child {
  margin-bottom: 0;
}
.contacto_input {
  position: relative;
}
.contacto_input input,
.contacto_input textarea {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  color: #9b9b9b;
  border: 1px solid #d8d9dd;
  padding: 0px 32px;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .contacto_input input:focus,
  .contacto_input textarea:focus {
    color: #ff5c39;
    border: 2px solid #ff5c39;
  }
  .contacto_input input:focus ~ label,
  .contacto_input textarea:focus ~ label {
    color: #ff5c39;
  }
}
.contacto_input textarea {
  height: 119px;
  line-height: 1.2;
  padding: 24px 32px;
}
.contacto_input label {
  position: absolute;
  top: 0;
  left: 35px;
  line-height: 62px;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  color: #9b9b9b;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.contacto_input label.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.contacto_campos {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  padding: 11px 0px 21px;
}
.contacto_campos p {
  margin: 0;
}
.contacto_check {
  position: relative;
}
.contacto_check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.contacto_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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.contacto_check_figure {
  width: 16px;
  height: 16px;
  position: relative;
}
.contacto_check_figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto_check_figure:after {
  content: '\e902';
  font-family: 'icomoon';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  font-size: 22px;
  color: #ff5c39;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.contacto_check input[type="checkbox"]:checked + .contacto_check_label .contacto_check_figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.contacto_check_text {
  width: calc(100% - 16px);
  font-size: 13px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  line-height: 1.38;
}
.contacto_check_text a {
  text-decoration: underline;
}
.contacto_form_btn {
  padding-top: 32px;
}

.error_404 {
  padding: 64px 0px 89px 0px;
}
.error_404_container {
  text-align: center;
}
.error_404_container.ww_center {
  max-width: 709px;
}
.error_404_fig {
  width: 100%;
}
.error_404_fig img {
  width: 100%;
  height: auto;
  display: block;
}
.error_404_info {
  padding: 10px 78px 0px 78px;
}
.error_404_info h3 {
  color: #1e2123;
  line-height: 1.27;
  font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'WorkSans-Light', sans-serif;
  margin-bottom: 20px;
}
.error_404_info p {
  line-height: 1.33;
  font-size: 18px;
  font-family: 'WorkSans-Light', sans-serif;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .error_404_info {
    padding: 10px 0px 0px 0px;
  }
}

.eventos {
  padding: 68px 0 68px 0;
}
@media screen and (max-width: 1024px) {
  .eventos {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .eventos {
    padding: 40px 0;
  }
}
.eventos_title {
  max-width: 553px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .eventos_title .title_45 h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.eventos_content {
  max-width: 1236px;
}
.eventos_buttons {
  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;
  margin-top: 40px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .eventos_buttons {
    white-space: nowrap;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.eventos_btn {
  min-width: 185px;
  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;
  -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;
  padding: 4px 15px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .eventos_btn {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}
.eventos_btn:last-child {
  margin-right: 0;
}
.eventos_btn.active {
  background: #ffd4cb;
  border-color: transparent;
}
.eventos_btn.active .eventos_btn_icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.eventos_btn.active .eventos_btn_text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #ff5c39;
}
@media screen and (min-width: 1025px) {
  .eventos_btn:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.eventos_btn_icon {
  width: 39px;
  margin: 0 15px 0 0;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
.eventos_btn_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .eventos_btn_icon {
    width: 34px;
    margin-right: 10px;
  }
}
.eventos_btn_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
@media screen and (max-width: 1024px) {
  .eventos_btn_text {
    font-size: 15px;
  }
}
.eventos_blocks {
  position: relative;
}
.eventos_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;
}
.eventos_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.eventos_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;
}
.eventos_list .itembox {
  height: 100%;
}
.eventos_itemlist {
  width: 30.339805825242717%;
  margin: 0 4.490291262135922% 0 0;
}
@media screen and (min-width: 1025px) {
  .eventos_itemlist {
    -webkit-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
@media screen and (max-width: 767px) {
  .eventos_itemlist {
    width: 47.75485436893204%;
  }
}
@media screen and (max-width: 480px) {
  .eventos_itemlist {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .eventos_itemlist.active {
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    visibility: visible !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}
.eventos_itemlist:nth-child(3n-0) {
  margin-right: 0;
  margin-bottom: 56px;
}
@media screen and (min-width: 1025px) {
  .eventos_itemlist:nth-child(3n-0) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.eventos_itemlist:nth-child(3n-1) {
  margin-top: 56px;
}
@media screen and (min-width: 1025px) {
  .eventos_itemlist:nth-child(3n-1) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.eventos_itemlist:nth-child(3n-2) {
  margin-bottom: 56px;
}
@media screen and (min-width: 1025px) {
  .eventos_itemlist:nth-child(3n-2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .eventos_itemlist:nth-child(2n-0) {
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .eventos_itemlist:nth-child(2n-1) {
    margin-top: 40px;
    margin-right: 4.490291262135922%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .eventos_itemlist:nth-child(1n-0) {
    margin-top: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .eventos_itemlist:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .eventos_itemlist:nth-child(-n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .eventos_itemlist:nth-child(-n+1) {
    margin-top: 0;
  }
}
.eventos_more {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  margin: 71px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .eventos_more {
    width: 50px;
    height: 50px;
  }
}
.eventos_more:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .eventos_more:before {
    width: 12px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.eventos_more:after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background: #fff;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .eventos_more:after {
    height: 12px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .eventos_more:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .eventos_more:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .eventos_more:hover .eventos_big_circle {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .eventos_more:hover .eventos_small_circle {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
.eventos_big_circle {
  display: block;
  width: 100%;
  height: 100%;
  background: #1e2123;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.eventos_small_circle {
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .eventos_small_circle {
    display: none;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 55px;
  line-height: 55px;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-radius: 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:before {
  content: '';
  position: absolute;
  border: 4px solid;
  border-radius: 28px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (min-width: 1025px) {
  .btn:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    -moz-animation-name: hvr-ripple-out;
    -o-animation-name: hvr-ripple-out;
    -ms-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
  }
}
.btn_red {
  background: #ff5c39;
  color: #fff;
}
.btn_red:before {
  border-color: #ff5c39;
}
@media screen and (min-width: 1025px) {
  .btn_red:hover {
    background: #fc4d30;
  }
}
.btn_black {
  background: #1e2123;
  color: #fff;
}
.btn_black:before {
  border-color: #1e2123;
}
@media screen and (min-width: 1025px) {
  .btn_black:hover {
    background: #111213;
  }
}
.btn_line_black {
  border: 1px solid #000;
}
.btn_line_black:before {
  border-color: #000;
}
@media screen and (min-width: 1025px) {
  .btn_line_black:hover {
    background: #000;
    color: #fff;
  }
}
.btn_line_red {
  border: 1px solid #ff5c39;
  color: #ff5c39;
}
.btn_line_red:before {
  border-color: #ff5c39;
}
@media screen and (min-width: 1025px) {
  .btn_line_red:hover {
    background: #ff5c39;
    color: #fff;
  }
}
.btn_sm {
  height: 48px;
  line-height: 48px;
}
.btn_text {
  display: inline-block;
  text-align: center;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.btn_text span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 17px;
  line-height: 48px;
}
.btn_icon_black {
  background: #1e2123;
  color: #fff;
}
.btn_icon_black:before {
  border-color: #1e2123;
}
.btn_icon_red {
  background: #ff5c39;
  color: #fff;
}
.btn_icon_red:before {
  border-color: #ff5c39;
}
@-moz-keyframes hvr-ripple-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes hvr-ripple-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes hvr-ripple-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes hvr-ripple-out {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.g-input {
  position: relative;
}
.g-input input {
  width: 100%;
  height: 62px;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #d8d9dd;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
}
@media screen and (min-width: 1025px) {
  .g-input input:focus {
    color: #ff5c39;
    border: 2px solid #ff5c39;
  }
  .g-input input:focus ~ label {
    color: #ff5c39;
  }
}
@media screen and (max-width: 767px) {
  .g-input input {
    height: 50px;
  }
}
.g-input label {
  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%;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px;
}
.g-input label.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .g-input label {
    font-size: 13px;
  }
}
.g-textarea {
  position: relative;
}
.g-textarea textarea {
  width: 100%;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #d8d9dd;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
}
@media screen and (min-width: 1025px) {
  .g-textarea textarea:focus {
    color: #ff5c39;
    border: 2px solid #ff5c39;
  }
  .g-textarea textarea:focus ~ label {
    color: #ff5c39;
  }
}
.g-textarea label {
  display: block;
  width: 100%;
  height: 100%;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
}
.g-textarea label.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .g-textarea label {
    font-size: 13px;
  }
}
.g-check {
  position: relative;
}
.g-check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check input[type="checkbox"]:checked + .g-check_label .g-check_figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.g-check_figure {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.g-check_figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-check_figure:after {
  content: '\e902';
  font-family: 'icomoon';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  font-size: 22px;
  color: #ff5c39;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g-check_text {
  width: calc(100% - 16px);
  line-height: 1.38;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.g-check_text a {
  text-decoration: underline;
  display: inline;
}
.g-file {
  width: 100%;
  position: relative;
}
.g-file input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-file_container {
  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%;
  text-align: center;
  border: 1px solid #d8d9dd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 37px;
}
.g-file_icon {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  margin-bottom: 5px;
}
.g-file_subtitle {
  margin-bottom: 10px;
}
.g-file_subtitle h3 {
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .g-file_subtitle h3 {
    font-size: 13px;
  }
}
.g-file_text {
  line-height: 1.2;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 11px;
}
.g-file_text p {
  margin: 0;
}
.g-checkbox {
  position: relative;
}
.g-checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-checkbox input[type="checkbox"]:checked + label .g-checkbox_circle:before {
  border-color: #ff5c39;
}
.g-checkbox input[type="checkbox"]:checked + label .g-checkbox_circle:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.g-checkbox input[type="checkbox"]:checked + label .g-checkbox_text {
  color: #ff5c39;
}
.g-checkbox_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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-checkbox_circle {
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  margin: 0;
}
.g-checkbox_circle:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #9b9b9b;
  border-radius: 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;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
.g-checkbox_circle:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5c39;
  border-radius: 50%;
  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: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
.g-checkbox_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  -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;
  padding-left: 13px;
  margin: 0;
}
.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #ff5c39;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: 'WorkSans-Regular', 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;
}

.title h1,
.title h2,
.title h3 {
  font-family: 'WorkSans-Light', sans-serif;
  margin: 0;
}
.title h1 strong,
.title h2 strong,
.title h3 strong {
  font-weight: normal;
  font-family: 'WorkSans-Regular', sans-serif;
}
.title_light h1,
.title_light h2,
.title_light h3 {
  font-family: 'WorkSans-Light', sans-serif;
}
.title_light h1 strong,
.title_light h2 strong,
.title_light h3 strong {
  font-weight: normal;
  font-family: 'WorkSans-Medium', sans-serif;
}
.title_medium h1,
.title_medium h2,
.title_medium h3 {
  font-family: 'WorkSans-Medium', sans-serif;
  margin: 0;
}
.title_regular h1,
.title_regular h2,
.title_regular h3 {
  font-family: 'WorkSans-Regular', sans-serif;
  margin: 0;
}
.title_black h1,
.title_black h2,
.title_black h3 {
  color: #1e2123;
}
.title_white h1,
.title_white h2,
.title_white h3 {
  color: #fff;
}
.title_45 h1,
.title_45 h2,
.title_45 h3 {
  font-size: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
}
.title_40 h1,
.title_40 h2,
.title_40 h3 {
  font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_35 h1,
.title_35 h2,
.title_35 h3 {
  font-size: calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.title_30 h1,
.title_30 h2,
.title_30 h3 {
  font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.title_25 h1,
.title_25 h2,
.title_25 h3 {
  font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.title_18 h1,
.title_18 h2,
.title_18 h3 {
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.itembox {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
}
@media screen and (min-width: 1025px) {
  .itembox {
    -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;
  }
}
@media screen and (min-width: 1025px) {
  .itembox:hover {
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
  }
  .itembox:hover .itembox_image 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);
  }
  .itembox:hover .itembox_link {
    color: #ff5c39;
  }
}
.itembox_image {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .itembox_image {
    overflow: hidden;
  }
}
.itembox_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .itembox_image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
  }
}
.itembox_info {
  padding: 40px 33px 30px 33px;
}
@media screen and (max-width: 1024px) {
  .itembox_info {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  .itembox_info {
    padding: 20px 15px;
  }
}
.itembox_date {
  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-bottom: 12px;
}
.itembox_date_icon {
  display: block;
  line-height: 1;
  color: #ff5c39;
  font-size: 15px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1024px) {
  .itembox_date_icon {
    font-size: 14px;
  }
}
.itembox_date_text {
  display: block;
  line-height: 1;
  color: #ff5c39;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .itembox_date_text {
    font-size: 13px;
  }
}
.itembox_subtitle {
  margin-bottom: 30px;
}
.itembox_subtitle h3 {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .itembox_subtitle h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  .itembox_subtitle h3 {
    font-size: 17px;
  }
}
.itembox_link {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  -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: 1024px) {
  .itembox_link {
    font-size: 12px;
  }
}

.libro {
  width: 100%;
  padding: 45px 0px 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .libro {
    padding: 40px 0px;
  }
}
.libro_container {
  max-width: 990px;
}
.libro_title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 34px;
}
.libro_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 16px;
  color: #000;
  padding-bottom: 28px;
}
.libro_text p {
  margin: 0;
}
.libro_list {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 16px;
  color: #000;
  padding-bottom: 34px;
  line-height: 1.5;
}
.libro_list strong {
  font-family: 'WorkSans-Regular', sans-serif;
  font-weight: normal;
}
.libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.libro_box {
  width: 100%;
  padding: 30px 0px 35px;
  border-top: 1px solid #d8d9dd;
}
.libro_box:nth-child(4) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .libro_box {
    padding: 30px 0px;
  }
}
.libro_subtitle {
  padding-bottom: 16px;
}
.libro_subtitle h3 {
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 19px;
  color: #000;
  margin: 0;
}
.libro_content 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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_content li {
  width: 32.4%;
  margin-right: 1.4%;
  margin-top: 20px;
}
.libro_content li.full {
  width: 100%;
  margin: 0;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_content li:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .libro_content li {
    width: 49.2%;
    margin-right: 1.5%;
  }
  .libro_content li:nth-child(3n + 3) {
    margin-right: 1.5%;
  }
  .libro_content li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .libro_content li.full {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .libro_content li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .libro_content li.full {
    margin-top: 15px;
  }
  .libro_content li:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.libro_label {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  color: #000;
  display: block;
  padding-bottom: 6px;
}
.libro_label span {
  color: #ff5c39;
}
.libro_input {
  width: 100%;
}
.libro_input input,
.libro_input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'WorkSans-Regular', sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  background: #fff;
  border: 0;
  border-radius: 2px;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input_border {
  width: 100%;
  border: 1px solid #d8d9dd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_select {
  position: relative;
  border: 1px solid #d8d9dd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_select select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.libro_select select::-ms-expand {
  display: none;
}
.libro_select span {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 22px;
  line-height: 50px;
  pointer-events: none;
  z-index: 2;
  color: #9b9b9b;
}
.libro_input_select {
  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;
}
.libro_input_select .libro_select {
  width: 89px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.libro_input_select .libro_input_border {
  width: calc(100% - 89px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.libro_textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_textarea textarea {
  width: 100%;
  height: 71px;
  line-height: 1.2;
  font-family: 'WorkSans-Regular', sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  background: #fff;
  border: 0;
  border-radius: 2px;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .libro_textarea textarea {
    height: 127px;
  }
}
.libro_campos {
  padding-top: 14px;
  padding-bottom: 26px;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  color: #000;
}
.libro_campos strong {
  font-weight: normal;
  color: #ff5c39;
}
.libro_btn {
  text-align: center;
}

.locatario {
  width: 100%;
  padding: 39px 0px 93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .locatario {
    padding: 40px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .locatario {
    padding: 40px 0px;
  }
}
.locatario.active .locatario_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.locatario.active .locatario_tabs {
  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);
}
.locatario_container {
  max-width: 1235px;
}
.locatario_title {
  max-width: 482px;
  width: 100%;
  margin: 0;
  padding-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .locatario_title {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.locatario_tabs {
  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-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-bottom: 20px;
  margin-bottom: 61px;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .locatario_tabs {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.locatario_link {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: 15px;
}
.locatario_link:last-child {
  margin-right: 0;
}
.locatario_link.active {
  background: #ffd4cb;
  border-color: transparent;
}
.locatario_link.active .locatario_text {
  color: #ff5c39;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.locatario_link.active .locatario_icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 767px) {
  .locatario_link {
    padding-right: 40px;
  }
}
.locatario_icon {
  width: 40px;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
.locatario_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.locatario_text {
  width: calc(100% - 40px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  color: #1e2123;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
}
.locatario_text p {
  margin: 0;
}
.locatario_content {
  position: relative;
}
.locatario_box {
  padding-top: 57px;
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.locatario_box.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 860px) {
  .locatario_box {
    padding-top: 0;
  }
}
.locatario_item {
  width: 30.7%;
  margin-right: 3.9%;
  margin-top: -57px;
  margin-bottom: 49px;
}
.locatario_item:nth-child(3n + 3) {
  margin-right: 0;
}
.locatario_item:nth-child(3n + 2) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .locatario_item {
    -webkit-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
    -moz-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
    -o-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
    -ms-transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
    transition: all 1.5s cubic-bezier(0.07, 0.25, 0.35, 0.98);
  }
  .locatario_item .tarjeta_background {
    width: 0;
    margin: 0 auto;
    -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;
  }
  .locatario_item.active .tarjeta_background {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .locatario_item {
    width: 31%;
    margin-right: 3.333%;
  }
}
@media screen and (max-width: 860px) {
  .locatario_item {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .locatario_item:nth-child(3n + 3) {
    margin-right: 3%;
  }
  .locatario_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .locatario_item {
    width: 100%;
    margin-right: 0;
  }
  .locatario_item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.locatario_btn_box {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.locatario_btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #1e2123;
  border-radius: 50%;
  border: 0;
  position: relative;
  z-index: 4;
  text-align: center;
}
.locatario_btn:before,
.locatario_btn:after {
  content: '';
  position: absolute;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 6;
  top: 50%;
  left: 50%;
}
.locatario_btn:before {
  width: 2px;
  height: 14px;
  margin-left: -1px;
  margin-top: -7px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.locatario_btn:after {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.locatario_btn:before,
.locatario_btn:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.locatario_btn .locatario_circle {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.locatario_btn .locatario_circle_bg {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1024px) {
  .locatario_btn {
    width: 50px;
    height: 50px;
  }
  .locatario_btn:before,
  .locatario_btn:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .locatario_btn .locatario_circle {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .locatario_btn .locatario_circle_bg {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.locatario_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 3;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
}
.locatario_circle_bg {
  background: #1e2123;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.location {
  padding: 75px 0 105px 0;
}
@media screen and (max-width: 1024px) {
  .location {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .location {
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .location.active .location_title {
    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);
  }
  .location.active .location_buttons {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .location.active .location_down {
    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);
  }
}
.location_content {
  max-width: 1219px;
}
.location_title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .location_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
@media screen and (max-width: 767px) {
  .location_title h1 {
    font-size: 26px;
  }
}
.location_buttons {
  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;
}
@media screen and (min-width: 1025px) {
  .location_buttons {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .location_buttons {
    display: inherit;
    display: -webkit-box;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
}
.location_btn {
  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;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
  -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 45px 0 0;
}
@media screen and (max-width: 767px) {
  .location_btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    margin-right: 10px;
  }
}
.location_btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .location_btn:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.location_btn.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.location_btn_icon {
  width: 40px;
  margin: 0 15px 0 0;
}
.location_btn_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .location_btn_icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .location_btn_icon {
    margin-bottom: 10px;
  }
}
.location_btn_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .location_btn_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .location_btn_text {
    font-size: 14px;
  }
}
.location_down {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .location_down {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 1s;
  }
}
.location_map {
  width: 100%;
  height: 626px;
  margin-top: 58px;
}
@media screen and (max-width: 1024px) {
  .location_map {
    height: 550px;
  }
}
.location_info {
  width: 25%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(141,151,158,0.2);
  box-shadow: 0 0 30px 0 rgba(141,151,158,0.2);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 6%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
  .location_info {
    width: 34%;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .location_info {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .location_info {
    width: 94%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    left: inherit;
    padding: 40px 0;
    margin: 0 auto;
  }
}
.location_infobox {
  padding: 15px 0;
}
.location_subtitle h3 {
  line-height: 1.15;
}
.location_list {
  line-height: 1.2;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .location_list {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .location_list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .location_list {
    font-size: 14px;
  }
}
.location_list ol {
  margin-left: 18px;
}
.location_list li {
  list-style-type: disc;
  color: #ff5c39;
  margin-bottom: 5px;
}
.location_list li span {
  color: #1e2123;
}
.location_list li:last-child {
  margin-bottom: 0;
}
.location_link {
  margin-top: 25px;
}

.politicas {
  width: 100%;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .politicas {
    padding: 40px 0px;
  }
}
.politicas_container {
  max-width: 1061px;
}
.politicas_title {
  padding-bottom: 20px;
}
.politicas_content {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 18px;
  color: #1e2123;
  line-height: 1.22;
}
.politicas_content p {
  margin-bottom: 22px;
}
.politicas_content ul {
  margin-bottom: 22px;
}
.politicas_content h2,
.politicas_content h3,
.politicas_content h4 {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 18px;
  color: #1e2123;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .politicas_content {
    font-size: 16px;
  }
  .politicas_content h2,
  .politicas_content h3,
  .politicas_content h4 {
    font-size: 16px;
  }
}

.popupform_body.active {
  overflow: hidden;
}
.popupform_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: height 1s linear;
  -moz-transition: height 1s linear;
  -o-transition: height 1s linear;
  -ms-transition: height 1s linear;
  transition: height 1s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.popupform_overlay.active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
  z-index: 250;
}
.popupform_block {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.popupform_block.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popupform_content {
  max-width: 1012px;
  min-height: 660px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 0 0 0;
}
@media screen and (max-width: 767px) {
  .popupform_content {
    padding: 80px 0 0 0;
  }
}
.popupform_close {
  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;
  width: 26px;
  height: 26px;
  color: #9b9b9b;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popupform_close {
    top: 30px;
    right: 30px;
  }
}
.popupform_wrap {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
}
.popupform_text {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
  margin-top: 10px;
}
.popupform_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popupform_text {
    font-size: 15px;
  }
}
.popupform_campos {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .popupform_campos {
    margin-top: 30px;
  }
}
.popupform_campos input,
.popupform_campos textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.popupform_campos 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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popupform_campos li {
  width: 49.22279792746114%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .popupform_campos li {
    width: 100%;
    margin-right: 0;
  }
}
.popupform_campos li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .popupform_campos li:nth-child(-n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popupform_campos li:nth-child(-n+1) {
    margin-top: 0;
  }
}
.popupform_obligtext {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
  margin-top: 15px;
}
.popupform_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .popupform_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;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 0;
  }
}
.popupform_check {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .popupform_check {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popupform_btn {
    text-align: center;
    margin-top: 40px;
  }
}

.popuplocatario_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: height 1s linear;
  -moz-transition: height 1s linear;
  -o-transition: height 1s linear;
  -ms-transition: height 1s linear;
  transition: height 1s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.popuplocatario_overlay.active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
  z-index: 250;
}
.popuplocatario_block {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.popuplocatario_block.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popuplocatario_content {
  max-width: 1012px;
  min-height: 660px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 0 0 0;
}
@media screen and (max-width: 767px) {
  .popuplocatario_content {
    padding: 80px 0 0 0;
  }
}
.popuplocatario_close {
  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;
  width: 26px;
  height: 26px;
  color: #9b9b9b;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popuplocatario_close {
    top: 30px;
    right: 30px;
  }
}
.popuplocatario_wrap {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
}
.popuplocatario_text {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
  margin-top: 10px;
}
.popuplocatario_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popuplocatario_text {
    font-size: 15px;
  }
}
.popuplocatario_campos {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .popuplocatario_campos {
    margin-top: 30px;
  }
}
.popuplocatario_campos input,
.popuplocatario_campos textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.popuplocatario_campos 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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popuplocatario_campos li {
  width: 49.22279792746114%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .popuplocatario_campos li {
    width: 100%;
    margin-right: 0;
  }
}
.popuplocatario_campos li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .popuplocatario_campos li:nth-child(-n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popuplocatario_campos li:nth-child(-n+1) {
    margin-top: 0;
  }
}
.popuplocatario_obligtext {
  display: block;
  line-height: 1;
  color: #9b9b9b;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
  margin-top: 15px;
}
.popuplocatario_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .popuplocatario_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;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 0;
  }
}
.popuplocatario_check {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .popuplocatario_check {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popuplocatario_btn {
    text-align: center;
    margin-top: 40px;
  }
}

body.active {
  overflow: hidden;
}
.overlay_politicas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 810;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.overlay_politicas.active {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  visibility: visible;
}
.modal_politicas {
  max-width: 606px;
  width: 90%;
  height: 497px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 850;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -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;
}
.modal_politicas.active {
  -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;
  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);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .modal_politicas {
    height: 95%;
  }
}
.modal_politicas_container {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal_politicas_close {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 22px;
  right: 19px;
  cursor: pointer;
  z-index: 2;
  width: 35px;
  height: 35px;
  font-size: 35px;
  color: #1e2123;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .modal_politicas_close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .modal_politicas_close {
    top: 18px;
    right: 18px;
  }
}
.modal_politicas_content {
  width: 100%;
  padding: 45px 40px 45px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal_politicas_content {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 480px) {
  .modal_politicas_content {
    padding: 50px 20px 40px;
  }
}
.modal_politicas_box {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal_politicas_box {
    padding-right: 0;
  }
}
.modal_politicas_title {
  text-align: center;
  padding-bottom: 30px;
}
.modal_politicas_title h2 {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
@media screen and (max-width: 480px) {
  .modal_politicas_title {
    padding-bottom: 25px;
  }
}
.modal_politicas_text {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 14px;
  color: #1e2123;
  line-height: 1.22;
}
.modal_politicas_text p {
  margin-bottom: 18px;
}
.modal_politicas_text p:last-child {
  margin-bottom: 0;
}
.modal_politicas_text h2,
.modal_politicas_text h3,
.modal_politicas_text h4 {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  color: #1e2123;
  margin-bottom: 18px;
  line-height: 1.2;
}

.popupsuscribete_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: height 1s linear;
  -moz-transition: height 1s linear;
  -o-transition: height 1s linear;
  -ms-transition: height 1s linear;
  transition: height 1s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.popupsuscribete_overlay.active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
  z-index: 250;
}
.popupsuscribete_block {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  box-shadow: 0 10px 60px 0 rgba(74,74,74,0.04);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.popupsuscribete_block.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popupsuscribete_content {
  max-width: 1012px;
  min-height: 660px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 0 0 0;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_content {
    padding: 80px 0 0 0;
  }
}
.popupsuscribete_close {
  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;
  width: 26px;
  height: 26px;
  color: #9b9b9b;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_close {
    top: 30px;
    right: 30px;
  }
}
.popupsuscribete_wrap {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
}
.popupsuscribete_text {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
  margin-top: 28px;
}
.popupsuscribete_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_text {
    font-size: 15px;
  }
}
.popupsuscribete_campos {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_campos {
    margin-top: 30px;
  }
}
.popupsuscribete_campos 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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popupsuscribete_campos li {
  margin-top: 20px;
}
.popupsuscribete_campos li:nth-child(odd) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_campos li:nth-child(odd) {
    width: 100%;
  }
}
.popupsuscribete_campos li:nth-child(even) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_campos li:nth-child(even) {
    width: 100%;
  }
}
.popupsuscribete_campos li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .popupsuscribete_campos li:nth-child(-n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .popupsuscribete_campos li:nth-child(-n+1) {
    margin-top: 0;
  }
}
.popupsuscribete_infotext {
  line-height: 1.1;
  color: #1e2123;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
  margin-top: 44px;
}
.popupsuscribete_infotext p {
  margin: 0;
}
.popupsuscribete_envolver {
  max-width: 435px;
  width: 100%;
  position: relative;
  margin: 0;
}
.popupsuscribete_input {
  margin-top: 15px;
}
.popupsuscribete_input.active input {
  border-color: #ff5c39;
}
.popupsuscribete_input ::-webkit-input-placeholder {
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
}
.popupsuscribete_input :-moz-placeholder {
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
}
.popupsuscribete_input ::-moz-placeholder {
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
}
.popupsuscribete_input :-ms-input-placeholder {
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
}
.popupsuscribete_input input,
.popupsuscribete_input select {
  width: 100%;
  height: 64px;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  -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;
  padding: 0 85px 0 8px;
}
.popupsuscribete_input input:focus,
.popupsuscribete_input select:focus {
  border-bottom: 2px solid #ff5c39;
}
.popupsuscribete_input input:checked,
.popupsuscribete_input select:checked {
  border-color: #008000;
}
.popupsuscribete_select {
  position: relative;
  margin-bottom: 15px;
}
.popupsuscribete_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}
.popupsuscribete_select:before {
  content: '\e912';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-family: 'icomoon';
}
.popupsuscribete_button {
  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;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
  margin-top: 30px;
}
.popupsuscribete_button button {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: none;
  color: #ff5c39;
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  border: none;
  outline: 0;
}
.popupsuscribete_check {
  margin-top: 20px;
}

.preguntas {
  width: 100%;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .preguntas {
    padding: 40px 0px;
  }
}
.preguntas_container {
  max-width: 1061px;
}
.preguntas_title {
  padding-bottom: 20px;
}
.preguntas_content {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 18px;
  color: #1e2123;
  line-height: 1.22;
}
.preguntas_content p {
  margin-bottom: 22px;
}
.preguntas_content ul {
  margin-bottom: 22px;
}
.preguntas_content h2,
.preguntas_content h3,
.preguntas_content h4 {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 18px;
  color: #1e2123;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .preguntas_content {
    font-size: 16px;
  }
  .preguntas_content h2,
  .preguntas_content h3,
  .preguntas_content h4 {
    font-size: 16px;
  }
}

.suscripcion {
  padding: 120px 0px;
}
@media screen and (max-width: 1024px) {
  .suscripcion {
    padding: 50px 0px;
  }
}
.suscripcion_conatiner.ww_center {
  max-width: 730px;
}
.suscripcion_conatiner h2 {
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: normal;
  color: #1e2123;
  line-height: 1.27;
  font-size: 45px;
  margin-bottom: 20px;
}
.suscripcion_conatiner p {
  margin-bottom: 27px;
  font-size: 18px;
  font-family: 'WorkSans-Light', sans-serif;
  line-height: 1.33;
  color: #000;
}

.tarjeta {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 767px) {
  .tarjeta {
    -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 11px 0 rgba(0,0,0,0.05);
  }
}
.tarjeta_container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tarjeta_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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: flex-star;
    -moz-box-pack: flex-star;
    -o-box-pack: flex-star;
    -ms-flex-pack: flex-star;
    -webkit-justify-content: flex-star;
    justify-content: flex-star;
  }
}
.tarjeta_background {
  width: 100%;
  padding-bottom: 138.26%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.tarjeta_background:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.297%;
  background: -webkit-linear-gradient(top, rgba(30,33,35,0), #000);
  background: -moz-linear-gradient(top, rgba(30,33,35,0), #000);
  background: -o-linear-gradient(top, rgba(30,33,35,0), #000);
  background: -ms-linear-gradient(top, rgba(30,33,35,0), #000);
  background: linear-gradient(to bottom, rgba(30,33,35,0), #000);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tarjeta_background {
    width: 157px;
    height: 218px;
    padding-bottom: 0;
  }
  .tarjeta_background:before {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .tarjeta_background {
    width: 140px;
  }
}
.tarjeta_content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 43px 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .tarjeta_content {
    padding: 25px;
  }
}
@media screen and (max-width: 860px) {
  .tarjeta_content {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tarjeta_content {
    position: relative;
    width: calc(100% - 157px);
    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;
  }
}
@media screen and (max-width: 380px) {
  .tarjeta_content {
    width: calc(100% - 140px);
  }
}
.tarjeta_info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tarjeta_info {
    max-width: 250px;
    margin: 0 auto;
  }
}
.tarjeta_title {
  padding-bottom: 8px;
}
.tarjeta_title h3 {
  font-family: 'WorkSans-SemiBold', sans-serif;
  font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tarjeta_title h3 {
    color: #1e2123;
  }
}
.tarjeta_text {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  color: #fff;
}
.tarjeta_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tarjeta_text {
    color: #1e2123;
    font-size: 11px;
  }
}
.tarjeta_btn {
  font-family: 'WorkSans-Bold', sans-serif;
  font-size: 13px;
  color: #9b9b9b;
  text-transform: uppercase;
  padding-top: 60px;
  display: none;
}
.tarjeta_btn span {
  display: block;
}
@media screen and (max-width: 767px) {
  .tarjeta_btn {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .tarjeta_btn {
    padding-top: 40px;
  }
}

.terminos {
  width: 100%;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .terminos {
    padding: 40px 0px;
  }
}
.terminos_container {
  max-width: 1061px;
}
.terminos_title {
  padding-bottom: 20px;
}
.terminos_content {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 18px;
  color: #1e2123;
  line-height: 1.22;
}
.terminos_content p {
  margin-bottom: 22px;
}
.terminos_content h2,
.terminos_content h3,
.terminos_content h4 {
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 18px;
  color: #1e2123;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .terminos_content {
    font-size: 16px;
  }
  .terminos_content h2,
  .terminos_content h3,
  .terminos_content h4 {
    font-size: 16px;
  }
}

.tiendas {
  padding: 75px 0 129px 0;
}
@media screen and (max-width: 1024px) {
  .tiendas {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .tiendas {
    padding: 40px 0;
  }
}
.tiendas_content {
  max-width: 1100px;
}
@media screen and (min-width: 1025px) {
  .tiendas_up.active .tiendas_title {
    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);
  }
  .tiendas_up.active .tiendas_buttons {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.tiendas_title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .tiendas_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
@media screen and (max-width: 767px) {
  .tiendas_title h1 {
    font-size: 26px;
  }
}
.tiendas_buttons {
  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;
}
@media screen and (min-width: 1025px) {
  .tiendas_buttons {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35) 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .tiendas_buttons {
    display: inherit;
    display: -webkit-box;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
}
.tiendas_btn {
  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;
  opacity: 0.38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
  filter: alpha(opacity=38);
  -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 45px 0 0;
}
@media screen and (max-width: 767px) {
  .tiendas_btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
  }
}
.tiendas_btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .tiendas_btn:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.tiendas_btn.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.tiendas_btn_icon {
  width: 40px;
  margin: 0 15px 0 0;
}
.tiendas_btn_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .tiendas_btn_icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tiendas_btn_icon {
    margin-bottom: 10px;
  }
}
.tiendas_btn_text {
  display: block;
  line-height: 1;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .tiendas_btn_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tiendas_btn_text {
    font-size: 14px;
  }
}
.tiendas_slider {
  max-width: 970px;
  width: 100%;
  overflow: hidden;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .tiendas_slider {
    max-width: 800px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tiendas_slider {
    margin-top: 40px;
  }
}
.tiendas_img {
  display: block;
}
.tiendas_img img {
  width: 100%;
  height: auto;
  display: block;
}
.tiendas_down {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .tiendas_down.active .tiendas_subtitle {
    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);
  }
  .tiendas_down.active .tiendas_list li {
    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);
  }
}
.tiendas_subtitle {
  max-width: 420px;
  width: 100%;
  margin: 0 0 26px 0;
}
@media screen and (min-width: 1025px) {
  .tiendas_subtitle {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.tiendas_subtitle h2 {
  line-height: 1.17;
}
@media screen and (max-width: 767px) {
  .tiendas_subtitle h2 {
    font-size: 24px;
  }
}
.tiendas_list {
  line-height: 1.4;
  color: #1e2123;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .tiendas_list {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tiendas_list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tiendas_list {
    font-size: 14px;
  }
}
.tiendas_list ol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .tiendas_list ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-left: 20px;
  }
}
.tiendas_list li {
  list-style-type: decimal;
  color: #ff5c39;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .tiendas_list li {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .tiendas_list li {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 0.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.tiendas_list li span {
  color: #1e2123;
}

.footer {
  background: #ff5c39;
  position: relative;
}
.footer_content {
  max-width: 1059px;
}
.footer_top {
  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;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 63px 0 64px 0;
}
@media screen and (max-width: 1024px) {
  .footer_top {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_top {
    padding: 40px 0;
  }
}
.footer_title {
  width: 360px;
  line-height: 1.1;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 35px;
}
.footer_title p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_title {
    width: 300px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer_title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.footer_texts {
  width: 549px;
}
@media screen and (max-width: 1024px) {
  .footer_texts {
    width: 57%;
  }
}
@media screen and (max-width: 960px) {
  .footer_texts {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_texts {
    width: 100%;
  }
}
.footer_description {
  line-height: 1.4;
  color: #fff;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 17px;
}
.footer_description p {
  margin: 0;
}
.footer_suscribirte {
  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: 15px;
}
@media screen and (min-width: 1025px) {
  .footer_suscribirte:hover .footer_suscribirte_icon {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
}
.footer_suscribirte_text,
.footer_suscribirte_icon {
  display: block;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.footer_suscribirte_text {
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer_suscribirte_text {
    font-size: 16px;
  }
}
.footer_suscribirte_icon {
  font-size: 15px;
  -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-top: 2px;
}
.footer_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-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;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 50px 0 44px 0;
}
@media screen and (max-width: 767px) {
  .footer_main {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding: 40px 0;
  }
}
.footer_left {
  width: 243px;
}
@media screen and (max-width: 1024px) {
  .footer_left {
    width: 27%;
  }
}
@media screen and (max-width: 960px) {
  .footer_left {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}
.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;
  width: 640px;
}
@media screen and (max-width: 1024px) {
  .footer_right {
    width: 66.5%;
  }
}
@media screen and (max-width: 960px) {
  .footer_right {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer_logo {
  max-width: 100px;
  width: 100%;
  margin: 0 0 29px 0;
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    display: none;
  }
}
.footer_addres {
  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;
  line-height: 1.2;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer_addres p {
  width: calc(100% - 30px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_addres {
    font-size: 16px;
  }
}
.footer_addres_icon {
  display: block;
  width: 16px;
  color: #fff;
  font-size: 16px;
  margin: 2px 0 0 0;
}
.footer_email {
  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: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_email_icon {
  display: block;
  width: 16px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.footer_email_text {
  display: block;
  width: calc(100% - 30px);
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_email_text {
    font-size: 16px;
  }
}
.footer_waze {
  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: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 152px;
  height: 57px;
  border: 1px solid rgba(255,255,255,0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 28px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .footer_waze:hover {
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .footer_waze:hover .footer_waze_text,
  .footer_waze:hover .footer_waze_icon {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .footer_waze {
    display: none;
  }
}
.footer_waze_text {
  display: block;
  width: calc(100% - 35px);
  line-height: 1.1;
  letter-spacing: -0.2px;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
}
.footer_waze_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  margin: 0;
}
.footer_subtitle {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Medium', sans-serif;
  font-size: 14px;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .footer_subtitle {
    display: none;
  }
}
.footer_box--1 {
  width: 235px;
}
@media screen and (max-width: 1024px) {
  .footer_box--1 {
    width: 36.71875%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box--1 {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .footer_box--1 {
    width: 100%;
  }
}
.footer_box--2 {
  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;
  width: 235px;
}
@media screen and (max-width: 1024px) {
  .footer_box--2 {
    width: 36.71875%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box--2 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .footer_box--2 {
    width: 100%;
  }
}
.footer_box--3 {
  width: 170px;
}
@media screen and (max-width: 1024px) {
  .footer_box--3 {
    width: 26.5625%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box--3 {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  .footer_box--3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    display: none;
  }
}
.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: 20px;
}
.footer_menu li:last-child {
  margin-bottom: 0;
}
.footer_menu a {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 14px;
  -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 (min-width: 1025px) {
  .footer_menu a:hover {
    text-decoration: underline;
  }
}
.footer_libro {
  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: 20px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .footer_libro:hover .footer_libro_text {
    text-decoration: underline;
  }
}
.footer_libro_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.footer_libro_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 12px;
  -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) {
  .footer_libro_text {
    font-size: 16px;
  }
}
.footer_bottom {
  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: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 26px 0 28px 0;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 0 0 40px 0;
  }
}
.footer_copyright {
  line-height: 1;
  color: #fff;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 12px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    line-height: 1.5;
    text-align: center;
    margin-top: 23px;
  }
}
.footer_copyright strong {
  font-family: 'WorkSans-Regular', sans-serif;
  font-weight: normal;
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright a {
  display: inline;
}
@media screen and (max-width: 480px) {
  .footer_copyright a {
    display: block;
  }
}
.footer_team_icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: heart 1.5s linear infinite;
  -moz-animation: heart 1.5s linear infinite;
  -o-animation: heart 1.5s linear infinite;
  -ms-animation: heart 1.5s linear infinite;
  animation: heart 1.5s linear infinite;
}
.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-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: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_social li {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -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 (min-width: 1025px) {
  .footer_social li:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.footer_social li:first-child a {
  padding-left: 0;
}
.footer_social li:last-child a {
  padding-right: 0;
}
.footer_social a {
  display: block;
  color: #fff;
  font-size: 19px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer_guion {
    display: none;
  }
}
.footer_image {
  width: 100%;
  height: 42px;
  background-position: 0 0;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-animation: keyframesBgFooter 25s linear infinite;
  -moz-animation: keyframesBgFooter 25s linear infinite;
  -o-animation: keyframesBgFooter 25s linear infinite;
  -ms-animation: keyframesBgFooter 25s linear infinite;
  animation: keyframesBgFooter 25s linear infinite;
}
@media screen and (max-width: 767px) {
  .footer_image {
    display: none;
  }
}
@-moz-keyframes keyframesBgFooter {
  100% {
    background-position: -3000px 0;
  }
}
@-webkit-keyframes keyframesBgFooter {
  100% {
    background-position: -3000px 0;
  }
}
@-o-keyframes keyframesBgFooter {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes keyframesBgFooter {
  100% {
    background-position: -3000px 0;
  }
}
@-moz-keyframes heart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes heart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

body.active {
  overflow: hidden;
}
.header {
  height: 139px;
  background-color: #fff;
  position: relative;
  z-index: 200;
}
.header.scroll .head_fixed {
  height: 80px;
  border-bottom: 1px solid #f6f7fb;
}
.header.scroll .head_logo {
  top: 11px;
  width: 135px;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
.aside_wrap_menu {
  width: 100vw;
  height: 100%;
}
.head_fixed {
  height: 139px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 94px 0px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: height 0.25s ease-in;
  -moz-transition: height 0.25s ease-in;
  -o-transition: height 0.25s ease-in;
  -ms-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;
}
@media screen and (max-width: 1500px) {
  .head_fixed {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .head_fixed {
    height: 80px;
  }
}
.heade_container_info {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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%;
}
.head_options {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head_menu {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 46px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .head_menu {
    padding-right: 0;
    position: fixed;
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .head_menu {
    right: 15px;
  }
}
.head_icono {
  width: 32px;
  height: 20px;
  position: relative;
}
.head_icono span {
  width: 100%;
  height: 3px;
  background-color: #1e2123;
  display: block;
  position: absolute;
  top: 0;
}
.head_icono span:nth-child(2) {
  top: 8px;
}
.head_icono span:nth-child(3) {
  top: 16px;
}
@media screen and (max-width: 640px) {
  .head_icono {
    width: 30px;
  }
}
.head_name {
  padding-left: 20px;
}
.head_name p {
  margin: 0;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .head_name {
    display: none;
  }
}
.head_logo {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  width: 175px;
  margin: auto;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.head_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .head_logo {
    width: 120px;
    top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .head_logo {
    width: 100px;
    top: 17px;
  }
}
.head_language span {
  padding: 0px 8px;
}
.head_language a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'WorkSans-Regular', sans-serif;
}
.head_language a.active {
  font-family: 'WorkSans-SemiBold', sans-serif;
}
@media screen and (max-width: 767px) {
  .head_language a {
    margin: 0px 6px;
  }
  .head_language span {
    display: none;
  }
}
.head_links {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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) {
  .head_link_btn {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 215px;
  }
  .head_link_btn a {
    width: 100%;
    background-color: #ff5c39;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .head_link_btn.block {
    display: none;
  }
}
.head_search {
  cursor: pointer;
  margin-left: 7px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.head_search span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  -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;
}
.head_search span:nth-child(1) {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.head_search span:nth-child(1).right {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}
.head_search span:nth-child(2) {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}
.head_search span:nth-child(2).left {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
@media screen and (max-width: 1024px) {
  .head_search {
    position: fixed;
    top: 22px;
    right: 80px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .head_search {
    right: 70px;
  }
}
@media screen and (max-width: 640px) {
  .head_search {
    top: 25px;
    right: 60px;
    width: 30px;
    height: 30px;
  }
  .head_search span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_llegar_none .head_link_btn {
    display: none;
  }
}
.search_info {
  position: fixed;
  top: 139px;
  left: 0;
  width: 0%;
  height: calc(100% - 139px);
  overflow: hidden;
  background-color: #fff;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_info.active {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .search_info {
    top: 80px;
    height: calc(100% - 80px);
  }
}
.search_info.scrollSearch {
  top: 80px;
  height: calc(100% - 80px);
}
.search_envolver {
  width: 100vw;
  height: 100%;
  overflow: auto;
}
.search_container {
  padding: 77px 0px 90px 0px;
}
.search_input ::-webkit-input-placeholder {
  color: #e4e4e4;
  font-family: 'WorkSans-Bold', sans-serif;
}
.search_input :-moz-placeholder {
  color: #e4e4e4;
  font-family: 'WorkSans-Bold', sans-serif;
}
.search_input ::-moz-placeholder {
  color: #e4e4e4;
  font-family: 'WorkSans-Bold', sans-serif;
}
.search_input :-ms-input-placeholder {
  color: #e4e4e4;
  font-family: 'WorkSans-Bold', sans-serif;
}
.search_input input {
  width: 100%;
  color: #e4e4e4;
  height: 194px;
  padding: 0px 20px;
  font-family: 'WorkSans-Bold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100px;
}
.search_all_items {
  padding-top: 77px;
}
.search_all_items:first-child {
  padding-top: 20px;
}
.search_cnt_items {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.search_marcas {
  font-size: 16px;
  color: #000;
  font-family: 'WorkSans-Medium', sans-serif;
}
.search_item {
  width: 33.3333%;
  padding-right: 30px;
  -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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .search_item:hover .search_btn a {
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    color: #ff5c39;
  }
}
@media screen and (max-width: 1024px) {
  .search_item {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .search_item {
    width: 100%;
    padding-right: 0;
    -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;
  }
}
.search_image {
  max-width: 100px;
  margin: 0;
}
.search_image img {
  width: 100%;
  height: auto;
  display: block;
}
.search_contenido {
  width: calc(100% - 100px);
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  .search_contenido {
    padding-left: 0;
    padding-right: 20px;
  }
}
.search_fecha {
  font-size: 13px;
  color: #ff5c39;
  font-family: 'WorkSans-Regular', sans-serif;
}
.search_title h3 {
  color: #1e2123;
  font-weight: normal;
  font-family: 'WorkSans-Medium', sans-serif;
  line-height: 1.31;
  font-size: 16px;
  margin-bottom: 10px;
}
.search_btn a {
  font-size: 12px;
  font-family: 'WorkSans-Bold', sans-serif;
  color: #9b9b9b;
}
.aside_responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ff5c39;
  z-index: 1000;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.535, 0.005, 0, 1) 0.2s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.535, 0.005, 0, 1) 0.2s;
  -o-transition: -o-transform 0.7s cubic-bezier(0.535, 0.005, 0, 1) 0.2s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.535, 0.005, 0, 1) 0.2s;
  transition: transform 0.7s cubic-bezier(0.535, 0.005, 0, 1) 0.2s;
}
.aside_responsive:before {
  content: '';
  position: absolute;
}
.aside_responsive.active {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.aside_close {
  position: absolute;
  top: 38px;
  right: 200px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  display: inline-block;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  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;
}
@media screen and (max-width: 1024px) {
  .aside_close {
    right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .aside_close {
    right: 20px;
  }
}
.aside_close.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.45s ease-in 0.5s;
  -moz-transition: all 0.45s ease-in 0.5s;
  -o-transition: all 0.45s ease-in 0.5s;
  -ms-transition: all 0.45s ease-in 0.5s;
  transition: all 0.45s ease-in 0.5s;
}
.aside_responsive_background {
  position: absolute;
  top: 0;
  right: 0;
  width: 996px;
  height: 768px;
  background: url("../img/img-responsive.png") 0px 0px no-repeat;
}
.menu_responsive {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 219px 200px 100px 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .menu_responsive {
    padding: 200px 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu_responsive {
    padding: 150px 20px;
  }
}
.menu_responsive_logo {
  position: absolute;
  top: 44px;
  left: 150px;
  width: 120px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  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;
}
.menu_responsive_logo.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.45s ease-in 0.5s;
  -moz-transition: all 0.45s ease-in 0.5s;
  -o-transition: all 0.45s ease-in 0.5s;
  -ms-transition: all 0.45s ease-in 0.5s;
  transition: all 0.45s ease-in 0.5s;
}
.menu_responsive_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .menu_responsive_logo {
    left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .menu_responsive_logo {
    left: 20px;
  }
}
.menu_responsive_content_wrap {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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) {
  .menu_responsive_content_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.menu_responsive_list li {
  padding-bottom: 29px;
}
.menu_responsive_list li:last-child {
  padding-bottom: 0;
}
.menu_responsive_list li a {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s cubic-bezier(0, -0.48, 0.97, 0.82);
  -moz-transition: all 0.25s cubic-bezier(0, -0.48, 0.97, 0.82);
  -o-transition: all 0.25s cubic-bezier(0, -0.48, 0.97, 0.82);
  -ms-transition: all 0.25s cubic-bezier(0, -0.48, 0.97, 0.82);
  transition: all 0.25s cubic-bezier(0, -0.48, 0.97, 0.82);
}
.menu_responsive_list li a.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.45s cubic-bezier(0, -0.48, 0.97, 0.82);
  -moz-transition: all 0.45s cubic-bezier(0, -0.48, 0.97, 0.82);
  -o-transition: all 0.45s cubic-bezier(0, -0.48, 0.97, 0.82);
  -ms-transition: all 0.45s cubic-bezier(0, -0.48, 0.97, 0.82);
  transition: all 0.45s cubic-bezier(0, -0.48, 0.97, 0.82);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .menu_responsive_list {
    width: 100%;
  }
}
.menu_responsive_foot {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.21);
  padding-top: 27px;
  margin-top: 186px;
  -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-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in 0.1s;
  -moz-transition: all 0.2s ease-in 0.1s;
  -o-transition: all 0.2s ease-in 0.1s;
  -ms-transition: all 0.2s ease-in 0.1s;
  transition: all 0.2s ease-in 0.1s;
}
.menu_responsive_foot.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.45s ease-in 0.5s;
  -moz-transition: all 0.45s ease-in 0.5s;
  -o-transition: all 0.45s ease-in 0.5s;
  -ms-transition: all 0.45s ease-in 0.5s;
  transition: all 0.45s ease-in 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu_responsive_foot a {
  margin: 0;
  display: inline-block;
  margin-right: 58px;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .menu_responsive_foot {
    margin-top: 50px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .menu_responsive_foot a {
    margin: 0px 10px;
  }
}
.menu_responisve_information {
  text-align: left;
  max-width: 300px;
  width: 100%;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.23s ease-in;
  -moz-transition: all 0.23s ease-in;
  -o-transition: all 0.23s ease-in;
  -ms-transition: all 0.23s ease-in;
  transition: all 0.23s ease-in;
}
.menu_responisve_information.is-active {
  -webkit-transition: all 0.45s ease-in 0.4s;
  -moz-transition: all 0.45s ease-in 0.4s;
  -o-transition: all 0.45s ease-in 0.4s;
  -ms-transition: all 0.45s ease-in 0.4s;
  transition: all 0.45s ease-in 0.4s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .menu_responisve_information {
    margin: 0;
    margin-top: 50px;
  }
}
.menu_responsive_img {
  width: 58px;
  margin: 0;
  margin-bottom: 33px;
}
.menu_responsive_img img {
  width: 100%;
  height: auto;
  display: block;
}
.menu_responsive_text {
  color: #fff;
  font-size: 17px;
  position: relative;
  padding-left: 30px;
}
.menu_responsive_email {
  position: relative;
  padding-left: 30px;
}
.menu_responsive_email a {
  color: #fff;
  font-size: 17px;
}
.menu_responsive_icono {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
}
.menu_responsive_redes {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
  padding-top: 25px;
}
.menu_responsive_redes a {
  margin: 0;
  color: #fff;
  font-size: 20px;
  margin-right: 21px;
}
.menu_responsive_redes a:last-child {
  margin-right: 0;
}
.menu_responsive_redes a.icon-waze {
  font-size: 22px;
}
.header_link {
  display: block;
  text-decoration: none;
  will-change: transform;
}
.header_link.active .header_link_data {
  -webkit-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -moz-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -o-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -ms-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
}
.header_link.active .header_link_data:before {
  -webkit-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -moz-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -o-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -ms-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
}
@media screen and (min-width: 1025px) {
  .header_link:hover .header_link_text {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  .header_link:hover .header_link_data {
    -webkit-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -moz-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -o-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -ms-animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    animation: anim-in-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  }
  .header_link:hover .header_link_data:before {
    -webkit-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -moz-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -o-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    -ms-animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
    animation: anim-in-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  }
}
@media screen and (max-width: 767px) {
  .header_link.active .header_link_text {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.header_link_text {
  display: block;
  color: transparent;
  font-size: 50px;
  font-family: 'WorkSans-Bold', sans-serif;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  height: inherit;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.54, 0.1, 0, 0.99);
  -moz-transition: all 0.9s cubic-bezier(0.54, 0.1, 0, 0.99);
  -o-transition: all 0.9s cubic-bezier(0.54, 0.1, 0, 0.99);
  -ms-transition: all 0.9s cubic-bezier(0.54, 0.1, 0, 0.99);
  transition: all 0.9s cubic-bezier(0.54, 0.1, 0, 0.99);
}
@media screen and (max-width: 767px) {
  .header_link_text {
    font-size: 43px;
  }
}
.header_link_data {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  overflow: hidden;
  font-family: 'WorkSans-Bold', sans-serif;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: anim-out-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -moz-animation: anim-out-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -o-animation: anim-out-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -ms-animation: anim-out-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  animation: anim-out-layer-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
}
.header_link_data:before {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  content: attr(data-text);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  color: #fff;
  -webkit-animation: anim-out-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -moz-animation: anim-out-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -o-animation: anim-out-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  -ms-animation: anim-out-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
  animation: anim-out-text-data 0.9s cubic-bezier(0.54, 0.1, 0, 0.99) forwards;
}
@-moz-keyframes anim-in-layer-data {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes anim-in-layer-data {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes anim-in-layer-data {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes anim-in-layer-data {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes anim-in-text-data {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes anim-in-text-data {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes anim-in-text-data {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes anim-in-text-data {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes anim-out-layer-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes anim-out-layer-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes anim-out-layer-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes anim-out-layer-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes anim-out-text-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes anim-out-text-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes anim-out-text-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes anim-out-text-data {
  0% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.social {
  width: 100%;
  padding: 40px 0px 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social.active .social_title {
  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: 767px) {
  .social {
    padding: 24px 0px 52px;
  }
}
.social_container {
  max-width: 1212px;
}
.social_title {
  text-align: center;
  padding-bottom: 16%;
}
@media screen and (min-width: 1025px) {
  .social_title {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    -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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media screen and (max-width: 640px) {
  .social_title {
    padding-bottom: 52px;
  }
}
.social_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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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;
}
.social_item {
  margin: 0px 1.1%;
  margin-bottom: 28px;
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .social_item.active .social_background {
    -webkit-transform: scale(1) translate(0px, 0px);
    -moz-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    -ms-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
  }
}
@media screen and (max-width: 860px) {
  .social_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .social_item {
    margin-bottom: 30px;
  }
}
.social--item1 {
  width: 21.3%;
  margin-top: 1%;
}
.social--item1 .social_background {
  padding-bottom: 92.2%;
}
@media screen and (max-width: 860px) {
  .social--item1 {
    width: 43%;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .social--item1 {
    width: 100%;
  }
  .social--item1 .social_background {
    padding-bottom: 86.79%;
  }
}
.social--item2 {
  width: 32.1%;
  padding-right: 17.2%;
  margin-top: -11%;
}
.social--item2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.457%;
  padding-bottom: 29.457%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: url("../img/social-icon1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.social--item2 .social_background {
  padding-bottom: 78.912%;
}
@media screen and (min-width: 1025px) {
  .social--item2:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .social--item2.active:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 860px) {
  .social--item2 {
    width: 52.6%;
    padding-right: 0;
    margin-top: -5%;
  }
  .social--item2:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .social--item2 {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .social--item2 .social_background {
    padding-bottom: 75.913%;
  }
}
.social--item3 {
  width: 22.8%;
  margin-top: 2.4%;
}
.social--item3 .social_background {
  padding-bottom: 113.275%;
}
@media screen and (max-width: 860px) {
  .social--item3 {
    width: 43%;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .social--item3 {
    width: 100%;
  }
  .social--item3 .social_background {
    padding-bottom: 109.01%;
  }
}
.social--item4 {
  width: 32.9%;
  padding-left: 16.2%;
  margin: -14% 26.3% 28px 24.6%;
}
.social--item4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27.224%;
  padding-bottom: 27.392%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: url("../img/social-icon2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.social--item4 .social_background {
  padding-bottom: 72.734%;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .social--item4:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .social--item4.active:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 860px) {
  .social--item4 {
    width: 52.5%;
    padding-left: 0;
    margin: -3% 1.1% 20px 1.1%;
  }
  .social--item4:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .social--item4 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .social--item4 .social_background {
    padding-bottom: 68.36%;
  }
}
.social--item5 {
  width: 32.1%;
  padding-right: 18.6%;
  margin-left: 5.9%;
  margin-top: -9.6%;
}
.social--item5:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31.247%;
  padding-bottom: 31.084%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: url("../img/social-icon3.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.social--item5 .social_background {
  padding-bottom: 78.912%;
}
@media screen and (min-width: 1025px) {
  .social--item5:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .social--item5.active:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 860px) {
  .social--item5 {
    width: 43%;
    padding-right: 0;
    margin-left: 1.1%;
    margin-top: 0;
  }
  .social--item5:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .social--item5 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .social--item5 .social_background {
    padding-bottom: 74.245%;
  }
}
.social--item6 {
  width: 32.9%;
  margin-right: 7.7%;
  margin-left: 1.7%;
}
.social--item6 .social_background {
  padding-bottom: 82.264%;
}
@media screen and (max-width: 860px) {
  .social--item6 {
    width: 52.6%;
    margin-right: 1.1%;
    margin-left: 1.1%;
    margin-top: -14%;
  }
}
@media screen and (max-width: 640px) {
  .social--item6 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .social--item6 .social_background {
    padding-bottom: 77.64%;
  }
}
.social_box {
  width: 100%;
  display: block;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .social_box {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
  }
  .social_box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.social_background {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .social_background {
    -webkit-transform: scale(1.5) translate(0px, -100%);
    -moz-transform: scale(1.5) translate(0px, -100%);
    -o-transform: scale(1.5) translate(0px, -100%);
    -ms-transform: scale(1.5) translate(0px, -100%);
    transform: scale(1.5) translate(0px, -100%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.social_info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.social_text {
  padding: 17px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'WorkSans-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
}
.social_text p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .social_text {
    font-size: 17px;
  }
}
.social_btn_box {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.social_btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #1e2123;
  border-radius: 50%;
  border: 0;
  position: relative;
  z-index: 4;
  text-align: center;
}
.social_btn:before,
.social_btn:after {
  content: '';
  position: absolute;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 6;
  top: 50%;
  left: 50%;
}
.social_btn:before {
  width: 2px;
  height: 14px;
  margin-left: -1px;
  margin-top: -7px;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.social_btn:after {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media screen and (min-width: 1025px) {
  .social_btn:hover:before,
  .social_btn:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .social_btn:hover .social_circle {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .social_btn:hover .social_circle_bg {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media screen and (max-width: 1024px) {
  .social_btn {
    width: 50px;
    height: 50px;
  }
  .social_btn:before,
  .social_btn:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .social_btn .social_circle {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .social_btn .social_circle_bg {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.social_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 3;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
}
.social_circle_bg {
  background: #1e2123;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
