.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: #f7f4f4;
  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: #001b83;
  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: #001b83;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 44px;
}
.b1about_textup em {
  color: #00c4b8;
}
.b1about_textup p {
  margin: 0;
}
.b1about_textdown {
  line-height: 18px;
  color: #001b83;
  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: #e83d4c;
  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(left, #04b0a6 14.23%, #3830aa 72.75%, #643ec6 100%);
  background: -moz-linear-gradient(left, #04b0a6 14.23%, #3830aa 72.75%, #643ec6 100%);
  background: -o-linear-gradient(left, #04b0a6 14.23%, #3830aa 72.75%, #643ec6 100%);
  background: -ms-linear-gradient(left, #04b0a6 14.23%, #3830aa 72.75%, #643ec6 100%);
  background: linear-gradient(to right, #04b0a6 14.23%, #3830aa 72.75%, #643ec6 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: 609px;
  position: absolute;
  bottom: -59px;
  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: #f5f4f7;
  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 {
  margin-bottom: 30px;
  margin-top: 31px;
  font-size: 14px;
  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 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;
  width: 100%;
  border: none;
  padding-right: 150px;
  border-radius: 12px;
  background-color: #fff;
}
.b1beneficio_form button {
  background-color: #00c4b8;
  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: #e83d4c;
  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: #e83d4c;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  z-index: 20;
}
.b1beneficio_img1:after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #e83d4c;
  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;
}
.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: #001b83;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b1ecomdetail_prev:before {
  content: "\e90d";
  display: inline-block;
  color: #001b83;
  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: #4f4f4f;
    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: #4f4f4f;
  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: #001b83;
  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: #00c4b8;
  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;
}
.b1list {
  background: #f5f4f7;
  padding: 74px 0 104px 0;
}
@media screen and (max-width: 767px) {
  .b1list {
    padding: 50px 0;
  }
}
.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: #333;
  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;
  border-radius: 6px;
  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 {
    background: #643ec6;
    color: #00c4b8;
  }
}
.b1list_pager a.active {
  background: #643ec6;
  color: #00c4b8;
}

.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: #f5f4f7;
  -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: #001b83;
  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: #e83d4c;
}
.b1wasi_content:after {
  width: 77px;
  height: 77px;
  background: #00c4b8;
  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: #e83d4c;
  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: #001b83;
  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: #00c4b8;
}
.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: #643ec6;
}
.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: #001b83;
  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: #00c4b8;
  -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: #333;
  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;
}
.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: #643ec6;
  color: #f2f2f2;
}
.b2ecomhome_select .g8select .g8select_icon_arrow {
  color: #00c4b8;
}
.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: #001b83;
  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: #001b83;
    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: #e83d4c;
    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: #643ec6;
  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: #00c4b8;
  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: #e83d4c;
    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: #001b83;
  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: #00c4b8;
  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: #001b83;
}
.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: #001b83;
}
.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;
}
.b2wasi {
  width: 100%;
  padding: 18px 0px;
  background: #e8f4f3;
  -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: #643ec6;
}
@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: #643ec6;
    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: #00c4b8;
  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: #02bbb1;
}
.b2wasi_box.orange {
  background: #fbac3b;
}
.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: #f7f4f4;
  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_block {
  position: relative;
}
@media screen and (min-width: 769px) {
  .b3about_block.desktop .b3about_arrow {
    display: none;
  }
  .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: #f7f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b3about_slider:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f7f4f4;
  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: #00c4b8;
  }
}
.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: #4f4f4f;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 8px 0;
}
.b3about_description {
  line-height: 20px;
  color: #4f4f4f;
  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: #828282;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.b3about_figure {
  width: 331px;
  position: absolute;
  bottom: -215px;
  left: -149px;
  margin: 0;
}
@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;
  color: #f2f2f2;
  background: #643ec6;
  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;
}
.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: #e83d4c;
  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: #333;
  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;
}
.b3wasi {
  width: 100%;
  padding: 64px 0px 64px;
  background: #f5f4f7;
  -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 #e3dcfe;
  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: #828282;
  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: #001b83;
  background: #fff;
  -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 (min-width: 1025px) {
  .b3wasi_tab:hover {
    color: #001b83;
    background: #fff;
    -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: 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: #643ec6;
  margin: 0;
}
.b3wasi_title h3 strong {
  font-weight: normal;
  font-familt: 'FuturaPT-Bold', sans-serif;
  color: #e83d4c;
}
@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: #e83d4c;
  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: #e83d4c;
  color: #fff;
  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;
}
.b4wasi {
  width: 100%;
  padding: 80px 0px 60px;
  background: #e8f4f3;
  -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: #643ec6;
  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: #f7f4f4;
  padding: 72px 0 78px 0;
}
@media screen and (max-width: 767px) {
  .b5about {
    padding: 50px 0;
  }
}
.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: #4f4f4f;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 13px;
  margin: 0 0 6px 0;
}
.b5about_description {
  line-height: 20px;
  color: #4f4f4f;
  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: #828282;
  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;
}
.b6about {
  overflow: hidden;
  background: #643ec6;
  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: #e83d4c;
  color: #f2f2f2;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  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: #00c4b8;
}
.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: #643ec6;
  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%;
  filter: drop-shadow(0px 4px 40px rgba(49,12,146,0.28));
  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: #00c4b8;
}
.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: #00c4b8;
  -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 #fff;
  position: relative;
  padding: 37px 0 58px 0;
}
.b6about_years:before {
  content: '';
  position: absolute;
  left: -47%;
  top: -3px;
  width: 0;
  height: 3px;
  background: #00c4b8;
  -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: #643ec6;
  border-radius: 50%;
  border: 17px solid #00c4b8;
  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: #643ec6;
  border: 3px solid #fff;
  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: #f7f4f4;
  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: #00c4b8;
}
.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: #643ec6;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
.b7about_description {
  line-height: 20px;
  color: #001b83;
  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;
}
.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: #001b83;
  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;
}
.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;
}
.b1eco_besco {
  background-color: #e8f4f3;
  padding: 50px 0px;
  position: relative;
}
.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;
}
.b1eco_besco:before {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -90px;
  display: block;
  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;
}
@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: #643ec6;
  -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: #e83d4c;
  }
  .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: #e83d4c;
  -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: #001b83;
  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: #643ec6;
  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: -15px;
  position: absolute;
}
.b1eco-linea img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 745px) {
  .b1eco-linea {
    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: #e5e5e5;
  position: relative;
  overflow: hidden;
}
.error_404:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #e8f4f3;
}
.error_404_container {
  text-align: center;
}
.error_404_container.wancho {
  max-width: 600px;
}
.error_404_container p {
  font-size: 16px;
  line-height: 24px;
  color: #001b83;
  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;
}
.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;
}
.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: #001b83;
  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: #e83d4c;
  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: #00c4b8;
}
.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: #333;
}
.firma_electronica_info ul {
  padding-left: 20px;
  color: #001b83;
}
.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;
}
.politicas_privacidad {
  padding: 70px 0px;
  background-color: #f5f4f7;
}
@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: #333;
}
.piliticas_privacidad_content a {
  text-decoration: underline;
  color: #001b83;
}
.piliticas_privacidad_content h2 {
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #643ec6;
  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: #643ec6;
  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: #001b83;
  font-weight: 700;
}
.piliticas_privacidad_content td {
  color: #333;
}
.piliticas_privacidad_content table {
  width: 100%;
}
.politicas_privacidad_table {
  border-radius: 20px;
  border: 1px solid #001b83;
  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 #001b83;
}
.politicas_privacidad_table thead th {
  color: #001b83;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 16px;
  padding: 30px;
  text-align: left;
  border-right: 1px solid #001b83;
}
.politicas_privacidad_table thead th:last-child {
  border: none;
}
.politicas_privacidad_table tbody tr {
  border-bottom: 1px solid #001b83;
}
.politicas_privacidad_table tbody td {
  padding: 30px;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #001b83;
}
.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: #e83d4c;
  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: #00c4b8;
  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: #333;
  border-top: 1px dashed #643ec6;
  border-bottom: 1px dashed #643ec6;
  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 #643ec6;
  -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: #001b83;
  -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: #001b83;
  border-top: 1px solid #00c4b8;
  -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: #333;
  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: #001b83;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0px 20px;
  border-left: 1px solid #00c4b8;
}
.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: #333;
  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: #001b83;
  -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: #001b83;
  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: #333;
  font-size: 16px;
}
.popup_sentinel_content li a strong {
  color: #001b83;
  font-weight: 500;
  font-size: 16px;
}
h2.popup_sentinel_title {
  color: #001b83;
  text-align: center;
  font-size: 40px;
}
h2.popup_sentinel_title strong {
  display: block;
  text-align: center;
  color: #e83d4c;
  font-weight: normal;
  font-family: 'FuturaPT-Bold', sans-serif;
}
button.popup_sentinel_btn {
  background-color: #fff !important;
  color: #643ec6 !important;
  border: 1px solid #643ec6 !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}
button.popup_sentinel_btn:hover {
  background-color: #643ec6 !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;
}
.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: #333;
  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: #333;
  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: #f5f4f7;
  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: 0px 3px 2px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  color: #001b83;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .preguntas_frecuentes_nav a:hover {
    color: #001b83;
    background-color: #fff;
  }
}
@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: #e8f4f3;
}
@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: #001b83;
  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: #e83d4c;
  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: #00c4b8;
}
.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: #333;
  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-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: 0px 3px 2px rgba(100,62,198,0.21);
    box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  }
}
.proyectos_entregados_nav a.active {
  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);
}
@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: #333;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 5px;
}
.proyectos_entregados_info h4 {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.proyectos_entregados_info h4 span {
  color: #643ec6;
  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: #643ec6;
  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: #333;
}
.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;
}
.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 #643ec6;
  font-family: 'Inter', sans-serif;
  color: #643ec6;
  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);
  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.arrow i {
  font-size: 8px;
  color: #00c4b8;
  margin-top: 3px;
  margin-left: 3px;
}
.g0-btn span {
  margin: 0;
  margin-right: 10px;
  color: #e83d4c;
  font-size: 20px;
}
.g0-btn.large {
  width: 100%;
}
.g0-btn.big {
  width: 234px;
}
.g0-btn.small {
  width: 120px;
}
.g0-btn.bgcblue {
  background-color: #001b83;
  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: #00c4b8;
  font-size: 20px;
}
.g0-btn.bgcblue: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;
  border: none;
}
.g0-btn.w136 {
  width: 136px;
}
.g0-btn.green {
  width: 180px;
  background-color: #00c4b8;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.g0-btn.green: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: #00b0a6;
}
.g0-btn.linewhite {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.g0-btn.linewhite:hover {
  background: #fff;
  color: #643ec6;
}
@media screen and (max-width: 1024px) {
  .g0-btn.linewhite {
    background: #fff;
    color: #643ec6;
  }
}
.g0-btn.w117 {
  width: 117px;
}
.g0-btn:hover {
  background-color: #643ec6;
  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: #e83d4c;
}
.n-title-acordeon.active {
  color: #00c4b8;
  font-family: 'FuturaPT-Bold', sans-serif;
}
.n-title-acordeon.active:after {
  content: "\e911";
  font-size: 4px;
}
.n-title-acordeon:hover {
  color: #00c4b8;
  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: #333;
}
.b41_condiciones_text {
  font-size: 14px;
  padding: 12px 10px;
  padding-right: 40px;
  text-align: justify;
  line-height: 20px;
  color: #333;
}

.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: #e83d4c;
  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: #4f4f4f;
}
.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;
}
.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: #643ec6;
}
.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: #643ec6;
  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-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 {
  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+ */
}
@media screen and (max-width: 480px) {
  .g5-input,
  .g5-select,
  .g5-textarea {
    margin-bottom: 15px;
  }
}
.g5-input.focus,
.g5-select.focus,
.g5-textarea.focus {
  border: 1px solid #001b83;
}
.g5-input ::-webkit-input-placeholder,
.g5-select ::-webkit-input-placeholder,
.g5-textarea ::-webkit-input-placeholder {
  color: #e83d4c;
  font-family: t-4;
}
.g5-input :-moz-placeholder,
.g5-select :-moz-placeholder,
.g5-textarea :-moz-placeholder {
  color: #e83d4c;
  font-family: t-4;
}
.g5-input ::-moz-placeholder,
.g5-select ::-moz-placeholder,
.g5-textarea ::-moz-placeholder {
  color: #e83d4c;
  font-family: t-4;
}
.g5-input :-ms-input-placeholder,
.g5-select :-ms-input-placeholder,
.g5-textarea :-ms-input-placeholder {
  color: #e83d4c;
  font-family: t-4;
}
.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: #333;
  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: #333;
  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: #e83d4c;
  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: #643ec6;
  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: #4f4f4f;
  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 #b9aaf4;
  background-color: #efebfb;
  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: #643ec6;
  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 #643ec6;
}
.g5-input-check input:checked ~ label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #643ec6;
}
.g5-input-check label {
  line-height: 100%;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  color: #4a4a4a;
  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: #001b83;
  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 #4a4a4a;
  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: #001b83;
  font-weight: 500;
  text-decoration: underline;
}
.g5-input-check.denuncia label {
  font-weight: 600;
  font-size: 14px;
}
.g5-required {
  color: #4a4a4a;
  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: #001b83;
}
.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: #643ec6;
}
.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;
  }
}

.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: #643ec6;
  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;
}

.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: #828282;
  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: #e83d4c;
  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: #001b83;
  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: #001b83;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.g9title_main {
  line-height: 1.2;
  color: #001b83;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: calc(20px + (36 - 20) * ((100vw - 375px) / (1920 - 375)));
  margin: 0;
}
.g9title_main strong {
  color: #e83d4c;
  font-weight: normal;
}
.g9title_main.g9title_size40 {
  font-size: calc(26px + (40 - 26) * ((100vw - 375px) / (1920 - 375)));
}

.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:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  position: absolute;
  z-index: 1;
}
.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-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: #643ec6;
  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 #00c4b8;
  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: #f5f4f7;
  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: #e83d4c;
    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;
  }
}
@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: #eaebf0;
  position: relative;
  padding: 73px 0;
}
@media screen and (max-width: 960px) {
  .b3 {
    padding: 0;
  }
}
.b3:before {
  content: "";
  width: 44.0104%;
  height: 100%;
  background: #643ec6;
  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: #643ec6;
    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: #643ec6;
    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,
.b3titles strong {
  color: #00c4b8;
}
.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>*:last-child:hover {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}
.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: #e83d4c;
  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: #001b83;
  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: #643ec6;
  font-family: 'FuturaPTCond-Medium', sans-serif;
  font-size: 44px;
  margin-bottom: 5px;
}
.b3textup p {
  margin: 0;
}
.b3textdown {
  line-height: 1.1;
  color: #001b83;
  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: #001b83;
  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: #f5f4f7;
  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;
}
.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: #e83d4c;
  -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: 20px;
}
.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: #001b83;
  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: #e83d4c;
  display: block;
}
.b30-contador {
  font-size: 30px;
  color: #001b83;
  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: #828282;
  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: #643ec6;
  line-height: 27px;
  margin-bottom: 20px;
}
.b30-description-item {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
}

.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: #643ec6;
  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.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: #001b83;
  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: #00c4b8;
}
.b34-nav-link:hover:after,
.b34-nav-link.active:after {
  color: #e83d4c;
}
.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: #333;
  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: #00c4b8;
  position: absolute;
}
.b34-submenu-link:hover {
  text-decoration: underline;
  color: #001b83;
}
.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;
  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: #4f4f4f;
}
.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: #00c4b8;
  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: #00c4b8;
  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: #001b83;
}
@media screen and (max-width: 745px) {
  .b35-left {
    font-size: 12px;
  }
}
.b35-right {
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
  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 #643ec6;
  margin-bottom: 35px;
  margin-top: 15px;
}
.b35-title-inner {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  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: #e83d4c;
}
@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: #333;
  line-height: 20px;
  margin-bottom: 13px;
}
.b36-canal-indicacion {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #4f4f4f;
  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 #643ec6;
}
.b37 .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  color: #001b83;
}
.b37 .dz-error-mark svg g g {
  fill: #4f4f4f;
}
.b37 .dropzone .dz-preview .dz-progress {
  top: 2px;
  margin-top: 0;
}
.b37: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;
}
.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;
}
.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 #643ec6;
}
.b37-tutor-option .g5-input-check label:before {
  top: -2px;
  border: 2px solid #4a4a4a;
}
.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: #f5f4f7;
  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;
  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: #e8f4f3;
  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;
  }
}
.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 {
  font-size: 14px;
}
.b37-libro-reclamos {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  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: #4f4f4f;
  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: #676767;
  margin-top: 23px;
  margin-bottom: 28px;
}
.b37-libro-observaciones strong {
  font-weight: 700;
}
.b37-libro-notificacion {
  font-size: 12px;
  color: #828282;
  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-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: #643ec6;
  margin-right: 20px;
}
.b37-upload-descript {
  font-weight: 500;
}
.b37-upload-descript span {
  margin-bottom: 10px;
  display: block;
  color: #643ec6;
  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: #4f4f4f;
}
.b37-form-info-title p {
  margin: 0;
}
.b37-form-info-text {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #333;
  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: #e8f4f3;
  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;
}
@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: #643ec6;
  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: #333;
  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: #001b83;
}
.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: #f5f4f7;
  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: #001b83;
  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: #001b83;
  position: absolute;
}
.b39: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;
}
.b39:before {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 51%;
  background-color: #e8f4f3;
  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: #e83d4c;
  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-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: #001b83;
}
.b39-description-left p {
  margin: 0;
}
.b39-puntos {
  position: absolute;
  left: -160px;
  bottom: -28px;
}
.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: #001b83;
  font-size: 16px;
  margin-top: 10px;
}
.b39-info p {
  margin: 0;
}
.b39-text-summary {
  font-size: 12px;
  color: #4f4f4f;
  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: #e8f4f3;
  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: #001b83;
  }
}
@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: #bdbdbd;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.b4subtitle {
  line-height: 23px;
  color: #333;
  font-family: 'FuturaPT-Bold', sans-serif;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.b4text {
  line-height: 20px;
  color: #4f4f4f;
  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: #e83d4c;
  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;
}
@media screen and (max-width: 767px) {
  .b4figure {
    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: #f5f4f7;
}
.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: #001b83;
  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: #643ec6;
  position: relative;
}
.b40-left:after {
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background-color: #643ec6;
  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: #00c4b8;
  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: #f5f4f7;
  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: #f5f4f7;
  line-height: 20px;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.b40-item-left span {
  color: #00c4b8;
  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: #643ec6;
  margin-bottom: 12px;
}
.b40-subtitle-from.fz14 {
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: 25px;
  color: #001b83;
  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: #001b83;
}
@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: #f5f4f7;
  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 #e3dcfe;
  -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: #828282;
  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: 0px 3px 2px rgba(100,62,198,0.21);
  box-shadow: 0px 3px 2px rgba(100,62,198,0.21);
  background-color: #fff;
  color: #001b83;
}
@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: #e83d4c;
  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: #00c4b8;
  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: #4f4f4f;
}
.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: #00c4b8;
  font-family: 'FuturaPT-Bold', sans-serif;
  line-height: 23px;
}
.b41-text-right h4 {
  font-size: 14px;
  color: #333;
  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 {
  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: #f5f4f7;
  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: #e83d4c;
}
@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: #001b83;
}
.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: #e83d4c;
  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: #e83d4c;
  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: #00c4b8;
  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 #643ec6;
  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: #643ec6;
  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: #001b83;
  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: #f5f4f7;
  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;
  position: relative;
  z-index: 3;
}
.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: #00c4b8;
  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: #009b92;
}
.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: #001b83;
  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;
  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-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;
}
.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: #e83d4c;
}
@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: #9b9b9b;
  margin: 0;
  margin-left: 8px;
  text-transform: uppercase;
}
.b44-item-ico span {
  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: #00c4b8;
  -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: #e83d4c;
  margin-bottom: 26px;
}
.b44-description-form {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 25px;
}
.b44-description-form.cblue {
  color: #001b83;
  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;
}

.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: #828282;
  font-size: 15px;
  font-family: 'FuturaPT-Bold', sans-serif;
  -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 {
  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);
  border-radius: 10px;
  color: #001b83;
}
@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;
  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(232,61,76,0.4);
  border: 1px solid #e83d4c;
  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(232,61,76,0.4);
  border: 1px solid #e83d4c;
  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: #e83d4c;
  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: #643ec6;
  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: #e83d4c;
  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: #e83d4c;
  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 #e83d4c;
  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: #f5f4f7;
}
@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: #e83d4c;
}
@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: #333;
  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 #e3dcfe;
  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 {
  -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: #fff;
}
.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-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: #333;
  margin-bottom: 20px;
}
.b47-direccion p {
  margin: 0;
}
.b47-direccion span {
  color: rgba(51,51,51,0.5);
  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: #f5f3fb;
  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;
}
.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: #e8f4f3;
}
.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: 114px;
  width: 745px;
  z-index: 3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-image: url("../img/linea1.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: #00c4b8;
}
@media screen and (max-width: 1000px) {
  .b48-title-left {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b48-title-left {
    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: #001b83;
  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: #643ec6;
  -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);
}
@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;
  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: #333;
  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: #f5f4f7;
}
.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: #e3dcfe;
  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: #643ec6;
}
.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: #333;
  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: #e3dcfe;
  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: #4f4f4f;
  margin-bottom: 20px;
}
.b49-cantidad {
  margin-bottom: 17px;
}
.b49-cantidad p {
  font-size: 12px;
  color: #828282;
  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: #e83d4c;
  height: 55px;
  border: 3px solid #fff;
  -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: #00c4b8;
}
.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: #643ec6;
  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;
}
.footer {
  background-color: #001b83;
  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;
}
.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: #00c4b8;
  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: #001b83;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
.f-cookies.message-cookie {
  display: block;
}
.f-cookies .wancho {
  height: 109px;
  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: 16px;
  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;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #00c4b8;
  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;
}
@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: #e83d4c;
  }
  .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;
  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: 20px;
}
.header .g0-btn:first-child {
  margin-left: 0;
}
.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: #e83d4c;
  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: #001b83;
}
.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;
}
.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: #4f4f4f;
  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: #4f4f4f;
  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;
  }
}
