.code_business {
  padding: 90px 0px;
  background-color: #f8f9fb;
}
@media screen and (max-width: 1024px) {
  .code_business {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .code_business {
    padding: 50px 0px;
  }
}
.code_business_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.code_business_wrap p {
  font-size: 16px;
  font-weight: normal;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.code_business_wrap p strong {
  display: block;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .code_business_wrap p {
    font-size: 15px;
  }
  .code_business_wrap p strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .code_business_wrap p {
    font-size: 14px;
  }
  .code_business_wrap p strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .code_business_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .code_business_wrap p {
    padding-left: 0;
    padding-top: 15px;
  }
}
.code_business_title {
  width: 345px;
}
.code_business_title h2 {
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
  padding-bottom: 8px;
  position: relative;
  margin: 0;
}
.code_business_title h2:before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004c97;
}
.code_business_title .btn_blue {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .code_business_title {
    width: 100%;
  }
  .code_business_title h2 {
    margin-bottom: 20px;
  }
  .code_business_title .btn_blue {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.b1application {
  padding: 85px 0px;
}
@media screen and (max-width: 1024px) {
  .b1application {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1application {
    padding: 50px 0px;
  }
}
.b1application_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;
  margin-bottom: 106px;
}
.b1application_itm figure {
  width: 612px;
  height: 414px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .b1application_itm figure {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .b1application_itm figure {
    width: 100%;
  }
}
.b1application_itm:nth-child(even) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b1application_itm:nth-child(even) .b1application_text {
  padding-left: 0;
  padding-right: 87px;
}
@media screen and (max-width: 1024px) {
  .b1application_itm:nth-child(even) .b1application_text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1application_itm:nth-child(even) .b1application_text {
    padding-right: 0;
  }
}
.b1application_itm:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b1application_itm {
    margin-bottom: 80px;
  }
  .b1application_itm figure {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .b1application_itm {
    margin-bottom: 50px;
  }
  .b1application_itm figure {
    height: 300px;
  }
}
.b1application_text {
  width: calc(100% - 612px);
  padding-top: 30px;
  padding-left: 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.b1application_text h2 {
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin-bottom: 34px;
  position: relative;
  padding-bottom: 8px;
}
.b1application_text h2:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #004c97;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b1application_text p {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b1application_text {
    width: calc(100% - 450px);
    padding-left: 30px;
  }
  .b1application_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1application_text {
    padding: 0;
    width: 100%;
    padding-top: 30px;
  }
  .b1application_text h2 {
    margin-bottom: 20px;
  }
  .b1application_text p {
    font-size: 14px;
  }
}

.b1home .swiper-container-horizontal > .swiper-pagination-bullets {
  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;
  position: absolute;
  bottom: 36px;
  z-index: 2;
}
.b1home .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1home .swiper-pagination-bullet-active {
  background: #fff;
}
.b1home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 21px;
}
.b1home_block {
  height: 585px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1home_block {
    height: 500px;
  }
}
.b1home_banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1home_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00254b;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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%;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_title {
  max-width: 549px;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_title {
    max-width: 380px;
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_title {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title {
    font-size: 32px;
  }
}
.b1home_title:before {
  content: "";
  width: 8px;
  height: calc(100% - 24px);
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1home_title:before {
    width: 6px;
    height: calc(100% - 14px);
  }
}
@media screen and (max-width: 960px) {
  .b1home_title:before {
    display: none;
  }
}
.b1home_description {
  max-width: 500px;
  width: 100%;
  line-height: 1.4;
  color: #fff;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b1home_description {
    max-width: 420px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .b1home_description {
    font-size: 16px;
  }
}

.b2careers {
  padding: 50px 0 25px 0;
}
.b2careers_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;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  .b2careers_content {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.b2careers_content:before {
  content: "";
  width: calc(100% - 150px);
  height: 100%;
  background: #f8f9fb;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b2careers_content:before {
    display: none;
    width: 100%;
  }
}
.b2careers_portada,
.b2careers_info {
  position: relative;
  z-index: 2;
}
.b2careers_portada {
  width: 49%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b2careers_portada {
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
  }
}
.b2careers_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b2careers_info {
  width: 34%;
  margin-right: 8.5%;
}
@media screen and (max-width: 960px) {
  .b2careers_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.b2careers_title {
  line-height: 1.1;
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin: 30px 0 34px 0;
}
@media screen and (max-width: 1024px) {
  .b2careers_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .b2careers_title {
    margin-top: 0;
  }
}
.b2careers_title:after {
  content: "";
  width: 36px;
  height: 3px;
  background: #004c97;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b2careers_description {
  line-height: 25px;
  color: #333;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 15px;
  text-align: justify;
}
.b2careers_description p,
.b2careers_description ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .b2careers_description p,
  .b2careers_description ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2careers_description {
    font-size: 14px;
  }
}

.b2detalle_productos {
  padding: 65px 0px;
}
@media screen and (max-width: 1024px) {
  .b2detalle_productos {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2detalle_productos {
    padding: 50px 0px;
  }
}
.b2detalle_productos_container h2 {
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 65px;
  max-width: 740px;
}
@media screen and (max-width: 767px) {
  .b2detalle_productos_container h2 {
    margin-bottom: 40px;
  }
}
.b2detalle_productos_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;
  margin-bottom: 98px;
}
.b2detalle_productos_box:nth-child(even) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b2detalle_productos_box:nth-child(even) .b2detalle_productos_text {
  padding-left: 0;
  padding-right: 57px;
}
.b2detalle_productos_box:last-child {
  margin-bottom: 0;
}
.b2detalle_productos_box figure {
  width: 612px;
  margin: 0;
}
.b2detalle_productos_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2detalle_productos_box figure {
    width: 450px;
  }
}
@media screen and (max-width: 880px) {
  .b2detalle_productos_box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .b2detalle_productos_box:nth-child(even) .b2detalle_productos_text {
    padding-right: 0;
  }
  .b2detalle_productos_box figure {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
}
.b2detalle_productos_text {
  width: calc(100% - 612px);
  padding-left: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  text-align: justify;
}
.b2detalle_productos_text h3 {
  font-size: calc(20px + (27 - 20) * ((100vw - 375px) / (1920 - 375)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.b2detalle_productos_text p {
  font-size: 16px;
}
.b2detalle_productos_text h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.b2detalle_productos_text ul {
  padding-left: 18px;
}
.b2detalle_productos_text li {
  list-style-type: disc;
}
@media screen and (max-width: 1024px) {
  .b2detalle_productos_text {
    width: calc(100% - 450px);
    padding-top: 20px;
  }
  .b2detalle_productos_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 880px) {
  .b2detalle_productos_text {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b2detalle_productos_text h4 {
    font-size: 18px;
  }
  .b2detalle_productos_text p {
    font-size: 14px;
  }
}

.b1proyect_detail .banner_gnrl_nosotros_container h2 {
  max-width: 522px;
}
.b2proyect_detail {
  width: 100%;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2proyect_detail {
    padding: 38px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .b2proyect_detail {
    padding: 40px 0px;
  }
}
.b2proyect_detail_title {
  padding-bottom: 30px;
}
.b2proyect_detail_title .title_line:before {
  background: #004c97;
}
.b2proyect_detail_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
  -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;
}
.b2proyect_detail_img {
  width: 51.917%;
}
.b2proyect_detail_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .b2proyect_detail_img {
    width: 100%;
  }
}
.b2proyect_detail_info {
  width: 45.167%;
  margin-left: 2.916%;
}
@media screen and (max-width: 860px) {
  .b2proyect_detail_info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.b2proyect_detail_box {
  width: 100%;
  padding: 23px 20px;
  border-bottom: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
}
.b2proyect_detail_box:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b2proyect_detail_box {
    padding: 15px;
  }
}
.b2proyect_detail_box_title {
  width: 35%;
}
.b2proyect_detail_box_title h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 20px;
  color: #3f3f3f;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b2proyect_detail_box_title h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .b2proyect_detail_box_title h3 {
    font-size: 15px;
  }
}
.b2proyect_detail_box_text {
  width: 65%;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 16px;
  color: #3f3f3f;
}
.b2proyect_detail_box_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2proyect_detail_box_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2proyect_detail_box_text {
    font-size: 14px;
  }
}

.b2home {
  padding: 75px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding: 25px 0px;
  }
}
.b2home_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1335px;
}
@media screen and (max-width: 960px) {
  .b2home_items {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b2home_box {
  width: calc(33.3333% - 50px);
  margin: 25px 25px 0 25px;
}
@media screen and (min-width: 1025px) {
  .b2home_box .b2home_info {
    -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;
  }
  .b2home_box:hover .b2home_info {
    -webkit-box-shadow: 0px 7px 20px rgba(0,76,151,0.2);
    box-shadow: 0px 7px 20px rgba(0,76,151,0.2);
  }
}
@media screen and (max-width: 1024px) {
  .b2home_box {
    width: calc(33.3333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b2home_box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .b2home_box {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.b2home_portada {
  width: 100%;
  margin: 0;
}
.b2home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_info {
  width: calc(100% - 44px);
  background: #fff;
  -webkit-box-shadow: 0px 7px 12px rgba(194,194,194,0.25);
  box-shadow: 0px 7px 12px rgba(194,194,194,0.25);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 38px;
  margin: -60px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .b2home_info {
    width: calc(100% - 20px);
    padding: 25px;
    margin-top: -30px;
  }
}
.b2home_title {
  line-height: 1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 18px;
  margin: 0;
}
.b2home_description {
  line-height: 1.79;
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
}
.b2home_description p {
  margin: 0;
}
.b2home_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-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.b2home_btn a {
  display: block;
  line-height: 1;
  color: #004c97;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b2home_btn span {
  font-size: 8px;
}

.b3careers {
  padding: 25px 0 30px 0;
}
.b3careers_title {
  line-height: 1.1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .b3careers_title {
    font-size: 22px;
  }
}
.b3description {
  line-height: 18.53px;
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 15px;
  text-align: justify;
}
.b3description p,
.b3description ul,
.b3description li {
  margin-bottom: 20px;
}
.b3description li {
  list-style-type: disc;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .b3description {
    font-size: 14px;
  }
}

.b3detalle_productos_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: #eef4f8;
  width: 100%;
}
.b3detalle_productos_container.bg-griss {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .b3detalle_productos_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
  }
}
.b3detalle_productos_info {
  width: calc(100% - 974px);
  padding-right: calc(50px + (124 - 50) * ((100vw - 320px) / (1920 - 320)));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3detalle_productos_info h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: calc(20px + (27 - 20) * ((100vw - 375px) / (1920 - 375)));
  line-height: 26px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .b3detalle_productos_info {
    width: calc(100% - 700px);
  }
}
@media screen and (max-width: 1024px) {
  .b3detalle_productos_info {
    width: 100%;
    padding-right: 0;
  }
}
.b3detalle_productos_inner {
  max-width: 462px;
  width: 93%;
  margin: 0 0 0 auto;
  text-align: justify;
}
.b3detalle_productos_inner p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .b3detalle_productos_inner {
    margin: auto;
    max-width: 768px;
    padding-bottom: 40px;
  }
  .b3detalle_productos_inner p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b3detalle_productos_inner p {
    font-size: 14px;
  }
}
.b3detalle_producto_figure {
  height: 414px;
  width: 974px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .b3detalle_producto_figure {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .b3detalle_producto_figure {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b3detalle_producto_figure {
    height: 300px;
  }
}

.b3proyect_detail {
  width: 100%;
  padding: 50px 0px;
  background: #f8f9fb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3proyect_detail_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-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;
}
.b3proyect_detail_content {
  width: 43.167%;
  margin-right: 4.916%;
}
@media screen and (max-width: 860px) {
  .b3proyect_detail_content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.b3proyect_detail_title {
  padding-bottom: 20px;
}
.b3proyect_detail_info {
  max-width: 486px;
  width: 100%;
  margin: 0;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 16px;
  color: #2d2926;
  line-height: 24px;
  text-align: justify;
}
.b3proyect_detail_info ul {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3proyect_detail_info li {
  margin-bottom: 18px;
  list-style: disc;
}
@media screen and (max-width: 1200px) {
  .b3proyect_detail_info li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .b3proyect_detail_info {
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .b3proyect_detail_info {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b3proyect_detail_info {
    font-size: 14px;
    line-height: 20px;
  }
}
.b3proyect_detail_img {
  width: 51.917%;
}
.b3proyect_detail_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .b3proyect_detail_img {
    width: 100%;
  }
}

.b3home {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .b3home {
    padding: 25px 0px 50px;
  }
}
.b3home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1240px;
}
@media screen and (max-width: 960px) {
  .b3home_content {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    position: relative;
    padding-bottom: 100px;
  }
}
.b3home_portada {
  width: 57.1774%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3home_portada {
    width: 100%;
    margin-top: 30px;
  }
}
.b3home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_info {
  width: 34.5968%;
}
@media screen and (max-width: 1024px) {
  .b3home_info {
    width: 38%;
  }
}
@media screen and (max-width: 960px) {
  .b3home_info {
    width: 100%;
  }
}
.b3home_title {
  line-height: 1.2;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_title {
    font-size: 20px;
  }
}
.b3home_description {
  line-height: 1.34;
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 18px;
  text-align: justify;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .b3home_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_description {
    line-height: 1.5;
    font-size: 14px;
  }
}
.b3home_description p {
  margin: 0;
}
.b3home_btn {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .b3home_btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.b4careers {
  overflow: hidden;
}
.b4careers_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f8f9fb;
  position: relative;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b4careers_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    padding-bottom: 60px;
  }
}
.b4careers_head:before {
  content: "";
  width: 200%;
  height: 100%;
  background: #f8f9fb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.b4careers_left {
  width: 29.6667%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .b4careers_left {
    width: 27%;
  }
}
@media screen and (max-width: 960px) {
  .b4careers_left {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .b4careers_left {
    width: 100%;
  }
}
.b4careers_right {
  width: 70.3333%;
}
@media screen and (max-width: 1024px) {
  .b4careers_right {
    width: 73%;
  }
}
@media screen and (max-width: 960px) {
  .b4careers_right {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .b4careers_right {
    width: 100%;
  }
}
.b4careers_title {
  line-height: 1.1;
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .b4careers_title {
    font-size: 22px;
  }
}
.b4careers_title:after {
  content: "";
  width: 36px;
  height: 3px;
  background: #004c97;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b4careers_description {
  line-height: 25px;
  color: #333;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 15px;
  position: relative;
  z-index: 2;
  text-align: justify;
}
.b4careers_description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4careers_description {
    font-size: 14px;
  }
}
.b4careers_btn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b4careers_btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.b4careers_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;
  -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;
  max-width: 1224px;
  position: relative;
  padding: 20px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  .b4careers_items {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b4careers_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding-bottom: 50px;
  }
}
.b4careers_items:before {
  content: "";
  width: 200%;
  height: 315px;
  background: #f8f9fb;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.b4careers_box {
  width: calc(33.3333% - 24px);
  position: relative;
  margin: 30px 12px 0 12px;
}
@media screen and (min-width: 1025px) {
  .b4careers_box:hover .b4careers_hover {
    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;
  }
  .b4careers_box:hover .b4careers_subtitle {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .b4careers_box {
    width: calc(33.3333% - 20px);
    margin: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .b4careers_box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .b4careers_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}
.b4careers_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.b4careers_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #001a33;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
}
.b4careers_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b4careers_subtitle {
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 30px 42px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4careers_subtitle {
    display: none;
    font-size: 16px;
    padding: 0 0 20px 20px;
  }
}
.b4careers_hover {
  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%;
  background: rgba(0,76,151,0.85);
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .b4careers_hover {
    background: rgba(0,76,151,0.25);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b4careers_hover_subtitle {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 20px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .b4careers_hover_subtitle {
    font-size: 18px;
  }
}
.b4careers_hover_texts {
  line-height: 23.87px;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .b4careers_hover_texts {
    font-size: 18px;
  }
}
.b4careers_hover_texts p {
  margin: 0;
}
.b4careers_hover_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: 40px;
  background: #fff;
  color: #004c97;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 18px;
  padding: 0 20px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b4careers_hover_btn {
    font-size: 16px;
  }
}

.b4detalle_productos {
  padding: 100px 0px;
}
.b4detalle_productos_container h2 {
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
}
.b4detalle_productos_wrap_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;
  padding-top: 45px;
}
.b4detalle_productos_itm {
  width: calc(100% / 4);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .b4detalle_productos_itm {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 670px) {
  .b4detalle_productos_itm {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 540px) {
  .b4detalle_productos_itm {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .b4detalle_productos_itm:hover .b4detalle_productos_itm_inner {
    filter: drop-shadow(0px 4px 30px rgba(0,76,151,0.2));
  }
}
.b4detalle_productos_itm_inner {
  -webkit-box-shadow: 0px 3px 10px -5px rgba(10,10,10,0.47);
  box-shadow: 0px 3px 10px -5px rgba(10,10,10,0.47);
  padding: 19px;
  margin-bottom: 20px;
  -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;
  background-color: #fff;
}
.b4detalle_productos_itm_inner figure {
  margin-bottom: 16px;
}
.b4detalle_productos_itm_inner figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b4detalle_productos_itm_inner h3 {
  font-weight: normal;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.b4detalle_productos_itm_inner p {
  color: #828282;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 28px;
}
.b4detalle_productos_itm_inner a {
  color: #004c97;
  font-size: 16px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  display: inline-block;
}
.b4detalle_productos_itm_inner a span {
  margin-left: 10px;
}

.b4proyect_detail {
  width: 100%;
  padding: 50px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4proyect_detail_container {
  max-width: 1208px;
  position: relative;
}
.b4proyect_detail_box {
  width: 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-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;
  -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;
}
.b4proyect_detail_img {
  width: 53.063%;
  height: 420px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 4px 0.331%;
  position: relative;
}
.b4proyect_detail_img:nth-child(odd) {
  width: 45.613%;
}
.b4proyect_detail_img:nth-child(7n + 1) {
  height: 247px;
}
.b4proyect_detail_img:nth-child(7n + 3) {
  margin-top: -169px;
  height: 354px;
}
.b4proyect_detail_img:nth-child(7n + 5) {
  height: 231px;
  margin-top: -235px;
}
.b4proyect_detail_img:nth-child(7n + 7) {
  height: 420px;
  margin-top: -424px;
}
@media screen and (max-width: 1024px) {
  .b4proyect_detail_img {
    height: 360px;
  }
  .b4proyect_detail_img:nth-child(7n + 1) {
    height: 187px;
  }
  .b4proyect_detail_img:nth-child(7n + 5) {
    height: 172px;
    margin-top: -176px;
  }
  .b4proyect_detail_img:nth-child(7n + 7) {
    height: 360px;
    margin-top: -364px;
  }
}
@media screen and (max-width: 620px) {
  .b4proyect_detail_img {
    width: 100%;
    height: 300px;
    margin: 4px 0px;
  }
  .b4proyect_detail_img:nth-child(odd) {
    width: 100%;
  }
  .b4proyect_detail_img:nth-child(7n + 3) {
    height: 300px;
    margin-top: 4px;
  }
  .b4proyect_detail_img:nth-child(7n + 5) {
    margin-top: 4px;
  }
  .b4proyect_detail_img:nth-child(7n + 7) {
    height: 300px;
    margin-top: 4px;
  }
}
.b4proyect_detail_play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0px 4px 15px 0px #004a98;
  box-shadow: 0px 4px 15px 0px #004a98;
}
.b4proyect_detail_play span {
  font-size: 16px;
  color: #004c97;
}
.b4proyect_detail_play span:before {
  display: block;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .b4proyect_detail_play {
    width: 60px;
    height: 60px;
  }
}

.b4home {
  background: #f8f9fb;
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 960px) {
  .b4home {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b4home {
    padding-bottom: 20px;
  }
}
.b4home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1296px;
}
.b4home_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 3);
  border-right: 2px solid rgba(0,76,151,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px;
}
@media screen and (max-width: 960px) {
  .b4home_box {
    width: calc(100% / 2);
    padding: 10px 15px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .b4home_box {
    width: 100%;
    border-right: none;
    padding: 0;
    margin-bottom: 40px;
  }
}
.b4home_box:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .b4home_box:nth-child(even) {
    border-right: none;
  }
}
.b4home_image {
  width: calc(40px + (68 - 40) * ((100vw - 375px) / (1920 - 375)));
  margin: 0 calc(10px + (30 - 10) * ((100vw - 375px) / (1920 - 375))) 0 0;
}
.b4home_image img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_info {
  max-width: calc(100% - 98px);
}
@media screen and (max-width: 767px) {
  .b4home_info {
    max-width: calc(100% - 60px);
  }
}
.b4home_textup {
  line-height: 1;
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(22px + (45 - 22) * ((100vw - 375px) / (1920 - 375)));
}
.b4home_textup p {
  margin: 0;
}
.b4home_textdown {
  line-height: 1;
  color: #2d2926;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (1920 - 375)));
  margin-top: 10px;
}
.b4home_textdown p {
  margin: 0;
}

.b5dprojects_content {
  border-top: 1px solid rgba(0,74,152,0.22);
  padding: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .b5dprojects_content {
    padding-top: 40px;
  }
}
.b5dprojects_title {
  line-height: 1.1;
  color: #3f3f3f;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 27px;
  text-align: center;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 767px) {
  .b5dprojects_title {
    font-size: 22px;
  }
}

.b5home {
  margin: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .b5home {
    margin: 50px 0px;
  }
}
.b5home .swiper-container-horizontal > .swiper-pagination-bullets {
  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;
  bottom: inherit;
}
.b5home .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #004c97;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b5home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.b5home .swiper-pagination-bullet-active {
  background: #004c97;
}
.b5home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 21px;
}
@media screen and (max-width: 767px) {
  .b5home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.b5home_content {
  max-width: 1224px;
}
.b5home_title {
  line-height: 1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  padding: 0 12px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_title {
    padding: 0;
  }
}
.b5home_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 12px 43px 12px;
}
@media screen and (max-width: 767px) {
  .b5home_slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.b5home_image {
  max-width: 282px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.06);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.06);
  margin: 0 auto;
}
.b5home_image img {
  width: 100%;
  height: auto;
  display: block;
}

.b6home {
  margin: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .b6home {
    margin: 50px 0px;
  }
}
.b6home_content {
  max-width: 1224px;
}
@media screen and (max-width: 767px) {
  .b6home_content {
    position: relative;
    padding-bottom: 60px;
  }
}
.b6home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 13.5px;
}
@media screen and (max-width: 767px) {
  .b6home_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 0;
  }
}
.b6home_title {
  line-height: 1.1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_title {
    font-size: 22px;
  }
}
.b6home_description {
  line-height: 1.2;
  color: #434343;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .b6home_description {
    font-size: 16px;
  }
}
.b6home_description p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6home_right {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.b6home_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;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .b6home_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b6home_box {
  display: block;
  max-width: 381px;
  width: calc(33.3333% - 27px);
  background: #fff;
  -webkit-box-shadow: 0px 4px 38px rgba(0,76,151,0.12);
  box-shadow: 0px 4px 38px rgba(0,76,151,0.12);
  margin: 0 13.5px 27px 13.5px;
}
@media screen and (min-width: 1025px) {
  .b6home_box {
    -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;
  }
  .b6home_box:hover {
    -webkit-box-shadow: 0px 4px 38px rgba(0,76,151,0.25);
    box-shadow: 0px 4px 38px rgba(0,76,151,0.25);
  }
}
@media screen and (max-width: 960px) {
  .b6home_box {
    width: calc(50% - 27px);
  }
}
@media screen and (max-width: 767px) {
  .b6home_box {
    max-width: 381px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b6home_portada {
  width: 100%;
}
.b6home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_info {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .b6home_info {
    padding: 30px 20px;
  }
}
.b6home_date {
  display: block;
  line-height: 1;
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b6home_subtitle {
  line-height: 1.1;
  color: #2d2926;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .b6home_subtitle {
    font-size: 18px;
  }
}

.brochure_catalogs {
  padding: 74px 0px;
}
@media screen and (max-width: 1024px) {
  .brochure_catalogs {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .brochure_catalogs {
    padding: 50px 0px;
  }
}
.brochure_catalogs_links {
  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;
}
.brochure_catalogs_links a {
  margin: 0;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  border-bottom: 2px solid transparent;
  margin-right: 80px;
  position: relative;
}
.brochure_catalogs_links a:before {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  position: absolute;
  top: 0;
  right: -40px;
  background-color: #c4c4c4;
}
.brochure_catalogs_links a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border-bottom: 2px solid #004c97;
}
.brochure_catalogs_links a:last-child {
  margin-right: 0;
}
.brochure_catalogs_links a:last-child:before {
  display: none;
}
.brochure_catalogs_pagers {
  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;
}
.brochure_catalogs_pagers a {
  width: 59px;
  font-size: 17px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  height: 59px;
  line-height: 59px;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #f2f2f2;
  -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;
}
.brochure_catalogs_pagers a.active {
  color: #fff;
  background-color: #4c8ccf;
  -webkit-box-shadow: 0px 9px 12px rgba(0,76,151,0.26);
  box-shadow: 0px 9px 12px rgba(0,76,151,0.26);
}
@media screen and (max-width: 1024px) {
  .brochure_catalogs_pagers a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .brochure_catalogs_pagers a:hover {
    color: #fff;
    background-color: #4c8ccf;
    -webkit-box-shadow: 0px 9px 12px rgba(0,76,151,0.26);
    box-shadow: 0px 9px 12px rgba(0,76,151,0.26);
  }
}


.banner_gnrl_nosotros {
  width: 100%;
  position: relative;
}
.banner_gnrl_nosotros figure {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.banner_gnrl_nosotros figure:before {
  content: '';
  display: block;
  width: 100%;
  background: #00254b;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.banner_gnrl_nosotros figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 206px;
  display: block;
  background: -webkit-linear-gradient(270deg, #00254b 0%, rgba(0,37,75,0) 100%);
  background: -moz-linear-gradient(270deg, #00254b 0%, rgba(0,37,75,0) 100%);
  background: -o-linear-gradient(270deg, #00254b 0%, rgba(0,37,75,0) 100%);
  background: -ms-linear-gradient(270deg, #00254b 0%, rgba(0,37,75,0) 100%);
  background: linear-gradient(180deg, #00254b 0%, rgba(0,37,75,0) 100%);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .banner_gnrl_nosotros figure {
    height: 350px;
  }
  .banner_gnrl_nosotros figure:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.banner_gnrl_nosotros_container {
  position: relative;
}
.banner_gnrl_nosotros_container h2 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  margin-bottom: 13px;
  position: relative;
  color: #fff;
}
.banner_gnrl_links {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.banner_gnrl_links span {
  display: inline-block;
  margin: 0 5px;
}
.banner_gnrl_links a {
  color: #fff;
  position: relative;
  padding-right: 14px;
  margin-right: 2px;
}
.banner_gnrl_links a:before {
  content: '>';
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
}
.banner_gnrl_links a:last-child:before {
  display: none;
}
.banner_gnrl_links a.active {
  font-family: 'SFProDisplay-Bold', sans-serif;
}

.b1contacto {
  width: 100%;
  padding: 68px 0px 75px;
  background: #eef4f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1contacto {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto {
    padding: 50px 0px;
  }
}
.b1contacto_container {
  max-width: 1200px;
}
.b1contacto_title {
  padding-bottom: 13px;
}
.b1contacto_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #2d2926;
  margin: 0;
}
.b1contacto_links {
  color: #2d2926;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.b1contacto_links span {
  display: inline-block;
  margin: 0 5px;
}
.b1contacto_links a {
  color: #2d2926;
  position: relative;
  padding-right: 14px;
  margin-right: 2px;
}
.b1contacto_links a:before {
  content: '>';
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
}
.b1contacto_links a:last-child:before {
  display: none;
}
.b1contacto_links a.active {
  font-family: 'SFProDisplay-Bold', sans-serif;
}
.b1contacto_content {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .b1contacto_content {
    margin-top: 40px;
  }
}
.b1contacto_subtitle {
  padding-bottom: 13px;
}
.b1contacto_subtitle h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 23px;
  color: #2d2926;
  marign: 0;
}
@media screen and (max-width: 1024px) {
  .b1contacto_subtitle h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_subtitle h3 {
    font-size: 18px;
  }
}
.b1contacto_info {
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 20px;
  color: #2d2926;
}
.b1contacto_info p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1contacto_info {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_info {
    font-size: 15px;
  }
}
.b2contacto {
  width: 100%;
  padding: 88px 0px 126px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2contacto {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2contacto {
    padding: 50px 0px;
  }
}
.b2contacto_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2contacto_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 73px;
}
.b2contacto_box:last-child {
  margin-bottom: 0;
}
.b2contacto_box_title {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2contacto_box_title h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 15px;
  color: #2d2926;
  margin: 0;
}
.b2contacto_box_wrap {
  width: 100%;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2contacto_box_subtitle {
  padding-bottom: 13px;
}
.b2contacto_box_subtitle h4 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 15px;
  color: #2d2926;
  margin: 0;
}
.b2contacto_box_info {
  width: 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-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;
}
.b2contacto_box_info_text {
  width: 25%;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  margin-right: 4%;
}
.b2contacto_box_info_text p {
  margin: 0;
}
@media screen and (max-width: 860px) {
  .b2contacto_box_info_text {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2contacto_box_info_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .b2contacto_box_info_text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.b2contacto_box_info_phone {
  width: 20%;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  margin-right: 3%;
}
.b2contacto_box_info_phone p {
  margin: 0;
}
@media screen and (max-width: 860px) {
  .b2contacto_box_info_phone {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2contacto_box_info_phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .b2contacto_box_info_phone {
    width: 100%;
    margin-bottom: 10px;
  }
}
.b2contacto_box_info_email {
  width: 20%;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  margin-right: 3%;
}
.b2contacto_box_info_email p {
  margin: 0;
}
@media screen and (max-width: 860px) {
  .b2contacto_box_info_email {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .b2contacto_box_info_email {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .b2contacto_box_info_email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.b2contacto_box_info_map {
  width: 25%;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  text-align: center;
}
.b2contacto_box_info_map a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.b2contacto_box_info_map span {
  position: absolute;
  top: 0;
  color: #004c97;
  left: 0;
  display: inline-block;
}
.b2contacto_box_info_map p {
  margin: 0;
}
@media screen and (max-width: 860px) {
  .b2contacto_box_info_map {
    width: 49%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .b2contacto_box_info_map {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .b2contacto_box_info_map {
    width: 100%;
    margin-bottom: 10px;
  }
}
.b2contacto_box_map {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 32px;
  display: none;
}
.b2contacto_box_map iframe {
  width: 100%;
  height: 300px;
}
.b2contacto_box_map.mostrar {
  display: block;
}
.b2contacto_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .b2contacto_form {
    margin-top: 70px;
  }
}
.b2contacto_negocio {
  width: 100%;
  padding-bottom: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b2contacto_negocio {
    padding-bottom: 50px;
  }
}
.b2contacto_negocio_input {
  margin-bottom: 17px;
}
.b2contacto_negocio_input:last-child {
  margin-bottom: 0;
}
.b2contacto_datos {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2contacto_datos_title {
  padding-bottom: 45px;
}
.b2contacto_datos_title h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 23px;
  color: #2d2926;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2contacto_datos_title h3 {
    font-size: 20px;
  }
}
.b2contacto_datos_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2contacto_datos_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;
}
.b2contacto_datos_input {
  width: 48.834%;
  margin-right: 2.332%;
  margin-bottom: 12px;
}
.b2contacto_datos_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .b2contacto_datos_input {
    width: 100%;
    margin-right: 0;
  }
}
.b2contacto_info {
  width: 100%;
  margin-top: 69px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .b2contacto_info {
    margin-top: 50px;
  }
}
.b2contacto_info_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 26px;
}
.b2contacto_info_box_title {
  padding-bottom: 17px;
}
.b2contacto_info_box_title h3 {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  color: #2d2926;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2contacto_info_box_title h3 {
    font-size: 18px;
  }
}
.b2contacto_info_box_text {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 23px;
}
.b2contacto_info_box_text p {
  margin: 0;
}
.b2contacto_info_box_text a {
  color: #004c97;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .b2contacto_info_box_text {
    font-size: 14px;
  }
}
.b2contacto_info_campos {
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
  color: #828282;
  margin-bottom: 31px;
}
.b2contacto_info_campos p {
  margin: 0;
}
.b2contacto_info_nota {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 23px;
}
.b2contacto_info_nota p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2contacto_info_nota {
    font-size: 14px;
  }
}
.b2contacto_btn {
  max-width: 315px;
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
.b2contacto_btn button {
  width: 100%;
  display: block;
}

.b1data_protection {
  width: 100%;
  padding: 68px 0px 72px;
  background: #eef4f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1data_protection {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1data_protection {
    padding: 50px 0px;
  }
}
.b1data_protection_wrap {
  max-width: 1200px;
}
.b1data_protection_title {
  padding-bottom: 59px;
}
.b1data_protection_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #2d2926;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1data_protection_title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1data_protection_title {
    padding-bottom: 30px;
  }
}
.b1data_protection_text {
  max-width: 660px;
  width: 100%;
  margin: 0;
  color: #2d2926;
  font-size: 14px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  line-height: 28px;
}
.b1data_protection_text p {
  margin: 0;
}
.b2data_protection {
  width: 100%;
  padding: 51px 0px 147px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2data_protection {
    padding: 70px 0px 120px;
  }
}
@media screen and (max-width: 767px) {
  .b2data_protection {
    padding: 50px 0px 100px;
  }
}
.b2data_protection_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2data_protection_list li {
  margin-bottom: 37px;
}
.b2data_protection_list li:last-child {
  margin-bottom: 0;
}
.b2data_protection_list a {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 15px;
  color: #2d2926;
  padding-right: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b2data_protection_list a:before {
  content: '\e901';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-family: 'icomoon';
  color: #004c97;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.b1detalle_productos {
  padding: 100px 0px;
  background-color: #eef4f8;
}
@media screen and (max-width: 1024px) {
  .b1detalle_productos {
    padding: 50px 0px;
  }
}
.b1detalle_productos_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;
}
.b1detalle_producto_left {
  width: 50%;
  padding-right: 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1detalle_producto_left h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  color: #004c97;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 8px;
}
.b1detalle_producto_left h2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #004c97;
}
@media screen and (max-width: 880px) {
  .b1detalle_producto_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.b1detalle_productos_links a {
  color: #2d2926;
  padding-right: 14px;
  margin-right: 2px;
  position: relative;
  display: inline-block;
}
.b1detalle_productos_links a:before {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.b1detalle_productos_links a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.b1detalle_productos_links a:last-child:before {
  display: none;
}
.b1detalle_productos_links a.active {
  font-family: 'SFProDisplay-Bold', sans-serif;
}
.b1detalle_productos_txt {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 50px;
  padding-top: 23px;
  text-align: justify;
}
.b1detalle_productos_txt p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .b1detalle_productos_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 880px) {
  .b1detalle_productos_txt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .b1detalle_productos_txt {
    font-size: 14px;
  }
}
.b1detalle_productos_rigth {
  width: 50%;
  position: relative;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  align-self: baseline;
  -ms-flex-item-align: baseline;
  overflow: hidden;
}
.b1detalle_productos_rigth ul {
  height: 413px;
}
@media screen and (max-width: 960px) {
  .b1detalle_productos_rigth ul {
    height: 300px;
  }
}
.b1detalle_productos_rigth .swiper-button-prev,
.b1detalle_productos_rigth .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #004c97;
  position: relative;
  margin: 0px 4px;
}
.b1detalle_productos_rigth .swiper-button-prev:before,
.b1detalle_productos_rigth .swiper-button-next:before {
  content: '\e901';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 13px;
  font-family: 'icomoon';
  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;
}
.b1detalle_productos_rigth .swiper-button-prev.swiper-button-disabled,
.b1detalle_productos_rigth .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.b1detalle_productos_rigth .swiper-button-next {
  right: 0;
}
.b1detalle_productos_rigth .swiper-button-prev {
  left: 0;
}
.b1detalle_productos_rigth .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 880px) {
  .b1detalle_productos_rigth {
    width: 100%;
    padding-right: 0;
    max-width: 640px;
    margin: auto;
  }
  .b1detalle_productos_rigth .swiper-button-next {
    right: 10px;
  }
}
.b1detalle_productos_arrows {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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;
}
.b1detalle_productos_rigth_img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
}
.b1detalle_productos_paginations {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  height: 100%;
}
.b1detalle_productos_paginations .swiper-pagination {
  position: relative;
  height: 100%;
  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-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b1detalle_productos_paginations .swiper-pagination span {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #004c97;
  border: 2px solid #004c97;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1detalle_productos_paginations .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: transparent;
}
@media screen and (max-width: 880px) {
  .b1detalle_productos_paginations {
    position: relative;
    height: auto;
    margin-top: 30px;
  }
  .b1detalle_productos_paginations .swiper-pagination {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b1detalle_productos_paginations .swiper-pagination span {
    margin-bottom: 0;
    margin: 0 10px;
  }
}

.error404 {
  padding: 150px 0px;
}
@media screen and (max-width: 767px) {
  .error404 {
    padding: 100px 0px;
  }
}
.error404_container {
  text-align: center;
}
.error404_container.ww_center {
  max-width: 640px;
}
.error404_container figure {
  max-width: 86px;
  width: 100%;
  margin: auto;
  margin-bottom: 27px;
}
.error404_container h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 9px;
  color: #004c97;
}
.error404_container p {
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .error404_container h2 {
    font-size: 25px;
  }
  .error404_container p {
    font-size: 15px;
  }
}
.error404_enlace {
  padding-top: 20px;
}

.nosotros_facilities {
  max-width: 847px;
  width: 94%;
  margin: auto;
  text-align: justify;
}
.nosotros_facilities h2,
.nosotros_facilities h3,
.nosotros_facilities h4,
.nosotros_facilities h5 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 12px;
}
.nosotros_facilities p {
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .nosotros_facilities p {
    font-size: 14px;
  }
}

.btn_blue {
  display: inline-block;
  min-width: 143px;
  height: 40px;
  line-height: 40px;
  background: #004c97;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .btn_blue {
    -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;
  }
  .btn_blue:hover {
    background: #478ad0;
  }
}
@media screen and (max-width: 1024px) {
  .btn_blue {
    font-size: 14px;
  }
}
.btn_black {
  display: inline-block;
  min-width: 143px;
  height: 40px;
  line-height: 40px;
  background: #2d2926;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .btn_black {
    -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;
  }
  .btn_black:hover {
    background: #7a7674;
  }
}
@media screen and (max-width: 1024px) {
  .btn_black {
    font-size: 14px;
  }
}

.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;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  color: #2d2926;
  padding: 0px 25px;
  border: 1px solid rgba(0,76,151,0.2);
  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;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  border-color: #004c97;
}
.input ::placeholder {
  color: #828282;
}
.input_textarea textarea {
  height: 222px;
  padding: 17px 25px;
  line-height: 1.2;
}
.input_select {
  position: relative;
}
.input_select select {
  padding: 0px 35px 0px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  font-size: 11px;
  color: #004c97;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.input_checkbox {
  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;
}
.input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input_checkbox 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;
  margin-right: 0;
  margin-left: 0;
}
.input_checkbox input[type="checkbox"]:checked + label .input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.input_checkbox_box {
  position: relative;
  width: 14px;
  height: 15px;
}
.input_checkbox_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #5e5e5e;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_box:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #004c97;
  font-size: 11px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input_checkbox_text {
  width: calc(100% - 14px);
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 15px;
  color: #4f4f4f;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_text a {
  text-decoration: underline;
  color: c-5;
}
@media screen and (max-width: 767px) {
  .input_checkbox_text {
    font-size: 14px;
  }
}
.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;
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: transparent;
  color: #f00;
  border: none;
  font-size: 12px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.formError .formErrorArrow {
  display: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.title h1,
.title h2,
.title h3,
.title h4 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  line-height: 1.2;
  margin: 0;
}
.title_blue h1,
.title_blue h2,
.title_blue h3,
.title_blue h4 {
  color: #004c97;
}
.title_black h1,
.title_black h2,
.title_black h3,
.title_black h4 {
  color: #2d2926;
}
.title_line {
  position: relative;
  padding-bottom: 8px;
}
.title_line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #2d2926;
}

.nosotros {
  padding-bottom: 50px;
}
.nosotros_contenido {
  padding: 50px 0px 35px;
  background-color: #f8f9fb;
}
.nosotros_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.nosotros_flex h2 {
  width: 200px;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  color: #004c97;
  position: relative;
  padding-bottom: 5px;
  -webkit-align-self: baseline;
  align-self: baseline;
  -ms-flex-item-align: baseline;
}
.nosotros_flex h2:before {
  content: '';
  width: 36px;
  height: 2px;
  background-color: #004c97;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .nosotros_flex {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .nosotros_flex h2 {
    text-align: center;
    display: inline-block;
    width: auto;
  }
}
.nosotros_p {
  width: calc(100% - 200px);
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  text-align: justify;
}
.nosotros_p h2,
.nosotros_p h3,
.nosotros_p h4,
.nosotros_p h5 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .nosotros_p {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros_p {
    padding-top: 30px;
    font-size: 14px;
  }
  .nosotros_p h2,
  .nosotros_p h3,
  .nosotros_p h4,
  .nosotros_p h5 {
    margin-top: 30px;
    font-size: 14px;
  }
}
.nosotros_item {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0px;
}
.nosotros_item figure {
  max-width: 651px;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
}
.nosotros_item figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  .nosotros_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nosotros_item figure {
    margin: auto;
    margin-bottom: 50px;
  }
}
.nosotros_info {
  width: calc(100% - 651px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f9fb;
  padding: 50px 0px 45px 63px;
  position: relative;
  text-align: justify;
}
.nosotros_info:before {
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f8f9fb;
}
.nosotros_info h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  color: #004c97;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.nosotros_info ul {
  padding-left: 20px;
  position: relative;
  z-index: 5;
}
.nosotros_info li {
  margin-bottom: 10px;
  list-style-type: disc;
}
@media screen and (max-width: 1100px) {
  .nosotros_info {
    width: 100%;
    padding: 0;
    padding: 30px 20px;
  }
  .nosotros_info:before,
  .nosotros_info:after {
    display: none;
  }
  .nosotros_info h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .nosotros_info {
    font-size: 14px;
  }
}
.nosotros_wrap_info_items {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nosotros_wrap_info {
  position: relative;
  padding-left: 10px;
  width: 47.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5%;
  text-align: justify;
}
.nosotros_wrap_info:last-child {
  margin-right: 0;
}
.nosotros_wrap_info:before {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004c97;
}
.nosotros_wrap_info h2 {
  color: #2d2926;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin-bottom: 10px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .nosotros_wrap_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros_wrap_info {
    font-size: 14px;
  }
}

.b1podcast {
  padding-top: 117px;
  padding-bottom: 94px;
}
@media screen and (max-width: 1024px) {
  .b1podcast {
    padding: 50px 0px;
  }
}
.b1podcast_wrap {
  padding-bottom: 40px;
}
.b1podcast_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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-shadow: 0px 10px 30px rgba(10,10,10,0.1);
  box-shadow: 0px 10px 30px rgba(10,10,10,0.1);
  background-color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .b1podcast_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }
}
.b1podcast_items figure {
  max-width: 282px;
  width: 100%;
  margin: 0;
}
.b1podcast_items figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .b1podcast_items figure {
    margin: auto;
  }
}
.b1podcast_items .b1podcast_info {
  width: calc(100% - 282px);
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.b1podcast_items .b1podcast_info h2 {
  font-size: 16px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 17px;
}
.b1podcast_items .b1podcast_info p {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: justify;
}
.b1podcast_items .b1podcast_info a {
  color: #2d2926;
  font-size: 16px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  display: inline-block;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1podcast_items .b1podcast_info a span {
  width: 38px;
  height: 38px;
  background: #004c97;
  border: 1px solid #004c97;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  -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;
}
.b1podcast_items .b1podcast_info a span:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  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;
  margin-left: 2px;
  -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;
}
@media screen and (min-width: 1025px) {
  .b1podcast_items .b1podcast_info a:hover span {
    background: transparent;
  }
  .b1podcast_items .b1podcast_info a:hover span:before {
    color: #004c97;
  }
}
@media screen and (max-width: 1024px) {
  .b1podcast_items .b1podcast_info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b1podcast_items .b1podcast_info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .b1podcast_items .b1podcast_info {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
  .b1podcast_items .b1podcast_info p {
    text-align: justify;
  }
  .b1podcast_items .b1podcast_info h2 {
    text-align: center;
  }
}

.productos_categoria {
  padding-top: 64px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .productos_categoria {
    padding: 50px 0px;
  }
}
.productos_categoria_info {
  text-align: justify;
}
.productos_categoria_info h2 {
  color: #004c97;
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(20px + (27 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin-bottom: 30px;
}
.productos_categoria_info p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .productos_categoria_info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .productos_categoria_info p {
    font-size: 14px;
  }
}
.productos_categorias_wrap {
  padding-top: 60px;
  max-width: 996px;
  width: 100%;
  margin: auto;
}
.productos_categoria_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 18px rgba(190,204,220,0.25);
  box-shadow: 0px 4px 18px rgba(190,204,220,0.25);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 40px;
}
.productos_categoria_item figure {
  max-width: 331px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .productos_categoria_item figure {
    margin: 0 auto;
  }
}
.productos_categoria_item figure img {
  width: 100%;
  height: auto;
  display: block;
}
.productos_categoria_contenido {
  width: calc(100% - 331px);
  padding: 60px 60px 60px 76px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.productos_categoria_contenido h3 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 13px;
}
.productos_categoria_contenido p {
  font-size: 16px;
  line-height: 21px;
}
.productos_categoria_contenido a {
  margin-top: 20px;
}
.productos_categoria_contenido a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .productos_categoria_contenido p {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .productos_categoria_contenido {
    padding: 40px 40px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .productos_categoria_contenido {
    padding: 40px 20px 30px;
    width: 100%;
    text-align: center;
  }
  .productos_categoria_contenido p {
    font-size: 14px;
    text-align: justify;
  }
}

.b1productos {
  padding: 60px 0px 30px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .b1productos {
    padding: 50px 0px 20px;
  }
}
.b1productos_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;
}
.b1productos_item {
  width: calc(100% / 3 - 1.4%);
  margin: 0;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .b1productos_item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .b1productos_item .b1productos_info span {
    background-color: #fff;
    color: #004c97;
  }
}
@media screen and (mIN-width: 861px) {
  .b1productos_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.b1productos_item figure {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1productos_item figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .b1productos_item {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
}
@media screen and (max-width: 620px) {
  .b1productos_item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.b1productos_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  padding: 45px 28px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1productos_info h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  color: #004c97;
}
.b1productos_info span {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #004c97;
  border-radius: 50%;
  margin: 0;
  background-color: #004c97;
  color: #fff;
  -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;
}

.protection {
  padding: 107px 0 77px 0;
}
@media screen and (max-width: 1024px) {
  .protection {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .protection {
    padding: 50px 0px;
  }
}
.protection_content {
  max-width: 904px;
}
.protection_first_title {
  line-height: 1.1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375)));
  margin: 0 0 37px 0;
}
.protection_description,
.protection_info {
  max-width: 887px;
  width: 100%;
  margin: 0 auto;
}
.protection_description {
  line-height: 26px;
  color: #000;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .protection_description {
    line-height: 1.8;
    font-size: 13px;
  }
}
.protection_description p {
  margin: 0;
}
.protection_info {
  line-height: 26px;
  color: #000;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .protection_info {
    line-height: 1.8;
    font-size: 13px;
  }
}
.protection_info h2 {
  line-height: 26.42px;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 27px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .protection_info h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .protection_info h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.protection_info p {
  margin-bottom: 30px;
}
.protection_info a {
  color: #004c97;
  text-decoration: underline;
}
.protection_info ol,
.protection_info ul {
  margin-bottom: 30px;
  margin-left: 15px;
}
.protection_info ul li {
  list-style-type: disc;
}

.proyecto_soluciones {
  padding: 50px 0px;
  background: #f8f8f8;
}
.proyecto_soluciones_container h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  color: #004c97;
  position: relative;
  padding-bottom: 9px;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  display: inline-block;
  margin-bottom: 34px;
}
.proyecto_soluciones_container h2:before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #004c97;
  position: absolute;
  bottom: 0;
  left: 0;
}
.proyecto_soluciones_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;
}
.proyecto_soluciones_itm {
  width: 49%;
  margin: 0;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 26px;
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .proyecto_soluciones_itm:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .proyecto_soluciones_itm:hover i {
    background-color: #fff;
    border: 1px solid #004c97;
    color: #004c97;
  }
}
@media screen and (min-width: 767px) {
  .proyecto_soluciones_itm:nth-child(2n+2) {
    margin-right: 0;
  }
}
.proyecto_soluciones_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .proyecto_soluciones_itm {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.proyecto_soluciones_info {
  padding: 40px;
  padding-right: 60px;
  position: relative;
}
.proyecto_soluciones_info i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #004c97;
  color: #fff;
  -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;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid transparent;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .proyecto_soluciones_info i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
  }
}
.proyecto_soluciones_info h3 {
  font-size: 14px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  color: #004c97;
  margin-bottom: 7px;
}
.proyecto_soluciones_info p {
  font-size: calc(17px + (23 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .proyecto_soluciones_info {
    padding: 30px;
    padding-right: 60px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .proyecto_soluciones_info {
    padding: 20px;
    padding-right: 60px;
  }
}

.quality_assurance_itm {
  border-bottom: 1px solid rgba(0,74,152,0.22);
  padding: 80px 0px;
  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;
}
.quality_assurance_itm figure {
  max-width: 259px;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0px 5px 12px rgba(194,194,194,0.25);
  box-shadow: 0px 5px 12px rgba(194,194,194,0.25);
}
.quality_assurance_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
.quality_assurance_itm:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .quality_assurance_itm {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .quality_assurance_itm {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0px 35px;
  }
  .quality_assurance_itm figure {
    margin: auto;
    margin-bottom: 30px;
  }
}
.quality_assurance_text {
  width: calc(100% - 259px);
  padding-left: 107px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.quality_assurance_text h2 {
  margin-bottom: 12px;
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 16px;
}
.quality_assurance_text p {
  font-size: 15px;
}
.quality_assurance_text li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}
.quality_assurance_text li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2d2926;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  .quality_assurance_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .quality_assurance_text {
    width: 100%;
    padding: 0;
  }
  .quality_assurance_text h2 {
    text-align: center;
    font-size: 15px;
  }
  .quality_assurance_text p {
    font-size: 14px;
  }
}

.resultado {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
}
.resultado_top {
  width: 100%;
  padding: 88px 0px 71px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .resultado_top {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_top {
    padding: 50px 0px;
  }
}
.resultado_wrap {
  text-align: center;
}
.resultado_title {
  padding-bottom: 5px;
}
.resultado_text {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 18px;
  color: #2d2926;
}
.resultado_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .resultado_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_text {
    font-size: 14px;
  }
}
.resultado_bottom {
  width: 100%;
  padding: 72px 0px 61px;
  border-top: 1px solid rgba(183,183,183,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .resultado_bottom {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_bottom {
    padding: 50px 0px;
  }
}
.resultado_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-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;
}
.resultado_filter {
  width: 356px;
}
@media screen and (max-width: 1200px) {
  .resultado_filter {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .resultado_filter {
    width: 260px;
  }
}
@media screen and (max-width: 860px) {
  .resultado_filter {
    width: 100%;
  }
}
.resultado_search {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.resultado_search input {
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 18px;
  color: #2d2926;
  border: 0;
  padding: 0px 23px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.resultado_search span {
  position: absolute;
  right: 20px;
  top: 14px;
  bottom: 0;
  font-size: 20px;
  color: #2d2926;
}
@media screen and (max-width: 1200px) {
  .resultado_search input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_search input {
    font-size: 14px;
  }
}
.resultado_filtro {
  margin-top: 19px;
}
.resultado_filtro_title {
  width: 100%;
  padding: 11px;
  background: #004c97;
  color: #fff;
  font-size: 18px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.resultado_filtro_title p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .resultado_filtro_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_filtro_title {
    font-size: 14px;
  }
}
.resultado_filtro_wrap {
  margin-top: 6px;
}
.resultado_filtro_box {
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #b7b7b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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;
}
.resultado_filtro_box.todos .resultado_filtro_box_text,
.resultado_filtro_box.todos .resultado_filtro_box_number {
  color: #004c97;
  font-family: 'SFProDisplay-Bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .resultado_filtro_box:hover .resultado_filtro_box_text,
  .resultado_filtro_box.active .resultado_filtro_box_text,
  .resultado_filtro_box:hover .resultado_filtro_box_number,
  .resultado_filtro_box.active .resultado_filtro_box_number {
    color: #004c97;
    font-family: 'SFProDisplay-Bold', sans-serif;
  }
}
.resultado_filtro_box_text {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 18px;
  color: #2d2926;
  text-transform: uppercase;
  -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;
}
.resultado_filtro_box_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .resultado_filtro_box_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_filtro_box_text {
    font-size: 14px;
  }
}
.resultado_filtro_box_number {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 18px;
  color: #2d2926;
  -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;
}
.resultado_filtro_box_number p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .resultado_filtro_box_number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_filtro_box_number {
    font-size: 14px;
  }
}
.resultado_content {
  width: calc(100% - 356px);
  padding-left: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .resultado_content {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .resultado_content {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 860px) {
  .resultado_content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.resultado_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
}
.resultado_items .b1productos_item {
  width: 48.485%;
  margin-right: 3.03%;
}
.resultado_items .b1productos_item:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .resultado_items .b1productos_item {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .resultado_items .b1productos_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .resultado_items .b1productos_item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.resultado_items .b4detalle_productos_itm {
  padding: 0;
}
.resultado_items .b4detalle_productos_itm .b4detalle_productos_itm_inner {
  padding: 0;
  margin-bottom: 0;
}
.resultado_items .b4detalle_productos_itm .b4detalle_productos_itm_inner figure {
  padding: 0;
  margin: 0;
}
.resultado_items .b4detalle_productos_itm .b4detalle_productos_itm_inner .b4detalle_productos_itm_inner_detail {
  padding: 30px 28px 20px;
}
.resultado_items .b4detalle_productos_itm .b4detalle_productos_itm_inner .b4detalle_productos_itm_inner_detail .b4detalle_productos_itm_inner_detail_link {
  color: #004c97;
  font-size: 16px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  display: inline-block;
  margin: 0;
  line-height: 0;
}
.resultado_items .b4detalle_productos_itm .b4detalle_productos_itm_inner .b4detalle_productos_itm_inner_detail .b4detalle_productos_itm_inner_detail_link span {
  margin-left: 10px;
}
.resultado_items .b1podcast_items {
  display: block;
  width: 48.485%;
  margin-right: 3.03%;
}
@media screen and (max-width: 860px) {
  .resultado_items .b1podcast_items {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .resultado_items .b1podcast_items:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .resultado_items .b1podcast_items {
    padding-top: 0;
  }
}
@media screen and (max-width: 620px) {
  .resultado_items .b1podcast_items {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.resultado_items .b1podcast_items figure {
  width: 100%;
  margin: 0;
  max-width: 100%;
  max-height: 253px;
}
.resultado_items .b1podcast_items figure img {
  max-height: 253px;
}
.resultado_items .b1podcast_items .b1podcast_info {
  margin: 0;
  width: auto;
  padding: 12px 28px 10px;
}
@media screen and (max-width: 640px) {
  .resultado_items .b1podcast_items .b1podcast_info {
    text-align: left;
  }
}
.resultado_items .b1podcast_items .b1podcast_info h3 {
  font-size: 16px;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-weight: normal;
  margin-bottom: 17px;
}
.resultado_items .b1podcast_items .b1podcast_info p {
  color: #2d2926;
  font-size: 16px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  display: inline-block;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.resultado_items .b1podcast_items .b1podcast_info p:hover span {
  background: transparent;
}
.resultado_items .b1podcast_items .b1podcast_info p:hover span:before {
  color: #004c97;
}
.resultado_items .b1podcast_items .b1podcast_info p span {
  width: 38px;
  height: 38px;
  background: #004c97;
  border: 1px solid #004c97;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  -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;
}
.resultado_items .b1podcast_items .b1podcast_info p span:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  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;
  margin-left: 2px;
  -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;
}
.resultado_pager {
  margin-top: 58px;
}
.resultado_pager ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: 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;
}
.resultado_pager li {
  margin: 0px 7px;
}
.resultado_pager a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #f2f2f2;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 17px;
  color: #333;
  text-align: center;
  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;
}
.resultado_pager a.active {
  background: #4c8ccf;
  color: #fff;
  -webkit-box-shadow: 0px 9px 12px 0px rgba(0,76,151,0.26);
  box-shadow: 0px 9px 12px 0px rgba(0,76,151,0.26);
}
@media screen and (max-width: 1024px) {
  .resultado_pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .resultado_pager a {
    font-size: 15px;
    width: 55px;
    height: 55px;
  }
}

.servicios_title {
  max-width: 1018px;
  width: 93%;
  margin: auto;
  font-size: 16px;
  font-family: 'SFProDisplay-Medium', sans-serif;
  line-height: 28px;
  text-align: justify;
  padding-top: 69px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .servicios_title {
    padding-bottom: 60px;
    padding-top: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_title {
    font-size: 14px;
  }
}
.servicios_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.servicios_box:nth-child(even) {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.servicios_box:nth-child(even) .b2servicios_info {
  padding-left: 0;
  padding-right: 110px;
}
@media screen and (max-width: 1024px) {
  .servicios_box:nth-child(even) .b2servicios_info {
    padding-right: 60px;
  }
}
@media screen and (max-width: 880px) {
  .servicios_box:nth-child(even) .b2servicios_info {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .servicios_box:nth-child(even) .b2servicios_info {
    padding: 0;
  }
}
.servicios_box:nth-child(even) .b2servicios_inner_txt {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .servicios_box:nth-child(even) .b2servicios_inner_txt {
    margin: auto;
  }
}
.servicios_box figure {
  width: 50%;
  height: 414px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .servicios_box {
    margin-bottom: 40px;
  }
  .servicios_box figure {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.b2servicios_info {
  width: 50%;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2servicios_info {
    padding-left: 60px;
  }
}
@media screen and (max-width: 880px) {
  .b2servicios_info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2servicios_info {
    width: 100%;
    padding: 0;
  }
}
.b2servicios_inner_txt {
  max-width: 505px;
  width: 94%;
  margin: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.3;
}
.b2servicios_inner_txt h2 {
  font-size: 25px;
  font-weight: normal;
  font-family: 'SFProDisplay-Medium', sans-serif;
  margin-bottom: 34px;
  padding-bottom: 8px;
  position: relative;
}
.b2servicios_inner_txt h2:before {
  content: '';
  width: 34px;
  height: 2px;
  background-color: #004c97;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b2servicios_inner_txt {
    font-size: 15px;
  }
  .b2servicios_inner_txt h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .b2servicios_inner_txt {
    max-width: inherit;
    margin: auto;
    font-size: 14px;
  }
  .b2servicios_inner_txt h2 {
    font-size: 20px;
  }
}

.footer_blockup {
  background: #eef4f8;
  position: relative;
  padding: 30px 0;
}
.footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 710px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .footer_content {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.footer_title {
  line-height: 1.1;
  color: #004c97;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_btn {
    text-align: center;
  }
}
.footer_image_left {
  width: 324px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .footer_image_left {
    display: none;
  }
}
.footer_image_left img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_image_right {
  width: 324px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .footer_image_right {
    display: none;
  }
}
.footer_image_right img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_top {
  padding: 57px 0 23px 0;
}
@media screen and (max-width: 960px) {
  .footer_top {
    padding-top: 30px;
  }
}
.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;
  max-width: 1246px;
}
@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;
  }
}
.footer_logo {
  display: block;
  width: 17.9775%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  .footer_logo {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
.footer_logo img {
  display: block;
  max-width: 124px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_logo img {
    max-width: 100px;
    margin: 0 auto;
  }
}
.footer_subtitle {
  line-height: 1;
  color: #2d2926;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  margin: 0;
}
.footer_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;
  width: 61.7978%;
}
@media screen and (max-width: 1024px) {
  .footer_nav {
    width: 58%;
  }
}
@media screen and (max-width: 960px) {
  .footer_nav {
    display: none;
  }
}
.footer_menu_1 {
  width: 34.2857%;
}
@media screen and (max-width: 1024px) {
  .footer_menu_1 {
    width: 33.3333%;
  }
}
.footer_menu_2 {
  width: 34.026%;
}
@media screen and (max-width: 1024px) {
  .footer_menu_2 {
    width: 33.3333%;
  }
}
.footer_menu_3 {
  width: 31.6883%;
}
@media screen and (max-width: 1024px) {
  .footer_menu_3 {
    width: 33.3333%;
  }
}
.footer_list {
  line-height: 1.1;
  color: #434343;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .footer_list {
    font-size: 14px;
  }
}
.footer_list li {
  margin-bottom: 20px;
}
.footer_list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .footer_list li a:hover {
    color: #004c97;
  }
}
.footer_form {
  width: 20.2247%;
}
@media screen and (max-width: 1024px) {
  .footer_form {
    width: 22%;
  }
}
@media screen and (max-width: 960px) {
  .footer_form {
    width: 100%;
    margin: 0 auto;
  }
}
.footer_fields {
  margin-top: 12px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.footer_fields ::-webkit-input-placeholder {
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.footer_fields :-moz-placeholder {
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.footer_fields ::-moz-placeholder {
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.footer_fields :-ms-input-placeholder {
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.footer_fields input,
.footer_fields select {
  width: 100%;
  height: 40px;
  background: #fff;
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 16px;
  border: 1px solid rgba(142,142,142,0.3);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
}
@media screen and (max-width: 1024px) {
  .footer_fields input,
  .footer_fields select {
    font-size: 14px;
    padding: 0 10px;
  }
}
.footer_fields li {
  margin-bottom: 10px;
}
.footer_fields li:last-child {
  margin-bottom: 0;
}
.footer_select {
  position: relative;
}
.footer_select:after {
  content: "\e901";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  font-size: 11px;
  color: #004c97;
  text-align: center;
  font-family: 'icomoon';
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer_send button {
  width: 100%;
}
.footer_bottom {
  padding: 20px 0;
}
.footer_ctn {
  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: 960px) {
  .footer_ctn {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.footer_copy {
  line-height: 1.1;
  color: #2d2926;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .footer_copy {
    text-align: center;
  }
}
.footer_copy p {
  margin: 0;
}
.footer_redes {
  color: #2d2926;
  font-size: 16px;
}
.footer_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;
}
@media screen and (max-width: 960px) {
  .footer_redes ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_redes li {
  margin-left: 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;
}
@media screen and (max-width: 960px) {
  .footer_redes li {
    margin: 0 10px 30px 10px;
  }
}
.footer_redes a {
  font-size: 16px;
}
.footer_redes a.icon-twitter {
  font-size: 20px;
}
.footer_redes a.icon-youtube {
  font-size: 22px;
}
.footer_redes a.icon-instagram {
  font-size: 18px;
}
@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: #7a7674;
  }
}

.header {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 65px;
  }
}
.header_fixed {
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 23px 0px rgba(0,102,203,0.05);
  box-shadow: 0px 4px 23px 0px rgba(0,102,203,0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
}
@media screen and (max-width: 767px) {
  .header_fixed {
    height: 65px;
  }
}
.header_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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.header_logo {
  display: block;
  width: 231px;
  margin: 0;
}
.header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 160px;
  }
}
@media screen and (max-width: 370px) {
  .header_logo {
    width: 150px;
  }
}
.header_content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header_content {
    -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;
    padding-right: 54px;
  }
}
@media screen and (max-width: 370px) {
  .header_content {
    padding-right: 44px;
  }
}
.header_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.header_list li {
  height: 100%;
  margin-right: 35px;
  position: relative;
}
.header_list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .header_list li:hover .header_menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .header_list li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header_list {
    display: none;
  }
}
.header_link {
  height: 100%;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 18px;
  color: #4f4f4f;
  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;
  cursor: pointer;
}
.header_link p {
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .header_link {
    font-size: 16px;
  }
}
.header_menu {
  width: 177px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 100%;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 13px;
  color: #2d2926;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  z-index: -1;
}
.header_menu li {
  width: 100%;
  height: auto;
  margin: 0;
}
.header_menu li:last-child a:before {
  display: none;
}
.header_menu.products {
  width: 320px;
}
.header_menu.products .header_menu_link {
  padding-right: 35px;
}
@media screen and (min-width: 1025px) {
  .header_menu li:hover .header_submenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .header_menu.products li:hover .header_menu_link {
    background: #f4f5f6;
  }
  .header_menu.products li:hover .header_menu_link span {
    color: #004c97;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu {
    width: 100%;
    position: relative;
    top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    background: none;
    display: none;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    -ms-transition: initial;
    transition: initial;
    z-index: 1;
  }
  .header_menu li:last-child:before {
    display: none;
  }
  .header_menu.products {
    width: 100%;
  }
}
.header_menu_link {
  display: block;
  color: #2d2926;
  padding: 14px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 34px);
  height: 1px;
  background: rgba(0,74,152,0.22);
  margin: auto;
}
.header_menu_link span {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  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;
  color: #6f7271;
}
@media screen and (min-width: 1025px) {
  .header_menu_link:hover {
    color: #004c97;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_link {
    padding: 14px 10px;
  }
  .header_menu_link:before {
    display: none;
  }
  .header_menu_link.headerOpenSubmenu.is-active {
    color: #004c97;
  }
  .header_menu_link.headerOpenSubmenu.is-active span {
    color: #004c97;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header_submenu {
  width: 243px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -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;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_submenu a {
  background-color: #fff;
  display: block;
  background: #fff;
  color: #2d2926;
  padding: 14px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_submenu a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 34px);
  height: 1px;
  background: rgba(0,74,152,0.22);
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .header_submenu a:hover {
    color: #004c97;
    background: #f4f5f6;
  }
}
@media screen and (max-width: 1024px) {
  .header_submenu {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    -ms-transition: initial;
    transition: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
    z-index: 1;
  }
}
.header_search {
  font-size: 23px;
  color: #2d2926;
  margin-left: 33px;
  cursor: pointer;
  position: relative;
}
.header_search .icon-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 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-size: 25px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_search.active .icon-search {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_search.active .icon-close {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .header_search {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header_search {
    font-size: 26px;
  }
}
@media screen and (max-width: 370px) {
  .header_search {
    font-size: 20px;
    margin-left: 15px;
  }
}
.header_search_box {
  width: 100%;
  height: calc(100% - 80px);
  position: fixed;
  top: 80px;
  left: 0;
  background: #f8f9fb;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: auto;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  -o-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  -ms-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.header_search_box.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header_search_box {
    top: 65px;
    height: calc(100% - 65px);
    padding: 30px 20px;
  }
}
.header_search_wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.heacer_search_input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.heacer_search_input input {
  width: 100%;
  height: 72px;
  border: 0;
  border-bottom: 1px solid #979797;
  background: none;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  color: #2d2926;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heacer_search_input ::placeholder {
  color: #2d2926;
}
@media screen and (max-width: 1024px) {
  .heacer_search_input input {
    height: 65px;
    padding-right: 35px;
  }
  .heacer_search_input span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .heacer_search_input input {
    height: 55px;
    padding-right: 30px;
  }
  .heacer_search_input span {
    font-size: 20px;
  }
}
.header_search_btn {
  font-size: 30px;
  color: #2d2926;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .header_search_btn {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .header_search_btn {
    font-size: 20px;
  }
}
.header_search_text {
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  color: #2d2926;
  margin-top: 15px;
}
.header_search_text p {
  margin: 0;
}
.header_languages {
  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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 17px;
  color: #000;
  margin-left: 37px;
}
.header_languages a {
  padding: 0px 9px;
  color: #000;
  border-left: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_languages a:hover {
  color: rgba(0,0,0,0.3);
}
.header_languages li:last-child a {
  padding-right: 0;
}
.header_languages li:first-child a {
  border-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .header_languages {
    margin-left: 20px;
  }
}
@media screen and (max-width: 370px) {
  .header_languages {
    margin-left: 15px;
  }
}
body.active {
  overflow: hidden;
}
.menu_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: 900;
}
.menu_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_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: 34px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 22.5px;
  right: 3%;
  z-index: 1000;
}
@media screen and (min-width: 1025px) {
  .menu_button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu_button {
    top: 17.5px;
  }
}
@media screen and (max-width: 370px) {
  .menu_button {
    width: 30px;
  }
}
.menu_button.active .menu_lines {
  height: 100%;
}
.menu_button.active .menu_line_1 {
  width: 100%;
  -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: 104%;
  margin-left: -100%;
}
.menu_button.active .menu_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);
}
.menu_button.active .menu_line_3 {
  width: 100%;
  -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: 104%;
  margin-bottom: -1px;
  margin-left: -100%;
}
@media screen and (max-width: 370px) {
  .menu_button.active .menu_line_1 {
    top: 2px;
  }
}
.menu_lines {
  display: block;
  width: 100%;
  height: 26px;
  overflow: hidden;
  position: relative;
}
.menu_line {
  display: block;
  width: 100%;
  height: 3px;
  background: #2d2926;
  position: absolute;
  border-radius: 10px;
}
.menu_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);
}
.menu_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;
}
.menu_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);
}
.menu_responsive {
  max-width: 310px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -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: 950;
}
.menu_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);
}
.menu_container {
  width: 100%;
  padding: 100px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_list li {
  position: relative;
}
.menu_list li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,74,152,0.22);
  margin: auto;
}
.menu_list .header_link {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .menu_list .header_link.headerOpenAcordion {
    padding-right: 20px;
    position: relative;
  }
  .menu_list .header_link.headerOpenAcordion:before {
    content: '\e901';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 10px;
    color: #004c97;
    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-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu_list .header_link.headerOpenAcordion.is-active {
    color: #004c97;
  }
  .menu_list .header_link.headerOpenAcordion.is-active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.header_icono_whatsapp {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-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;
  bottom: 16px;
  right: 16px;
  z-index: 100;
  -webkit-animation: 2s pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -moz-animation: 2s pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -o-animation: 2s pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -ms-animation: 2s pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  animation: 2s pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
}
.header_icono_whatsapp img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header_icono_whatsapp {
    bottom: 40px;
    top: inherit;
  }
}
@media screen and (max-width: 767px) {
  .header_icono_whatsapp {
    width: 60px;
    height: 60px;
  }
  .header_icono_whatsapp figure img {
    width: 100%;
    height: auto;
    display: block;
  }
}
