.alquiler_equipos_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-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.alquiler_equipos_container {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .alquiler_equipos_container {
    width: 100%;
  }
}
.alquiler_equipos_row {
  max-width: 533px;
  width: 93%;
  margin: 0 0 0 auto;
  padding-right: 79px;
  padding-top: 88px;
  padding-bottom: 104px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .alquiler_equipos_row {
    margin: auto;
    max-width: 800px;
    padding: 50px 0px;
  }
}
.alquiler_equipos_title {
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .alquiler_equipos_title {
    text-align: center;
  }
}
.alquiler_equipos_text {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
  .alquiler_equipos_text {
    text-align: center;
  }
}
.alquiler_equipos_img {
  width: 50%;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .alquiler_equipos_img {
    display: none;
  }
}

.b1about {
  overflow: hidden;
  background: #0b2a4a;
  position: relative;
  padding: 86px 0 230px 0;
}
@media screen and (max-width: 767px) {
  .b1about {
    padding: 50px 0;
  }
}
.b1about_content {
  position: relative;
}
.b1about_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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .b1about_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;
    margin-bottom: 30px;
  }
}
.b1about_head_left {
  width: 57.75%;
  position: relative;
  z-index: 2;
  padding: 93px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b1about_head_left {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_head_left {
    width: 100%;
    padding-top: 0;
  }
}
.b1about_head_right {
  width: 63.1667%;
  position: relative;
  margin-left: -20.9167%;
}
@media screen and (max-width: 767px) {
  .b1about_head_right {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.b1about_title {
  line-height: 1.2;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
  font-size: 45px;
  margin: 0 0 34px 0;
}
@media screen and (min-width: 1025px) {
  .b1about_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b1about_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 960px) {
  .b1about_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_title {
    font-size: 30px;
    text-align: center;
  }
}
.b1about_title strong {
  color: #e2211c;
  font-weight: normal;
}
.b1about_subtitle {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 18px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 960px) {
  .b1about_subtitle {
    font-size: 16px;
  }
}
.b1about_description {
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .b1about_description {
    line-height: 2.2;
    font-size: 14px;
  }
}
.b1about_description p {
  margin: 0;
}
.b1about_portada {
  max-width: 758px;
  width: 100%;
  position: relative;
  margin: 0;
}
.b1about_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(11,42,74,0.58) 0%, rgba(11,42,74,0) 100%);
  background: -moz-linear-gradient(0deg, rgba(11,42,74,0.58) 0%, rgba(11,42,74,0) 100%);
  background: -o-linear-gradient(0deg, rgba(11,42,74,0.58) 0%, rgba(11,42,74,0) 100%);
  background: -ms-linear-gradient(0deg, rgba(11,42,74,0.58) 0%, rgba(11,42,74,0) 100%);
  background: linear-gradient(90deg, rgba(11,42,74,0.58) 0%, rgba(11,42,74,0) 100%);
  mix-blend-mode: normal;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b1about_portada:before {
    display: none;
  }
}
.b1about_portada:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b2a4a;
  mix-blend-mode: color;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b1about_portada:after {
    display: none;
  }
}
.b1about_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b1about_video {
  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: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 66px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b1about_video {
    width: 100px;
    height: 100px;
    left: 0;
  }
}
.b1about_video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  -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);
  -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;
}
.b1about_video:after {
  content: "";
  width: 118px;
  height: 118px;
  background: rgba(255,255,255,0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-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;
}
@media screen and (max-width: 767px) {
  .b1about_video:after {
    width: 76px;
    height: 76px;
  }
}
.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: 66px;
  height: 66px;
  background: #fff;
  color: #0b2a4a;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_play {
    width: 56px;
    height: 56px;
  }
}
.b1about_patron {
  width: 139px;
  position: absolute;
  bottom: -45px;
  right: -50px;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_patron {
    display: none;
  }
}
.b1about_patron img {
  width: 100%;
  height: auto;
  display: block;
}
.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;
  max-width: 511px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 23px 0 22px 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1about_detail {
    padding: 20px 0;
  }
}
.b1about_detail>* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid rgba(11,42,74,0.17);
}
.b1about_detail>*:last-child {
  border-right: none;
}
.b1about_detail_left {
  width: 44.0313%;
  text-align: center;
}
.b1about_detail_right {
  width: 55.9687%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .b1about_detail_right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_detail_right {
    padding-left: 20px;
  }
}
.b1about_box {
  margin-bottom: 15px;
}
.b1about_box:last-child {
  margin-bottom: 0;
}
.b1about_textup {
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .b1about_textup {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_textup {
    font-size: 18px;
  }
}
.b1about_textup p {
  margin: 0;
}
.b1about_textup_size70 {
  font-size: 70px;
}
@media screen and (max-width: 960px) {
  .b1about_textup_size70 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_textup_size70 {
    font-size: 44px;
  }
}
.b1about_simbolo {
  color: #e2211c;
}
.b1about_textdown {
  line-height: 1.1;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .b1about_textdown {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_textdown {
    font-size: 13px;
  }
}
.b1about_textdown p {
  margin: 0;
}
.b1about_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b1about_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b1about_info_left {
  max-width: 894px;
  width: calc(100% - 250px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_info_left {
    width: 100%;
  }
}
.b1about_info_right {
  padding-top: 66px;
}
@media screen and (max-width: 960px) {
  .b1about_info_right {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1about_info_right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
}
.b1about_download {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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: 92px;
  background: #e2211c;
  border-radius: 5px;
  padding: 0 35px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_download {
    height: 60px;
    padding: 0 20px;
  }
}
.b1about_download_text {
  display: block;
  max-width: 85px;
  line-height: 1.2;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_download_text {
    font-size: 15px;
  }
}
.b1about_download_icon {
  display: block;
  color: #fff;
  font-size: 39px;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  .b1about_download_icon {
    font-size: 30px;
  }
}
.b1about_figure_up {
  width: 185px;
  position: absolute;
  top: 0;
  left: 21px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_figure_up {
    display: none;
  }
}
.b1about_figure_up img {
  width: 100%;
  height: auto;
  display: block;
}
.b1about_figure_down {
  width: 238px;
  position: absolute;
  bottom: -76px;
  right: -55px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1about_figure_down {
    display: none;
  }
}
.b1about_figure_down img {
  width: 100%;
  height: auto;
  display: block;
}
.nosotros .b6constructora {
  padding: 107px 0px 50px;
}
@media screen and (max-width: 1024px) {
  .nosotros .b6constructora {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros .b6constructora {
    padding: 50px 0px;
  }
}
@-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);
  }
}

.b1constructora_banner {
  width: 100%;
  height: 479px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 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;
}
.b1constructora_banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 100%);
  background: -moz-linear-gradient(270deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 100%);
  background: -o-linear-gradient(270deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 100%);
  background: -ms-linear-gradient(270deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.05) 100%);
}
.b1constructora_info {
  max-width: 366px;
  width: 100%;
  padding: 10px 0px;
  padding-left: 36px;
  border-left: 4px solid #e2211c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b1constructora_info h1 {
  color: #0b2a4a;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  margin-bottom: 10px;
}
.b1constructora_info h2 {
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
}
.b1constructora_info h2 strong {
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
  color: #e2211c;
  display: block;
}

.b1detalle {
  background-color: #e5e5e5;
  padding: 58px 0px 83px 0px;
  overflow: hidden;
  position: relative;
}
.b1detalle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  left: -50%;
  z-index: 50;
}
@media screen and (max-width: 1100px) {
  .b1detalle {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .b1detalle:before {
    display: none;
  }
}
.b1detalle_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;
}
@media screen and (max-width: 1100px) {
  .b1detalle_container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.b1detalle_etiqueta {
  background-color: #e2211c;
  color: #fff;
  font-family: 'SFProDisplayMedium', sans-serif;
  font-size: 15px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 100px;
}
.b1detalle_left {
  width: 50%;
  padding-right: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e5e5e5;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  .b1detalle_left {
    width: 100%;
    text-align: center;
    padding: 50px 15px 0px 15px;
  }
}
.b1detalle_info {
  color: #0b2a4a;
}
.b1detalle_info h2 {
  font-size: 15px;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-weight: normal;
  line-height: 43px;
}
.b1detalle_info h3 {
  font-size: calc(25px + (38 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  font-family: 'SFProDisplayRegular', sans-serif;
  line-height: 38px;
  margin-bottom: 24px;
}
.b1detalle_info h3 strong {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
}
.b1detalle_info p {
  font-size: 16px;
  line-height: 31px;
}
.b1detalle_datos {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -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;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .b1detalle_datos {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b1detalle_wrap_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #000;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .b1detalle_wrap_box {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .b1detalle_wrap_box {
    border: none;
    margin-bottom: 10px;
    width: 100%;
    -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: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.b1detalle_box_info {
  width: 40%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1detalle_box_info p {
  margin: 0;
  font-size: 16px;
  font-family: 'SFProDisplayMedium', sans-serif;
  color: #0b2a4a;
}
@media screen and (max-width: 640px) {
  .b1detalle_box_info {
    width: 100%;
    padding: 0;
    text-align: left;
    width: 100%;
    padding: 0;
  }
}
.b1detalle_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1detalle_box figure {
  margin: 0;
  width: 23px;
  position: absolute;
  left: 0;
  top: 0;
}
.b1detalle_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b1detalle_box p {
  margin: 0;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  padding-left: 28px;
  width: 100%;
  color: #0b2a4a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .b1detalle_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.b1detalle_btns a {
  margin-right: 30px;
}
.b1detalle_btns a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .b1detalle_btns {
    text-align: center;
  }
  .b1detalle_btns a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .b1detalle_btns {
    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;
  }
  .b1detalle_btns a {
    width: 100%;
  }
}
.b1detalle_btns .btn_line_blue {
  padding: 0px 25px;
  padding-right: 60px;
}
.b1detalle_btns .btn_line_blue span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  font-size: 19px;
}
.b1detalle_rigth {
  width: 50%;
}
.b1detalle_rigth figure {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 461px;
}
@media screen and (max-width: 1100px) {
  .b1detalle_rigth {
    width: 100%;
    max-width: 768px;
    margin: auto;
    overflow: hidden;
  }
}

.b1home .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1home .slick-dots {
  max-width: 1200px;
  width: 94%;
  text-align: left;
  bottom: 52px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b1home .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots {
    text-align: center;
  }
}
.b1home .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .b1home .slick-dots li {
    margin: 0 4px;
  }
}
.b1home .slick-dots li.slick-active button:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b1home .slick-dots li.slick-active button:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1home .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}
.b1home .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1home .slick-dots li button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b1home_item.animation .b1home_info {
  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);
}
.b1home_block {
  position: relative;
}
.b1home_bg {
  width: 100%;
  height: 708px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .b1home_bg {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_bg {
    height: 537px;
  }
}
.b1home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  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: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .b1home_info {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_info {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b1home_content {
  margin: 0 auto;
}
.b1home_titles {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b1home_titles {
    text-align: center;
  }
}
.b1home_titles span {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayMedium', sans-serif;
  font-size: 15px;
  text-shadow: 0px 4px 20px rgba(11,42,74,0.83);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b1home_titles span {
    font-size: 14px;
  }
}
.b1home_titles h2 {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-weight: normal;
  font-size: 43px;
  text-shadow: 0px 4px 20px rgba(11,42,74,0.69);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b1home_titles h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_titles h2 {
    font-size: 30px;
  }
}
.b1home_titles h2 strong {
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
}
.b1home_titles h3 {
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 25px;
  text-shadow: 0px 4px 20px rgba(11,42,74,0.83);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_titles h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_titles h3 {
    font-size: 20px;
  }
}
.b1home_detail {
  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;
}
@media screen and (max-width: 767px) {
  .b1home_detail {
    max-width: 272px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.b1home_detail_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 50px rgba(11,42,74,0.57);
  box-shadow: 0px 10px 50px rgba(11,42,74,0.57);
  padding: 14px 16px 13px 24px;
}
@media screen and (max-width: 1024px) {
  .b1home_detail_wrap {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_detail_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 10px 13px 10px;
  }
}
.b1home_detail_left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b1home_detail_left {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b1home_detail_right {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .b1home_detail_right {
    text-align: center;
    margin-right: 0;
  }
}
.b1home_detail_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .b1home_detail_box {
    margin-bottom: 15px;
    margin-left: 13px;
    margin-right: 13px;
  }
}
.b1home_detail_price {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .b1home_detail_price {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-right: 0;
  }
}
.b1home_detail_price:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #0b2a4a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b1home_detail_price:before {
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_detail_price:before {
    display: none;
  }
}
.b1home_detail_icon {
  display: block;
  line-height: 1;
  color: #e2211c;
  font-size: 20px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 1024px) {
  .b1home_detail_icon {
    font-size: 16px;
  }
}
.b1home_detail_text {
  display: block;
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_detail_text {
    font-size: 13px;
  }
}

.b2about {
  position: relative;
  z-index: 2;
  margin-top: -159px;
}
@media screen and (max-width: 767px) {
  .b2about {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
  }
}
.b2about_content {
  max-width: 1220px;
}
.b2about_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 35px;
  padding: 0 10px;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .b2about_title {
    padding: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b2about_title {
    color: #0b2a4a;
    text-align: center;
    font-size: 30px;
  }
}
.b2about_title span {
  color: #e2211c;
}
.b2about_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b2about_box {
  width: calc(20% - 28px);
  min-height: 180px;
  background: #f4f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 27px 24px 27px;
  margin: 28px 14px 0 14px;
}
@media screen and (max-width: 1024px) {
  .b2about_box {
    width: calc(20% - 14px);
    padding: 20px 15px;
    margin: 14px 7px 0 7px;
  }
}
@media screen and (max-width: 960px) {
  .b2about_box {
    width: calc(33.333333333333336% - 14px);
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .b2about_box {
    width: calc(50% - 14px);
  }
}
.b2about_icon {
  width: 76px;
  margin: 0 auto 14px auto;
}
.b2about_icon img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.b2about_text {
  line-height: 1.2;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .b2about_text {
    font-size: 15px;
  }
}
.b2about_text p {
  margin: 0;
}

.b2constructora {
  padding: 90px 0px;
}
@media screen and (max-width: 1023px) {
  .b2constructora {
    padding: 50px 0px;
  }
}
.b2constructora_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;
  -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: 1023px) {
  .b2constructora_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2constructora_left {
  width: 490px;
}
.b2constructora_left h2 {
  font-weight: normal;
  font-size: 15px;
  font-family: 'SFProDisplayBold', sans-serif;
  line-height: 43px;
}
@media screen and (max-width: 1023px) {
  .b2constructora_left {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
}
.b2constructora_right {
  width: calc(100% - 490px);
  padding-left: 109px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b2constructora_right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .b2constructora_right {
    width: 90%;
    margin: auto;
    padding: 0;
  }
}
.b2constructora_itm {
  background: #fff;
  -webkit-box-shadow: 0px 9px 20px rgba(11,42,74,0.08);
  box-shadow: 0px 9px 20px rgba(11,42,74,0.08);
  border-radius: 19px;
  padding: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46%;
  margin: 2%;
  margin-bottom: 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;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b2constructora_itm h3 {
  color: #0b2a4a;
  font-size: 25px;
  font-family: 'SFProDisplayBold', sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
.b2constructora_itm h3 span {
  color: #e2211c;
}
@media screen and (max-width: 640px) {
  .b2constructora_itm {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .b2constructora_itm:hover {
    background-color: #e2211c;
  }
  .b2constructora_itm:hover h3,
  .b2constructora_itm:hover span {
    color: #fff;
  }
  .b2constructora_itm:hover .b2constructora_box figure .b2constructora_desktop {
    display: none;
  }
  .b2constructora_itm:hover .b2constructora_box figure .b2constructora_hover {
    display: block;
  }
  .b2constructora_itm:hover .b2constructora_box p {
    color: #fff;
  }
}
.b2constructora_box,
.b2constructora_wrap_items {
  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;
}
.b2constructora_wrap_items.is-active .b2constructora_itm {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 640px) {
  .b2constructora_wrap_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2constructora_box figure {
  width: 50px;
}
.b2constructora_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b2constructora_box figure .b2constructora_hover {
  display: none;
}
.b2constructora_box p {
  width: calc(100% - 50px);
  margin: 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 17px;
  font-size: 15px;
  color: #0b2a4a;
}
.b2constructora_box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2constructora_img {
  max-width: 203px;
  width: 100%;
  margin: 0;
  margin-bottom: 29px;
}
.b2constructora_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2constructora_info {
  font-size: 16px;
  line-height: 37px;
  color: #3a3a3a;
}
.b2constructora_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 20px;
}
.b2constructora_btns a {
  margin: 0;
  display: inline-block;
  height: 56px;
  padding: 0 50px 0px 20px;
  color: #e2211c;
  border: 1px solid #e2211c;
  font-size: 17px;
  position: relative;
  line-height: 56px;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2constructora_btns a:last-child {
  margin-right: 0;
}
.b2constructora_btns a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .b2constructora_btns a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .b2constructora_btns a:hover {
    background-color: #e2211c;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .b2constructora_btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b2constructora_btns a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.b2detalle {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.b2detalle:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 222px;
  height: 276px;
  background-image: url("../img/adorno-img.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .b2detalle:before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b2detalle {
    padding-top: 0;
  }
}
.b2detalle_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .b2detalle_container {
    width: 100%;
  }
}
.b2detalle_left {
  width: 50%;
}
.b2detalle_left a {
  display: block;
  position: relative;
}
.b2detalle_left a:before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -70px;
  width: 139px;
  height: 127px;
  background-image: url("../img/imgadorno2.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.b2detalle_left a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .b2detalle_left {
    width: 100%;
  }
  .b2detalle_left a:before {
    display: none;
  }
}
.b2detalle_circle {
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  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;
}
.b2detalle_circle span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  -ms-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.b2detalle_rigth {
  width: 50%;
  padding-left: calc(30px + (95 - 30) * ((100vw - 320px) / (1920 - 320)));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 57px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .b2detalle_rigth {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 15px 0px 15px;
  }
}
.b2detalle_title {
  margin-left: -130px;
  position: relative;
  z-index: 2;
  padding-bottom: 68px;
}
@media screen and (max-width: 1023px) {
  .b2detalle_title {
    margin-left: 0;
    text-align: center;
  }
}
.b2detalle_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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b2detalle_wrap.active .b2detalle_itm {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2detalle_itm {
  width: calc(100% / 3);
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 23px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.b2detalle_itm h3 {
  font-size: 16px;
  line-height: 18px;
}
.b2detalle_itm figure {
  max-width: 58px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
.b2detalle_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .b2detalle_itm {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 480px) {
  .b2detalle_itm {
    width: calc(100% / 2);
    margin-bottom: 35px;
  }
}
@-moz-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
    box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
  }
}
@-webkit-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
    box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
  }
}
@-o-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
    box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
  }
}
@keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
    box-shadow: 0px 0px 2px 25px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
  }
}

.b2home {
  background: #f4f2f2;
  padding: 96px 0 86px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b2home {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home_content {
    position: relative;
    padding-bottom: 100px;
  }
}
.b2home_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;
  margin-bottom: 51px;
}
.b2home_title {
  max-width: 547px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2home_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b2home_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .b2home_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b2home_btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.b2home_btn a {
  min-width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2home_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;
  max-width: 1042px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b2home_item {
  width: 46.642%;
  position: relative;
  z-index: 2;
  margin: 0;
  margin-right: 6.716%;
  margin-bottom: 42px;
  -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;
}
.b2home_item:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b2home_item:hover {
    -webkit-box-shadow: 0px 16px 20px rgba(11,42,74,0.31);
    box-shadow: 0px 16px 20px rgba(11,42,74,0.31);
  }
  .b2home_item:hover .b2home_subtitles,
  .b2home_item:hover .b2home_detail {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b2home_item:hover .b2home_link {
    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);
  }
}
@media screen and (max-width: 1200px) {
  .b2home_item {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b2home_item_effect {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b2home_item_effect.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b2home_tag {
  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;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 3;
}
.b2home_tag_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 38px;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 17px;
  padding: 0 12px 0 45px;
  margin: 0;
}
.b2home_tag_text.color-red {
  background: rgba(225,37,27,0.7);
}
.b2home_tag_text.color-blue {
  background: rgba(11,42,74,0.67);
}
@media screen and (max-width: 1024px) {
  .b2home_tag_text {
    font-size: 15px;
  }
}
.b2home_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.b2home_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(270deg, rgba(11,42,74,0) 28.13%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(11,42,74,0) 28.13%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(11,42,74,0) 28.13%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(11,42,74,0) 28.13%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(11,42,74,0) 28.13%, rgba(0,16,32,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.b2home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_info {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 24px 45px;
}
@media screen and (max-width: 1024px) {
  .b2home_info {
    padding: 0 10px 24px 20px;
  }
}
.b2home_subtitles {
  margin-bottom: 17px;
}
@media screen and (min-width: 1025px) {
  .b2home_subtitles {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -o-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.b2home_subtitles span {
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: 'SFProDisplayMedium', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .b2home_subtitles span {
    font-size: 14px;
  }
}
.b2home_subtitles h3 {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_subtitles h3 {
    font-size: 20px;
  }
}
.b2home_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 (min-width: 1025px) {
  .b2home_detail {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -o-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.b2home_detail_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 15px 20px 0;
}
@media screen and (max-width: 1024px) {
  .b2home_detail_box {
    margin-right: 15px;
  }
}
.b2home_detail_price {
  position: relative;
  padding-left: 15px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_detail_price {
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b2home_detail_price {
    width: 100%;
    padding-left: 0;
  }
}
.b2home_detail_price:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b2home_detail_price:before {
    display: none;
  }
}
.b2home_detail_icon {
  display: block;
  line-height: 1;
  color: #e2211c;
  font-size: 20px;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 1024px) {
  .b2home_detail_icon {
    font-size: 18px;
  }
}
.b2home_detail_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_detail_text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .b2home_link {
    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.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.b2home_link>* {
  min-width: 206px;
}
.b2home_img_top {
  width: 139px;
  position: absolute;
  top: -32px;
  right: -64px;
}
@media screen and (max-width: 1024px) {
  .b2home_img_top {
    display: none;
  }
}
.b2home_img_top img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_img_center {
  width: 139px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .b2home_img_center {
    display: none;
  }
}
.b2home_img_center img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_img_bottom {
  width: 185px;
  position: absolute;
  top: 472px;
  left: -126px;
}
@media screen and (max-width: 1024px) {
  .b2home_img_bottom {
    display: none;
  }
}
.b2home_img_bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.b3about {
  padding: 66px 0 73px 0;
}
@media screen and (max-width: 767px) {
  .b3about {
    padding: 50px 0;
  }
}
.b3about_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b3about_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b3about_portada {
  width: 47.3333%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3about_portada {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b3about_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b3about_info {
  width: 49%;
  background: #0b2a4a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 42px 36px 30px 36px;
}
@media screen and (max-width: 1024px) {
  .b3about_info {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b3about_info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b3about_info {
    padding: 30px 15px;
  }
}
.b3about_box {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .b3about_box {
    margin-bottom: 25px;
  }
}
.b3about_box:last-child {
  margin-bottom: 0;
}
.b3about_subtitle {
  line-height: 1.1;
  color: #e2211c;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 25px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .b3about_subtitle {
    margin-bottom: 5px;
  }
}
.b3about_description {
  line-height: 27px;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b3about_description {
    line-height: 1.5;
    font-size: 14px;
  }
}
.b3about_description p {
  margin: 0;
}

.b3constructora {
  padding: 50px 0px;
}
.b3constructora_row_top {
  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-bottom: 50px;
}
.b3constructora_columns {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
.b3constructora_slider {
  max-width: 650px;
  width: 94%;
  margin: auto;
}
.b3constructora_slider li.swiper-slide-active .b3constructora_image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .b3constructora_slider {
    overflow: hidden;
  }
}
.b3constructora_image {
  width: 100%;
  height: 478px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
}
.b3constructora_image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 347px;
  width: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
}
@media screen and (min-width: 769px) {
  .b3constructora_image {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.b3constructora_info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  color: #fff;
}
.b3constructora_info h3 {
  font-weight: normal;
  font-family: 'SFProDisplayRegular', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}
.b3constructora_info h4 {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .b3constructora_info {
    padding: 20px;
  }
  .b3constructora_info h3 {
    font-size: 14px;
  }
  .b3constructora_info h4 {
    font-size: 17px;
  }
}
.b3constructora_link {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 15px;
  font-family: 'SFProDisplayRegular', sans-serif;
  color: #fff;
}
.b3constructora_link span.icon-Vector-2 {
  font-size: 12px;
}
.b3constructora_link_text {
  margin-right: 10px;
  text-decoration: underline;
}
.b3constructora_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.b3constructora_controls span {
  width: 57px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  color: #0b2a4a;
  position: static;
  margin: 0;
  border: 1px solid #0b2a4a;
  background-image: inherit;
  -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;
  margin: 0 10px;
}
@media screen and (min-width: 1025px) {
  .b3constructora_controls span:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}

.b3detalle {
  background-color: #e2211c;
  padding: 64px 0px 58px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b3detalle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e2211c;
  height: 100%;
  width: 100%;
  left: -80%;
  z-index: 10;
  display: block;
}
.b3detalle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/img-red-detalle.png") 0px 0px no-repeat;
  width: 125px;
  height: 156px;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .b3detalle:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b3detalle:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b3detalle_container {
    width: 100%;
  }
}
.b3detalle_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 960px) {
  .b3detalle_row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b3detalle_left {
  width: 310px;
  position: relative;
  z-index: 20;
  background-color: #e2211c;
}
@media screen and (max-width: 960px) {
  .b3detalle_left {
    width: 94%;
    margin: 0 auto;
  }
}
.b3detalle_title {
  color: #fff;
  margin-bottom: 23px;
}
.b3detalle_title h2 {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 40px;
}
.b3detalle_title strong {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b3detalle_title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b3detalle_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b3detalle_title h2 {
    font-size: 25px;
  }
}
.b3detalle_select {
  color: #fff;
  max-width: 640px;
  width: 100%;
  margin: auto;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: 2px solid #fff;
  text-align: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  display: none;
}
.b3detalle_select p {
  font-family: 'SFProDisplayBold', sans-serif;
}
.b3detalle_select span {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-size: 10px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .b3detalle_select {
    display: block;
  }
}
.b3detalle_list {
  max-width: 160px;
  width: 100%;
}
.b3detalle_list a {
  color: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 16px;
  font-family: 'SFProDisplayRegular', sans-serif;
}
.b3detalle_list a.active {
  font-family: 'SFProDisplayBold', sans-serif;
}
@media screen and (max-width: 960px) {
  .b3detalle_list {
    max-width: inherit;
    text-align: center;
    display: none;
  }
  .b3detalle_list.active {
    display: block;
  }
}
.b3detalle_rigth {
  width: 631px;
  margin: 0;
  position: relative;
}
.b3detalle_rigth:before {
  content: '';
  position: absolute;
  right: -200%;
  height: 60px;
  width: 200%;
  bottom: 0;
  background-color: #e2211c;
  display: block;
  z-index: 10;
  display: none;
}
.b3detalle_rigth:after {
  content: '';
  position: absolute;
  right: -200%;
  height: 60px;
  width: 200%;
  top: 0;
  background-color: #e2211c;
  display: block;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 960px) {
  .b3detalle_rigth {
    width: 100%;
  }
  .b3detalle_rigth:before,
  .b3detalle_rigth:after {
    display: none;
  }
}
.b3detalle_item_slide {
  width: 100%;
  height: 434px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.b3detalle_item_slide span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #0b2a4a;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1025px) {
  .b3detalle_item_slide:hover span {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 960px) {
  .b3detalle_item_slide {
    height: 380px;
  }
}
@media screen and (max-width: 560px) {
  .b3detalle_item_slide {
    height: 300px;
  }
}
.b3detalle_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b3detalle_slider.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b3detalle_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -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: 40px;
}
@media screen and (max-width: 960px) {
  .b3detalle_controls {
    width: 94%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
  }
}
.b3detalle_arrow {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 20px;
}
.b3detalle_arrow:last-child {
  margin-right: 0;
}

.b3home {
  overflow: hidden;
  padding: 109px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b3home {
    padding-top: 50px;
  }
}
.b3home_content {
  border-bottom: 1px solid rgba(11,42,74,0.21);
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b3home_content {
    padding-bottom: 50px;
  }
}
.b3home_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;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .b3home_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;
    margin-bottom: 35px;
  }
  .b3home_head .b3home_btn {
    display: none;
  }
}
.b3home_title {
  max-width: 547px;
}
@media screen and (min-width: 1025px) {
  .b3home_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b3home_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 960px) {
  .b3home_title {
    max-width: none;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .b3home_title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b3home_btn {
    text-align: center;
    margin-top: 30px;
  }
}
.b3home_btn a {
  min-width: 180px;
}
@media screen and (min-width: 768px) {
  .b3home_btn_mobile {
    display: none;
  }
}
.b3home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b3home_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b3home_left {
  width: 30.833333333333332%;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32px;
  padding-right: 65px;
}
@media screen and (max-width: 1024px) {
  .b3home_left {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .b3home_left {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
  .b3home_left .b3home_controls {
    display: none;
  }
}
.b3home_left:before {
  content: "";
  width: 2000px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 960px) {
  .b3home_left:before {
    display: none;
  }
}
.b3home_right {
  width: 54.166666666666664%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b3home_right {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .b3home_right {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .b3home_right {
    width: 100%;
  }
}
.b3home_logo {
  width: 202px;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .b3home_logo {
    display: none;
  }
}
.b3home_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_description {
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b3home_description {
    line-height: 1.7;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_description {
    text-align: center;
  }
}
.b3home_description p {
  margin: 0;
}
.b3home_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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) {
  .b3home_controls {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .b3home_controls_mobile {
    display: none;
  }
}
.b3home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 56px;
  height: 56px;
  color: #0b2a4a;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 88px 14px 0 0;
}
@media screen and (min-width: 1025px) {
  .b3home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b3home_arrow:hover {
    background: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_arrow {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_arrow {
    background: #0b2a4a;
    color: #fff;
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .b3home_slider {
    overflow: inherit;
  }
}
.b3home_slider .swiper-slide.swiper-slide-active .b3home_item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b3home_slider .swiper-slide.swiper-slide-active .b3home_info {
  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);
}
.b3home_item {
  max-width: 650px;
  position: relative;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -o-transform: scale(0.89);
  -ms-transform: scale(0.89);
  transform: scale(0.89);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.b3home_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.b3home_portada:before {
  content: "";
  width: 100%;
  height: calc(100% - 28%);
  background: -webkit-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.b3home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  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: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.8s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.8s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 0.8s, -ms-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 47px 50px;
}
@media screen and (max-width: 1024px) {
  .b3home_info {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b3home_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -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 15px 20px 15px;
  }
}
.b3home_subtitles span {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayMedium', sans-serif;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .b3home_subtitles span {
    font-size: 15px;
  }
}
.b3home_subtitles h3 {
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_subtitles h3 {
    font-size: 20px;
  }
}
.b3home_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_link {
    margin-top: 20px;
  }
}
.b3home_link_text {
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  text-decoration: underline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .b3home_link_text {
    font-size: 14px;
  }
}
.b3home_link_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_link_icon {
    font-size: 11px;
  }
}
.b3home_square {
  width: 139px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  bottom: 20px;
  left: calc(100% + 91px);
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_square {
    display: none;
  }
}
.b3home_square img {
  width: 100%;
  height: auto;
  display: block;
}

.b4about {
  overflow: hidden;
  background: #f4f2f2;
  padding: 83px 0 81px 0;
}
@media screen and (max-width: 767px) {
  .b4about {
    padding: 50px 0;
  }
}
.b4about.b4about_one .swiper-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b4about.b4about_one .b4about_controls {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_portada {
    top: 0;
  }
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_portada:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_year {
    color: #0b2a4a;
    font-family: 'SFProDisplayBold', sans-serif;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_circle:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b4about.b4about_two .b4about_slide.b4about_visible .b4about_circle:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .b4about.b4about_two .swiper-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .b4about.b4about_two .b4about_controls {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b4about.b4about_three .b4about_controls {
    display: none;
  }
}
.b4about_title {
  max-width: 347px;
  width: 94%;
  text-align: center;
  margin: 0 auto 50px auto;
}
.b4about_block {
  position: relative;
}
.b4about_block:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0b2a4a;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.b4about_slider {
  max-width: 1539px;
}
@media screen and (max-width: 1024px) {
  .b4about_slider {
    max-width: none;
    width: 100%;
  }
}
.b4about_slider .swiper-slide.swiper-slide-active {
  -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;
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_portada {
  top: 0;
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_portada:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_text {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_year {
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b4about_slider .swiper-slide.swiper-slide-active .b4about_year {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_circle:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b4about_slider .swiper-slide.swiper-slide-active .b4about_circle:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b4about_slide {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 29px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .b4about_slide {
    padding: 0 10px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .b4about_slide.b4about_visible {
    -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;
  }
  .b4about_slide.b4about_visible .b4about_portada {
    top: 0;
  }
  .b4about_slide.b4about_visible .b4about_portada:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b4about_slide.b4about_visible .b4about_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
  }
  .b4about_slide.b4about_visible .b4about_year {
    color: #0b2a4a;
    font-family: 'SFProDisplayBold', sans-serif;
  }
  .b4about_slide.b4about_visible .b4about_circle:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b4about_slide.b4about_visible .b4about_circle:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4about_box {
  max-width: 455px;
  width: 100%;
  margin: 0 auto;
}
.b4about_portada {
  width: 100%;
  position: relative;
  margin: 0;
  height: 283px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .b4about_portada {
    top: inherit;
  }
}
.b4about_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b2a4a;
  mix-blend-mode: color;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b4about_portada:before {
    display: none;
  }
}
.b4about_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b4about_text {
  line-height: 27px;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  padding-top: 19px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .b4about_text {
    line-height: 1.6;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b4about_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4about_text p {
  margin: 0;
}
.b4about_year {
  display: block;
  line-height: 1;
  color: #aaa;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 35px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 22px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .b4about_year {
    font-size: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .b4about_year {
    color: #0b2a4a;
    font-family: 'SFProDisplayBold', sans-serif;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
  }
}
.b4about_circle {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b4about_circle:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f2f2;
  border: 2px solid #0b2a4a;
  border-radius: 50%;
  -webkit-transform: scale(0.73);
  -moz-transform: scale(0.73);
  -o-transform: scale(0.73);
  -ms-transform: scale(0.73);
  transform: scale(0.73);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b4about_circle:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@media screen and (max-width: 767px) {
  .b4about_circle:before {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.b4about_circle:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0b2a4a;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b4about_circle:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
  }
}
.b4about_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;
}
.b4about_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: 56px;
  height: 56px;
  color: #0b2a4a;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px 7px 0 7px;
}
@media screen and (min-width: 1025px) {
  .b4about_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b4about_arrow:hover {
    background: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .b4about_arrow {
    background: #0b2a4a;
    color: #fff;
    margin-top: 20px;
  }
}

.b4constructora {
  padding: 50px 0px;
}
.b4constructora_title {
  padding-bottom: 45px;
  text-align: center;
}
.b4constructora_title h2 {
  margin-bottom: 10px;
}
.b4constructora_title p {
  font-size: 17px;
  line-height: 28px;
  padding: 0;
  color: #3a3a3a;
}
.b4constructora_wrap {
  padding-left: 107px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.b4constructora_slider {
  position: relative;
  padding-bottom: 100px;
}
.b4constructora_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  width: 237px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 247px;
}
.b4constructora_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1350px) {
  .b4constructora_img {
    width: 180px;
  }
}
.b4constructora_img_inner {
  margin: 0;
  width: 58px;
  margin-bottom: 15px;
}
.b4constructora_img_inner img {
  width: 100%;
  height: auto;
  display: block;
}
.b4constructora_etiqueta {
  display: inline-block;
  color: #fff;
  background-color: #e2211c;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: 'SFProDisplayMedium', sans-serif;
  margin-bottom: 25px;
}
.b4constructora_lupa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0b2a4a;
  margin: auto;
}
.b4constructora_info {
  background-color: #0b2a4a;
  color: #fff;
  min-height: 309px;
  padding-left: 163px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 8px 30px rgba(0,0,0,0.09);
  box-shadow: 0px 8px 30px rgba(0,0,0,0.09);
  border-radius: 5px;
}
@media screen and (max-width: 1350px) {
  .b4constructora_info {
    padding-left: 90px;
  }
}
.b4constructora_txt {
  font-size: 15px;
  line-height: 28px;
  font-family: 'SFProDisplayRegular', sans-serif;
}
.b4constructora_txt p {
  margin: 0;
}
.b4const_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.b4const_popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  z-index: 1100;
  -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;
}
.b4const_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b4const_popup_container {
  max-width: 1047px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  .b4const_popup_container {
    padding-top: 0;
  }
}
.b4const_popup_info {
  width: 100%;
  background-color: #0b2a4a;
  padding: 63px 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b4const_popup_info {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b4const_popup_info {
    padding: 40px 30px;
  }
}
.b4const_popup_close {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 22px;
  right: 30px;
  border-radius: 50%;
  background: #e2211c;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.b4const_popup_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4const_popup_img {
  width: 382px;
  position: relative;
}
.b4const_popup_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: -144px;
}
@media screen and (max-width: 1024px) {
  .b4const_popup_img {
    width: 340px;
  }
  .b4const_popup_img img {
    top: -110px;
  }
}
@media screen and (max-width: 860px) {
  .b4const_popup_img {
    width: 300px;
  }
  .b4const_popup_img img {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .b4const_popup_img {
    display: none;
  }
}
.b4const_popup_content {
  width: calc(100% - 382px);
  padding-left: 81px;
  -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;
}
@media screen and (max-width: 1200px) {
  .b4const_popup_content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b4const_popup_content {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 860px) {
  .b4const_popup_content {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b4const_popup_content {
    width: 100%;
    padding-left: 0;
  }
}
.b4const_popup_icon {
  width: 58px;
  margin-bottom: 15px;
}
.b4const_popup_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b4const_popup_etiq {
  display: inline-block;
  color: #fff;
  background-color: #e2211c;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: 'SFProDisplayMedium', sans-serif;
  margin-bottom: 15px;
}
.b4const_popup_text {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 180px;
  overflow: auto;
}
.b4const_popup_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4const_popup_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 860px) {
  .b4const_popup_text {
    max-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .b4const_popup_text {
    font-size: 14px;
    padding-right: 0;
    max-height: inherit;
    overflow: inherit;
  }
}

.b4detalle_popup {
  width: 100%;
}
.b4detalle_image {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 484px;
  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;
}
.b4detalle_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  background: rgba(11,42,74,0.53);
}
.b4detalle_info {
  position: relative;
  max-width: 460px;
  width: 93%;
  margin: auto;
  text-align: center;
}
.b4detalle_info h2 {
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 35px;
  line-height: 43px;
  font-weight: normal;
}
.b4detalle_info h2 strong {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  display: block;
}
.b4detalle_info img {
  width: 90px;
  margin: auto;
  display: block;
}

.b4home {
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b4home {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .b4home_content {
    position: relative;
    padding-bottom: 50px;
  }
}
.b4home_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;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .b4home_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;
    text-align: center;
    margin-bottom: 35px;
  }
}
.b4home_title {
  max-width: 547px;
  width: calc(100% - 200px);
}
@media screen and (min-width: 1025px) {
  .b4home_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b4home_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .b4home_title {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b4home_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.b4home_btn a {
  min-width: 162px;
}
.b4home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1052px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b4home_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b4home_left {
  width: 309px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 33px 33px 28px;
}
@media screen and (max-width: 1024px) {
  .b4home_left {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 960px) {
  .b4home_left {
    margin: 0 auto 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .b4home_left {
    width: 215px;
    padding: 20px 15px;
  }
}
.b4home_left:before {
  content: "";
  width: 110px;
  height: 106px;
  background: #e2211c;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_left:before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_left:before {
    width: 77px;
    height: 77px;
  }
}
.b4home_left:after {
  content: "";
  width: 110px;
  height: 106px;
  background: #e2211c;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_left:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_left:after {
    width: 77px;
    height: 77px;
  }
}
.b4home_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 62.9277566539924%;
}
@media screen and (max-width: 960px) {
  .b4home_right {
    width: 100%;
  }
}
.b4home_item {
  background: #0b2a4a;
  position: relative;
  z-index: 2;
  padding: 40px 14px 43px 14px;
}
@media screen and (max-width: 767px) {
  .b4home_item {
    padding: 30px 5px;
  }
}
.b4home_item_icon {
  width: 59px;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .b4home_item_icon {
    width: 47px;
  }
}
.b4home_item_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_item_texts {
  text-align: center;
}
.b4home_item_texts span {
  display: block;
  line-height: 1;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 70px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_item_texts span {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_item_texts span {
    font-size: 40px;
  }
}
.b4home_item_texts p {
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_item_texts p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_item_texts p {
    font-size: 12px;
  }
}
.b4home_item_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;
  margin-bottom: 8px;
}
.b4home_item_simbolo {
  color: #e2211c;
}
.b4home_item_number {
  color: #fff;
}
.b4home_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(50% - 34px);
  background: #f4f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 22px;
  margin: 0 17px 30px 17px;
}
@media screen and (min-width: 1025px) {
  .b4home_box {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b4home_box .b4home_texts span,
  .b4home_box .b4home_texts p {
    -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;
  }
  .b4home_box:hover {
    background: #0b2a4a;
  }
  .b4home_box:hover .b4home_texts span,
  .b4home_box:hover .b4home_texts p {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_box {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_box {
    width: calc(50% - 10px);
    background: #0b2a4a;
    padding: 20px 10px;
    margin: 0 5px 30px 5px;
  }
}
.b4home_icon {
  width: 76px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4home_icon {
    width: 35px;
  }
}
.b4home_icon img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 0;
}
.b4home_texts {
  width: calc(100% - 76px - 17px);
}
@media screen and (max-width: 767px) {
  .b4home_texts {
    width: calc(100% - 45px);
  }
}
.b4home_texts span {
  display: block;
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 25px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .b4home_texts span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_texts span {
    color: #fff;
    font-size: 18px;
  }
}
.b4home_texts p {
  line-height: 1.2;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_texts p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_texts p {
    color: #fff;
    font-size: 13px;
  }
}

.b5about {
  overflow: hidden;
}
.b5about_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .b5about_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b5about_left {
  width: 53.3333%;
  background: #e2211c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 101px 106px 110px 30px;
}
@media screen and (max-width: 1024px) {
  .b5about_left {
    width: 100%;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .b5about_left {
    padding: 50px 0;
  }
}
.b5about_right {
  width: 46.6667%;
}
@media screen and (max-width: 1024px) {
  .b5about_right {
    width: 100%;
  }
}
.b5about_portada {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .b5about_portada {
    height: 478px;
  }
}
@media screen and (max-width: 767px) {
  .b5about_portada {
    height: 300px;
  }
}
.b5about_info {
  max-width: 556px;
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .b5about_info {
    max-width: none;
    width: 94%;
    margin: 0 auto;
  }
}
.b5about_title {
  max-width: 335px;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 36px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .b5about_title {
    font-size: 30px;
    text-align: center;
  }
}
.b5about_title strong {
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
}
.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;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 47.6619%;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b5about_box {
    width: 100%;
  }
}
.b5about_text {
  width: calc(100% - 30px);
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
}
.b5about_text p {
  margin: 0 0 5px 0;
}
.b5about_text p:last-child {
  margin-bottom: 0;
}
.b5about_text strong {
  font-family: 'SFProDisplayMedium', sans-serif;
  font-weight: normal;
}
.b5about_icon {
  display: block;
  color: #fff;
  font-size: 21px;
  margin: 0;
}
.b5about_figure {
  width: 126px;
  position: absolute;
  top: calc(100% - 46px);
  left: -330px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b5about_figure {
    display: none;
  }
}
.b5about_figure img {
  width: 100%;
  height: auto;
  display: block;
}

.b5constructora {
  padding: 50px 0px;
  background-color: #f4f2f2;
}
.b5constructora_container {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5constructora_container.active {
  padding: 0 20px;
}
.b5constructora_container.active .b5constructora_slider ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b5constructora_container.active .b5constructora_slider li {
  width: calc(100% / 4);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b5constructora_container.active .b5constructora_slider li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 640px) {
  .b5constructora_container.active .b5constructora_slider li {
    width: calc(100% / 2);
  }
}
.b5constructora_container.active .b5constructoraSliderjs {
  overflow: auto;
}
.b5constructora_container.active .b5constructora_controls {
  display: none;
}
.b5constructora_title {
  text-align: center;
  padding-bottom: 60px;
}
.b5constructora_title p {
  font-size: 17px;
  line-height: 28px;
}
.b5constructora_slider {
  max-width: 1044px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5constructora_slider li {
  margin: 0;
}
.b5constructoraSliderjs {
  overflow: hidden;
}
.b5constructora_itm {
  max-width: 263px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.b5constructora_itm img {
  width: 100%;
  height: auto;
  display: block;
}
.b5constructora_controls {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 80;
}
.b5constructora_controls span {
  width: 57px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  color: #0b2a4a;
  position: absolute;
  margin: 0;
  border: 1px solid #0b2a4a;
  background-image: inherit;
  -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;
  margin: 0 10px;
}
@media screen and (min-width: 1025px) {
  .b5constructora_controls span:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.b5constructora_controls .b5constructora_next {
  right: -80px;
}
.b5constructora_controls .b5constructora_prev {
  left: -80px;
}

.b5detalle {
  overflow: hidden;
  padding: 122px 0 50px 0;
}
@media screen and (max-width: 960px) {
  .b5detalle {
    padding: 0;
  }
}
.b5detalle_title {
  margin-bottom: 10px;
}
.b5detalle_title .title1linea {
  color: #fff;
}
.b5detalle_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: 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) {
  .b5detalle_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
@media screen and (max-width: 960px) {
  .b5detalle_content {
    width: 100%;
  }
}
.b5detalle_left {
  width: 42.8333%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .b5detalle_left {
    width: 100%;
  }
}
.b5detalle_left:before {
  content: "";
  width: 181px;
  height: 175px;
  background: #e2211c;
  position: absolute;
  top: -55px;
  left: -55px;
}
@media screen and (max-width: 1024px) {
  .b5detalle_left:before {
    display: none;
  }
}
.b5detalle_right {
  width: 61.6667%;
  position: relative;
  margin-left: -4.5%;
}
@media screen and (max-width: 960px) {
  .b5detalle_right {
    width: 100%;
    margin-left: 0;
  }
}
.b5detalle_right:after {
  content: "";
  width: 205px;
  height: 174px;
  background: #e2211c;
  position: absolute;
  bottom: -42px;
  right: -45px;
}
@media screen and (max-width: 1024px) {
  .b5detalle_right:after {
    display: none;
  }
}
.b5detalle_info {
  background: #0b2a4a;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.25);
  padding: 49px 92px 41px 53px;
}
@media screen and (max-width: 1024px) {
  .b5detalle_info {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 960px) {
  .b5detalle_info {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.b5detalle_blockup {
  border-left: 4px solid #e2211c;
  position: relative;
  z-index: 2;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .b5detalle_blockup {
    max-width: 325px;
    width: 100%;
    border-left: none;
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.b5detalle_box {
  margin-bottom: 15px;
}
.b5detalle_box:last-child {
  margin-bottom: 0;
}
.b5detalle_subtitle {
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0 0 8px 0;
}
.b5detalle_text {
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 16px;
}
.b5detalle_text p {
  margin: 0 0 3px 0;
}
.b5detalle_text p:last-child {
  margin-bottom: 0;
}
.b5detalle_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: 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;
}
@media screen and (max-width: 960px) {
  .b5detalle_blockdown {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
  }
}
.b5detalle_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 175px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .b5detalle_btn {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b5detalle_btn .b5detalle_btn_text,
  .b5detalle_btn .b5detalle_btn_icon {
    -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;
  }
  .b5detalle_btn:hover {
    background: #fff;
  }
  .b5detalle_btn:hover .b5detalle_btn_text,
  .b5detalle_btn:hover .b5detalle_btn_icon {
    color: #010101;
  }
}
@media screen and (max-width: 960px) {
  .b5detalle_btn {
    min-width: 154px;
    padding: 0 10px;
  }
}
.b5detalle_btn_text {
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
.b5detalle_btn_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  margin: 0 0 0 12px;
}
.b5detalle_figure {
  width: 159px;
  position: absolute;
  bottom: 0;
  right: -50px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b5detalle_figure {
    display: none;
  }
}
.b5detalle_map {
  width: 100%;
  height: 483px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  filter: drop-shadow(0px 18px 30px rgba(0,0,0,0.1));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .b5detalle_map {
    height: 422px;
  }
}

.b5home {
  overflow: hidden;
  padding: 90px 0 80px 0;
}
@media screen and (max-width: 960px) {
  .b5home {
    background: #0b2a4a;
  }
}
@media screen and (max-width: 767px) {
  .b5home {
    padding-top: 56px;
    padding-bottom: 69px;
  }
}
.b5home_content {
  max-width: 1520px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 960px) {
  .b5home_content {
    padding: 0;
  }
}
.b5home_content:before {
  content: "";
  width: 181px;
  height: 175px;
  background: #e2211c;
  position: absolute;
  top: 83px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_content:before {
    top: 30px;
    left: -50px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_content:before {
    display: none;
  }
}
.b5home_content:after {
  content: "";
  width: 206px;
  height: 175px;
  background: #e2211c;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_content:after {
    right: -60px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_content:after {
    display: none;
  }
}
.b5home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-bottom: 63px;
  padding-left: calc(30px + (106 - 30) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(30px + (106 - 30) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 1024px) {
  .b5home_block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    text-align: center;
    padding: 0;
  }
}
.b5home_block:before {
  content: "";
  width: 100%;
  height: calc(100% - 133px);
  background: #0b2a4a;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_block:before {
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 960px) {
  .b5home_block:before {
    display: none;
  }
}
.b5home_left,
.b5home_right {
  position: relative;
  z-index: 2;
}
.b5home_left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 52.56622516556291%;
}
@media screen and (max-width: 960px) {
  .b5home_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b5home_right {
  width: 40.2317880794702%;
  padding-top: calc(100px + (231 - 100) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 1024px) {
  .b5home_right {
    padding-top: 110px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_right {
    width: 100%;
    padding-top: 0;
  }
}
.b5home_title {
  width: 57.79527559055118%;
  padding-top: calc(200px + (318 - 200) * ((100vw - 320px) / (1920 - 320)));
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .b5home_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b5home_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .b5home_title {
    padding-top: 200px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_title {
    width: 100%;
    padding-top: 0;
  }
}
.b5home_title h2 {
  line-height: 50px;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 45px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px solid #e2211c;
  padding: 0 0 15px 0;
  padding-left: calc(10px + (36 - 10) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_title h2 {
    line-height: 1.2;
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_title h2 {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .b5home_title h2 {
    font-size: 26px;
  }
}
.b5home_title strong {
  color: #e2211c;
  font-weight: normal;
}
.b5home_portada {
  width: 75.11811023622047%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0 0 0 -32.913385826771645%;
}
@media screen and (min-width: 1025px) {
  .b5home_portada {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .b5home_portada.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .b5home_portada {
    display: none;
  }
}
.b5home_portada:before {
  content: "";
  width: 70.85953878406708%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(11,42,74,0.44) 0%, rgba(255,255,255,0) 87.21%);
  background: -moz-linear-gradient(0deg, rgba(11,42,74,0.44) 0%, rgba(255,255,255,0) 87.21%);
  background: -o-linear-gradient(0deg, rgba(11,42,74,0.44) 0%, rgba(255,255,255,0) 87.21%);
  background: -ms-linear-gradient(0deg, rgba(11,42,74,0.44) 0%, rgba(255,255,255,0) 87.21%);
  background: linear-gradient(90deg, rgba(11,42,74,0.44) 0%, rgba(255,255,255,0) 87.21%);
  position: absolute;
  top: 0;
  left: 0;
}
.b5home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b5home_logo {
  max-width: 157px;
  width: 100%;
  margin: 0 0 13px 0;
}
@media screen and (max-width: 960px) {
  .b5home_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.b5home_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b5home_subtitle {
  line-height: 1.1;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 18px;
  margin: 0 0 13px 0;
}
@media screen and (max-width: 1024px) {
  .b5home_subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_subtitle {
    margin-bottom: 17px;
  }
}
.b5home_description {
  line-height: 2.3;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .b5home_description {
    line-height: 2;
    font-size: 14px;
  }
}
.b5home_description p {
  margin: 0;
}
.b5home_btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .b5home_btn {
    margin-top: 25px;
  }
}
.b5home_btn a {
  min-width: 162px;
}
.b5home_figure {
  width: 315px;
  position: absolute;
  bottom: 0;
  right: -105px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b5home_figure {
    display: none;
  }
}
.b5home_figure img {
  width: 100%;
  height: auto;
  display: block;
}

.b6about {
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .b6about {
    padding: 50px 0;
  }
}
.b6about.b6about_one .swiper-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b6about.b6about_one .b6about_controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .b6about.b6about_two .swiper-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .b6about.b6about_two .b6about_controls {
    display: none;
  }
}
.b6about_content {
  max-width: 1384px;
}
.b6about_titles {
  text-align: center;
}
.b6about_titledown {
  display: block;
  line-height: 1;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 17px;
  margin: 10px 0 0 0;
}
.b6about_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 76px 12px 62px 12px;
}
@media screen and (max-width: 767px) {
  .b6about_slide {
    padding: 40px 12px;
  }
}
.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;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0;
}
@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;
    padding: 30px 15px;
  }
}
.b6about_box:after {
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 13px 30px rgba(0,0,0,0.17);
  box-shadow: 0px 13px 30px rgba(0,0,0,0.17);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .b6about_box:after {
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.17);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.17);
  }
}
.b6about_portada {
  width: 43.2635%;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6about_portada {
    width: 289px;
  }
}
@media screen and (max-width: 767px) {
  .b6about_portada {
    max-width: 289px;
    width: 100%;
    margin: 0 auto;
  }
}
.b6about_portada img {
  filter: drop-shadow(0px 17px 20px rgba(0,0,0,0.13));
  border-radius: 5px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b6about_portada img {
    filter: none;
  }
}
.b6about_info {
  width: 56.7365%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 27px 0 29px;
}
@media screen and (max-width: 1024px) {
  .b6about_info {
    width: calc(100% - 289px);
  }
}
@media screen and (max-width: 767px) {
  .b6about_info {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}
.b6about_subtitles h3 {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 25px;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .b6about_subtitles h3 {
    font-size: 20px;
  }
}
.b6about_subtitles h4 {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #e2211c;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6about_subtitles h4 {
    font-size: 14px;
  }
}
.b6about_description {
  line-height: 28px;
  letter-spacing: 0.02em;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .b6about_description {
    line-height: 1.6;
    font-size: 14px;
  }
}
.b6about_description p {
  margin: 0;
}
.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: 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;
}
.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: 56px;
  height: 56px;
  color: #0b2a4a;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 7px;
}
@media screen and (min-width: 1025px) {
  .b6about_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6about_arrow:hover {
    background: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b6about_arrow {
    background: #0b2a4a;
    color: #fff;
  }
}

.b6constructora {
  padding: 108px 0px;
}
@media screen and (max-width: 1024px) {
  .b6constructora {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b6constructora {
    padding: 50px 0px;
  }
}
.b6constructora_slider {
  overflow: hidden;
}
.b6constructora_title {
  padding-bottom: 35px;
  text-align: center;
}
.b6constructora_title h2 {
  margin-bottom: 10px;
}
.b6constructora_title p {
  font-size: 17px;
  line-height: 28px;
  padding: 0;
  color: #3a3a3a;
}
.b6constructora_img {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6constructora_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b6constructora_pager {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 44px;
  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;
}
.b6constructora_pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0b2a4a;
  display: block;
  position: relative;
  margin: 0 10px !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b6constructora_pager span:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0b2a4a;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.b6constructora_pager span.swiper-pagination-bullet-active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.b6detalle {
  padding: 50px 0 76px 0;
}
@media screen and (max-width: 767px) {
  .b6detalle {
    padding: 50px 0;
  }
}
.b6detalle_titlehead {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .b6detalle_titlehead {
    text-align: center;
  }
}
.b6detalle_titledown {
  display: block;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.b6detalle_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b6detalle_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b6detalle_left {
  width: 50.4167%;
}
@media screen and (max-width: 1024px) {
  .b6detalle_left {
    width: 52%;
  }
}
@media screen and (max-width: 960px) {
  .b6detalle_left {
    width: 100%;
    margin-bottom: 54px;
  }
}
.b6detalle_right {
  width: 44.4167%;
}
@media screen and (max-width: 1024px) {
  .b6detalle_right {
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .b6detalle_right {
    width: 100%;
  }
}
.b6detalle_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px;
}
.b6detalle_box {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.b6detalle_portada {
  position: relative;
}
.b6detalle_img {
  width: 100%;
  padding-bottom: 70.286%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 680px) {
  .b6detalle_img {
    padding-bottom: 78.68%;
  }
}
.b6detalle_zoom {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 22px;
  right: 22px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6detalle_zoom {
    bottom: 15px;
    right: 15px;
  }
}
.b6detalle_zoom_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0b2a4a;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  margin: 0;
}
.b6detalle_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  padding: 20px 24px;
}
@media screen and (max-width: 1024px) {
  .b6detalle_info {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .b6detalle_info {
    -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;
  }
}
.b6detalle_info_left {
  width: calc(100% - 96px);
}
.b6detalle_info_right {
  width: 96px;
}
.b6detalle_info_subtitle {
  display: block;
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6detalle_info_subtitle {
    font-size: 14px;
  }
}
.b6detalle_info_group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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) {
  .b6detalle_info_group {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b6detalle_info_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;
  border-right: 1px solid #0b2a4a;
  padding: 0 25px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .b6detalle_info_box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .b6detalle_info_box {
    border-right: none;
    padding: 0;
    margin-top: 14px;
  }
}
.b6detalle_info_box:first-child {
  padding-left: 0;
}
.b6detalle_info_box:last-child {
  border-right: none;
  padding-right: 0;
}
.b6detalle_info_icon {
  min-width: 21px;
  max-width: 25px;
  margin: 0 8px 0 0;
}
.b6detalle_info_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b6detalle_info_text {
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .b6detalle_info_text {
    font-size: 14px;
  }
}
.b6detalle_info_text strong {
  font-family: 'SFProDisplayMedium', sans-serif;
  font-weight: normal;
}
.b6detalle_info_text p {
  margin: 0;
}
.b6detalle_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;
}
.b6detalle_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: #0b2a4a;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6detalle_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6detalle_arrow:hover {
    background: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b6detalle_arrow {
    background: #0b2a4a;
    color: #fff;
  }
}
.b6detalle_textref {
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
  padding: 0 20px;
  margin-top: 23px;
}
@media screen and (max-width: 960px) {
  .b6detalle_textref {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b6detalle_textref {
    padding: 0 10px;
  }
}
.b6detalle_textref p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b6detalle_form .form_gnrl_button {
    text-align: center;
  }
}
.b6detalle_form .form_gnrl_button button {
  min-width: 144px;
}
@media screen and (max-width: 767px) {
  .b6detalle_form .form_gnrl_button button {
    width: 100%;
  }
}
.b6detalle_titleform {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .b6detalle_titleform {
    text-align: center;
  }
}
.b6detalle_form_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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) {
  .b6detalle_form_list {
    -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;
  }
}
.b6detalle_form_list li {
  width: 48.7805%;
}
@media screen and (max-width: 767px) {
  .b6detalle_form_list li {
    width: 100%;
  }
}
.b6detalle_form_list li.full {
  width: 100%;
}

.b6home {
  overflow: hidden;
  background: #e5e5e5;
  position: relative;
  padding: 99px 0 89px 0;
}
@media screen and (max-width: 767px) {
  .b6home {
    padding: 50px 0;
  }
}
.b6home.b6home_one .swiper-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b6home.b6home_one .b6home_controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .b6home.b6home_two .swiper-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .b6home.b6home_two .b6home_controls {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .b6home.b6home_three .b6home_controls {
    display: none;
  }
}
.b6home_content {
  max-width: 1224px;
}
.b6home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .b6home_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    text-align: center;
    padding: 0;
  }
}
.b6home_title {
  max-width: 547px;
  width: calc(100% - 200px);
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .b6home_title.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .b6home_title {
    max-width: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.b6home_btn a {
  min-width: 162px;
}
.b6home_slider .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 12px 0 12px;
}
@media screen and (max-width: 767px) {
  .b6home_slider .swiper-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.b6home_item {
  max-width: 384px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b6home_item {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6home_item .b6home_capa,
  .b6home_item .b6home_info {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6home_item:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(0,0,0,0.09);
    box-shadow: 0px 8px 30px rgba(0,0,0,0.09);
  }
  .b6home_item:hover .b6home_capa {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b6home_item:hover .b6home_info {
    background: #fff;
  }
}
.b6home_portada {
  width: 100%;
  position: relative;
  margin: 0;
}
.b6home_portada:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: -1px;
  display: none;
}
.b6home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_capa {
  display: block;
  width: 100%;
  height: 100%;
  background: #0b2a4a;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_capa {
    display: none;
  }
}
.b6home_item_background {
  width: 100%;
  height: 371px;
  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;
}
@media screen and (max-width: 1024px) {
  .b6home_item_background {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_item_background {
    height: 300px;
  }
}
.b6home_info {
  min-height: 214px;
  background: #e5e5e5;
  border: 1px solid #0b2a4a;
  border-radius: 0 0 10px 10px;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 22px 28px 22px;
}
@media screen and (max-width: 1024px) {
  .b6home_info {
    padding: 30px 15px;
  }
}
.b6home_subtitle {
  line-height: 1.1;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 19px;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 1024px) {
  .b6home_subtitle {
    font-size: 16px;
  }
}
.b6home_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .b6home_link .b6home_link_text,
  .b6home_link .b6home_link_icon {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6home_link:hover .b6home_link_text,
  .b6home_link:hover .b6home_link_icon {
    color: #e2211c;
  }
}
.b6home_link_text {
  display: block;
  line-height: 1;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_link_text {
    font-size: 14px;
  }
}
.b6home_link_icon {
  display: block;
  color: #000;
  font-size: 13px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .b6home_link_icon {
    font-size: 12px;
  }
}
.b6home_group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
}
.b6home_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
}
.b6home_box:nth-child(odd) {
  padding-right: 10px;
}
.b6home_box:nth-child(even) {
  padding-left: 10px;
}
.b6home_box_icon {
  width: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_box_icon {
    width: 15px;
  }
}
.b6home_box_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_box_text {
  display: block;
  width: calc(100% - 30px);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_box_text {
    width: calc(100% - 20px);
    font-size: 13px;
  }
}
.b6home_figure {
  width: 162px;
  position: absolute;
  bottom: 0;
  right: -22px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_figure {
    display: none;
  }
}
.b6home_figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b6home_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;
}
.b6home_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: 56px;
  height: 56px;
  background: #0b2a4a;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 23px 7px 0 7px;
}

.b7constructora {
  background-color: #f4f2f2;
}
.b7constructora_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
}
@media screen and (max-width: 1023px) {
  .b7constructora_title {
    text-align: center;
  }
}
.b7constructora_formulario {
  width: 50%;
  min-height: 400px;
  padding-right: 63px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .b7constructora_formulario {
    padding: 0;
    width: 100%;
    min-height: inherit;
    padding: 50px 0px;
  }
}
.b7constructora_title {
  padding-bottom: 25px;
}
.b7constructora_title h2 {
  margin-bottom: 26px;
}
.b7constructora_inner_form {
  max-width: 600px;
  width: 93%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1023px) {
  .b7constructora_inner_form {
    margin: auto;
  }
  .b7constructora_inner_form .form_gnrl_button {
    text-align: center;
  }
}
.b7constructora_image {
  width: 50%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .b7constructora_image {
    display: none;
  }
}
.b7constructora_inner_form .form_gnrl_input input,
.b7constructora_inner_form .form_gnrl_input select,
.b7constructora_inner_form .form_gnrl_input textarea {
  background-color: #fff;
}

.b7detalle {
  background: #f4f2f2;
  padding: 60px 0 52px 0;
  position: relative;
}
.b7detalle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1220px;
  width: 94%;
  height: 1px;
  background: #c2c2c2;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b7detalle {
    padding: 50px 0;
  }
}
.b7detalle_content {
  max-width: 1248px;
}
.b7detalle_title {
  padding: 0 12px;
}
@media screen and (max-width: 960px) {
  .b7detalle_title {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .b7detalle_title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.b7detalle_titledown {
  display: block;
  line-height: 1.1;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  margin: 12px 0 0 0;
}
.b7detalle_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;
}
.b7detalle_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;
  width: calc(33.3333% - 24px);
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 19px;
  margin: 32px 12px 0 12px;
}
@media screen and (min-width: 1025px) {
  .b7detalle_box {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b7detalle_box .b7detalle_texts,
  .b7detalle_box .b7detalle_texts strong {
    -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;
  }
  .b7detalle_box:hover {
    background: #0b2a4a;
  }
  .b7detalle_box:hover .b7detalle_texts,
  .b7detalle_box:hover .b7detalle_texts strong {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b7detalle_box {
    width: calc(50% - 24px);
    background: #0b2a4a;
  }
}
@media screen and (max-width: 960px) {
  .b7detalle_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b7detalle_box {
    padding: 15px;
    margin-top: 12px;
  }
}
.b7detalle_img {
  width: 71px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b7detalle_img {
    width: 61px;
  }
}
.b7detalle_img img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  display: block;
}
.b7detalle_texts {
  width: calc(100% - 171px);
  line-height: 1.1;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 19px;
}
@media screen and (max-width: 1024px) {
  .b7detalle_texts {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .b7detalle_texts {
    width: calc(100% - 143px);
    font-size: 15px;
    padding: 0 15px;
  }
}
.b7detalle_texts strong {
  color: #484c56;
  font-family: 'SFProDisplayBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b7detalle_texts strong {
    color: #fff;
  }
}
.b7detalle_texts p {
  margin: 0 0 5px 0;
}
.b7detalle_texts p:last-child {
  margin-bottom: 0;
}
.b7detalle_icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .b7detalle_icons {
    width: 82px;
  }
}
.b7detalle_icons a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #e2211c;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b7detalle_icons a {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

.b8constructora {
  padding: 50px 0px;
}
.b8constructora_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b8constructora_left {
  width: 40%;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .b8constructora_left {
    width: 100%;
  }
}
.b8constructora_title {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
  margin-right: 90px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8constructora_title h2 {
  margin-bottom: 30px;
}
.b8constructora_title p {
  line-height: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .b8constructora_title {
    max-width: 768px;
    width: 94%;
    text-align: center;
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
  }
}
.b8constructora_rigth {
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .b8constructora_rigth {
    width: 100%;
    overflow: hidden;
  }
}
.b8constructora_slider {
  width: 100%;
  max-width: 724px;
}
@media screen and (max-width: 960px) {
  .b8constructora_slider {
    max-width: inherit;
  }
}
.b8constructora_item {
  width: 100%;
  max-width: 724px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b8constructora_item {
    margin: auto;
    max-width: inherit;
  }
}
.b8constructora_image {
  width: 100%;
  height: 429px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  position: relative;
  border-radius: 5px;
}
.b8constructora_etiqueta {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #e2211c;
  color: #fff;
  font-size: 15px;
  font-family: 'SFProDisplayMedium', sans-serif;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border-radius: 100px;
}
.b8constructora_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.b8constructora_controls span {
  width: 57px;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  color: #0b2a4a;
  position: static;
  margin: 0;
  border: 1px solid #0b2a4a;
  background-image: inherit;
  -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;
  margin: 0 10px;
}
@media screen and (min-width: 1025px) {
  .b8constructora_controls span:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .b8constructora_controls {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.b8detalle {
  position: relative;
  overflow: hidden;
  padding: 75px 0 79px 0;
}
@media screen and (max-width: 767px) {
  .b8detalle {
    padding: 50px 0;
  }
}
.b8detalle_content {
  position: relative;
  z-index: 2;
}
.b8detalle_title {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .b8detalle_title {
    text-align: center;
  }
}
.b8detalle_text {
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b8detalle_text {
    text-align: center;
    font-size: 14px;
  }
}
.b8detalle_text p {
  margin: 0;
}
.b8detalle_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 39px;
}
@media screen and (max-width: 960px) {
  .b8detalle_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    margin-top: 20px;
  }
}
.b8detalle_left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 63.1667%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  .b8detalle_left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b8detalle_left {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
  }
}
.b8detalle_left>* {
  border-right: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b8detalle_left>* {
    border-right: none;
    border-bottom: 1px solid #bababa;
  }
}
.b8detalle_left>*:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .b8detalle_left>*:last-child {
    border-bottom: none;
  }
}
.b8detalle_right {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 1024px) {
  .b8detalle_right {
    width: 27%;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .b8detalle_right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b8detalle_right {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b8detalle_box {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 40px;
}
@media screen and (max-width: 767px) {
  .b8detalle_box {
    width: 100%;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
  }
  .b8detalle_box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.b8detalle_subtitle {
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #0b2a4a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .b8detalle_subtitle {
    font-size: 16px;
  }
}
.b8detalle_list {
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .b8detalle_list {
    line-height: 1.2;
    font-size: 16px;
  }
}
.b8detalle_list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .b8detalle_list li {
    margin-bottom: 10px;
  }
}
.b8detalle_list li:last-child {
  margin-bottom: 0;
}
.b8detalle_list li:before {
  content: "\e912";
  color: #e2211c;
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.b8detalle_img_1 {
  width: 131px;
  margin: 0 auto 38px auto;
}
@media screen and (max-width: 960px) {
  .b8detalle_img_1 {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .b8detalle_img_1 {
    width: 100px;
    margin: 15px;
  }
}
.b8detalle_img_1 img {
  width: 100%;
  height: auto;
  display: block;
}
.b8detalle_img_2 {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b8detalle_img_2 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .b8detalle_img_2 {
    width: 150px;
    margin: 15px;
  }
}
.b8detalle_img_2 img {
  width: 100%;
  height: auto;
  display: block;
}
.b8detalle_imgdown {
  width: 247px;
  position: absolute;
  bottom: -89px;
  right: -26px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b8detalle_imgdown {
    display: none;
  }
}
.b8detalle_imgdown img {
  width: 100%;
  height: auto;
  display: block;
}

.b9detalle {
  overflow: hidden;
  background: #f4f2f2;
  padding: 69px 0 76px 0;
}
@media screen and (max-width: 767px) {
  .b9detalle {
    padding: 50px 0;
  }
}
.b9detalle .b2home_item {
  width: 100%;
  margin: 0;
}
.b9detalle.b9detalle_one .swiper-wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b9detalle.b9detalle_one .b9detalle_controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .b9detalle.b9detalle_two .b9detalle_controls {
    display: none;
  }
}
.b9detalle_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 44px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_content {
    padding: 0;
  }
}
.b9detalle_title {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .b9detalle_title {
    margin-bottom: 30px;
  }
}
.b9detalle_block {
  max-width: 1112px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b9detalle_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_slide {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .b9detalle_slide {
    padding: 0 10px;
  }
}
.b9detalle_imgtop {
  width: 139px;
  position: absolute;
  top: -46px;
  left: -19px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_imgtop {
    display: none;
  }
}
.b9detalle_imgtop img {
  width: 100%;
  height: auto;
  display: block;
}
.b9detalle_imgdown {
  width: 139px;
  position: absolute;
  bottom: -46px;
  right: -19px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_imgdown {
    display: none;
  }
}
.b9detalle_imgdown img {
  width: 100%;
  height: auto;
  display: block;
}
.b9detalle_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: 56px;
  height: 56px;
  background: #f4f2f2;
  color: #0b2a4a;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0b2a4a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b9detalle_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b9detalle_arrow:hover {
    background: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .b9detalle_arrow {
    background: #0b2a4a;
    color: #fff;
    position: relative;
    top: inherit;
    bottom: inherit;
    margin: 20px 7px 0 7px;
  }
}
@media screen and (max-width: 1024px) {
  .b9detalle_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;
  }
}
.b9detalle_prev {
  left: -44px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_prev {
    left: inherit;
  }
}
.b9detalle_next {
  right: -44px;
}
@media screen and (max-width: 1024px) {
  .b9detalle_next {
    right: inherit;
  }
}

.check_cookies {
  width: 100%;
  background: rgba(0,0,0,0.69);
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.check_cookies_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.check_cookies_text {
  width: calc(100% - 125px);
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #fff;
}
.check_cookies_text p {
  margin: 0;
}
.check_cookies_text a {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  color: #e2211c;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .check_cookies_text {
    font-size: 13px;
  }
}
.check_cookies_btn {
  width: 112px;
}
.check_cookies_btn .gnr_btn {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0px 20px;
  border-radius: 10px;
  background: rgba(226,33,28,0.76);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b1contacto {
  background-color: #0b2a4a;
  padding: 98px 0px 200px 0px;
}
@media screen and (max-width: 960px) {
  .b1contacto {
    padding: 50px 0 70px 0;
  }
}
.b1contacto_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;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .b1contacto_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b1contacto_contenido {
  width: calc(100% - 533px);
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b1contacto_contenido {
    width: 100%;
    padding: 0;
  }
}
.b1contacto_title {
  color: #fff;
}
.b1contacto_title h2 {
  font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 29px;
  font-weight: normal;
  line-height: 40px;
  font-family: 'SFProDisplayRegular', sans-serif;
}
.b1contacto_title strong {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  color: #e2211c;
  display: block;
}
@media screen and (max-width: 960px) {
  .b1contacto_title {
    text-align: center;
  }
}
.b1contacto_info {
  padding-top: 61px;
}
.b1contacto_info h3 {
  color: #fff;
  font-size: 16px;
  font-family: 'SFProDisplayBold', sans-serif;
  margin-bottom: 15px;
}
.b1contacto_info a {
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.b1contacto_info span {
  font-size: 20px;
  color: #e2211c;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .b1contacto_info {
    margin-bottom: 40px;
  }
}
.b1contacto_formulario {
  width: 533px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1contacto_formulario {
    width: 100%;
    margin: auto;
  }
}
.b1contacto_formulario .form_gnrl_txt {
  color: #fff;
}
.b1contacto_formulario .form_gnrl_check {
  color: #fff;
}
.b1contacto_formulario .form_gnrl_check label:before {
  border: 1px solid #fff;
  color: #fff !important;
}
.b1contacto_map {
  width: 100%;
  background-color: #f4f2f2;
  padding-bottom: 100px;
}
.b1contacto_image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 435px;
  width: 100%;
  filter: drop-shadow(0px 18px 30px rgba(0,0,0,0.1));
  border-radius: 10px;
  top: -86px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .b1contacto_image {
    top: 0;
    margin-bottom: 20px;
  }
}
.b1contacto_row {
  background-color: #0b2a4a;
  padding: 26px;
  position: relative;
  z-index: 10;
  max-width: 969px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding-right: 417px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -150px;
}
@media screen and (max-width: 960px) {
  .b1contacto_row {
    margin: 0;
    padding: 20px;
    text-align: center;
  }
}
.b1contacto_text {
  color: #fff;
}
.b1contacto_text p {
  margin: 0;
  font-family: 'arial', sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .b1contacto_text {
    margin-bottom: 15px;
  }
}
.b1contacto_bts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.b1contacto_bts a {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 10px;
  font-family: 'SFProDisplayRegular', sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}
.b1contacto_bts a span {
  font-size: 17px;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .b1contacto_bts a:hover {
    background-color: #fff;
    color: #010101;
  }
}
@media screen and (max-width: 960px) {
  .b1contacto_bts {
    position: inherit;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(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;
    right: 0;
  }
}
@media screen and (max-width: 490px) {
  .b1contacto_bts {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b1contacto_bts a {
    display: block;
    margin-bottom: 5px;
  }
}

.cotiza {
  width: 100%;
  background: #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-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
}
.cotiza_info {
  width: 44.75%;
  padding: 69px 0px 87px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 6%;
}
@media screen and (max-width: 1200px) {
  .cotiza_info {
    width: 48%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .cotiza_info {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 960px) {
  .cotiza_info {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cotiza_info {
    padding: 50px 0px;
  }
}
.cotiza_wrap {
  max-width: 533px;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .cotiza_wrap {
    max-width: 700px;
    margin-right: auto;
  }
}
.cotiza_title {
  padding-bottom: 30px;
}
.cotiza_text {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  color: #3a3a3a;
}
.cotiza_text p {
  margin: 0;
}
.cotiza_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.cotiza_campos {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
  color: #3a3a3a;
  padding-bottom: 9px;
}
.cotiza_campos p {
  margin: 0;
}
.cotiza_btn {
  max-width: 144px;
  width: 100%;
  display: block;
}
.cotiza_btn button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cotiza_img {
  width: 49.25%;
}
@media screen and (max-width: 1200px) {
  .cotiza_img {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .cotiza_img {
    display: none;
  }
}
.cotiza_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.error {
  padding: 200px 0px;
}
@media screen and (max-width: 1024px) {
  .error {
    padding: 100px 0px;
  }
}
.error_container {
  text-align: center;
}
.error_container.ww_center {
  max-width: 588px;
}
.error_img {
  max-width: 100px;
  width: 100%;
  margin: auto;
  margin-bottom: 37px;
}
.error_img img {
  width: 100%;
  height: auto;
  display: block;
}
.error_title {
  margin-bottom: 31px;
}
.error_info {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 26px;
}
.error_info a {
  font-family: 'SFProDisplayBold', sans-serif;
  color: #0b2a4a;
  font-size: 16px;
}
.error_btn {
  padding-top: 27px;
}

.content_butons {
  padding: 40px;
}
.gnr_btn,
button {
  display: inline-block;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 35px;
  border: none;
  font-family: 'SFProDisplayRegular', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.btn_red {
  background-color: #e2211c;
}
@media screen and (min-width: 1025px) {
  .btn_red:hover {
    background-color: rgba(226,33,28,0.8);
  }
}
.btn_blue {
  background-color: #0b2a4a;
}
@media screen and (min-width: 1025px) {
  .btn_blue:hover {
    background-color: rgba(11,42,74,0.8);
  }
}
.btn_line_blue {
  border: 1px solid #0b2a4a;
  color: #0b2a4a;
}
@media screen and (min-width: 1025px) {
  .btn_line_blue:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}

.form_gnrl {
  padding: 30px;
  max-width: 900px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_gnrl_input {
  margin-bottom: 17px;
  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;
}
.form_gnrl_input span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0b2a4a;
  display: inline-block;
  font-size: 8px;
}
.form_gnrl_input input,
.form_gnrl_input select,
.form_gnrl_input textarea {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  padding: 15px 30px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f2f2;
  border: none;
  color: #0b2a4a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_gnrl_input input:focus ~ label,
.form_gnrl_input select:focus ~ label,
.form_gnrl_input textarea:focus ~ label {
  font-size: 13px;
  top: 10px;
}
.form_gnrl_input textarea {
  height: 96px;
  padding-top: 30px;
}
.form_gnrl_input label {
  position: absolute;
  top: 25px;
  left: 20px;
  color: rgba(11,42,74,0.6);
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_gnrl_input label.active {
  top: 10px;
  font-size: 13px;
}
.form_gnrl_txt {
  font-size: 13px;
  color: #3a3a3a;
}
.form_gnrl_row {
  position: relative;
}
.form_gnrl_row[size="2"] {
  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;
}
.form_gnrl_row[size="2"]>* {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .form_gnrl_row[size="2"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form_gnrl_row[size="2"]>* {
    width: 100%;
  }
}
.form_gnrl_check {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.form_gnrl_check input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
}
.form_gnrl_check input[type="checkbox"]:checked + label:before {
  content: '✓';
  color: #0b2a4a;
}
.form_gnrl_check label {
  padding-left: 30px;
  margin: 0;
  position: relative;
}
.form_gnrl_check label p {
  margin: 0;
}
.form_gnrl_check label a {
  color: #e2211c;
  border-bottom: 1px solid #e2211c;
  font-family: 'SFProDisplayMedium', sans-serif;
  display: inline-block;
}
.form_gnrl_check label:before {
  content: '';
  text-indent: 2px;
  display: block;
  font-weight: bold;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #0b2a4a;
  border-radius: 3px;
}
.formError {
  z-index: 90;
  position: static !important;
  margin: 0 !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: transparent;
  color: #f00;
  border: none !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  font-size: 12px;
  font-family: 'SFProDisplayMedium', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.titulos {
  padding: 40px;
}
.title2linea {
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  display: inline-block;
}
.title2linea span {
  font-family: 'SFProDisplayBold', sans-serif;
  color: #e2211c;
  display: block;
}
.title1linea {
  color: #0b2a4a;
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'SFProDisplayRegular', sans-serif;
  display: inline-block;
}
.title1linea span {
  font-family: 'SFProDisplayBold', sans-serif;
  color: #e2211c;
  display: inline-block;
}

.header_scroll_none.scroll_head header {
  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;
}
@media screen and (max-width: 1024px) {
  .header_scroll_none.scroll_head header {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.header_scroll_none.scroll_head .header_detalle {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.header_detalle {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
  z-index: 500;
  border-bottom: 1px solid rgba(11,42,74,0.25);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media screen and (max-width: 1024px) {
  .header_detalle {
    display: none;
  }
}
.header_detalle_container {
  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;
}
.header_detalle_container a,
.header_detalle_container ul {
  margin: 0;
}
.header_detalle_container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_detalle_container li {
  margin-left: 50px;
}
.header_detalle_container li a {
  font-size: 14px;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.header_detalle_container li a:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #e2211c;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.header_detalle_container li.active a {
  font-family: 'SFProDisplayMedium', sans-serif;
}
.header_detalle_container li.active a:before {
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .header_detalle_container {
    display: none;
  }
}

.libro {
  width: 100%;
  padding: 95px 0px 102px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .libro {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .libro {
    padding: 50px 0px;
  }
}
.libro_container {
  max-widht: 1090px;
}
.libro_title {
  text-align: center;
  padding-bottom: 23px;
}
.libro_text {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  text-align: center;
}
.libro_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .libro_text {
    font-size: 14px;
  }
}
.libro_content {
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
@media screen and (max-width: 1024px) {
  .libro_content {
    margin-top: 40px;
  }
}
.libro_description {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  color: #3a3a3a;
}
.libro_description p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_description {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .libro_description {
    font-size: 14px;
  }
}
.libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_establecimiento {
  margin-top: 41px;
}
.libro_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 46px;
}
.libro_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .libro_box {
    margin-top: 30px;
  }
}
.libro_subtitle {
  padding-bottom: 20px;
}
.libro_subtitle h3 {
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 16px;
  color: #0b2a4a;
  margin: 0;
}
.libro_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.libro_input_box {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 18px;
}
.libro_input_box:nth-child(2n + 2) {
  margin-right: 0;
}
.libro_input_box.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .libro_input_box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .libro_input_box {
    width: 100%;
    margin-right: 0;
  }
}
.libro_input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input input,
.libro_input textarea,
.libro_input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  padding: 0px 14px;
  border: 0;
  border-radius: 3px;
  background: #f4f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.libro_input input:focus,
.libro_input textarea:focus,
.libro_input select:focus {
  border-color: #f4f2f2;
}
.libro_input label {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #24272a;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.libro_input_select {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input_select select {
  padding: 0px 40px 0px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.libro_input_select select::-ms-expand {
  display: none;
}
.libro_input_select span {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 8px;
  color: #000;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
}
.libro_input_textarea textarea {
  height: 111px;
  padding: 14px 20px;
  line-height: 1.2;
}
.libro_input_select_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.libro_input_select_box label {
  width: 100%;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #24272a;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.libro_input_select_left {
  width: 112px;
  position: relative;
}
.libro_input_select_left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 26px;
  background: #3a3a3a;
  margin: auto;
}
.libro_input_select_left .input_select select {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.libro_input_select_right {
  width: calc(100% - 112px);
  position: relative;
}
.libro_input_select_right .input input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.libro_input_select_right:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 25px;
  background: #000;
}
.libro_nota {
  font-family: 'SFProDisplayRegular', sans-serif;
  color: #3a3a3a;
  font-size: 13px;
  padding-top: 12px;
}
.libro_nota p {
  margin: 0;
}
.libro_aplica {
  font-family: 'SFProDisplayRegular', sans-serif;
  color: #676767;
  font-size: 13px;
  padding-top: 7px;
}
.libro_aplica p {
  margin: 0;
}
.libro_checks {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 30px;
}
.libro_radio {
  position: relative;
  margin-right: 30px;
}
.libro_radio:last-child {
  margin-right: 0;
}
.libro_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:before {
  border-color: #0b2a4a;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_box:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.libro_radio_box {
  position: relative;
  width: 20px;
  height: 20px;
}
.libro_radio_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_radio_box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  background: #0b2a4a;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_radio_text {
  width: calc(100% - 20px);
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #0b2a4a;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input_file {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.libro_input_file input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.libro_input_file_label {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px 0px 45px;
  border: 0;
  border-radius: 3px;
  background: #f4f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.libro_input_file_text {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  width: 100%;
  display: block;
}
.libro_input_file_text.completed {
  color: #3a3a3a;
}
.libro_input_file_icon {
  position: absolute;
  left: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.libro_info {
  max-width: 677px;
  width: 100%;
  margin: 0;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #676767;
  line-height: 21px;
}
.libro_info_reclamo {
  max-width: 677px;
  width: 100%;
  margin: 0;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 14px;
  color: #676767;
  line-height: 21px;
  padding-bottom: 29px;
}
.libro_info_reclamo p {
  margin: 0;
}
.libro_campos {
  font-family: 'arial', sans-serif;
  font-size: 12px;
  color: #d40000;
  margin-bottom: 15px;
}
.libro_campos p {
  margin: 0;
}
.libro_info_bottom {
  max-width: 720px;
  width: 100%;
  margin: 0;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 13px;
  color: #676767;
  line-height: 21px;
}
.libro_check {
  margin-bottom: 43px;
}
.libro_input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.libro_input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro_input_checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.libro_input_checkbox input[type="checkbox"]:checked + label .libro_input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.libro_input_checkbox_box {
  position: relative;
  width: 15px;
  height: 15px;
}
.libro_input_checkbox_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #464a50;
  border-radius: 2px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input_checkbox_box:after {
  content: "✓";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #e2211c;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_input_checkbox_text {
  width: calc(100% - 15px);
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
  color: #4a4a4a;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input_checkbox_text a {
  font-family: 'SFProDisplayBold', sans-serif;
  text-decoration: underline;
  color: #4a4a4a;
}
.libro_btn {
  max-width: 144px;
  width: 100%;
  margin: 0;
}
.libro_btn button {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .libro_btn {
    margin: 0 auto;
  }
}

.listado_proyectos_container {
  padding: 83px 0px;
}
.listado_proyectos_container.ww_center {
  max-width: 1044px;
}
@media screen and (max-width: 640px) {
  .listado_proyectos_container {
    padding: 50px 0px;
  }
}
.listado_proyectos_row_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 51px;
}
@media screen and (max-width: 640px) {
  .listado_proyectos_row_nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.listado_proyectos_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.listado_proyectos_btns a {
  border: 1px solid rgba(11,42,74,0.5);
  color: rgba(11,42,74,0.5);
  height: 43px;
  line-height: 43px;
  padding: 0 30px;
  border-radius: 50px;
  margin-left: 11px;
}
.listado_proyectos_btns a.active {
  background-color: #e2211c;
  color: #fff;
  border: 1px solid #e2211c;
}
@media screen and (max-width: 640px) {
  .listado_proyectos_title {
    text-align: center;
  }
}
.listado_proyectos_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.listado_proyectos_item {
  width: 48%;
  margin: 1%;
  position: relative;
}
.listado_proyectos_etiq {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: right;
  padding: 5px 20px 5px 45px;
  position: absolute;
  color: #fff;
  top: 27px;
  left: 0;
  z-index: 5;
  font-size: 17px;
  font-family: 'SFProDisplayBold', sans-serif;
}
.listado_proyectos_img {
  width: 100%;
  height: 569px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.listado_proyectos_img:before {
  content: '';
  background: -webkit-linear-gradient(270deg, rgba(11,42,74,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(11,42,74,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(11,42,74,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(11,42,74,0) 0%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(11,42,74,0) 0%, rgba(0,16,32,0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 326px;
  display: block;
}
.listado_proyectos_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.listado_proyectos_lugar {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: 'SFProDisplayMedium', sans-serif;
  margin-bottom: 5px;
}
.listado_proyectos_lugar p {
  margin: 0;
}
.listado_proyectos_edificio {
  font-size: 22px;
  font-family: 'SFProDisplayBold', sans-serif;
  color: #fff;
}
.listado_proyectos_wrap_column {
  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;
}
.listado_proyectos_wrap_box {
  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;
  width: 60%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_proyectos_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: 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;
  width: 50%;
}
.listado_proyectos_box figure {
  width: 25px;
}
.listado_proyectos_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
.listado_proyectos_box p {
  margin: 0;
  width: calc(100% - 25px);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}
.listado_proyectos_precio {
  width: 40%;
  color: #fff;
  font-size: 16px;
  font-family: 'SFProDisplayMedium', sans-serif;
  padding-left: 20px;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_proyectos_precio p {
  margin: 0;
}
.listado_proyectos_pager {
  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;
  padding-top: 70px;
}
.listado_proyectos_pager a {
  width: 57px;
  height: 57px;
  margin: 0;
  line-height: 57px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #0b2a4a;
  color: #0b2a4a;
  -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;
}
.listado_proyectos_pager a:first-child {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
  .listado_proyectos_pager a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .listado_proyectos_pager a:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.listado_proyectos_pager p {
  margin: 0 30px;
}

.overlay_responisve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: rgba(0,0,0,0.7);
  z-index: 270;
}
.overlay_responisve.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.megamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0px;
  background-color: #e5e5e5;
  z-index: 300;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.megamenu.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.megamenu.active:after {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.megamenu:before {
  content: '';
  width: 38%;
  height: 100%;
  display: block;
  background-color: #0b2a4a;
  position: absolute;
  left: 0;
  top: 0;
}
.megamenu:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 5;
  width: 166px;
  height: 277px;
  background: url("../img/icono-red.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .megamenu:before,
  .megamenu:after {
    display: none;
  }
}
.megamenu_logo {
  position: relative;
  margin-left: 100px;
  width: 157px;
}
.megamenu_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.megamenu_logo .megamenu_logo_responsive {
  display: none;
}
@media screen and (max-width: 1024px) {
  .megamenu_logo {
    margin-left: 10px;
    width: 130px;
  }
  .megamenu_logo .megamenu_logo_desktop {
    display: none;
  }
  .megamenu_logo .megamenu_logo_responsive {
    display: block;
  }
}
.megamenu_container {
  position: relative;
  padding-top: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .megamenu_container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.megamenu_info {
  width: 506px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
}
.megamenu_img {
  margin: 0;
  width: 100%;
  margin-bottom: 25px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 372px;
  position: relative;
}
.megamenu_img:before {
  content: '';
  display: block;
  background: url("../img/img-trama.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 119px;
  height: 109px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.megamenu_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .megamenu_img {
    display: none;
  }
}
.megamenu_redes {
  padding-bottom: 28px;
}
.megamenu_redes a {
  background-color: #fff;
  color: #0b2a4a;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  margin-left: 12px;
  font-size: 12px;
  -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;
}
.megamenu_redes a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .megamenu_redes a:hover {
    background-color: #e2211c;
  }
}
@media screen and (max-width: 1024px) {
  .megamenu_redes {
    display: none;
  }
}
.megamenu_call {
  position: relative;
  padding-left: 30px;
}
.megamenu_call span {
  color: #e2211c;
  position: absolute;
  display: inline-block;
  font-size: 25px;
  left: 0;
  top: 0;
}
.megamenu_call a {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}
.megamenu_call a:last-child {
  border: none;
}
@media screen and (max-width: 1024px) {
  .megamenu_call {
    display: none;
  }
  .megamenu_call a {
    color: #0b2a4a;
    border-right: 1px solid #0b2a4a;
  }
}
.megamenu_links {
  padding-left: 145px;
  width: calc(100% - 506px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .megamenu_links {
    padding-left: 30px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .megamenu_links {
    width: 100%;
    padding: 0;
  }
}
.megamenu_row {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenu_wrap_item {
  width: 40%;
}
.megamenu_wrap_item h3 {
  font-weight: normal;
  font-family: 'SFProDisplayBold', sans-serif;
  color: #0b2a4a;
  border-bottom: 1px solid #0b2a4a;
  padding-bottom: 10px;
  position: relative;
}
.megamenu_wrap_item h3:before {
  content: '\e913';
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  font-size: 8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #e2211c;
  -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 (max-width: 1024px) {
  .megamenu_wrap_item h3:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.megamenu_wrap_item h3.is-active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megamenu_wrap_item li {
  margin-top: 27px;
}
.megamenu_wrap_item li a {
  color: #6a6a6a;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid transparent;
}
.megamenu_wrap_item li a.active {
  color: #e2211c;
  border-bottom: 1px solid #e2211c;
}
@media screen and (min-width: 1025px) {
  .megamenu_wrap_item li a:hover {
    color: #e2211c;
    border-bottom: 1px solid #e2211c;
  }
}
@media screen and (max-width: 1024px) {
  .megamenu_wrap_item {
    width: 100%;
    margin-top: 30px;
  }
  .megamenu_wrap_item ul {
    display: none;
  }
}
.megamenu_columns {
  padding-top: 79px;
}
.megamenu_columns .megamenu_redes,
.megamenu_columns .megamenu_call {
  display: none;
}
@media screen and (max-width: 1024px) {
  .megamenu_columns {
    padding-top: 20px;
  }
  .megamenu_columns .megamenu_redes,
  .megamenu_columns .megamenu_call {
    display: block;
  }
}
.megamenu_columns_link {
  border-bottom: 1px solid #0b2a4a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.megamenu_columns_link ul {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .megamenu_columns_link ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .megamenu_columns_link ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
.megamenu_columns_link li {
  width: calc(100% / 3);
}
.megamenu_columns_link a {
  display: inline-block;
  color: #0b2a4a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid transparent;
}
.megamenu_columns_link a.active {
  color: #e2211c;
  border-bottom: 1px solid #e2211c;
}
@media screen and (min-width: 1025px) {
  .megamenu_columns_link a:hover {
    color: #e2211c;
    border-bottom: 1px solid #e2211c;
  }
}
.megamenu_columns_txt p {
  margin: 0;
  color: #0b2a4a;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .megamenu_columns_txt {
    padding-top: 20px;
    border-top: 1px solid #0b2a4a;
    margin-top: 20px;
  }
}

.otros_proyectos {
  padding: 66px 0px;
}
.otros_proyectos_img {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  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;
  overflow: hidden;
}
.otros_proyectos_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(0deg, rgba(11,42,74,0.51) 0%, rgba(11,42,74,0) 67.96%);
  background: -moz-linear-gradient(0deg, rgba(11,42,74,0.51) 0%, rgba(11,42,74,0) 67.96%);
  background: -o-linear-gradient(0deg, rgba(11,42,74,0.51) 0%, rgba(11,42,74,0) 67.96%);
  background: -ms-linear-gradient(0deg, rgba(11,42,74,0.51) 0%, rgba(11,42,74,0) 67.96%);
  background: linear-gradient(90deg, rgba(11,42,74,0.51) 0%, rgba(11,42,74,0) 67.96%);
}
.otros_proyectos_title {
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 330px;
  width: 100%;
  margin-left: 67px;
  padding-left: 36px;
  border-left: 4px solid #e2211c;
}
.otros_proyectos_title h1 {
  color: #fff;
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  margin-bottom: 8px;
}
.otros_proyectos_title h2 {
  font-family: 'SFProDisplayBold', sans-serif;
  line-height: 50px;
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.otros_proyectos_title h2 strong {
  display: block;
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
  color: #e2211c;
}
@media screen and (max-width: 1023px) {
  .otros_proyectos_title {
    margin-left: 20px;
  }
}
.otros_proyectos_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .otros_proyectos_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-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.otros_proyectos_text {
  padding-right: 20px;
}
.otros_proyectos_text h2 {
  font-size: 25px;
  color: #0b2a4a;
}
.otros_proyectos_text h2 strong {
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
}
.otros_proyectos_box_img {
  width: 100%;
  position: relative;
}
.otros_proyectos_box_img:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  background: -webkit-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
}
.otros_proyectos_box_img img {
  width: 100%;
  height: auto;
  display: block;
}
.otros_proyectos_background {
  width: 100%;
  padding-bottom: 72.61%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.otros_proyectos_background:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73%;
  background: -webkit-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -o-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
  background: linear-gradient(180deg, rgba(0,16,32,0) 0%, rgba(0,16,32,0.9) 100%);
}
.otros_proyectos_datos {
  width: 100%;
  padding: 20px;
  padding-right: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.otros_proyectos_datos h3 {
  font-size: 15px;
  line-height: 29px;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-weight: normal;
}
.otros_proyectos_datos h4 {
  font-size: 22px;
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
}
.otros_proyectos_gallery_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 18px;
  bottom: 20px;
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.otros_proyectos_gallery_icon span {
  pointer-events: none;
}
.otros_proyectos_select {
  max-width: 282px;
  width: 100%;
  margin: 0;
  position: relative;
}
.otros_proyectos_select select {
  height: 45px;
  width: 100%;
  background: #fff;
  border: 1px solid #b8b8b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 7px 20px rgba(11,42,74,0.07);
  box-shadow: 0px 7px 20px rgba(11,42,74,0.07);
  border-radius: 5px;
  padding: 0 30px 0px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.otros_proyectos_select span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #e2211c;
  font-size: 9px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .otros_proyectos_select {
    padding-top: 20px;
  }
}
.otros_proyectos_columns {
  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;
}
.otros_proyectos_box {
  width: calc(100% / 3 - 2%);
  margin: 1%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .otros_proyectos_box:hover .otros_proyectos_info {
    -webkit-box-shadow: 0px 10px 30px rgba(11,42,74,0.18);
    box-shadow: 0px 10px 30px rgba(11,42,74,0.18);
  }
}
@media screen and (max-width: 1023px) {
  .otros_proyectos_box {
    width: calc(100% / 2 - 2%);
  }
}
@media screen and (max-width: 768px) {
  .otros_proyectos_box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.otros_proyectos_info {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 29px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  box-shadow: 0px 10px 30px rgba(11,42,74,0.07);
  border-radius: 0px 0px 10px 10px;
  -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;
}
.otros_proyectos_info p {
  margin: 0;
}
.otros_proyectos_btn {
  text-align: center;
  padding-top: 62px;
}

.politicas_privacidad {
  padding: 100px 0px;
}
@media screen and (max-width: 1024px) {
  .politicas_privacidad {
    padding: 50px 0px;
  }
}
.politicas_privacidad_container.ww_center {
  max-width: 818px;
}
.politicas_privacidad_title {
  text-align: center;
  padding-bottom: 49px;
}
.politicas_privacidad_txt {
  font-size: 16px;
  font-family: 'SFProDisplayRegular', sans-serif;
  line-height: 22.8px;
  color: #3a3a3a;
}
.politicas_privacidad_txt ul,
.politicas_privacidad_txt ol {
  padding-left: 20px;
  margin-top: 10px;
}
.politicas_privacidad_txt li {
  list-style-type: inherit;
  margin-bottom: 10px;
}

.proteccion_alconsumidor {
  padding: 88px 0px;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor {
    padding: 40px 0px;
  }
}
.proteccion_alconsumidor_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-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 44px;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.proteccion_alconsumidor_aside {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor_aside {
    width: 90%;
    margin: auto;
  }
}
.proteccion_alconsumidor_select {
  border: 2px solid #0b2a4a;
  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;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor_select {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.proteccion_alconsumidor_select p {
  margin: 0;
}
.proteccion_alconsumidor_select span {
  color: #e2211c;
  margin: 0;
  display: inline-block;
  font-size: 10px;
  margin-left: 10px;
}
.proteccion_alconsumidor_list {
  background-color: #f4f2f2;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proteccion_alconsumidor_list li {
  margin-bottom: 20px;
}
.proteccion_alconsumidor_list li:last-child {
  margin-bottom: 0;
}
.proteccion_alconsumidor_list a {
  color: rgba(11,42,74,0.5);
}
.proteccion_alconsumidor_list a.active {
  color: #0b2a4a;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor_list {
    display: none;
  }
  .proteccion_alconsumidor_list.active {
    display: block;
  }
}
.proteccion_alconsumidor_content {
  width: calc(100% - 280px);
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .proteccion_alconsumidor_content {
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }
}
.proteccion_alconsumidor_idContent {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 2;
}
.proteccion_alconsumidor_idContent.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  visibility: visible;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.proteccion_alconsumidor_text h2 {
  border-bottom: 1px solid #0b2a4a;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 25px;
}
.proteccion_alconsumidor_text p,
.proteccion_alconsumidor_text li {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 2;
}
.proteccion_alconsumidor_text ul,
.proteccion_alconsumidor_text ol {
  padding-left: 20px;
}
.proteccion_alconsumidor_text li {
  list-style-type: inherit;
}

.proyectos_entregados .b2home_subtitles {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.b2home1a_sections {
  position: relative;
}
.b2home1a_sections:before {
  content: "";
  width: 100%;
  height: calc(100% - 88px);
  background: -webkit-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -o-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: linear-gradient(0deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  position: absolute;
  top: 88px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b2home1a_sections:before {
    display: none;
  }
}
.b2home1a {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 64px 0 44px 0;
}
@media screen and (max-width: 767px) {
  .b2home1a {
    padding-bottom: 100px;
  }
}
.b2home1a:after {
  content: "";
  width: 705px;
  height: 748px;
  background-image: url("../img/b2home-lines.png");
  position: absolute;
  bottom: 112px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .b2home1a:after {
    display: none;
  }
}
.b2home1a .swiper-scrollbar {
  background: #e0e0e0;
}
.b2home1a .swiper-scrollbar-drag {
  height: 4px;
  background: #e2211c;
}
.b2home1a_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;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .b2home1a_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;
    position: static;
  }
}
.b2home1a_title h2 {
  line-height: 1.1;
  color: #e2211c;
  font-family: 'SFProDisplayBold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home1a_title h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b2home1a_link {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home1a_group {
    position: relative;
  }
  .b2home1a_group:before {
    content: "";
    width: 80px;
    height: 100%;
    background: -webkit-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: -4%;
    z-index: 3;
  }
  .b2home1a_group:after {
    content: "\e90e";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 22px;
    pointer-events: none;
    position: absolute;
    bottom: 18px;
    right: 0;
    z-index: 4;
  }
}
.b2home1a_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;
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .b2home1a_buttons {
    -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) {
  .b2home1a_buttons {
    overflow: auto;
  }
}
.b2home1a_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 72px;
  line-height: 1;
  color: #3a3a3a;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2home1a_btn:hover {
    color: #e2211c;
  }
}
@media screen and (min-width: 768px) {
  .b2home1a_btn {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .b2home1a_btn {
    height: 60px;
    font-size: 15px;
    white-space: nowrap;
    padding: 0 20px;
  }
}
.b2home1a_btn.active {
  color: #e2211c;
}
.b2home1a_btn:last-child {
  border-right: none;
}
.b2home1a_blocks {
  max-width: calc(1175px + (1550 - 1175) * ((100vw - 1170px) / (1920 - 1170)));
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
.b2home1a_itemblock {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b2home1a_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b2home1a_slider {
  position: relative;
  z-index: 2;
}
.b2home1a_item {
  width: 384px;
  padding: 0 0 84px 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .b2home1a_item {
    width: auto;
    padding-bottom: 30px;
    margin-right: 0;
  }
}
.b2home1a_item:last-child {
  margin-right: 0;
}
.b2home1a_box {
  display: block;
  max-width: 384px;
  width: 100%;
  -webkit-box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
  box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b2home1a_box {
    max-width: none;
    -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  }
}
.b2home1a_portada {
  width: 100%;
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b2home1a_info {
  background: #fff;
  padding: 25px 30px 30px 23px;
}
@media screen and (max-width: 767px) {
  .b2home1a_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b2home1a_subtitles h3 {
  line-height: 1;
  color: #e2211c;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}
.b2home1a_subtitles h3:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #e2211c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b2home1a_subtitles h4 {
  line-height: 1.2;
  color: #3a3a3a;
  font-family: 'SFProDisplayMedium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home1a_subtitles h4 {
    font-size: 16px;
  }
}
.b2home1a_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2home1a_date_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.b2home1a_date_icon {
  display: block;
  line-height: 1;
  color: #e2211c;
  font-size: 24px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .b2home1a_date_icon {
    font-size: 20px;
  }
}
.b2home1a_date_text {
  display: block;
  line-height: 1;
  color: #3a3a3a;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home1a_date_text {
    font-size: 13px;
  }
}
.b2home1a_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: 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-top: -60px;
}
@media screen and (max-width: 767px) {
  .b2home1a_wrap {
    display: none;
  }
}
.b2home1a_barra {
  width: calc(100% - 178px);
}
.b2home1a_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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2home1a_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: 60px;
  height: 60px;
  background: #e2211c;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .b2home1a_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b2home1a_arrow:hover {
    background: #000;
    color: #e2211c;
  }
}
@media screen and (max-width: 1460px) {
  .b2home1a_arrow {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.b2home1a_arrow:last-child {
  margin-right: 0;
}

.referidos {
  background-color: #e5e5e5;
}
.referidos_container {
  padding: 95px 0px 120px;
}
@media screen and (max-width: 1024px) {
  .referidos_container {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .referidos_container {
    padding: 50px 0px;
  }
}
.referidos_title {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .referidos_title {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .referidos_title {
    padding-bottom: 40px;
  }
}
.referidos_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 89px;
}
@media screen and (max-width: 1024px) {
  .referidos_row {
    padding-bottom: 40px;
  }
}
.referidos_nota {
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 25px;
}
.referidos_nota p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .referidos_nota {
    font-size: 15px;
  }
}
.referidos_items {
  width: calc(100% / 4);
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .referidos_items {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .referidos_items {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .referidos_items {
    width: 100%;
    text-align: center;
  }
}
.referidos_img {
  max-width: 109px;
  width: 100%;
  margin: auto;
}
.referidos_img img {
  width: 100%;
  height: auto;
  display: block;
}
.referidos_text h2 {
  text-align: center;
  color: #0b2a4a;
  font-weight: normal;
  font-size: 22px;
  font-family: 'SFProDisplayBold', sans-serif;
  margin-bottom: 10px;
}
.referidos_datos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.referidos_content_row {
  width: 50%;
  min-height: 500px;
  background-color: #fff;
  padding: 46px 64px 86px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .referidos_content_row {
    width: 100%;
    min-height: inherit;
    padding: 50px 0px;
  }
}
.referidos_info {
  padding-bottom: 20px;
}
.referidos_info h2 {
  margin-bottom: 15px;
}
.referidos_formulario {
  max-width: 533px;
  width: 93%;
  margin: 0 0 0 auto;
}
.referidos_formulario h3 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #0b2a4a;
  font-weight: normal;
  font-family: 'SFProDisplayMedium', sans-serif;
}
@media screen and (max-width: 1024px) {
  .referidos_formulario {
    margin: auto;
    max-width: 768px;
  }
  .referidos_formulario .form_gnrl_button {
    text-align: center;
  }
}
.referidos_img_rigth {
  width: 50%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .referidos_img_rigth {
    display: none;
  }
}

.popup_trabajanosotros {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 800;
}
.popup_trabajanosotros.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup_trabajanosotros_container {
  max-width: 640px;
  background-color: #fff;
  padding: 70px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 11px 34px rgba(0,46,62,0.26);
  box-shadow: 0px 11px 34px rgba(0,46,62,0.26);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .popup_trabajanosotros_container {
    padding: 70px 20px;
  }
}
.popup_trabaja_nosotros_close {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #0b2a4a;
  border-radius: 50%;
  cursor: pointer;
}
.popup_trabajanosotros_title {
  padding-bottom: 40px;
}
.form_gnrl_input_file {
  text-align: center;
  margin-bottom: 20px;
  color: rgba(11,42,74,0.6);
}
.form_gnrl_input_file label {
  display: block;
  background-color: #f4f2f2;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_gnrl_input_file input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form_gnrl_input_file p {
  margin-bottom: 8px;
}
.form_gnrl_input_file span {
  font-size: 30px;
  line-height: 20px;
  color: #0b2a4a;
}

.footer {
  background-color: #0b2a4a;
}
.footer_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 52px 0px;
}
@media screen and (max-width: 960px) {
  .footer_up {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    padding: 40px 0px 0px;
  }
}
.footer_left {
  width: 21%;
}
@media screen and (max-width: 960px) {
  .footer_left {
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
  }
}
.footer_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 74.16666666666667%;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .footer_right {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .footer_right {
    width: 100%;
    padding: 0;
  }
}
.footer_box_1 {
  width: 23.9326%;
}
@media screen and (max-width: 960px) {
  .footer_box_1 {
    display: none;
  }
}
.footer_box_2 {
  width: 23.5955%;
}
@media screen and (max-width: 960px) {
  .footer_box_2 {
    display: none;
  }
}
.footer_box_3 {
  width: 23.4831%;
}
@media screen and (max-width: 960px) {
  .footer_box_3 {
    display: none;
  }
}
.footer_box_4 {
  width: 28.9888%;
}
@media screen and (max-width: 960px) {
  .footer_box_4 {
    max-width: 264px;
    width: 100%;
    margin: 0 auto;
  }
}
.footer_logo {
  width: 157px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .footer_redes {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_redes_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background-color: #fff;
  color: #0b2a4a;
  font-size: 12px;
  border-radius: 50%;
  margin: 0 12px 25px 0;
}
@media screen and (min-width: 1025px) {
  .footer_redes_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_redes_link:hover {
    background-color: #e2211c;
  }
}
@media screen and (max-width: 960px) {
  .footer_redes_link {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.footer_menu_wrap {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_menu_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_menu_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 16px 0;
}
.footer_menu_item:last-child {
  margin-bottom: 0;
}
.footer_menu_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_menu_link .footer_menu_icon,
  .footer_menu_link .footer_menu_text {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_menu_link:hover .footer_menu_icon,
  .footer_menu_link:hover .footer_menu_text {
    color: #e2211c;
  }
}
.footer_menu_icon {
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0 11px 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_menu_icon {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .footer_menu_icon {
    font-size: 20px;
  }
}
.footer_menu_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_menu_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .footer_menu_text {
    font-size: 15px;
  }
}
.footer_title {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayBold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}
.footer_title:after {
  content: "";
  width: 47px;
  height: 1px;
  background-color: #e2211c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .footer_title {
    font-size: 13px;
  }
  .footer_title:after {
    width: 42px;
  }
}
@media screen and (max-width: 960px) {
  .footer_title {
    font-size: 14px;
    text-align: center;
  }
  .footer_title:after {
    width: 47px;
    right: 0;
    margin: auto;
  }
}
.footer_nav_item {
  margin-bottom: 22px;
}
.footer_nav_item:last-child {
  margin-bottom: 0;
}
.footer_nav_link {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin: 0;
}
.footer_nav_link.active {
  color: #e2211c;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footer_nav_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_nav_link:hover {
    color: #e2211c;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .footer_nav_link {
    font-size: 13px;
  }
}
.footer_info_description {
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .footer_info_description {
    display: none;
  }
}
.footer_info_description p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_info_description {
    font-size: 13px;
  }
}
.footer_info_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;
  margin-bottom: 15px;
}
.footer_info_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .footer_info_box {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_info_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #e2211c;
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_info_icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .footer_info_icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
}
.footer_info_text {
  width: calc(100% - 34px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .footer_info_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .footer_info_text {
    max-width: calc(100% - 40px);
    width: auto;
    min-width: 111px;
    font-size: 15px;
    text-align: center;
    margin-left: 10px;
  }
}
.footer_info_text p {
  margin: 0;
}
.footer_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .footer_down {
    border-top: none;
    padding: 0;
    margin-top: 25px;
  }
}
.footer_copyright {
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
}
.footer_copyright p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_copyright {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 50%;
    border-top: 1px solid #fff;
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .footer_links {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 21px;
  }
}
.footer_links_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: 960px) {
  .footer_links_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_links_item {
  margin: 0 25px;
}
@media screen and (max-width: 960px) {
  .footer_links_item {
    margin: 0 0 10px 0;
  }
  .footer_links_item:last-child {
    margin-bottom: 0;
  }
}
.footer_links_url {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_links_url {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_links_url:hover {
    color: #e2211c;
    text-decoration: underline;
  }
}
@media screen and (max-width: 960px) {
  .footer_team {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 50%;
    border-top: 1px solid #fff;
    padding: 10px 0;
  }
}
.footer_team_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_team_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_team_link:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.footer_team_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplayRegular', sans-serif;
  font-size: 12px;
  margin: 0 6px 0 0;
}
.footer_team_img {
  width: 73px;
  margin: 0;
}
.footer_team_img img {
  width: 100%;
  height: auto;
  display: block;
}

.header_whatsapp {
  position: fixed;
  top: 450px;
  right: 20px;
  background-color: #25d366;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 500;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  -ms-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
  box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
}
@media screen and (max-width: 767px) {
  .header {
    height: 78px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 75px;
  }
}
.head_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(11,42,74,0.84);
  padding: 15px 140px 15px 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  z-index: 280;
}
@media screen and (max-width: 1400px) {
  .head_fixed {
    padding: 15px 80px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .head_fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 640px) {
  .head_fixed {
    padding: 15px 50px 15px 10px;
  }
}
.head_fixed.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.head_fixed.scroll .head_links {
  color: #0b2a4a;
}
.head_fixed.scroll .head_datos {
  color: #0b2a4a;
}
.head_fixed.scroll .head_redes a {
  background: rgba(23,70,118,0.32);
}
@media screen and (min-width: 1025px) {
  .head_fixed.scroll .head_redes a:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.head_fixed.scroll .head_logo .head_logo_desktop {
  display: none;
}
.head_fixed.scroll .head_logo .head_logo_scroll {
  display: block;
}
.head_fixed.scroll .head_buttons .head_btn_cotiza {
  background-color: #0b2a4a;
  color: #fff;
}
.head_fixed.scroll .head_buttons .head_btn_constructora {
  border: 1px solid #0b2a4a;
  color: #0b2a4a;
}
@media screen and (min-width: 1025px) {
  .head_fixed.scroll .head_buttons .head_btn_constructora:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.header_interno .btn_responsive span {
  background-color: #e2211c;
}
.header_interno .header {
  height: 87px;
}
@media screen and (max-width: 1024px) {
  .header_interno .header {
    height: 78px;
  }
}
@media screen and (max-width: 640px) {
  .header_interno .header {
    height: 75px;
  }
}
.header_interno .head_fixed {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}
.header_interno .head_links {
  color: #0b2a4a;
}
.header_interno .head_datos {
  color: #0b2a4a;
}
.header_interno .head_redes a {
  background: rgba(23,70,118,0.32);
}
@media screen and (min-width: 1025px) {
  .header_interno .head_redes a:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.header_interno .head_logo .head_logo_desktop {
  display: none;
}
.header_interno .head_logo .head_logo_scroll {
  display: block;
}
.header_interno .head_buttons .head_btn_cotiza {
  background-color: #0b2a4a;
  color: #fff;
}
.header_interno .head_buttons .head_btn_constructora {
  border: 1px solid #0b2a4a;
  color: #0b2a4a;
}
@media screen and (min-width: 1025px) {
  .header_interno .head_buttons .head_btn_constructora:hover {
    background-color: #0b2a4a;
    color: #fff;
  }
}
.head_logo {
  width: 157px;
  margin: 0;
}
.head_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.head_logo .head_logo_scroll {
  display: none;
}
@media screen and (max-width: 1024px) {
  .head_logo {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .head_logo .head_logo_desktop {
    display: none;
  }
  .head_logo .head_logo_scroll {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .head_logo {
    width: 125px;
  }
}
.head_container {
  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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.head_wrap_left,
.head_wrap_rigth {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.head_links {
  color: #fff;
  font-size: 16px;
  font-family: 'SFProDisplayRegular', sans-serif;
  padding-left: 76px;
}
.head_links a {
  position: relative;
  padding-bottom: 10px;
  margin-left: 32px;
}
.head_links a:first-child {
  margin-left: 0;
}
.head_links a:before {
  content: '';
  width: 38px;
  height: 2px;
  background-color: #e2211c;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1025px) {
  .head_links a:hover:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1200px) {
  .head_links {
    display: none;
  }
}
.head_datos {
  color: #fff;
  font-size: 16px;
  font-family: 'SFProDisplayRegular', sans-serif;
  margin-right: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-left: 30px;
  position: relative;
}
.head_datos p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .head_datos p {
    display: none;
  }
}
.head_datos span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #e2211c;
}
@media screen and (max-width: 1024px) {
  .head_datos {
    padding-left: 0;
    margin-right: 0px;
  }
  .head_datos span {
    position: static;
    font-size: 30px;
  }
}
.head_redes {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.head_redes a {
  width: 27px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 27px;
  height: 27px;
  display: inline-block;
  color: #0b2a4a;
  -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;
  margin-left: 12px;
  font-size: 13px;
}
.head_redes a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .head_redes a:hover {
    background-color: #e2211c;
  }
}
@media screen and (max-width: 1024px) {
  .head_redes {
    display: none;
  }
}
.head_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
}
.head_buttons a {
  height: 41px;
  line-height: 41px;
  padding: 0 30px;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.head_buttons .head_btn_cotiza {
  color: #0b2a4a;
  background-color: #fff;
  border: 1px solid #fff;
}
.head_buttons .head_btn_constructora {
  color: #fff;
  background-color: trasnaprent;
  border: 1px solid #fff;
  margin-left: 12px;
}
@media screen and (min-width: 1025px) {
  .head_buttons .head_btn_constructora:hover {
    background-color: #fff;
    color: #0b2a4a;
  }
}
@media screen and (max-width: 1024px) {
  .head_buttons .head_btn_constructora {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head_buttons .head_btn_cotiza {
    background-color: #0b2a4a;
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .head_buttons {
    padding-left: 10px;
  }
  .head_buttons a {
    padding: 0 20px;
  }
}
.btn_responsive {
  position: relative;
  height: 35px;
  width: 35px;
  position: fixed;
  top: 30px;
  right: 70px;
  z-index: 350;
  cursor: pointer;
}
.btn_responsive.scroll span {
  background-color: #e2211c;
}
.btn_responsive span {
  width: 80%;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn_responsive span:nth-child(2) {
  top: 8px;
}
.btn_responsive span:nth-child(3) {
  top: 16px;
  width: 60%;
}
@media screen and (max-width: 1400px) {
  .btn_responsive {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn_responsive span {
    background-color: #e2211c;
  }
}
@media screen and (max-width: 640px) {
  .btn_responsive {
    right: 10px;
  }
}
.btn_responsive.active {
  background-color: #0b2a4a;
  border-radius: 50%;
}
.btn_responsive.active span {
  width: 70%;
  background-color: #fff;
}
.btn_responsive.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 15px);
  -moz-transform: rotate(45deg) translate(8px, 15px);
  -o-transform: rotate(45deg) translate(8px, 15px);
  -ms-transform: rotate(45deg) translate(8px, 15px);
  transform: rotate(45deg) translate(8px, 15px);
}
.btn_responsive.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-9px, 2px);
  -moz-transform: rotate(-45deg) translate(-9px, 2px);
  -o-transform: rotate(-45deg) translate(-9px, 2px);
  -ms-transform: rotate(-45deg) translate(-9px, 2px);
  transform: rotate(-45deg) translate(-9px, 2px);
}
.btn_responsive.active span:nth-child(3) {
  display: none;
}
@-moz-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
    box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
  }
}
@-webkit-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
    box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
  }
}
@-o-keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
    box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
  }
}
@keyframes pulse {
  0 {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0.4);
  }
  70% {
    -webkit-box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
    box-shadow: 0px 0px 2px 15px rgba(37,212,102,0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
    box-shadow: 0px 0px 0px 0px rgba(37,212,102,0);
  }
}
