.b1home {
  position: relative;
}
.b1home:after {
  content: "";
  width: 47.375%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.b1home_block {
  background: #d20202;
  position: relative;
}
.b1home_block:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 73px 73px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 47.375%;
}
@media screen and (max-width: 960px) {
  .b1home_block:before {
    display: none;
  }
}
.b1home_block:after {
  content: "";
  width: 47.375%;
  height: 73px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b1home_block:after {
    display: none;
  }
}
.b1home_bg {
  width: 47.375%;
  height: 542px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b1home_bg {
    display: none;
  }
}
.b1home_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.54) 0.59%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.54) 0.59%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,0.54) 0.59%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0.54) 0.59%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,0.54) 0.59%, rgba(0,0,0,0) 100%);
  mix-blend-mode: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 615px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b1home_container {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_container {
    -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;
    height: auto;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_container {
    padding-top: 50px;
  }
}
.b1home_left {
  width: 40.5833%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .b1home_left {
    width: 40%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_left {
    margin-bottom: 30px;
  }
}
.b1home_right {
  width: 59.4167%;
}
@media screen and (max-width: 1024px) {
  .b1home_right {
    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;
    width: 60%;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_right {
    display: block;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b1home_right {
    padding-bottom: 0;
  }
}
.b1home_title {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 33px;
  padding-right: 20px;
  margin: 0 0 19px 0;
}
@media screen and (max-width: 1024px) {
  .b1home_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_title {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.b1home_subtitle {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 19px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_subtitle {
    font-size: 15px;
  }
}
.b1home_btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .b1home_btn {
    margin-top: 20px;
  }
}
.b1home_img {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1home_img {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b1home_img.animate {
  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);
  -webkit-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -moz-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -o-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -ms-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
}
@media screen and (max-width: 1024px) {
  .b1home_img.animate {
    -webkit-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -moz-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -o-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -ms-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  }
}
.b1home_img.animate2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -moz-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -o-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -ms-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
}
.b1home_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b1home_circles {
  width: 112px;
  position: absolute;
  bottom: 15px;
  right: 104px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b1home_circles {
    display: none;
  }
}
.b1home_circles img {
  width: 100%;
  height: auto;
  display: block;
}
.b1home_quantity {
  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: 80px;
}
@media screen and (max-width: 960px) {
  .b1home_quantity {
    -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%;
    position: absolute;
    bottom: 24px;
    left: 0;
    margin-top: 0;
  }
}
.b1home_quantity_left,
.b1home_quantity_right {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 22px;
  margin: 0;
}
.b1home_quantity_left {
  margin-right: 14px;
}
.b1home_quantity_right {
  color: rgba(255,255,255,0.6);
  font-family: 'Roboto-Regular', sans-serif;
  margin-left: 14px;
}
.b1home_line {
  display: block;
  width: 53px;
  height: 2px;
  background: rgba(255,255,255,0.6);
  position: relative;
  margin: 0;
}
.b1home_line:after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_line.animate:after {
  -webkit-transition: width linear;
  -moz-transition: width linear;
  -o-transition: width linear;
  -ms-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
  -moz-transition-delay: unset;
  -o-transition-delay: unset;
  -ms-transition-delay: unset;
  transition-delay: unset;
  width: 100%;
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -o-transition-duration: 5s;
  -ms-transition-duration: 5s;
  transition-duration: 5s;
}
@media screen and (max-width: 960px) {
  .b1home_controls {
    display: none;
  }
}
.b1home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  background: transparent;
  color: #fff;
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b1home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b1home_arrow:hover {
    background: #fff;
    color: #c50202;
  }
}
@media screen and (max-width: 1024px) {
  .b1home_arrow {
    bottom: inherit;
    right: 30px;
  }
}
.b1home_prev {
  top: 60px;
}
@media screen and (max-width: 1024px) {
  .b1home_prev {
    top: 80px;
  }
}
.b1home_next {
  top: -60px;
}
@media screen and (max-width: 1024px) {
  .b1home_next {
    top: 30px;
  }
}

.b2home {
  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;
  padding: 110px 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b2home {
    -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-top: 30px;
    padding-bottom: 35px;
  }
}
.b2home_content {
  margin: 0 auto;
}
.b2home_left {
  width: 51%;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 1460px) {
  .b2home_left {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  .b2home_left {
    width: 44%;
  }
}
@media screen and (max-width: 960px) {
  .b2home_left {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
.b2home_right {
  width: 45%;
  position: relative;
  margin-left: -45%;
}
@media screen and (max-width: 1460px) {
  .b2home_right {
    width: 50%;
    margin-left: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .b2home_right {
    width: 53%;
    margin-left: -53%;
  }
}
@media screen and (max-width: 960px) {
  .b2home_right {
    width: 94%;
    margin: 0 auto;
  }
}
.b2home_title {
  line-height: 1.367;
  letter-spacing: 0.02em;
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 1460px) {
  .b2home_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .b2home_title {
    line-height: 1.25;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b2home_title {
    font-size: 18px;
  }
}
.b2home_title strong {
  color: #dc0b0b;
  font-weight: normal;
}
.b2home_description {
  line-height: 2;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .b2home_description {
    line-height: 1.7;
    font-size: 14px;
  }
}
.b2home_description p {
  margin: 0;
}
.b2home_btn {
  margin-top: 30px;
}
.b2home_circles {
  width: 77px;
  position: absolute;
  top: -5px;
  left: -60px;
  z-index: -1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_circles {
    left: -30px;
  }
}
@media screen and (max-width: 960px) {
  .b2home_circles {
    display: none;
  }
}
.b2home_circles img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_portada {
  width: 100%;
  margin: 0;
}
.b2home_portada img {
  width: 100%;
  height: auto;
  display: block;
}

.b3home {
  background: #dde1e5;
  position: relative;
  padding: 93px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b3home {
    padding: 45px 0 0 0;
  }
}
.b3home:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 50.625%;
}
@media screen and (max-width: 960px) {
  .b3home:before {
    display: none;
  }
}
.b3home:after {
  content: "";
  width: 50.625%;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b3home:after {
    display: none;
  }
}
.b3home_head {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .b3home_head {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_head {
    padding-bottom: 10px;
  }
}
.b3home_head:after {
  content: "";
  width: 125px;
  height: 1px;
  background: #dc0b0b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b3home_titleup {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 767px) {
  .b3home_titleup {
    font-size: 14px;
  }
}
.b3home_titledown {
  line-height: 41px;
  letter-spacing: 0.02em;
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_titledown {
    line-height: 1.1;
    font-size: 22px;
  }
}
.b3home_titledown strong {
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
}
.b3home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b3home_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    position: relative;
    padding-bottom: 177px;
  }
}
.b3home_left {
  width: 22.25%;
  padding: 65px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b3home_left {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 35px;
  }
}
.b3home_right {
  width: 77.75%;
}
@media screen and (max-width: 960px) {
  .b3home_right {
    width: 100%;
  }
}
.b3home_textup {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #666;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 15px 0;
}
.b3home_textdown {
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}
.b3home_btn {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .b3home_btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 112px;
    left: 0;
    margin-top: 0;
  }
}
.b3home_portada {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  margin: 0;
}
.b3home_portada.animate {
  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);
  -webkit-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -moz-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -o-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -ms-transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  transition: all 0.5s cubic-bezier(0.67, 0.21, 0.005, 0.885);
}
@media screen and (max-width: 1024px) {
  .b3home_portada.animate {
    -webkit-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -moz-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -o-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    -ms-transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
    transition: all 0.15s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  }
}
.b3home_portada.animate2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -moz-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -o-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  -ms-transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
  transition: all 1s cubic-bezier(0.67, 0.21, 0.005, 0.885);
}
.b3home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_controls {
  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: 960px) {
  .b3home_controls {
    -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%;
    text-align: center;
    position: absolute;
    bottom: 28px;
    left: 0;
  }
}
.b3home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 56px 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .b3home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b3home_arrow:hover {
    background: #666;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .b3home_arrow {
    margin-top: 0;
  }
}
.b3home_circles {
  width: 77px;
  position: absolute;
  bottom: 107px;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_circles {
    display: none;
  }
}
.b3home_circles img {
  width: 100%;
  height: auto;
  display: block;
}

.b4home {
  background: #fff;
  position: relative;
  padding: 142px 0 72px 0;
  margin-top: -96px;
}
@media screen and (max-width: 960px) {
  .b4home {
    padding: 45px 0 35px 0;
    margin-top: 0;
  }
}
.b4home_content {
  max-width: 1224px;
}
.b4home_head {
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 960px) {
  .b4home_head {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_head {
    padding-bottom: 10px;
  }
}
.b4home_head:after {
  content: "";
  width: 125px;
  height: 1px;
  background: #dc0b0b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b4home_titleup {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 767px) {
  .b4home_titleup {
    font-size: 14px;
  }
}
.b4home_titledown {
  line-height: 41px;
  letter-spacing: 0.02em;
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4home_titledown {
    line-height: 1.1;
    font-size: 22px;
  }
}
.b4home_titledown strong {
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
}
.b4home_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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b4home_box {
  width: calc(33.3333% - 24px);
  margin: 40px 12px 0 12px;
}
@media screen and (min-width: 1025px) {
  .b4home_box:hover .b4home_wrap:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -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;
  }
  .b4home_box:hover .b4home_portada:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -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;
  }
  .b4home_box:hover .b4home_btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -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: 961px) {
  .b4home_box:nth-child(1),
  .b4home_box:nth-child(2) {
    width: calc(50% - 24px);
  }
  .b4home_box:nth-child(1) .b4home_circles,
  .b4home_box:nth-child(2) .b4home_circles {
    bottom: 94px;
    right: inherit;
    left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b4home_box {
    width: calc(50% - 24px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_box {
    width: 100%;
  }
}
.b4home_subtitle {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 17px 0;
}
.b4home_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 1024px) {
  .b4home_wrap {
    padding: 0 0 8px 8px;
  }
}
.b4home_wrap:before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% - 16px);
  background: #dde1e5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_wrap:before {
    width: 100%;
    height: calc(100% - 10px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4home_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 73px 0 0 71px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: -16px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .b4home_wrap:after {
    display: none;
  }
}
.b4home_portada {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b4home_portada:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 72px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .b4home_portada:before {
    display: none;
  }
}
.b4home_portada:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 72px;
  border-color: transparent transparent transparent #dde1e5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b4home_portada:after {
    display: none;
  }
}
.b4home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_btn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .b4home_btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    bottom: 8px;
  }
}
.b4home_btn .gbtn_red_icon {
  min-width: 178px;
}
@media screen and (max-width: 1024px) {
  .b4home_btn .gbtn_red_icon {
    min-width: 136px;
    height: 39px;
    line-height: 39px;
  }
  .b4home_btn .gbtn_red_icon span {
    display: none;
  }
}
.b4home_circles {
  width: 77px;
  position: absolute;
  bottom: 45px;
  right: 20px;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4home_circles {
    left: 18px;
    right: inherit;
    bottom: 49px;
  }
}
.b4home_circles img {
  width: 100%;
  height: auto;
  display: block;
}

.b5home {
  background: #dde1e5;
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .b5home {
    padding: 50px 0;
  }
}
.b5home_head {
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 960px) {
  .b5home_head {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_head {
    padding-bottom: 10px;
  }
}
.b5home_head:after {
  content: "";
  width: 125px;
  height: 1px;
  background: #dc0b0b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b5home_titleup {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 767px) {
  .b5home_titleup {
    font-size: 14px;
  }
}
.b5home_titledown {
  line-height: 41px;
  letter-spacing: 0.02em;
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b5home_titledown {
    line-height: 1.1;
    font-size: 22px;
  }
}
.b5home_titledown strong {
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
}
.b5home_description {
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #666;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .b5home_description {
    line-height: 2;
    font-size: 15px;
  }
}
.b5home_description p {
  margin: 0;
}
.b5home_block {
  max-width: 1174px;
  width: 100%;
  filter: drop-shadow(0px 16px 30px rgba(0,0,0,0.04));
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px 35px 35px;
  margin: 44px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .b5home_block {
    padding: 20px 20px 35px 20px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_block {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
  }
}
.b5home_block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -o-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: linear-gradient(-315deg, transparent 45px, #dc0b0b 0);
  position: absolute;
  top: 18px;
  right: 13px;
}
@media screen and (max-width: 960px) {
  .b5home_block:before {
    display: none;
  }
}
.b5home_block:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: -webkit-linear-gradient(45deg, transparent 45px, #dde1e5 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #dde1e5 0);
  background: -o-linear-gradient(45deg, transparent 45px, #dde1e5 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #dde1e5 0);
  background: linear-gradient(-315deg, transparent 45px, #dde1e5 0);
  position: absolute;
  top: 19px;
  right: 14px;
}
@media screen and (max-width: 960px) {
  .b5home_block:after {
    display: none;
  }
}
.b5home_boxmask {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -o-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #fff 0);
  background: linear-gradient(-315deg, transparent 45px, #fff 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .b5home_boxmask {
    display: none;
  }
}
.b5home_slider {
  position: relative;
  z-index: 3;
}
.b5home_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 0 20px;
}
@media screen and (max-width: 1024px) {
  .b5home_slide {
    padding: 15px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_slide {
    padding: 5px;
  }
}
.b5home_logo {
  display: block;
  max-width: 144px;
  width: 100%;
  margin: 0 auto;
}
.b5home_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b5home_controls {
  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;
}
.b5home_arrow {
  width: 58px;
  height: 58px;
  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;
  color: #666;
  font-size: 13px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  margin: 38px 6px 0 6px;
}
@media screen and (min-width: 1025px) {
  .b5home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b5home_arrow:hover {
    background: #666;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .b5home_arrow {
    margin-top: 14px;
  }
}

.b6home {
  background: #dc0b0b;
  padding: 120px 0 100px 0;
}
@media screen and (max-width: 960px) {
  .b6home {
    padding: 35px 0;
  }
}
.b6home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b6home_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;
  }
}
.b6home_left {
  width: 42.9167%;
}
@media screen and (max-width: 1024px) {
  .b6home_left {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .b6home_left {
    width: 100%;
  }
}
.b6home_right {
  width: 47.1667%;
  filter: drop-shadow(0px 16px 30px rgba(0,0,0,0.04));
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 70px 70px 70px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .b6home_right {
    width: 50%;
    padding: 60px 20px 70px 30px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_right {
    width: 100%;
    background: #fff;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_right {
    padding: 30px 15px;
  }
}
.b6home_right:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -o-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #fff 0);
  background: linear-gradient(-315deg, transparent 45px, #fff 0);
  position: absolute;
  top: 16px;
  right: 18px;
}
@media screen and (max-width: 960px) {
  .b6home_right:before {
    display: none;
  }
}
.b6home_right:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: -webkit-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -o-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #dc0b0b 0);
  background: linear-gradient(-315deg, transparent 45px, #dc0b0b 0);
  position: absolute;
  top: 17px;
  right: 19px;
}
@media screen and (max-width: 960px) {
  .b6home_right:after {
    display: none;
  }
}
.b6home_mask {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -moz-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -o-linear-gradient(45deg, transparent 45px, #fff 0);
  background: -ms-linear-gradient(45deg, transparent 45px, #fff 0);
  background: linear-gradient(-315deg, transparent 45px, #fff 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .b6home_mask {
    display: none;
  }
}
.b6home_circles {
  width: 77px;
  position: absolute;
  bottom: -58px;
  right: -48px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .b6home_circles {
    right: -20px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_circles {
    display: none;
  }
}
.b6home_circles img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_head {
  position: relative;
  padding: 0 0 18px 0;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .b6home_head {
    padding-bottom: 10px;
  }
}
.b6home_head:after {
  content: "";
  width: 125px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b6home_title_up {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 3px 0;
}
@media screen and (max-width: 767px) {
  .b6home_title_up {
    font-size: 14px;
  }
}
.b6home_title_down {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .b6home_title_down {
    font-size: 22px;
  }
}
.b6home_title_down strong {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
}
.b6home_description {
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .b6home_description {
    line-height: 2;
    font-size: 14px;
  }
}
.b6home_description p {
  margin: 0;
}
.b6home_btn {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .b6home_btn {
    margin-top: 25px;
  }
}
.b5home_wrap {
  position: relative;
  z-index: 2;
}
.b6home_subtitle {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .b6home_subtitle {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.b6home_subtitle strong {
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
}
.b6home_text {
  line-height: 1.53;
  color: #424242;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b6home_text {
    line-height: 1.4;
    font-size: 15px;
  }
}
.b6home_text p {
  margin: 0;
}
.b6home_info {
  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: 767px) {
  .b6home_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b6home_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6home_box:nth-child(1) {
  width: 46.9484%;
}
@media screen and (max-width: 767px) {
  .b6home_box:nth-child(1) {
    width: auto;
    margin-bottom: 25px;
  }
}
.b6home_box:nth-child(2) {
  width: 53.0516%;
  border-left: 1px solid #424242;
  padding-left: 17px;
}
@media screen and (max-width: 960px) {
  .b6home_box:nth-child(2) {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_box:nth-child(2) {
    width: auto;
    border-left: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.b6home_box_icon {
  display: block;
  line-height: 1;
  color: #ee202e;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6home_box_icon {
    margin-right: 20px;
  }
}
.b6home_box_text {
  width: calc(100% - 37px);
  line-height: 1;
  color: #484c56;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b6home_box_text {
    width: auto;
  }
}
.b6home_box_text p {
  margin: 0 0 10px 0;
}
.b6home_box_text p:last-child {
  margin-bottom: 0;
}
.b6home_box_text strong {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.b6home_box_text u {
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-size: 16px;
}

.b7home {
  background: #fff;
  position: relative;
  padding: 138px 0 130px 0;
}
@media screen and (max-width: 960px) {
  .b7home {
    padding: 40px 0 50px 0;
  }
}
.b7home:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #dc0b0b transparent transparent;
  position: absolute;
  top: 0;
  right: 50.625%;
}
@media screen and (max-width: 960px) {
  .b7home:before {
    display: none;
  }
}
.b7home:after {
  content: "";
  width: 50.625%;
  height: 80px;
  background: #dc0b0b;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b7home:after {
    display: none;
  }
}
.b7home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b7home_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;
    position: relative;
    padding-bottom: 58px;
  }
}
.b7home_left {
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .b7home_left {
    width: 33%;
  }
}
@media screen and (max-width: 960px) {
  .b7home_left {
    width: 100%;
  }
}
.b7home_right {
  width: 68%;
  padding: 64px 0 0 0;
  margin-right: -12px;
}
@media screen and (max-width: 1024px) {
  .b7home_right {
    width: 66%;
    margin-right: -6px;
  }
}
@media screen and (max-width: 960px) {
  .b7home_right {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
}
.b7home_titles {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .b7home_titles {
    max-width: 320px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b7home_titles {
    max-width: 240px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.b7home_titles:after {
  content: "";
  width: 125px;
  height: 1px;
  background: #dc0b0b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b7home_title_up {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .b7home_title_up {
    font-size: 14px;
  }
}
.b7home_title_down {
  line-height: 35px;
  color: #e2211c;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b7home_title_down {
    line-height: 1.2;
    font-size: 22px;
  }
}
.b7home_title_down strong {
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
}
.b7home_description {
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #666;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .b7home_description {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_description {
    line-height: 1.6;
    font-size: 15px;
    padding-right: 0;
  }
}
.b7home_description p {
  margin: 0;
}
.b7home_btn {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .b7home_btn {
    margin-top: 23px;
  }
}
.b7home_controls {
  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: 75px;
}
@media screen and (max-width: 960px) {
  .b7home_controls {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.b7home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 58px;
  height: 58px;
  color: #666;
  font-size: 13px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .b7home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b7home_arrow:hover {
    background: #666;
    color: #fff;
  }
}
.b7home_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 12px 50px 12px;
}
@media screen and (max-width: 1024px) {
  .b7home_slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 960px) {
  .b7home_slide {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.b7home_item {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b7home_item:hover .b7home_info {
    border-color: #dc0b0b;
  }
  .b7home_item:hover .b7home_more_text {
    color: #4d4d4d;
    text-decoration: inherit;
  }
  .b7home_item:hover .b7home_more_icon {
    color: #4d4d4d;
  }
}
.b7home_portada {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b7home_portada:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b7home_portada:before {
    display: none;
  }
}
.b7home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b7home_etiqueta {
  display: block;
  min-width: 129px;
  height: 38px;
  line-height: 38px;
  letter-spacing: 0.02em;
  background: -webkit-linear-gradient(45deg, transparent 10px, #dc0b0b calc(10% - 10px), #dc0b0b calc(100% - 10px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 10px, #dc0b0b calc(10% - 10px), #dc0b0b calc(100% - 10px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 10px, #dc0b0b calc(10% - 10px), #dc0b0b calc(100% - 10px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 10px, #dc0b0b calc(10% - 10px), #dc0b0b calc(100% - 10px), transparent 10%);
  background: linear-gradient(45deg, transparent 10px, #dc0b0b calc(10% - 10px), #dc0b0b calc(100% - 10px), transparent 10%);
  color: #fff;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b7home_etiqueta {
    font-size: 15px;
    top: 15px;
    left: 15px;
  }
}
.b7home_info {
  min-height: 200px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.09);
  box-shadow: 0px 6px 10px rgba(0,0,0,0.09);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px 0 30px;
}
@media screen and (max-width: 1024px) {
  .b7home_info {
    padding: 0 15px;
  }
}
.b7home_up {
  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;
}
.b7home_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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 0 0;
}
.b7home_box:nth-child(1) {
  width: 43%;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .b7home_box:nth-child(1) {
    padding-right: 5px;
  }
}
.b7home_box:nth-child(2) {
  width: 57%;
}
.b7home_box_icon {
  width: 20px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1024px) {
  .b7home_box_icon {
    margin-right: 7px;
  }
}
.b7home_box_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b7home_box_text {
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #3a3a3a;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b7home_box_text {
    font-size: 13px;
  }
}
.b7home_subtitle {
  line-height: 23.6px;
  color: #3a3a3a;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: normal;
  font-size: 19px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b7home_subtitle {
    font-size: 17px;
  }
}
.b7home_more {
  margin-top: 20px;
}
.b7home_more_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;
}
.b7home_more_text {
  display: block;
  line-height: 1;
  color: #e72c25;
  font-family: 'Roboto-Bold', sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
.b7home_more_icon {
  display: block;
  line-height: 1;
  color: #e72c25;
  font-size: 13px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0 0 0 7px;
}

.b8home {
  height: 322px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b8home {
    height: 220px;
  }
}
.b8home_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.b8home_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.44);
  mix-blend-mode: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b8home_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ddae0e;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}
.b8home_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;
  max-width: 924px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.b8home_left {
  width: 32.7922%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b8home_left {
    display: none;
  }
}
.b8home_right {
  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: 51.9481%;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .b8home_right {
    width: 100%;
    text-align: center;
  }
}
.b8home_img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b8home_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b8home_circles {
  width: 77px;
  position: absolute;
  bottom: 41px;
  left: -38px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b8home_circles {
    display: none;
  }
}
.b8home_circles img {
  width: 100%;
  height: auto;
  display: block;
}
.b8home_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 35px;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.62);
  margin: 0 0 25px 0;
}
@media screen and (max-width: 960px) {
  .b8home_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.b8home_subtitle {
  line-height: 1.1;
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 25px;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.62);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 960px) {
  .b8home_subtitle {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.btn_gnrl_white_line {
  height: 53px;
  line-height: 53px;
  padding: 0 27px;
  font-size: 16px;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #404040;
  background-color: #fff;
  border: 1px solid #e1251b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -moz-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -o-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -ms-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (min-width: 1025px) {
  .btn_gnrl_white_line:hover {
    color: #fff;
    background-color: #e1251b;
    border: 1px solid #e1251b;
  }
}
.btn_gnrl_red {
  height: 53px;
  line-height: 53px;
  padding: 0 27px;
  font-size: 16px;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #fff;
  background-color: #e1251b;
  border: 1px solid #e1251b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -moz-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -o-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  -ms-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (min-width: 1025px) {
  .btn_gnrl_red:hover {
    color: #fff;
    background-color: #c30707;
    border: 1px solid #c30707;
  }
}


.contacto_detallle_info {
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
  margin-top: 40px;
}
.contacto_detallle_info .contacto_pais_box {
  width: 100%;
  margin: 0;
}
.contacto_detalle_correo {
  margin-top: 25px;
}
.contacto_detalle_correo a {
  color: #e1251b;
  font-size: 15px;
  font-family: 'Roboto-Medium', sans-serif;
}
.contacto_detalle_datos a {
  position: relative;
  margin: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 17px;
  border-right: 1px solid #9a9a9a;
  margin-right: 17px;
}
.contacto_detalle_datos a:last-child {
  margin-right: 0;
  border: none;
  padding-right: 0;
}
.contacto_detalle_datos span {
  color: #e1251b;
  position: absolute;
  left: 0;
  display: inline-block;
}
.producto_detalle_bloque3 {
  padding-bottom: 40px;
}

.contacto_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .contacto_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacto_wrap_content {
  width: 50%;
  padding-top: 78px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contacto_wrap_content {
    width: 100%;
    padding: 50px 20px;
  }
}
.contacto_link {
  margin-bottom: 10px;
}
.contacto_link ul {
  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;
}
.contacto_link ul span {
  color: #e1251b;
  font-size: 10px;
  display: inline-block;
  margin: 0 10px;
}
.contacto_link ul a {
  font-size: 13px;
  color: rgba(91,91,91,0.5);
}
.contacto_link ul a.active {
  color: #5b5b5b;
}
.contacto_info {
  max-width: 531px;
  margin: 0 0 0 auto;
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  .contacto_info {
    max-width: inherit;
    margin-right: 0;
  }
}
.contacto_title span {
  font-size: 15px;
  line-height: 30px;
}
.contacto_title h1,
.contacto_title h2,
.contacto_title h3,
.contacto_title h4,
.contacto_title h5 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 15px;
}
.contacto_title h1 strong,
.contacto_title h2 strong,
.contacto_title h3 strong,
.contacto_title h4 strong,
.contacto_title h5 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
.contacto_title h1:before,
.contacto_title h2:before,
.contacto_title h3:before,
.contacto_title h4:before,
.contacto_title h5:before {
  content: '';
  display: block;
  width: 125px;
  height: 2px;
  background-color: #e1251b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacto_title p {
  font-size: 15px;
  font-family: 'Roboto-Regular', sans-serif;
  line-height: 22px;
  letter-spacing: 2%;
}
.contacto_datos h3 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 15px;
  color: #1a1a1a;
}
.contacto_numbers li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.contacto_numbers li span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 15px;
  color: #e1251b;
}
.contacto_numbers li a {
  margin: 0;
  display: inline-block;
  padding-right: 20px;
  border-right: 2px solid #e1251b;
  margin-right: 20px;
}
.contacto_numbers li a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.contacto_bg {
  width: 50%;
  height: 840px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contacto_bg {
    width: 100%;
    height: 400px;
  }
}
.contacto_bg_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 200px;
  left: 0;
}
.contacto_bg_btns a {
  margin: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  display: inline-block;
  color: #fff;
  background-color: #e1251b;
  margin: 0 10px;
}
.contacto_bg_btns a.white {
  background-color: #fff;
  color: #010101;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.19);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.19);
}
.contacto_form {
  padding-top: 28px;
}
.contacto_input .g-input {
  margin-bottom: 22px;
}
.contacto_input.column2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contacto_input.column2>* {
  width: 49%;
}
.contaco_pais {
  background-color: #e5e5e5;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .contaco_pais {
    padding: 40px 0px;
  }
}
.contacto_pais_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .contacto_pais_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacto_pais_select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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: 640px) {
  .contacto_pais_select {
    padding-top: 40px;
  }
}
.contacto_pais_txt {
  margin: 0;
  display: inline-block;
  color: #666;
  margin-right: 20px;
}
.contacto_mensaje_btn {
  padding-top: 35px;
}
.contacto_mensaje_btn a {
  text-decoration: none;
}
.contacto_pais_options .g-input select {
  padding-right: 40px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 15px 18px rgba(0,0,0,0.08);
  box-shadow: 0px 15px 18px rgba(0,0,0,0.08);
}
.contacto_pais_options .g-input span {
  right: 12px;
}
@media screen and (max-width: 640px) {
  .contacto_pais_options {
    width: 80%;
  }
}
.contacto_pais_wrap_itms {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
}
.contacto_pais_box {
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 30px rgba(0,0,0,0.17);
  box-shadow: 0px 16px 30px rgba(0,0,0,0.17);
  width: calc(100% / 3 - 1.33333%);
  margin-right: 2%;
  padding: 28px 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 90% 0, 100% 19%, 100% 100%, 0 100%, 0% 50%);
}
@media screen and (min-width: 1023px) {
  .contacto_pais_box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1022px) {
  .contacto_pais_box {
    width: 48%;
    margin: 1%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .contacto_pais_box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.contacto_pais_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.contacto_pais_row figure {
  margin: 0;
  width: 44px;
}
.contacto_pais_row figure img {
  width: 100%;
  height: auto;
  display: block;
}
.contacto_pais_row span {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  font-family: 'Roboto-Bold', sans-serif;
  margin-left: 16px;
}
.contacto_pais_info h2 {
  font-size: 15px;
  font-family: 'Roboto-Bold', sans-serif;
  color: #404040;
  margin-bottom: 9px;
}
.contacto_pais_info p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 2%;
}

.gbtn_red {
  display: inline-block;
  min-width: 185px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 0.02em;
  background: #e1251b;
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 16px;
  text-align: center;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .gbtn_red {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .gbtn_red:hover {
    background: #c30707;
    -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;
  }
}
.gbtn_red_border {
  display: inline-block;
  min-width: 185px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 0.02em;
  background: #fff;
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e1251b;
  -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
  box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .gbtn_red_border {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .gbtn_red_border:hover {
    background: #e1251b;
    color: #fff;
    -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;
  }
}
.gbtn_red_icon {
  display: inline-block;
  min-width: 185px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 0.02em;
  background: -webkit-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  color: #fff;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
.gbtn_red_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 17px, #dc0b0b calc(10% - 17px), #dc0b0b calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #dc0b0b calc(10% - 17px), #dc0b0b calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #dc0b0b calc(10% - 17px), #dc0b0b calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #dc0b0b calc(10% - 17px), #dc0b0b calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #dc0b0b calc(10% - 17px), #dc0b0b calc(100% - 17px), transparent 10%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gbtn_red_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 17px, #c30707 calc(10% - 17px), #c30707 calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #c30707 calc(10% - 17px), #c30707 calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #c30707 calc(10% - 17px), #c30707 calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #c30707 calc(10% - 17px), #c30707 calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #c30707 calc(10% - 17px), #c30707 calc(100% - 17px), transparent 10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 1025px) {
  .gbtn_red_icon:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -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;
  }
  .gbtn_red_icon:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -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;
  }
  .gbtn_red_icon:hover span {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.gbtn_red_icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  -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;
  margin-left: 10px;
}
.gbtn_white_icon {
  display: inline-block;
  min-width: 185px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 0.02em;
  background: -webkit-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  color: #e1251b;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(128,3,3,0.25));
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .gbtn_white_icon:hover {
    filter: drop-shadow(0px 10px 20px rgba(128,3,3,0.45));
    -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;
  }
  .gbtn_white_icon:hover span {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.gbtn_white_icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .gbtn_white_icon span {
    -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;
  }
}
.btn_container_red {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.btn_container_red:before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
.btn_cut_border {
  display: inline-block;
  min-width: 174px;
  height: 52px;
  line-height: 52px;
  letter-spacing: 0.02em;
  background: -webkit-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -moz-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -o-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: -ms-linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  background: linear-gradient(45deg, transparent 17px, #fff calc(10% - 17px), #fff calc(100% - 17px), transparent 10%);
  color: #e1251b;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 15px;
  text-align: center;
  border: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}
.btn_cut_border span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .btn_cut_border {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_cut_border span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_cut_border:hover {
    background: -webkit-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
    background: -moz-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
    background: -o-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
    background: -ms-linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
    background: linear-gradient(45deg, transparent 17px, #e1251b calc(10% - 17px), #e1251b calc(100% - 17px), transparent 10%);
    color: #fff;
  }
  .btn_cut_border:hover span {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}


.g-input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g-input ::-webkit-input-placeholder {
  color: #777;
  font-family: 'Roboto-Regular', sans-serif;
}
.g-input :-moz-placeholder {
  color: #777;
  font-family: 'Roboto-Regular', sans-serif;
}
.g-input ::-moz-placeholder {
  color: #777;
  font-family: 'Roboto-Regular', sans-serif;
}
.g-input :-ms-input-placeholder {
  color: #777;
  font-family: 'Roboto-Regular', sans-serif;
}
.g-input input,
.g-input select,
.g-input textarea {
  width: 100%;
  height: 53px;
  background: none;
  color: #5b4439;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 23px;
}
.g-input input:focus,
.g-input select:focus,
.g-input textarea:focus {
  border-color: #362f33;
}
.g-input select {
  color: #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.g-input select:focus,
.g-input select.active {
  color: #5b4439;
}
.g-input textarea {
  height: 93px;
  padding: 15px 23px;
}
.g-input span {
  display: inline-block;
  color: #e1251b;
  font-size: 11px;
  pointer-events: none;
  position: absolute;
  top: 21px;
  right: 24px;
}
.g-requiredtext {
  line-height: 1;
  color: #404040;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 13px;
}
.g-requiredtext p {
  margin: 0;
}
.g-check {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.g-check input {
  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:checked + label .g-check_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g-check_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
}
.g-check_icon {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #404040;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.g-check_icon:before {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #e1251b;
  font-size: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.g-check_text {
  width: calc(100% - 26px);
  line-height: 1.1;
  color: #404040;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 13px;
  margin: 0;
}
.g-check_text a {
  color: #e1251b;
  text-decoration: underline;
}
.g-file {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.g-file input {
  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 input:checked + label {
  background: #f00;
}
.g-file_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: 93px;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-file_label p {
  line-height: 1;
  color: #777;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.g-file_label p.completed {
  color: #5b4439;
}
.g-file_label figure {
  width: 27px;
  margin: 15px auto 0 auto;
}
.g-file_label img {
  width: 100%;
  height: auto;
  display: block;
}
.formError {
  position: static !important;
  margin: 0 !important;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: transparent;
  color: #f00;
  border: none;
  font-size: 10px;
  font-family: 'Roboto-Regular', sans-serif;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.formError .formErrorArrow {
  display: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
.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;
}


.libro {
  width: 100%;
  padding: 75px 0px 114px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .libro {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .libro {
    padding: 40px 0px;
  }
}
.libro_container {
  max-width: 840px;
}
.libro_title {
  padding-bottom: 23px;
  text-align: center;
}
.libro_title h1,
.libro_title h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 35px;
  color: #404040;
}
.libro_title h1 strong,
.libro_title h2 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
@media screen and (max-width: 1024px) {
  .libro_title h1,
  .libro_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .libro_title h1,
  .libro_title h2 {
    font-size: 28px;
  }
}
.libro_text {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  color: #404040;
  text-align: center;
}
.libro_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .libro_text {
    font-size: 14px;
  }
}
.libro_content {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .libro_content {
    margin-top: 40px;
  }
}
.libro_description {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  color: #404040;
}
.libro_description p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_description {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .libro_description {
    font-size: 14px;
  }
}
.libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_establecimiento {
  margin-top: 26px;
}
.libro_establecimiento .g-input label {
  margin: 0;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.libro_nota {
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 13px;
  color: #666;
  margin-top: 12px;
}
.libro_nota p {
  margin: 0;
}
.libro_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
}
.libro_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .libro_box {
    margin-top: 30px;
  }
}
.libro_subtitle {
  padding-bottom: 18px;
}
.libro_subtitle h3 {
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 16px;
  color: #dc0b0b;
  margin: 0;
}
.libro_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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;
}
.libro_input {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 18px;
}
.libro_input:nth-child(2n + 2) {
  margin-right: 0;
}
.libro_input .g-input input,
.libro_input .g-input select,
.libro_input .g-input textarea {
  font-size: 14px;
}
.libro_input.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .libro_input {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .libro_input {
    width: 100%;
    margin-right: 0;
  }
}
.libro_select_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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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;
}
.libro_select_left {
  width: 228px;
  position: relative;
}
.libro_select_left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 26px;
  background: #404040;
  margin: auto;
}
.libro_select_left .g-input select {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 480px) {
  .libro_select_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .libro_select_left:before {
    display: none;
  }
  .libro_select_left .g-input select {
    border-right: 1px solid #c4c4c4;
    border-radius: 7px;
  }
}
.libro_select_right {
  width: calc(100% - 228px);
}
.libro_select_right .g-input input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 480px) {
  .libro_select_right {
    width: 100%;
  }
  .libro_select_right .g-input input {
    border-left: 1px solid #c4c4c4;
    border-radius: 7px;
  }
}
@media screen and (max-width: 860px) {
  .libro_document .libro_input {
    width: 100%;
    margin-right: 0;
  }
}
.libro_checks {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 28px;
}
.libro_radio {
  position: relative;
  margin-right: 30px;
}
.libro_radio:last-child {
  margin-right: 0;
}
.libro_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.libro_radio_box {
  position: relative;
  width: 20px;
  height: 20px;
}
.libro_radio_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid #626262;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.libro_radio_box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  background: #626262;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_radio_text {
  width: calc(100% - 20px);
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: #666;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_file {
  width: 100%;
  position: relative;
}
.libro_file input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.libro_file_label {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0px 225px 0 23px;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .libro_file_label {
    padding-right: 45px;
  }
}
.libro_file_label:focus {
  border-color: #362f33;
}
.libro_file_text {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: 'Roboto-Regular', sans-serif;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .libro_file_text {
    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%;
    line-height: 1.2;
    font-size: 13px;
  }
}
.libro_file_text.completed {
  color: #5b4439;
}
.libro_file_icon {
  width: 209px;
  height: 39px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: #626262;
  text-align: center;
}
.libro_file_icon p {
  margin: 0;
  display: inline-block;
  line-height: initial;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.libro_file_icon span {
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .libro_file_icon {
    width: 40px;
  }
  .libro_file_icon p {
    display: none;
  }
}
.libro_info {
  width: 100%;
  margin: 0;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: #404040;
  line-height: 21px;
}
.libro_info_reclamo {
  width: 100%;
  margin: 0;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: #404040;
  line-height: 21px;
  padding-bottom: 29px;
}
.libro_info_reclamo p {
  margin: 0;
}
.libro_campos {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 12px;
  color: #dc0b0b;
  margin-bottom: 15px;
}
.libro_campos p {
  margin: 0;
}
.libro_info_bottom {
  width: 100%;
  margin: 0;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 13px;
  color: #404040;
  line-height: 21px;
  margin-bottom: 5px;
}
.libro_check {
  margin-bottom: 30px;
}

.mensaje {
  width: 100%;
  padding: 150px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mensaje {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 767px) {
  .mensaje {
    padding: 80px 0px;
  }
}
.mensaje_container {
  max-width: 912px;
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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: 860px) {
  .mensaje_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mensaje_img {
  width: 300px;
}
.mensaje_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .mensaje_img {
    width: 250px;
  }
}
@media screen and (max-width: 860px) {
  .mensaje_img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mensaje_img {
    max-width: 180px;
  }
}
.mensaje_content {
  width: calc(100% - 300px);
  padding-left: 132px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mensaje_content {
    width: calc(100% - 250px);
    padding-left: 100px;
  }
}
@media screen and (max-width: 860px) {
  .mensaje_content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
  }
}
.mensaje_title {
  padding-bottom: 32px;
}
.mensaje_title h1,
.mensaje_title h2,
.mensaje_title h3 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 50px;
  color: #404040;
  margin: 0;
}
.mensaje_title h1 strong,
.mensaje_title h2 strong,
.mensaje_title h3 strong {
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
@media screen and (max-width: 1024px) {
  .mensaje_title h1,
  .mensaje_title h2,
  .mensaje_title h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 860px) {
  .mensaje_title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mensaje_title h1,
  .mensaje_title h2,
  .mensaje_title h3 {
    font-size: 30px;
  }
}
.mensaje_texto {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 26px;
}
.mensaje_texto p {
  margin: 0;
}
.mensaje_btn {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .mensaje_btn {
    margin-top: 30px;
  }
}

.nosotros1 {
  background-color: #dde1e5;
}
.nosotros1_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .nosotros1_container {
    width: 94%;
    margin: 0 auto;
  }
}
.nosotros1_info {
  width: 50%;
  padding-top: 88px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .nosotros1_info {
    padding: 0;
    padding-top: 43px;
    width: 100%;
  }
}
.nosotros1_wrap {
  max-width: 640px;
  width: 100%;
  margin: 0 0 0 auto;
  margin-right: 75px;
}
.nosotros1_wrap span {
  font-size: 15px;
  font-family: 'Roboto-Regular', sans-serif;
  display: block;
  margin-bottom: 10px;
}
.nosotros1_wrap p {
  line-height: 32px;
  letter-spacing: 2%;
}
.nosotros1_wrap h1 {
  color: #e1251b;
  font-size: 35px;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 29px;
}
@media screen and (max-width: 1024px) {
  .nosotros1_wrap h1 {
    font-size: 25px;
    padding-bottom: 14px;
  }
}
.nosotros1_wrap h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 1px;
  background-color: #e1251b;
  display: block;
}
.nosotros1_wrap h1 strong {
  color: #404040;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
}
@media screen and (max-width: 960px) {
  .nosotros1_wrap {
    max-width: inherit;
  }
}
.nosotros1_img {
  width: 50%;
}
.nosotros1_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .nosotros1_img {
    width: 100%;
    margin: auto;
  }
}

.nosotros2_row {
  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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #dde1e5;
}
.nosotros2_fig {
  width: 40%;
  margin: 0;
}
.nosotros2_fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .nosotros2_fig {
    display: none;
  }
}
.nosotros2_info {
  width: 60%;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
}
.nosotros2_info:before {
  content: '';
  position: absolute;
  bottom: -200px;
  right: 0;
  display: block;
  width: 84%;
  height: 368px;
  background: url("../img/img-corte.png") 0px 0px no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .nosotros2_info {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
  }
  .nosotros2_info:before {
    display: none;
  }
}
.nosotros_info_envolve {
  max-width: 630px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .nosotros_info_envolve {
    margin: auto;
    max-width: inherit;
  }
}
.nosotros2_txt p {
  line-height: 30px;
}
.nosotros2_wrap_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .nosotros2_wrap_box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nosotros2_itm2 {
  width: 50%;
  padding-left: 40px;
  border-left: 2px solid rgba(11,42,74,0.17);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .nosotros2_itm2 {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(11,42,74,0.17);
    padding-top: 30px;
    margin-top: 30px;
  }
}
.nosotros2_itm {
  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;
  width: 50%;
  -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: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros2_itm h3 {
  color: #e1251b;
  font-weight: normal;
}
.nosotros2_itm p {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .nosotros2_itm {
    width: 100%;
    padding-right: 0;
  }
}
.nosotros2_signo,
.nosotros2_number {
  font-size: 70px;
  display: inline-block;
  font-family: 'Roboto-Bold', sans-serif;
}
@media screen and (max-width: 767px) {
  .nosotros2_signo,
  .nosotros2_number {
    font-size: 59px;
  }
}
.nosotros2_cantidad {
  width: calc(100% - 80px);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros_itm2_inner {
  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;
  margin-bottom: 20px;
}
.nosotros_itm2_inner figure {
  width: 60px;
}
.nosotros_itm2_inner figure img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros2_itm2_text {
  width: calc(100% - 60px);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros2_itm2_text p {
  margin-bottom: 8px;
}
.nosotros2_itm2_text span {
  color: #e1251b;
  font-size: 18px;
}
.nosotros2_itm2_text strong {
  font-weight: normal;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 25px;
}
.nosotros2_itm2_text h3 {
  font-weight: normal;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.nosotros3 {
  background-color: #fff;
  padding: 100px 0px 130px 0px;
}
@media screen and (max-width: 1023px) {
  .nosotros3 {
    padding: 50px 0px 80px 0px;
  }
}
.nosotros3_title h2 {
  position: relative;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .nosotros3_title h2 {
    font-size: 25px;
  }
}
.nosotros3_title h2:before {
  content: '';
  width: 125px;
  height: 2px;
  background-color: #e1251b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nosotros3_title h2 strong {
  color: #e1251b;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
.nosotros3_title span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .nosotros3_title {
    padding-bottom: 40px;
  }
}
.nosotros3_mapa_link_mobil {
  display: none;
  width: 100%;
}
.nosotros3_mapa_link_mobil img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .nosotros3_mapa_link_mobil {
    display: block;
  }
}
.nosotros3_mapa {
  width: calc(100% - 220px);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros3_mapa figure {
  width: 100%;
  position: relative;
}
.nosotros3_mapa .nosotros3_svg_img {
  width: 100%;
}
.nosotros3_mapa .nosotros3_svg_img svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .nosotros3_mapa {
    display: none;
  }
}
.nosotros3_wrap_datos {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.nosotros3_info {
  max-width: 220px;
  width: 100%;
  margin: 0;
  z-index: 5;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  padding-top: 40px;
}
.nosotros3_info h2 {
  font-size: 15px;
  font-family: 'Roboto-Medium', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .nosotros3_info {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    margin: auto;
    max-width: 250px;
  }
  .nosotros3_info h2 {
    text-align: center;
  }
}
.nosotros3_row_itms {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nosotros3_info_left {
  width: calc(100% - 72px);
}
.nosotros3_info_left p {
  color: #e1251b;
  font-size: 70px;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  margin: 0;
  line-height: 1;
}
.nosotros3_info_left h3 {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Roboto-Regular', sans-serif;
  text-align: center;
}
.nosotros3_content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .nosotros3_content {
    filter: drop-shadow(0px 16px 30px rgba(0,0,0,0.18));
  }
  .nosotros3_content:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: calc(100% - 28px);
    height: calc(100% - 45px);
    border: 2px solid #e1251b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 0, 100% 100%, 45px 100%, 0 calc(100% - 45px));
  }
  .nosotros3_content:after {
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    background: #e1251b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 7px;
    left: -23px;
  }
}
.nosotros3_inner_list {
  background-color: #fff;
  padding: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.nosotros3_inner_list p {
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  text-transform: lowercase;
}
.nosotros3_inner_list span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
  left: 0;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.16);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.16);
}
@media screen and (min-width: 768px) {
  .nosotros3_inner_list {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 0px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
@media screen and (max-width: 767px) {
  .nosotros3_inner_list {
    -webkit-box-shadow: -4px 6px 20px 0px rgba(0,0,0,0.129);
    box-shadow: -4px 6px 20px 0px rgba(0,0,0,0.129);
  }
}
.nosotros3_fig {
  width: 72px;
  margin: 0;
}
.nosotros3_fig img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros3_pais {
  position: absolute;
}
.nosotros3_pais.position_tex-right .nosotros3_name {
  text-align: left;
  left: 20px;
  right: inherit;
}
.nosotros3_circle {
  width: 14px;
  border-radius: 50%;
  height: 14px;
  display: block;
}
.nosotros3_name {
  font-size: 12px;
  color: rgba(91,91,91,0.7);
  position: absolute;
  top: 0;
  right: 20px;
  width: 80px;
  text-align: right;
}

.nosotros4_bg {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 70px 0px;
}
@media screen and (max-width: 790px) {
  .nosotros4_bg {
    padding: 35px 0px;
  }
}
.nosotros4_bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddae0e;
  mix-blend-mode: color;
}
.nosotros4_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-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.nosotros4_wrap.ww_center {
  max-width: 1182px;
}
@media screen and (max-width: 790px) {
  .nosotros4_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.nosotros4_itm {
  width: calc(100% / 2 - 6%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: drop-shadow(0px 16px 30px rgba(0,0,0,0.18));
  margin-right: 12%;
}
.nosotros4_itm:last-child {
  margin-right: 0;
}
.nosotros4_itm:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
}
.nosotros4_itm:after {
  content: '';
  position: absolute;
  width: 84px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -1px;
  left: -41px;
}
@media screen and (max-width: 790px) {
  .nosotros4_itm {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .nosotros4_itm:last-child {
    margin-bottom: 0;
  }
  .nosotros4_itm:before,
  .nosotros4_itm:after {
    display: none;
  }
}
.nosotros4_envolve {
  padding: 40px 50px;
  background-color: #fff;
}
.nosotros4_envolve h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  color: #404040;
  font-size: 25px;
  letter-spacing: 2%;
  margin-bottom: 10px;
}
.nosotros4_envolve h2 strong {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  color: #e1251b;
  font-weight: normal;
}
.nosotros4_envolve p {
  line-height: 30px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .nosotros4_envolve {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  }
}
@media screen and (max-width: 1024px) {
  .nosotros4_envolve {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros4_envolve {
    padding: 40px 32px;
  }
  .nosotros4_envolve p {
    font-size: 14px;
    line-height: 26px;
  }
}

.nosotros5 {
  padding: 50px 0px;
  padding-left: calc(20px + (200 - 20) * ((100vw - 1024px) / (1920 - 1024)));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #dde1e5;
  position: relative;
}
.nosotros5:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 112px;
  height: 112px;
  background: url("../img/b1home-patron-circles.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .nosotros5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nosotros5:before {
    display: none;
  }
}
.nosotros5_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .nosotros5_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }
}
.nosotros5_title {
  width: 340px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros5_title span {
  font-size: 15px;
  line-height: 30px;
  display: block;
  margin-bottom: 4px;
}
.nosotros5_title h2 {
  padding-bottom: 10px;
  position: relative;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .nosotros5_title h2 {
    font-size: 25px;
  }
}
.nosotros5_title h2:before {
  content: '';
  width: 125px;
  height: 2px;
  display: block;
  background-color: #e1251b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nosotros5_title h2 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
@media screen and (max-width: 1200px) {
  .nosotros5_title {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
.nosotros5_wrap {
  width: calc(100% - 340px);
}
@media screen and (max-width: 1200px) {
  .nosotros5_wrap {
    width: 100%;
  }
}
.nosotros5_slider ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.nosotros5_slider .nosotros5SliderJS {
  overflow: hidden;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .nosotros5_slider .nosotros5SliderJS {
    padding: 20px 15px;
  }
}
.nosotros5_slider .swiper-slide {
  height: auto;
}
.nosotros5_itm {
  filter: drop-shadow(0px 10px 10px rgba(102,102,102,0.45));
  padding: 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.nosotros5_inner_envolve {
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nosotros5_inner_envolve {
    clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 100%, 0 100%, 0% 50%);
  }
}
.nosotros5_itm {
  position: relative;
  display: inline-block;
}
.nosotros5_itm figure {
  margin: 0;
  max-width: 72px;
  width: 100%;
  margin-bottom: 24px;
}
.nosotros5_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros5_itm p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2%;
}
.nosotros5_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 50px;
}
.nosotros5_controls span {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 15px;
}
@media screen and (min-width: 1025px) {
  .nosotros5_controls span:hover {
    background-color: #666;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .nosotros5_controls {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 30px;
  }
}
.nosotros5_btn {
  position: absolute;
  bottom: 15px;
  left: 50px;
}
.btn_tall {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border: 0;
  padding: 0px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_red {
  background: #e1251b;
  color: #fff;
}
.btn_cut {
  cursor: pointer;
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-content: center;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.nosotros6 {
  padding: 50px 0px;
  position: relative;
}
.nosotros6:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 213px;
  background: -webkit-linear-gradient(270deg, #dde1e5 5.21%, rgba(221,225,229,0) 100%);
  background: -moz-linear-gradient(270deg, #dde1e5 5.21%, rgba(221,225,229,0) 100%);
  background: -o-linear-gradient(270deg, #dde1e5 5.21%, rgba(221,225,229,0) 100%);
  background: -ms-linear-gradient(270deg, #dde1e5 5.21%, rgba(221,225,229,0) 100%);
  background: linear-gradient(180deg, #dde1e5 5.21%, rgba(221,225,229,0) 100%);
}
.nosotros6:before {
  content: '';
  display: block;
  background: -webkit-linear-gradient(270deg, #fff 0%, rgba(221,225,229,0) 100%);
  background: -moz-linear-gradient(270deg, #fff 0%, rgba(221,225,229,0) 100%);
  background: -o-linear-gradient(270deg, #fff 0%, rgba(221,225,229,0) 100%);
  background: -ms-linear-gradient(270deg, #fff 0%, rgba(221,225,229,0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(221,225,229,0) 100%);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  height: 282px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nosotros6_container {
  max-width: 1381px;
  position: relative;
  z-index: 2;
}
.nosotros6_title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
}
.nosotros6_title span {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.nosotros6_title h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .nosotros6_title h2 {
    font-size: 25px;
  }
}
.nosotros6_title h2:before {
  content: '';
  width: 125px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e1251b;
}
.nosotros6_title h2 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
}
.nosotros6_slider {
  position: relative;
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  .nosotros6_slider {
    padding: 0;
  }
}
.nosotros6SliderJS {
  overflow: hidden;
}
.nosotros6_controls span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid #666;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 1025px) {
  .nosotros6_controls span:hover {
    background-color: #666;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .nosotros6_controls span {
    margin: 0px 2px;
  }
}
.nosotros6_controls .nosotros6_prev {
  left: 0;
}
.nosotros6_controls .nosotros6_next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .nosotros6_controls {
    text-align: center;
    margin-top: 40px;
  }
  .nosotros6_controls span {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.nosotros6_slider_itm img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros6_pdfs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  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;
}
.nosotros6_text {
  text-align: center;
  padding-bottom: 45px;
  max-width: 1006px;
  width: 100%;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 2%;
  padding-top: 50px;
  margin: auto;
}
.nosotros6_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .nosotros6_text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros6_text {
    font-size: 15px;
  }
}
.nosotros6_itm {
  width: calc((100% / 4) - 18px);
  margin: 0;
  background: rgba(255,255,255,0.69);
  border: 1px solid #bcbaba;
  -webkit-box-shadow: 0px 12px 17px rgba(0,0,0,0.06);
  box-shadow: 0px 12px 17px rgba(0,0,0,0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0px;
  margin-left: 24px;
  padding: 0 45px 0px 15px;
  height: 73px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.nosotros6_itm:nth-child(4n + 1) {
  margin-left: 0;
}
.nosotros6_itm p {
  margin: 0;
}
.nosotros6_itm span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #e1251b;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .nosotros6_itm:hover {
    background-color: #e1251b;
    color: #fff;
    border: 1px solid #e1251b;
  }
  .nosotros6_itm:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .nosotros6_itm {
    width: calc((100% / 2) - 10px);
    margin-left: 20px;
  }
  .nosotros6_itm:nth-child(4n + 1) {
    margin-left: 20px;
  }
  .nosotros6_itm:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros6_itm {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .nosotros6_itm {
    width: 100%;
    margin-left: 0;
  }
  .nosotros6_itm:nth-child(4n + 1) {
    margin-left: 0;
  }
}

.nosotros7 {
  padding: 73px 0px 60px 0px;
}
@media screen and (max-width: 767px) {
  .nosotros7 {
    padding: 50px 0px;
  }
}
.nosotros7_blockup {
  max-width: calc(1200px + 20px);
  position: relative;
}
@media screen and (min-width: 961px) {
  .nosotros7_blockup .slick-list {
    overflow: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .nosotros7_blockup {
    max-width: 920px;
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_blockup .nosotros7_head {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nosotros7_blockup {
    width: 100%;
  }
}
.nosotros7_info {
  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;
  padding: 0 10px;
}
@media screen and (min-width: 961px) {
  .nosotros7_info.nosotros7_reverse {
    -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;
  }
  .nosotros7_info.nosotros7_reverse .nosotros7_portada {
    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);
  }
  .nosotros7_info.nosotros7_reverse .nosotros7_detail {
    display: none;
  }
  .nosotros7_info.animation .nosotros7_portada {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .nosotros7_info.animation .nosotros7_detail {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.nosotros7_portada {
  width: 48.9167%;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .nosotros7_portada {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_portada {
    width: 100%;
  }
}
.nosotros7_portada img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 961px) {
  .nosotros7_portada img {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 0, 100% 100%, 45px 100%, 0 calc(100% - 45px));
  }
}
.nosotros7_detail {
  width: 46.0833%;
  padding-top: 35px;
}
@media screen and (min-width: 961px) {
  .nosotros7_detail {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1024px) {
  .nosotros7_detail {
    padding-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_detail {
    width: 100%;
    padding-top: 25px;
  }
}
.nosotros7_head_responsive {
  padding: 0 10px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 961px) {
  .nosotros7_head_responsive {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .nosotros7_head_responsive {
    width: 94%;
    padding: 0;
    margin: auto;
  }
}
.nosotros7_head span {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5b5b5b;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .nosotros7_head span {
    font-size: 14px;
  }
}
.nosotros7_head h2 {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .nosotros7_head h2 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.nosotros7_head h2:before {
  content: '';
  width: 125px;
  height: 1px;
  background: #dc0b0b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nosotros7_head strong {
  color: #484848;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
}
.nosotros7_description {
  line-height: 41px;
  letter-spacing: 0.02em;
  color: #383838;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .nosotros7_description {
    line-height: 1.6;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros7_description {
    font-size: 15px;
  }
}
.nosotros7_description p {
  margin: 0;
}
.nosotros7_description strong {
  color: #dc0b0b;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .nosotros7_description strong {
    font-size: 22px;
  }
}
.nosotros7_blockdown {
  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: 30px;
}
@media screen and (max-width: 960px) {
  .nosotros7_blockdown {
    -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: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.nosotros7_timeline {
  width: calc(1030px + (1410 - 1030) * ((100vw - 1200px) / (1920 - 1200)));
  margin-right: calc(-1030px - (1410 - 1030) * ((100vw - 1200px) / (1920 - 1200)));
}
@media screen and (max-width: 1280px) {
  .nosotros7_timeline {
    width: calc(680px + (1100 - 680) * ((100vw - 860px) / (1300 - 860)));
    margin-right: calc(-680px - (1100 - 680) * ((100vw - 860px) / (1300 - 860)));
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_timeline {
    width: 100%;
  }
}
.nosotros7_timeline_box.active .nosotros_figure_up:before {
  height: 48px;
}
.nosotros7_timeline_box.active .nosotros_figure_down:after {
  -webkit-transform: translateY(-48px);
  -moz-transform: translateY(-48px);
  -o-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
}
.nosotros7_timeline_box.active .nosotros7_number {
  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);
}
.nosotros_figure_up {
  display: block;
  height: 48px;
  position: relative;
  margin: 0;
}
.nosotros_figure_up:before {
  content: "";
  width: 1px;
  height: 0;
  background: #000;
  -webkit-transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.nosotros_figure_down {
  display: block;
  height: 10px;
  position: relative;
  margin: 0;
}
.nosotros_figure_down:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.nosotros_figure_down:after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #dc0b0b;
  border-radius: 50%;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nosotros7_number {
  display: block;
  height: 48px;
  line-height: 1;
  color: #494949;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .nosotros7_number {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_number {
    height: auto;
  }
}
.nosotros7_boxcenter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .nosotros7_boxcenter {
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.nosotros7_controls {
  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: 960px) {
  .nosotros7_controls {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.nosotros7_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 58px;
  height: 58px;
  color: #666;
  font-size: 13px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .nosotros7_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .nosotros7_arrow:hover {
    background: #666;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .nosotros7_arrow {
    margin: 25px 6px 0 6px;
  }
}
@media screen and (min-width: 961px) {
  .nosotros7_arrow:last-child {
    margin-right: 0;
  }
}

.nosotros8 {
  padding: 50px 0px;
}
.b8nosotros_title {
  text-align: center;
  padding-bottom: 40px;
}
.b8nosotros_title span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.b8nosotros_title h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b8nosotros_title h2 {
    font-size: 25px;
  }
}
.b8nosotros_title strong {
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
  color: #e1251b;
}
.nosotros8_info {
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
  max-width: 926px;
  margin: auto;
  width: 100%;
  min-height: 343px;
  position: relative;
}
.nosotros8_info:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -15px;
  width: calc(100% - 28px);
  height: 343px;
  border: 2px solid #e1251b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
}
.nosotros8_info:after {
  content: '';
  position: absolute;
  width: 84px;
  height: 2px;
  background: #e1251b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 10px;
  left: -26px;
}
@media screen and (max-width: 767px) {
  .nosotros8_info {
    min-height: inherit;
  }
  .nosotros8_info:before,
  .nosotros8_info:after {
    display: none;
  }
}
.nosotros8_wrap {
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 9% 100%, 0 78%, 0 0);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros8_wrap figure {
  width: 296px;
  position: relative;
}
.nosotros8_wrap figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .nosotros8_wrap {
    clip-path: inherit;
    padding: 30px 20px;
  }
  .nosotros8_wrap figure {
    width: 100%;
  }
}
.nosotros8_content {
  width: calc(100% - 296px);
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nosotros8_content h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 8px;
}
.nosotros8_content h3 {
  font-size: 15px;
  color: #e1251b;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  margin-bottom: 20px;
}
.nosotros8_content p {
  line-height: 30px;
}
@media screen and (max-width: 680px) {
  .nosotros8_content {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }
  .nosotros8_content h2,
  .nosotros8_content h3 {
    text-align: center;
  }
}

.nosotros9 {
  padding: 50px 0px;
}
.nosotros9_container {
  overflow: hidden;
}
.nosotros9_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros9_itm h3 {
  font-size: 25px;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.nosotros9_itm h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  display: block;
  background-color: #e1251b;
}
.nosotros9_itm p {
  color: #e1251b;
  margin: 0;
  font-size: 15px;
}
.nosotros9_controls {
  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;
  padding-top: 40px;
}
.nosotros9_controls>* {
  margin: 0;
  margin: 0 10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
  border: 1px solid #404040;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .nosotros9_controls>*:hover {
    background-color: #404040;
    color: #fff;
  }
}

.politicas {
  width: 100%;
  padding: 72px 0px 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .politicas {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 767px) {
  .politicas {
    padding: 50px 0px;
  }
}
.politicas_container {
  max-width: 800px;
}
.politicas_title {
  text-align: center;
  margin-bottom: 40px;
}
.politicas_title h1,
.politicas_title h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 35px;
  color: #404040;
}
.politicas_title h1 strong,
.politicas_title h2 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
@media screen and (max-width: 1024px) {
  .politicas_title h1,
  .politicas_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .politicas_title {
    margin-bottom: 40px;
  }
  .politicas_title h1,
  .politicas_title h2 {
    font-size: 28px;
  }
}
.politicas_content {
  width: 100%;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  color: #404040;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.politicas_content ul,
.politicas_content ol {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.politicas_content li {
  list-style: inherit;
}
.politicas_content table {
  width: 100%;
  font-size: 14px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
tbody {
  border-left: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
th {
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 16px;
  color: #404040;
  border-right: 1px solid #404040;
  border-top: 1px solid #404040;
}
td {
  padding: 10px 0px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
td p {
  margin: 0;
}
@media screen and (max-width: 767px) {
}

.popup_trabaja {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 600;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.popup_trabaja.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup_trabaja_title h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 24px;
}
.popup_trabaja_title h2 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
.popup_trabaja_title p {
  font-size: 16px;
  line-height: 25px;
}
.popup_trabaja_close {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e1251b;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.popup_trabaja_container {
  background-color: #fff;
  padding: 90px 87px 80px 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 11px 34px rgba(0,0,0,0.17);
  box-shadow: 0px 11px 34px rgba(0,0,0,0.17);
}
.popup_trabaja_container.ww_center {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .popup_trabaja_container {
    padding: 60px 30px;
  }
}
.popup_trabaja_inputs>* {
  margin-bottom: 22px;
}
.popup_trabaja_inputs.columns2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup_trabaja_inputs.columns2>* {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .popup_trabaja_inputs.columns2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup_trabaja_inputs.columns2>* {
    width: 100%;
  }
}
.popup_trabaja_inputfile {
  padding-top: 22px;
}
.popup_trabaja_check {
  padding-top: 10px;
  margin-bottom: 30px;
}
.popup_trabaja_check .g-requiredtext {
  margin-bottom: 10px;
}
.popup_trabaja_btn {
  text-align: center;
}
.popup_contacto .popup_trabaja_container {
  max-width: 495px;
  padding: 57px 37px;
}

.producto_detalle_bloq1 {
  padding: 80px 20px 50px 20px;
}
@media screen and (max-width: 1200px) {
  .producto_detalle_bloq1 {
    padding: 40px 15px;
  }
}
.producto_detalle_bloq1_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.producto_detalle_bloq1_info {
  width: calc(100% - 960px);
  padding-right: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1480px) {
  .producto_detalle_bloq1_info {
    width: calc(100% - 700px);
  }
}
@media screen and (max-width: 1200px) {
  .producto_detalle_bloq1_info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 960px) {
  .producto_detalle_bloq1_info {
    width: calc(100% - 350px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .producto_detalle_bloq1_info {
    width: 100%;
    padding: 0;
  }
}
.producto_detalle_bloq1_wrap_txt {
  max-width: 511px;
  width: 100%;
  margin: 0 0 0 auto;
}
.producto_detalle_bloq1_wrap_txt ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.producto_detalle_bloq1_wrap_txt ul span {
  color: #e1251b;
  font-size: 10px;
  margin: 0 10px;
}
.producto_detalle_bloq1_wrap_txt ul a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.producto_detalle_bloq1_wrap_txt ul a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.producto_detalle_bloq1_wrap_txt h1 {
  font-size: 35px;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  margin-bottom: 32px;
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .producto_detalle_bloq1_wrap_txt h1 {
    font-size: 28px;
  }
}
.producto_detalle_bloq1_wrap_txt h1:before {
  content: '';
  width: 125px;
  height: 1px;
  display: block;
  background-color: #e1251b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.producto_detalle_bloq1_wrap_txt h1 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
.producto_detalle_bloq1_wrap_txt p {
  line-height: 30px;
  letter-spacing: 2%;
}
.producto_detalle_bloq1_wrap_txt p strong {
  font-weight: normal;
  font-family: 'Roboto-Bold', sans-serif;
}
@media screen and (max-width: 768px) {
  .producto_detalle_bloq1_wrap_txt {
    max-width: inherit;
    margin: 0;
  }
}
.producto_detalle_bloq1_link_cotiza {
  padding-top: 30px;
}
.producto_detalle_bloq1_link_cotiza a {
  text-decoration: none;
}
.producto_detalle_bloq1_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.producto_detalle_bloq1_box a {
  width: 50%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #e1251b;
  padding-right: 10px;
}
.producto_detalle_bloq1_box a:last-child {
  padding-right: 0;
}
.producto_detalle_bloq1_box span {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.producto_detalle_bloq1_fig {
  width: 960px;
  margin: 0;
  display: block;
  position: relative;
}
.producto_detalle_bloq1_fig span {
  width: 50px;
  height: 50px;
  background-color: #e1251b;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.producto_detalle_bloq1_fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .producto_detalle_bloq1_fig:hover span {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1480px) {
  .producto_detalle_bloq1_fig {
    width: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .producto_detalle_bloq1_fig {
    width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .producto_detalle_bloq1_fig {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .producto_detalle_bloq1_fig {
    display: none;
  }
}

.producto_detalle_bloque2_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e5e5e5;
  padding: 40px 0px;
}
@media screen and (max-width: 1023px) {
  .producto_detalle_bloque2_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.producto_detalle_bloque2_tab {
  width: 813px;
  margin: 0;
  position: relative;
}
.producto_detalle_bloque2_tab img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  .producto_detalle_bloque2_tab {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .producto_detalle_bloque2_tab {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 10px;
  }
}
.producto_detalle_bloque2_fig {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.producto_detalle_bloque2_fig.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.producto_detalle_bloque2_info {
  width: calc(100% - 813px);
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .producto_detalle_bloque2_info {
    width: calc(100% - 500px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .producto_detalle_bloque2_info {
    width: 100%;
    padding: 0;
  }
}
.producto_detalle_bloque2_wrap_text {
  max-width: 670px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .producto_detalle_bloque2_wrap_text {
    margin: auto;
  }
}
.producto_detalle_bloq2_subtitle {
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 2%;
  font-family: 'Roboto-Bold', sans-serif;
  padding-left: 20px;
  padding-top: 30px;
}
.producto_detalle_bloque2_listado {
  padding-left: 15px;
}
.producto_detalle_bloque2_listado li {
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 15px;
}
.producto_detalle_bloque2_listado li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e1251b;
  border-radius: 50%;
  display: block;
}
.producto_detalle_bloque2_slider {
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.producto_detalle_bloque2_box {
  width: 100%;
}
.producto_detalle_bloque2_box img {
  width: 100%;
  height: auto;
  display: block;
}
.producto_detalle_bloq2_hidden {
  overflow: hidden;
}
.producto_detalle_bloque2_controls>* {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e1251b;
  font-size: 15px;
  cursor: pointer;
}
.producto_detalle_bloq2_left {
  left: 0;
}
.producto_detalle_bloq2_right {
  right: 0;
}

.producto_detalle_bloque4 {
  padding: 40px 0px 50px 0px;
}
.producto_detalle_bloque4_title {
  padding-bottom: 60px;
  text-align: center;
}
.producto_detalle_bloque4_title h2 {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .producto_detalle_bloque4_title h2 {
    font-size: 25px;
  }
}
.producto_detalle_bloque4_title h2 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
.producto_detalle_bloque4_slider {
  overflow: hidden;
}
.producto_detalle_bloque4_slider .swiper-slide {
  height: auto;
}
.producto_detalle_bloque4_itm {
  height: 100%;
}
.producto_detalle_bloque4_itm .producto_listado_box {
  margin: 0;
  width: 100%;
  height: 100%;
}
.producto_detalle_bloque4_controls {
  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;
  padding-top: 40px;
}
.producto_detalle_bloque4_controls>* {
  margin: 0;
  margin: 0 10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
  border: 1px solid #404040;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .producto_detalle_bloque4_controls>*:hover {
    background-color: #404040;
    color: #fff;
  }
}

.producto_btn_filter {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 190px;
  width: 100%;
  z-index: 200;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #fff;
  background: #2a2424;
  -webkit-box-shadow: 0px 6px 30px rgba(0,0,0,0.25);
  box-shadow: 0px 6px 30px rgba(0,0,0,0.25);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1290px) {
  .producto_btn_filter {
    display: block;
  }
}
.producto_listado_head {
  padding: 39px 35px 39px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 2px solid #dde1e5;
}
@media screen and (max-width: 960px) {
  .producto_listado_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.producto_listado_title_head span {
  font-size: 15px;
  font-family: 'Roboto-Regular', sans-serif;
}
.producto_listado_title_head h1,
.producto_listado_title_head h2,
.producto_listado_title_head h3,
.producto_listado_title_head h4,
.producto_listado_title_head h5 {
  font-size: 35px;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
}
.producto_listado_title_head h1 strong,
.producto_listado_title_head h2 strong,
.producto_listado_title_head h3 strong,
.producto_listado_title_head h4 strong,
.producto_listado_title_head h5 strong {
  font-weight: normal;
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
@media screen and (max-width: 960px) {
  .producto_listado_body {
    padding-bottom: 50px;
  }
}
.producto_listado_head_filter {
  max-width: 531px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .producto_listado_head_filter {
    padding-top: 40px;
    max-width: inherit;
  }
}
.producto_listado_select {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.producto_listado_select span {
  margin: 0;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .producto_listado_select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.producto_listado_wrap_select {
  position: relative;
}
.producto_listado_wrap_select i {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #e1251b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.producto_listado_wrap_select select {
  background-color: #fff;
  height: 46px;
  width: 100%;
  padding: 0 27px;
  padding-right: 40px;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0px 5px 18px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 18px rgba(0,0,0,0.08);
}
@media screen and (max-width: 960px) {
  .producto_listado_wrap_select {
    width: 70%;
  }
}
.producto_listado_row {
  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-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 39px;
}
@media screen and (max-width: 1290px) {
  .producto_listado_row {
    padding: 0;
  }
}
.producto_listado_nav {
  width: 339px;
  background-color: #eef0f1;
  display: block;
  margin: 0;
  padding-top: 46px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1530px) {
  .producto_listado_nav {
    width: 300px;
  }
}
@media screen and (max-width: 1290px) {
  .producto_listado_nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    height: 100%;
    overflow: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .producto_listado_nav.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.producto_listado_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e1251b;
  color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1290px) {
  .producto_listado_close {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.producto_listado_acordeon_nav {
  padding: 10px 0px;
  padding-right: 40px;
  border-bottom: 1px solid #404040;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
}
.producto_listado_acordeon_nav.is-active {
  color: #e1251b;
}
.producto_listado_acordeon_nav.is-active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.producto_listado_title {
  padding-bottom: 28px;
}
.producto_listado_title span {
  display: inline-block;
  font-size: 20px;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  color: #404040;
}
.producto_listado_itm {
  margin-bottom: 29px;
  position: relative;
}
.producto_listado_itm ul {
  display: none;
}
.producto_listado_itm li {
  margin-bottom: 20px;
}
.producto_listado_itm li a.active {
  color: #e1251b;
}
.producto_listado_itm h3 {
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
  position: relative;
  cursor: pointer;
}
.producto_listado_itm h3:before,
.producto_listado_itm h3:after {
  content: '';
  display: block;
  background-color: #e1251b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.producto_listado_itm h3:before {
  width: 10px;
  height: 2px;
  right: 10px;
}
.producto_listado_itm h3:after {
  width: 2px;
  height: 10px;
  right: 14px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.producto_listado_itm .producto_listado_acordeon_nav {
  font-size: 14px;
  font-family: 'Roboto-Regular', sans-serif;
}
.producto_listado_itm .producto_listado_link_inner {
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
  padding-top: 10px;
}
.producto_listado_itm input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
}
.producto_listado_itm a,
.producto_listado_itm label {
  display: block;
  color: #404040;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
}
.producto_listado_itm input:checked + label {
  color: #e1251b;
}
.producto_listado_itm input:checked + label:before {
  content: '✓';
  background-color: #e1251b;
  color: #fff;
}
.producto_listado_itm label {
  position: relative;
  padding-left: 25px;
}
.producto_listado_itm label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.producto_listado_itm ul {
  padding-top: 25px;
}
.producto_listado_acordeon_more {
  position: absolute;
  width: 20px;
  height: 15px;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.producto_listado_acordeon_more:before,
.producto_listado_acordeon_more:after {
  content: '';
  display: block;
  background-color: #e1251b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.producto_listado_acordeon_more:before {
  width: 10px;
  height: 2px;
  right: 4px;
}
.producto_listado_acordeon_more:after {
  width: 2px;
  height: 10px;
  right: 8px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.producto_listado_acordeon_more.is-active {
  color: #e1251b;
}
.producto_listado_acordeon_more.is-active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.producto_listado_content {
  width: calc(100% - 339px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1530px) {
  .producto_listado_content {
    width: calc(100% - 300px);
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1290px) {
  .producto_listado_content {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }
}
.producto_listado_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;
}
@media screen and (max-width: 960px) {
  .producto_listado_content_wrap {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.producto_listado_box {
  width: calc(100% / 3 - 0.7%);
  margin-right: 1%;
  margin-bottom: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px;
}
@media screen and (min-width: 961px) {
  .producto_listado_box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .producto_listado_box:hover .producto_listado_wrap_box {
    border: 1px solid #e1251b;
  }
  .producto_listado_box:hover .producto_listado_wrap_box:before {
    border-bottom: 1px solid #e1251b;
  }
}
@media screen and (max-width: 960px) {
  .producto_listado_box {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width: 767px) {
  .producto_listado_box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.producto_listado_wrap_box {
  position: relative;
  border: 1px solid #c8c8c8;
  padding-top: 45px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
  height: 100%;
  -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-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.producto_listado_wrap_box:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
  -webkit-transform: rotate(45deg) translate3d(48px, -8px, 0);
  -moz-transform: rotate(45deg) translate3d(48px, -8px, 0);
  -o-transform: rotate(45deg) translate3d(48px, -8px, 0);
  -ms-transform: rotate(45deg) translate3d(48px, -8px, 0);
  transform: rotate(45deg) translate3d(48px, -8px, 0);
  -webkit-transform-origin: 91% 0%;
  -moz-transform-origin: 91% 0%;
  -o-transform-origin: 91% 0%;
  -ms-transform-origin: 91% 0%;
  transform-origin: 91% 0%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.producto_listado_wrap_box figure {
  max-width: 336px;
  width: 100%;
  margin: auto;
  margin-bottom: 55px;
}
.producto_listado_wrap_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.producto_listado_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.producto_listado_txt h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.producto_listado_txt p {
  font-size: 20px;
  line-height: 24px;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
.producto_listado_txt p strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
}
.producto_listado_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.producto_listado_btns a {
  width: 48%;
  text-align: center;
}
.producto_listado_btns a.btn_gnrl_white_line {
  color: #e1251b;
}
@media screen and (min-width: 1025px) {
  .producto_listado_btns a.btn_gnrl_white_line:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1450px) {
  .producto_listado_btns a {
    padding: 0 15px;
  }
}
.producto_listado_pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.producto_listado_pager .producto_listado_prev,
.producto_listado_pager .producto_listado_next {
  margin: 0;
  display: inline-block;
  margin: 0 20px;
}
.producto_listado_number a {
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #bdbdbd;
  background-color: #f2f2f2;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.producto_listado_number a.active {
  color: #000;
  font-family: 'Roboto-Bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .producto_listado_number a:hover {
    color: #000;
    font-family: 'Roboto-Bold', sans-serif;
  }
}
.producto_item_gallery:hover .producto_detalle_zoom {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.producto_detalle_zoom {
  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: 41px;
  height: 41px;
  background-color: rgba(220,11,11,0.7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .producto_detalle_zoom {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.search_head_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search {
  padding-top: 31px;
  padding-bottom: 50px;
}
.search_content_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;
}
.search_content_txt {
  font-size: 26px;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  letter-spacing: 2%;
}

.servicios_bloque2 {
  padding-top: 60px;
  padding-right: 50px;
}
.servicios_bloque2 h2 {
  font-size: 15px;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 45px;
}
.servicios_bloque2 h2:before {
  content: '';
  width: 122px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e1251b;
}
@media screen and (max-width: 1290px) {
  .servicios_bloque2 {
    padding-right: 0;
  }
}
.servicios_bloque2_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-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
}
.servicio_bloque2_box {
  width: calc(100% / 3 - 1.3333333%);
  padding: 50px 40px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 921px) {
  .servicio_bloque2_box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .servicio_bloque2_box:hover {
    background-color: #e1251b;
  }
  .servicio_bloque2_box:hover .servicios_bloque2_wrap_box h3,
  .servicio_bloque2_box:hover .servicios_bloque2_wrap_box p {
    color: #fff;
  }
  .servicio_bloque2_box:hover .servicios_bloque2_wrap_box strong {
    color: #fff;
  }
  .servicio_bloque2_box:hover .servicios_bloque2_wrap_box a {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #fff;
    visibility: visible;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .servicio_bloque2_box {
    clip-path: polygon(0 0, 85% 0, 100% 14%, 100% 100%, 14% 100%, 0 85%);
  }
}
@media screen and (max-width: 920px) {
  .servicio_bloque2_box {
    width: 48%;
    margin: 1%;
    margin-bottom: 30px;
    padding: 40px 40px 55px;
  }
}
@media screen and (max-width: 767px) {
  .servicio_bloque2_box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 560px) {
  .servicio_bloque2_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.servicios_bloque2_wrap_box figure {
  margin: 0;
  margin-bottom: 29px;
}
.servicios_bloque2_wrap_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.servicios_bloque2_wrap_box h3 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 10px;
}
.servicios_bloque2_wrap_box h3 strong {
  font-weight: normal;
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
@media screen and (max-width: 767px) {
  .servicios_bloque2_wrap_box h3 {
    font-size: 20px;
  }
}
.servicios_bloque2_wrap_box p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2%;
}
@media screen and (max-width: 767px) {
  .servicios_bloque2_wrap_box p {
    font-size: 14px;
    line-height: 26px;
  }
}
.servicios_bloque2_wrap_box a {
  color: #e1251b;
  border-bottom: 1px solid #e1251b;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .servicios_bloque2_wrap_box a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}

.servicios_bloque3 {
  padding-top: 60px;
  padding-right: 50px;
}
@media screen and (max-width: 1290px) {
  .servicios_bloque3 {
    padding-bottom: 60px;
    padding-right: 0px;
  }
}
.servicios_bloque3_title h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .servicios_bloque3_title h2 {
    font-size: 25px;
  }
}
.servicios_bloque3_title h2 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
.servicios_bloque3_title p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .servicios_bloque3_title p {
    font-size: 15px;
  }
}
.servicios_bloque3_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.servicios_bloque3_form {
  width: calc(100% - 489px);
  padding-right: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .servicios_bloque3_form {
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .servicios_bloque3_form {
    width: 1005px;
    padding: 0;
  }
}
.servicios_bloque3_input {
  margin-bottom: 22px;
}
.servicios_bloque3_input.input_column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.servicios_bloque3_input.input_column>* {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .servicios_bloque3_input {
    margin-bottom: 0;
  }
  .servicios_bloque3_input.input_column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servicios_bloque3_input.input_column>* {
    margin-bottom: 22px;
    width: 100%;
  }
}
.servicios_bloque3_required {
  margin-bottom: 11px;
}
@media screen and (max-width: 640px) {
  .servicios_bloque3_required {
    margin-top: 20px;
  }
}
.servicio_bloque3_btn {
  padding-top: 43px;
}
@media screen and (max-width: 960px) {
  .servicio_bloque3_btn {
    text-align: center;
  }
}
.servicios_bloque3_info {
  width: 489px;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  position: relative;
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
}
.servicios_bloque3_info:before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -30px;
  display: block;
  width: 77px;
  height: 80px;
  background: url("../img/trama.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .servicios_bloque3_info {
    margin-top: 40px;
    width: 100%;
  }
}
.servicios_bloque3_datos_box {
  position: relative;
}
@media screen and (min-width: 961px) {
  .servicios_bloque3_datos_box:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: calc(100% - 10px);
    height: calc(100% - 30px);
    border: 2px solid #e1251b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px));
  }
  .servicios_bloque3_datos_box:after {
    content: '';
    position: absolute;
    width: 83px;
    height: 2px;
    background: #e1251b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 15px;
    left: -26px;
  }
}
.servicios_bloque3_datos {
  padding: 50px 50px 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clip-path: polygon(0 0, 88% 0, 100% 20%, 100% 100%, 12% 100%, 0 80%);
  background-color: #fff;
}
.servicios_bloque3_datos h3 {
  font-size: 15px;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.servicios_bloque3_datos p {
  font-size: 16px;
  font-family: 'Roboto-Bold', sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .servicios_bloque3_datos {
    padding: 40px 30px;
  }
}
.servicios_bloque3_text {
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.servicios_bloque3_text:last-child {
  margin-bottom: 0;
}
.servicios_bloque3_text h4 {
  color: #484c56;
  font-weight: normal;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.servicios_bloque3_text a {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 16px;
}
.servicios_bloque3_text span {
  color: #e1251b;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
@media screen and (max-width: 520px) {
  .servicios_bloque3_text {
    width: 100%;
    margin-bottom: 15px;
  }
}

.servicios_bloque4 {
  width: calc(100% + 50px);
  background-color: #dde1e5;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-left: -50px;
  position: relative;
  overflow: hidden;
}
.servicios_bloque4:before {
  content: '';
  width: 712px;
  height: 266px;
  position: absolute;
  display: block;
  background: url("../img/corte-white.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -230px;
  left: -170px;
}
@media screen and (max-width: 1530px) {
  .servicios_bloque4 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 1290px) {
  .servicios_bloque4 {
    width: calc(100% + 6.4%);
    margin-left: -3.2%;
  }
}
.servicios_bloque4_row {
  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;
}
.servicios_bloque4_row figure {
  max-width: 542px;
  width: 100%;
  margin: 0;
  position: relative;
}
.servicios_bloque4_row figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1020px) {
  .servicios_bloque4_row {
    -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;
  }
  .servicios_bloque4_row figure {
    margin: auto;
    display: none;
  }
}
.servicios_bloque4_info {
  width: calc(100% - 542px);
  padding-left: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42px;
  padding-right: 160px;
}
.servicios_bloque4_info h2 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 25px;
}
.servicios_bloque4_info h2:before {
  content: '';
  display: block;
  width: 122px;
  height: 2px;
  background-color: #e1251b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.servicios_bloque4_info h2 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  font-weight: normal;
}
.servicios_bloque4_info p {
  font-size: 17px;
}
.servicios_bloque4_info li {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2%;
}
.servicios_bloque4_info li strong {
  color: #e1251b;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1550px) {
  .servicios_bloque4_info {
    padding-right: 50px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1020px) {
  .servicios_bloque4_info {
    width: 100%;
    padding: 40px 20px;
    padding-top: 80px;
  }
}

.servicios_body {
  padding: 0px;
}
.servicios_body .producto_listado_row {
  padding-top: 0;
}
@media screen and (max-width: 1290px) {
  .servicios_body {
    overflow: hidden;
  }
}
.servicios_nav_title {
  padding-left: 35px;
  padding-top: 50px;
  padding-bottom: 41px;
  border-bottom: 2px solid #dde1e5;
}
.servicios_nav_title span {
  font-size: 15px;
  line-height: 30px;
}
.servicios_nav_title h1 {
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
}
@media screen and (max-width: 1024px) {
  .servicios_nav_title h1 {
    font-size: 28px;
  }
}
.servicios_nav_title h1 strong {
  color: #e1251b;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
}
@media screen and (max-width: 1290px) {
  .servicios_nav_title {
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
.servicios_container {
  width: calc(100% - 339px);
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
}
@media screen and (max-width: 1530px) {
  .servicios_container {
    width: calc(100% - 300px);
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1290px) {
  .servicios_container {
    width: 94%;
    padding: 50px 0px;
    margin: 0 auto;
  }
}
.servicios_container_itm {
  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;
  width: 100%;
}
.servicios_container_info {
  width: calc(100% - 800px);
  padding-right: 30px;
  padding-top: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.servicios_container_info h2 {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 30px;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .servicios_container_info h2 {
    font-size: 25px;
  }
}
.servicios_container_info h2:before {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e1251b;
}
.servicios_container_info h2 strong {
  font-weight: normal;
  font-family: 'HelveticaNeueLTStdRoman', sans-serif;
  color: #e1251b;
}
.servicios_container_info p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2%;
}
@media screen and (max-width: 1630px) {
  .servicios_container_info {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1290px) {
  .servicios_container_info {
    width: calc(100% - 500px);
    padding-top: 0;
  }
}
@media screen and (max-width: 920px) {
  .servicios_container_info {
    width: 100%;
    padding-right: 0;
  }
}
.servicios_container_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.servicios_container_btn a {
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  .servicios_container_btn a {
    min-width: 156px;
  }
}
@media screen and (max-width: 360px) {
  .servicios_container_btn {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servicios_container_btn a,
  .servicios_container_btn .btn_container_red {
    width: 100%;
  }
}
.servicios_container_btn_box {
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  .servicios_container_btn_box {
    min-width: 156px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .servicios_container_btn_box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.servicios_fig {
  width: 800px;
  margin: 0;
}
.servicios_fig img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1630px) {
  .servicios_fig {
    width: 600px;
  }
}
@media screen and (max-width: 1290px) {
  .servicios_fig {
    width: 500px;
  }
}
@media screen and (max-width: 920px) {
  .servicios_fig {
    display: none;
  }
}
.servicios_container_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;
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.18));
}
.servicio_container_box {
  width: calc(100% / 3 - 1.3333333%);
  clip-path: polygon(0 0, 90% 0, 100% 19%, 100% 100%, 0 100%, 0% 50%);
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
}
.servicio_container_box:nth-child(3n + 3) {
  margin-right: 0;
}
.servicios_container_wrap_box figure {
  margin: 0;
}
.servicios_container_wrap_box figure img {
  width: 100%;
  height: auto;
  display: block;
}

.footer {
  background: #404040;
  color: #fff;
}
.footer .fz16 {
  font-size: 16px;
}
.footer .fz18 {
  font-size: 18px;
}
.footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding: 58px 0 36px 0;
}
@media screen and (max-width: 960px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0 15px 0;
  }
}
.footer_box_1 {
  width: 25.8333%;
}
@media screen and (max-width: 1024px) {
  .footer_box_1 {
    width: 26%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box_1 {
    width: 100%;
    margin-bottom: 22px;
  }
}
.footer_box_2 {
  width: 50.6667%;
}
@media screen and (max-width: 1024px) {
  .footer_box_2 {
    width: 44%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box_2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer_box_3 {
  width: 23.5%;
}
@media screen and (max-width: 1024px) {
  .footer_box_3 {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .footer_box_3 {
    width: 100%;
  }
}
.footer_logo {
  width: 175px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_redes {
  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-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .footer_redes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_redes a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 16px 16px 0;
}
@media screen and (min-width: 1025px) {
  .footer_redes a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_redes a:hover {
    color: #e1251b;
    border-color: #e1251b;
  }
}
@media screen and (max-width: 960px) {
  .footer_redes a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.footer_menu {
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .footer_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_menu.footer_menu_mobile {
  display: none;
}
@media screen and (min-width: 961px) {
  .footer_menu.footer_menu_mobile {
    display: block;
  }
}
.footer_menu_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 0 22px 0;
}
.footer_menu_box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .footer_menu_box.footer_menu_book {
    display: none;
  }
}
.footer_menu_box span {
  display: block;
  width: 21px;
  font-size: 21px;
  text-align: center;
  margin: 0 10px 0 0;
}
.footer_menu_box p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_menu_box a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_menu_box a:hover {
    text-decoration: underline;
  }
}
.footer_title {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold', sans-serif;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 960px) {
  .footer_title {
    text-align: center;
  }
}
.footer_title:after {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background: #e1251b;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .footer_title:after {
    right: 0;
    margin: auto;
  }
}
.footer_nav {
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  .footer_nav {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer_nav ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media screen and (max-width: 960px) {
  .footer_nav 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-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    column-gap: inherit;
    text-align: center;
  }
}
.footer_nav li {
  margin-bottom: 27px;
}
@media screen and (max-width: 960px) {
  .footer_nav li {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .footer_nav a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_nav a:hover {
    color: #e1251b;
    text-decoration: underline;
  }
}
.footer_nav a.active {
  color: #e1251b;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .footer_info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.footer_itembox {
  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;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .footer_itembox {
    margin-bottom: 15px;
  }
}
.footer_itembox:last-child {
  margin-bottom: 0;
}
.footer_itembox span {
  display: block;
  width: 22px;
  color: #e1251b;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_itembox span {
    display: none;
  }
}
.footer_itembox p {
  width: calc(100% - 37px);
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_itembox p {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .footer_itembox a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_itembox a:hover {
    text-decoration: underline;
  }
}
.footer_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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .footer_container {
    -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: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_copyright {
  line-height: 1.1;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 11px;
}
@media screen and (max-width: 960px) {
  .footer_copyright {
    margin-bottom: 10px;
  }
}
.footer_copyright p {
  margin: 0;
}
.footer_legales {
  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;
  line-height: 1;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 12px;
}
.footer_legales a {
  margin: 0 18px;
}
@media screen and (min-width: 1025px) {
  .footer_legales a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_legales a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 960px) {
  .footer_legales a {
    margin: 0 13px 10px 13px;
  }
}
.footer_team {
  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;
  line-height: 1;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_team {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_team:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.footer_team figure {
  width: 73px;
  margin: 0 0 0 6px;
}
.footer_team img {
  width: 100%;
  height: auto;
  display: block;
}

.headerv1_flotante .headerv1 {
  height: auto;
}
.headerv1_flotante .headerv1_fixed {
  background: transparent;
}
.headerv1_flotante .headerv1_fixed.scroll .headerv1_list a {
  color: #3d8df0;
}
.headerv1_flotante .headerv1_list a {
  color: #808080;
}
.headerv1 {
  height: 103px;
}
@media screen and (max-width: 1024px) {
  .headerv1 {
    height: 75px;
  }
}
.headerv1_fixed {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  filter: drop-shadow(0px 4px 20px rgba(0,0,0,0.08));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.headerv1_fixed.scroll {
  background: #c6c6c6;
}
.headerv1_up {
  background: #404040;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .headerv1_up {
    display: none;
  }
}
.headerv1_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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: 37px;
}
.headerv1_left {
  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;
}
.headerv1_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;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
}
.headerv1_box:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  margin: 0 20px;
}
.headerv1_box:last-child {
  font-size: 14px;
}
.headerv1_box:last-child:after {
  display: none;
}
.headerv1_box span {
  display: block;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.headerv1_box p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .headerv1_box a:hover {
    text-decoration: underline;
  }
}
.headerv1_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;
}
.headerv1_team {
  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;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: 'Roboto-Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.headerv1_team span {
  display: block;
  font-size: 15px;
  margin: 0 8px 0 0;
}
.headerv1_team p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .headerv1_team a:hover {
    text-decoration: underline;
  }
}
.headerv1_redes {
  margin-left: 25px;
}
.headerv1_redes 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;
}
.headerv1_redes li {
  margin-right: 14px;
}
.headerv1_redes li:last-child {
  margin-right: 0;
}
.headerv1_redes a {
  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;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .headerv1_redes a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .headerv1_redes a:hover {
    color: #e1251b;
    border-color: #e1251b;
  }
}
.headerv1_redes a.fz17 {
  font-size: 17px;
}
.headerv1_down {
  background: #fff;
  position: relative;
  z-index: 2;
}
.headerv1_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;
}
@media screen and (max-width: 1024px) {
  .headerv1_content {
    width: 97%;
    height: 74px;
    margin-left: 3%;
  }
}
.headerv1_logo {
  display: block;
  width: 202px;
  margin: 0;
}
.headerv1_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .headerv1_logo {
    width: 170px;
  }
}
.headerv1_nav {
  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: 1024px) {
  .headerv1_nav {
    position: relative;
    padding-right: 92px;
  }
}
.headerv1_list {
  display: none;
}
@media screen and (min-width: 1025px) {
  .headerv1_list {
    display: block;
  }
}
.headerv1_list 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 (min-width: 1025px) {
  .headerv1_item:hover .headerv1_btn {
    background: #dde1e5;
    color: #000;
    border-color: #c8c8c8;
  }
  .headerv1_item:hover .headerv1_btn:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_item_hover:hover .headerv1_btn:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .headerv1_item_hover:hover .headerv1_submenu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.headerv1_item.active .headerv1_btn {
  background: #dde1e5;
  color: #000;
  border-color: #c8c8c8;
}
.headerv1_item.active .headerv1_btn:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.headerv1_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-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: 65px;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #fff;
  color: #362f33;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .headerv1_btn {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}
@media screen and (max-width: 1200px) {
  .headerv1_btn {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_btn:before {
    content: "";
    width: calc(100% + 2px);
    height: 4px;
    background: #e1251b;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    left: -1px;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dde1e5;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.headerv1_btn span {
  display: none;
}
@media screen and (min-width: 1025px) {
  .headerv1_btn span {
    display: block;
    line-height: 1;
    color: #e1251b;
    font-weight: bold;
    font-size: 10px;
    margin: 0 0 0 7px;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_submenu {
    width: 100%;
    background: #dde1e5;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: 0px 9px 20px rgba(0,0,0,0.04);
    box-shadow: 0px 9px 20px rgba(0,0,0,0.04);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_links {
    padding: 12px 0;
  }
  .headerv1_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-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;
  }
  .headerv1_links li {
    margin: 10px;
  }
  .headerv1_links a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 35px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(91,91,91,0.8);
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    border: 1px solid rgba(91,91,91,0.25);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
  }
  .headerv1_links a:hover {
    background: #e1251b;
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_items_small {
    max-width: 1302px;
    padding: 22px 0 40px 0;
  }
  .headerv1_items_small 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;
  }
  .headerv1_items_small li {
    width: 23.4255%;
    margin: 5px;
  }
  .headerv1_items_small .headerv1_card {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_items_big {
    padding: 15px 0 40px 0;
  }
  .headerv1_items_big 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;
  }
  .headerv1_items_big li {
    width: 28%;
    margin: 15px;
  }
  .headerv1_items_big .headerv1_card {
    max-width: none;
    width: 100%;
  }
}
.headerv1_items_btn {
  display: none;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .headerv1_items_btn {
    display: block;
  }
}
.headerv1_items_btnlink {
  display: none;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .headerv1_items_btnlink {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .headerv1_card {
    display: block;
    max-width: 305px;
    width: 100%;
    background: #fff;
    border: 1px solid #706e6e;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .headerv1_card:hover {
    border-color: #e1251b;
  }
  .headerv1_card:hover .headerv1_card_title {
    background: #e1251b;
    color: #fff;
  }
}
.headerv1_card_image {
  width: 100%;
  margin: 0;
}
.headerv1_card_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .headerv1_card_title {
    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: 33px;
    line-height: 1;
    letter-spacing: 0.02em;
    background: #706e6e;
    color: #fff;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 13px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    margin: 0;
  }
}
.headerv1_intranet {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 26px;
  height: 26px;
  color: #e1251b;
  font-size: 26px;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .headerv1_intranet {
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin: 0;
  }
}
.headerv1_languaje {
  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: 55px;
  margin: 0 0 0 34px;
}
@media screen and (max-width: 1200px) {
  .headerv1_languaje {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .headerv1_languaje {
    display: none;
  }
}
.headerv1_languaje_icon {
  display: block;
  line-height: 1;
  color: #808b97;
  font-size: 18px;
  margin: 0;
}
.headerv1_languaje_select {
  width: calc(100% - 23px);
  position: relative;
}
.headerv1_languaje_select select {
  width: 100%;
  height: 18px;
  background: none;
  color: #808b97;
  font-family: 'Roboto-Medium', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.headerv1_languaje_select span {
  display: inline-block;
  color: #e1251b;
  font-size: 9px;
  pointer-events: none;
  position: absolute;
  top: 5px;
  right: 0;
}
.headerv1_search {
  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: 43px;
  height: 43px;
  color: #404040;
  font-size: 13px;
  border: 1px solid #e1251b;
  border-radius: 50%;
  margin: 0 0 0 23px;
}
@media screen and (min-width: 1025px) {
  .headerv1_search {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .headerv1_search:hover {
    background: #e1251b;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .headerv1_search {
    width: 24px;
    height: 24px;
    font-size: 24px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 2px;
    right: 16px;
    margin: 0;
  }
}
.headerv1_search_desplegable {
  width: 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;
  position: absolute;
  top: -200%;
  left: 0;
}
.headerv1_search_desplegable.animation {
  top: 103px;
}
@media screen and (max-width: 1024px) {
  .headerv1_search_desplegable.animation {
    top: 75px;
  }
}
.headerv1_search_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e9ecee;
  border: 1px solid #c8c8c8;
  position: relative;
  -webkit-box-shadow: 0px 9px 20px rgba(0,0,0,0.04);
  box-shadow: 0px 9px 20px rgba(0,0,0,0.04);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 0 27px 0;
}
@media screen and (max-width: 1024px) {
  .headerv1_search_container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .headerv1_search_container {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.headerv1_search_input {
  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;
  max-width: 526px;
  width: 100%;
  margin: 0 17px 0 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.headerv1_search_input ::-webkit-input-placeholder {
  color: #757575;
  font-family: 'Roboto-Regular', sans-serif;
}
.headerv1_search_input :-moz-placeholder {
  color: #757575;
  font-family: 'Roboto-Regular', sans-serif;
}
.headerv1_search_input ::-moz-placeholder {
  color: #757575;
  font-family: 'Roboto-Regular', sans-serif;
}
.headerv1_search_input :-ms-input-placeholder {
  color: #757575;
  font-family: 'Roboto-Regular', sans-serif;
}
@media screen and (max-width: 1024px) {
  .headerv1_search_input {
    max-width: none;
    width: calc(100% - 200px);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .headerv1_search_input {
    width: 100%;
  }
}
.headerv1_search_input input {
  width: 100%;
  height: 57px;
  background: #fff;
  color: #757575;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 17px;
  border: none;
  border-bottom: 1px solid #404040;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 27px;
}
@media screen and (max-width: 767px) {
  .headerv1_search_input input {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 70px;
  }
}
.headerv1_search_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 57px;
}
@media screen and (max-width: 767px) {
  .headerv1_search_btn {
    position: absolute;
    top: 50px;
    right: 22px;
  }
  .headerv1_search_btn .gbtn_red_icon {
    display: none;
  }
}
.btn_search_responsive {
  display: none;
  font-size: 24px;
  color: #e1251b;
  border: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .btn_search_responsive {
    display: block;
  }
}
.headerv1_search_close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 15px;
  height: 15px;
  color: #808080;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
}
@media screen and (max-width: 1024px) {
  .headerv1_search_close {
    top: 15px;
    right: 10px;
  }
}
.headerv1_search_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.36);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.headerv1_search_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
body.active {
  overflow: hidden;
}
.v1menu_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}
.v1menu_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.v1menu_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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 23px;
  right: 50px;
  z-index: 280;
}
@media screen and (min-width: 1025px) {
  .v1menu_button {
    display: none;
  }
}
.v1menu_button.active {
  right: 16px;
}
.v1menu_button.active .v1menu_lines {
  height: 100%;
}
.v1menu_button.active .v1menu_line {
  background: #fff;
  height: 2px;
}
.v1menu_button.active .v1menu_line_1 {
  width: 200%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0%;
  left: 100%;
  margin-top: -1px;
  margin-left: -100%;
}
.v1menu_button.active .v1menu_line_2 {
  width: 0;
  -webkit-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.v1menu_button.active .v1menu_line_3 {
  width: 200%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  left: 100%;
  margin-bottom: -1px;
  margin-left: -100%;
}
.v1menu_lines {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  position: relative;
}
.v1menu_line {
  display: block;
  width: 100%;
  height: 4px;
  background: #362f33;
  position: absolute;
  border-radius: 25px;
}
.v1menu_line_1 {
  top: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.v1menu_line_2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 50%;
  left: 0;
}
.v1menu_line_3 {
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.v1menu_responsive {
  max-width: 310px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #404040;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
}
.v1menu_responsive.active {
  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);
}
.v1menu_innerwrapper {
  padding: 65px 15px;
}
.v1menu_languaje {
  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: 55px;
  margin: 0 0 15px 0;
}
.v1menu_languaje .headerv1_languaje_icon {
  color: #fff;
}
.v1menu_languaje .headerv1_languaje_select select,
.v1menu_languaje .headerv1_languaje_select span {
  color: #fff;
}
.v1menu_languaje .headerv1_languaje_select select {
  background: #404040;
}
.v1menu_list .headerv1_item_hover .headerv1_btn.headerResAcordionJs {
  border-bottom: 1px solid #e1251b;
}
.v1menu_list .headerv1_item_hover .headerv1_btn:before,
.v1menu_list .headerv1_item_hover .headerv1_btn:after {
  content: "\e90b";
  display: inline-block;
  color: #e1251b;
  font-family: 'icomoon';
  font-size: 11px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.v1menu_list .headerv1_item_hover .headerv1_btn:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.v1menu_list .headerv1_item_hover .headerv1_btn:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.v1menu_list .headerv1_item_hover .headerv1_btn.is-active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.v1menu_list .headerv1_item_hover .headerv1_btn.is-active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.v1menu_list .headerv1_item.active .headerv1_btn {
  background: none;
  color: #fff;
}
.v1menu_list .headerv1_btn {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: inherit;
  background: none;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 8px 0;
  margin: 10px 0;
}
.v1menu_list .headerv1_btn:before,
.v1menu_list .headerv1_btn:after {
  display: none;
}
.v1menu_list .headerv1_card_image {
  display: none;
}
.v1menu_list .headerv1_submenu {
  display: none;
  width: 100%;
  padding: 10px 0 10px 0;
}
.v1menu_list .headerv1_submenu ul > li {
  margin-bottom: 13px;
}
.v1menu_list .headerv1_submenu ul > li:last-child {
  margin-bottom: 0;
}
.v1menu_list .headerv1_submenu ul > li > a {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}
.v1menu_list .header_res_about .headerv1_submenu {
  display: none;
}
.v1menu_list .header_res_about .headerv1_btn:before,
.v1menu_list .header_res_about .headerv1_btn:after {
  display: none;
}
.v1menu_info {
  border-top: 1px solid #5a5a5a;
  padding: 17px 0 0 0;
  margin-top: 40px;
}
.v1menu_info .headerv1_container {
  height: inherit;
  -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;
}
.v1menu_info .headerv1_left,
.v1menu_info .headerv1_right {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.v1menu_info .headerv1_left {
  margin-top: 29px;
}
.v1menu_info .headerv1_redes {
  margin-left: 0;
}
.v1menu_info .headerv1_redes li {
  margin: 17px 7px 0 7px;
}
.v1menu_info .headerv1_redes a {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.v1menu_info .headerv1_redes a.fz20 {
  font-size: 20px;
}
.v1menu_info .headerv1_box {
  margin-bottom: 10px;
}
.v1menu_info .headerv1_box:last-child {
  margin-bottom: 0;
}
.v1menu_info .headerv1_box:after {
  display: none;
}
.headerv1_whatsapp {
  background-color: #5ccf3f;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  top: 66.5%;
  right: 60px;
  z-index: 20;
  -webkit-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -moz-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -o-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -ms-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-shadow: 0 0 0 10px #5ccf05;
  box-shadow: 0 0 0 10px #5ccf05;
}
@media screen and (max-width: 1024px) {
  .headerv1_whatsapp {
    top: inherit;
    bottom: 10%;
    right: 20px;
  }
}
@-moz-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@-webkit-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@-o-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
