.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1about {
  background: #fff;
  position: relative;
  padding: 48px 0;
}
.b1about_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;
  z-index: 2;
}
.b1about_left {
  width: 43.5%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  .b1about_left {
    width: 100%;
    padding-right: 0;
  }
}
.b1about_right {
  width: 56.5%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b1about_right {
    width: 100%;
    margin-top: 70px;
  }
}
.b1about_title {
  margin-bottom: 20px;
}
.b1about_description {
  max-width: 379px;
  width: 100%;
  line-height: 20px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1about_description {
    max-width: none;
  }
}
.b1about_description p {
  margin: 0;
}
.b1about_detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b1about_detail {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b1about_box {
  min-width: 125px;
  max-width: 140px;
  width: 100%;
  margin: 40px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .b1about_box {
    min-width: inherit;
    max-width: none;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
.b1about_box:last-child {
  margin-right: 0;
}
.b1about_textup {
  line-height: 1.1;
  color: #023980;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 44px;
}
.b1about_textup em {
  color: #ffa401;
}
.b1about_textup p {
  margin: 0;
}
.b1about_textdown {
  line-height: 18px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
}
.b1about_textdown p {
  margin: 0;
}
.b1about_portada {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b1about_portada img {
  border-radius: 5px 50px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1about_play {
  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: 71px;
  height: 71px;
  background: #ffa401;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b1about_play {
    width: 50px;
    height: 50px;
  }
}
.b1about_bg {
  width: 48.47%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 188px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b1about_bg {
    display: none;
  }
}
.b1about_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -moz-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -o-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -ms-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: linear-gradient(242deg, #023980 14.23%, #376baf 100%);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
}
.b1about_figure {
  width: 331px;
  position: absolute;
  bottom: -25px;
  left: -111px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1about_figure {
    display: none;
  }
}
.b1about_figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1about_line1 {
  width: 461px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1about_line1 {
    display: none;
  }
}
.b1about_line1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1about_line2 {
  width: 440px;
  position: absolute;
  bottom: -27px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1about_line2 {
    display: none;
  }
}
.b1about_line2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1beneficio {
  background-color: #fff;
  padding: 50px 0px;
  overflow: hidden;
}
.b1beneficio_container {
  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;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1beneficio_container:before {
  content: '';
  display: block;
  width: 331px;
  height: 331px;
  background: url("../img/trama-beneficio.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -150px;
  left: -150px;
}
@media screen and (max-width: 1200px) {
  .b1beneficio_container:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b1beneficio_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b1beneficio_left {
  width: 50%;
  position: relative;
  padding-right: 94px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.b1beneficio_left h2 strong {
  display: block;
}
.b1beneficio_left p {
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  font-family: 'Inter', sans-serif;
}
@media screen and (max-width: 768px) {
  .b1beneficio_left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.b1beneficio_title {
  margin-bottom: 30px;
}
.b1beneficio_form ::-webkit-input-placeholder {
  color: #000;
  font-family: 'Inter', sans-serif;
}
.b1beneficio_form :-moz-placeholder {
  color: #000;
  font-family: 'Inter', sans-serif;
}
.b1beneficio_form ::-moz-placeholder {
  color: #000;
  font-family: 'Inter', sans-serif;
}
.b1beneficio_form :-ms-input-placeholder {
  color: #000;
  font-family: 'Inter', sans-serif;
}
.b1beneficio_form form {
  position: relative;
}
.b1beneficio_form input {
  height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #000;
  width: 100%;
  border: 1px solid rgba(2,57,128,0.2);
  padding-right: 150px;
  border-radius: 12px;
  background-color: #fff;
  filter: drop-shadow(0 20px 80px rgba(0,0,0,0.05));
}
.b1beneficio_form button {
  background-color: #023980;
  height: 48px;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0 30px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
}
.b1beneficio_input.addError input {
  border: 1px solid #f00 !important;
}
.b1beneficio_input.addError .b1beneficio_err {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1beneficio_err {
  background: rgba(232,61,76,0.15);
  padding: 5px 20px 5px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  color: #ffa401;
  margin-top: 5px;
  font-family: 'Inter', sans-serif;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b1beneficio_err span {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 15px;
}
.b1beneficio_err p {
  margin: 0;
}
.b1beneficio_rigth {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b1beneficio_rigth {
    width: 100%;
  }
}
.b1beneficio_img1 {
  position: relative;
}
.b1beneficio_img1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 50px;
  position: relative;
  z-index: 15;
}
.b1beneficio_img1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffa401;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  z-index: 20;
}
.b1beneficio_img1:after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #ffa401;
  position: absolute;
  bottom: -20px;
  right: -23px;
  border-radius: 20px 5px 20px 5px;
  -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  z-index: 15;
}
.b1beneficio_img2 {
  position: absolute;
  bottom: -50px;
  left: -150px;
  width: 400px;
  z-index: 25;
}
.b1beneficio_img2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .b1beneficio_img2 {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1detaileco {
  background-color: #f5f4f7;
  padding: 50px 0px;
  overflow: hidden;
}
.b1detaileco_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .b1detaileco_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b1detaileco_left {
  width: 42.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 24px 0 0;
}
@media screen and (max-width: 768px) {
  .b1detaileco_left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.b1detaileco_rigth {
  width: 57.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b1detaileco_rigth {
    width: 100%;
  }
}
.b1detaileco_title_mini {
  display: block;
  line-height: 21px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.b1detaileco_title {
  line-height: 48px;
  letter-spacing: 0.8px;
  color: #ffa401;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .b1detaileco_title {
    line-height: 1.1;
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.b1detaileco_subtitle {
  line-height: 42px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 36px;
  margin: 0 0 33px 0;
}
@media screen and (max-width: 767px) {
  .b1detaileco_subtitle {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.b1detail_description {
  line-height: 23px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .b1detail_description {
    line-height: 1.2;
    font-size: 16px;
  }
}
.b1detail_description p {
  margin: 0 0 10px 0;
}
.b1detail_description p:last-child {
  margin-bottom: 0;
}
.b1detaileco_button {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .b1detaileco_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-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 50px;
  }
}
.b1detaileco_image {
  position: relative;
}
.b1detaileco_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 50px;
  position: relative;
  z-index: 2;
}
.b1detaileco_image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffa401;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  z-index: 20;
}
.b1detaileco_image:after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #ffa401;
  position: absolute;
  bottom: -20px;
  right: -23px;
  border-radius: 20px 5px 20px 5px;
  -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
}
@media screen and (max-width: 767px) {
  .b1detaileco_image:after {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1ecomdetail {
  padding: 64px 0 66px 0;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail {
    background: #f2f3f4;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_content {
    width: 100%;
  }
}
.b1ecomdetail_prev {
  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;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 39px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_prev {
    margin-bottom: 0;
  }
}
.b1ecomdetail_prev a {
  display: block;
  line-height: 1;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b1ecomdetail_prev:before {
  content: "\e90d";
  display: inline-block;
  color: #023980;
  font-family: 'icomoon';
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_prev {
    padding-left: 42px;
    background: rgba(234,235,240,0.94);
  }
  .b1ecomdetail_prev a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    background: rgba(234,235,240,0.94);
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b1ecomdetail_prev:before {
    left: 22px;
  }
}
.b1ecomdetail_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_title {
    text-align: center;
    padding-top: 39px;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
}
.b1ecomdetail_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1ecomdetail_left {
  width: 49.3333%;
  border: 1px solid #f2f2f2;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 76px 10px 56px 10px;
}
@media screen and (max-width: 1024px) {
  .b1ecomdetail_left {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .b1ecomdetail_left {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_left {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.b1ecomdetail_right {
  width: 34.4167%;
}
@media screen and (max-width: 1024px) {
  .b1ecomdetail_right {
    width: 42%;
  }
}
@media screen and (max-width: 960px) {
  .b1ecomdetail_right {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.b1ecomdetail_portada {
  width: 100%;
  margin: 0;
}
.b1ecomdetail_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1ecomdetail_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
.b1ecomdetail_up_left {
  width: calc(100% - 120px);
}
.b1ecomdetail_up_left h2 {
  line-height: 1;
  color: #2a2728;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 10px 0;
}
.b1ecomdetail_up_left p {
  display: block;
  line-height: 1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin: 0;
}
.b1ecomdetail_up_right h3 {
  display: block;
  line-height: 1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.b1ecomdetail_boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_boxes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 18px;
    padding-bottom: 12px;
  }
}
.b1ecomdetail_box {
  line-height: 1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  border-right: 0.8px solid rgba(136,136,136,0.5);
  padding: 0 35px 0 0;
  margin: 10px 35px 0 0;
}
@media screen and (max-width: 960px) {
  .b1ecomdetail_box {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_box {
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
  }
}
.b1ecomdetail_box:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.b1ecomdetail_box strong {
  font-weight: 700;
}
.b1ecomdetail_box p {
  margin: 0;
}
.b1ecomdetail_address {
  line-height: 1.2;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_address {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
    margin-top: 0;
  }
}
.b1ecomdetail_address p {
  margin: 0;
}
.b1ecomdetail_address strong {
  font-weight: 700;
}
.b1ecomdetail_items {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_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;
    margin-top: 0;
  }
}
.b1ecomdetail_itembox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_itembox {
    -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-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .b1ecomdetail_itembox:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 19px 0;
  }
  .b1ecomdetail_itembox:nth-child(2),
  .b1ecomdetail_itembox:nth-child(3) {
    width: 50%;
    padding: 23px 0;
  }
}
.b1ecomdetail_itembox_icon {
  width: 22px;
  margin: 0 15px 0 0;
}
.b1ecomdetail_itembox_icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b1ecomdetail_itembox_text {
  line-height: 1;
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.b1ecomdetail_itembox_text strong {
  font-weight: 700;
}
.b1ecomdetail_itembox_text p {
  margin: 0;
}
.b1ecomdetail_foot {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  background: #e8f4f3;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 13.5px 37px 13.5px 23px;
}
@media screen and (max-width: 960px) {
  .b1ecomdetail_foot {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomdetail_foot {
    padding: 17.5px 10px;
  }
}
.b1ecomdetail_foot strong {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}
.b1ecomdetail_foot p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1ecomhome .swiper-container-horizontal > .swiper-pagination-bullets {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 83px;
  z-index: 2;
}
.b1ecomhome .swiper-pagination-bullet {
  width: 39px;
  height: 3px;
  background: rgba(255,255,255,0.5);
  border-radius: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1ecomhome .swiper-pagination-bullet-active {
  background: #fff;
}
.b1ecomhome_prev {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 28px;
  line-height: 1;
  letter-spacing: 0.005em;
  background: rgba(234,235,240,0.94);
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 0 23px;
}
@media screen and (min-width: 768px) {
  .b1ecomhome_prev {
    display: none;
  }
}
.b1ecomhome_prev_icon {
  display: block;
  line-height: 1;
  margin: 0 12px 0 0;
}
.b1ecomhome_block {
  height: 482px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1ecomhome_block {
    height: 400px;
  }
}
.b1ecomhome_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;
}
.b1ecomhome_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.b1ecomhome_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1050px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b1ecomhome_title {
  max-width: 660px;
  width: 100%;
  margin: 0;
}
.b1ecomhome_title h2 {
  line-height: 1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1ecomhome_title h2 {
    font-size: 30px;
    text-align: center;
  }
}
.b1ecomhome_boxblue {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 777px;
  width: 94%;
  background: #023980;
  border-radius: 26px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 76px;
  margin: -40px auto 0 auto;
}
@media screen and (max-width: 960px) {
  .b1ecomhome_boxblue {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1ecomhome_boxblue {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 100%;
    border-radius: 0;
    padding: 25px 5px;
    margin: 0;
  }
}
.b1ecomhome_boxblue_text {
  width: 200px;
  line-height: 18px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .b1ecomhome_boxblue_text {
    max-width: 272px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.b1ecomhome_boxblue_text strong {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
}
.b1ecomhome_boxblue_text p {
  margin: 0;
}
.b1ecomhome_boxblue_count {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .b1ecomhome_boxblue_count {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b1ecomhome_boxblue_texup {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 28px;
  text-align: center;
  margin: 0;
}
.b1ecomhome_boxblue_texdown {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.b1ecomhome_points {
  display: block;
  line-height: 19px;
  color: #00cec5;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 30px;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .b1ecomhome_points {
    margin: 0 14px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1ethics_block {
  position: relative;
}
.b1ethics_bg {
  width: 100%;
  height: 479px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1ethics_bg:before {
  content: "";
  width: 52.2917%;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(0,29,66,0) 0%, #00224e 100%);
  background: -moz-linear-gradient(right, rgba(0,29,66,0) 0%, #00224e 100%);
  background: -o-linear-gradient(right, rgba(0,29,66,0) 0%, #00224e 100%);
  background: -ms-linear-gradient(right, rgba(0,29,66,0) 0%, #00224e 100%);
  background: linear-gradient(to left, rgba(0,29,66,0) 0%, #00224e 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b1ethics_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b1ethics_content {
  max-width: 1240px;
}
.b1ethics_wrap {
  max-width: 474px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1ethics_wrap {
    max-width: 280px;
  }
}
.b1ethics_title {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 73px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1ethics_title {
    font-size: 40px;
  }
}
.b1ethics_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-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b1ethics_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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 164px;
  height: 52px;
  border-radius: 50px;
  background: #023980;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .b1ethics_btn {
    -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;
  }
  .b1ethics_btn:hover {
    background-color: #023980;
  }
}
@media screen and (max-width: 767px) {
  .b1ethics_btn {
    height: 45px;
    font-size: 16px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1list {
  background: #fff;
  padding: 74px 0 104px 0;
}
@media screen and (max-width: 767px) {
  .b1list {
    padding: 50px 0;
  }
}
.b1list .g7item_tag {
  background-color: #ffa401;
}
.b1list_content {
  max-width: 1224px;
}
.b1list_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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 0 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .b1list_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;
  }
}
.b1list_title {
  max-width: 471px;
  width: calc(100% - 340px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1list_title {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1list_select>* {
    max-width: none !important;
  }
}
.b1list_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;
}
.b1list_itembox {
  width: calc(25% - 26px);
  margin: 49px 13px 0 13px;
}
@media screen and (max-width: 1024px) {
  .b1list_itembox {
    width: calc(33.333333333333336% - 26px);
  }
}
@media screen and (max-width: 960px) {
  .b1list_itembox {
    width: calc(50% - 26px);
  }
}
@media screen and (max-width: 767px) {
  .b1list_itembox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .b1list_itembox>* {
    max-width: none !important;
  }
}
.b1list_pager {
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .b1list_pager {
    font-size: 14px;
  }
}
.b1list_pager ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b1list_pager li {
  margin: 6px 3px 0 3px;
}
.b1list_pager li>* {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 48px;
  height: 48px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1list_pager li>* {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .b1list_pager 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;
  }
  .b1list_pager a:hover {
    border-color: #023980;
    color: #023980;
  }
}
.b1list_pager a.active {
  border-color: #023980;
  color: #023980;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1newlanding_bodyclass header,
.b1newlanding_bodyclass footer,
.b1newlanding_bodyclass .f-cookies.message-cookie {
  display: none;
}
.b1newlanding_bodyclass .cnt-wrapper {
  padding-top: 0;
}
.b1newlanding {
  position: relative;
}
.b1newlanding_head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.b1newlanding_head.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,60,125,0.1);
  box-shadow: 0px 4px 4px 0px rgba(0,60,125,0.1);
  z-index: 3;
}
.b1newlanding_head.scroll .b1newlanding_head_content {
  height: 88px;
}
.b1newlanding_head.scroll .b1newlanding_head_content:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b1newlanding_head.scroll .b1newlanding_head_logo_white {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b1newlanding_head.scroll .b1newlanding_head_logo_blue {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1newlanding_head.scroll .b1newlanding_head_nav {
  color: #023980;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head.scroll .b1newlanding_head_nav {
    display: none;
  }
}
.b1newlanding_head.scroll .b1newlanding_head_button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head.scroll .b1newlanding_head_button {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b1newlanding_head_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-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 69px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_content {
    -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;
  }
}
.b1newlanding_head_content:after {
  content: "";
  max-width: calc(330px + (900 - 330) * ((100vw - 320px) / (1920 - 320)));
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b1newlanding_head_content:after {
    max-width: calc(100px + (570 - 100) * ((100vw - 320px) / (1024 - 320)));
  }
}
@media screen and (max-width: 960px) {
  .b1newlanding_head_content:after {
    max-width: none;
  }
}
.b1newlanding_head_logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_logo {
    width: 150px;
  }
}
.b1newlanding_head_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1newlanding_head_logo_white {
  display: block;
  max-width: 226px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1newlanding_head_logo_white {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_logo_white {
    max-width: 150px;
  }
}
.b1newlanding_head_logo_blue {
  display: block;
  max-width: 185px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_logo_blue {
    max-width: 150px;
  }
}
.b1newlanding_head_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40%;
  height: 100%;
  line-height: 24px;
  letter-spacing: 0.07px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_nav {
    width: calc(100% - 180px);
  }
}
.b1newlanding_head_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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_button {
    display: none;
    width: calc(100% - 180px);
  }
}
.b1newlanding_head_button a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 48px;
  letter-spacing: 0.07px;
  background-color: #023980;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 15px;
  padding: 0 32px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b1newlanding_head_button a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .b1newlanding_head_button a:hover {
    -webkit-box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
    box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
    background-color: #1c3491;
  }
}
@media screen and (max-width: 767px) {
  .b1newlanding_head_button a {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
  }
}
.b1newlanding_banner {
  height: 593px;
  position: relative;
}
.b1newlanding_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1newlanding_image:before {
  content: "";
  width: 100%;
  height: 128px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background: -webkit-linear-gradient(270deg, #000 0%, #000 0.01%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, #000 0%, #000 0.01%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, #000 0%, #000 0.01%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, #000 0%, #000 0.01%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, #000 0%, #000 0.01%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.b1newlanding_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b1newlanding_texts {
  max-width: 380px;
  width: 100%;
  margin: 0;
}
.b1newlanding_title {
  display: block;
  line-height: 48px;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.b1newlanding_subtitle {
  display: block;
  line-height: 48px;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 44px;
  margin: 0;
}
.b1newlanding_form {
  max-width: 479px;
  width: 100%;
  background: rgba(0,48,100,0.4);
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .b1newlanding_form {
    max-width: 400px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 960px) {
  .b1newlanding_form {
    max-width: none;
    background: #003064;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: inherit;
    right: inherit;
    padding: 50px 25px 70px 25px;
  }
}
@media screen and (max-width: 767px) {
  .b1newlanding_form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b1newlanding_form .g5-input,
.b1newlanding_form .g5-select {
  background-color: rgba(0,0,0,0.32);
}
.b1newlanding_form .g5-input span,
.b1newlanding_form .g5-select span {
  color: #fff;
}
.b1newlanding_form .g5-input input {
  color: #fff;
}
.b1newlanding_form .g5-select select {
  color: #fff;
}
.b1newlanding_form .g5-select option {
  color: #000;
}
.b1newlanding_form .g5-input.focus,
.b1newlanding_form .g5-select.focus {
  border-color: #00cec5;
}
.b1newlanding_form .g5-required {
  color: rgba(255,255,255,0.8);
}
.b1newlanding_form .g5-input-check label {
  color: rgba(255,255,255,0.8);
}
.b1newlanding_form .g5-input-check a {
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}
.b1newlanding_form .g5-input-check label:before {
  border-color: #fff;
}
.b1newlanding_form .g5-input-check input:checked ~ label:before {
  border-color: #fff;
}
.b1newlanding_form .g5-input-check input:checked ~ label:after {
  color: #fff;
}
.b1newlanding_form_title {
  display: block;
  color: #fff;
  line-height: 30px;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 28px;
  text-align: center;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .b1newlanding_form_title {
    line-height: 1.2;
    font-size: 22px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1sustainable_head {
  background-color: #f5f6f9;
  border-radius: 0 0 25px 25px;
  padding: 62px 0 269px 0;
}
@media screen and (max-width: 960px) {
  .b1sustainable_head {
    padding-top: 24px;
    padding-bottom: 288px;
  }
}
.b1sustainable_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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1160px;
}
@media screen and (max-width: 960px) {
  .b1sustainable_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;
    text-align: center;
  }
}
.b1sustainable_left {
  width: calc(100% - 433px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .b1sustainable_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.b1sustainable_right {
  width: 433px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
}
@media screen and (max-width: 960px) {
  .b1sustainable_right {
    width: 100%;
    padding-left: 0;
  }
}
.b1sustainable_right:before {
  content: "";
  width: 1.5px;
  height: 100%;
  background-color: #00cec5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b1sustainable_right:before {
    display: none;
  }
}
.b1sustainable_title_up {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 960px) {
  .b1sustainable_title_up {
    font-size: 14px;
  }
}
.b1sustainable_title_down {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1sustainable_title_down {
    font-size: 24px;
  }
}
.b1sustainable_description {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.b1sustainable_description strong {
  font-weight: 600;
}
.b1sustainable_description p {
  margin: 0;
}
.b1sustainable_images {
  max-width: 1240px;
  width: 94%;
  position: relative;
  margin: -207px auto 0 auto;
}
@media screen and (max-width: 960px) {
  .b1sustainable_images {
    margin-top: -266px;
  }
}
.b1sustainable_banner {
  width: 100%;
  height: 412px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .b1sustainable_banner {
    height: 280px;
  }
}
.b1sustainable_logo {
  display: block;
  width: 111px;
  position: absolute;
  top: -9px;
  right: 32px;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1sustainable_logo {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 auto 22px auto;
  }
}
.b1sustainable_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1sustainable_block {
  position: relative;
}
.b1sustainable_movie {
  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: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b1sustainable_movie {
    width: 70px;
    height: 70px;
  }
}
.b1sustainable_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1sustainable_movie:after {
  content: "";
  width: 82px;
  height: 82px;
  border: 1px solid #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b1sustainable_movie:after {
    width: 62px;
    height: 62px;
  }
}
.b1sustainable_play {
  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: 74px;
  height: 74px;
  background-color: #fff;
  font-size: 21px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 960px) {
  .b1sustainable_play {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1wasi {
  width: 100%;
  padding: 49px 0px 85px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1wasi {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1wasi {
    padding: 40px 0px;
  }
}
.b1wasi-deco {
  width: 282px;
  position: absolute;
  left: 8%;
  bottom: -170px;
}
.b1wasi-deco img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b1wasi-deco {
    width: 250px;
  }
}
@media screen and (max-width: 860px) {
  .b1wasi-deco {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -140px;
  }
}
.b1wasi_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.b1wasi_info {
  width: 32.5%;
  margin-right: 10%;
}
@media screen and (max-width: 1200px) {
  .b1wasi_info {
    width: 37%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 860px) {
  .b1wasi_info {
    width: 100%;
    margin-right: 0;
  }
}
.b1wasi_title {
  padding-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .b1wasi_title {
    padding-bottom: 25px;
  }
}
.b1wasi_text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.b1wasi_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1wasi_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1wasi_text {
    font-size: 14px;
  }
}
.b1wasi_btn {
  max-width: 180px;
  width: 100%;
  margin: 0;
  margin-top: 26px;
}
.b1wasi_btn .btn {
  width: 100%;
}
.b1wasi_content {
  width: 57.5%;
  position: relative;
}
.b1wasi_content:before,
.b1wasi_content:after {
  content: '';
  position: absolute;
  border-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.b1wasi_content:before {
  width: 60px;
  height: 60px;
  right: -23px;
  bottom: -20px;
  background: #023980;
}
.b1wasi_content:after {
  width: 77px;
  height: 77px;
  background: #023980;
  top: 28%;
  left: -47px;
}
@media screen and (max-width: 1200px) {
  .b1wasi_content {
    width: 55%;
  }
}
@media screen and (max-width: 860px) {
  .b1wasi_content {
    width: 100%;
    margin-top: 30px;
  }
  .b1wasi_content:before {
    right: -15px;
    bottom: -15px;
  }
  .b1wasi_content:after {
    width: 60px;
    height: 60px;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .b1wasi_content:before,
  .b1wasi_content:after {
    display: none;
  }
}
.b1wasi_background {
  width: 100%;
  height: 425px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1wasi_background {
    height: 400px;
  }
}
@media screen and (max-width: 620px) {
  .b1wasi_background {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .b1wasi_background {
    height: 300px;
  }
}
.b1wasi_video {
  width: 71px;
  height: 71px;
  background: #ffa401;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.b1wasi_video span {
  color: #fff;
  font-size: 15px;
}
.b1wasi_img {
  max-width: 513px;
  width: 100%;
  position: absolute;
  left: -160px;
  bottom: -27%;
  z-index: 1;
}
.b1wasi_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b1wasi_img {
    max-width: 460px;
    bottom: -22%;
    left: -140px;
  }
}
@media screen and (max-width: 860px) {
  .b1wasi_img {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2about {
  background: #023980;
  padding: 81px 0 75px 0;
}
@media screen and (max-width: 767px) {
  .b2about {
    padding: 50px 0;
  }
}
.b2about_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;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .b2about_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2about_left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 39.0278%;
  border-right: 1px solid rgba(242,242,242,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 84px;
}
@media screen and (max-width: 767px) {
  .b2about_left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.b2about_right {
  width: 60.9722%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .b2about_right {
    width: 100%;
    padding-left: 0;
  }
}
.b2about_title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .b2about_title {
    text-align: left;
  }
}
.b2about_title .g9title_main {
  color: #ffa401;
}
.b2about_box {
  margin-bottom: 30px;
}
.b2about_box:last-child {
  margin-bottom: 0;
}
.b2about_subtitle {
  line-height: 1;
  color: #f5f4f7;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
}
.b2about_text {
  line-height: 20px;
  color: #f5f4f7;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.b2about_text p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2beneficio {
  padding: 50px 0px;
  background-color: #f5f4f7;
}
.b2beneficio_mensaje {
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 12px;
}
.b2beneficio_mensaje h3 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 20px;
  color: #023980;
}
.b2beneficio_mensaje h4 {
  font-size: 14px;
}
.b2beneficio_center {
  position: relative;
}
.b2beneficio_center:after,
.b2beneficio_center:before {
  content: '';
  display: block;
  position: absolute;
}
.b2beneficio_center:before {
  width: 331px;
  height: 331px;
  background: url("../img/trama-beneficio.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0px;
  left: -70px;
}
.b2beneficio_center:after {
  width: 571px;
  height: 117px;
  background: url("../img/linea02.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: -100px;
  right: -20%;
}
@media screen and (max-width: 1200px) {
  .b2beneficio_center:before,
  .b2beneficio_center:after {
    display: none;
  }
}
.b2beneficios_nav {
  border: 1px solid #e3dcfe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 290px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 60px;
}
.b2beneficios_nav a {
  height: 50px;
  margin: 0;
  line-height: 50px;
  padding: 0 30px;
  display: block;
  font-size: 15px;
  width: 50%;
  text-align: center;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #828282;
  border-radius: 10px;
  -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;
}
.b2beneficios_nav a.active {
  color: #023980;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
}
.b2beneficio_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;
  position: relative;
  z-index: 2;
}
.b2beneficio_box {
  width: calc(100% / 3);
  padding: 12px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b2beneficio_box {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .b2beneficio_box {
    width: 100%;
  }
}
.b2beneficios_inner_box {
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 20px;
  overflow: hidden;
}
.b2beneficios_image_1 {
  position: relative;
  overflow: hidden;
}
.b2beneficios_image_1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2beneficio_dscto {
  font-family: 'Conv_FuturaPTCondExtraBold', sans-serif;
  font-size: 20px;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 0px 15px 5px 0px;
  padding: 8px 16px;
  background: #00cec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.b2beneficio_dscto p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2beneficio_dscto {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b2beneficio_dscto {
    font-size: 16px;
  }
}
.b2beneficio_info {
  background-color: #fff;
  padding: 20px 22px;
  -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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}
.b2beneficio_info p {
  width: calc(100% - 80px);
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2beneficio_info p {
    width: calc(100% - 70px);
  }
}
.b2beneficios_image_2 {
  width: 80px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b2beneficios_image_2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2beneficios_image_2 {
    width: 70px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2detaileco {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 62px 0 91px 0;
}
@media screen and (max-width: 767px) {
  .b2detaileco {
    padding-bottom: 60px;
  }
}
.b2detaileco.show {
  display: block;
}
.b2detaileco_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .b2detaileco_up {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .b2detaileco_item {
    width: 31.75%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .b2detaileco_item:first-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 960px) {
  .b2detaileco_item {
    margin-bottom: 40px;
  }
}
.b2detaileco_item_icon {
  width: 40px;
  margin: 0 0 15px 0;
}
.b2detaileco_item_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2detaileco_item_title {
  line-height: 25px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.b2detaileco_item_list {
  line-height: 24px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.b2detaileco_item_list li {
  list-style-type: disc;
  margin-left: 25px;
}
@media screen and (min-width: 961px) {
  .b2detaileco_portada {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 36.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 75px 1% 0 1%;
  }
}
.b2detaileco_image {
  max-width: 318px;
  margin: 0 auto;
}
.b2detaileco_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2detaileco_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .b2detaileco_down {
    margin-top: 40px;
  }
}
.b2detaileco_box {
  max-width: 145px;
  width: 100%;
  margin: 56px 28px 0 28px;
}
@media screen and (max-width: 767px) {
  .b2detaileco_box {
    max-width: none;
    width: calc(50% - 20px);
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.b2detaileco_box_title {
  line-height: 48px;
  color: #023980;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 44px;
}
.b2detaileco_box_title strong {
  color: #00cec5;
  font-weight: normal;
}
.b2detaileco_box_title p {
  margin: 0;
}
.b2detaileco_box_subtitle {
  line-height: 18px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.b2detaileco_box_subtitle p {
  margin: 0;
}
.b2detaileco_line {
  width: 463px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2detaileco_line {
    display: none;
  }
}
.b2detaileco_line img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2ecobesco {
  position: relative;
  z-index: 2;
  padding: 228px 0 233px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco {
    padding: 0;
    margin-bottom: 20px;
  }
}
.b2ecobesco_content {
  max-width: 503px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_content {
    max-width: none;
  }
}
.b2ecobesco_circle {
  display: block;
  width: 503px;
  height: 503px;
  border: 1px dashed #00cec5;
  border-radius: 503px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_circle {
    display: none;
  }
}
.b2ecobesco_logo {
  width: 311px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_logo {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .b2ecobesco_logo {
    max-width: 240px;
    width: 100%;
  }
}
.b2ecobesco_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2ecobesco_block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 960px) {
  .b2ecobesco_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b2ecobesco_item {
  max-width: 338px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px 0px rgba(100,62,198,0.21);
  position: absolute;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:hover .b2ecobesco_pin:before {
    background-color: rgba(255,164,1,0.2);
  }
  .b2ecobesco_item:hover .b2ecobesco_pin:after {
    background-color: rgba(255,164,1,0.5);
  }
  .b2ecobesco_item:hover .b2ecobesco_pin_circle {
    background-color: #ffa401;
  }
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_item {
    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;
    max-width: none;
    width: 48%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b2ecobesco_item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(1) {
    bottom: calc(100% + 36px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .b2ecobesco_item:nth-child(1) .b2ecobesco_pin {
    bottom: -57px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(2) {
    top: -8px;
    left: calc(100% - 73px);
  }
  .b2ecobesco_item:nth-child(2) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    left: -47px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(3) {
    top: 0;
    bottom: 0;
    left: calc(100% + 25px);
    margin: auto;
  }
  .b2ecobesco_item:nth-child(3) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    left: -47px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(4) {
    bottom: -8px;
    left: calc(100% - 73px);
  }
  .b2ecobesco_item:nth-child(4) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    left: -47px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(5) {
    top: calc(100% + 36px);
    left: 0;
    right: 0;
    margin: auto;
  }
  .b2ecobesco_item:nth-child(5) .b2ecobesco_pin {
    top: -57px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(6) {
    bottom: -8px;
    right: calc(100% - 73px);
  }
  .b2ecobesco_item:nth-child(6) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    right: -47px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(7) {
    top: 0;
    bottom: 0;
    right: calc(100% + 25px);
    margin: auto;
  }
  .b2ecobesco_item:nth-child(7) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    right: -47px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b2ecobesco_item:nth-child(8) {
    top: -8px;
    right: calc(100% - 73px);
  }
  .b2ecobesco_item:nth-child(8) .b2ecobesco_pin {
    top: 0;
    bottom: 0;
    right: -47px;
    margin: auto;
  }
}
.b2ecobesco_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 46px;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_link {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .b2ecobesco_link {
    margin: 0;
  }
}
.b2ecobesco_link:after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../img/b2detaileco-icon-more.svg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.b2ecobesco_image {
  width: 78px;
  margin: 0;
}
.b2ecobesco_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2ecobesco_title {
  width: calc(100% - 86px);
  line-height: 18px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}
.b2ecobesco_pin {
  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: 42px;
  height: 42px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_pin {
    display: none;
  }
}
.b2ecobesco_pin:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2,57,128,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.b2ecobesco_pin:after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: rgba(2,57,128,0.5);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b2ecobesco_pin_circle {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #023980;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b2ecobesco_banner {
  max-width: 1200px;
  width: 96%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: -17px;
}
@media screen and (max-width: 1024px) {
  .b2ecobesco_banner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b2ecobesco_banner {
    height: 239px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2ecomdetail {
  background: #f5f4f7;
  padding: 72px 0 67px 0;
}
@media screen and (max-width: 767px) {
  .b2ecomdetail {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
.b2ecomdetail_content {
  max-width: 794px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 61px 103px 55px 103px;
}
@media screen and (max-width: 960px) {
  .b2ecomdetail_content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomdetail_content {
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b2ecomdetail_title {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .b2ecomdetail_title {
    margin-bottom: 20px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .b2ecomhome {
    background: #f2f3f4;
  }
}
.b2ecomhome_content {
  max-width: 1446px;
}
.b2ecomhome_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: 65px 0 29px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_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;
    position: relative;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_head {
    border-bottom: 1px solid #ddd;
    padding: 45px 0 20px 0;
  }
}
.b2ecomhome_head_left {
  max-width: 705px;
  width: 100%;
  margin: 20px 30px 20px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_head_left {
    max-width: 460px;
  }
}
@media screen and (max-width: 960px) {
  .b2ecomhome_head_left {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_head_left {
    max-width: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0 0 25px 0;
  }
  .b2ecomhome_head_left .g9title_main {
    font-size: 25px;
  }
}
.b2ecomhome_head_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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) {
  .b2ecomhome_head_right {
    -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;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_head_right {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b2ecomhome_textcount {
  display: block;
  line-height: 1;
  color: #493726;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 32px 10px 0px;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_textcount {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_textcount {
    text-align: center;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_select .g8select {
    max-width: none;
  }
}
.b2ecomhome_select .g8select select {
  padding-left: 20px;
  background: #023980;
  color: #f2f2f2;
}
.b2ecomhome_select .g8select .g8select_icon_arrow {
  color: #00cec5;
}
.b2ecomhome_btnresp {
  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: 52px;
  background: #023980;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 15px;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .b2ecomhome_btnresp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b2ecomhome_btnresp {
    width: 200px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
  }
}
.b2ecomhome_resp_boxup {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_resp_boxup {
    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;
    border-bottom: 1px solid #ddd;
    padding: 22px 29px;
  }
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_resp_subtitle {
    color: #023980;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_resp_close {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #ffa401;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    margin: 0;
  }
}
.b2ecomhome_resp_overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_resp_overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -ms-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .b2ecomhome_resp_overlay.active {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    visibility: visible;
  }
}
.b2ecomhome_filter {
  background: #023980;
  border-radius: 20px;
  padding: 0 67px;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_filter {
    width: 94%;
    height: 550px;
    overflow-y: auto;
    background: #f2f3f4;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -ms-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 17px 13px 17px;
    margin: auto;
  }
  .b2ecomhome_filter.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.b2ecomhome_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 45px 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_fields {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.b2ecomhome_item {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_item {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
  }
}
.b2ecomhome_item:last-child {
  padding-right: 0;
}
.b2ecomhome_item_1 {
  width: 14%;
}
.b2ecomhome_item_2 {
  width: 16%;
}
.b2ecomhome_item_3 {
  width: 16%;
}
.b2ecomhome_item_4 {
  width: 15%;
}
.b2ecomhome_item_5 {
  width: 15%;
}
.b2ecomhome_item_6 {
  width: 14%;
}
.b2ecomhome_item_7 {
  width: 10%;
}
.b2ecomhome_subtitle {
  display: block;
  line-height: 1;
  color: #00cec5;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_subtitle {
    font-size: 14px;
    position: relative;
    padding: 27px 0 27px 43px;
    margin-bottom: 0;
  }
  .b2ecomhome_subtitle:before {
    content: "\e903";
    width: 15px;
    height: 15px;
    color: #ffa401;
    font-family: 'icomoon';
    font-weight: bold;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .b2ecomhome_subtitle:after {
    content: "";
  }
}
.b2ecomhome_list {
  max-height: 168px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_list {
    display: none;
    max-height: 170px;
    border-top: 1px solid #ddd;
    padding: 20px 40px;
  }
}
.b2ecomhome_list li {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_list li {
    margin-bottom: 15px;
  }
}
.b2ecomhome_list li:last-child {
  margin-bottom: 0;
}
.b2ecomhome_check {
  position: relative;
}
.b2ecomhome_check input[type="checkbox"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b2ecomhome_check input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2ecomhome_check label {
  display: block;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 27px;
  margin: 0;
}
.b2ecomhome_check label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.b2ecomhome_check label:after {
  content: "\e90f";
  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: 15px;
  height: 15px;
  color: #023980;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_check label {
    color: #2a2728;
  }
}
.b2ecomhome_foot {
  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: 25px 0 21px 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_foot {
    padding-top: 26px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b2ecomhome_foot {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b2ecomhome_price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b2ecomhome_price_subtitle {
  display: block;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #00cec5;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_price_subtitle {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price_subtitle {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.b2ecomhome_price_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price_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;
    position: relative;
    padding-top: 25px;
  }
}
.b2ecomhome_price_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.b2ecomhome_price_text p {
  margin: 0;
}
.b2ecomhome_price_text input {
  width: 110px;
  background: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price_text input {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .b2ecomhome_price_text {
    color: #2a2728;
  }
  .b2ecomhome_price_text input {
    color: #2a2728;
  }
}
.b2ecomhome_price_textleft {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price_textleft {
    margin-right: 0;
  }
}
.b2ecomhome_price_textright {
  margin-left: 25px;
}
.b2ecomhome_price_filter {
  width: 207px;
}
@media screen and (max-width: 767px) {
  .b2ecomhome_price_filter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.b2ecomhome_price_filter .ui-widget-header {
  background: #023980;
}
.b2ecomhome_price_filter .ui-widget.ui-widget-content {
  height: 3px;
  background: #fff;
  border-radius: 0;
  border: 0;
}
.b2ecomhome_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #023980;
}
.b2ecomhome_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .b2ecomhome_buttons {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 25px;
  }
}
.b2ecomhome_buttons .g0-cnt-btn {
  margin-right: 12px;
}
.b2ecomhome_buttons .g0-cnt-btn:last-child {
  margin-right: 0;
}
.b2ecomhome_buttons .g0-btn {
  width: auto;
  min-width: 109px;
  height: 40px;
  padding: 0 23px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2ethics {
  padding: 68px 0 94px 0;
}
@media screen and (min-width: 1025px) {
  .b2ethics {
    overflow: hidden;
  }
}
.b2ethics_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 1103px;
  height: 502px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b2ethics_content {
    max-width: inherit;
    width: 1103px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b2ethics_content {
    max-width: 950px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_content {
    height: auto;
  }
}
.b2ethics_title {
  display: block;
  max-width: 190px;
  width: 100%;
  line-height: 1.1;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 35.867px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b2ethics_title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b2ethics_title {
    font-size: 24px;
  }
}
.b2ethics_block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b2ethics_block {
    width: auto;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.b2ethics_itembox {
  width: 367px;
  height: 162px;
  position: relative;
  position: absolute;
  bottom: 0;
  right: 736px;
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox {
    width: auto;
    height: auto;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(1) {
    width: 320px;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(1) {
    width: auto;
    left: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(1) .b2ethics_subtitle {
    width: 165px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(1) .b2ethics_subtitle {
    width: auto;
  }
}
.b2ethics_itembox:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 389px;
  height: 239px;
  bottom: 110px;
  right: 653px;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(2) {
    width: 350px;
    height: auto;
    right: auto;
    left: 38px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(2) {
    width: auto;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
}
.b2ethics_itembox:nth-child(2) .b2ethics_number {
  width: 186px;
}
.b2ethics_itembox:nth-child(2) .b2ethics_number_text {
  bottom: 71px;
  right: 70px;
}
.b2ethics_itembox:nth-child(2) .b2ethics_subtitle {
  width: 244px;
  top: 0;
  left: 19px;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(2) .b2ethics_subtitle {
    width: 205px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(2) .b2ethics_subtitle {
    width: auto;
  }
}
.b2ethics_itembox:nth-child(2) .b2ethics_figuras {
  width: 241px;
  bottom: 170px;
}
.b2ethics_itembox:nth-child(2) .b2ethics_line:after {
  display: block;
}
.b2ethics_itembox:nth-child(3) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 298px;
  height: 313px;
  bottom: auto;
  top: 0;
  left: 0;
  right: 7px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(3) {
    width: auto;
    height: auto;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0;
  }
}
.b2ethics_itembox:nth-child(3) .b2ethics_number {
  width: 260px;
  margin-left: 13px;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(3) .b2ethics_number {
    margin: 0 auto;
  }
}
.b2ethics_itembox:nth-child(3) .b2ethics_number_text {
  bottom: 62px;
  right: 109px;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(3) .b2ethics_number_text {
    right: 112px;
  }
}
.b2ethics_itembox:nth-child(3) .b2ethics_subtitle {
  width: 298px;
  text-align: center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(3) .b2ethics_subtitle {
    width: 250px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(3) .b2ethics_subtitle {
    width: auto;
    margin: 0;
  }
}
.b2ethics_itembox:nth-child(3) .b2ethics_figuras {
  width: 14px;
  height: 90px;
  bottom: auto;
  top: 74px;
  left: 0;
  right: 0;
  margin: auto;
}
.b2ethics_itembox:nth-child(3) .b2ethics_line {
  width: 1px;
  height: 100%;
  bottom: auto;
  left: 0;
  right: 0;
}
.b2ethics_itembox:nth-child(4) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 370px;
  height: 240px;
  bottom: 115px;
  left: 641px;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(4) {
    left: auto;
    right: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(4) {
    width: auto;
    height: auto;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
}
.b2ethics_itembox:nth-child(4) .b2ethics_number {
  width: 193px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(4) .b2ethics_number {
    margin: 0 auto;
  }
}
.b2ethics_itembox:nth-child(4) .b2ethics_number_text {
  bottom: 67px;
  right: 84px;
}
.b2ethics_itembox:nth-child(4) .b2ethics_subtitle {
  width: 219px;
  top: 0;
  left: auto;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(4) .b2ethics_subtitle {
    width: auto;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.b2ethics_itembox:nth-child(4) .b2ethics_figuras {
  width: 230px;
  bottom: 168px;
  right: 0;
}
.b2ethics_itembox:nth-child(4) .b2ethics_circle {
  margin-left: auto;
}
.b2ethics_itembox:nth-child(4) .b2ethics_line {
  left: auto;
  right: 0;
}
.b2ethics_itembox:nth-child(4) .b2ethics_line:after {
  display: block;
  left: 0;
  right: auto;
}
.b2ethics_itembox:nth-child(5) {
  width: 369px;
  height: 163px;
  left: 734px;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(5) {
    width: 314px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(5) {
    width: auto;
    height: auto;
    left: inherit;
  }
}
.b2ethics_itembox:nth-child(5) .b2ethics_number {
  width: 171px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(5) .b2ethics_number {
    margin: 0 auto;
  }
}
.b2ethics_itembox:nth-child(5) .b2ethics_number_text {
  right: 56px;
}
.b2ethics_itembox:nth-child(5) .b2ethics_subtitle {
  width: 157px;
  top: 26px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b2ethics_itembox:nth-child(5) .b2ethics_subtitle {
    width: 130px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_itembox:nth-child(5) .b2ethics_subtitle {
    width: auto;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.b2ethics_itembox:nth-child(5) .b2ethics_figuras {
  bottom: 66px;
}
.b2ethics_itembox:nth-child(5) .b2ethics_circle {
  margin-left: auto;
}
.b2ethics_itembox:nth-child(5) .b2ethics_line {
  left: auto;
  right: 0;
}
.b2ethics_number {
  width: 170px;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .b2ethics_number {
    width: auto !important;
    margin: 0 auto;
  }
}
.b2ethics_number_img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b2ethics_number_img {
    width: auto;
  }
}
.b2ethics_number_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b2ethics_number_img img {
    max-width: 100%;
    width: auto;
  }
}
.b2ethics_number_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 29.142px;
  text-align: center;
  position: absolute;
  bottom: 37px;
  right: 69px;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b2ethics_number_text {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_info {
    max-width: 280px;
    width: 100%;
    margin: 25px auto 0 auto;
  }
}
.b2ethics_subtitle {
  display: block;
  width: 208px;
  line-height: 1.1;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17.933px;
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2ethics_subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b2ethics_subtitle {
    width: auto;
    font-size: 16px;
    text-align: center;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.b2ethics_figuras {
  width: 100%;
  position: absolute;
  bottom: 72px;
}
@media screen and (max-width: 960px) {
  .b2ethics_figuras {
    display: none;
  }
}
.b2ethics_circle {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #023980;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b2ethics_line {
  display: block;
  width: calc(100% - 3%);
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.b2ethics_line:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2,57,128,0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.b2ethics_line:after {
  content: "";
  display: none;
  width: 1px;
  height: 54px;
  background-color: rgba(2,57,128,0.2);
  position: absolute;
  top: 0;
  right: 0;
}
.b2ethics_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .b2ethics_controls {
    display: none;
  }
}
.b2ethics_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 57px;
  height: 57px;
  color: #023980;
  font-size: 10px;
  border: 1px solid #023980;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 32px 7px 0 7px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2newlanding {
  background-color: #f5f4f7;
  position: relative;
  padding: 125px 0 73px 0;
}
@media screen and (max-width: 1024px) {
  .b2newlanding {
    padding-top: 80px;
  }
}
.b2newlanding_content {
  max-width: 1224px;
  position: relative;
  z-index: 2;
}
.b2newlanding_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 12px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .b2newlanding_head {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .b2newlanding_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: 0;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .b2newlanding_title {
    margin-bottom: 25px;
  }
}
.b2newlanding_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;
}
@media screen and (max-width: 767px) {
  .b2newlanding_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: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b2newlanding_itembox {
  width: calc(33.333333333333336% - 24px);
  position: relative;
  margin: 24px 12px 0 12px;
}
@media screen and (max-width: 1024px) {
  .b2newlanding_itembox {
    width: calc(33.333333333333336% - 10px);
    margin: 10px 5px 0 5px;
  }
}
@media screen and (max-width: 960px) {
  .b2newlanding_itembox {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .b2newlanding_itembox {
    max-width: 384px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b2newlanding_itembox .g7item {
  max-width: 384px;
}
@media screen and (min-width: 1025px) {
  .b2newlanding_itembox .g7item:hover .g7item_info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1025px) {
  .b2newlanding_itembox .g7item_info {
    -webkit-transform: translateY(64px);
    -moz-transform: translateY(64px);
    -o-transform: translateY(64px);
    -ms-transform: translateY(64px);
    transform: translateY(64px);
    -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;
  }
}
@media screen and (max-width: 1024px) {
  .b2newlanding_images {
    display: none;
  }
}
.b2newlanding_images img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2newlanding_line_left {
  width: 462px;
  position: absolute;
  top: 552px;
  left: 0;
}
.b2newlanding_line_top {
  width: 521px;
  position: absolute;
  top: 0;
  right: 0;
}
.b2newlanding_line_bottom {
  width: 572px;
  position: absolute;
  bottom: -27px;
  right: 0;
}
.b2newlanding_square {
  width: 278px;
  position: absolute;
  top: 0;
  right: 0;
}
.b2newlanding_popup_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.b2newlanding_popup_image.fancybox__content {
  background: none;
  padding: 0;
}
.b2newlanding_popup_image.fancybox__content button[data-fancybox-close] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #ffa401;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2newlanding_popup_detail {
  max-width: 784px;
  width: 94%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 9px 35px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 9px 35px 0px rgba(0,0,0,0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 48px 11px 8px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b2newlanding_popup_detail {
    padding: 10px;
  }
}
.b2newlanding_popup_detail.fancybox__content button[data-fancybox-close] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #ffa401;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2newlanding_detail {
  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: 767px) {
  .b2newlanding_detail {
    -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;
  }
}
.b2newlanding_detail_image {
  width: 44%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2newlanding_detail_image {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
.b2newlanding_detail_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2newlanding_detail_info {
  width: 51.6%;
}
@media screen and (max-width: 767px) {
  .b2newlanding_detail_info {
    width: 100%;
  }
}
.b2newlanding_detail_description {
  line-height: 22px;
  color: #000;
  text-align: justify;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
.b2newlanding_detail_description p {
  margin: 0;
}
.b2newlanding_detail_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.b2newlanding_detail_box:last-child {
  margin-bottom: 0;
}
.b2newlanding_detail_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 27px;
  color: #023980;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
.b2newlanding_detail_text {
  width: calc(100% - (27px + 16px));
  line-height: 21px;
  color: #000;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
}
.b2newlanding_detail_text p {
  margin: 0;
}
.b2newlanding_detail_down {
  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;
}
.b2newlanding_detail_price {
  line-height: 21px;
  letter-spacing: 0.96px;
  color: #828282;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-right: 50px;
}
.b2newlanding_detail_price strong {
  line-height: 35px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 22px;
}
.b2newlanding_detail_price p {
  margin-bottom: 7px;
}
.b2newlanding_detail_price p:last-child {
  margin-bottom: 0;
}
.b2newlanding_detail_partner {
  line-height: 21px;
  letter-spacing: 0.96px;
  color: #828282;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 24px;
}
.b2newlanding_detail_partner p {
  margin: 0;
}
.b2newlanding_detail_partner figure {
  max-width: 95px;
  width: 100%;
  margin: 7px 0 0 0;
}
.b2newlanding_detail_partner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2newlanding_popup_form {
  max-width: 670px;
  width: 94%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 9px 35px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 9px 35px 0px rgba(0,0,0,0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 85px 48px 85px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b2newlanding_popup_form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b2newlanding_popup_form .g0-desplegable-wrap {
  margin-bottom: 18px;
}
.b2newlanding_popup_form.fancybox__content button[data-fancybox-close] {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #ffa401;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2newlanding_form_title {
  display: block;
  line-height: 30px;
  color: #ffa401;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 21px;
}
.b2newlanding_form_description {
  line-height: 20px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 22px;
}
.b2newlanding_form_description p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2sustainable {
  padding: 51px 0;
}
@media screen and (max-width: 767px) {
  .b2sustainable {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.b2sustainable_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: 1040px;
}
@media screen and (max-width: 767px) {
  .b2sustainable_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;
  }
}
.b2sustainable_left {
  width: 167px;
}
@media screen and (max-width: 767px) {
  .b2sustainable_left {
    max-width: 120px;
    width: 100%;
    margin: 0 auto 32px auto;
  }
}
.b2sustainable_right {
  width: calc(100% - (167px + 50px));
}
@media screen and (max-width: 767px) {
  .b2sustainable_right {
    width: 100%;
    text-align: center;
  }
}
.b2sustainable_image {
  display: block;
  max-width: 167px;
  width: 100%;
  margin: 0 auto;
}
.b2sustainable_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b2sustainable_wrap {
  max-width: 766px;
  width: 100%;
  margin: 0;
}
.b2sustainable_title {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .b2sustainable_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.b2sustainable_description {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2sustainable_description {
    font-size: 16px;
  }
}
.b2sustainable_button {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .b2sustainable_button {
    margin-top: 26px;
  }
}
.b2sustainable_btn {
  display: inline-block;
  min-width: 215px;
  height: 50px;
  line-height: 50px;
  background-color: #023980;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .b2sustainable_btn {
    -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;
  }
  .b2sustainable_btn:hover {
    background-color: #023980;
  }
}
@media screen and (max-width: 767px) {
  .b2sustainable_btn {
    width: 100%;
  }
}
.b2sustainable_btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 0 5px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2wasi {
  width: 100%;
  padding: 18px 0px;
  background: #f5f6f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b2wasi:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 53.5%;
  height: 100%;
  background: #023980;
}
@media screen and (max-width: 860px) {
  .b2wasi {
    padding: 0px 0px 60px;
  }
  .b2wasi:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b2wasi {
    padding: 0px 0px 40px;
  }
}
.b2wasi_deco {
  width: 346px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.b2wasi_deco img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1366px) {
  .b2wasi_deco {
    display: none;
  }
}
.b2wasi_line {
  width: 571px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.b2wasi_line img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2wasi_line {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b2wasi_line {
    width: 400px;
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .b2wasi_line {
    width: 300px;
  }
}
.b2wasi_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .b2wasi_container {
    z-index: 2;
  }
}
@media screen and (max-width: 860px) {
  .b2wasi_container {
    width: 100%;
  }
}
.b2wasi_info {
  width: 41%;
  margin-right: 5%;
  padding-top: 30px;
  padding-bottom: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .b2wasi_info {
    width: 42%;
    margin-right: 4%;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 860px) {
  .b2wasi_info {
    width: 100%;
    background: #023980;
    margin: 0 auto;
    padding: 60px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b2wasi_info {
    padding: 40px 0px 20px;
  }
}
.b2wasi_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .b2wasi_content {
    width: 94%;
    margin: 0 auto;
  }
}
.b2wasi_title {
  max-width: 384px;
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.b2wasi_title h2 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: calc(20px + (36 - 20) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2wasi_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  .b2wasi_title {
    max-width: 100%;
  }
}
.b2wasi_description {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .b2wasi_description {
    max-width: 100%;
  }
}
.b2wasi_text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
@media screen and (max-width: 1024px) {
  .b2wasi_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2wasi_text {
    font-size: 14px;
  }
}
.b2wasi_objetivos {
  max-width: 418px;
  width: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
@media screen and (max-width: 860px) {
  .b2wasi_objetivos {
    max-width: 100%;
  }
}
.b2wasi_img {
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}
.b2wasi_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .b2wasi_img {
    display: none;
  }
}
.b2wasi_wrap {
  width: 54%;
}
@media screen and (max-width: 860px) {
  .b2wasi_wrap {
    width: 94%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.b2wasi_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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b2wasi_box {
  width: 49%;
  padding: 40px 30px;
  border-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px;
  margin-right: 2%;
}
.b2wasi_box:nth-child(2n + 2) {
  margin-right: 0;
}
.b2wasi_box.black {
  background: #404042;
}
.b2wasi_box.green {
  background: #00cec5;
}
.b2wasi_box.orange {
  background: #ffa401;
}
.b2wasi_box.purple {
  background: #643ec6;
}
@media screen and (max-width: 1024px) {
  .b2wasi_box {
    padding: 30px 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 560px) {
  .b2wasi_box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .b2wasi_box:last-child {
    margin-bottom: 0;
  }
}
.b2wasi_box_title {
  padding-bottom: 8px;
}
.b2wasi_box_title h3 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.b2wasi_box_text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.b2wasi_box_text p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3about {
  background: #fff;
  overflow: hidden;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .b3about {
    padding: 50px 0;
  }
}
.b3about_content {
  position: relative;
  width: calc(94% - 120px);
}
@media screen and (max-width: 767px) {
  .b3about_content {
    width: 94%;
  }
}
.b3about_title {
  margin-bottom: 35px;
}
.b3about_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  .b3about_block.desktop ul:after {
    content: "";
    background-color: #f7f4f4;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
  }
}
.b3about_slider {
  position: relative;
}
.b3about_slider:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b3about_slider:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.b3about_item {
  margin: 0;
}
.b3about_box {
  display: block;
  border-top: 1px solid #e0e6fb;
  border-right: 1px solid #e0e6fb;
  padding: 30px;
}
@media screen and (min-width: 1025px) {
  .b3about_box .b3about_subtitle {
    -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;
  }
  .b3about_box:hover .b3about_subtitle {
    color: #00cec5;
  }
}
.b3about_logo {
  width: 86px;
  margin: 0 0 10px 0;
}
.b3about_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3about_subtitle {
  line-height: 18px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 8px 0;
}
.b3about_description {
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}
.b3about_description p {
  margin: 0;
}
.b3about_date {
  display: block;
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.b3about_figure {
  width: 331px;
  position: absolute;
  bottom: -215px;
  left: -149px;
  margin: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .b3about_figure {
    display: none;
  }
}
.b3about_figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b3about_controls {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b3about_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: transparent;
  color: #023980;
  border: 1px solid rgba(2,57,128,0.3);
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b3about_arrow {
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 15px 7px;
  }
}
.b3about_prev {
  left: -75px;
}
@media screen and (max-width: 767px) {
  .b3about_prev {
    left: inherit;
  }
}
.b3about_next {
  right: -75px;
}
@media screen and (max-width: 767px) {
  .b3about_next {
    right: inherit;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3ecobesco .b45 {
  background-color: #f5f4f7;
}
.b3ecobesco .wancho {
  max-width: 900px;
}
.b3ecobesco .b45-head {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3ecobesco .b47-title {
  text-align: center;
}
.b3ecobesco_info {
  max-width: 792px;
  width: 100%;
  position: relative;
  margin: 30px auto 0 auto;
}
.b3ecobesco_itemblock {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b3ecobesco_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b3ecobesco_itemslide {
  display: none;
}
.b3ecobesco_info_title {
  line-height: 25px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.b3ecobesco_info_description {
  line-height: 24px;
  color: 'Inter', sans-serif;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.b3ecobesco_info_description p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3ecomhome {
  padding: 10px 0 73px 0;
}
@media screen and (max-width: 767px) {
  .b3ecomhome {
    background: #f2f3f4;
    padding: 30px 0 50px 0;
  }
}
.b3ecomhome_content {
  max-width: 1460px;
}
.b3ecomhome_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3ecomhome_item {
  width: calc(25% - 20px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 130px 0;
  margin: 36px 10px 0 10px;
}
@media screen and (max-width: 1460px) {
  .b3ecomhome_item {
    width: calc(33.333333333333336% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_item {
    width: calc(33.333333333333336% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 960px) {
  .b3ecomhome_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .b3ecomhome_item {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .b3ecomhome_item:first-child {
    margin-top: 0;
  }
}
.b3ecomhome_group {
  position: relative;
  padding-top: 51px;
}
.b3ecomhome_tag {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.105em;
  background: #737373;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 24px 0px 24px 0px;
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0 20px;
}
.b3ecomhome_portada {
  max-width: 331px;
  width: calc(100% - 12px);
  margin: 0 auto;
}
.b3ecomhome_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3ecomhome_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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 5px 20px 12px 20px;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b3ecomhome_title h2 {
  line-height: 1.1;
  color: #2a2728;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 5px 0;
}
.b3ecomhome_title p {
  line-height: 1.1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin: 0;
}
.b3ecomhome_subtitle h3 {
  line-height: 1.1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.b3ecomhome_boxred {
  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%;
  line-height: 1;
  background: #ffa401;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 23px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b3ecomhome_boxred p {
  margin: 0;
}
.b3ecomhome_blockup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f5f4f7;
  padding: 6px 10px;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_blockup {
    padding: 6px 5px;
  }
}
.b3ecomhome_boxup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid rgba(136,136,136,0.8);
  padding: 0 12px;
  margin: 5px 0;
}
.b3ecomhome_boxup:last-child {
  border-right: none;
}
.b3ecomhome_boxup_icon {
  min-width: 18px;
  max-width: 22px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_boxup_icon {
    margin-right: 5px;
  }
}
.b3ecomhome_boxup_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3ecomhome_boxup_text {
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.b3ecomhome_boxup_text strong {
  font-weight: 700;
}
.b3ecomhome_boxup_text p {
  margin: 0;
}
.b3ecomhome_blockdown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #efeef1;
  padding: 8px 10px;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_blockdown {
    padding: 8px 5px;
  }
}
.b3ecomhome_boxdown {
  line-height: 1.1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  border-right: 1px solid rgba(136,136,136,0.8);
  padding: 0 12px;
  margin: 5px 0;
}
.b3ecomhome_boxdown:last-child {
  border-right: none;
}
.b3ecomhome_boxdown strong {
  font-weight: 700;
}
.b3ecomhome_boxdown p {
  margin: 0;
}
.b3ecomhome_address {
  line-height: 1.1;
  background: #f5f4f7;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 13px 10px;
}
.b3ecomhome_address strong {
  font-weight: 700;
}
.b3ecomhome_address p {
  margin: 0;
}
.b3ecomhome_lists {
  padding: 15px 20px 0 20px;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_lists {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b3ecomhome_listbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  color: #2a2728;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.b3ecomhome_listbox:last-child {
  margin-bottom: 0;
}
.b3ecomhome_listbox li {
  margin: 0;
}
.b3ecomhome_listbox s {
  color: #828282;
}
.b3ecomhome_listbox em {
  font-weight: 700;
}
.b3ecomhome_listbox strong {
  font-weight: 900;
}
.b3ecomhome_buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 1024px) {
  .b3ecomhome_buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b3ecomhome_buttons .g0-cnt-btn {
  margin-bottom: 10px;
}
.b3ecomhome_buttons .g0-cnt-btn:last-child {
  margin-bottom: 0;
}
.b3ecomhome_buttons .g0-btn {
  width: 100%;
  height: 40px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3ethics {
  background-color: #f1f3f7;
  padding: 35px 0 65px 0;
}
@media screen and (max-width: 960px) {
  .b3ethics {
    padding-bottom: 80px;
  }
}
.b3ethics .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b3ethics .slick-dots {
  bottom: -48px;
}
@media screen and (max-width: 960px) {
  .b3ethics .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics .slick-dots {
    bottom: -40px;
  }
}
.b3ethics .slick-dots li.slick-active button {
  background-color: #023980;
}
@media screen and (max-width: 767px) {
  .b3ethics .slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.b3ethics .slick-dots li button {
  background-color: #6e89b3;
  border-radius: 50%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .b3ethics .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.b3ethics .slick-dots li button:before {
  display: none;
}
.b3ethics_content {
  max-width: 1240px;
}
.b3ethics_title {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 960px) {
  .b3ethics_title {
    font-size: 24px;
  }
}
.b3ethics_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b3ethics_block {
    -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;
  }
}
.b3ethics_left {
  width: 52.0161%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b3ethics_left {
    width: 100%;
    margin-top: 34px;
  }
}
.b3ethics_left:after {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #f4f7fc;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b3ethics_left:after {
    display: none;
  }
}
.b3ethics_right {
  width: 44.5161%;
  max-height: 460px;
  overflow: auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .b3ethics_right {
    overflow: inherit;
    width: 100%;
    max-height: inherit;
    padding-right: 0;
  }
}
.b3ethics_right::-webkit-scrollbar {
  width: 10px;
}
.b3ethics_right::-webkit-scrollbar-thumb {
  background: #023980;
  border-radius: 4px;
}
.b3ethics_right::-webkit-scrollbar-thumb:active {
  background-color: rgba(2,57,128,0.5);
}
.b3ethics_right::-webkit-scrollbar-thumb:hover {
  background: rgba(2,57,128,0.5);
}
.b3ethics_slidersblock {
  width: calc(100% + 24px);
  position: relative;
  left: -12px;
}
.b3ethics_itemblockslider {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b3ethics_itemblockslider.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b3ethics_slider {
  position: relative;
}
.b3ethics_itembox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.b3ethics_image {
  width: 100%;
  position: relative;
  margin: 0;
}
.b3ethics_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .b3ethics_image img {
    border-radius: 10px;
  }
}
.b3ethics_stage {
  display: inline-block;
  background-color: #023980;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  position: absolute;
  top: 35px;
  left: 38px;
  padding: 8px 17px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3ethics_stage {
    top: 15px;
    left: 15px;
  }
}
.b3ethics_movie {
  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: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b3ethics_movie {
    width: 70px;
    height: 70px;
  }
}
.b3ethics_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,164,1,0.3);
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3ethics_movie:after {
  content: "";
  width: 82px;
  height: 82px;
  border: 1px solid #ffa401;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b3ethics_movie:after {
    width: 62px;
    height: 62px;
  }
}
.b3ethics_play {
  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: 74px;
  height: 74px;
  background-color: #ffa401;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 960px) {
  .b3ethics_play {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}
.b3ethics_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 36px;
  right: 45px;
}
@media screen and (min-width: 961px) {
  .b3ethics_controls {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b3ethics_controls {
    bottom: 15px;
    right: 25px;
  }
}
.b3ethics_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .b3ethics_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b3ethics_arrow:hover {
    background-color: #fff;
    color: #023980;
  }
}
@media screen and (max-width: 960px) {
  .b3ethics_arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.b3ethics_arrow:last-child {
  margin-right: 0;
}
.b3ethics_arrow[aria-disabled="true"] {
  display: none;
}
.b3ethics_item {
  position: relative;
}
@media screen and (max-width: 960px) {
  .b3ethics_item {
    padding: 10px 0;
  }
}
.b3ethics_item:after {
  content: "";
  width: calc(100% - 62px);
  height: 1px;
  background-color: rgba(2,57,128,0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b3ethics_subtitle {
  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;
  cursor: pointer;
  position: relative;
  padding: 13px 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3ethics_subtitle {
    padding: 5px 0;
  }
}
.b3ethics_subtitle:before {
  content: "\e92b";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #00cec5;
  font-family: 'icomoon';
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b3ethics_subtitle:before {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b3ethics_subtitle:before {
    display: none;
  }
}
.b3ethics_subtitle:after {
  content: "\e92a";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #00cec5;
  font-family: 'icomoon';
  font-size: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b3ethics_subtitle:after {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b3ethics_subtitle:after {
    display: none;
  }
}
.b3ethics_subtitle.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b3ethics_subtitle.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3ethics_number {
  display: block;
  width: 37px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3ethics_number {
    font-size: 16px;
  }
}
.b3ethics_subtitle_text {
  display: block;
  width: calc(100% - 37px);
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 62px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3ethics_subtitle_text {
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics_subtitle_text {
    font-size: 14px;
    padding-right: 0;
  }
}
.b3ethics_description {
  display: none;
  line-height: 20px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 0 20px 47px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3ethics_description {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics_description {
    padding-left: 0;
  }
}
.b3ethics_description p {
  margin: 0;
}
.b3ethics_select_resp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(2,57,128,0.3);
  border-radius: 50px;
  position: relative;
  padding: 10px 40px 10px 15px;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b3ethics_select_resp {
    display: none;
  }
}
.b3ethics_select_resp:after {
  content: "\e91b";
  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: 50px;
  height: 50px;
  color: #023980;
  font-family: 'icomoon';
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .b3ethics_toggle {
    display: block !important;
    height: auto !important;
    overflow: inherit !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .b3ethics_toggle {
    display: none;
  }
}
.b3ethics_item_resp {
  padding: 20px 12px 0 12px;
}
@media screen and (min-width: 961px) {
  .b3ethics_item_resp {
    display: none;
  }
}
.b3ethics_subtitle_resp {
  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 (min-width: 961px) {
  .b3ethics_subtitle_resp {
    display: none;
  }
}
.b3ethics_number_resp {
  display: block;
  width: 35px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b3ethics_number_resp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics_number_resp {
    font-size: 15px;
  }
}
.b3ethics_subtitle_text_resp {
  display: block;
  width: calc(100% - 35px);
  line-height: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b3ethics_subtitle_text_resp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics_subtitle_text_resp {
    line-height: 1.2;
    font-size: 14px;
  }
}
.b3ethics_description_resp {
  display: block;
  line-height: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 0 35px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 961px) {
  .b3ethics_description_resp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b3ethics_description_resp {
    line-height: 1.4;
    font-size: 14px;
  }
}
.b3ethics_description_resp p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3sustainable_content {
  max-width: 1240px;
  border-top: 1px solid rgba(2,57,128,0.1);
  position: relative;
}
@media screen and (max-width: 960px) {
  .b3sustainable_content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.b3sustainable_title {
  max-width: 350px;
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b3sustainable_title {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-bottom: 24px;
  }
}
.b3sustainable_title_up {
  display: block;
  color: #000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 960px) {
  .b3sustainable_title_up {
    font-size: 14px;
  }
}
.b3sustainable_title_down {
  display: block;
  color: #023980;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3sustainable_title_down {
    font-size: 24px;
  }
}
.b3sustainable_block {
  height: 542px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.b3sustainable_items {
  width: 722px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.b3sustainable_item {
  position: absolute;
}
.b3sustainable_item_1,
.b3sustainable_item_8 {
  width: 155px;
  height: 125px;
  bottom: 0;
}
.b3sustainable_item_1 {
  left: 0;
}
.b3sustainable_item_1 .b3sustainable_info {
  width: 130px;
  bottom: 24px;
  right: calc(100% + 15px);
}
@media screen and (max-width: 1024px) {
  .b3sustainable_item_1 .b3sustainable_info {
    width: 120px;
  }
}
.b3sustainable_item_8 {
  right: 0;
}
.b3sustainable_item_8 .b3sustainable_info {
  width: 138px;
  bottom: 24px;
  left: calc(100% + 30px);
}
@media screen and (max-width: 1024px) {
  .b3sustainable_item_8 .b3sustainable_info {
    width: 110px;
    left: calc(100% + 20px);
  }
}
.b3sustainable_item_8 .b3sustainable_subtitle {
  text-align: right;
}
.b3sustainable_item_8 .b3sustainable_circle {
  margin-left: auto;
}
.b3sustainable_item_8 .b3sustainable_line:before {
  left: inherit;
  right: 0;
}
.b3sustainable_item_8 .b3sustainable_line:after {
  height: 21px;
  -webkit-transform: rotate(49deg);
  -moz-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  right: inherit;
  left: 0;
}
.b3sustainable_item_2,
.b3sustainable_item_7 {
  width: 192px;
  height: 177px;
  bottom: 81px;
}
.b3sustainable_item_2 {
  left: 28px;
}
.b3sustainable_item_2 .b3sustainable_info {
  width: 140px;
  bottom: 92px;
  right: calc(100% + 5px);
}
@media screen and (max-width: 1024px) {
  .b3sustainable_item_2 .b3sustainable_info {
    width: 120px;
  }
}
.b3sustainable_item_7 {
  right: 28px;
}
.b3sustainable_item_7 .b3sustainable_info {
  width: 184px;
  bottom: 106px;
  left: calc(100% + 3px);
}
@media screen and (max-width: 1024px) {
  .b3sustainable_item_7 .b3sustainable_info {
    width: 160px;
  }
}
.b3sustainable_item_7 .b3sustainable_subtitle {
  text-align: right;
}
.b3sustainable_item_7 .b3sustainable_circle {
  margin-left: auto;
}
.b3sustainable_item_7 .b3sustainable_line:before {
  left: inherit;
  right: 0;
}
.b3sustainable_item_7 .b3sustainable_line:after {
  height: 21px;
  -webkit-transform: rotate(49deg);
  -moz-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  right: inherit;
  left: 0;
}
.b3sustainable_item_3 {
  width: 198px;
  height: 199px;
  bottom: 154px;
  left: 107px;
}
.b3sustainable_item_3 .b3sustainable_info {
  width: 167px;
  bottom: 162px;
  right: 165px;
}
.b3sustainable_item_6 {
  width: 198px;
  height: 198px;
  bottom: 152px;
  right: 107px;
}
.b3sustainable_item_6 .b3sustainable_info {
  width: 188px;
  bottom: 163px;
  left: 166px;
}
.b3sustainable_item_6 .b3sustainable_subtitle {
  text-align: right;
}
.b3sustainable_item_6 .b3sustainable_circle {
  margin-left: auto;
}
.b3sustainable_item_6 .b3sustainable_line:before {
  left: inherit;
  right: 0;
}
.b3sustainable_item_6 .b3sustainable_line:after {
  height: 21px;
  -webkit-transform: rotate(49deg);
  -moz-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
  right: inherit;
  left: 0;
}
.b3sustainable_item_4 {
  width: 168px;
  height: 186px;
  bottom: 201px;
  left: 229px;
}
.b3sustainable_item_4 .b3sustainable_info {
  width: 151px;
  bottom: 100%;
  right: 90px;
}
.b3sustainable_item_4 .b3sustainable_figures {
  height: 25px;
}
.b3sustainable_item_4 .b3sustainable_line {
  height: 19px;
}
.b3sustainable_item_4 .b3sustainable_line:before {
  width: 100%;
}
.b3sustainable_item_4 .b3sustainable_line:after {
  height: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.b3sustainable_item_5 {
  width: 173px;
  height: 189px;
  bottom: 199px;
  right: 228px;
}
.b3sustainable_item_5 .b3sustainable_info {
  width: 151px;
  bottom: 100%;
  left: 82px;
}
.b3sustainable_item_5 .b3sustainable_subtitle {
  text-align: right;
}
.b3sustainable_item_5 .b3sustainable_figures {
  height: 25px;
}
.b3sustainable_item_5 .b3sustainable_circle {
  margin-left: auto;
}
.b3sustainable_item_5 .b3sustainable_line {
  height: 19px;
}
.b3sustainable_item_5 .b3sustainable_line:before {
  width: 100%;
}
.b3sustainable_item_5 .b3sustainable_line:after {
  height: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: inherit;
  left: 0;
}
.b3sustainable_image {
  width: 100%;
  margin: 0;
}
.b3sustainable_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3sustainable_info {
  position: absolute;
}
.b3sustainable_subtitle {
  display: block;
  min-height: 40px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .b3sustainable_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b3sustainable_subtitle {
    min-height: inherit;
    font-weight: 600;
    font-size: 16px;
    margin: 24px 0 0 0;
  }
}
.b3sustainable_figures {
  height: 20px;
  position: relative;
}
.b3sustainable_circle {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00cec5;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b3sustainable_line {
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: 4.5px;
  right: 0;
}
.b3sustainable_line:before {
  content: "";
  width: calc(100% - 15.5px);
  height: 1px;
  background-color: rgba(2,57,128,0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.b3sustainable_line:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(2,57,128,0.3);
  -webkit-transform: rotate(-49deg);
  -moz-transform: rotate(-49deg);
  -o-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b3sustainable_block.b3sustainable_slider_resp {
    height: auto;
    padding-bottom: 0;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_items {
    width: auto;
    height: auto;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_item {
    width: auto;
    height: auto;
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_image {
    width: auto;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_image img {
    max-width: 100%;
    width: auto;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_info {
    max-width: 250px;
    width: 100%;
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin: auto;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_figures {
    display: none;
  }
  .b3sustainable_block.b3sustainable_slider_resp .b3sustainable_subtitle {
    text-align: center;
  }
}
.b3sustainable_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .b3sustainable_controls {
    display: none;
  }
}
.b3sustainable_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 57px;
  height: 57px;
  font-size: 10px;
  border: 1px solid #023980;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 32px 7px 0 7px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3wasi {
  width: 100%;
  padding: 64px 0px 64px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3wasi {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b3wasi {
    padding: 40px 0px;
  }
}
.b3wasi_container {
  max-width: 1058px;
}
.b3wasi-select {
  display: none;
}
@media screen and (max-width: 745px) {
  .b3wasi-select {
    display: block;
  }
}
.b3wasi_list {
  width: 100%;
  border: 1px solid rgba(2,57,128,0.2);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 745px) {
  .b3wasi_list {
    display: none;
  }
}
.b3wasi_tab {
  width: 16.666%;
  height: 55px;
  border-radius: 10px;
  padding: 10px;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
  color: #023980;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.b3wasi_tab.active {
  color: #023980;
  background: #fff;
  border: 1px solid #023980;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
@media screen and (min-width: 1025px) {
  .b3wasi_tab:hover {
    color: #023980;
    background: #fff;
    border: 1px solid #023980;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 1024px) {
  .b3wasi_tab {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .b3wasi_tab {
    width: 33.333%;
  }
}
@media screen and (max-width: 480px) {
  .b3wasi_tab {
    width: 50%;
  }
}
.b3wasi_content {
  margin-top: 83px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b3wasi_content {
    margin-top: 60px;
  }
}
.b3wasi_tab_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -1;
}
.b3wasi_tab_content.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b3wasi_title {
  padding-bottom: 27px;
  text-align: center;
}
.b3wasi_title h3 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: calc(25px + (36 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #023980;
  margin: 0;
}
.b3wasi_title h3 strong {
  font-weight: normal;
  font-familt: 'FuturaPT-Bold', sans-serif;
  color: #ffa401;
}
@media screen and (max-width: 767px) {
  .b3wasi_title {
    padding-bottom: 25px;
  }
}
.b3wasi_tab_wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3wasi_slider {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3wasi_slider_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 23px;
}
.b3wasi_slider_box.slick-current .b3wasi_slider_img {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .b3wasi_slider_box {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .b3wasi_slider_box {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 680px) {
  .b3wasi_slider_box {
    margin: 0px 5px;
  }
}
.b2wasi_slider_wrap {
  height: 569px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .b2wasi_slider_wrap {
    height: 530px;
  }
}
@media screen and (max-width: 1024px) {
  .b2wasi_slider_wrap {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b2wasi_slider_wrap {
    height: 430px;
  }
}
@media screen and (max-width: 680px) {
  .b2wasi_slider_wrap {
    height: 400px;
  }
}
.b3wasi_slider_img {
  width: 100%;
  height: 486px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -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;
}
.b3wasi_slider_img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -moz-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -o-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -ms-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: linear-gradient(180deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  width: 100%;
  height: 27.243%;
}
@media screen and (max-width: 1200px) {
  .b3wasi_slider_img {
    height: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .b3wasi_slider_img {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .b3wasi_slider_img {
    height: 360px;
  }
}
@media screen and (max-width: 680px) {
  .b3wasi_slider_img {
    height: 320px;
  }
}
.b3wasi_video {
  width: 71px;
  height: 71px;
  background: #ffa401;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  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;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b3wasi_video {
    width: 65px;
    height: 65px;
  }
}
.b3wasi_text {
  width: 100%;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #f5f4f7;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.b3wasi_text p {
  font-size: 30px;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin: 0;
}
.b3wasi_slider_small {
  max-width: 282px;
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -25px;
}
.b3wasi_small_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 4px;
  cursor: pointer;
}
.b3wasi_small_box:hover .b3wasi_small_img {
  filter: grayscale(0);
}
.b3wasi_small_box.slick-current .b3wasi_small_img {
  filter: grayscale(0);
}
.b3wasi_small_img {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: grayscale(1);
  -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;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .b4about_slider {
    padding-right: 100px;
  }
}
.b4about_portada {
  display: block;
  max-width: 384px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b4about_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b4about_play {
  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: 60px;
  height: 60px;
  background: #fff;
  color: #ffa401;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b4about_play {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4ethics {
  padding: 47px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b4ethics {
    padding-bottom: 47px;
  }
}
.b4ethics .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b4ethics .slick-dots {
  font-size: 0;
  bottom: -5px;
}
@media screen and (min-width: 961px) {
  .b4ethics .slick-dots {
    display: none !important;
  }
}
.b4ethics .slick-dots li {
  width: auto;
  height: auto;
}
.b4ethics .slick-dots li.slick-active button {
  background-color: #023980;
}
.b4ethics .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: rgba(2,57,128,0.3);
  border-radius: 50%;
  padding: 0;
}
.b4ethics .slick-dots li button:before {
  display: none;
}
.b4ethics_content {
  max-width: 1240px;
}
.b4ethics_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;
}
@media screen and (max-width: 767px) {
  .b4ethics_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;
  }
}
.b4ethics_left {
  width: calc(100% - (182px + 50px));
}
@media screen and (max-width: 767px) {
  .b4ethics_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.b4ethics_title_up {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .b4ethics_title_up {
    font-size: 14px;
  }
}
.b4ethics_title_down {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4ethics_title_down {
    font-size: 24px;
  }
}
.b4ethics_btn {
  display: inline-block;
  min-width: 182px;
  height: 50px;
  line-height: 48px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border: 1px solid #023980;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b4ethics_btn {
    -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;
  }
  .b4ethics_btn:hover {
    background-color: #023980;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .b4ethics_btn {
    min-width: inherit;
    width: 100%;
  }
}
.b4ethics_slider {
  width: calc(100% + 29px);
  margin-left: -14.5px;
}
@media screen and (max-width: 1024px) {
  .b4ethics_slider {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
.b4ethics_flex {
  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;
}
.b4ethics_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 14.5px 43px 14.5px;
}
@media screen and (max-width: 1024px) {
  .b4ethics_item {
    padding: 55px 5px 43px 5px;
  }
}
@media screen and (max-width: 767px) {
  .b4ethics_item {
    padding-top: 29px;
  }
}
.b4ethics_box {
  display: block;
  overflow: hidden;
  max-width: 394px;
  width: 100%;
  border-radius: 10px 10px 20px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(71,101,220,0.15);
  box-shadow: 0px 4px 20px 0px rgba(71,101,220,0.15);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b4ethics_box:hover .b4ethics_more_btn {
    font-weight: 600;
  }
  .b4ethics_box:hover .b4ethics_more_btn:after {
    background-color: #035acb;
  }
}
.b4ethics_portada {
  position: relative;
}
.b4ethics_image {
  width: 100%;
  height: 239px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b4ethics_stage {
  display: inline-block;
  background-color: #ffa401;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  position: absolute;
  top: 27px;
  left: 12px;
  padding: 6px 16px;
}
.b4ethics_info {
  display: block;
  padding: 30px 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4ethics_info {
    padding: 25px 20px;
  }
}
.b4ethics_date {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .b4ethics_date {
    font-size: 14px;
  }
}
.b4ethics_subtitle {
  display: block;
  line-height: 1.1;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .b4ethics_subtitle {
    font-size: 18px;
  }
}
.b4ethics_more {
  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;
}
.b4ethics_more_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b4ethics_more_btn {
    -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;
  }
}
.b4ethics_more_btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(2,57,128,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b4ethics_more_btn:after {
    -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;
  }
}
.b4ethics_more_btn span {
  color: #ffa401;
  font-size: 18px;
  margin: 0 0 0 4px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4newlanding {
  background-color: #023980;
}
.b4newlanding_content {
  max-width: 1180px;
}
.b4newlanding_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(2,57,128,0.4);
  padding-top: 43px;
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .b4newlanding_up {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b4newlanding_up_left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .b4newlanding_up_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.b4newlanding_up_center {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b4newlanding_up_center {
    width: 100%;
    margin-bottom: 40px;
  }
}
.b4newlanding_up_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .b4newlanding_up_right {
    -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%;
  }
}
.b4newlanding_logo {
  max-width: 164px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4newlanding_logo {
    margin: auto;
  }
}
.b4newlanding_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b4newlanding_partner {
  max-width: 178px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4newlanding_partner {
    margin: auto;
  }
}
.b4newlanding_partner img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b4newlanding_networks {
  color: #00cec5;
  font-size: 20px;
}
.b4newlanding_networks ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4newlanding_networks li {
  margin: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .b4newlanding_networks li {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.b4newlanding_networks li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .b4newlanding_networks li:first-child {
    margin-left: 12px;
  }
}
.b4newlanding_body {
  border-bottom: 1px solid rgba(2,57,128,0.4);
  padding: 26px 0;
}
.b4newlanding_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b4newlanding_info_box {
  line-height: 21px;
  letter-spacing: 0.96px;
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 8px 16px 8px;
}
.b4newlanding_info_box strong,
.b4newlanding_info_box a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.b4newlanding_info_box p {
  margin: 0;
}
.b4newlanding_legal {
  line-height: 20px;
  letter-spacing: 1.1px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.b4newlanding_legal ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4newlanding_legal li {
  margin: 12px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .b4newlanding_legal li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.b4newlanding_legal li:after {
  content: "|";
  margin: 0 13px;
}
@media screen and (max-width: 767px) {
  .b4newlanding_legal li:after {
    display: none;
  }
}
.b4newlanding_legal li:last-child:after {
  display: none;
}
.b4newlanding_disclaimer {
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 14px;
}
.b4newlanding_disclaimer p {
  margin: 0;
}
.b4newlanding_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 14px 0 26px 0;
}
@media screen and (max-width: 767px) {
  .b4newlanding_down {
    -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;
  }
}
.b4newlanding_copyright {
  width: 35%;
  line-height: 24px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .b4newlanding_copyright {
    width: 100%;
    text-align: center;
  }
}
.b4newlanding_copyright p {
  margin: 0;
}
.b4newlanding_team {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .b4newlanding_team {
    width: 100%;
    margin-top: 10px;
  }
}
.b4newlanding_team_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4newlanding_team_text {
  display: block;
  line-height: 24px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin: 0 6px 0 0;
}
.b4newlanding_team_image {
  width: 74px;
  margin: 0;
}
.b4newlanding_team_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b4newlanding_project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .b4newlanding_project {
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 15px;
  }
}
.b4newlanding_project_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b4newlanding_project_wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b4newlanding_project_text {
  display: block;
  line-height: 20px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.b4newlanding_project_image {
  width: 70px;
  margin: 0;
}
.b4newlanding_project_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4sustainable {
  background-color: #f4f7fc;
  padding: 56px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .b4sustainable {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1025px) {
  .b4sustainable .slick-list {
    overflow: inherit;
  }
}
.b4sustainable_content {
  max-width: 1240px;
}
.b4sustainable_head {
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .b4sustainable_head {
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin: 0 auto 34px auto;
  }
}
.b4sustainable_title_up {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
@media screen and (max-width: 960px) {
  .b4sustainable_title_up {
    font-size: 14px;
  }
}
.b4sustainable_title_down {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4sustainable_title_down {
    font-size: 24px;
  }
}
.b4sustainable_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b4sustainable_block {
    -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;
  }
}
.b4sustainable_left {
  width: 55.8065%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b4sustainable_left {
    width: 100%;
    margin-top: 34px;
  }
}
.b4sustainable_left:after {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #f4f7fc;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_left:after {
    display: none;
  }
}
.b4sustainable_right {
  width: 39.5161%;
  max-height: 474px;
  overflow: auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .b4sustainable_right {
    overflow: inherit;
    width: 100%;
    max-height: inherit;
    padding-right: 0;
  }
}
.b4sustainable_right::-webkit-scrollbar {
  width: 10px;
}
.b4sustainable_right::-webkit-scrollbar-thumb {
  background: #023980;
  border-radius: 4px;
}
.b4sustainable_right::-webkit-scrollbar-thumb:active {
  background-color: rgba(2,57,128,0.5);
}
.b4sustainable_right::-webkit-scrollbar-thumb:hover {
  background: rgba(2,57,128,0.5);
}
.b4sustainable_slidersblock {
  width: calc(100% + 24px);
  position: relative;
  left: -12px;
}
.b4sustainable_itemblockslider {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b4sustainable_itemblockslider.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b4sustainable_slider {
  position: relative;
}
.b4sustainable_itembox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.b4sustainable_image {
  width: 100%;
  position: relative;
  margin: 0;
}
.b4sustainable_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  .b4sustainable_image img {
    border-radius: 10px;
  }
}
.b4sustainable_stage {
  display: inline-block;
  background-color: #ffa401;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  position: absolute;
  top: 35px;
  left: 38px;
  padding: 8px 17px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4sustainable_stage {
    top: 15px;
    left: 15px;
  }
}
.b4sustainable_movie {
  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: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b4sustainable_movie {
    width: 70px;
    height: 70px;
  }
}
.b4sustainable_movie:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4sustainable_movie:after {
  content: "";
  width: 82px;
  height: 82px;
  border: 1px solid #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b4sustainable_movie:after {
    width: 62px;
    height: 62px;
  }
}
.b4sustainable_play {
  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: 74px;
  height: 74px;
  background-color: #fff;
  font-size: 21px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 960px) {
  .b4sustainable_play {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}
.b4sustainable_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 36px;
  right: 45px;
}
@media screen and (max-width: 960px) {
  .b4sustainable_controls {
    bottom: 15px;
    right: 25px;
  }
}
.b4sustainable_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .b4sustainable_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b4sustainable_arrow:hover {
    background-color: #fff;
    color: #023980;
  }
}
@media screen and (max-width: 960px) {
  .b4sustainable_arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.b4sustainable_arrow:last-child {
  margin-right: 0;
}
.b4sustainable_arrow[aria-disabled="true"] {
  display: none;
}
.b4sustainable_item {
  border-bottom: 1px solid rgba(2,57,128,0.1);
  padding: 28px 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_item {
    padding: 10px 0;
  }
}
.b4sustainable_item:first-child {
  padding-top: 10px;
}
.b4sustainable_subtitle {
  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;
  cursor: pointer;
  position: relative;
  padding: 8px 0 8px 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_subtitle {
    padding: 5px 0;
  }
}
.b4sustainable_subtitle:before {
  content: "\e92b";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #00cec5;
  font-family: 'icomoon';
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_subtitle:before {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b4sustainable_subtitle:before {
    display: none;
  }
}
.b4sustainable_subtitle:after {
  content: "\e92a";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #00cec5;
  font-family: 'icomoon';
  font-size: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_subtitle:after {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b4sustainable_subtitle:after {
    display: none;
  }
}
.b4sustainable_subtitle.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b4sustainable_subtitle.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b4sustainable_number {
  display: block;
  width: 37px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_number {
    font-size: 16px;
  }
}
.b4sustainable_subtitle_text {
  display: block;
  width: calc(100% - 37px);
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4sustainable_subtitle_text {
    font-weight: 600;
    font-size: 16px;
  }
}
.b4sustainable_description {
  display: none;
  line-height: 20px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 0 4px 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4sustainable_description {
    display: none !important;
  }
}
.b4sustainable_description p {
  margin: 0;
}
.b4sustainable_select_resp {
  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;
  height: 50px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(2,57,128,0.3);
  border-radius: 50px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b4sustainable_select_resp {
    display: none;
  }
}
.b4sustainable_select_resp:after {
  content: "\e91b";
  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: 50px;
  height: 50px;
  color: #023980;
  font-family: 'icomoon';
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .b4sustainable_toggle {
    display: block !important;
    height: auto !important;
    overflow: inherit !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .b4sustainable_toggle {
    display: none;
  }
}
.b4sustainable_item_resp {
  padding: 20px 12px 0 12px;
}
@media screen and (min-width: 961px) {
  .b4sustainable_item_resp {
    display: none;
  }
}
.b4sustainable_subtitle_resp {
  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 (min-width: 961px) {
  .b4sustainable_subtitle_resp {
    display: none;
  }
}
.b4sustainable_number_resp {
  display: block;
  width: 35px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b4sustainable_number_resp {
    display: none;
  }
}
.b4sustainable_subtitle_text_resp {
  display: block;
  width: calc(100% - 35px);
  line-height: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .b4sustainable_subtitle_text_resp {
    display: none;
  }
}
.b4sustainable_description_resp {
  display: block;
  line-height: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 0 35px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 961px) {
  .b4sustainable_description_resp {
    display: none;
  }
}
.b4sustainable_description_resp p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4wasi {
  width: 100%;
  padding: 80px 0px 60px;
  background: #f5f6f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b4wasi {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b4wasi {
    padding: 40px 0px;
  }
}
.b4wasi-deco {
  width: 331px;
  position: absolute;
  bottom: -65px;
  right: 84px;
  margin: 0;
}
.b4wasi-deco img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b4wasi-deco {
    display: none;
  }
}
.b4wasi_container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.b4wasi_title_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b4wasi_title_box {
    margin-bottom: 20px;
  }
}
.b4wasi_title {
  max-width: 440px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .b4wasi_title {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.b4wasi_arrows {
  width: 98px;
  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: 767px) {
  .b4wasi_arrows {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.b4wasi_prev,
.b4wasi_next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffa401;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b4wasi_prev,
  .b4wasi_next {
    margin: 0px 5px;
  }
}
.b4wasi_content {
  width: calc(100% + 24px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -12px;
}
.b4wasi_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 35px 12px;
}
.b4wasi_btn {
  text-align: center;
}
.b4wasi_btn .g0-cnt-btn {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5about {
  background: #fff;
  padding: 72px 0 78px 0;
}
@media screen and (max-width: 767px) {
  .b5about {
    padding: 50px 0;
  }
}
.b5about.b5about_white {
  background-color: #fff;
}
.b5about_content {
  max-width: 1224px;
}
.b5about_title {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .b5about_title {
    margin-bottom: 10px;
    padding: 0;
  }
}
.b5about_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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b5about_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b5about_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(33.3333% - 50px);
  margin: 54px 12px 0 12px;
}
@media screen and (max-width: 767px) {
  .b5about_box {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.b5about_icon {
  width: 50px;
  margin: 0;
}
.b5about_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b5about_info {
  width: calc(100% - 64px);
}
.b5about_subtitle {
  line-height: 18px;
  color: #000;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 6px 0;
}
.b5about_description {
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
.b5about_description p {
  margin: 0;
}
.b5about_date {
  display: block;
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5sustainable {
  padding: 53px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b5sustainable {
    padding-bottom: 47px;
  }
}
.b5sustainable .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b5sustainable .slick-dots {
  font-size: 0;
  bottom: -5px;
}
@media screen and (min-width: 961px) {
  .b5sustainable .slick-dots {
    display: none !important;
  }
}
.b5sustainable .slick-dots li {
  width: auto;
  height: auto;
}
.b5sustainable .slick-dots li.slick-active button {
  background-color: #023980;
}
.b5sustainable .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: rgba(2,57,128,0.3);
  border-radius: 50%;
  padding: 0;
}
.b5sustainable .slick-dots li button:before {
  display: none;
}
.b5sustainable_content {
  max-width: 1240px;
}
.b5sustainable_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;
}
@media screen and (max-width: 767px) {
  .b5sustainable_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;
  }
}
.b5sustainable_left {
  width: calc(100% - (182px + 50px));
}
@media screen and (max-width: 767px) {
  .b5sustainable_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.b5sustainable_title_up {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .b5sustainable_title_up {
    font-size: 14px;
  }
}
.b5sustainable_title_down {
  display: block;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b5sustainable_title_down {
    font-size: 24px;
  }
}
.b5sustainable_btn {
  display: inline-block;
  min-width: 182px;
  height: 50px;
  line-height: 48px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border: 1px solid #023980;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b5sustainable_btn {
    -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;
  }
  .b5sustainable_btn:hover {
    background-color: #023980;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .b5sustainable_btn {
    min-width: inherit;
    width: 100%;
  }
}
.b5sustainable_slider {
  width: calc(100% + 29px);
  margin-left: -14.5px;
}
@media screen and (max-width: 1024px) {
  .b5sustainable_slider {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
.b5sustainable_flex {
  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;
}
.b5sustainable_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 14.5px 53px 14.5px;
}
@media screen and (max-width: 1024px) {
  .b5sustainable_item {
    padding: 55px 5px 53px 5px;
  }
}
@media screen and (max-width: 767px) {
  .b5sustainable_item {
    padding-top: 29px;
  }
}
.b5sustainable_box {
  display: block;
  overflow: hidden;
  max-width: 394px;
  width: 100%;
  border-radius: 10px 10px 20px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(71,101,220,0.15);
  box-shadow: 0px 4px 20px 0px rgba(71,101,220,0.15);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b5sustainable_box:hover .b5sustainable_more_btn {
    font-weight: 600;
  }
  .b5sustainable_box:hover .b5sustainable_more_btn:after {
    background-color: #035acb;
  }
}
.b5sustainable_portada {
  position: relative;
}
.b5sustainable_image {
  width: 100%;
  height: 213px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b5sustainable_stage {
  display: inline-block;
  background-color: #ffa401;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  position: absolute;
  top: 24px;
  left: 26px;
  padding: 6px 16px;
}
.b5sustainable_info {
  display: block;
  padding: 30px 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b5sustainable_info {
    padding: 25px 20px;
  }
}
.b5sustainable_date {
  display: block;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .b5sustainable_date {
    font-size: 14px;
  }
}
.b5sustainable_subtitle {
  display: block;
  line-height: 1.1;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .b5sustainable_subtitle {
    font-size: 18px;
  }
}
.b5sustainable_more {
  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;
}
.b5sustainable_more_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  color: #023980;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b5sustainable_more_btn {
    -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;
  }
}
.b5sustainable_more_btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(2,57,128,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b5sustainable_more_btn:after {
    -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;
  }
}
.b5sustainable_more_btn span {
  color: #ffa401;
  font-size: 18px;
  margin: 0 0 0 4px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6about {
  overflow: hidden;
  background: #ffa401;
  padding: 70px 0 50px 0;
  position: relative;
}
.b6about:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 460px;
  height: 344px;
  background-image: url("../img/linea-about.png");
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .b6about:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b6about {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b6about_content {
    position: relative;
    padding-bottom: 30px;
  }
}
.b6about_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 98px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .b6about_controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.b6about_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #ffa401;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b6about_title {
  max-width: 260px;
  width: 100%;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin: 0;
}
.b6about_title .g9title_main {
  color: #fff;
}
.b6about_title .g9title_main strong {
  color: #fff;
}
.b6about_blockup {
  max-width: 922px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b6about_blockup:before {
  content: "";
  width: 2000px;
  height: calc(100% + 200px);
  background: #ffa401;
  position: absolute;
  top: -100px;
  right: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b6about_blockup:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .b6about_slider_portada {
    overflow: hidden;
  }
}
.b6about_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 65px 30px;
}
@media screen and (max-width: 767px) {
  .b6about_item {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b6about_item.swiper-slide-active .b6about_portada img {
  filter: grayscale(0%);
}
.b6about_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b6about_box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b6about_portada {
  width: 54.4084%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b6about_portada {
    filter: none;
  }
}
@media screen and (max-width: 767px) {
  .b6about_portada {
    width: 100%;
    margin-bottom: 15px;
  }
}
.b6about_portada img {
  border-radius: 0px 20px;
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b6about_portada img {
    filter: none;
  }
}
.b6about_info {
  width: 45.5916%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .b6about_info {
    width: 100%;
    padding: 0;
  }
}
.b6about_subtitle {
  line-height: 30px;
  color: #f2f2f2;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.b6about_text {
  line-height: 20px;
  color: #f2f2f2;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.b6about_text p {
  margin: 0;
}
.b6about_blockdown {
  position: relative;
  z-index: 3;
}
.b6about_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 0 0;
}
.b6about_slide.line .b6about_years:before,
.b6about_slide.swiper-slide-prev .b6about_years:before {
  width: 100%;
}
.b6about_slide.line .b6about_years_circle:before,
.b6about_slide.swiper-slide-prev .b6about_years_circle:before {
  border-color: #fff;
}
.b6about_slide.swiper-slide-active .b6about_years:before {
  width: 100%;
}
.b6about_slide.no-line .b6about_years:before {
  width: 0;
}
.b6about_slide.swiper-slide-duplicate .b6about_years:before {
  width: 100%;
  left: 50%;
  background: #fff;
  z-index: 1;
}
.b6about_slide.swiper-slide-duplicate .b6about_years_circle:before {
  border-color: #fff;
}
.b6about_slide.animation .b6about_years_text {
  color: #fff;
  -webkit-transform: translateY(12px) scale(1.9999);
  -moz-transform: translateY(12px) scale(1.9999);
  -o-transform: translateY(12px) scale(1.9999);
  -ms-transform: translateY(12px) scale(1.9999);
  transform: translateY(12px) scale(1.9999);
}
.b6about_slide.animation .b6about_years_circle:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b6about_slide.animation .b6about_years_circle:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b6about_years {
  border-top: 3px solid rgba(245,246,249,0.2);
  position: relative;
  padding: 37px 0 58px 0;
}
.b6about_years:before {
  content: '';
  position: absolute;
  left: -47%;
  top: -3px;
  width: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.b6about_years_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
.b6about_years_circle {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.b6about_years_circle:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  border: 3px solid rgba(2,57,128,0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b6about_years_circle:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #f5f6f9;
  border: 3px solid rgba(2,57,128,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7about {
  min-height: 697px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .b7about {
    min-height: inherit;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .b7about {
    padding-top: 50px;
  }
}
.b7about_content {
  max-width: 1262px;
}
.b7about_title {
  max-width: 530px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.b7about_title .g9title_main {
  color: #023980;
}
.b7about_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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b7about_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;
  }
}
.b7about_box {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .b7about_box {
    width: 100%;
  }
}
.b7about_box:nth-child(odd) {
  padding-right: 27.7338%;
}
@media screen and (max-width: 1024px) {
  .b7about_box:nth-child(odd) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b7about_box:nth-child(odd) {
    padding-right: 0;
  }
}
.b7about_box:nth-child(even) {
  padding-left: 27.7338%;
}
@media screen and (max-width: 1024px) {
  .b7about_box:nth-child(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b7about_box:nth-child(even) {
    padding-left: 0;
  }
}
.b7about_icon {
  width: 35px;
  margin: 0 0 18px 0;
}
.b7about_icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b7about_subtitle {
  line-height: 1.1;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
.b7about_description {
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.b7about_description p {
  margin: 0;
}
.b7about_portada {
  max-width: 556px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b7about_portada {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-top: 48px;
  }
}
.b7about_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing-header-footer-none header,
.landing-header-footer-none footer {
  display: none;
}
.landing-header-footer-none .cnt-wrapper {
  padding: 0;
}
.landing-header-footer-none .f-cookies {
  display: none !important;
}
.ww_center {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.beneficios_home {
  padding: 100px 0px;
  position: relative;
  background-color: #e7f3f2;
}
.beneficios_home:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 95px;
  width: 611px;
  background: url("../img/linea-beneficios-home.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 1200px) {
  .beneficios_home:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .beneficios_home {
    padding: 50px 0px;
  }
}
.beneficios_home_container {
  position: relative;
}
.beneficios_home_container h1 {
  color: #023980;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.beneficios_home_container:after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -130px;
  width: 331px;
  height: 331px;
  background: url("../img/img-trama-eco.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 1200px) {
  .beneficios_home_container:after {
    display: none;
  }
}
.beneficios_home_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;
  position: relative;
  z-index: 2;
}
.beneficios_home_box {
  width: calc(100% / 4 - 1.5%);
  margin: 0;
  margin-right: 2%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.beneficios_home_box:nth-child(4n + 4) {
  margin-right: 0;
}
.beneficios_home_box figure {
  position: relative;
}
.beneficios_home_box figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.beneficios_home_box figure:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 123px;
  width: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0,29,133,0) 0%, rgba(1,15,65,0.72) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,29,133,0) 0%, rgba(1,15,65,0.72) 100%);
  background: -o-linear-gradient(270deg, rgba(0,29,133,0) 0%, rgba(1,15,65,0.72) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,29,133,0) 0%, rgba(1,15,65,0.72) 100%);
  background: linear-gradient(180deg, rgba(0,29,133,0) 0%, rgba(1,15,65,0.72) 100%);
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
}
.beneficios_home_box h2 {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .beneficios_home_box {
    width: calc(100% / 3 - 2%);
    margin: 1% 1% 30px 1% !important;
  }
}
@media screen and (max-width: 640px) {
  .beneficios_home_box {
    width: calc(100% / 2 - 2%);
  }
}
@media screen and (max-width: 480px) {
  .beneficios_home_box {
    width: 80%;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.bq2_mapa {
  padding: 69px 0px;
}
.bq2_mapa_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;
}
.bq2_mapa_container.ww_center {
  max-width: 1280px;
}
.bq2_mapa_box {
  width: 755px;
  height: 417px;
  border-radius: 30px;
  overflow: hidden;
}
.bq2_mapa_box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  .bq2_mapa_box {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .bq2_mapa_box {
    width: 500px;
  }
}
@media screen and (max-width: 1050px) {
  .bq2_mapa_box {
    display: none;
  }
}
.bq2_mapa_contenido {
  width: calc(100% - 755px);
  padding-left: 67px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .bq2_mapa_contenido {
    width: calc(100% - 600px);
    padding-left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .bq2_mapa_contenido {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1050px) {
  .bq2_mapa_contenido {
    width: 100%;
    padding: 0;
  }
}
.bq2_mapa_txt h2 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'FuturaPT-Bold', sans-serif;
  line-height: 42px;
}
.bq2_mapa_txt h2 strong {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  color: #ffa401;
  display: block;
}
@media screen and (max-width: 1024px) {
  .bq2_mapa_txt h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bq2_mapa_txt h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .bq2_mapa_txt h2 strong {
    display: inline-block;
  }
}
.bq2_mapa_txt p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 19px;
}
@media screen and (max-width: 1050px) {
  .bq2_mapa_txt h2 strong {
    display: inline-block;
  }
}
.bq2_mapa_itm {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
}
.bq2_mapa_itm h3 {
  color: #ffa401;
  font-size: 13px;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.bq2_mapa_itm p {
  font-size: 20px;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  line-height: 20px;
}
.bq2_mapa_itm span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #ffa401;
}
@media screen and (max-width: 767px) {
  .bq2_mapa_itm p {
    font-size: 17px;
  }
}
.bq2_mapa_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 42px;
}
.bq2_mapa_btns a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  position: relative;
  background-color: #f5f4f7;
  border-radius: 14px;
  max-width: 215px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  margin-right: 13px;
}
.bq2_mapa_btns a:last-child {
  margin-right: 0;
}
.bq2_mapa_btns a span {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.bq2_mapa_btns a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 500px) {
  .bq2_mapa_btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bq2_mapa_btns a {
    max-width: inherit;
    margin-bottom: 20px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.change_banner_1 .b1beneficio_container:before {
  display: none;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.conoce_proyectos {
  background-color: #e3dcfe;
  padding: 87px 0px 83px 0px;
}
@media screen and (max-width: 1024px) {
  .conoce_proyectos {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .conoce_proyectos {
    padding: 36px 0px 44px;
  }
}
.conoce_proyectos_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 28px;
}
.conoce_proyectos_nav h2 {
  font-weight: normal;
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .conoce_proyectos_nav h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .conoce_proyectos_nav h2 {
    font-size: 24px;
  }
}
.conoce_proyectos_controls,
.conoce_proyectos_controls_responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.conoce_proyectos_controls span,
.conoce_proyectos_controls_responsive span {
  margin: 0;
  cursor: pointer;
  background-color: #00cec5;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}
.conoce_proyectos_controls span:last-child,
.conoce_proyectos_controls_responsive span:last-child {
  margin-right: 0;
}
.conoce_proyectos_controls span.swiper-button-disabled,
.conoce_proyectos_controls_responsive span.swiper-button-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
@media screen and (max-width: 960px) {
  .conoce_proyectos_controls,
  .conoce_proyectos_controls_responsive {
    display: none;
  }
}
.conoce_proyectos_slider {
  overflow: hidden;
}
.conoce_proyectos_slider .g7item {
  max-width: inherit;
}
.conoce_proyectos_controls_responsive {
  display: none;
}
@media screen and (max-width: 960px) {
  .conoce_proyectos_controls_responsive {
    width: 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;
    padding-top: 24px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1eco_besco {
  background-color: #fff;
  padding: 24px 0px 37px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1eco_besco {
    padding-top: 50px;
  }
}
.b1eco_besco:after {
  content: '';
  display: block;
  width: 571px;
  height: 117px;
  background: url("../img/linea02.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -54px;
  right: -110px;
}
@media screen and (max-width: 1200px) {
  .b1eco_besco:after {
    display: none;
  }
}
.b1eco_besco_container {
  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;
  position: relative;
}
.b1eco_besco_title {
  margin-bottom: 30px;
}
.b1eco_besco_image {
  width: 591px;
  height: 714px;
  margin: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .b1eco_besco_image {
    display: none;
  }
}
.b1eco_besco_items {
  width: calc(100% - 591px);
  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-left: -100px;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b1eco_besco_items {
    width: 100%;
    margin: 0;
  }
}
.b1eco_besco_box {
  margin: 0;
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1eco_besco_box figure {
  margin: 0;
  width: 50px;
  display: block;
  margin-bottom: 15px;
}
.b1eco_besco_box figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b1eco_besco_box figure .b1eco_besco_img_hover {
  display: none;
}
.b1eco_besco_box h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  -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;
}
@media screen and (min-width: 1025px) {
  .b1eco_besco_box:hover h2 {
    color: #ffa401;
  }
  .b1eco_besco_box:hover figure .b1eco_besco_img_hover {
    display: block;
  }
  .b1eco_besco_box:hover figure .b1eco_besco_img_default {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b1eco_besco_box {
    width: 100%;
  }
}
.b1eco_besco_box_inner {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
}
.b1eco-inner-tratamiento {
  margin-bottom: 80px;
}
.b1eco-inner-tratamiento .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b1eco-inner-tratamiento .owl-prev,
.b1eco-inner-tratamiento .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffa401;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  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: #fff;
  font-size: 15px;
  cursor: pointer;
}
.b1eco-inner-tratamiento .owl-next {
  margin-left: 10px;
}
.b1eco-inner-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b1eco-inner-mobile {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}
.b1eco-inner-desktop {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .b1eco-inner-desktop {
    display: none;
  }
}
.b1eco-head-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #e3dcfe;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.b1eco-item-head-tab {
  font-size: 14px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #828282;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 16.66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1eco-item-head-tab:hover,
.b1eco-item-head-tab.active {
  background-color: #fff;
  color: #023980;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
}
@media screen and (max-width: 1200px) {
  .b1eco-item-head-tab {
    font-family: 'FuturaPTCond-Medium', sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .b1eco-item-head-tab {
    width: auto;
  }
}
.b1-headtab-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1eco-cnt-tab {
  position: relative;
}
.b1eco-item-tab {
  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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .b1eco-item-tab {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b1eco-item-tab.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2;
}
.b1eco-left-item-tab {
  width: 43%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .b1eco-left-item-tab {
    width: 47%;
  }
}
@media screen and (max-width: 745px) {
  .b1eco-left-item-tab {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b1eco-figura-left {
  width: 50px;
}
.b1eco-figura-left img {
  max-width: 100%;
  height: auto;
  width: 50px;
}
@media screen and (max-width: 745px) {
  .b1eco-figura-left {
    width: 60px;
  }
}
.b1eco-text-left-tab {
  width: 407px;
  margin-left: 40px;
}
@media screen and (max-width: 745px) {
  .b1eco-text-left-tab {
    margin-left: 20px;
  }
}
.b1eco-title-left-tab {
  font-size: 25px;
  line-height: 25px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  max-width: 300px;
  margin-bottom: 20px;
}
.b1eco-description-left-tab {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.b1eco-right-item-tab {
  width: 49%;
}
@media screen and (max-width: 960px) {
  .b1eco-right-item-tab {
    width: 50%;
  }
}
@media screen and (max-width: 745px) {
  .b1eco-right-item-tab {
    width: 100%;
  }
}
.b1eco-item-sl-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 347px;
  border-radius: 0px 79px 0px 70px;
}
.b1eco-linea {
  left: 0;
  bottom: 190px;
  position: absolute;
}
.b1eco-linea img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .b1eco-linea {
    display: none;
  }
}
.b1eco-trama {
  width: 331px;
  position: absolute;
  bottom: 62px;
  right: -90px;
}
@media screen and (max-width: 1024px) {
  .b1eco-trama {
    display: none;
  }
}
.b1eco_bg {
  max-width: 1481px;
  width: 94%;
  height: 173px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b1eco_bg {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.error_404 {
  padding: 70px 0px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.error_404:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #f5f6f9;
}
.error_404_container {
  text-align: center;
}
.error_404_container.wancho {
  max-width: 600px;
}
.error_404_container p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 36px;
}
.error_404_title {
  margin-bottom: 26px;
}
.error_404_btns {
  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;
}
.error_404_btns>* {
  margin: 0 10px;
}
.error_404_image {
  margin-top: 93px;
  position: relative;
  z-index: 2;
}
.error_404_image:before {
  content: '';
  position: absolute;
  right: -100px;
  width: 331px;
  height: 331px;
  display: block;
  background: url("../img/puntos.png") 0px 0px no-repeat;
  display: none;
}
.error_404_image img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .error_404_image:before {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.exclusividad {
  padding: 70px 0px 0px 0px;
  background-color: #e8f4f3;
}
@media screen and (max-width: 1024px) {
  .exclusividad {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .exclusividad {
    padding-top: 48px;
  }
}
.exclusividad_container {
  max-width: 1200px;
  width: 93%;
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .exclusividad_container {
    padding-bottom: 40px;
  }
}
.exclusividad_title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 35px;
}
.exclusividad_title h2 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  color: #023980;
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .exclusividad_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .exclusividad_title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .exclusividad_title h2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .exclusividad_title h2 br {
    display: none;
  }
}
.exclusividad_wrap_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-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;
  max-width: 400px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .exclusividad_wrap_box {
    max-width: inherit;
    padding-top: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.exclusividad_box {
  width: 33.3333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.exclusividad_box:before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #023980;
  position: absolute;
  top: 0;
  right: 0;
}
.exclusividad_box p {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.exclusividad_box p strong {
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-weight: normal;
  font-size: 44px;
  display: block;
}
.exclusividad_box:last-child:before {
  display: none;
}
@media screen and (max-width: 540px) {
  .exclusividad_box {
    width: 50%;
  }
}
.exclusividad_item_left {
  width: calc(59% / 2);
  padding-right: 148px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
}
.exclusividad_item_left:last-child {
  padding-right: 0;
  padding-left: 148px;
}
@media screen and (max-width: 1200px) {
  .exclusividad_item_left {
    padding-right: 50px;
  }
  .exclusividad_item_left:last-child {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .exclusividad_item_left {
    padding-right: 20px;
  }
  .exclusividad_item_left:last-child {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .exclusividad_item_left {
    width: 100%;
    padding: 0;
  }
  .exclusividad_item_left:last-child {
    padding: 0;
  }
}
.exclusividad_item_left ul li {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
}
.exclusividad_item_left ul li figure {
  width: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.exclusividad_item_left ul li figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .exlusividad_none_responsive {
    display: none;
  }
}
.exclusividad_img {
  width: 41%;
}
.exclusividad_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .exclusividad_img {
    display: none;
  }
}
.exclusividad_btn_responsive {
  display: none;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.exclusividad_btn_responsive span {
  color: #ffa401;
}
@media screen and (max-width: 767px) {
  .exclusividad_btn_responsive {
    display: block;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.firma_electronica {
  background-color: #e8f4f3;
  padding: 70px 0px;
}
.firma_electronica_container {
  position: relative;
}
.firma_electronica_container:after {
  content: '';
  display: block;
  width: 571px;
  height: 117px;
  background: url("../img/linea02.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 1200px) {
  .firma_electronica_container:after {
    display: none;
  }
}
.firma_electronica_container:before {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -200px;
  display: block;
  width: 331px;
  height: 331px;
  background: url("../img/puntos.png") 0px 0px no-repeat;
}
.firma_electronica_wrap {
  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;
  position: relative;
  z-index: 2;
}
.firma_electronica_title {
  padding-bottom: 31px;
}
.firma_electronica_figure {
  width: 591px;
  margin: 0;
}
.firma_electronica_figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .firma_electronica_figure {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .firma_electronica_figure {
    display: none;
  }
}
.firma_electronica_acordeon {
  width: calc(100% - 591px);
  position: relative;
  left: -30px;
}
@media screen and (max-width: 1200px) {
  .firma_electronica_acordeon {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 1024px) {
  .firma_electronica_acordeon {
    left: 0;
    width: 100%;
  }
}
.firma_electronica_itm {
  background: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.firma_electronica_itm figure {
  width: 40px;
  margin: 0;
}
.firma_electronica_itm figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.firma_electronica_itm h2 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #023980;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.firma_electronica_itm h2:before,
.firma_electronica_itm h2:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #ffa401;
  border-radius: 20px;
  -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;
}
.firma_electronica_itm h2:before {
  width: 24px;
  height: 4px;
  right: 10px;
}
.firma_electronica_itm h2:after {
  content: '';
  width: 4px;
  right: 20px;
  height: 24px;
}
.firma_electronica_itm h2.is-active {
  color: #00cec5;
}
.firma_electronica_itm h2.is-active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
}
@media screen and (max-width: 640px) {
  .firma_electronica_itm {
    padding: 30px 20px;
  }
}
.firma_electronica_info {
  font-size: 14px;
  display: none;
  line-height: 20px;
}
.firma_electronica_info p {
  color: #000;
}
.firma_electronica_info ul {
  padding-left: 20px;
  color: #023980;
}
.firma_electronica_info li {
  list-style-type: auto;
  margin-bottom: 5px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .hdsustainable {
    display: none;
  }
}
.hdsustainable.scrolling .hdsustainable_fixed {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.hdsustainable_fixed {
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(18,65,173,0.1);
  box-shadow: 0px 4px 15px 0px rgba(18,65,173,0.1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .hdsustainable_fixed:hover {
    -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;
  }
}
.hdsustainable_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;
  height: 100%;
}
.hdsustainable_logo {
  display: block;
  width: 232px;
  margin: 0;
}
.hdsustainable_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.hdsustainable_menu {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.hdsustainable_menu 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;
}
.hdsustainable_menu li {
  margin-left: 40px;
}
@media screen and (min-width: 1025px) {
  .hdsustainable_menu a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.hdsustainable_menu a.active {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing_areas .b45 {
  padding: 38px 0 44px 0;
}
.landing_areas .b45-list-tab {
  -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;
}
.landing_areas .b45-link-tab {
  width: auto;
  height: auto;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-left: 50px;
  padding: 15px 20px;
}
.landing_areas .b45-link-tab:hover,
.landing_areas .b45-link-tab.active {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffa401;
  border-radius: 0px;
}
.landing_areas .b45-link-tab.active {
  font-weight: 700;
}
.landing_areas .b45-cnt-sliders {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
}
.landing_areas .b45-text-gallery {
  font-size: 20px;
}
.landing_areas .b45-prev,
.landing_areas .b45-next {
  background-color: #00cec5;
}
@media screen and (max-width: 960px) {
  .landing_areas .b45-list-tab {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .landing_areas .wancho {
    width: 100%;
  }
  .landing_areas .b45-head {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .landing_areas .b45-carousel {
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .landing_areas .b47-title {
    font-size: 24px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing_banner {
  position: relative;
}
.landing_banner_block {
  width: 100%;
  height: 716px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .landing_banner_block {
    height: 707px;
  }
}
.landing_banner_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.landing_banner_image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
}
.landing_banner_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 190px;
}
@media screen and (max-width: 960px) {
  .landing_banner_info {
    text-align: center;
    padding-top: 117px;
  }
}
.landing_banner_logo {
  max-width: 74px;
  width: 100%;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 960px) {
  .landing_banner_logo {
    max-width: 106px;
    margin-left: auto;
    margin-right: auto;
  }
}
.landing_banner_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_banner_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 17px 0;
}
.landing_banner_subtitle {
  max-width: 563px;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 44px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .landing_banner_subtitle {
    max-width: 500px;
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .landing_banner_subtitle {
    max-width: 340px;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
  }
}
.landing_banner_price {
  display: inline-block;
  min-width: 204px;
  min-height: 82px;
  background: #ffa401;
  border: 3.4px solid #fff;
  border-radius: 25px 5px 25px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 13px 20px;
  margin-bottom: 42px;
}
.landing_banner_price_textup {
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13.6px;
  text-transform: uppercase;
}
.landing_banner_price_textdown {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Conv_FuturaPTCondExtraBold', sans-serif;
  font-size: 34px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .landing_banner_price_textdown {
    font-size: 28px;
    margin-top: 10px;
  }
}
.landing_banner_detail {
  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) {
  .landing_banner_detail {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.landing_banner_box {
  border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 960px) {
  .landing_banner_box {
    border-left: none;
  }
}
.landing_banner_box:first-child {
  border-left: none;
}
.landing_banner_box_1,
.landing_banner_box_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .landing_banner_box_1,
  .landing_banner_box_2 {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.landing_banner_box_1 {
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  .landing_banner_box_1 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .landing_banner_box_1 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.landing_banner_box_2 {
  padding: 0 33px;
}
@media screen and (max-width: 1024px) {
  .landing_banner_box_2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .landing_banner_box_2 {
    padding: 0;
    margin-bottom: 20px;
  }
}
.landing_banner_box_3 {
  width: 30%;
  padding: 0 0 0 27px;
}
@media screen and (max-width: 1366px) {
  .landing_banner_box_3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .landing_banner_box_3 {
    width: 360px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .landing_banner_box_3 {
    width: 284px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.landing_banner_status {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0.055em;
  background: #023980;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 25px 6px 25px 6px;
  padding: 0 36px;
  margin: 0;
}
.landing_banner_room {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.landing_banner_room_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  margin: 0 9px 0 0;
}
.landing_banner_room_text {
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 20px;
}
.landing_banner_room_text p {
  margin: 0;
}
.landing_banner_room_text strong {
  font-weight: normal;
  font-size: 25px;
}
.landing_banner_location {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .landing_banner_location {
    -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-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.landing_banner_location_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 32px;
  margin: 0 14px 0 0;
}
.landing_banner_location_text {
  width: calc(100% - 46px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 17px;
}
.landing_banner_location_text p {
  margin: 0;
}
.landing_banner_location_text strong {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .landing_banner_location_text {
    width: initial;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.politicas_cookies_container {
  padding-bottom: 125px;
}
.politicas_cookies_container.wancho {
  max-width: 1029px;
}
.politicas_cookies_title {
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
}
.politicas_cookies_title strong {
  color: #ffa401;
  display: block;
}
.politicas_cookies_text h3 {
  color: #023980;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 2px;
}
.politicas_cookies_text h4 {
  color: #023980;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
}
.politicas_cookies_text p {
  font-size: 14px;
  color: #000;
}
.politicas_cookies_text ul,
.politicas_cookies_text ol {
  color: #000;
  padding-left: 20px;
}
.politicas_cookies_text li {
  list-style-type: disc;
  margin-top: 10px;
}
.politicas_cookies_table {
  margin-top: 100px;
}
.politicas_cookies_table table {
  width: 100%;
}
.politicas_cookies_table table thead th {
  border: 1px solid #023980;
  height: 78px;
  padding: 0 30px;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 16px;
}
.politicas_cookies_table table thead th:last-child {
  text-align: left;
}
.politicas_cookies_table table tbody td {
  height: 78px;
  padding: 0 30px;
  border: 1px solid #023980;
  color: #000;
  text-align: center;
  font-size: 16px;
}
.politicas_cookies_table table tbody td:last-child {
  text-align: left;
}
@media screen and (max-width: 970px) {
  .politicas_cookies_table {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 970px) {
  .politicas_cookies_table_wrap {
    width: 970px;
    margin: 0;
  }
  .politicas_cookies_table_wrap table {
    width: 100%;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing_error {
  position: relative;
  padding-bottom: 130px;
}
.landing_error:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #e8f4f3;
}
@media screen and (max-width: 640px) {
  .landing_error:before {
    height: 250px;
  }
}
.landing_error_container {
  max-width: 536px;
  width: 93%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.landing_error_container.wancho {
  max-width: 709px;
}
.landing_error_img {
  max-width: 180px;
  width: 100%;
  margin: auto;
  margin-bottom: 36px;
}
.landing_error_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_error_btn {
  padding-top: 50px;
}
.landing_error_btn .g0-cnt-btn {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.landing_error_wrap_info {
  margin-bottom: 65px;
  max-width: 536px;
  margin: auto;
  width: 100%;
  text-align: center;
}
.landing_error_wrap_info h2 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.landing_error_wrap_info h2 strong {
  color: #ffa401;
}
.landing_error_wrap_info p {
  font-size: 16px;
  line-height: 24px;
}
.landing_error_fig {
  margin-top: 65px;
}
.landing_error_fig img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.page_landing header,
.page_landing footer,
.page_landing .f-cookies.message-cookie {
  display: none;
}
.page_landing .cnt-wrapper {
  padding-top: 0;
}
.landing_footer {
  background: #023980;
}
.landing_footer_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 31px 0 25px 0;
}
@media screen and (max-width: 960px) {
  .landing_footer_up {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.landing_footer_box {
  width: calc(100% / 3);
}
@media screen and (max-width: 960px) {
  .landing_footer_box {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .landing_footer_box_3 {
    width: 100%;
  }
}
.landing_footer_logo_1 {
  display: block;
  max-width: 95px;
  width: 100%;
  margin: 0;
}
.landing_footer_logo_1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_footer_logo_2 {
  display: block;
  max-width: 178px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .landing_footer_logo_2 {
    margin-right: 0;
    margin-left: auto;
  }
}
.landing_footer_logo_2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_footer_redes {
  color: #00cec5;
  font-size: 27px;
}
.landing_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;
  -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: 960px) {
  .landing_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;
  }
}
.landing_footer_redes li {
  margin: 0;
  margin-left: 26px;
}
@media screen and (max-width: 960px) {
  .landing_footer_redes li {
    margin-top: 36px;
  }
}
.landing_footer_redes li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .landing_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;
  }
  .landing_footer_redes a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.landing_footer_legales {
  border-top: 1px solid rgba(2,57,128,0.4);
  padding: 23px 0 20px 0;
}
.landing_footer_links {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
}
.landing_footer_links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .landing_footer_links ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.landing_footer_links li {
  margin: 0 0 15px 0;
}
.landing_footer_links li:before {
  content: "|";
  margin: 0 10px;
}
.landing_footer_links li:first-child:before {
  display: none;
}
@media screen and (max-width: 480px) {
  .landing_footer_links li:before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .landing_footer_links 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;
  }
  .landing_footer_links a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.landing_footer_description {
  line-height: 1.7;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  padding: 0 1%;
}
.landing_footer_description p {
  margin: 0;
}
.landing_footer_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(2,57,128,0.4);
  padding: 4px 0;
}
@media screen and (max-width: 960px) {
  .landing_footer_down {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px 0;
  }
}
.landing_footer_down >* {
  width: calc(100% / 3);
}
@media screen and (max-width: 960px) {
  .landing_footer_down >* {
    width: auto;
  }
}
.landing_footer_copyright {
  line-height: 1.1;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .landing_footer_copyright {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.landing_footer_copyright p {
  margin: 0;
}
.landing_footer_team {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .landing_footer_team {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
}
.landing_footer_team_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) {
  .landing_footer_team_link {
    -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;
  }
  .landing_footer_team_link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.landing_footer_team_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin: 0;
}
.landing_footer_team_img {
  width: 73px;
  margin: 0 0 0 6px;
}
.landing_footer_team_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_footer_project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .landing_footer_project {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 6px;
  }
}
.landing_footer_project_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .landing_footer_project_link {
    -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;
  }
  .landing_footer_project_link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.landing_footer_project_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin: 0;
}
.landing_footer_project_img {
  width: 86px;
  margin: 0 0 0 2px;
}
.landing_footer_project_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_footer_horarios {
  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;
  color: #fff;
  font-size: 14px;
  margin: 17px 0px 19px;
  line-height: 21px;
}
.landing_footer_horarios h3 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #e0e0e0;
  text-transform: uppercase;
  margin: 0;
  margin-right: 5px;
}
.landing_footer_horarios ul {
  margin: 0;
  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;
}
.landing_footer_horarios ul li {
  padding-left: 10px;
  margin-left: 6px;
  position: relative;
}
.landing_footer_horarios ul li:before {
  content: '/';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.landing_footer_horarios ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.landing_footer_horarios ul li:first-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .landing_footer_horarios {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing_footer_horarios h3 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .landing_footer_horarios ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing_footer_horarios ul li {
    padding-left: 0;
    margin: 0 auto;
  }
  .landing_footer_horarios ul li:before {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing_form {
  max-width: 493px;
  width: 100%;
  height: 100%;
  background: rgba(2,57,128,0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 59px 47px 47px 47px;
}
@media screen and (max-width: 1024px) {
  .landing_form {
    max-width: none;
    width: auto;
    height: auto;
    background: #023980;
    position: relative;
    top: inherit;
    right: inherit;
    z-index: inherit;
    padding: 50px 0;
  }
}
.landing_form .g5-input-check label {
  color: #f5f4f7;
}
.landing_form .g5-input-check label p {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  margin: 0;
}
.landing_form .g5-input-check label:before {
  border-color: #fff;
}
.landing_form .g5-input-check a {
  color: #00cec5;
}
.landing_form .g5-input-check input:checked ~ label:before {
  border-color: #00cec5;
}
.landing_form .g5-input-check input:checked ~ label:after {
  color: #00cec5;
}
.landing_form .g5-select label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #00cec5;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
}
.landing_form .g5-select label i {
  color: #023980;
  font-weight: bold;
}
.landing_form .g5-select label.fijar i {
  color: #000;
}
.landing_form .g5-select select:focus ~ label i {
  color: #000;
}
.landing_form .g5-select select:focus ~ label:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.landing_form .g5-input,
.landing_form .g5-select {
  background: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.1);
}
.landing_form .g5-input.lp_focus,
.landing_form .g5-select.lp_focus {
  background: #fff;
  border-color: #fff;
}
.landing_form .g5-input label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #00cec5;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
}
.landing_form .g5-input input:focus ~ label:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .landing_form_container {
    max-width: 680px;
    width: 94%;
    margin: 0 auto;
  }
}
.landing_form_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  font-size: 28px;
  padding: 0 10px 0 0;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 960px) {
  .landing_form_title {
    max-width: 343px;
    width: 100%;
    font-size: 24px;
    padding: 0;
  }
}
.landing_form_description {
  line-height: 1.5;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.landing_form_description p {
  margin: 0;
}
.landing_form_required {
  line-height: 1;
  color: #f5f4f7;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.landing_form_required p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.landing_header {
  width: 100%;
  height: 119px;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  filter: drop-shadow(0px 0px 41px rgba(224,224,224,0.25));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.landing_header:before {
  content: "";
  width: 100%;
  height: 78px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .landing_header:before {
    height: 66px;
  }
}
.landing_header.scrolling {
  background: none;
  z-index: 200;
}
.landing_header.scrolling:before {
  -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;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.landing_header.scrolling .landing_header_list a {
  color: #023980;
}
.landing_header.scrolling .landing_header_iconmenu {
  color: #023980;
}
.landing_header_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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .landing_header_content {
    -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;
  }
}
.landing_header_logo {
  max-width: 180px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .landing_header_logo {
    max-width: 134px;
  }
}
.landing_header_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.landing_header_nav {
  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: 78px;
  margin-left: calc(25px + (185 - 25) * ((100vw - 1200px) / (1920 - 1200)));
}
@media screen and (max-width: 1024px) {
  .landing_header_nav {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .landing_header_nav {
    height: 66px;
  }
}
.landing_header_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .landing_header_list {
    display: none;
  }
}
.landing_header_list li {
  margin-right: 24px;
}
.landing_header_list li:last-child {
  margin-right: 0;
}
.landing_header_list li.active a {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.landing_header_link {
  display: block;
  line-height: 1;
  letter-spacing: 0.005em;
  color: #e8f4f3;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .landing_header_link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.landing_overflow {
  overflow: hidden;
}
.landing_header_iconmenu {
  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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  margin: 0 0 0 22px;
}
@media screen and (min-width: 1025px) {
  .landing_header_iconmenu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .landing_header_btn {
    display: none;
  }
}
.landing_header_btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.005em;
  height: 48px;
  background: #ffa401;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 15px;
  padding: 0 34px;
}
.landing_header_menuresp {
  max-width: 320px;
  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;
  bottom: 0;
  right: 0;
  z-index: 1300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
}
.landing_header_menuresp.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);
}
.landing_header_menuresp ul > li.active a {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.landing_header_menuresp ul > li > a {
  color: #023980;
  padding: 12px 30px;
}
.landing_header_menuclose {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 16px;
  margin: 0;
}
.landing_header_menuoverlay {
  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: 700;
}
.landing_header_menuoverlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.politicas_privacidad {
  padding: 70px 0px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .politicas_privacidad {
    padding: 50px 0px;
  }
}
.politicas_privacidad_container.wancho {
  max-width: 1098px;
}
.politicas_privacidad_title {
  padding-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .politicas_privacidad_title {
    text-align: center;
  }
}
.piliticas_privacidad_content {
  color: #000;
}
.piliticas_privacidad_content a {
  text-decoration: underline;
  color: #023980;
}
.piliticas_privacidad_content h2 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #023980;
  margin-bottom: 15px;
}
.piliticas_privacidad_content h1,
.piliticas_privacidad_content h3,
.piliticas_privacidad_content h4,
.piliticas_privacidad_content h5,
.piliticas_privacidad_content h6 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  line-height: 20px;
  color: #023980;
  margin-bottom: 15px;
}
.piliticas_privacidad_content p {
  font-size: 14px;
}
.piliticas_privacidad_content ul,
.piliticas_privacidad_content ol {
  font-size: 14px;
  padding-left: 20px;
}
.piliticas_privacidad_content li {
  margin-bottom: 10px;
  list-style-type: auto;
}
.piliticas_privacidad_content th,
.piliticas_privacidad_content td {
  border: 1px solid #001d85;
  height: 77px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.piliticas_privacidad_content th {
  color: #023980;
  font-weight: 700;
}
.piliticas_privacidad_content td {
  color: #000;
}
.piliticas_privacidad_content table {
  width: 100%;
}
.politicas_privacidad_table {
  border-radius: 20px;
  border: 1px solid #023980;
  overflow: hidden;
  margin-top: 50px;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .politicas_privacidad_table {
    overflow: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
.politicas_privacidad_table table {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .politicas_privacidad_table table {
    width: 1024px;
  }
}
.politicas_privacidad_table thead {
  border-bottom: 1px solid #023980;
}
.politicas_privacidad_table thead th {
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 16px;
  padding: 30px;
  text-align: left;
  border-right: 1px solid #023980;
}
.politicas_privacidad_table thead th:last-child {
  border: none;
}
.politicas_privacidad_table tbody tr {
  border-bottom: 1px solid #023980;
}
.politicas_privacidad_table tbody td {
  padding: 30px;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #023980;
}
.politicas_privacidad_table tbody td:last-child {
  border: none;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.popup_cupon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 500;
  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;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -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;
}
.popup_cupon.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  overflow: auto;
}
.popup_cupon_container {
  max-width: 870px;
  width: 100%;
  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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.popup_cupon_container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.popup_cupon_close {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #ffa401;
  color: #fff;
  top: 20px;
  right: 20px;
  line-height: 40px;
  text-align: center;
}
.popup_cupon_wrapper {
  width: 100%;
  background: #f5f4f7;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.popup_cupon_top {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_background {
  width: 100%;
  height: 355px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .popup_cupon_background {
    height: 300px;
  }
}
.popup_cupon_content {
  width: 100%;
  background: #e8f4f3;
  padding: 28px 0px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_wrap {
  max-width: 720px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 28px;
}
.popup_cupon_left {
  width: 38.612%;
  padding-right: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .popup_cupon_left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .popup_cupon_left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.popup_cupon_logo {
  max-width: 132px;
  width: 100%;
  margin: 0;
}
.popup_cupon_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.popup_cupon_dscto {
  margin-top: 34px;
  background: #00cec5;
  padding: 10px 15px 10px 19px;
  border: 4px solid #fff;
  border-radius: 5px 15px;
  height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Conv_FuturaPTCondExtraBold', sans-serif;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_dscto p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popup_cupon_dscto {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .popup_cupon_dscto {
    margin-top: 20px;
  }
}
.popup_cupon_time {
  margin-top: 48px;
  padding: 12px 0px;
  color: #000;
  border-top: 1px dashed #023980;
  border-bottom: 1px dashed #023980;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_time p {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .popup_cupon_time {
    margin-top: 20px;
  }
}
.popup_cupon_right {
  width: 61.388%;
  padding-left: 38px;
  border-left: 1px dashed #023980;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .popup_cupon_right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .popup_cupon_right {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.popup_cupon_right_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_right_img {
  width: 63px;
}
.popup_cupon_right_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.popup_cupon_right_text {
  width: calc(100% - 63px);
  padding-left: 35px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #023980;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_right_text strong {
  font-weight: bold;
}
.popup_cupon_right_text p {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .popup_cupon_right_text {
    padding-left: 20px;
  }
}
.popup_cupon_description {
  padding-top: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #023980;
  border-top: 1px solid #00cec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_description strong {
  font-weight: bold;
}
.popup_cupon_description p {
  margin: 0;
}
.popup_cupon_links_box {
  margin-top: 25px;
}
.popup_cupon_links_title {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.popup_cupon_links_title p {
  margin: 0;
}
.popup_cupon_links_wrap {
  width: 100%;
  background: #e2efee;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_links_wrap a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #023980;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0px 20px;
  border-left: 1px solid #00cec5;
}
.popup_cupon_links_wrap a:first-child {
  padding-left: 0;
  border: 0;
}
.popup_cupon_links_wrap a:last-child {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .popup_cupon_links_wrap a {
    padding: 0px 10px;
  }
}
.popup_cupon_links_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.popup_cupon_links_bottom {
  width: 100%;
  background: #d9e9e8;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.popup_cupon_nota {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0,196,184,0.37);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_cupon_text {
  max-width: 599px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #000;
  font-size: 11px;
  text-align: center;
}
.popup_cupon_text p {
  margin: 0;
}
.popup_cupon_btn {
  background-color: #fff;
  padding: 20px;
  -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-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_cupon_btn a {
  margin: 0 10px;
}
.popup_cupon_btn .coupon_download {
  border: 0;
  color: #023980;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.popup_sentinel_content p {
  font-size: 16px;
  color: #023980;
  text-align: center;
}
.popup_sentinel_content p strong {
  font-weight: 500;
}
.popup_sentinel_content p a {
  color: #2f80ed;
}
.popup_sentinel_content ul {
  text-align: center;
}
.popup_sentinel_content li {
  margin-bottom: 9px;
}
.popup_sentinel_content li a {
  color: #000;
  font-size: 16px;
}
.popup_sentinel_content li a strong {
  color: #023980;
  font-weight: 500;
  font-size: 16px;
}
h2.popup_sentinel_title {
  color: #023980;
  text-align: center;
  font-size: 40px;
}
h2.popup_sentinel_title strong {
  display: block;
  text-align: center;
  color: #ffa401;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
}
button.popup_sentinel_btn {
  background-color: #fff !important;
  color: #023980 !important;
  border: 1px solid #023980 !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}
button.popup_sentinel_btn:hover {
  background-color: #023980 !important;
  color: #fff !important;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.popupecodetail_main {
  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%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 0;
}
.popupecodetail_main.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popupecodetail_overlay {
  background-color: rgba(0,0,0,0.7);
}
.popupecodetail {
  max-width: 996px;
  width: 94%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.05);
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .popupecodetail {
    max-height: 100%;
    overflow: auto;
  }
}
.popupecodetail_close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #e0e0e0;
  font-size: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  margin: 0;
}
.popupecodetail_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;
  position: relative;
  padding: 69px 45px 65px 45px;
}
@media screen and (max-width: 960px) {
  .popupecodetail_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;
  }
}
@media screen and (max-width: 767px) {
  .popupecodetail_content {
    padding: 70px 15px;
  }
}
.popupecodetail_left {
  width: calc(349% * 100 / 907);
}
@media screen and (max-width: 960px) {
  .popupecodetail_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.popupecodetail_right {
  width: calc(525% * 100 / 907);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .popupecodetail_right {
    width: 100%;
  }
}
.popupecodetail_line {
  max-width: 530px;
  width: 100%;
  position: absolute;
  bottom: 17px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .popupecodetail_line {
    display: none;
  }
}
.popupecodetail_line img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.popupecodetail_mini {
  max-width: 71px;
  width: 100%;
  margin: 0 0 16px 0;
}
.popupecodetail_mini img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.popupecodetail_title {
  display: block;
  line-height: 32px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 24px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .popupecodetail_title {
    line-height: 1.4;
    font-size: 20px;
  }
}
.popupecodetail_description {
  display: block;
  line-height: 24px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popupecodetail_description {
    line-height: 1.5;
    font-size: 14px;
  }
}
.popupecodetail_description p {
  margin: 0;
}
.popupecodetail_slider {
  position: relative;
}
.popupecodetail_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.popupecodetail_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.popupecodetail_play {
  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: 71px;
  height: 71px;
  background-color: #ffa401;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .popupecodetail_play {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.popupecodetail_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 98px;
  position: absolute;
  bottom: 21px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .popupecodetail_controls {
    width: 90px;
    bottom: 10px;
    right: 10px;
  }
}
.popupecodetail_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #00cec5;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .popupecodetail_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .popupecodetail_arrow:hover {
    background-color: #00b0a6;
  }
}
@media screen and (max-width: 767px) {
  .popupecodetail_arrow {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.popuppaycash {
  max-width: 900px;
  width: 94%;
  background: #f5f4f7;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  margin: 100px auto;
}
.popuppaycash_head {
  border-bottom: 1px solid #e4e4e4;
  padding: 26px 111px;
}
@media screen and (max-width: 960px) {
  .popuppaycash_head {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .popuppaycash_head {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popuppaycash_head .g9title_main {
  font-size: calc(18px + (28 - 18) * ((100vw - 375px) / (1920 - 375))) !important;
}
.popuppaycash_up {
  border-bottom: 1px solid #e4e4e4;
  padding: 27px 111px 30px 111px;
}
@media screen and (max-width: 960px) {
  .popuppaycash_up {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .popuppaycash_up {
    padding: 20px 15px;
  }
}
.popuppaycash_codetext {
  line-height: 21px;
  background: rgba(255,201,0,0.17);
  color: #ff9012;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 14px;
  padding: 17px 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .popuppaycash_codetext {
    line-height: 1.2;
    font-size: 14px;
    padding: 10px 5px;
  }
}
.popuppaycash_codetext strong {
  font-weight: 700;
}
.popuppaycash_codetext p {
  margin: 0;
}
.popuppaycash_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popuppaycash_bloxktext {
  width: calc(100% - 200px);
  line-height: 21px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .popuppaycash_bloxktext {
    width: calc(100% - 180px);
    line-height: 1.2;
    font-size: 14px;
  }
}
.popuppaycash_bloxktext p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popuppaycash_bloxkbtn .g0-btn {
    width: 140px;
  }
}
.popuppaycash_down {
  padding: 24px 111px 57px 111px;
}
@media screen and (max-width: 960px) {
  .popuppaycash_down {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .popuppaycash_down {
    padding: 30px 15px;
  }
}
.popuppaycash_subtitle {
  line-height: 23px;
  color: #000;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 18px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .popuppaycash_subtitle {
    font-size: 16px;
  }
}
.popuppaycash_description {
  line-height: 20px;
  color: rgba(17,23,43,0.94);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  mix-blend-mode: normal;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 767px) {
  .popuppaycash_description {
    font-size: 13px;
  }
}
.popuppaycash_description p {
  margin-bottom: 20px;
}
.popuppaycash_description p:last-child {
  margin-bottom: 0;
}
.popuppaycash_cards {
  max-width: 683px;
  width: 100%;
  margin: 14px auto 0 auto;
}
.popuppaycash_cards img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.preguntas_frecuentes {
  padding: 50px 0px;
  background-color: #fff;
  position: relative;
}
.preguntas_frecuentes:after {
  content: "";
  background-image: url("../img/lineab41.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 0;
  right: 0;
  position: absolute;
  width: 571px;
  height: 114px;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .preguntas_frecuentes:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .preguntas_frecuentes {
    padding-bottom: 30px;
  }
}
.preguntas_frecuentes_title {
  padding-bottom: 71px;
}
@media screen and (max-width: 480px) {
  .preguntas_frecuentes_title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .preguntas_frecuentes_overflow {
    overflow: auto;
    padding-bottom: 10px;
  }
}
.preguntas_frecuentes_nav {
  border: 1px solid #e3dcfe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  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;
}
.preguntas_frecuentes_nav a {
  width: calc(100% / 5);
  height: 55px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #828282;
  -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;
  border-radius: 10px;
  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;
}
.preguntas_frecuentes_nav a.active {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  color: #023980;
  background-color: #fff;
  border: 1px solid #023980;
}
@media screen and (min-width: 1025px) {
  .preguntas_frecuentes_nav a:hover {
    color: #023980;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    border: 1px solid #023980;
  }
}
@media screen and (max-width: 1024px) {
  .preguntas_frecuentes_nav {
    width: 1024px;
  }
}
@media screen and (max-width: 1000px) {
  .preguntas_frecuentes_nav {
    width: auto;
    white-space: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .preguntas_frecuentes_nav a {
    width: auto;
  }
}
.preguntas_frecuentes_row {
  padding: 65px 0px;
  background-color: #f5f6f9;
}
@media screen and (max-width: 480px) {
  .preguntas_frecuentes_row {
    padding-top: 50px;
  }
}
.preguntas_frecuentes_container_row {
  position: relative;
}
.preguntas_frecuentes_container_row:before {
  content: '';
  display: block;
  background: url("../img/b4-patron.png") 0px 0px no-repeat;
  position: absolute;
  bottom: -200px;
  width: 331px;
  height: 331px;
  left: -150px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .preguntas_frecuentes_container_row:before {
    display: none;
  }
}
.preguntas_frecuentes_rowinfo {
  background: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .preguntas_frecuentes_rowinfo {
    padding: 40px 20px;
  }
}
.preguntas_frecuentes_rowinfo h2 {
  font-size: 18px;
  line-height: 23px;
  color: #023980;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.preguntas_frecuentes_rowinfo h2:before,
.preguntas_frecuentes_rowinfo h2:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #ffa401;
  border-radius: 20px;
  -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;
}
.preguntas_frecuentes_rowinfo h2:before {
  width: 24px;
  height: 4px;
  right: 10px;
}
.preguntas_frecuentes_rowinfo h2:after {
  content: '';
  width: 4px;
  right: 20px;
  height: 24px;
}
.preguntas_frecuentes_rowinfo h2.is-active {
  color: #023980;
}
.preguntas_frecuentes_rowinfo h2.is-active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
}
.preguntas_frecuentes_rowinfo p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: none;
  margin: 0;
  padding-top: 20px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.proyectos_entregados {
  background-color: #f5f4f7;
  padding: 70px 0px;
}
.proyectos_entregados_row_tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -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: 60px;
}
.proyectos_entregados_title {
  width: 350px;
}
.proyectos_entregados_nav {
  border: 1px solid #e3dcfe;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proyectos_entregados_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -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;
}
.proyectos_entregados_nav li {
  margin: 0;
  width: 130px;
}
.proyectos_entregados_nav a {
  height: 55px;
  line-height: 55px;
  padding: 0px 20px;
  display: block;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
  -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;
}
@media screen and (min-width: 1025px) {
  .proyectos_entregados_nav a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
    border-color: #023980;
  }
}
.proyectos_entregados_nav a.active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  border-color: #023980;
}
@media screen and (max-width: 1024px) {
  .proyectos_entregados_nav {
    width: 100%;
    margin-top: 20px;
    overflow: auto;
  }
  .proyectos_entregados_nav ul {
    width: 640px;
    margin: auto;
  }
  .proyectos_entregados_nav li {
    width: auto;
  }
}
.proyectos_entregados_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;
}
.proyectos_entregados_box {
  width: calc(100% / 4);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proyectos_entregados_box.mix {
  display: none;
}
@media screen and (max-width: 1024px) {
  .proyectos_entregados_box {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 800px) {
  .proyectos_entregados_box {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 640px) {
  .proyectos_entregados_box {
    width: 100%;
  }
}
.proyectos_entregados_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.proyectos_entregados_wrap_box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  overflow: hidden;
}
.proyectos_entregados_info {
  background-color: #fff;
  padding: 20px;
}
.proyectos_entregados_info h3 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: normal;
  color: #023980;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 5px;
}
.proyectos_entregados_info h4 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.proyectos_entregados_info h4 span {
  color: #ffa401;
  position: absolute;
  left: 0;
  top: 2px;
}
.proyectos_entregados_left,
.proyectos_entregados_rigth {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}
.proyectos_entregados_left span,
.proyectos_entregados_rigth span {
  color: #ffa401;
  position: absolute;
  left: 0;
  top: 2px;
}
.proyectos_entregados_left p,
.proyectos_entregados_rigth p {
  padding-left: 20px;
  position: relative;
  margin: 0;
}
.proyectos_entregados_left {
  color: #828282;
}
.proyectos_entregados_rigth {
  color: #000;
}
.proyectos_entregados_column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.zona_parrilla {
  padding: 68px 0px 40px 0px;
}
.recorrido_360 .b46-top {
  top: 105px;
}
@media screen and (max-width: 745px) {
  .recorrido_360 .b46-top {
    top: 80px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g0-cnt-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.g0-cnt-btn.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.g0-btn {
  width: 190px;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  -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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  border: 1px solid #023980;
  font-family: 'Inter', sans-serif;
  color: #023980;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn:hover {
  background-color: #023980;
  color: #fff;
}
.g0-btn:hover span {
  color: #fff;
}
.g0-btn.arrow i {
  font-size: 8px;
  color: #fff;
  margin-top: 3px;
  margin-left: 3px;
}
.g0-btn span {
  margin: 0;
  margin-right: 10px;
  color: #ffa401;
  font-size: 20px;
}
.g0-btn.large {
  width: 100%;
}
.g0-btn.big {
  width: 234px;
}
.g0-btn.small {
  width: 120px;
}
.g0-btn.w91 {
  width: 91px;
}
.g0-btn.w117 {
  width: 117px;
}
.g0-btn.w127 {
  width: 127px;
}
.g0-btn.w136 {
  width: 136px;
}
.g0-btn.w206 {
  width: 206px;
}
.g0-btn.bgcblue {
  background-color: #023980;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.g0-btn.bgcblue span {
  color: #fff;
  font-size: 20px;
}
.g0-btn.bgcblue:hover {
  background-color: #1c3491;
  border-color: #1c3491;
}
.g0-btn.bgcyellow {
  background-color: #ffa401;
  color: #fff;
  border-color: #ffa401;
}
.g0-btn.bgcyellow2 {
  background-color: #ffa401;
  color: #023980;
  border-color: #ffa401;
}
.g0-btn.bgcwhite {
  background-color: #fff;
  border-color: transparent;
  color: #023980;
}
.g0-btn.green {
  width: 180px;
  background-color: #00cec5;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g0-btn.green:hover {
  background-color: #00b0a6;
}
.g0-btn.redfull {
  width: 100%;
  background-color: #ffa401;
  color: #fff;
  border-color: #ffa401;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g0-btn.redfull:hover {
  background: #cf1424;
}
.g0-btn.lineblue {
  background: transparent;
}
.g0-btn.lineblue:hover {
  background-color: #023980;
  color: #fff;
}
.g0-btn.linewhite {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.g0-btn.linewhite:hover {
  background: #fff;
  color: #023980;
}
@media screen and (max-width: 1024px) {
  .g0-btn.linewhite {
    background: #fff;
    color: #023980;
  }
}
.g0-btn.lineblack {
  background: transparent;
  border-color: #000;
  color: #000;
}
.g0-btn.lineblack:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .g0-btn.lineblack {
    background: #000;
    color: #fff;
  }
}
.g0-item-desplegable {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 20px;
  height: 70px;
  padding-right: 30px;
  cursor: pointer;
}
.g0-item-desplegable p {
  margin: 0;
}
.g0-item-desplegable figure {
  margin: 0;
  margin-right: 20px;
}
.g0-item-desplegable figure img {
  width: auto;
  height: 58px;
  display: block;
}
.g0-iten-inlist:hover .g0-name {
  font-weight: 600;
}
.g0-name {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #333;
}
.g0-open-desplegable {
  position: relative;
  cursor: pointer;
  height: 90px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
}
.g0-open-desplegable:after {
  content: "\e608";
  font-family: 'icomoon';
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  height: 20px;
  bottom: 0;
  margin: auto 0;
}
.g0-desplegable-wrap {
  position: relative;
}
.g0-desplegable-wrap.only-name-project .g0-item-desplegable {
  padding-bottom: 0;
  padding-top: 0;
}
.g0-desplegable-wrap.only-name-project .g0-name {
  font-size: 13px;
  text-transform: uppercase;
}
.g0-submenu {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1px;
  display: none;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.n-title-acordeon {
  min-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding: 5px 0;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'FuturaPT-Bold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-title-acordeon:after {
  content: "\e903";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  margin: auto;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffa401;
}
.n-title-acordeon.active {
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
}
.n-title-acordeon.active:after {
  content: "\e911";
  font-size: 4px;
}
.n-title-acordeon:hover {
  color: #00cec5;
  font-family: 'FuturaPT-Bold', sans-serif;
  border-bottom: none;
}
.b41_condiciones_title {
  min-height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding: 5px 0;
  padding-right: 40px;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'FuturaPT-Bold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-itemacordeon,
.b41_condiciones_itm {
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
  background-color: #fff;
  padding: 25px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
@media screen and (max-width: 745px) {
  .n-itemacordeon,
  .b41_condiciones_itm {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.n-itemacordeon:last-child,
.b41_condiciones_itm:last-child {
  margin-bottom: 0;
}
.n-contenido-acordeon {
  font-size: 14px;
  padding: 12px 10px;
  padding-right: 40px;
  text-align: justify;
  display: none;
  line-height: 20px;
  color: #000;
}
.b41_condiciones_text {
  font-size: 14px;
  padding: 12px 10px;
  padding-right: 40px;
  text-align: justify;
  line-height: 20px;
  color: #000;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g2-wrap-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0%;
  overflow: auto;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g2-wrap-popup.hide-close .g2-close-popup {
  display: none;
}
.g2-wrap-popup.g2-close-in .g2-close-popup {
  top: 10px;
  right: 10px;
}
.g2-wrap-popup.g2-close-in-color .g2-close-popup {
  top: 10px;
  right: 10px;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}
@media screen and (max-width: 1062px) {
  .g2-wrap-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.g2-wrap-popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: 100%;
  visibility: visible;
}
.g2-popup-content {
  position: relative;
  display: block;
}
.g2-popup {
  margin: 0 auto;
  max-height: 100%;
  position: relative;
  width: 100%;
}
.g2-close-popup {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  color: #fff;
  background-color: #023980;
  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;
  font-size: 28px;
  position: absolute;
  top: -29px;
  right: -15px;
  cursor: pointer;
}
@media screen and (max-width: 1062px) {
  .g2-close-popup {
    top: -10px;
    right: -5px;
  }
}
.g2-close-popup:hover {
  background-color: #000;
}
.g2-close-popup:after {
  content: "\e605";
  font-family: 'icomoon';
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (min-width: 1025px) {
  .g3-anima.anima .g3-move-left-0,
  .g3-anima.anima .g3-move-left-1,
  .g3-anima.anima .g3-move-left-2,
  .g3-anima.anima .g3-move-right-0,
  .g3-anima.anima .g3-move-right-1,
  .g3-anima.anima .g3-move-right-2,
  .g3-anima.anima .g3-move-right-3,
  .g3-anima.anima .g3-move-right-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .g3-anima.anima .g3-move-up-0,
  .g3-anima.anima .g3-move-up-1,
  .g3-anima.anima .g3-move-up-2,
  .g3-anima.anima .g3-move-up-3,
  .g3-anima.anima .g3-move-up-4,
  .g3-anima.anima .g3-move-down-0,
  .g3-anima.anima .g3-move-down-1,
  .g3-anima.anima .g3-move-down-2,
  .g3-anima.anima .g3-move-down-3,
  .g3-anima.anima .g3-move-down-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .g3-anima.anima .g3-scale-0,
  .g3-anima.anima .g3-scale-1,
  .g3-anima.anima .g3-scale-4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .g3-anima.anima .g3-rotate-0,
  .g3-anima.anima .g3-rotate-2,
  .g3-anima.anima .g3-rotate-3 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .g3-move-left-0,
  .g3-move-left-1,
  .g3-move-left-2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g3-move-left-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g3-move-left-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g3-move-right-0,
  .g3-move-right-1,
  .g3-move-right-2,
  .g3-move-right-3,
  .g3-move-right-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g3-move-right-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g3-move-right-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g3-move-right-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g3-move-right-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g3-scale-0,
  .g3-scale-1,
  .g3-scale-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .g3-scale-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g3-scale-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g3-rotate-0,
  .g3-rotate-2,
  .g3-rotate-3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -ms-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .g3-rotate-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g3-rotate-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g3-move-up-0,
  .g3-move-up-1,
  .g3-move-up-2,
  .g3-move-up-3,
  .g3-move-up-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g3-move-up-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g3-move-up-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g3-move-up-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g3-move-up-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .g3-move-down-0,
  .g3-move-down-1,
  .g3-move-down-2,
  .g3-move-down-3,
  .g3-move-down-4 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .g3-move-down-1 {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .g3-move-down-2 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .g3-move-down-3 {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .g3-move-down-4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (max-width: 480px) {
}
.g5-radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 25px;
}
.g5-radio-group.space {
  margin: 25px 0;
}
.g5-input-radio {
  margin-left: 50px;
  color: #484848;
  font-weight: 500;
}
.g5-input-radio:first-child {
  margin-left: 0;
}
.g5-input-radio input {
  display: none;
}
.g5-input-radio input:checked + label:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g5-input-radio input:checked + label:after {
  border-color: #ffa401;
}
.g5-input-radio label {
  padding-left: 5px;
  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;
  display: block;
}
.g5-input-radio label:before {
  width: 16px;
  height: 16px;
  background-color: #ffa401;
  content: "";
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.g5-input-radio label:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 3px solid #d2d2d2;
  top: -6px;
  left: -1px;
  display: block;
}
.g5-input-radio.g5-input-radio-green label:before {
  background-color: #00cec5;
}
.g5-input-radio.g5-input-radio-green input:checked + label:after {
  border-color: #00cec5;
}
.g5-input-two {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.g5-input-two .g5-input,
.g5-input-two .g5-select,
.g5-input-two .g5-textarea {
  width: 48.5%;
}
.g5-input-tree {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.g5-input-tree .g5-input,
.g5-input-tree .g5-select,
.g5-input-tree .g5-textarea {
  width: 31.8%;
}
.g5-input,
.g5-select,
.g5-textarea {
  background-color: #00cec5;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 12px;
/*&:hover
		input, select, textarea
			border-bottom 1px solid c-6*/
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.g5-input.focus,
.g5-select.focus,
.g5-textarea.focus {
  border: 1px solid #023980;
}
.g5-input ::-webkit-input-placeholder,
.g5-select ::-webkit-input-placeholder,
.g5-textarea ::-webkit-input-placeholder {
  color: #ffa401;
  font-family: 'Montserrat', sans-serif;
}
.g5-input :-moz-placeholder,
.g5-select :-moz-placeholder,
.g5-textarea :-moz-placeholder {
  color: #ffa401;
  font-family: 'Montserrat', sans-serif;
}
.g5-input ::-moz-placeholder,
.g5-select ::-moz-placeholder,
.g5-textarea ::-moz-placeholder {
  color: #ffa401;
  font-family: 'Montserrat', sans-serif;
}
.g5-input :-ms-input-placeholder,
.g5-select :-ms-input-placeholder,
.g5-textarea :-ms-input-placeholder {
  color: #ffa401;
  font-family: 'Montserrat', sans-serif;
}
.g5-input input,
.g5-select input,
.g5-textarea input,
.g5-input select,
.g5-select select,
.g5-textarea select,
.g5-input textarea,
.g5-select textarea,
.g5-textarea textarea {
  border: 0;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  line-height: 20px;
  position: absolute;
  color: #000;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow: hidden;
}
.g5-input input:-webkit-autofill,
.g5-select input:-webkit-autofill,
.g5-textarea input:-webkit-autofill,
.g5-input select:-webkit-autofill,
.g5-select select:-webkit-autofill,
.g5-textarea select:-webkit-autofill,
.g5-input textarea:-webkit-autofill,
.g5-select textarea:-webkit-autofill,
.g5-textarea textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 200px #fff inset;
  -webkit-text-fill-color: #808080;
  border-radius: 12px;
}
.g5-input input:focus ~ label span,
.g5-select input:focus ~ label span,
.g5-textarea input:focus ~ label span,
.g5-input select:focus ~ label span,
.g5-select select:focus ~ label span,
.g5-textarea select:focus ~ label span,
.g5-input textarea:focus ~ label span,
.g5-select textarea:focus ~ label span,
.g5-textarea textarea:focus ~ label span {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-size: 12px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g5-input input:focus ~ label i,
.g5-select input:focus ~ label i,
.g5-textarea input:focus ~ label i,
.g5-input select:focus ~ label i,
.g5-select select:focus ~ label i,
.g5-textarea select:focus ~ label i,
.g5-input textarea:focus ~ label i,
.g5-select textarea:focus ~ label i,
.g5-textarea textarea:focus ~ label i,
.g5-input input:focus ~ label .g5-icoinpu,
.g5-select input:focus ~ label .g5-icoinpu,
.g5-textarea input:focus ~ label .g5-icoinpu,
.g5-input select:focus ~ label .g5-icoinpu,
.g5-select select:focus ~ label .g5-icoinpu,
.g5-textarea select:focus ~ label .g5-icoinpu,
.g5-input textarea:focus ~ label .g5-icoinpu,
.g5-select textarea:focus ~ label .g5-icoinpu,
.g5-textarea textarea:focus ~ label .g5-icoinpu {
  font-size: 20px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.g5-input input:focus ~ label .g5-icoinput,
.g5-select input:focus ~ label .g5-icoinput,
.g5-textarea input:focus ~ label .g5-icoinput,
.g5-input select:focus ~ label .g5-icoinput,
.g5-select select:focus ~ label .g5-icoinput,
.g5-textarea select:focus ~ label .g5-icoinput,
.g5-input textarea:focus ~ label .g5-icoinput,
.g5-select textarea:focus ~ label .g5-icoinput,
.g5-textarea textarea:focus ~ label .g5-icoinput {
  font-size: 15px;
}
.g5-input select,
.g5-select select,
.g5-textarea select {
  color: #000;
  cursor: pointer;
}
.g5-input select::-ms-expand,
.g5-select select::-ms-expand,
.g5-textarea select::-ms-expand {
  display: none;
}
.g5-input label,
.g5-select label,
.g5-textarea label {
  display: block;
  height: 60px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g5-input label.fijar span,
.g5-select label.fijar span,
.g5-textarea label.fijar span {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.g5-input label.fijar i,
.g5-select label.fijar i,
.g5-textarea label.fijar i,
.g5-input label.fijar .g5-icoinput,
.g5-select label.fijar .g5-icoinput,
.g5-textarea label.fijar .g5-icoinput {
  font-size: 20px;
  top: 20px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.g5-input label.fijar .g5-icoinput,
.g5-select label.fijar .g5-icoinput,
.g5-textarea label.fijar .g5-icoinput {
  font-size: 15px;
}
.g5-input label i,
.g5-select label i,
.g5-textarea label i,
.g5-input label .g5-icoinput,
.g5-select label .g5-icoinput,
.g5-textarea label .g5-icoinput {
  font-size: 25px;
  color: #8a8a8a;
  position: absolute;
  right: 5px;
  bottom: 18px;
  display: inline-block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
}
.g5-input label .g5-icoinput,
.g5-select label .g5-icoinput,
.g5-textarea label .g5-icoinput {
  font-size: 20px;
  color: #ffa401;
  left: 14px;
}
.g5-input .no-effect span,
.g5-select .no-effect span,
.g5-textarea .no-effect span,
.g5-input .no-effect i,
.g5-select .no-effect i,
.g5-textarea .no-effect i,
.g5-input .no-effect .g5-icoinput,
.g5-select .no-effect .g5-icoinput,
.g5-textarea .no-effect .g5-icoinput {
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -o-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
}
.g5-input .no-effect span,
.g5-select .no-effect span,
.g5-textarea .no-effect span {
  font-size: 14px !important;
  font-weight: 600;
  color: #023980;
  padding: 0 50px;
}
.g5-input span,
.g5-select span,
.g5-textarea span {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  padding: 0 10px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.g5-text-input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 200px;
  font-weight: 300;
  font-size: 14px;
  color: #24272a;
  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;
}
.g5-input.two-inner {
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .g5-input.two-inner .g5-input,
  .g5-input.two-inner .g5-select,
  .g5-input.two-inner .g5-textarea {
    margin-bottom: 0;
  }
}
.g5-input-file {
  border: 1px dashed #f5f6f9;
  background-color: #f5f6f9;
  position: relative;
}
.g5-input-file label {
  position: relative;
  z-index: 1;
}
.g5-input-file input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.g5-inpufile-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  pointer-events: none;
  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: #023980;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
}
.g5-textarea {
  width: 100%;
  margin-bottom: 10px;
}
.g5-textarea textarea {
  line-height: 100%;
  height: 82px;
  margin-top: 35px;
  position: static;
}
.g5-textarea label {
  height: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
.g5-textarea label span {
  height: 100%;
}
.g5-input-check {
  position: relative;
  margin-bottom: 10px;
}
.g5-input-check input {
  width: 0;
  visibility: hidden;
  position: absolute;
}
.g5-input-check input:checked ~ label:before {
  border: 1px solid #023980;
}
.g5-input-check input:checked ~ label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #023980;
}
.g5-input-check label {
  line-height: 100%;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #000;
  position: relative;
  padding-left: 30px;
  margin: auto 0;
  display: inline-block;
  line-height: 15px;
}
.g5-input-check label:after {
  content: "\e90f";
  font-family: 'icomoon';
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 3px;
  display: block;
  color: #023980;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.g5-input-check label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #023980;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g5-input-check a {
  display: inline;
  color: #023980;
  font-weight: 500;
  text-decoration: underline;
}
.g5-input-check.denuncia label {
  font-weight: 600;
  font-size: 14px;
}
.g5-required {
  color: #000;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
}
.g5-politicas {
  padding-top: 18px;
  margin-bottom: 25px;
}
.g5-politicas.center {
  text-align: center;
}
.g5-politicas.aleft .g5-input-check {
  text-align: left;
}
.g5-form.white .g5-input,
.g5-form.white .g5-select,
.g5-form.white .g5-textarea {
  border-bottom: 1px solid #fff;
}
.g5-form.white .g5-input input,
.g5-form.white .g5-select input,
.g5-form.white .g5-textarea input,
.g5-form.white .g5-input select,
.g5-form.white .g5-select select,
.g5-form.white .g5-textarea select,
.g5-form.white .g5-input textarea,
.g5-form.white .g5-select textarea,
.g5-form.white .g5-textarea textarea {
  color: #fff;
}
.g5-form.white .g5-input select,
.g5-form.white .g5-select select,
.g5-form.white .g5-textarea select {
  color: #fff;
}
.g5-form.white .g5-input select:focus,
.g5-form.white .g5-select select:focus,
.g5-form.white .g5-textarea select:focus {
  color: #023980;
}
.g5-form.white .g5-input span,
.g5-form.white .g5-select span,
.g5-form.white .g5-textarea span {
  color: #fff;
}
.g5-form.white .g5-input-check label {
  color: #fff;
}
.g5-form.white .g5-input-check {
  text-align: left;
}
.g5-form.white .g5-input-check input:checked ~ label:before {
  background-color: #023980;
}
.g5-form.white i {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .g5-input.two-inner {
    width: 100%;
  }
  .g5-input-tree {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g5-input-tree .g5-input,
  .g5-input-tree .g5-select {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .g5-input-two {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g5-input-two .g5-input,
  .g5-input-two .g5-select {
    width: 100%;
  }
  .g5-input-two.two-in-two,
  .g5-input.two-inner {
    margin-bottom: 0;
  }
  .g5-text-input {
    left: 180px;
    font-size: 12px;
  }
}
.g5-headtexts {
  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;
}
.g5-foottext {
  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;
}
.g5-text-remove {
  display: block;
  line-height: 20px;
  color: #ffa401;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  cursor: pointer;
  margin: 0 0 12px 0;
}
.g5-text-add {
  display: block;
  line-height: 20px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
}
.g5-subtitle-inter-400-12 {
  display: block;
  line-height: 16px;
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
.g5-subtitle-inter-400-12 p {
  margin: 0;
}
.g5-subtitle-inter-400-14 {
  display: block;
  line-height: 20px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.g5-subtitle-inter-600-16 {
  display: block;
  line-height: 21px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.g5-block {
  border-top: 1px solid #d9eceb;
  padding-top: 32px;
  margin-top: 32px;
}
.g5-text-gray {
  color: #000;
}
.g5-mt14 {
  margin-top: 14px;
}
.g5-mt32 {
  margin-top: 32px;
}
.g5-mb12 {
  margin-bottom: 12px;
}
.g5-mb16 {
  margin-bottom: 16px;
}
.g5-mb20 {
  margin-bottom: 20px;
}
.g5-mb32 {
  margin-bottom: 32px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g7item {
  display: block;
  max-width: 280px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .g7item .g7item_portada img {
    -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;
  }
  .g7item:hover .g7item_portada img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.g7item_tag {
  display: inline-block;
  background: #023980;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  border-radius: 25px 0 25px 0;
  position: absolute;
  top: 14px;
  left: 17px;
  z-index: 2;
  padding: 8px 38px;
  margin: 0;
}
.g7item_portada {
  width: 100%;
  margin: 0;
}
.g7item_portada img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.g7item_info {
  width: 100%;
  min-height: 155px;
  background: -webkit-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -moz-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -o-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: -ms-linear-gradient(270deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  background: linear-gradient(180deg, rgba(2,19,83,0) 0%, rgba(17,23,43,0.94) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}
.g7item_logo {
  max-width: 95px;
  width: 100%;
  margin: 0 auto 10px auto;
}
.g7item_logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.g7item_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
}
.g7item_textdetail {
  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: 43px;
  line-height: 1.1;
  color: #f5f4f7;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g7item_textdetail strong {
  display: inline-block;
}
.g7item_textdetail p {
  margin: 0;
}
.g7item_textdetail:first-child {
  width: 44.5%;
  padding-right: 13px;
}
.g7item_textdetail:first-child:before {
  content: "";
  width: 1px;
  height: 23px;
  background: #e0e6fb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.g7item_textdetail:last-child {
  width: 55.5%;
  font-weight: 500;
  padding-left: 13px;
}
.g7item_textsub {
  line-height: 1.1;
  color: #f5f4f7;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #f2f2f2;
  padding: 14px 0;
  margin: 0;
}
.g7item_district {
  line-height: 24px;
  letter-spacing: 0.66px;
  background: #001d85;
  border-radius: 20px 5px;
  color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .g7item_district {
    margin-bottom: 10px;
  }
}
.g7item_detail {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .g7item_detail {
    margin-bottom: 10px;
  }
}
.g7item_detail:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  position: absolute;
  top: 0;
  left: 33.3333%;
  z-index: 2;
}
.g7item_detail:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  position: absolute;
  top: 0;
  right: 33.3333%;
  z-index: 2;
}
.g7item_detail_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.g7item_detail_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(1.5px);
  position: absolute;
  top: 0;
  left: 0;
}
.g7item_detail_wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 3);
  height: 57px;
  line-height: 24px;
  letter-spacing: 0.07px;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .g7item_detail_wrap a {
    font-size: 12px;
    height: 44px;
  }
}
.g7item_btnform {
  margin-bottom: 16px;
}
.g7item_whatsapp {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 2;
}
.g7item_whatsapp:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.59);
  backdrop-filter: blur(8.5px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.g7item_whatsapp_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #023980;
  font-size: 24px;
  position: relative;
  z-index: 2;
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g8select {
  max-width: 306px;
  width: 100%;
  position: relative;
  margin: 0;
}
.g8select select {
  width: 100%;
  height: 52px;
  background: #fff;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
  padding: 0 54px;
}
.g8select_icon_location {
  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: 18px;
  height: 18px;
  line-height: 1;
  color: #ffa401;
  font-size: 18px;
  pointer-events: none;
  position: absolute;
  top: 17px;
  left: 24px;
}
.g8select_icon_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #000;
  font-size: 8px;
  pointer-events: none;
  position: absolute;
  top: 14px;
  right: 16px;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g9title_mini {
  display: block;
  line-height: 1;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.g9title_main {
  line-height: 1.2;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: calc(20px + (36 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin: 0;
}
.g9title_main strong {
  color: #ffa401;
  font-weight: normal;
}
.g9title_main.g9title_size40 {
  font-size: calc(26px + (40 - 26) * ((100vw - 375px) / (1920 - 375)));
}
.g9title_main.g9title_green {
  color: #00cec5;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
  background-color: #fff;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  overflow: hidden;
  position: relative;
}
.b1 .owl-nav {
  display: none;
}
.b1 .owl-dots {
  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;
  position: absolute;
  -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%;
  bottom: 65px;
}
.b1 .owl-dot {
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b1 .owl-dot:first-child {
  margin-left: 0;
}
.b1 .owl-dot:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b1 .owl-dot:hover:after,
.b1 .owl-dot.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1000px) {
  .b1 .owl-dots {
    bottom: 35px;
  }
}
@media screen and (max-width: 745px) {
  .b1 .owl-dots {
    bottom: 20px;
  }
}
.b1-item-sl {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b1-item-sl .wancho {
  height: 750px;
  z-index: 4;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .b1-item-sl .wancho {
    height: 640px;
  }
}
@media screen and (max-width: 745px) {
  .b1-item-sl .wancho {
    padding-top: 60px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b1-item-sl.capa:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: absolute;
  z-index: 1;
}
.b1-content-slider {
  position: relative;
}
.b1-logo-torre {
  margin-bottom: 33px;
}
.b1-logo-torre img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b1-logo-torre {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 64px;
    width: 100%;
    margin: 0 auto 12px auto;
  }
}
@media screen and (max-width: 480px) {
  .b1-logo-torre {
    display: none;
  }
}
.b1-texto {
  margin-bottom: 33px;
  max-width: 800px;
}
@media screen and (max-width: 745px) {
  .b1-texto {
    max-width: 272px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.b1-title {
  font-size: 16px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
@media screen and (max-width: 745px) {
  .b1-title {
    font-size: 12px;
  }
}
.b1-sub-title {
  font-size: 44px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .b1-sub-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 745px) {
  .b1-sub-title {
    font-size: 22px;
  }
}
.b1-contador {
  width: 181px;
  height: 181px;
  background-color: #023980;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  right: 200px;
  z-index: 2;
}
.b1-contador:after {
  content: "";
  top: 0;
  left: -10px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #00cec5;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 1300px) {
  .b1-contador {
    right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .b1-contador {
    right: 40px;
    bottom: 60px;
    width: 161px;
    height: 161px;
  }
  .b1-contador:after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 745px) {
  .b1-contador {
    right: 20px;
    width: 126px;
    height: 126px;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
  }
  .b1-contador:after {
    width: 140px;
    height: 140px;
    left: -8px;
  }
}
@media screen and (max-width: 745px) {
  .b1-contador {
    display: none;
  }
}
.b1-figura-house {
  margin-bottom: 8px;
}
.b1-figura-house img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b1-figura-house {
    margin-bottom: 5px;
    width: 28px;
  }
}
.b1-entregado {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #f5f4f7;
  max-width: 118px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .b1-entregado {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 745px) {
  .b1-entregado {
    font-size: 12px;
  }
}
.b1-cantidad {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b1-cantidad span {
  margin: 0;
  margin-right: 5px;
  color: #f5f4f7;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .b1-cantidad span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b1-cantidad span {
    font-size: 16px;
    line-height: 35px;
  }
}
.b1-numero {
  font-size: 25px;
  color: #f5f4f7;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .b1-numero {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b1-numero {
    line-height: 35px;
    font-size: 16px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  background: #fff;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .b2 {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .b2 {
    padding: 50px 0;
  }
}
.b2content {
  max-width: 1224px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b2content:after {
    content: "";
    width: 89px;
    height: 89px;
    background: #ffa401;
    border-radius: 5px 5px 25px 5px;
    -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
    box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
    position: absolute;
    bottom: 65px;
    right: -28px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b2content {
    width: 100%;
  }
}
.b2head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 13px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .b2head {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.b2title {
  max-width: 502px;
  width: calc(100% - 350px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2title {
    max-width: none;
    width: 100%;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b2select>* {
    max-width: none;
  }
}
.b2items {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b2slider_mobile {
    padding-left: 3%;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .b2wrap {
    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 (min-width: 768px) and (max-width: 1024px) {
  .b2wrap {
    width: calc(100% + 26px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .b2itembox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc(25% - 26px);
    margin: 34px 13px 0 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b2itembox {
    width: calc(33.333333333333336% - 26px);
  }
  .b2itembox>* {
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .b2itembox {
    width: calc(50% - 26px);
  }
}
@media screen and (max-width: 767px) {
  .b2itembox>* {
    max-width: none;
  }
}
@media screen and (max-width: 745px) {
  .b2itembox .g7item_portada img {
    height: 430px;
    object-fit: cover;
  }
}
.b2btnlink {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .b2btnlink {
    margin-top: 28px;
  }
}
.b2figure {
  width: 283px;
  position: absolute;
  bottom: -195px;
  left: -124px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2figure {
    display: none;
  }
}
.b2figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  max-width: 800px;
  border-radius: 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.b20 img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  background: #f5f6f9;
  position: relative;
  padding: 73px 0;
}
@media screen and (max-width: 960px) {
  .b3 {
    padding: 0;
  }
}
.b3:before {
  content: "";
  width: 44.0104%;
  height: 100%;
  background: #023980;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b3:before {
    display: none;
  }
}
.b3line1 {
  width: 464px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3line1 {
    display: none;
  }
}
.b3line1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3line2 {
  width: 612px;
  position: absolute;
  top: -46px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3line2 {
    display: none;
  }
}
.b3line2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3wasi_tab_content.desktop .b3wasi_slider_box {
  max-width: 1274px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .b3wasi_tab_content.desktop .b3wasi_slider_box {
    max-width: 804px;
  }
}
@media screen and (max-width: 768px) {
  .b3wasi_tab_content.desktop .b3wasi_slider_box {
    max-width: 668px;
  }
}
@media screen and (max-width: 768px) {
  .b3wasi_tab_content.desktop .b3wasi_slider_box {
    width: 90%;
  }
}
.b3content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .b3content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    width: 100%;
  }
}
.b3left {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 49px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3left {
    width: 100%;
    background: #023980;
    padding: 35px 3% 63px 3%;
  }
}
.b3center {
  width: 36%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b3center {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
  }
  .b3center:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #023980;
    position: absolute;
    top: 0;
    left: 0;
  }
  .b3center:after {
    content: "";
    width: 100%;
    height: 50%;
    background: #eaebf0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.b3right {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(30px + (102 - 30) * ((100vw - 375px) / (1920 - 375)));
}
@media screen and (max-width: 960px) {
  .b3right {
    width: 100%;
    padding: 45px 3% 48px 3%;
  }
}
.b3titles {
  margin-bottom: 30px;
}
.b3titles span {
  color: #fff;
}
.b3titles strong {
  color: #ffa401;
}
.b3titles .g9title_main {
  color: #fff;
}
.b3buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3buttons>* {
  margin: 15px 15px 0 0;
}
.b3buttons>*:last-child {
  margin-right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b3buttons .g0-btn {
  width: 157px;
  padding: 0;
}
.b3portada {
  max-width: 432px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b3portada {
    width: 90%;
  }
}
@media screen and (max-width: 745px) {
  .b3portada {
    width: 80%;
  }
}
.b3portada:before {
  content: "";
  width: 89px;
  height: 89px;
  background: #ffa401;
  border-radius: 20px 4px 4px 4px;
  position: absolute;
  top: -28px;
  left: -25px;
}
@media screen and (max-width: 960px) {
  .b3portada:before {
    width: 59px;
    height: 59px;
    top: -19px;
    left: -17px;
  }
}
.b3portada:after {
  content: "";
  width: 66px;
  height: 66px;
  background: #ffa401;
  border-radius: 4px 4px 20px 4px;
  position: absolute;
  bottom: -22px;
  right: -25px;
}
@media screen and (max-width: 960px) {
  .b3portada:after {
    width: 44px;
    height: 44px;
    bottom: -16px;
    right: -17px;
    z-index: 1;
  }
}
.b3portada img {
  border-radius: 20px 60px 20px 60px;
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.b3box {
  margin-bottom: 22px;
}
.b3box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 745px) {
  .b3box {
    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;
  }
}
.b3textup {
  line-height: 1;
  color: #023980;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 44px;
  margin-bottom: 5px;
}
.b3textup p {
  margin: 0;
}
.b3textdown {
  line-height: 1.1;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.b3textdown p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b3textdown {
    margin-left: 10px;
  }
}
.b3description {
  line-height: 24px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-top: 48px;
}
.b3description p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
}
.b30:after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 765px;
  height: 114px;
  background-image: url("../img/lineab30.png");
  z-index: 1;
  pointer-events: none;
  display: none;
}
.b30 .wancho {
  position: relative;
  z-index: 3;
}
.b30 .owl-nav {
  position: absolute;
  top: -85px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  right: 0;
}
.b30 .owl-prev,
.b30 .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  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: #ffa401;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(2,57,128,0.3);
}
.b30 .owl-next {
  margin-left: 20px;
}
@media screen and (max-width: 745px) {
  .b30 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .b30:after {
    display: none;
  }
  .b30 .owl-nav {
    position: static;
    -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: 20px;
  }
}
.b30-fila-top {
  margin-bottom: 40px;
  position: relative;
}
.b30-title {
  line-height: 1.2;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: calc(20px + (36 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin: 0;
  padding-right: 65px;
}
.b30-title strong {
  color: #ffa401;
  display: block;
}
.b30-contador {
  font-size: 30px;
  color: #023980;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  position: absolute;
  bottom: 2px;
  right: 130px;
}
@media screen and (max-width: 745px) {
  .b30-contador {
    right: 0;
    font-size: 22px;
  }
}
.b30-slider.desktop {
  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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b30-slider.desktop .b30-item-sl {
  width: 49%;
  margin-left: 2%;
}
.b30-slider.desktop .b30-item-sl:nth-child(2n+1) {
  margin-left: 0;
}
.b30-slider.desktop .b30-item-sl:first-child {
  margin-left: 0;
}
.b30-item-sl {
  background-color: #fff;
  -webkit-box-shadow: -1px 4px 18px rgba(203,201,201,0.5);
  box-shadow: -1px 4px 18px rgba(203,201,201,0.5);
  border-radius: 33px;
  padding: 55px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .b30-item-sl {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 745px) {
  .b30-item-sl {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b30-left-item {
  width: 33%;
}
@media screen and (max-width: 745px) {
  .b30-left-item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.b30-figura {
  border-radius: 100%;
  margin-bottom: 25px;
}
.b30-figura img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b30-figura {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b30-nombre {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
}
.b30-dato {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.b30-right-item {
  width: 60%;
}
@media screen and (max-width: 745px) {
  .b30-right-item {
    width: 100%;
  }
}
.b30-title-item {
  font-size: 20px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  line-height: 27px;
  margin-bottom: 20px;
}
.b30-description-item {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b33 {
  padding: 60px 0;
  background-color: #e8f4f3;
}
.b33 .owl-item .g7item {
  max-width: none;
}
.b33 .owl-nav {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 20px;
}
.b33 .owl-next {
  margin-left: 5px;
}
.b33 .owl-prev,
.b33 .owl-next {
  width: 45px;
  height: 45px;
  background-color: #023980;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  cursor: pointer;
}
.b33 .owl-prev:hover,
.b33 .owl-next:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 480px) {
  .b33 .owl-nav {
    position: static;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 25px;
  }
}
.b33-slider .g7item_tag {
  background-color: #ffa401;
}
.b33-slider.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b33-slider.desktop .g7item {
  margin-left: 25px;
}
.b33-slider.desktop .g7item:first-child {
  margin-left: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b34 {
  background-color: #f5f4f7;
  padding-left: 105px;
  padding-right: 66px;
  padding-bottom: 60px;
  max-width: 1127px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  max-height: 100%;
  overflow: auto;
  z-index: 102;
}
.b34.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.b34.active.moveleft {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.b34.hide {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
}
.b34:after {
  content: "";
  height: 100%;
  width: 66px;
  background-color: #023980;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .b34 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b34 {
    padding-left: 25px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 745px) {
  .b34 {
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
.b34-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: opacity 0.45s ease;
  -moz-transition: opacity 0.45s ease;
  -o-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  z-index: 101;
  overflow: hidden;
  width: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.b34-menu-overlay.active {
  height: 100%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.b34-wrap {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b34-left {
  width: 53%;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b34-left .g0-cnt-btn {
  display: none;
}
.b34-left .g0-btn {
  margin-bottom: 10px;
}
.b34-left .g0-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .b34-left {
    width: 56%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 745px) {
  .b34-left {
    width: 100%;
    padding-top: 35px;
    padding-left: 15px;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .b34-left .g0-cnt-btn {
    display: block;
  }
  .b34-left .g0-btn {
    width: 100%;
  }
}
.b34-right {
  width: 40.1%;
}
@media screen and (max-width: 745px) {
  .b34-right {
    width: 100%;
  }
}
.b34-figura {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 387px;
}
@media screen and (max-width: 745px) {
  .b34-figura {
    height: 160px;
  }
}
.b34-nav-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 745px) {
  .b34-nav-item {
    margin-bottom: 25px;
  }
}
.b34-nav-link {
  font-size: 25px;
  font-family: 'FuturaPT-Bold', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b34-nav-link:hover,
.b34-nav-link.active {
  color: #00cec5;
}
.b34-nav-link:hover:after,
.b34-nav-link.active:after {
  color: #ffa401;
}
.b34-nav-link.active:after {
  content: "\e911";
  font-size: 5px;
}
@media screen and (max-width: 960px) {
  .b34-nav-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b34-nav-link {
    font-size: 14px;
  }
}
.b34-submenu {
  display: none;
}
.b34-submenu-link {
  font-size: 16px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #000;
  padding: 20px 0;
  padding-bottom: 0;
  margin-right: 40px;
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
.b34-submenu-link:before {
  content: "";
  top: 18px;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 100%;
  background-color: #00cec5;
  position: absolute;
}
.b34-submenu-link:hover {
  text-decoration: underline;
  color: #023980;
}
.b34-submenu-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .b34-submenu-link {
    margin-right: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b34-submenu-link {
    padding: 15px 0;
    padding-bottom: 0;
    padding-left: 12px;
  }
}
.b34-open-submenu {
  position: relative;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b34-open-submenu:after {
  content: "\e903";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffa401;
  font-size: 20px;
}
.b34-right-top {
  margin-bottom: 38px;
}
.b34-item-down {
  margin-bottom: 17px;
}
.b34-item-down p {
  font-size: 12px;
  color: #828282;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 3px;
}
.b34-item-down a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.b34-item-down:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 745px) {
  .b34-item-down {
    text-align: center;
  }
}
.b34-listado-down {
  margin-bottom: 35px;
}
.b34-redes {
  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;
}
.b34-item-red {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  margin-left: 25px;
  color: #00cec5;
  font-size: 25px;
}
.b34-item-red:first-child {
  margin-left: 0;
}
@media screen and (max-width: 745px) {
  .b34-right-down {
    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;
  }
}
.b34-close {
  font-size: 40px;
  color: #ffa401;
  margin: 0;
  cursor: pointer;
  top: 30px;
  right: 10px;
  position: absolute;
  z-index: 3;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b35 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f5f4f7;
}
.b35 .wancho {
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .b35 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 745px) {
  .b35 .b37-libro-reclamos {
    font-size: 12px;
  }
  .b35 .b37-libro-observaciones {
    font-size: 12px;
  }
}
.b35-title {
  font-size: 40px;
  text-align: center;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .b35-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b35-title {
    font-size: 26px;
  }
}
.b35-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 35px;
  text-align: center;
  max-width: 636px;
}
.b35-description p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b35-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.b35-inner {
  max-width: 660px;
  margin: 0 auto;
}
.b35-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 41px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b35-left {
  font-size: 18px;
  font-weight: 700;
  color: #2a2728;
}
.b35-left p {
  margin: 0;
}
.b35-left span {
  color: #023980;
}
@media screen and (max-width: 745px) {
  .b35-left {
    font-size: 12px;
  }
}
.b35-right {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: right;
  padding-left: 10px;
}
.b35-right span {
  margin: 0;
}
.b35-right p {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 745px) {
  .b35-right {
    font-size: 12px;
  }
}
.b35-linea {
  border: 1px solid #023980;
  margin-bottom: 35px;
  margin-top: 15px;
}
.b35-title-inner {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.2655px;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 745px) {
  .b35-title-inner {
    line-height: 18px;
    font-size: 14px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b36 {
  position: relative;
}
.b36:after {
  content: "";
  background-image: url("../img/lineab41.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 0px;
  right: 0;
  position: absolute;
  width: 571px;
  height: 114px;
  z-index: 1;
}
.b36 .b37-fila-top {
  padding-bottom: 50px;
}
.b36 .b44-form {
  max-width: 792px;
  margin: 0 auto;
}
.b36 .b44-innerform {
  padding-bottom: 30px;
}
.b36 .b44-innerform:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .b36 .b37-fila-top {
    padding-bottom: 30px;
  }
}
.b36-title {
  font-size: 40px;
  font-family: 'FuturaPT-Bold', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b36-title strong {
  color: #ffa401;
}
@media screen and (max-width: 960px) {
  .b36-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b36-title {
    font-size: 23px;
  }
}
.b36-canal {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 13px;
}
.b36-canal-indicacion {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
  max-width: 659px;
  margin: 0 auto;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b37 {
  position: relative;
}
.b37 .dropzone .dz-message {
  margin: 0;
}
.b37 .dropzone {
  border: none;
  padding: 0;
}
.b37 .dropzone .dz-preview .dz-remove {
  font-size: 12px;
  padding: 4px;
  color: #f00;
}
.b37 .dropzone .dz-preview.dz-file-preview .dz-image {
  background: #f9f8fd;
  border: 1px solid #023980;
}
.b37 .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  color: #023980;
}
.b37 .dz-error-mark svg g g {
  fill: #000;
}
.b37 .dropzone .dz-preview .dz-progress {
  top: 2px;
  margin-top: 0;
}
.b37:after {
  content: "";
  background-image: url("../img/linea-b-2.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 0px;
  right: 0;
  position: absolute;
  width: 572px;
  height: 116px;
  z-index: 1;
}
.b37:before {
  content: "";
  background-image: url("../img/linea-b.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  bottom: 0px;
  left: 0;
  position: absolute;
  width: 571px;
  height: 114px;
  z-index: 1;
  display: none;
}
.b37 .g5-textarea {
  margin-bottom: 18px;
}
.b37 .b44-form {
  max-width: 792px;
  margin: 0 auto;
}
.b37 .b44-innerform {
  padding: 28px 0px 10px;
  border-top: 1px solid #e3dcfe;
}
.b37 .b44-innerform.first {
  border-top: 0;
  padding-top: 0;
}
.b37.canal:before {
  display: none;
}
@media screen and (max-width: 1000px) {
  .b37:after {
    display: none;
  }
  .b37:before {
    display: none;
  }
}
.b37-tutor-option {
  margin-bottom: 20px;
}
.b37-tutor-option .g5-input-check input:checked ~ label:before {
  border: 2px solid #023980;
}
.b37-tutor-option .g5-input-check label:before {
  top: -2px;
  border: 2px solid #023980;
}
.b37-tutor-option .g5-input-check label:after {
  top: 0;
}
.b37-tutor {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.b37-two-tutor .g5-input {
  width: 100%;
  margin: 0;
}
.b37-two-tutor > div {
  width: 48.5%;
}
.b37-two-tutor .b39-adjunta {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .b37-two-tutor > div {
    width: 100%;
  }
}
.b37-input-select-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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 60px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b37-input-select-box.w48 {
  width: 48.5%;
}
.b37-input-select-box .g5-select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b37-input-select-box .input_select_left {
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c4c4c4;
}
.b37-input-select-box .input_select_left:after,
.b37-input-select-box .input_select_left .g5-select {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.b37-input-select-box .input_select_right {
  width: 65%;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b37-input-select-box .input_select_right {
    width: 58%;
  }
  .b37-input-select-box .input_select_left {
    width: 42%;
  }
}
@media screen and (max-width: 640px) {
  .b37-input-select-box {
    width: 100%;
    margin-bottom: 18px;
  }
  .b37-input-select-box.w48 {
    width: 100%;
  }
}
.b37-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%;
  height: 60px;
}
.b37-input input {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.b37-fila-top {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 45px;
}
.b37-fila-top .wancho {
  max-width: 996px;
}
@media screen and (max-width: 960px) {
  .b37-fila-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.b37-description {
  max-width: 792px;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.b37-description a {
  font-weight: 500;
  text-decoration: underline;
}
.b37-description ul {
  margin-top: 22px;
}
.b37-description ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .b37-description {
    font-size: 14px;
    line-height: 20px;
  }
  .b37-description ul li {
    font-size: 12px;
  }
}
.b37-fila-down {
  background-color: #f5f6f9;
  padding-top: 68px;
  padding-bottom: 73px;
}
.b37-fila-down .wancho {
  z-index: 4;
  position: relative;
}
.b37-fila-down.canal:before {
  content: "";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-image: url("../img/cuadrado.png");
  width: 281px;
  height: 281px;
  left: 145px;
  bottom: 50px;
  position: absolute;
}
@media screen and (max-width: 745px) {
  .b37-fila-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.b37-inner-fila-down {
  max-width: 996px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 42px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b37-inner-fila-down {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 745px) {
  .b37-inner-fila-down {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 961px) {
  .b37-inner-fila-down.pt80 {
    padding-top: 80px;
  }
}
.b37-libro-date {
  height: 60px;
  background-color: #eaebf0;
  border-radius: 12px;
  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;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
}
@media screen and (max-width: 640px) {
  .b37-libro-date {
    width: 100%;
    margin-bottom: 20px;
  }
}
.b37-left {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.b37-right {
  color: #000;
  font-size: 14px;
}
.b37-libro-reclamos {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 18px;
}
.b37-libro-reclamos p {
  margin: 0;
}
.b37-libro-reclamos p strong {
  font-weight: normal;
  font-weight: 700;
}
.b37-libro-numero {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b37-libro-numero p {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.b37-libro-numero span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b37-libro-numero {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .b37-libro-numero {
    width: 100%;
  }
}
.b37-libro-observaciones {
  font-size: 14px;
  color: #000;
  margin-top: 23px;
  margin-bottom: 28px;
}
.b37-libro-observaciones strong {
  font-weight: 700;
}
.b37-libro-notificacion {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-top: 18px;
}
.b37-libro-notificacion li {
  margin-bottom: 20px;
}
.b37-upload-box {
  background: rgba(100,62,198,0.04);
  border: 1px dashed #e3dcfe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  height: 104px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 11px;
  cursor: pointer;
}
.b37-upload-box.color_green .b37-upload-text i {
  color: #00cec5;
}
.b37-upload-box.color_green .b37-upload-descript span {
  color: #00cec5;
}
.b37-upload-text {
  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;
  text-align-last: left;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b37-upload-text i {
  font-size: 55px;
  color: #023980;
  margin-right: 20px;
}
.b37-upload-descript {
  font-weight: 500;
}
.b37-upload-descript span {
  margin-bottom: 10px;
  display: block;
  color: #023980;
  font-size: 13px;
}
.b37-upload-descript p {
  margin: 0;
  color: #828282;
  font-size: 12px;
}
.b37-form-info_two {
  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-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b37-form-info_two .b37-form-info-box {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .b37-form-info_two .b37-form-info-box {
    width: 100%;
  }
}
.b37-form-info-box {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.b37-form-info-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.b37-form-info-title p {
  margin: 0;
}
.b37-form-info-text {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #000;
  padding-top: 4px;
}
.b37-form-info-text p {
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b38 {
  background-color: #f5f4f7;
  padding-top: 70px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.b38:before {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 33%;
  background-color: #f5f6f9;
  position: absolute;
}
.b38 .wancho {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b38 .b44-form {
  padding-top: 65px;
  padding-bottom: 53px;
  max-width: 500px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.b38 .b39-puntos {
  position: absolute;
  left: 430px;
  bottom: -195px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  display: none;
}
@media screen and (max-width: 1310px) {
  .b38 .b39-puntos {
    left: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .b38 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .b38 .b44-form {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .b38 .wancho {
    max-width: 600px;
  }
}
@media screen and (max-width: 745px) {
  .b38 {
    padding-bottom: 70px;
  }
}
.b38-left {
  width: 38.5%;
}
@media screen and (max-width: 1000px) {
  .b38-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b38-title {
  font-size: 40px;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1000px) {
  .b38-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b38-title {
    font-size: 25px;
  }
}
.b38-subtitle {
  font-size: 20px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  margin: 0;
  margin-bottom: 24px;
}
.b38-lis-contacto {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 365px) {
  .b38-lis-contacto {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 365px) {
  .b38-columna-left {
    width: 100%;
  }
}
.b38-columna-right {
  margin-left: 24px;
}
@media screen and (max-width: 365px) {
  .b38-columna-right {
    width: 100%;
    margin-left: 0;
  }
}
.b38-item {
  margin-bottom: 18px;
}
.b38-item p {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.b38-item a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.b38-right {
  width: 51%;
}
@media screen and (max-width: 1000px) {
  .b38-right {
    width: 100%;
  }
}
.b38-figura-bg {
  position: absolute;
  left: 50px;
  bottom: 140px;
}
.b38-figura-bg img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1310px) {
  .b38-figura-bg {
    width: 540px;
    left: -35px;
  }
}
@media screen and (max-width: 1000px) {
  .b38-figura-bg {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b39 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
}
.b39.atencion {
  padding-bottom: 80px;
}
.b39.atencion:before {
  height: 475px;
}
.b39.atencion .b39-text-left {
  padding-bottom: 130px;
}
.b39.atencion .b39-puntos {
  left: -170px;
  bottom: -164px;
}
.b39.atencion .b39-left {
  width: 44%;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b39.atencion .b39-right {
  width: 56%;
}
.b39.atencion .b39-wrap-imagen {
  height: auto;
  margin-top: -130px;
}
.b39.atencion .b39-imagen {
  position: static;
  width: auto;
}
.b39.atencion .b39-imagen img {
  display: block;
}
.b39.trabaja-nosotros .b39-description-left {
  margin-bottom: 40px;
}
.b39.trabaja-nosotros .b39-left {
  width: 41%;
}
.b39.trabaja-nosotros:before {
  display: none;
}
.b39.trabaja-nosotros .n-contenido-acordeon {
  font-size: 16px;
  padding: 30px 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: justify;
  display: none;
  line-height: 24px;
}
.b39.trabaja-nosotros .n-contenido-acordeon h4 {
  color: #023980;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
}
.b39.trabaja-nosotros .n-contenido-acordeon ul {
  margin-bottom: 25px;
}
.b39.trabaja-nosotros .n-contenido-acordeon li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 13px;
  font-size: 16px;
}
.b39.trabaja-nosotros .n-contenido-acordeon li:after {
  content: "";
  left: 7px;
  top: 10px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #023980;
  position: absolute;
}
.b39:after {
  content: "";
  background-image: url("../img/lineab41-2.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 0px;
  right: 0;
  position: absolute;
  width: 571px;
  height: 114px;
  z-index: 1;
}
.b39:before {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 51%;
  background-color: #f5f6f9;
  position: absolute;
}
.b39 .wancho {
  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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
.b39 .b44-form {
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .b39 .b44-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b39 .wancho {
    max-width: 560px;
  }
  .b39:after {
    display: none;
  }
  .b39.trabaja-nosotros .b39-left {
    width: 100%;
  }
  .b39.trabaja-nosotros .b39-description-left {
    margin-bottom: 20px;
  }
  .b39.atencion .b39-left {
    width: 100%;
  }
  .b39.atencion .b39-right {
    width: 100%;
  }
}
.b39-left {
  width: 34%;
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .b39-left {
    width: 38%;
  }
}
@media screen and (max-width: 960px) {
  .b39-left {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.b39-title {
  font-size: 40px;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 31px;
}
.b39-title strong {
  color: #ffa401;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .b39-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .b39-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b39-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.b39-text-left {
  max-width: 390px;
}
@media screen and (max-width: 960px) {
  .b39-text-left {
    max-width: none;
  }
}
.b39-right {
  width: 55.9%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .b39-right {
    width: 58%;
  }
}
@media screen and (max-width: 960px) {
  .b39-right {
    width: 100%;
  }
}
.b39-inner-right {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.b39-description-left {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #000;
}
.b39-description-left p {
  margin: 0;
}
.b39-puntos {
  position: absolute;
  left: -160px;
  bottom: -28px;
  display: none;
}
.b39-puntos img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 745px) {
  .b39-puntos {
    display: none;
  }
}
.b39-figura-bg {
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b39-figura-bg img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .b39-figura-bg {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b39-figura-bg {
    display: none;
  }
}
.b39-adjunta {
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 25px;
  margin-top: 5px;
}
.b39-info {
  color: #333;
  font-size: 12px;
}
.b39-info a {
  color: #023980;
  font-size: 16px;
  margin-top: 10px;
}
.b39-info p {
  margin: 0;
}
.b39-text-summary {
  font-size: 12px;
  color: #000;
  margin: 30px 0;
}
.b39-text-summary p {
  margin: 0;
}
.b39-imagen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 606px;
}
.b39-imagen img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b39-imagen {
    position: static;
    width: 353px;
  }
}
.b39-wrap-imagen {
  height: 300px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 745px) {
  .b39-wrap-imagen {
    margin-bottom: 10px;
    height: auto;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  overflow: hidden;
  background: #f5f6f9;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .b4 {
    padding: 50px 0;
  }
}
.b4content {
  max-width: 1220px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b4content {
    width: 100%;
  }
}
.b4title {
  max-width: 444px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .b4title {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .b4title {
    max-width: none;
    width: 94%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .b4slider_mobile {
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) {
  .b4wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .b4item {
    width: calc(50% - 24px);
    margin: 18px 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .b4item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
}
.b4box {
  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: #fff;
  border-radius: 5px 50px 5px 50px;
  -webkit-box-shadow: -1px 0px 13px rgba(0,0,0,0.05);
  box-shadow: -1px 0px 13px rgba(0,0,0,0.05);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 49px 16px 16px;
}
@media screen and (min-width: 1025px) {
  .b4box .b4portada {
    overflow: hidden;
  }
  .b4box .b4portada img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b4box .b4subtitle {
    -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;
  }
  .b4box:hover .b4portada img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .b4box:hover .b4subtitle {
    color: #023980;
  }
}
@media screen and (max-width: 960px) {
  .b4box {
    -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: 10px 10px 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .b4box {
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
  }
}
.b4left {
  width: 39.3474%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4left {
    width: 100%;
  }
}
.b4right {
  width: 54.5106%;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b4right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
  }
}
.b4portada {
  width: 100%;
  margin: 0;
  border-radius: 10px 38px;
  overflow: hidden;
}
.b4portada img {
  border-radius: 10px 38px;
  width: 205px;
  height: 208px;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .b4portada img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b4portada img {
    height: 160px;
  }
}
.b4date {
  display: block;
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.b4subtitle {
  line-height: 23px;
  color: #000;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.b4text {
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}
.b4text p {
  margin: 0;
}
.b4icon_more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #ffa401;
  font-size: 14px;
  position: absolute;
  bottom: 38px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .b4icon_more {
    bottom: 20px;
    right: 10px;
  }
}
.b4link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 36px;
}
.b4link .g0-btn {
  width: 177px;
}
.b4figure {
  width: 331px;
  position: absolute;
  bottom: -53px;
  right: 85px;
  margin: 0;
  display: none;
}
.b4figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b40 {
  background-color: #fff;
}
.b40 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b40 .wancho {
    width: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b40-subtitle-form-2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0;
}
.b40-left {
  width: 46%;
  padding-top: 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffa401;
  position: relative;
}
.b40-left:after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #ffa401;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .b40-left {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .b40-left {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .b40-left:after {
    width: 100%;
  }
}
.b40-text-left {
  max-width: 470px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b40-text-left {
    max-width: 420px;
  }
}
@media screen and (max-width: 960px) {
  .b40-text-left {
    max-width: none;
  }
}
.b40-title-left {
  font-size: 36px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 23px;
}
@media screen and (max-width: 745px) {
  .b40-title-left {
    font-size: 25px;
    margin-bottom: 17px;
  }
}
.b40-description {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  line-height: 21px;
  color: #000;
  margin-bottom: 45px;
}
.b40-description p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .b40-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.b40-item-left {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 20px;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.b40-item-left span {
  color: #023980;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 745px) {
  .b40-item-left {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.b40-right {
  width: 42%;
  padding-top: 82px;
  padding-bottom: 62px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b40-right .g0-cnt-btn {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .b40-right {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .b40-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.b40-subtitle-from {
  font-size: 18px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  margin-bottom: 12px;
}
.b40-subtitle-from.fz14 {
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: 25px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.b40-subtitle-from.fz14.blue {
  font-weight: 400;
  line-height: 20px;
}
.b40-subtitle-from.fz16 {
  font-size: 16px;
  font-weight: 600;
  color: #023980;
}
@media screen and (max-width: 745px) {
  .b40-subtitle-from {
    font-size: 14px;
  }
  .b40-subtitle-from.fz16 {
    font-size: 14px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b41 {
  background-color: #fff;
  padding-bottom: 114px;
  position: relative;
  overflow: hidden;
}
.b41 .wancho {
  z-index: 3;
  position: relative;
}
.b41:after {
  content: "";
  background-image: url("../img/lineab41.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 56px;
  right: 0;
  position: absolute;
  width: 571px;
  height: 114px;
}
@media screen and (max-width: 1080px) {
  .b41 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 960px) {
  .b41:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b41 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 745px) {
  .b41 {
    padding-bottom: 40px;
  }
}
.b41-list-tab {
  max-width: 732px;
  margin: 0 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;
  border: 1px solid rgba(2,57,128,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 745px) {
  .b41-list-tab {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b41-item-tab {
  min-width: 179px;
  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;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
  height: 55px;
  text-align: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b41-item-tab:first-child {
  margin-left: 0;
}
.b41-item-tab:hover,
.b41-item-tab.active {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  color: #023980;
  border: 1px solid #023980;
}
@media screen and (max-width: 745px) {
  .b41-item-tab {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.b41-fila-down {
  margin-top: 73px;
}
@media screen and (max-width: 960px) {
  .b41-fila-down {
    margin-top: 40px;
  }
}
.b41-title {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 45px;
}
.b41-title strong {
  color: #ffa401;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .b41-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b41-title {
    font-size: 25px;
  }
}
.b41-inner-down {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  min-height: 714px;
}
.b41-inner-down.tab3 {
  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: 1080px) {
  .b41-inner-down {
    min-height: 560px;
  }
  .b41-inner-down.tab3 {
    min-height: 460px;
  }
}
@media screen and (max-width: 745px) {
  .b41-inner-down {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    max-width: 390px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .b41-inner-down.referido {
    max-width: 600px;
  }
  .b41-inner-down.tab3 {
    min-height: 320px;
  }
}
@media screen and (max-width: 960px) {
  .b41-left-down {
    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;
    margin-bottom: 30px;
  }
}
.b41-figura-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b41-figura-bg img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0px 100px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .b41-figura-bg {
    width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .b41-figura-bg {
    width: 380px;
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 745px) {
  .b41-figura-bg {
    width: 310px;
    text-align: center;
  }
}
@media screen and (max-width: 745px) {
  .b41-left-down {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: none;
  }
}
.b41-right-down {
  margin-left: auto;
  z-index: 3;
  position: relative;
}
.b41-right-down.pfrecuentes {
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .b41-right-down {
    max-width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .b41-right-down {
    margin: 0 auto;
  }
  .b41-right-down.pfrecuentes {
    max-width: 380px;
  }
}
.b41-list-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  max-width: 649px;
}
.b41-list-right.acordion {
  display: block;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1030px) {
  .b41-list-right.acordion {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .b41-list-right {
    margin: 0 auto;
  }
}
.b41-item {
  width: 48.7%;
  margin-left: 2.6%;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 25px;
}
.b41-item img {
  max-width: 100%;
  height: auto;
}
.b41-item h3 {
  font-size: 15px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-top: 10px;
  margin-bottom: 9px;
}
.b41-item:nth-child(2n+1) {
  margin-left: 0;
}
.b41-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .b41-item {
    width: 100%;
    margin-left: 0;
  }
}
.b41-description-it {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 20px;
  color: #000;
}
.b41-description-it p {
  margin: 0;
}
.b41-circulo {
  left: -8px;
  bottom: 60px;
  position: absolute;
  z-index: 1;
}
.b41-circulo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1180px) {
  .b41-circulo {
    display: none;
  }
}
.b41-text-right {
  width: 650px;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 78px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 10px 30px;
  margin-left: auto;
}
.b41-text-right h3 {
  font-size: 18px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  line-height: 23px;
}
.b41-text-right h4 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 1180px) {
  .b41-text-right {
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .b41-text-right {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 35px;
    padding-bottom: 30px;
  }
  .b41-text-right h3 {
    font-size: 15px;
  }
  .b41-text-right h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 745px) {
  .b41-text-right {
    padding-left: 20px;
  }
}
.b41-description-frecuentes {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}
.b41-description-frecuentes p {
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .b41-description-frecuentes {
    margin-bottom: 25px;
  }
}
.b41-cnt-tab {
  position: relative;
}
.b41-itemtab-ref {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.b41-itemtab-ref.active {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 2;
  position: relative;
}
.b41-itemtab-ref .b41_condiciones_image {
  width: 35px;
  margin: 0;
  margin-bottom: 10px;
}
.b41-itemtab-ref .b41_condiciones_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b42 {
  padding-top: 50px;
  padding-bottom: 71px;
  background-color: #fff;
  overflow: hidden;
}
.b42 .wancho {
  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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 960px) {
  .b42 {
    padding-bottom: 30px;
  }
}
.b42-left {
  width: 32%;
}
@media screen and (max-width: 1180px) {
  .b42-left {
    width: 33%;
  }
}
@media screen and (max-width: 960px) {
  .b42-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b42-title {
  font-size: 14px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 5px;
}
.b42-subitle {
  font-size: 40px;
  font-family: 'FuturaPT-Bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.b42-subitle strong {
  color: #ffa401;
}
@media screen and (max-width: 1180px) {
  .b42-subitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b42-subitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 745px) {
  .b42-subitle {
    font-size: 25px;
  }
}
.b42-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 26px;
  color: #000;
}
.b42-description p {
  margin: 0;
}
.b42-right {
  width: 57.5%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b42-right {
    width: 100%;
  }
}
.b42-figura-bg {
  position: relative;
  border-radius: 5px 50px;
}
.b42-figura-bg img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.b42-figura-bg:after {
  content: "";
  right: -20px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  background-color: #ffa401;
  position: absolute;
  border-radius: 25px 5px 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .b42-figura-bg:after {
    right: 0;
  }
}
@media screen and (max-width: 745px) {
  .b42-figura-bg:after {
    right: -8px;
  }
}
.b42-play {
  width: 70px;
  height: 70px;
  background-color: #ffa401;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  z-index: 5;
}
.b42-play span {
  color: #fff;
  font-size: 20px;
}
.b42-fig-small {
  bottom: -50px;
  left: -250px;
  position: absolute;
  z-index: 6;
}
.b42-fig-small img {
  max-width: 100%;
  height: auto;
}
.b42-fig-small:before {
  content: "";
  left: 126px;
  bottom: 45px;
  width: 77px;
  height: 76px;
  background-color: #00cec5;
  position: absolute;
  border-radius: 25px 5px 20px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .b42-fig-small {
    display: none;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b43 {
  background-color: #f5f4f7;
  padding-bottom: 40px;
  position: relative;
}
.b43 .owl-nav {
  display: none;
}
.b43 .owl-dots {
  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;
  width: 100%;
  margin-top: 40px;
}
.b43 .owl-dot {
  width: 17px;
  height: 17px;
  border: 2px solid #023980;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b43 .owl-dot:first-child {
  margin-left: 0;
}
.b43 .owl-dot:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 50%;
  background-color: #023980;
  position: absolute;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b43 .owl-dot:hover:after,
.b43 .owl-dot.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b43-title {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 745px) {
  .b43-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.b43-listado {
  margin-top: 33px;
}
.b43-listado.desktop {
  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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.b43-listado.desktop .b43-item {
  width: 32.65%;
  margin-left: 1%;
}
.b43-listado.desktop .b43-item:nth-child(3n+1) {
  margin-left: 0;
}
.b43-listado.desktop .b43-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 745px) {
  .b43-listado {
    margin-top: 20px;
  }
}
.b43-item {
  background-color: #eaebf0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  border-radius: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b43-item:nth-child(3n+1) {
  margin-left: 0;
}
.b43-item:first-child {
  margin-left: 0;
}
.b43-foto-it {
  width: 71px;
}
.b43-foto-it img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.b43-nombre-it {
  width: 105px;
  margin-left: 20px;
}
.b43-nombre-it h3 {
  font-size: 16px;
  font-weight: 500;
}
.b43-nombre-it p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  color: #484c56;
}
.b43-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100px;
  margin-left: auto;
}
.b43-item-red {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #023980;
  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;
  font-size: 25px;
  margin-left: 10px;
}
.b43-item-red span {
  color: #fff;
}
.b43-item-red span:before {
  color: #fff;
}
.b43-item-red:first-child {
  margin-left: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b44 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
.b44 .wancho {
  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;
}
.b44 .owl-nav {
  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;
  padding-top: 25px;
}
.b44 .owl-prev,
.b44 .owl-next {
  color: #ffa401;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b44 .owl-prev:hover,
.b44 .owl-next:hover {
  color: #ffa401;
}
.b44 .owl-next {
  margin-left: 28px;
}
.b44.cotizar:after {
  content: "";
  background-image: url("../img/lineab41.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  top: 0px;
  right: 0;
  position: absolute;
  width: 571px;
  height: 114px;
  z-index: 1;
}
.b44.cotizar .b44-title-left {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.b44.cotizar .b44-title-left strong {
  display: block;
}
.b44.cotizar .b44-description-form {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.b44.cotizar .b44-left {
  width: 42.5%;
}
.b44.cotizar .b44-right {
  width: 55.9%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b44.cotizar .b44-form {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .b44.cotizar .b44-title-left {
    font-size: 30px;
  }
  .b44.cotizar .b44-left {
    width: 46%;
  }
  .b44.cotizar .b44-right {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b44 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .b44 .wancho {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 600px;
  }
  .b44.cotizar {
    padding-bottom: 70px;
  }
  .b44.cotizar:after {
    display: none;
  }
  .b44.cotizar .b44-left {
    width: 100%;
  }
  .b44.cotizar .b44-right {
    width: 100%;
  }
}
@media screen and (max-width: 745px) {
  .b44.cotizar .b44-title-left {
    font-size: 25px;
  }
  .b44.cotizar .b44-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b44-container-relative {
  position: relative;
  z-index: 3;
}
.b44-punto {
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 1;
  display: none;
}
.b44-punto img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b44-punto {
    display: none;
  }
}
.b44-left {
  width: 51%;
}
@media screen and (max-width: 960px) {
  .b44-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b44-title-left {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 26px;
}
.b44-title-left strong {
  color: #ffa401;
}
@media screen and (max-width: 960px) {
  .b44-title-left {
    font-size: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b44-title-left {
    font-size: 22px;
  }
}
.b44-wrap-cnt {
  border-radius: 40px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 745px) {
  .b44-wrap-cnt {
    padding-top: 22px;
    padding-bottom: 38px;
  }
}
.b44-fila-top {
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 745px) {
  .b44-fila-top {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.b44-title-item {
  font-size: 20px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 14px;
  color: #414141;
}
@media screen and (max-width: 745px) {
  .b44-title-item {
    font-size: 16px;
    text-align: center;
  }
}
.b44-list-ico {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 745px) {
  .b44-list-ico {
    -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;
  }
}
.b44-item-ico {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 40px;
}
.b44-item-ico img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.b44-item-ico p {
  font-size: 14px;
  color: #000;
  margin: 0;
  margin-left: 8px;
  text-transform: uppercase;
}
.b44-item-ico span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-left: 13px;
}
.b44-item-ico:first-child {
  margin-left: 0;
}
@media screen and (max-width: 745px) {
  .b44-item-ico {
    margin-left: 18px;
  }
  .b44-item-ico p {
    font-size: 12px;
  }
  .b44-item-ico span {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b44-item-ico p {
    display: none;
  }
}
.b44-plano {
  padding-top: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.b44-plano img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b44-plano {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.b44-item-sl {
  display: block;
}
.b44-item-sl:hover .b44-lupa {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b44-lupa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffa401;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b44-lupa img {
  max-width: 100%;
  height: auto;
}
.b44-form-title {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  margin-bottom: 26px;
}
.b44-description-form {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
}
.b44-description-form.cblue {
  color: #023980;
  font-size: 14px;
  margin-bottom: 13px;
}
.b44-right {
  width: 42%;
}
@media screen and (max-width: 960px) {
  .b44-right {
    width: 100%;
  }
}
.b44-innerform .g0-desplegable-wrap {
  margin-bottom: 18px;
}
.b44filter_btnresp {
  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: 52px;
  background: #023980;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 15px;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .b44filter_btnresp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b44filter_btnresp {
    width: 200px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b44filter_btnresp {
    margin: 30px auto 15px auto;
  }
}
.b44filter_resp_boxup {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b44filter_resp_boxup {
    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;
    border-bottom: 1px solid #ddd;
    padding: 22px 29px;
  }
}
@media screen and (max-width: 1024px) {
  .b44filter_resp_subtitle {
    color: #023980;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) {
  .b44filter_resp_close {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #ffa401;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    margin: 0;
  }
}
.b44filter_overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b44filter_overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -ms-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .b44filter_overlay.active {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    visibility: visible;
  }
}
.b44filter {
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .b44filter {
    width: 94%;
    height: 500px;
    overflow-y: auto;
    background: #f2f3f4;
    border-radius: 20px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -o-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    -ms-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 17px 13px 17px;
    margin: auto;
  }
  .b44filter.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.b44filter_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;
}
@media screen and (max-width: 1024px) {
  .b44filter_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.b44filter_item {
  margin-right: 3%;
}
.b44filter_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b44filter_item {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
  }
}
.b44filter_item_1 {
  width: 24%;
}
.b44filter_item_2 {
  width: 24%;
}
.b44filter_item_3 {
  width: 23%;
}
.b44filter_item_4 {
  width: 20%;
}
.b44filter_title {
  display: block;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .b44filter_title {
    font-size: 14px;
    position: relative;
    padding: 27px 0 27px 43px;
    margin-bottom: 0;
  }
  .b44filter_title:before {
    content: "\e903";
    width: 15px;
    height: 15px;
    color: #ffa401;
    font-family: 'icomoon';
    font-weight: bold;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.b44filter_list {
  max-height: 168px;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .b44filter_list {
    display: none;
    max-height: 170px;
    border-top: 1px solid #ddd;
    padding: 20px 40px;
  }
}
.b44filter_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .b44filter_list li {
    margin-bottom: 15px;
  }
}
.b44filter_list li:last-child {
  margin-bottom: 0;
}
.b44filter_checkbox {
  position: relative;
}
.b44filter_checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b44filter_checkbox input:checked + label .b44filter_checkbox_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b44filter_checkbox_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b44filter_checkbox_icon {
  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: 15px;
  height: 15px;
  border: 1px solid #023980;
  border-radius: 3px;
  position: relative;
  margin: 0;
}
.b44filter_checkbox_icon:before {
  content: "\e90f";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #023980;
  font-family: 'icomoon';
  font-size: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b44filter_checkbox_text {
  display: block;
  width: calc(100% - 27px);
  line-height: 1;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b44filter_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 27px;
}
.b44filter_buttons .g0-cnt-btn:first-child {
  margin-right: 9px;
}
@media screen and (max-width: 1024px) {
  .b44filter_buttons {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b44filter_buttons {
    -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: 25px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b45 {
  padding-top: 58px;
  padding-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}
.b45 .slick-prev,
.b45 .slick-next {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .b45 .slick-list {
    overflow: inherit;
  }
  .b45 .slick-slide:not(.slick-current) {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media screen and (max-width: 745px) {
  .b45 {
    padding-top: 40px;
  }
  .b45 .b47-title {
    text-align: left;
  }
}
.b45-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.b45-left {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .b45-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.b45-text-gallery {
  font-size: 30px;
  color: #fff;
  font-family: 'FuturaPT-Bold', sans-serif;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.b45-right {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .b45-right {
    width: 100%;
  }
}
.b45-list-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .b45-list-tab {
    max-width: 500px;
  }
}
.b45-link-tab {
  width: 165px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  -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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #023980;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  margin-left: 10px;
}
.b45-link-tab:first-child {
  margin-left: 0;
}
.b45-link-tab:hover,
.b45-link-tab.active {
  border-color: #023980;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 745px) {
  .b45-link-tab {
    font-size: 12px;
    width: 135px;
    height: 37px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.b45-fila-top img {
  max-width: 100%;
  height: auto;
}
.b45-gallery-zoom:after {
  content: "";
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  width: 100%;
  height: 170px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
}
.b45nosotros_video {
  display: none;
  -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: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
}
.b45nosotros_video.show-play-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .b45nosotros_video {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .b45nosotros_video {
    top: 0;
    bottom: 100px;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 745px) {
  .b45nosotros_video {
    bottom: 0;
  }
}
.b45nosotros_video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,164,1,0.4);
  border: 1px solid #ffa401;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: pulse3 2s infinite ease;
  -moz-animation: pulse3 2s infinite ease;
  -o-animation: pulse3 2s infinite ease;
  -ms-animation: pulse3 2s infinite ease;
  animation: pulse3 2s infinite ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.b45nosotros_video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,164,1,0.4);
  border: 1px solid #ffa401;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: pulse3 4s infinite ease;
  -moz-animation: pulse3 4s infinite ease;
  -o-animation: pulse3 4s infinite ease;
  -ms-animation: pulse3 4s infinite ease;
  animation: pulse3 4s infinite ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.b45-slider-item a {
  display: block;
  position: relative;
}
.b45nosotros_video_play {
  display: block;
  cursor: pointer;
  width: 75px;
  height: 75px;
  line-height: 83px;
  background: #ffa401;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 20px 40px 60px 0 rgba(0,0,0,0.1), 0 3px 78px 0 rgba(0,0,0,0.15);
  box-shadow: 20px 40px 60px 0 rgba(0,0,0,0.1), 0 3px 78px 0 rgba(0,0,0,0.15);
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .b45nosotros_video_play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.b45-carousel {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -20px;
}
.b45-carousel .slick-track {
  margin: 0 auto;
}
@media screen and (max-width: 745px) {
  .b45-carousel {
    top: 0;
    margin-top: 15px;
    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;
  }
}
@media screen and (max-width: 745px) {
  .b45-ctn-carousel {
    width: 65%;
    margin: 0;
  }
}
.b45-carousel-item {
  width: 86px;
  filter: grayscale(1);
}
.b45-carousel-item.slick-current,
.b45-carousel-item:hover {
  filter: grayscale(0);
}
.b45-carousel-item.slick-current img,
.b45-carousel-item:hover img {
  -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.32);
  box-shadow: 0px 10px 40px rgba(0,0,0,0.32);
}
.b45-carousel-item img {
  border-radius: 6px;
}
@media screen and (max-width: 745px) {
  .b45-carousel-item {
    margin-left: 5px;
  }
  .b45-carousel-item img {
    margin: 0;
  }
}
.b45-controls {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .b45-controls {
    margin-left: 15px;
  }
}
@media screen and (max-width: 745px) {
  .b45-controls {
    position: static;
    margin-left: 0;
  }
}
.b45-prev,
.b45-next {
  width: 45px;
  height: 45px;
  background-color: #ffa401;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 100%;
  cursor: pointer;
}
.b45-prev:hover,
.b45-next:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 745px) {
  .b45-prev,
  .b45-next {
    margin: 0;
  }
}
.b45-next {
  margin-left: 5px;
}
@-moz-keyframes pulse3 {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse3 {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulse3 {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulse3 {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b46 {
  position: relative;
}
.b46-top {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 745px) {
  .b46-top {
    top: 45px;
  }
}
.b46-item-tab {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  height: 520px;
}
.b46-item-tab:after {
  content: "";
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(270deg, rgba(17,23,43,0.72) 0%, rgba(2,19,83,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(17,23,43,0.72) 0%, rgba(2,19,83,0) 100%);
  background: -o-linear-gradient(270deg, rgba(17,23,43,0.72) 0%, rgba(2,19,83,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(17,23,43,0.72) 0%, rgba(2,19,83,0) 100%);
  background: linear-gradient(180deg, rgba(17,23,43,0.72) 0%, rgba(2,19,83,0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 745px) {
  .b46-item-tab {
    height: 367px;
  }
}
.b46-title {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #fff;
  margin-bottom: 21px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .b46-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b46-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.b46-list-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;
}
.b46-item-link {
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #e0e0e0;
  position: relative;
  margin: 0;
  margin-left: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b46-item-link:first-child {
  margin-left: 0;
}
.b46-item-link:after {
  content: "";
  left: 0;
  bottom: -12px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffa401;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b46-item-link:hover,
.b46-item-link.active {
  color: #fff;
}
.b46-item-link:hover:after,
.b46-item-link.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b46-wrap-play {
  position: relative;
  z-index: 3;
  padding-top: 235px;
}
@media screen and (max-width: 745px) {
  .b46-wrap-play {
    padding-top: 170px;
  }
}
.b46-play {
  cursor: pointer;
  color: #fff;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #ffa401;
  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;
  font-size: 22px;
  position: relative;
}
.b46-play span {
  top: 0;
  bottom: 0;
  filter: drop-shadow(0px 10px 40px rgba(0,0,0,0.2));
  width: 139px;
  height: 139px;
  border-radius: 50%;
  border: 1px solid #ffa401;
  margin: auto;
  position: absolute;
  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;
}
.b46-title-play {
  color: #fff;
  font-size: 14px;
  font-family: 'FuturaPT-Bold', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  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;
}
.b46-cnt-tab {
  position: relative;
}
.b46-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b46-item-tab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 2;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b47 {
  padding-top: 73px;
  padding-bottom: 73px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .b47 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 745px) {
  .b47 {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.b47-fila-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 33px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .b47-left-top {
    width: 100%;
  }
}
.b47-title {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
}
.b47-title strong {
  color: #ffa401;
}
@media screen and (max-width: 1000px) {
  .b47-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 745px) {
  .b47-title {
    font-size: 22px;
    text-align: center;
  }
}
.b47-right-top {
  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: 745px) {
  .b47-right-top {
    display: none;
  }
}
.b47-title-right {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #000;
  margin-right: 21px;
}
.b47-list-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b47-item-right {
  width: 60px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid rgba(2,57,128,0.2);
  box-siizng: 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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b47-item-right:first-child {
  margin-left: 0;
}
.b47-item-right:hover,
.b47-item-right.active {
  border-color: #023980;
  filter: drop-shadow(0 10px 40px rgba(0,0,0,0.1));
}
.b47-figura-tab {
  text-align: center;
}
.b47-figura-tab img {
  max-width: 100%;
  height: auto;
}
.b47-fila-down {
  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;
}
.b47-left-down {
  width: 66%;
}
@media screen and (max-width: 1000px) {
  .b47-left-down {
    width: 61%;
  }
}
@media screen and (max-width: 745px) {
  .b47-left-down {
    display: none;
  }
}
.b47-item-tab {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 371px;
}
.b47-iframe-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.b47-iframe-map iframe {
  width: 100%;
  height: 100%;
}
.b47-right-down {
  width: 31.8%;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 33px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .b47-right-down {
    padding: 30px 15px;
    width: 36.8%;
  }
}
@media screen and (max-width: 745px) {
  .b47-right-down {
    width: 100%;
    padding: 35px 30px;
  }
}
.b47-direccion {
  font-size: 16px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.b47-direccion p {
  margin: 0;
}
.b47-direccion span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b49-ico {
  text-align: center;
  margin-top: 30px;
}
.b49-ico img {
  max-width: 100%;
  height: auto;
}
.b47-item-google {
  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;
  width: 215px;
  height: 48px;
  background-color: #f5f6f9;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #000;
}
.b47-item-google.gmap img {
  mix-blend-mode: multiply;
}
.b47-item-google img {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-right: 9px;
}
.b47-item-google.wp {
  background-color: transparent;
  width: auto;
}
.b47-content-tab {
  position: relative;
}
.b47-item-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b47-item-tab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 2;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b48 {
  background-color: #f5f6f9;
}
.b48 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .b48 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .b48 .wancho {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b48-left {
  width: 41.5%;
  height: 583px;
  padding-top: 97px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b48-left:after {
  content: "";
  top: -60px;
  right: 0;
  height: 116px;
  width: 686px;
  z-index: 3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-image: url("../img/linea1-2.png");
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .b48-left {
    width: 42.5%;
  }
}
@media screen and (max-width: 1000px) {
  .b48-left {
    width: 46.5%;
    height: 595px;
  }
}
@media screen and (max-width: 768px) {
  .b48-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .b48-left:after {
    display: none;
  }
}
.b48-linea {
  right: 0;
  top: 0;
  position: absolute;
}
.b48-linea img {
  max-width: 100%;
  height: auto;
}
.b48-texto-left {
  z-index: 3;
  position: relative;
  max-width: 385px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b48-title-left {
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .b48-title-left {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b48-title-left {
    color: #023980;
    font-size: 22px;
  }
}
.b48-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.b48-bg:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #023980;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .b48-bg {
    display: none;
  }
}
.b48-figura-left {
  right: -56px;
  bottom: 0;
  position: absolute;
  z-index: 5;
}
.b48-figura-left img {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 3;
  position: relative;
}
.b48-figura-left:before {
  content: "";
  left: -30px;
  top: -32px;
  position: absolute;
  background: #ffa401;
  -webkit-box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  box-shadow: 0px 4px 40px rgba(13,117,110,0.1);
  width: 102px;
  height: 91px;
  border-radius: 20px 5px 0 5px;
  z-index: 2;
}
.b48-figura-left:after {
  content: "";
  top: 120px;
  right: 33px;
  width: 77px;
  height: 76px;
  position: absolute;
  border-radius: 20px 5px 5px 5px;
  background: #e83d4c;
  -webkit-box-shadow: 0px 27px 40px rgba(0,0,0,0.19);
  box-shadow: 0px 27px 40px rgba(0,0,0,0.19);
  display: none;
}
@media screen and (max-width: 1000px) {
  .b48-figura-left {
    width: 320px;
    right: -20px;
  }
  .b48-figura-left:after {
    top: 50px;
    right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .b48-figura-left {
    display: none;
  }
}
.b48-right {
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .b48-right {
    width: 100%;
  }
}
.b48-description-right {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.b48-description-right p {
  margin: 0;
}
.b48-listado-right {
  margin-top: 40px;
  margin-bottom: 35px;
  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-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b48-item {
  width: 29%;
  margin-left: 6.5%;
  margin-bottom: 16px;
}
.b48-item:nth-child(3n+1) {
  margin-left: 0;
}
.b48-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .b48-item {
    width: 31%;
    margin-left: 3.5%;
  }
}
@media screen and (max-width: 1000px) {
  .b48-item {
    width: 48%;
    margin-left: 4%;
  }
  .b48-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .b48-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.b48-figura-it {
  margin-bottom: 8px;
  height: 40px;
}
.b48-figura-it img {
  max-width: 100%;
  height: auto;
}
.b48-title-it {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b49 {
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: #ffa401;
}
.b49 .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 1080px;
}
@media screen and (max-width: 1000px) {
  .b49 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 745px) {
  .b49 {
    padding-top: 27px;
    padding-bottom: 40px;
  }
  .b49 .wancho {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b49-left {
  width: 26%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b49-left:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 72px;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .b49-left {
    width: 28%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b49-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .b49-left:after {
    display: none;
  }
}
.b49-title-pop {
  font-size: 28px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 23px;
  text-align: center;
  color: #023980;
}
.b49-conten-pop .g0-btn {
  margin-bottom: 18px;
}
.b49-conten-pop .g0-btn:last-child {
  margin-bottom: 0;
}
.b49-popup {
  max-width: 505px;
  margin: 0 auto;
  padding: 50px 0;
  background: #f5f4f7;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 20px;
}
.b49-pop-inner {
  max-width: 318px;
  width: 90%;
  margin: 0 auto;
}
.b49-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 35px;
}
.b49-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .b49-item {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 745px) {
  .b49-item {
    margin-bottom: 20px;
  }
}
.b49-figura {
  width: 27px;
}
.b49-figura img {
  max-width: 100%;
  height: auto;
}
.b49-description-item {
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #023980;
  width: 216px;
  margin-left: 18px;
}
@media screen and (max-width: 1000px) {
  .b49-description-item {
    font-size: 13px;
  }
}
.b49-center {
  width: 54%;
  padding-left: 59px;
  padding-right: 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .b49-center {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 745px) {
  .b49-center {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #e3dcfe;
    border-bottom: 1px solid #e3dcfe;
  }
}
.b49-right {
  width: 20%;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b49-right:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 72px;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .b49-right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .b49-right {
    padding-left: 25px;
    width: 22%;
  }
}
@media screen and (max-width: 745px) {
  .b49-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .b49-right:after {
    display: none;
  }
}
.b49-description-center {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 20px;
  color: #023980;
  margin-bottom: 20px;
}
.b49-cantidad {
  margin-bottom: 17px;
}
.b49-cantidad p {
  font-size: 12px;
  color: #000;
  margin: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.b49-cantidad span {
  font-size: 22px;
  font-family: 'Conv_FuturaPTCondExtraBold', sans-serif;
  margin: 0;
  color: #fff;
  background-color: #023980;
  height: 55px;
  border: 3px solid #023980;
  -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;
  -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: 20px 0 20px 0;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b49-cantidad img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b49-cantidad {
    width: 50%;
    margin-bottom: 0;
  }
  .b49-cantidad img {
    width: 130px;
  }
  .b49-cantidad span {
    width: 140px;
    height: 48px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b50-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.b50-nav .wancho {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px;
}
.b50-nav.active {
  position: fixed;
}
@media screen and (max-width: 1000px) {
  .b50-nav .wancho {
    height: auto;
    padding: 5px 0;
  }
  .b50-nav.active .b50-logo-palma img {
    display: none;
  }
  .b50-nav.active .b50-text-logo {
    display: block;
  }
}
.b50-nav-inner {
  background: rgba(0,0,0,0.37);
}
.b50-left {
  width: 27%;
  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: 1000px) {
  .b50-left {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
.b50-text-logo {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}
.b50-logo-palma img {
  max-width: 100%;
  height: auto;
  display: block;
}
.b50-nav-mobil {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 10;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1000px) {
  .b50-nav-mobil {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.b50-item-nav {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  margin: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.b50-item-nav.cotizar {
  background-color: #00cec5;
}
.b50-item-nav.cotizar span {
  color: #fff;
}
.b50-item-nav img,
.b50-item-nav span {
  margin: 0;
}
.b50-item-nav img {
  margin-bottom: 5px;
}
.b50-item-nav span {
  font-size: 12px;
  color: #484c56;
}
.b50-etiqueta {
  margin-left: 34px;
  background-color: #ffa401;
  backdrop-filter: blur(6px);
  width: 140px;
  height: 30px;
  padding-left: 10px;
  padding-right: 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;
  -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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  border-radius: 25px 0 25px 0;
}
@media screen and (max-width: 1290px) {
  .b50-etiqueta {
    margin-left: 26px;
    width: 130px;
  }
}
.b50-list-menu {
  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;
}
.b50-item-menu {
  margin-left: 44px;
}
.b50-item-menu:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1290px) {
  .b50-item-menu {
    margin-left: 22px;
  }
}
.b50-menu-link {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #fff;
  letter-spacing: 0.005em;
}
.b50-right {
  width: 73%;
  padding-right: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b50-right .g0-cnt-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1290px) {
  .b50-right {
    padding-right: 110px;
  }
  .b50-right .g0-cnt-btn {
    right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .b50-right {
    display: none;
  }
}
.b50 {
  position: relative;
}
.b50 .b1-sub-title {
  margin: 0;
}
.b50 .owl-nav {
  display: none;
}
.b50 .owl-dots {
  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;
  position: absolute;
  -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%;
  bottom: 55px;
}
@media screen and (max-width: 480px) {
  .b50 .owl-dots {
    bottom: 15px;
  }
}
.b50 .owl-dot {
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.b50 .owl-dot:first-child {
  margin-left: 0;
}
.b50 .owl-dot:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b50 .owl-dot:hover:after,
.b50 .owl-dot.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b50-item-sl .b1-title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b50-item-sl .b1-sub-title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b50-item-sl.animate .b1-title {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.b50-item-sl.animate .b1-title,
.b50-item-sl.animate .b1-sub-title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.b50-item-sl.animate .b1-sub-title {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.b50-item-sl {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.b50-item-sl:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: absolute;
  z-index: 1;
}
.b50-item-sl .wancho {
  height: 648px;
  position: relative;
  z-index: 2;
  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: 745px) {
  .b50-item-sl .wancho {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .b50-item-sl .wancho {
    height: 360px;
  }
}
@media screen and (max-width: 745px) {
  .b50-texto {
    text-align: center;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.ustestim {
  background: #f5f6f9;
  position: relative;
  padding: 97px 0 51px 0;
}
@media screen and (max-width: 960px) {
  .ustestim {
    padding: 60px 0 70px 0;
  }
}
.ustestim_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;
  z-index: 2;
}
.ustestim_left {
  width: 43.5%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
}
@media screen and (min-width: 1025px) {
  .ustestim_left {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .ustestim_left {
    width: 100%;
    padding-right: 0;
  }
}
.ustestim_right {
  width: calc(636% * 100 / 1200);
  position: relative;
}
@media screen and (max-width: 960px) {
  .ustestim_right {
    width: 100%;
    margin-top: 30px;
  }
}
.ustestim_title {
  display: block;
  line-height: 42px;
  color: #023980;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 36px;
  margin: 0 0 11px 0;
}
@media screen and (max-width: 767px) {
  .ustestim_title {
    line-height: 1.1;
    font-size: 30px;
  }
}
.ustestim_title.ustestim_title_company {
  color: #023980;
}
.ustestim_name_occupation {
  display: block;
  line-height: 20px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}
.ustestim_subtitle {
  display: block;
  line-height: 26px;
  color: #023980;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .ustestim_subtitle {
    line-height: 1.2;
    font-size: 16px;
  }
}
.ustestim_description {
  display: block;
  line-height: 24px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 0;
  margin-bottom: 30px;
}
.ustestim_description p {
  margin: 0;
}
.ustestim_button {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .ustestim_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-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
  }
}
.ustestim_portada {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.ustestim_portada img {
  border-radius: 5px 50px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.ustestim_bg {
  width: 48.47%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 188px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .ustestim_bg {
    display: none;
  }
}
.ustestim_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -moz-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -o-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: -ms-linear-gradient(208deg, #023980 14.23%, #376baf 100%);
  background: linear-gradient(242deg, #023980 14.23%, #376baf 100%);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
}
.ustestim_figure {
  width: 231px;
  position: absolute;
  top: 47px;
  left: -120px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .ustestim_figure {
    display: none;
  }
}
.ustestim_figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.ustestim_line1 {
  width: 463px;
  position: absolute;
  bottom: 51px;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .ustestim_line1 {
    display: none;
  }
}
.ustestim_line1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  background-color: #023980;
  padding-top: 40px;
  padding-bottom: 30px;
}
.f-fila-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #443faa;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .f-fila-top {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-top-left {
  width: 33%;
}
@media screen and (max-width: 1215px) {
  .f-top-left {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .f-top-left {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.f-top-right {
  width: 67%;
  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: 1215px) {
  .f-top-right {
    width: 80%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .f-top-right {
    width: 100%;
    padding-left: 0;
  }
}
.f-wrap-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .f-wrap-menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-logo {
  margin: 0;
  display: block;
}
.f-logo img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.f-list-menu {
  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;
  width: 75%;
}
@media screen and (max-width: 1215px) {
  .f-list-menu {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .f-list-menu {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 745px) {
  .f-list-menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.f-item-menu {
  margin: 0;
  margin-left: 67px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: #fff;
}
.f-item-menu:first-child {
  margin-left: 0;
}
@media screen and (max-width: 745px) {
  .f-item-menu {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .f-item-menu:nth-child(2n+1) {
    margin-left: 0;
  }
}
.f-logos-place {
  width: 20%;
}
.f-logos-place img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1215px) {
  .f-logos-place {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .f-logos-place {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
}
.f-fila-center {
  padding-top: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 36px;
}
@media screen and (max-width: 1000px) {
  .f-fila-center {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 745px) {
  .f-fila-center {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}
.f-item-left-center {
  margin-bottom: 17px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 21px;
}
.f-item-left-center p {
  margin: 0;
}
.f-item-left-center:last-child {
  margin-bottom: 0;
}
.f-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0e0e0;
  margin-bottom: 3px;
}
.f-phone {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.f-left-center {
  width: 33%;
}
@media screen and (max-width: 1215px) {
  .f-left-center {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .f-left-center {
    width: 28%;
  }
}
@media screen and (max-width: 745px) {
  .f-left-center {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.f-right-center {
  width: 67%;
}
@media screen and (max-width: 1215px) {
  .f-right-center {
    width: 80%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .f-right-center {
    width: 72%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 745px) {
  .f-right-center {
    width: 100%;
    padding-left: 0;
  }
}
.f-list-right-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .f-list-right-center {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-item-right-center {
  width: 40%;
}
.f-item-right-center .f-title {
  margin-bottom: 20px;
  display: none;
}
.f-item-right-center:first-child {
  margin-left: 0;
}
.f-item-right-center:last-child {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .f-item-right-center {
    width: 33.33%;
  }
  .f-item-right-center:last-child {
    width: 33.33%;
  }
}
@media screen and (max-width: 745px) {
  .f-item-right-center {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .f-item-right-center .f-title {
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  .f-item-right-center .f-title:after {
    content: "\e908";
    font-family: 'icomoon';
    right: 5px;
    bottom: 0;
    color: #fff;
    top: 0;
    position: absolute;
    font-size: 8px;
    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;
  }
  .f-item-right-center:last-child {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
}
.f-item-center {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 745px) {
  .f-item-center {
    width: 100%;
  }
}
.f-fila-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 745px) {
  .f-fila-down {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.f-left-down.mobile {
  display: none;
}
@media screen and (max-width: 745px) {
  .f-left-down {
    width: 100%;
    margin-bottom: 25px;
  }
  .f-left-down.mobile {
    display: block;
  }
  .f-left-down.desktop {
    display: none;
  }
}
.f-redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .f-redes {
    margin: 0 auto;
  }
}
.f-item-red {
  color: #fff;
  font-size: 20px;
  margin-left: 25px;
}
.f-item-red:first-child {
  margin-left: 0;
}
.f-libro a {
  margin-bottom: 0;
}
.f-libro a img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.f-libro a span {
  margin: 0;
  margin-left: 10px;
}
@media screen and (max-width: 745px) {
  .f-libro {
    width: 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-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  .f-libro a {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.f-right-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 745px) {
  .f-right-down {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.f-inmobiliaria {
  padding-right: 10px;
}
.f-inmobiliaria p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.f-staff {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding-left: 10px;
  position: relative;
}
.f-staff:after {
  content: "";
  left: 0;
  top: 2px;
  width: 2px;
  height: 11px;
  bottom: 0;
  position: absolute;
  background-color: #fff;
}
.f-logo-staf {
  margin: 0;
  margin-left: 7px;
}
.f-logo-staf img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 745px) {
  .f-right-list {
    display: none;
  }
}
@media screen and (min-width: 746px) {
  .f-right-list {
    display: block !important;
  }
}
@media screen and (max-width: 360px) {
  .f-right-down {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .f-inmobiliaria {
    margin-bottom: 5px;
    padding: 0;
  }
  .f-staff:after {
    display: none;
  }
}
.f-cookies {
  background: #023980;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
.f-cookies.message-cookie {
  display: block;
}
.f-cookies .wancho {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.f-left-cookies p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.f-left-cookies p a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .f-left-cookies p {
    font-size: 14px;
  }
}
.f-right-cookies .g0-btn {
  width: 210px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #00cec5;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: border;
}
.f-right-cookies .g0-btn:hover {
  background-color: #00b0a6;
}
@media screen and (max-width: 480px) {
  .f-right-cookies .g0-btn {
    width: 110px;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header-transparente .cnt-wrapper {
  padding-top: 0;
}
.header-transparente .header {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .header-transparente .header:not(.scrolling) {
    background-color: transparent;
    border: 1px solid #e0e0e0;
  }
  .header-transparente .header:not(.scrolling) .h-menu-main {
    color: #fff;
  }
  .header-transparente .header:not(.scrolling) .h-menu-main:hover {
    color: #ffa401;
  }
  .header-transparente .header:not(.scrolling) .h-center-link {
    color: #fff;
  }
  .header-transparente .header:not(.scrolling) .header-logo {
    position: relative;
    height: 88px;
  }
  .header-transparente .header:not(.scrolling) .header-logo .h-logo-white {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 185px;
    height: auto;
    max-width: none;
  }
  .header-transparente .header:not(.scrolling) .header-logo .h-logo-color {
    display: none;
  }
}
.cnt-wrapper {
  padding-top: 88px;
}
@media screen and (max-width: 960px) {
  .cnt-wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 745px) {
  .cnt-wrapper {
    padding-top: 60px;
  }
}
.detalle-proyecto .header {
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .detalle-proyecto .cnt-wrapper {
    padding-bottom: 70px;
  }
}
.header {
  position: fixed;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header .header-logo {
  margin: 0;
}
.header .header-logo .h-logo-white {
  display: none;
}
.header .header-ctn {
  height: 88px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header .header-ctn:after {
  content: "";
  top: 0;
  right: 70px;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  position: absolute;
}
.header .h-right {
  padding-right: 105px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .h-botones-primary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-center-link {
  margin-right: 34px;
  font-size: 14px;
  letter-spacing: 0.005em;
  font-weight: 600;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .header .h-center-link i {
    display: none;
  }
}
.header .h-center-link i {
  margin-left: 5px;
  font-size: 8px;
}
.header .h-center-link span {
  margin: 0;
  margin-left: 5px;
}
.header .g0-btn {
  margin-left: 14px;
}
.header .g0-btn:first-child {
  margin-left: 0;
}
.header .h-btn-ecobesco {
  margin-right: 14px;
}
.header .h-btn-ecobesco a {
  width: 110px;
}
.header .h-boton-secundary {
  position: absolute;
  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;
  top: 0;
  right: -130px;
  bottom: 0;
}
.header .h-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .h-menu-main {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #023980;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .h-menu-main:hover {
  color: #023980;
}
.header .h-menu-main i {
  margin: 0;
  margin-right: 14px;
  font-size: 25px;
}
.header .h-menu-main span {
  margin: 0;
}
.header .h-whatsapp {
  margin-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header .h-whatsapp img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .header .header-ctn:after {
    right: 165px;
  }
  .header .h-whatsapp {
    margin-left: 18px;
  }
  .header .h-boton-secundary {
    right: -20px;
  }
  .header .h-right {
    padding-right: 190px;
  }
  .header .h-menu-main span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header .h-botones-primary .g0-cnt-btn {
    display: none;
  }
  .header .h-right {
    padding-right: 0;
  }
  .header .h-boton-secundary {
    position: static;
  }
  .header .header-ctn:after {
    display: none;
  }
  .header .h-center-link {
    margin-right: 25px;
  }
  .header .h-center-link span {
    display: none;
  }
  .header .h-menu-main i {
    margin-right: 0;
  }
  .header .h-menu-main span {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header .header-logo {
    width: 150px;
  }
  .header .header-ctn {
    height: 70px;
  }
}
@media screen and (max-width: 745px) {
  .header .h-whatsapp {
    width: 31px;
    margin-left: 0px;
  }
  .header .h-menu-main {
    margin-right: 15px;
  }
  .header .h-menu-main i {
    font-size: 20px;
  }
  .header .header-logo {
    width: 100px;
  }
  .header .header-ctn {
    height: 60px;
  }
  .header .h-center-link {
    font-size: 13px;
    margin-right: 17px;
  }
}
.h-btn-submenu {
  position: relative;
}
.h-btn-submenu:hover .h-wrap-submenu {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  visibility: visible;
}
.h-wrap-submenu {
  position: absolute;
  top: 100%;
  left: -50px;
  width: 270px;
  padding-top: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .h-wrap-submenu {
    display: none;
  }
}
.h-wrap-submenu.small .h-submenu-link {
  height: 50px;
}
.h-submenu {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  border-radius: 33px;
  position: relative;
}
.h-submenu:before {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.h-submenu-item {
  border-bottom: 1px solid #e3dcfe;
  position: relative;
  z-index: 2;
}
.h-submenu-item:last-child {
  border-bottom: none;
}
.h-submenu-link {
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  color: #333;
}
.h-submenu-link:hover span {
  font-weight: 700;
}
.h-submenu-link span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}
.h-submenu-link img {
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .resp-item-ecobesco {
    display: none;
  }
}
.resp_ecobesco {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .resp_ecobesco {
    display: none;
  }
}
.resp_ecobesco a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  letter-spacing: 0.07px;
  background-color: #00cec5;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 15px;
  margin: 0;
}
.responsive-logo {
  margin-top: 10px;
  width: 80%;
  display: block;
}
.responsive-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.menu-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
  background-color: #000;
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1002;
}
.menu-mobile-open.scrolling {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: 220px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  background: #fff;
  color: c-first;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 205px;
  z-index: 1002;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-sidebar {
  width: 200px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -200px;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.45s ease;
  -moz-transition: right 0.45s ease;
  -o-transition: right 0.45s ease;
  -ms-transition: right 0.45s ease;
  transition: right 0.45s ease;
}
.menu-sidebar.active {
  right: 0;
}
.menu-responsive {
  padding-top: 10px;
}
.menu-responsive .menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.menu-responsive .menu-item a {
  display: block;
  text-indent: 20px;
}
.menu-responsive .menu-item a:hover,
.menu-responsive .menu-item a.active {
  background-color: #000;
  color: #fff;
}
.cnt-wrapper,
.footer {
  position: relative;
  left: 0;
  -webkit-transition: left 0.45s ease;
  -moz-transition: left 0.45s ease;
  -o-transition: left 0.45s ease;
  -ms-transition: left 0.45s ease;
  transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
  left: -200px;
}
.wrapper {
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .menu {
    display: none;
  }
  .menu-mobile-open {
    visibility: visible;
  }
}

.lg-backdrop {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.zona_parrilla {
  padding: 20px 0px 40px 0px;
}
@media screen and (max-width: 1023px) {
  .zona_parrilla {
    padding-bottom: 0;
  }
}
.zona_parrilla_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;
}
.zona_parrilla_info {
  width: calc(100% - 991px);
  margin: 0;
  height: 100%;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zona_parrilla_info:before {
  content: '';
  position: absolute;
  top: -200px;
  right: -86px;
  width: 765px;
  margin: 0;
  height: 120px;
  display: block;
  background: url("../img/trama-zona.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 2;
}
.zona_parrilla_info h2 {
  font-weight: normal;
  font-size: 36px;
  font-family: 'FuturaPT-Bold', sans-serif;
  margin-bottom: 12px;
  color: #023980;
}
.zona_parrilla_info h3 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  color: #ffa401;
  font-size: 36px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1520px) {
  .zona_parrilla_info {
    width: calc(100% - 700px);
  }
}
@media screen and (max-width: 1023px) {
  .zona_parrilla_info {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  .zona_parrilla_info .g0-cnt-btn {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .zona_parrilla_info:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .zona_parrilla_info h2,
  .zona_parrilla_info h3 {
    font-size: 32px;
  }
  .zona_parrilla_info h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .zona_parrilla_info h2,
  .zona_parrilla_info h3 {
    font-size: 28px;
  }
  .zona_parrilla_info h3 {
    margin-bottom: 19px;
  }
}
.zona_parrilla_img_center {
  position: absolute;
  top: -20px;
  right: -120px;
  z-index: 2;
}
@media screen and (max-width: 1520px) {
  .zona_parrilla_img_center {
    display: none;
  }
}
.zona_parrilla_inner {
  max-width: 412px;
  width: 100%;
  margin: auto;
}
.zona_parrilla_img {
  width: 991px;
  height: 503px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0;
}
.zona_parrilla_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1520px) {
  .zona_parrilla_img {
    width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .zona_parrilla_img {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .zona_parrilla_img {
    height: 433px;
  }
}
.zona_parrilla_logo {
  max-width: 399px;
  width: 100%;
  margin: auto;
  margin-bottom: 33px;
}
@media screen and (max-width: 1023px) {
  .zona_parrilla_logo {
    max-width: 250px;
  }
}
.zona_parrilla_img_inf {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.zona_parrilla_img_inf p {
  color: #fff;
  padding: 0 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.zona_parrilla_img_inf a {
  text-decoration: underline;
  color: #fff;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #023980;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:active {
  background-color: rgba(2,57,128,0.5);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(2,57,128,0.5);
}
