.b1about {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1about_background {
  width: 100%;
  height: 579px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1about_background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 61.13%);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 61.13%);
  background: -o-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 61.13%);
  background: -ms-linear-gradient(0deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 61.13%);
  background: linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 61.13%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .b1about_background {
    height: 500px;
  }
  .b1about_background:before {
    background: rgba(0,0,0,0.45);
  }
}
@media screen and (max-width: 767px) {
  .b1about_background {
    height: 400px;
  }
}
.b1about_container {
  max-width: 1290px;
  position: relative;
  height: 100%;
  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;
}
.b1about_title {
  max-width: 760px;
  width: 100%;
  margin: 0;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.b1about_title h2 {
  font-family: 'VWHead', sans-serif;
  font-size: calc(28px + (45 - 28) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  margin: 0;
}
.b1about_title h2 strong {
  font-family: 'VWHead-ExtraBold', sans-serif;
}
.b1about_title:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .b1about_title {
    max-width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .b1about_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .b1about_title {
    padding-left: 30px;
  }
}


.b1home .swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 36px;
  z-index: 2;
}
.b1home .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1home .swiper-pagination-bullet-active {
  background: #fff;
}
.b1home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 21px;
}
.b1home_block {
  display: block;
  height: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b1home_block {
    height: 568px;
  }
}
.b1home_banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b1home_banner .before_capa_left {
  content: "";
  width: 403px;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,115,179,0.68) 0%, rgba(0,114,195,0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0,115,179,0.68) 0%, rgba(0,114,195,0) 100%);
  background: -o-linear-gradient(0deg, rgba(0,115,179,0.68) 0%, rgba(0,114,195,0) 100%);
  background: -ms-linear-gradient(0deg, rgba(0,115,179,0.68) 0%, rgba(0,114,195,0) 100%);
  background: linear-gradient(90deg, rgba(0,115,179,0.68) 0%, rgba(0,114,195,0) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_banner:after {
  content: "";
  width: 100%;
  height: 209px;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b1home_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 210px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b1home_info {
    text-align: center;
    padding-top: 144px;
  }
}
.b1home_title {
  max-width: 463px;
  width: 100%;
  line-height: 51px;
  letter-spacing: -0.01em;
  color: #fff;
  font-family: 'VWHead', sans-serif;
  font-size: 40px;
  text-shadow: 0px 5px 15px #017ca7;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1home_title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title {
    line-height: 32px;
    font-size: 28px;
  }
}
.b1home_title p {
  margin: 0;
}
.b1home_title strong {
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
}
.b1home_button {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .b1home_button {
    margin-top: 140px;
  }
}
.b1home_button a {
  min-width: 211px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b1legales {
  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: 213px;
  background: #00b0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 64px;
}
.b1legales_title {
  line-height: 1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 60px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1legales_title {
    font-size: 36px;
  }
}

.b1quotemessage {
  background: #00b0f0;
}
.b1quotemessage_content {
  height: 385px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 108px;
}
@media screen and (max-width: 1024px) {
  .b1quotemessage_content {
    height: 350px;
  }
}
@media screen and (max-width: 960px) {
  .b1quotemessage_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .b1quotemessage_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;
  }
}
.b1quotemessage_title {
  max-width: 640px;
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 60px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b1quotemessage_title {
    max-width: none;
    width: auto;
    font-size: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .b1quotemessage_title {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.b1quotemessage_text {
  line-height: 1;
  background: rgba(23,60,104,0.07);
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  border-radius: 2px;
  position: absolute;
  top: 127px;
  right: 0;
  padding: 12px 13px 12px 32px;
}
@media screen and (max-width: 1024px) {
  .b1quotemessage_text {
    top: 112px;
  }
}
@media screen and (max-width: 960px) {
  .b1quotemessage_text {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.b1quotemessage_text:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #4dc247;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
.b1quotemessage_text p {
  margin: 0;
}

.b1solicitud {
  background: #00b0f0;
}
.b1solicitud_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 385px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 119px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b1solicitud_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.b1solicitud_back {
  line-height: 1;
  color: #fff;
  font-family: 'VWHead', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 35px;
  left: 0;
  margin: 0;
}
.b1solicitud_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 60px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1solicitud_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1solicitud_title {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.b1solicitud_message {
  line-height: 1;
  background: rgba(23,60,104,0.07);
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  border-radius: 2px;
  position: relative;
  padding: 12px 13px 12px 32px;
}
.b1solicitud_message:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #4dc247;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
.b1solicitud_message p {
  margin: 0;
}

.b2about {
  width: 100%;
  padding: 68px 0px 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2about {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b2about {
    padding: 40px 0px;
  }
}
.b2about_container {
  max-width: 1046px;
  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;
}
.b2about_info {
  width: 48.567%;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 25px;
  text-align: justify;
}
.b2about_info strong {
  color: #001e50;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .b2about_info {
    width: 49%;
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 860px) {
  .b2about_info {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b2about_info {
    font-size: 14px;
  }
}
.b2about_img {
  width: 45.986%;
  margin-left: 5.447%;
}
.b2about_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b2about_img {
    width: 46%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 860px) {
  .b2about_img {
    width: 100%;
    margin-left: 0;
  }
}


.b2home {
  padding: 4px 0 33px 0;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home {
    padding-bottom: 16px;
  }
}
.b2home_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
.b2home_box {
  display: block;
  width: calc(25% - 6px);
  position: relative;
  margin: 0 3px;
}
@media screen and (min-width: 1025px) {
  .b2home_box {
    overflow: hidden;
  }
  .b2home_box:hover .b2home_portada img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .b2home_box {
    width: calc(50% - 6px);
    margin-top: 6px;
  }
}
.b2home_portada {
  width: 100%;
  margin: 0;
}
.b2home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2home_portada img {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.b2home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 66px);
  min-height: 85px;
  background: #dfe4e8;
  -webkit-box-shadow: 0px 23px 45px rgba(0,0,0,0.05);
  box-shadow: 0px 23px 45px rgba(0,0,0,0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b2home_info {
    width: calc(100% - 30px);
    min-height: 56px;
    text-align: center;
  }
}
.b2home_logo {
  max-width: 220px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home_logo {
    max-width: 115px;
  }
}
.b2home_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_title {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home_title {
    font-size: 15px;
  }
}
.b2home_number {
  display: block;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 15px;
  position: absolute;
  bottom: 18px;
  right: 24px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_number {
    display: none;
  }
}

.b2legales {
  padding: 45px 0 36px 0;
}
.b2legales_head {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .b2legales_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: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.b2legales_btn {
  line-height: 1;
  color: #b6bfc5;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 15px;
  border-bottom: 2px solid #dfe4e8;
  -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;
  padding: 20px 23px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2legales_btn:hover {
    color: #00b0f0;
    border-color: #00b0f0;
  }
}
@media screen and (max-width: 767px) {
  .b2legales_btn {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b2legales_btn.active {
  color: #00b0f0;
  border-color: #00b0f0;
}
.b2legales_info {
  max-width: 792px;
  width: 100%;
  line-height: 1.75;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b2legales_info {
    font-size: 15px;
  }
}
.b2legales_info h2 {
  line-height: 1.167;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b2legales_info h2 {
    font-size: 20px;
  }
}
.b2legales_info h3 {
  line-height: 1.167;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b2legales_info h3 {
    font-size: 24px;
  }
}
.b2legales_info h4 {
  line-height: 1.167;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b2legales_info h4 {
    font-size: 16px;
  }
}
.b2legales_info p {
  margin: 0 0 40px 0;
}
.b2legales_info ul {
  color: #4f4f4f;
  margin-bottom: 40px;
  margin-left: 20px;
}
.b2legales_info li {
  list-style-type: disc;
}
.b2legales_info strong {
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
}
.b2legales_info a {
  color: #00b0f0;
  text-decoration: underline;
}

.b2quotemessage {
  padding: 0 0 92px 0;
  margin-top: -147px;
}
@media screen and (max-width: 767px) {
  .b2quotemessage {
    margin-top: -80px;
  }
}
.b2quotemessage_content {
  max-width: 622px;
}
@media screen and (max-width: 960px) {
  .b2quotemessage_content {
    max-width: none;
  }
}
.b2quotemessage_info {
  background: #fff;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
  padding: 43px 15px 60px 15px;
}
.b2quotemessage_img {
  max-width: 158px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.b2quotemessage_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2quotemessage_title {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 28px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .b2quotemessage_title {
    font-size: 22px;
  }
}
.b2quotemessage_description {
  line-height: 22px;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
}
.b2quotemessage_description a {
  font-family: 'VWHead-Bold', sans-serif;
}
.b2quotemessage_description p {
  margin: 0 0 25px 0;
}
.b2quotemessage_btn {
  text-align: center;
}
.b2quotemessage_btn a {
  line-height: 1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 15px;
  margin: 0;
}

.b2service {
  padding: 0 0 110px 0;
}
@media screen and (max-width: 960px) {
  .b2service {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 961px) {
  .b2service_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: 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;
  }
}
.b2service_left {
  width: 52.9167%;
  padding-top: 44px;
}
@media screen and (max-width: 960px) {
  .b2service_left {
    width: 100%;
    padding-bottom: 50px;
  }
}
.b2service_right {
  width: 47.0833%;
  position: relative;
  top: -298px;
}
@media screen and (max-width: 1024px) {
  .b2service_right {
    top: -80px;
  }
}
@media screen and (max-width: 960px) {
  .b2service_right {
    width: 100%;
    top: inherit;
  }
}
.b2service_info {
  line-height: 25.5px;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  text-align: justify;
}
.b2service_info p,
.b2service_info ul,
.b2service_info figure {
  margin-bottom: 30px;
}
.b2service_info h2 {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.b2service_info li {
  position: relative;
  padding-left: 24px;
}
.b2service_info li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #001e50;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.b2service_info img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b2service_contact {
  border-top: 2px solid #dfe4e8;
  padding-top: 55px;
  margin-top: 60px;
}
.b2service_subtitle {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.b2service_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.b2service_box:last-child {
  margin-bottom: 0;
}
.b2service_box span {
  display: block;
  width: 24px;
  line-height: 1;
  color: #001e50;
  font-size: 24px;
  margin: 0 7px 0 0;
}
.b2service_box p {
  margin: 0;
}
.b2service_button {
  text-align: center;
}
.b2service_form {
  max-width: 408px;
  width: 100%;
  background: #dfe4e8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 24px 34px 24px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .b2service_form {
    max-width: inherit;
  }
}
.b2service_form_title {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.b2service_radios {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  margin-bottom: 21px;
}
.b2service_radio {
  position: relative;
  margin: 30px 13px 0 13px;
}
@media screen and (max-width: 767px) {
  .b2service_radio {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.b2service_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b2service_radio input[type="radio"]:checked + label .b2service_radio_icon {
  border-color: #00b0f0;
}
.b2service_radio input[type="radio"]:checked + label .b2service_radio_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2service_radio_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2service_radio_icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px 0 0;
}
.b2service_radio_icon:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00b0f0;
  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;
  -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;
}
.b2service_radio_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .b2service_block >* {
    margin-bottom: 18px;
  }
  .b2service_block >*:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .b2service_item_column {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: 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;
  }
  .b2service_item_column >* {
    width: 48.6111%;
  }
}
.b2service_field {
  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;
}
@media screen and (max-width: 767px) {
  .b2service_field {
    margin-bottom: 10px;
  }
}
.b2service_field input,
.b2service_field select,
.b2service_field textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 0 16px;
}
.b2service_field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b2service_field textarea {
  height: 84px;
  padding: 20px 16px;
}
.b2service_field input:focus,
.b2service_field select:focus,
.b2service_field textarea:focus {
  border-color: #001e50 !important;
}
.b2service_field input:focus ~ .b2service_boxlabel,
.b2service_field select:focus ~ .b2service_boxlabel,
.b2service_field textarea:focus ~ .b2service_boxlabel {
  color: #67687a;
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.b2service_field input:focus ~ .b2service_boxlabel span,
.b2service_field select:focus ~ .b2service_boxlabel span,
.b2service_field textarea:focus ~ .b2service_boxlabel span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.b2service_field input.border,
.b2service_field select.border,
.b2service_field textarea.border {
  border-color: #667380;
}
.b2service_boxlabel {
  width: 100%;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  pointer-events: none;
  -webkit-transform: 0% 50%;
  -moz-transform: 0% 50%;
  -o-transform: 0% 50%;
  -ms-transform: 0% 50%;
  transform: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
}
.b2service_boxlabel span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #001e50;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 0;
}
.b2service_boxlabel.fijar {
  color: #67687a;
  font-size: 11px;
  border-color: #667380;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.b2service_boxlabel.fijar span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.b2service_required {
  line-height: 1.1;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin-top: 14px;
}
.b2service_required p {
  margin: 0;
}
.b2service_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;
  padding-left: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .b2service_check {
    padding-left: 0;
  }
}
.b2service_check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b2service_check input[type="checkbox"]:checked + label .b2service_check_icon:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2service_check_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2service_check_label {
    font-size: 13px;
  }
}
.b2service_check_label p {
  margin: 0;
  padding-top: 3px;
}
.b2service_check_label a {
  color: #00b0f0;
  font-family: 'VWHead-Bold', sans-serif;
  text-decoration: underline;
}
.b2service_check_icon {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2service_check_icon {
    margin-right: 3px;
  }
}
.b2service_check_icon:before {
  content: "\e909";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #001e50;
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.b2service_check_icon:after {
  content: "✔";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 11px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.b2service_button {
  margin-top: 20px;
}
.b2service_button button {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b2solicitud {
  position: relative;
  z-index: 2;
  padding-bottom: 44px;
  margin-top: -167px;
}
@media screen and (max-width: 767px) {
  .b2solicitud {
    margin-top: -110px;
  }
}
.b2solicitud_content {
  max-width: 1330px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 65px 0 65px;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_content {
    padding: 50px 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .b2solicitud_content {
    padding: 30px 15px 0 15px;
  }
}
.b2solicitud_title {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 28px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_title {
    font-size: 24px;
  }
}
.b2solicitud_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: 12px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_wrap {
    -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;
  }
}
.b2solicitud_required {
  line-height: 1.1;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_required {
    margin-bottom: 25px;
  }
}
.b2solicitud_required strong {
  color: #eb5757;
  font-weight: normal;
}
.b2solicitud_required p {
  margin: 0;
}
.b2solicitud_selectup {
  max-width: 313px;
  width: 100%;
  position: relative;
  margin: 0 104px 0 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
@media screen and (max-width: 1024px) {
  .b2solicitud_selectup {
    margin-right: 0;
  }
}
.b2solicitud_selectup span {
  display: block;
  color: #001e50;
  font-size: 24px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  margin: 0;
}
.b2solicitud_selectup ::-webkit-input-placeholder {
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_selectup :-moz-placeholder {
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_selectup ::-moz-placeholder {
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_selectup :-ms-input-placeholder {
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_selectup select {
  width: 100%;
  height: 48px;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 16px;
}
.b2solicitud_block {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_block {
    margin-top: 20px;
  }
}
.b2solicitud_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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: 23px;
}
@media screen and (max-width: 767px) {
  .b2solicitud_item {
    -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;
  }
}
.b2solicitud_item:last-child {
  margin-bottom: 0;
}
.b2solicitud_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: calc(100% - 79px);
  border: 1px solid #bbdaf3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 10px 32px;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b2solicitud_left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b2solicitud_left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b2solicitud_box_1 {
  width: 222px;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_box_1 {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_1 {
    width: 100%;
  }
}
.b2solicitud_box_2 {
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_box_2 {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_2 {
    width: 100%;
  }
}
.b2solicitud_box_3 {
  width: 149px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_3 {
    width: 100%;
  }
}
.b2solicitud_box_4 {
  width: 149px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_4 {
    width: 100%;
  }
}
.b2solicitud_box_5 {
  width: 70px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_5 {
    width: 100%;
  }
}
.b2solicitud_box_6 {
  width: 70px;
}
.b2solicitud_box_7 {
  width: 70px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_7 {
    width: 100%;
  }
}
.b2solicitud_box_8 {
  width: 496px;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box_8 {
    width: 100%;
  }
}
.b2solicitud_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 11px 25px 0;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b2solicitud_box ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_box :-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_box ::-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.b2solicitud_box :-ms-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
@media screen and (max-width: 960px) {
  .b2solicitud_box {
    margin-right: 0;
  }
}
.b2solicitud_box select,
.b2solicitud_box input,
.b2solicitud_box textarea {
  width: 100%;
  height: 48px;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  padding: 0 16px 0 16px;
}
.b2solicitud_box select {
  color: #828282;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
}
.b2solicitud_box textarea {
  height: 94px;
  padding: 16px;
}
.b2solicitud_box input:focus,
.b2solicitud_box select:focus,
.b2solicitud_box textarea:focus {
  border-color: #001e50 !important;
}
.b2solicitud_box select:focus {
  color: #333;
}
.b2solicitud_box input.border,
.b2solicitud_box select.border,
.b2solicitud_box textarea.border {
  border-color: #667380;
}
.b2solicitud_box select.border {
  color: #333;
}
.b2solicitud_box input[type="file"] {
  width: 100%;
  height: 48px;
  border-radius: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0;
}
.b2solicitud_arrow {
  display: block;
  color: #001e50;
  font-size: 24px;
  pointer-events: none;
  position: absolute;
  top: 38px;
  right: 14px;
  margin: 0;
}
.b2solicitud_subtitle {
  line-height: 1;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  cursor: initial;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .b2solicitud_subtitle {
    font-size: 14px;
  }
}
.b2solicitud_subtitle span {
  color: #eb5757;
}
.b2solicitud_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;
  -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: 48px;
  background: #fafafa;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2solicitud_file.active {
  border-color: #00b0f0;
}
.b2solicitud_file.active .b2solicitud_file_check {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2solicitud_file_img {
  width: 24px;
  margin: 0;
}
.b2solicitud_file_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2solicitud_file_check {
  width: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  bottom: 5px;
  right: 8px;
  margin: 0;
}
.b2solicitud_file_check img {
  width: 100%;
  height: auto;
  display: block;
}
.b2solicitud_right {
  width: 74px;
}
@media screen and (max-width: 767px) {
  .b2solicitud_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-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;
    width: 148px;
    margin: 5px 0 0 auto;
  }
}
.b2solicitud_remove {
  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: 46px;
  background: #f5f5f5;
  color: #eb5757;
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .b2solicitud_remove {
    width: calc(50% - 1px);
  }
}
.b2solicitud_add {
  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: 46px;
  background: #f0f9f3;
  color: #4dc247;
  font-size: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .b2solicitud_add {
    width: calc(50% - 1px);
  }
}
.b2solicitud_button {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .b2solicitud_button {
    text-align: center;
    margin-top: 50px;
  }
}

.b3about {
  width: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b3about:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 496px;
  background: #00b0f0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b3about {
    padding-top: 60px;
  }
  .b3about:before {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .b3about {
    padding-top: 40px;
  }
  .b3about:before {
    height: 400px;
  }
}
.b3about_container {
  position: relative;
}
.b3about_title {
  padding-bottom: 52px;
}
.b3about_title h2 {
  font-family: 'VWHead-ExtraBold', sans-serif;
  font-size: calc(30px + (74 - 30) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.b3about_title strong {
  font-family: 'VWHead-Bold', sans-serif;
  font-size: calc(20px + (35 - 20) * ((100vw - 375px) / (1920 - 375)));
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
.b3about_background {
  width: 100%;
  height: 416px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b3about_background {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .b3about_background {
    height: 350px;
  }
}
.b3about_video {
  width: 71px;
  height: 71px;
  background: #001e50;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3about_video span {
  color: #fff;
}
.b3about_content {
  width: 100%;
  padding: 52px 0px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b3about_content {
    padding: 40px 0px;
  }
}
.b3about_left {
  width: 40.334%;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  line-height: 25px;
  text-align: justify;
}
.b3about_left strong {
  color: #001e50;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .b3about_left {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b3about_left {
    font-size: 14px;
  }
}
.b3about_right {
  width: 57.25%;
  margin-left: 2.416%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
}
@media screen and (max-width: 1024px) {
  .b3about_right {
    width: 100%;
    margin-left: 0;
  }
}
.b3about_box {
  width: 48.182%;
  background: #fff;
  padding: 39px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 23px 45px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 23px 45px 0px rgba(0,0,0,0.05);
  margin-right: 3.636%;
}
.b3about_box:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .b3about_box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 600px) {
  .b3about_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .b3about_box:last-child {
    margin-bottom: 0;
  }
}
.b3about_box_icon {
  max-width: 39px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 25px;
}
.b3about_box_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b3about_box_title {
  padding-bottom: 11px;
}
.b3about_box_title h3,
.b3about_box_title h4 {
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 20px;
  color: #001e50;
  margin: 0;
}
.b3about_box_text {
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.b3about_box_text p {
  margin: 0;
}
.b3about_box_text li {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b3about_box_text li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 7px;
  left: 0;
  background: #00b0f0;
}
@media screen and (max-width: 1024px) {
  .b3about_box_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b3about_box_text {
    font-size: 14px;
  }
}
.b3about_img {
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
}
.b3about_img img {
  width: 100%;
  height: auto;
  display: block;
}

.b3home {
  padding: 33px 0;
}
@media screen and (max-width: 767px) {
  .b3home {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.b3home_content {
  position: relative;
}
.b3home_portada {
  width: 100%;
  height: 445px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .b3home_portada {
    height: 264px;
  }
}
.b3home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 85px;
}
@media screen and (max-width: 1024px) {
  .b3home_block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .b3home_block {
    -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: 36px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .b3home_block {
    -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: 0;
  }
}
.b3home_info {
  max-width: 490px;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3home_info {
    width: 94%;
    margin: 0 auto;
  }
}
.b3home_title {
  line-height: 38px;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .b3home_title {
    line-height: 1.4;
    font-size: 20px;
  }
}
.b3home_subtitle {
  line-height: 28px;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b3home_subtitle {
    display: none;
  }
}
.b3home_button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .b3home_button {
    margin-top: 14px;
  }
}
.b3home_button a {
  min-width: 233px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b4home {
  padding: 33px 0 74px 0;
}
@media screen and (max-width: 767px) {
  .b4home {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.b4home_content {
  max-width: 1344px;
}
@media screen and (max-width: 960px) {
  .b4home_content {
    position: relative;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_content {
    padding-bottom: 65px;
  }
}
.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;
  width: calc(100% - 18px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .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: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.b4home_title {
  line-height: 1.2;
  color: #001e50;
  font-family: 'VWHead-ExtraBold', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4home_button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
  }
}
.b4home_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b4home_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
}
.b4home_box {
  display: block;
  width: calc(33.3333% - 18px);
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  margin: 26px 9px 0 9px;
}
@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:hover {
    -webkit-box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
  }
  .b4home_box:hover .b4home_info_subtitle {
    color: #00b0f0;
  }
}
@media screen and (max-width: 960px) {
  .b4home_box {
    width: calc(50% - 18px);
  }
}
@media screen and (max-width: 767px) {
  .b4home_box {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
.b4home_portada {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
.b4home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_info {
  padding: 35px 70px 38px 24px;
}
@media screen and (max-width: 1024px) {
  .b4home_info {
    padding: 35px 15px;
  }
}
.b4home_info_title {
  display: block;
  line-height: 1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.b4home_info_subtitle {
  line-height: 1.37;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 22px;
  margin: 0 0 23px 0;
}
@media screen and (min-width: 1025px) {
  .b4home_info_subtitle {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_info_subtitle {
    line-height: 1.4;
    font-size: 18px;
  }
}
.b4home_info_description {
  line-height: 1.47;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 23px 0;
}
@media screen and (max-width: 1024px) {
  .b4home_info_description {
    font-size: 14px;
  }
}
.b4home_info_description p {
  margin: 0;
}
.b4home_info_team {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
}
.b4home_info_team p {
  margin: 0;
}
.b4home_info_date {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
}
.b4home_info_date p {
  margin: 0;
}

.barfixed {
  display: block;
  width: 100%;
  height: 79px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: bottom 1s ease-in-out;
  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  -ms-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 70;
}
@media screen and (max-width: 1024px) {
  .barfixed {
    display: none;
  }
}
.barfixed.barfixed_hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: visible;
  bottom: -79px;
}

.contacto_banner {
  background-color: #00b0f0;
  height: 213px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contacto_container h2 {
  color: #fff;
  font-size: 60px;
  font-family: 'VWHead-Bold', sans-serif;
  text-align: center;
  font-weight: normal;
}
.contacto_container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}
.contacto_container li {
  color: #fff;
  font-size: 13px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-left: 5px;
}
.contacto_container li span {
  display: inline-block;
  margin-right: 5px;
}
.contacto_container li a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.contacto_container li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.contacto_wrap {
  padding: 70px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacto_left {
  width: 610px;
}
@media screen and (max-width: 1024px) {
  .contacto_left {
    width: 100%;
  }
}
.contacto_rigth {
  width: calc(100% - 610px);
  padding-left: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto_rigth h2 {
  margin-bottom: 20px;
  color: #001e50;
}
.contacto_rigth h3 {
  font-size: 16px;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.contacto_rigth a,
.contacto_rigth p {
  font-size: 14px;
  line-height: 20px;
  color: #001e50;
  margin-bottom: 10px;
  display: block;
  padding-left: 30px;
  position: relative;
}
.contacto_rigth a span,
.contacto_rigth p span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .contacto_rigth {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contacto_rigth {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }
}
.contacto_info h2 {
  font-weight: normal;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 24px;
  color: #001e50;
  margin-bottom: 20px;
}
.contacto_info p {
  line-height: 20px;
  color: #001e50;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
}
.contacto_form .noneInputs {
  display: none;
}
.contacto_row_input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contacto_select {
  width: 48.5%;
  margin-bottom: 26px;
}
.contacto_select select {
  font-size: 15px;
  font-family: 'VWHead', sans-serif;
  height: 48px;
  color: #828282;
  border: 1px solid #dfe4e8;
  padding: 0px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.contacto_select select:focus {
  color: #003441;
}
@media screen and (max-width: 640px) {
  .contacto_select {
    width: 100%;
  }
}
.contacto_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: 48.5%;
  position: relative;
  margin-bottom: 23px;
}
.contacto_input input,
.contacto_input select,
.contacto_input textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 0 16px;
}
.contacto_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contacto_input input:focus,
.contacto_input select:focus,
.contacto_input textarea:focus {
  border-color: #001e50 !important;
}
.contacto_input input:focus ~ label,
.contacto_input select:focus ~ label,
.contacto_input textarea:focus ~ label {
  color: #67687a;
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.contacto_input input:focus ~ label span,
.contacto_input select:focus ~ label span,
.contacto_input textarea:focus ~ label span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.contacto_input input.border,
.contacto_input select.border,
.contacto_input textarea.border {
  border-color: #667380;
}
.contacto_input label {
  width: 100%;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  pointer-events: none;
  -webkit-transform: 0% 50%;
  -moz-transform: 0% 50%;
  -o-transform: 0% 50%;
  -ms-transform: 0% 50%;
  transform: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
}
.contacto_input label span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #001e50;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 0;
}
.contacto_input label.fijar {
  color: #67687a;
  font-size: 11px;
  border-color: #667380;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.contacto_input label.fijar span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  .contacto_input {
    width: 100%;
  }
}
.contacto_textarea {
  width: 100%;
}
.contacto_textarea textarea {
  height: 130px;
  padding-top: 15px;
}
.contacto_obligatorio {
  color: #4f4f4f;
  font-size: 13px;
}
.contacto_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;
}
.contacto_check input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
}
.contacto_check p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.contacto_check p a {
  color: #00b0f0;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.contacto_check label {
  width: 100%;
  padding-left: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
}
.contacto_check span {
  width: 21px;
  height: 21px;
  border: 3px solid #001e50;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.contacto_check span:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 21px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.contacto_check input:checked + label span:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.contacto_btn {
  text-align: center;
  padding-top: 20px;
}
.contacto_btn button {
  min-width: 210px;
}
.contacto_radius {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 34px;
}
.contacto_tab_radio {
  margin-right: 25px;
}


.field_radios {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field_radios >* {
  margin: 0 27px 33px 0;
}
.field_radio {
  position: relative;
}
.field_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.field_radio input[type="radio"]:checked + label .field_radio_icon {
  border-color: #00b0f0;
}
.field_radio input[type="radio"]:checked + label .field_radio_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.field_radio_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.field_radio_icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px 0 0;
}
.field_radio_icon:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00b0f0;
  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;
  -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;
}
.field_radio_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .field_block >* {
    margin-bottom: 18px;
  }
  .field_block >*:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .field_item_column {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: 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;
  }
  .field_item_column >* {
    width: 48.6111%;
  }
}
.field_placeholder {
  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 */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.field_placeholder ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.field_placeholder :-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.field_placeholder ::-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.field_placeholder :-ms-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.field_placeholder input {
  width: 100%;
  height: 48px;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 16px;
}
.field_subtitle {
  display: block;
  line-height: 1;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.field_subtitle span {
  color: #eb5757;
}
.field_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .field_box {
    margin-bottom: 10px;
  }
}
.field_box input,
.field_box select,
.field_box textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 0 16px;
}
.field_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field_box textarea {
  height: 84px;
  padding: 20px 16px;
}
.field_box input:focus,
.field_box select:focus,
.field_box textarea:focus {
  border-color: #001e50 !important;
}
.field_box input:focus ~ .field_text,
.field_box select:focus ~ .field_text,
.field_box textarea:focus ~ .field_text {
  color: #67687a;
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.field_box input:focus ~ .field_text span,
.field_box select:focus ~ .field_text span,
.field_box textarea:focus ~ .field_text span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.field_box input.border,
.field_box select.border,
.field_box textarea.border {
  border-color: #667380;
}
.field_text {
  width: 100%;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  pointer-events: none;
  -webkit-transform: 0% 50%;
  -moz-transform: 0% 50%;
  -o-transform: 0% 50%;
  -ms-transform: 0% 50%;
  transform: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
}
.field_text span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #001e50;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 0;
}
.field_text.fijar {
  color: #67687a;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.field_text.fijar span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.field_required {
  line-height: 1.1;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin-top: 14px;
}
.field_required p {
  margin: 0;
}
.field_check_center {
  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;
}
.field_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-top: 20px;
}
@media screen and (max-width: 767px) {
  .field_check {
    padding-left: 0;
  }
}
.field_check input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.field_check input[type="checkbox"]:checked + label .field_check_icon:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.field_check_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
  line-height: 1.2;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .field_check_text {
    font-size: 13px;
  }
}
.field_check_text p {
  margin: 0;
  padding-top: 3px;
}
.field_check_text a {
  color: #00b0f0;
  font-family: 'VWHead-Bold', sans-serif;
  text-decoration: underline;
}
.field_check_icon {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .field_check_icon {
    margin-right: 3px;
  }
}
.field_check_icon:before {
  content: "\e909";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #001e50;
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.field_check_icon:after {
  content: "✔";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 11px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.field_button {
  text-align: center;
  margin-top: 25px;
}
.field_button button {
  min-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.btn {
  display: inline-block;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  padding: 0px 25px;
  height: 48px;
  line-height: 48px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.btn span {
  width: 46px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.btn span.icon-Group {
  font-size: 20px;
}
.btn_lightblue {
  background: #00b0f0;
  color: #fff;
}
.btn_lightblue span {
  background: #0082d6;
}
@media screen and (min-width: 1024px) {
  .btn_lightblue:hover {
    background: #0082d6;
  }
}
.btn_grayline {
  background: #fff;
  border: 1px solid #001e50;
  color: #001e50;
}
.btn_grayline span {
  background: #667380;
}
@media screen and (min-width: 1024px) {
  .btn_grayline:hover {
    background: #dfe4e8;
  }
}
.btn_blue {
  background: #001e50;
  color: #fff;
}
.btn_blue span {
  background: #173c68;
}
@media screen and (min-width: 1024px) {
  .btn_blue:hover {
    background: #173c68;
  }
}
.btn_gray {
  background: #667380;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .btn_gray:hover {
    background: #001e50;
  }
}
.btn_icon {
  padding-right: 70px;
}



.input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: t-5;
  font-size: 14px;
  color: #333;
  padding: 0px 14px;
  border: 1px solid #a0a3aa;
  border-radius: 3px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  border-color: #4f4f4f;
}
.input label {
  font-family: t-5;
  font-size: 14px;
  color: #4f4f4f;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.input_textarea textarea {
  height: 90px;
  padding: 14px 20px;
  line-height: 1.2;
}
.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;
}
.input_select select {
  padding: 0px 40px 0px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #333;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
}
.input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input_checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.input_checkbox input[type="checkbox"]:checked + label .input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.input_checkbox_box {
  position: relative;
  width: 15px;
  height: 15px;
}
.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;
}
.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: #dfe4e8;
  font-size: 11px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input_checkbox_text {
  width: calc(100% - 15px);
  font-family: t-5;
  font-size: 12px;
  color: #4a4a4a;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_text a {
  font-family: t-6;
  text-decoration: underline;
  color: #2a2728;
}
.g-radio {
  position: relative;
}
.g-radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g-radio input[type="radio"]:checked + label {
  font-size: 11px;
}
.g-radio input[type="radio"]:checked + label .g-radio_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.g-radio_label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.g-radio_icon {
  display: block;
  width: 25px;
  height: 25px;
  background: #f4f4f4;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .g-radio_icon {
    margin-right: 10px;
  }
}
.g-radio_icon:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #2a2728;
  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;
  -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;
}
.g-radio_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: t-9;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .g-radio_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .g-radio_text {
    font-size: 14px;
  }
}
.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;
}
.input_select_box label {
  width: 100%;
  font-family: t-5;
  font-size: 14px;
  color: #4f4f4f;
  display: block;
  margin: 0;
  margin-bottom: 5px;
}
.input_select_left {
  width: 112px;
  position: relative;
}
.input_select_left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 26px;
  background: #333;
  margin: auto;
}
.input_select_left .input_select select {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input_select_right {
  width: calc(100% - 112px);
}
.input_select_right .input input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.formError {
  position: static !important;
  margin: 0 !important;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: transparent;
  color: #f00;
  border: none;
  font-size: 10px;
  font-family: 'VWHead', sans-serif;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.formError .formErrorArrow {
  display: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.title h1,
.title h2,
.title h3,
.title h4 {
  font-family: t-4;
  margin: 0;
}
.title_orange h1,
.title_orange h2,
.title_orange h3,
.title_orange h4 {
  color: #dfe4e8;
}
.title_lightorange h1,
.title_lightorange h2,
.title_lightorange h3,
.title_lightorange h4 {
  color: #00b0f0;
}
.title_turquoise h1,
.title_turquoise h2,
.title_turquoise h3,
.title_turquoise h4 {
  color: #f4f5f6;
}
.title_white h1,
.title_white h2,
.title_white h3,
.title_white h4 {
  color: #fff;
}
.title_120 h1,
.title_120 h2,
.title_120 h3,
.title_120 h4 {
  font-size: calc(55px + (120 - 55) * ((100vw - 375px) / (1920 - 375)));
}
.title_100 h1,
.title_100 h2,
.title_100 h3,
.title_100 h4 {
  font-size: calc(45px + (100 - 45) * ((100vw - 375px) / (1920 - 375)));
}
.title_83 h1,
.title_83 h2,
.title_83 h3,
.title_83 h4 {
  font-size: calc(40px + (83 - 40) * ((100vw - 375px) / (1920 - 375)));
}
.title_55 h1,
.title_55 h2,
.title_55 h3,
.title_55 h4 {
  font-size: calc(35px + (50 - 35) * ((100vw - 375px) / (1920 - 375)));
}
.title_50 h1,
.title_50 h2,
.title_50 h3,
.title_50 h4 {
  font-size: calc(35px + (50 - 35) * ((100vw - 375px) / (1920 - 375)));
}
.title_47 h1,
.title_47 h2,
.title_47 h3,
.title_47 h4 {
  font-size: calc(30px + (47 - 30) * ((100vw - 375px) / (1920 - 375)));
}
.title_45 h1,
.title_45 h2,
.title_45 h3,
.title_45 h4 {
  font-size: calc(30px + (45 - 30) * ((100vw - 375px) / (1920 - 375)));
}
.title_35 h1,
.title_35 h2,
.title_35 h3,
.title_35 h4 {
  font-size: calc(25px + (35 - 25) * ((100vw - 375px) / (1920 - 375)));
}



.libro_reclamaciones_banner {
  height: 215px;
  background-color: #00b0f0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
}
.libro_reclamaciones_container {
  padding: 50px 0px;
}
.libro_reclamaciones_container.ww_center {
  max-width: 612px;
}
.libro_reclamaciones_text {
  font-size: 14px;
  color: #001e50;
}
.libro_reclamaciones_text2 {
  font-size: 15px;
}
.libro_reclamaciones_text2 strong {
  font-weight: normal;
  font-family: 'VWHead-Bold', sans-serif;
}
.libro_reclamaciones_fecha {
  text-align: center;
  color: #91989c;
}
.libro_reclamaciones_form h3 {
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  color: #001e50;
  margin-bottom: 20px;
  font-size: 22px;
}
.libro_reclamaciones_form ul {
  margin-bottom: 30px;
}
.libro_column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.libro_column>* {
  width: 48.5%;
}
@media screen and (max-width: 540px) {
  .libro_column flex-directioncolumn,
  .libro_column>* {
    width: 100%;
  }
}
.libro_input {
  position: relative;
  margin-bottom: 20px;
  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 */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.libro_input ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.libro_input :-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.libro_input ::-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.libro_input :-ms-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.libro_input input,
.libro_input select,
.libro_input textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 0 16px;
}
.libro_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.libro_input textarea {
  height: 130px;
  padding-top: 20px;
}
.libro_input input:focus,
.libro_input select:focus,
.libro_input textarea:focus {
  border-color: #001e50 !important;
}
.libro_input input:focus ~ label,
.libro_input select:focus ~ label,
.libro_input textarea:focus ~ label {
  color: #67687a;
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.libro_input input:focus ~ label span,
.libro_input select:focus ~ label span,
.libro_input textarea:focus ~ label span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.libro_input input.border,
.libro_input select.border,
.libro_input textarea.border {
  border-color: #667380;
}
.libro_input label {
  width: 100%;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  pointer-events: none;
  -webkit-transform: 0% 50%;
  -moz-transform: 0% 50%;
  -o-transform: 0% 50%;
  -ms-transform: 0% 50%;
  transform: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
}
.libro_input label span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #001e50;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 0;
}
.libro_input label.fijar {
  color: #67687a;
  font-size: 11px;
  border-color: #667380;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.libro_input label.fijar span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.libro_check {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.libro_check_input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-right: 40px;
}
.libro_check_input input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.libro_check_input input:checked + label span {
  border: 2px solid #00b0f0;
}
.libro_check_input input:checked + label span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.libro_check_input label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin: 0;
}
.libro_check_input span {
  width: 16px;
  height: 16px;
  border: 2px solid #bdbdbd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  -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);
}
.libro_check_input span:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00b0f0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.libro_check_input p {
  font-size: 15px;
  font-family: 'VWHead', sans-serif;
}
.libro_text_vendedor {
  font-size: 16px;
  line-height: 21px;
}
.libro_obligatorio {
  color: #eb5757;
  font-size: 13px;
}
.libro_info {
  font-size: 13px;
  line-height: 21px;
}
.libro_reclamaciones_btn {
  text-align: center;
}
.libro_check_acepto {
  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;
  margin-bottom: 20px;
}
.libro_check_acepto input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
}
.libro_check_acepto p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.libro_check_acepto p a {
  color: #00b0f0;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.libro_check_acepto label {
  width: 100%;
  padding-left: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
}
.libro_check_acepto span {
  width: 21px;
  height: 21px;
  border: 3px solid #001e50;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.libro_check_acepto span:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 21px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.libro_check_acepto input:checked + label span:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.login_banner {
  background: #00b0f0;
}
.login_banner_content {
  height: 343px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 106px;
}
@media screen and (max-width: 767px) {
  .login_banner_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 215px;
    padding-top: 0;
  }
}
.login_banner_back {
  line-height: 1;
  color: #fff;
  font-family: 'VWHead', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 35px;
  left: 0;
  margin: 0;
}
.login_banner_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 60px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .login_banner_title {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .login_banner_title {
    font-size: 32px;
  }
}
.login_form {
  position: relative;
  z-index: 2;
  padding: 0 0 130px 0;
  margin-top: -122px;
}
@media screen and (max-width: 767px) {
  .login_form {
    padding: 50px 0 100px 0;
    margin-top: 0;
  }
}
.login_form_content {
  max-width: 622px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 25px rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 15px 59px 15px;
}
@media screen and (max-width: 767px) {
  .login_form_content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
.login_form_title {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 28px;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .login_form_title {
    font-size: 22px;
  }
}
.login_form_fields {
  max-width: 348px;
  width: 100%;
  margin: 0 auto;
}
.login_form_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;
}
.login_form_error {
  line-height: 1;
  background: #ffdad9;
  color: #e40045;
  font-family: 'VWHead', sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 3px 36px;
  margin-top: 7px;
}
.login_form_error p {
  margin: 0;
}
.login_form_register {
  display: block;
  line-height: 1;
  color: #2f80ed;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 12px;
  text-decoration: underline;
  padding: 3px 0;
  margin: 7px 0 0 13px;
}
.login_form_block >* {
  margin-top: 18px;
}
.login_form_required {
  line-height: 1;
  color: #4f4f4f;
  font-family: 'VWHead', sans-serif;
  font-size: 12px;
  margin-top: 14px;
}
.login_form_required strong {
  color: #eb5757;
  font-weight: normal;
}
.login_form_required p {
  margin: 0;
}

.mensaje_enviado {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .mensaje_enviado {
    padding-bottom: 50px;
  }
}
.mensaje_enviado_banner {
  height: 386px;
  background-color: #dfe4e8;
  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;
}
.mensaje_enviado_banner h2 {
  color: #001e50;
  font-size: 70px;
  font-family: 'VWHead-Bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .mensaje_enviado_banner h2 {
    font-size: 50px;
  }
}
.mensaje_enviado_wrap {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -100px;
  background-color: #fff;
}
.mensaje_enviado_info {
  text-align: center;
  color: #001e50;
  font-size: 14px;
  line-height: 20px;
}
.mensaje_enviado_info.ww_center {
  max-width: 610px;
}
.mensjae_enviado_btns {
  padding-top: 30px;
}
.mensjae_enviado_btns a {
  margin: 0 10px;
}

.popup_promociones {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  background-color: rgba(0,0,0,0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.popup_promociones.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup_promociones_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;
  background-color: #fff;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.popup_promociones_close {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup_promociones_left {
  width: 585px;
  margin: 0;
}
.popup_promociones_left figure {
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
}
.popup_promociones_left figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  .popup_promociones_left {
    width: 100%;
  }
  .popup_promociones_left figure {
    display: none;
  }
}
.popup_text_promociones {
  font-size: 11px;
  line-height: 15px;
  color: #828282;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .popup_text_promociones {
    text-align: center;
  }
}
.popup_promociones_form {
  width: calc(100% - 585px);
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_promociones_form h2 {
  margin-bottom: 12px;
  font-family: 'VWHead-ExtraBold', sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.popup_promociones_form p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #001e50;
}
@media screen and (max-width: 1100px) {
  .popup_promociones_form {
    width: 100%;
    padding-left: 0;
  }
  .popup_promociones_form p,
  .popup_promociones_form h2 {
    text-align: center;
  }
}
.popup_promociones_column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup_promociones_column.liNoneInputs {
  display: none;
}
.popup_promociones_column.liNoneInputs.is_active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.popup_promociones_column.liNoneInputsEmpresa.is_empresa {
  display: none;
}
@media screen and (max-width: 767px) {
  .popup_promociones_column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup_promociones_input_label {
  margin-right: 20px;
  position: relative;
}
.popup_promociones_input_label input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup_promociones_input_label input:checked + label span {
  border: 2px solid #00b0f0;
}
.popup_promociones_input_label input:checked + label span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup_promociones_input_label label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.popup_promociones_input_label span {
  width: 16px;
  height: 16px;
  border: 2px solid #bdbdbd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  -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);
}
.popup_promociones_input_label span:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00b0f0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.popup_promociones_input_radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 24px;
}
.popup_promociones_inputs {
  position: relative;
  width: 48.5%;
  margin-bottom: 12px;
  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;
}
.popup_promociones_inputs input,
.popup_promociones_inputs select {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 0 16px;
}
.popup_promociones_inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.popup_promociones_inputs input:focus,
.popup_promociones_inputs select:focus {
  border-color: #001e50 !important;
}
.popup_promociones_inputs input:focus ~ label,
.popup_promociones_inputs select:focus ~ label {
  color: #67687a;
  font-size: 11px;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.popup_promociones_inputs input:focus ~ label span,
.popup_promociones_inputs select:focus ~ label span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.popup_promociones_inputs input.border,
.popup_promociones_inputs select.border {
  border-color: #667380;
}
.popup_promociones_inputs label {
  width: 100%;
  line-height: 1;
  color: #828282;
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  pointer-events: none;
  -webkit-transform: 0% 50%;
  -moz-transform: 0% 50%;
  -o-transform: 0% 50%;
  -ms-transform: 0% 50%;
  transform: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s, font-size 0.2s;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, font-size 0.2s;
  transition: transform 0.2s, opacity 0.2s, font-size 0.2s;
  position: absolute;
  top: 18px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
}
.popup_promociones_inputs label span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #001e50;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 7px;
  margin: 0;
}
.popup_promociones_inputs label.fijar {
  color: #67687a;
  font-size: 11px;
  border-color: #667380;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.popup_promociones_inputs label.fijar span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .popup_promociones_inputs {
    width: 100%;
  }
}
.popup_promociones_obligatorio {
  font-size: 14px;
  color: #828282;
}
.popup_promociones_check {
  margin-bottom: 20px;
}
.popup_promociones_btn button {
  width: 100%;
}

.postventa_row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 103px;
}
.postventa_itm {
  display: block;
  position: relative;
  width: 32%;
}
.postventa_itm figure {
  margin: 0;
  position: relative;
}
.postventa_itm figure:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, #001e50 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, #001e50 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, #001e50 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, #001e50 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #001e50 100%);
  display: block;
  z-index: 1;
}
.postventa_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .postventa_itm figure {
    overflow: hidden;
  }
  .postventa_itm img {
    -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;
  }
  .postventa_itm:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media screen and (min-width: 961px) {
  .postventa_itm {
    margin-right: 2%;
  }
  .postventa_itm:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .postventa_itm {
    width: 47%;
    margin: 1%;
  }
}
@media screen and (max-width: 640px) {
  .postventa_itm {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.postventa_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 2;
  padding-bottom: 29px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postventa_info h3 {
  color: #fff;
  font-size: 18px;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
}
.postventa_info span {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background-color: #828282;
}

.promociones_banner {
  background-color: #00b0f0;
  height: 213px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 56px;
}
.promociones_container h2 {
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 60px;
}
.promociones_itm {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .promociones_itm {
    margin-right: 2.5%;
    width: 48.5%;
  }
  .promociones_itm:nth-child(2n+2) {
    margin-right: 0;
  }
}
.promociones_itm figure {
  width: 100%;
}
.promociones_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
.promociones_wrap_items {
  margin-bottom: 60px;
}
.promociones_mensaje {
  text-align: center;
  padding-bottom: 50px;
}
.promociones_mensaje h2 {
  font-size: 16px;
  line-height: 26px;
  color: #001e50;
}
.promociones_mensaje figure {
  width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.promociones_mensaje img {
  width: 100%;
  height: auto;
  display: block;
}

.quote_banner {
  background: #00b0f0;
}
.quote_banner_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 215px;
  position: relative;
}
.quote_banner_back {
  line-height: 1;
  color: #fff;
  font-family: 'VWHead', sans-serif;
  font-size: 13px;
  position: absolute;
  top: 35px;
  left: 0;
  margin: 0;
}
.quote_banner_title {
  line-height: 1.1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 60px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .quote_banner_title {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .quote_banner_title {
    font-size: 32px;
  }
}
.quote_form {
  padding: 53px 0 114px 0;
}
@media screen and (max-width: 767px) {
  .quote_form {
    padding: 50px 0 80px 0;
  }
}
.quote_form_content {
  max-width: 612px;
}
.quote_form_description {
  line-height: 20px;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 14px;
  margin-bottom: 27px;
  text-align: justify;
}
.quote_form_description p {
  margin: 0;
}

.red_section {
  padding-bottom: 50px;
}
.red_section_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;
}
.red_section_left {
  width: width calc(100% - 512px);
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .red_section_left {
    width: 100%;
    padding-right: 0;
  }
}
.red_section_info {
  padding-bottom: 47px;
}
.red_section_info h3 {
  font-weight: normal;
  font-size: 16px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-bottom: 5px;
}
.red_section_info h4 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 6px;
}
.red_section_info p {
  margin-bottom: 0;
  color: #91989c;
}
.red_section_items {
  background-color: #f2f9ff;
  padding: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .red_section_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.red_section_datos {
  width: calc(100% / 3);
  padding: 0 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .red_section_datos {
    width: 100%;
    margin-bottom: 20px;
  }
  .red_section_datos:last-child {
    margin-bottom: 0;
  }
}
.red_section_ico {
  position: absolute;
  top: 0;
  left: 0;
}
.red_section_text h2 {
  font-size: 13px;
  font-weight: normal;
  font-family: 'VWHead-Bold', sans-serif;
  margin-bottom: 10px;
}
.red_section_text p {
  font-size: 12px;
  margin: 0;
}
.red_section_select {
  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;
  padding-top: 27px;
  padding-bottom: 24px;
}
.red_section_select_val {
  width: 48%;
  position: relative;
}
.red_section_select_val select {
  width: 100%;
  height: 48px;
  border: 1px solid #001e50;
  padding: 0 30px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.red_section_select_val span {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  font-size: 25px;
}
.red_section_box {
  max-height: 363px;
  overflow: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .red_section_box {
    margin-top: 40px;
  }
}
.red_section_inner_box {
  -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 25px rgba(0,0,0,0.05);
  border-radius: 2px;
  padding: 23px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .red_section_inner_box {
    padding-right: 76px;
    padding-left: 10px;
  }
}
.red_section_inner_box h2 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  padding-left: 30px;
  position: relative;
  line-height: 25px;
}
.red_section_inner_box h2 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
}
.red_section_enlace {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  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;
  border-left: 1px solid #dfe4e8;
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.red_section_enlace a {
  width: 28px;
  margin: 0;
}
.red_section_enlace a img {
  width: 100%;
  height: auto;
  display: block;
}
.red_section_description {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .red_section_description {
    padding-left: 0;
  }
}
.red_section_description h3 {
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 18px;
  color: #001e50;
  line-height: 28px;
  margin-bottom: 10px;
}
.red_section_description a,
.red_section_description p {
  font-size: 14px;
  font-family: 'VWHead', sans-serif;
  color: #4f4f4f;
  display: block;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .red_section_description a,
  .red_section_description p {
    font-size: 13px;
  }
}
.red_section_description_box {
  margin-bottom: 16px;
}
.red_section_description_box h4 {
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  color: #001e50;
  line-height: 28px;
  margin-bottom: 10px;
}
.red_section_description_info {
  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;
  margin-bottom: 13px;
}
.red_section_description_info span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.red_section_description_info_text {
  width: calc(100% - 18px);
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'VWHead', sans-serif;
  color: #4f4f4f;
}
.red_section_description_info_text a,
.red_section_description_info_text p {
  font-size: 14px;
  font-family: 'VWHead', sans-serif;
  color: #4f4f4f;
  display: block;
}
@media screen and (max-width: 767px) {
  .red_section_description_info_text {
    font-size: 13px;
  }
}
.red_titlte_mapa {
  margin-bottom: 12px;
}
.red_titlte_mapa h2 {
  color: #001e50;
  font-size: 20px;
  font-family: 'VWHead-ExtraBold', sans-serif;
  font-weight: normal;
}
.red_section_mapa {
  max-width: 512px;
  width: 100%;
  margin: 0;
}
.red_section_mapa svg {
  width: 100%;
  display: block;
}
.red_section_mapa svg g {
  cursor: pointer;
}
.red_section_mapa svg .st0.is_active {
  fill: #001e50;
}
.red_section_mapa .st0 {
  fill: #b6bfc5;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 1023px) {
  .red_section_mapa {
    margin: auto;
  }
}
.red_info_resultado {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 20px;
  font-family: 'VWHead', sans-serif;
  padding-top: 10px;
}

.repuesto_detalle_banner {
  width: 100%;
  height: 305px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
  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;
}
.repuesto_detalle_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 960px) {
  .repuesto_detalle_banner {
    margin-bottom: 40px;
  }
}
.repuesto_detalle_banner_content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.repuesto_detalle_banner_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 29px;
}
.repuesto_detalle_banner_content li {
  color: #fff;
  font-size: 13px;
  font-family: 'VWHead-Bold', sans-serif;
}
.repuesto_detalle_banner_content li span {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.repuesto_detalle_banner_content li a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.repuesto_detalle_banner_content li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.repuesto_detalle_banner_content h2 {
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 60px;
}
.repuesto_detalle_btn {
  padding-top: 29px;
}
.repuesto_detalle_btn a {
  margin-bottom: 10px;
}
.repuesto_detalle_wrap {
  margin-bottom: 97px;
}
.repuesto_detalle_itm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.repuestos_detalle_image {
  max-width: 517px;
  width: 100%;
  margin: 0;
}
.repuestos_detalle_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .repuestos_detalle_image {
    margin: auto;
  }
}
.repuestos_detalle_info {
  width: calc(100% - 517px);
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
.repuestos_detalle_info strong {
  color: #001e50;
  font-weight: normal;
}
.repuestos_detalle_info p {
  font-size: 16px;
  font-family: 'VWHead', sans-serif;
  margin-bottom: 20px;
  line-height: 25px;
}
@media screen and (max-width: 960px) {
  .repuestos_detalle_info {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.repuesto_detalle_aviso {
  background-color: #f4f5f6;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 25px;
  max-width: 1054px;
  margin: auto;
  margin-top: 75px;
  text-align: center;
}
.repuesto_detalle_aviso span {
  color: #00b0f0;
  margin-right: 10px;
  display: inline-block;
}
.repuesto_detalle_aviso p {
  margin: 0;
}

.repuestos_banner {
  background-color: #00b0f0;
  height: 213px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 56px;
}
.repuestos_container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}
.repuestos_container li {
  color: #fff;
  font-size: 13px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-left: 5px;
}
.repuestos_container li span {
  display: inline-block;
  margin-right: 5px;
}
.repuestos_container li a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.repuestos_container li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.repuestos_container h2 {
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
}
.repuestos_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .repuestos_row {
    padding-bottom: 50px;
  }
}
.repuestos_itm {
  margin: 0;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 23px 45px rgba(0,0,0,0.05);
  box-shadow: 0px 23px 45px rgba(0,0,0,0.05);
  border-radius: 2px;
}
@media screen and (max-width: 1070px) {
  .repuestos_itm {
    width: 30.3%;
    margin: 1.5%;
  }
}
@media screen and (min-width: 1071px) {
  .repuestos_itm {
    width: 23.5%;
    margin-right: 2%;
  }
  .repuestos_itm:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .repuestos_itm {
    width: 47%;
    margin: 1.5%;
  }
}
@media screen and (max-width: 620px) {
  .repuestos_itm {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .repuestos_itm:hover .repuestos_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .repuestos_itm:hover .repuestos_info .repuestos_btn {
    background-color: #dfe4e8;
    color: #333;
  }
}
.repuestos_info {
  padding: 24px;
}
.repuestos_info .repuestos_btn {
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 50px;
  display: block;
  border: 1px solid #667380;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  position: relative;
  -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;
}
.repuestos_info .repuestos_btn span {
  width: 46px;
  height: 46px;
  height: 100%;
  text-align: center;
  font-size: 15px;
  background-color: #667380;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.repuestos_info h3 {
  font-size: 20px;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 17px;
  min-height: 40px;
}
.repuestos_info h3.repuestos_color_blue {
  color: #001e50;
}
.repuestos_image {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.repuestos_image img {
  width: 100%;
  height: auto;
  display: block;
  -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: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.footer_none footer,
.footer_none header {
  display: none;
}
.ruleta_footer {
  background-color: #007cc8;
  padding: 46px 0px 0px 0px;
}
.ruleta_footer_conatiner h2 {
  color: #fff;
  font-size: 28px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-bottom: 33px;
  text-align: center;
}
.ruleta_footer_wrap {
  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;
}
.ruleta_footer_item {
  width: calc(100% / 6);
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ruleta_footer_item h3 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: 'VWHead', sans-serif;
}
@media screen and (max-width: 1100px) {
  .ruleta_footer_item {
    width: calc(100% / 3);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .ruleta_footer_item {
    width: calc(100% / 2);
  }
}
.ruleta_footer_txt {
  border-top: 1px solid #fff;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 38px;
}
.ruleta_footer_txt p {
  margin: 0;
}

.ruleta_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  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;
  z-index: 100;
  -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;
}
.ruleta_header.scroll {
  background-color: #007cc8;
}
.ruleta_header_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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;
}
.ruleta_header_logo {
  margin: 0;
  display: inline-block;
  max-width: 203px;
  width: 100%;
}
.ruleta_header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .ruleta_header_logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .ruleta_header_back a {
    padding: 0 10px;
  }
}

.ruleta_mensaje {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 900;
  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;
}
.ruleta_mensaje_felicidades.active {
  display: none;
}
.ruleta_mensaje_try_again .ruleta_mensaje_info h3 {
  margin-bottom: 25px;
}
.ruleta_mensaje_try_again .ruleta_mensaje_btn {
  padding-top: 20px;
}
.ruleta_mensaje_try_again.active {
  display: none;
}
.ruleta_mensaje_alerta.active {
  display: none;
}
.ruleta_mensaje_info {
  text-align: center;
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 507px;
  width: 100%;
  margin: auto;
}
.ruleta_mensaje_info h2 {
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 40px;
  color: #303c49;
  font-weight: normal;
  margin-bottom: 16px;
}
.ruleta_mensaje_info h3 {
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 46px;
}
.ruleta_mensaje_info p {
  font-size: 16px;
  line-height: 22px;
}
.ruleta_mensaje_btn {
  text-align: center;
  padding-top: 33px;
}
.ruleta_mensaje_deco_left {
  width: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: -1;
}
.ruleta_mensaje_deco_left img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .ruleta_mensaje_deco_left {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .ruleta_mensaje_deco_left {
    width: 150px;
    top: auto;
  }
}
.ruleta_mensaje_deco_right {
  width: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: -1;
}
.ruleta_mensaje_deco_right img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .ruleta_mensaje_deco_right {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .ruleta_mensaje_deco_right {
    width: 150px;
    top: auto;
  }
}
.ruleta_mensaje_deco_center {
  width: 1012px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: -1;
}
.ruleta_mensaje_deco_center img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1300px) {
  .ruleta_mensaje_deco_center {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .ruleta_mensaje_deco_center {
    width: 300px;
    top: auto;
  }
}

.icono_ruleta_none .headerv1_btnruleta {
  display: none;
}
.ruleta {
  width: 100%;
  padding: 200px 0px;
  background: url("../img/bg-ruleta.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .ruleta {
    padding: 100px 0px 50px 0px;
  }
}
.ruleta_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ruleta_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ruleta_info {
  font-family: 'VWHead-ExtraBold', sans-serif;
  text-transform: uppercase;
  text-align: right;
  width: calc(100% - 650px);
  margin: 0;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ruleta_info span {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.ruleta_info span:nth-child(1),
.ruleta_info span:nth-child(3) {
  font-size: 35px;
  position: relative;
  top: 12px;
}
.ruleta_info span:nth-child(4) {
  top: 6px;
  position: relative;
}
.ruleta_info span:nth-child(2) {
  font-size: 85px;
}
@media screen and (max-width: 1024px) {
  .ruleta_info span {
    font-size: 50px !important;
  }
}
.ruleta_info strong {
  color: #f2d031;
  font-weight: normal;
  font-size: 58px;
}
.ruleta_info p {
  color: #fff;
  text-align: left;
  font-family: 'VWHead-Bold', sans-serif;
  padding-top: 74px;
  padding-left: 100px;
  line-height: 35px;
  font-size: 25px;
  text-transform: initial;
}
@media screen and (max-width: 1024px) {
  .ruleta_info {
    text-align: center;
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    padding-left: 0;
    text-align: center;
  }
  .ruleta_info h2 {
    text-align: center;
  }
  .ruleta_info span {
    font-size: 35px !important;
    position: static !important;
    margin-right: 5px;
  }
  .ruleta_info strong {
    font-size: 35px;
    display: inline-block;
    vertical-align: top;
  }
  .ruleta_info p {
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .ruleta_info {
    text-align: left;
  }
  .ruleta_info p {
    padding-left: 0;
  }
}
.ruleta_aletoria {
  max-width: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ruleta_aletoria:before {
  content: '';
  display: block;
  background: url("../img/ubicacion-flecha.svg") 0px 0px no-repeat;
  width: 79px;
  height: 66px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
}
.ruleta_aletoria img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}
@media screen and (max-width: 1024px) {
  .ruleta_aletoria {
    margin: auto;
  }
  .ruleta_aletoria:before {
    top: 5px;
    width: 50px;
  }
}
.ruleta_center_text {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  font-size: 25px;
  font-family: 'VWHead-ExtraBold', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ruleta_center_text {
    font-size: 18px;
  }
}
.ruleta_capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ruleta_capa.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.ruleta_dni {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ruleta_dni.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.ruleta_dni_close {
  position: absolute;
  font-size: 40px;
  top: 5px;
  right: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.ruleta_dni_wrap {
  max-width: 507px;
  width: 93%;
  margin: auto;
  position: relative;
  background-color: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ruleta_dni_wrap h2 {
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.ruleta_inputs {
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  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;
}
.ruleta_inputs ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_inputs :-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_inputs ::-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_inputs :-ms-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_inputs input {
  border: none;
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #828282;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfe4e8;
}
.releta_dni_btn {
  padding-top: 20px;
}
.releta_dni_btn button {
  width: 100%;
}
.ruleta_registro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ruleta_registro.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.ruleta_registro_close {
  position: absolute;
  font-size: 40px;
  top: 5px;
  right: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.ruleta_registro_wrap {
  max-width: 507px;
  width: 93%;
  margin: auto;
  position: relative;
  background-color: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ruleta_registro_wrap h2 {
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.ruleta_registro_inputs {
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  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;
  margin-bottom: 20px;
}
.ruleta_registro_inputs ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_registro_inputs :-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_registro_inputs ::-moz-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_registro_inputs :-ms-input-placeholder {
  color: #828282;
  font-family: 'VWHead', sans-serif;
}
.ruleta_registro_inputs input {
  border: none;
  width: 100%;
  height: 48px;
  font-size: 15px;
  color: #828282;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfe4e8;
}
.ruleta_registro_inputs input:focus {
  border: 1px solid #001e50;
}
.releta_registro_btn button {
  width: 100%;
}
.ruleta_registro_msj_error {
  color: #f00;
  text-align: center;
  font-size: 13px;
}
.ruleta_registro_check {
  padding-bottom: 20px;
}

.servicio_asistencia_bg {
  height: 383px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
}
.servicio_asistencia_bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}
.servicios_asistencia_wrap {
  position: relative;
  text-align: left;
}
.servicio_asistencia_info {
  max-width: 689px;
  width: 100%;
}
.servicio_asistencia_info ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}
.servicio_asistencia_info li {
  color: #fff;
  font-size: 13px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-left: 5px;
  position: relative;
  padding-left: 10px;
}
.servicio_asistencia_info li span {
  display: inline-block;
  margin-right: 5px;
}
.servicio_asistencia_info li a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.servicio_asistencia_info li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.servicio_asistencia_info h2 {
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 45px;
  margin: 0;
  margin-bottom: 20px;
}
.servicio_asistencia_info p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
}
.servicios_asistencia_row {
  padding: 60px 0px 0px 0px;
}
.servicios_asistencia_row.ww_center {
  max-width: 1120px;
}
.servicio_asistencia_itm {
  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;
  margin-bottom: 70px;
}
.servicio_asistencia_itm:last-child {
  margin-bottom: 39px;
}
@media screen and (min-width: 1023px) {
  .servicio_asistencia_itm:nth-child(even) {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .servicio_asistencia_itm:nth-child(even) .servicio_asistencia_text {
    padding-right: 72px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .servicio_asistencia_itm {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.servicio_asistencia_itm figure {
  max-width: 540px;
  width: 100%;
  margin: 0;
}
.servicio_asistencia_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .servicio_asistencia_itm figure {
    margin: auto;
  }
}
.servicio_asistencia_itm ul,
.servicio_asistencia_itm ol {
  padding-left: 18px;
}
.servicio_asistencia_itm li {
  list-style-type: auto;
}
.servicio_asistencia_text {
  width: calc(100% - 540px);
  padding-left: 72px;
  font-size: 16px;
  line-height: 25px;
  color: #4f4f4f;
  text-align: justify;
}
.servicio_asistencia_text strong {
  color: #001e50;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .servicio_asistencia_text {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.servicio_asistencia_title {
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .servicio_asistencia_title {
    font-size: 24px;
  }
}
.servicios_asistencia_p {
  background-color: #f4f5f6;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 97px;
  color: #001e50;
}
.servicios_asistencia_p img {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}
.servicios_asistencia_p p {
  margin: 0;
}

.vw_man_banner {
  width: 100%;
  height: 305px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.vw_man_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
}
.vw_man_container {
  position: relative;
  z-index: 2;
}
.vw_man_container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 45px;
}
.vw_man_container li {
  color: #fff;
  font-size: 13px;
  font-family: 'VWHead-Bold', sans-serif;
  margin-left: 5px;
}
.vw_man_container li span {
  display: inline-block;
  margin-right: 5px;
}
.vw_man_container li a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.vw_man_container li a.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.vw_man_container h2 {
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 60px;
}
.vw_man_btn {
  padding-top: 29px;
}
.vw_man_info {
  padding-top: 50px;
  padding-bottom: 30px;
}
.vw_man_info h3 {
  font-size: 24px;
  font-family: 'VWHead', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.vw_man_info strong {
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
}
.vw_man_info p {
  font-size: 16px;
  line-height: 28px;
}
.vw_man_info a {
  color: #00b0f0;
  text-decoration: underline;
}
.vw_man_info.ww_center {
  max-width: 792px;
}
.vw_man_info ul,
.vw_man_info ol {
  padding-left: 18px;
}
.vw_man_info ul li,
.vw_man_info ol li {
  list-style-type: auto;
  font-family: 'VWHead', sans-serif;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (max-width: 910px) {
  .vw_man_wrap_nav {
    width: 100%;
    overflow: auto;
  }
}
.vw_man_tab {
  background-color: #f4f5f6;
  padding: 50px 0px;
}
.vw_man_tab_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.vw_man_tab_nav a {
  width: calc(100% / 6);
  text-align: center;
  font-size: 15px;
  font-family: 'VWHead-Bold', sans-serif;
  color: #b6bfc5;
  border-bottom: 2px solid #dfe4e8;
  padding-bottom: 16px;
}
.vw_man_tab_nav a.active {
  border-bottom: 2px solid #00b0f0;
  color: #00b0f0;
}
@media screen and (max-width: 910px) {
  .vw_man_tab_nav {
    width: 910px;
  }
}
.vw_man_itm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.vw_man_itm.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.vw_man_itm figure {
  width: 390px;
}
.vw_man_itm figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .vw_man_itm figure {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .vw_man_itm {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vw_man_itm figure {
    display: none;
  }
}
.vw_man_tab_info {
  width: calc(100% - 390px);
  padding-right: 76px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vw_man_tab_info p {
  line-height: 25px;
  font-size: 16px;
  line-height: 26px;
}
.vw_man_tab_info h2 {
  font-family: 'VWHead-Bold', sans-serif;
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .vw_man_tab_info {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .vw_man_tab_info {
    width: 100%;
    padding: 0;
  }
}
.vw_man_tab_wrap {
  padding-top: 30px;
  max-width: 874px;
  width: 100%;
  margin: auto;
}

.footer {
  background: #dfe4e8;
}
.footer_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(67,67,67,0.2);
  padding: 36px 0 40px 0;
}
@media screen and (max-width: 960px) {
  .footer_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 44px 0 25px 0;
  }
}
.footer_logo {
  width: 178px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    margin: 0 auto 23px auto;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .footer_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_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;
  line-height: 1.1;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .footer_box {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .footer_box {
    margin: 0 0 8px 0;
  }
}
.footer_box:last-child {
  margin-right: 0;
}
.footer_box span {
  display: block;
  width: 24px;
  font-size: 20px;
  text-align: center;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .footer_box span {
    width: 20px;
    font-size: 17px;
  }
}
.footer_box p {
  width: calc(100% - 28px);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_box p {
    width: calc(100% - 24px);
  }
}
@media screen and (min-width: 1025px) {
  .footer_box a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_box a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.footer_content {
  padding: 34px 0 0 0;
}
@media screen and (max-width: 960px) {
  .footer_content {
    padding-top: 16px;
  }
}
.footer_navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .footer_navigation {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .footer_item {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
  }
}
.footer_item_1 {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .footer_item_1 {
    width: 16%;
  }
}
.footer_item_2 {
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .footer_item_2 {
    width: 23%;
  }
}
.footer_item_3 {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .footer_item_3 {
    width: 18%;
  }
}
.footer_item_4 {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .footer_item_4 {
    width: 27%;
  }
}
.footer_item_5 {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .footer_item_5 {
    width: 16%;
  }
}
.footer_subtitle {
  display: block;
  line-height: 1;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 1024px) {
  .footer_subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .footer_subtitle {
    padding: 13px 0;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .footer_subtitle_resp {
    position: relative;
  }
  .footer_subtitle_resp:before {
    content: "\e90d";
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #333;
    font-family: 'icomoon';
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -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: 50%;
    right: 34px;
  }
  .footer_subtitle_resp:after {
    content: "\e90c";
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #333;
    font-family: 'icomoon';
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 50%;
    right: 34px;
  }
  .footer_subtitle_resp.active:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .footer_subtitle_resp.active:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.footer_menu {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .footer_menu {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .footer_menu {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 960px) {
  .footer_menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .footer_menu ul {
    padding-bottom: 13px;
  }
}
.footer_menu li {
  margin-bottom: 5px;
}
.footer_menu li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .footer_menu a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_menu a:hover {
    color: #001e50;
    font-family: 'VWHead-Bold', sans-serif;
  }
}
@media screen and (max-width: 960px) {
  .footer_redes {
    padding-top: 7px;
  }
}
@media screen and (max-width: 960px) {
  .footer_redes ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_redes li {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .footer_redes li {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.footer_redes li:last-child {
  margin-bottom: 0;
}
.footer_redes_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) {
  .footer_redes_link:hover .footer_redes_icon {
    color: #001e50;
  }
}
.footer_redes_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: 24px;
  height: 24px;
  line-height: 1;
  color: #667380;
  font-size: 20px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 1025px) {
  .footer_redes_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;
  }
}
@media screen and (max-width: 1024px) {
  .footer_redes_icon {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }
}
.footer_redes_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_redes_text {
    font-size: 14px;
  }
}
.footer_credits {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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-top: 47px;
  padding-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .footer_credits {
    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: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    padding-bottom: 34px;
  }
}
.footer_copyright {
  line-height: 1.1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 12px;
}
@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;
  }
}
.footer_copyright p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_claims {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 24px;
  }
}
.footer_claims_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) {
  .footer_claims_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_claims_link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.footer_claims_icon {
  width: 37px;
  margin: 0 13px 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_claims_icon {
    width: 30px;
  }
}
.footer_claims_icon img {
  /* width: 100%; */
  width: 140px;
  height: auto;
  display: block;
}
.footer_claims_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_claims_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .footer_team {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 15px;
  }
}
.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;
}
@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.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.footer_team_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'VWHead', sans-serif;
  font-size: 12px;
  margin: 0;
}
.footer_team_img {
  width: 73px;
  margin: 0 0 0 5px;
}
.footer_team_img img {
  width: 100%;
  height: auto;
  display: block;
}
.f-cookies {
  display: none;
  width: 100%;
  background: #667380;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
}
.f-cookies.message-cookie {
  display: block;
}
.f-cookies_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .f-cookies_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;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
  }
}
.f-cookies_text {
  line-height: 1.1;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .f-cookies_text {
    margin-bottom: 15px;
  }
}
.f-cookies_text a {
  display: inline;
  text-decoration: underline;
}
.f-cookies_text p {
  margin: 0;
}
.f-cookies_button a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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: 180px;
  height: 40px;
  line-height: 1;
  background: #fff;
  color: #061728;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0px 6px 20px rgba(12,106,160,0.3);
  box-shadow: 0px 6px 20px rgba(12,106,160,0.3);
  margin: 0;
}

.header_transparent .header {
  height: auto;
}
.header_transparent .header_fixed {
  background: transparent;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_transparent .header_link {
  color: #fff;
}
.header_transparent .header_link.headerOpenAcordion:before {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header_transparent .header_link {
    color: #001e50;
  }
}
.header_transparent .header_phone {
  border-color: #fff;
}
.header_transparent .header_phone span {
  color: #fff;
}
.header_transparent .header_logo .header_logo_white {
  display: block;
}
.header_transparent .header_logo .header_logo_color {
  display: none;
}
.header_transparent .menu_button .menu_line {
  background: #fff;
}
.header_transparent .menu_button.color .menu_line {
  background: #001e50;
}
.header_transparent .header_fixed.scroll,
.header_transparent .header-white {
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.05);
}
.header_transparent .header_fixed.scroll .header_phone,
.header_transparent .header-white .header_phone {
  border-color: #001e50;
}
.header_transparent .header_fixed.scroll .header_phone span,
.header_transparent .header-white .header_phone span {
  color: #001e50;
}
.header_transparent .header_fixed.scroll .header_link,
.header_transparent .header-white .header_link {
  color: #001e50;
}
.header_transparent .header_fixed.scroll .header_logo .header_logo_white,
.header_transparent .header-white .header_logo .header_logo_white {
  display: none;
}
.header_transparent .header_fixed.scroll .header_logo .header_logo_color,
.header_transparent .header-white .header_logo .header_logo_color {
  display: block;
}
.header_transparent .menu_responsive .headerOpenAcordion:before {
  color: #001e50;
}
.header {
  width: 100%;
  height: 65px;
}
.header_fixed {
  width: 100%;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.05);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
}
.header_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header_container {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .header_container {
    padding-right: 50px;
  }
}
.header_logo {
  width: 177px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header_logo .header_logo_white {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 142px;
  }
}
.header_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.header_list li {
  margin: 0px 8px;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_list li:hover .header_menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .header_list {
    display: none;
  }
}
.header_link {
  font-family: 'VWHead', sans-serif;
  font-size: 15px;
  color: #001e50;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header_link.headerOpenAcordion {
  padding-right: 18px;
}
.header_link.headerOpenAcordion:before {
  content: '\e903';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #001e50;
  font-size: 20px;
  font-family: 'icomoon';
  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 (min-width: 1025px) {
  .header_link:hover {
    color: #00b0f0;
    font-weight: bold;
  }
  .header_link:hover:before {
    color: #00b0f0;
  }
}
@media screen and (max-width: 1200px) {
  .header_link {
    width: 100%;
    display: block;
    padding: 12px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_link.headerOpenAcordion {
    padding-right: 50px;
  }
  .header_link.headerOpenAcordion:before {
    right: 32px;
  }
}
.header_menu {
  width: 280px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 100%;
  font-family: 'VWHead', sans-serif;
  font-size: 13px;
  color: #333;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  z-index: -1;
}
.header_menu li {
  width: 100%;
  height: auto;
  margin: 0;
  position: initial;
}
.header_menu li:last-child a:before {
  display: none;
}
.header_menu.marcas {
  width: 185px;
}
.header_menu.cotizar {
  width: 196px;
}
@media screen and (min-width: 1025px) {
  .header_menu li:hover .header_submenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .header_menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    position: relative;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    width: 100%;
    display: none;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    -ms-transition: initial;
    transition: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    z-index: inherit;
  }
  .header_menu.marcas {
    width: 100%;
  }
  .header_menu.cotizar {
    width: 100%;
  }
}
.header_menu_link {
  display: block;
  color: #001e50;
  font-family: 'VWHead', sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_menu_link span {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #001e50;
}
.header_menu_link span.icon-external {
  font-size: 12px;
  right: 20px;
}
@media screen and (min-width: 1025px) {
  .header_menu_link:hover {
    background: #f4f5f6;
  }
}
@media screen and (max-width: 1200px) {
  .header_menu_link {
    padding: 12px 44px;
  }
  .header_menu_link span {
    right: 32px;
  }
  .header_menu_link.is-active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header_submenu {
  width: 248px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.header_submenu a {
  display: block;
  color: #001e50;
  padding: 10px 20px;
  font-size: 16px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_submenu a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #001e50;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .header_submenu a:hover {
    background: #f4f5f6;
  }
  .header_submenu a:hover:before {
    height: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header_submenu {
    width: 100%;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    display: none;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    -ms-transition: initial;
    transition: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
    z-index: inherit;
  }
  .header_submenu a {
    padding: 10px 60px;
    font-size: 15px;
  }
}
.header_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: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_btn {
  margin-right: 16px;
}
.header_btn .btn {
  padding: 0px 22px;
}
@media screen and (max-width: 767px) {
  .header_btn {
    display: none;
  }
}
.header_phone {
  width: 40px;
  height: 40px;
  border: 1px solid #001e50;
  border-radius: 50%;
  position: relative;
}
.header_phone span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  color: #001e50;
}
body.active {
  overflow: hidden;
}
.menu_overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
}
@media screen and (max-width: 767px) {
  .menu_overlay {
    display: none;
  }
}
.menu_overlay.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 1500;
}
@media screen and (min-width: 1201px) {
  .menu_button {
    display: none;
  }
}
.menu_button.active {
  width: 26px;
  height: 26px;
  top: 20px;
}
.menu_button.active .menu_lines {
  height: 100%;
}
.menu_button.active .menu_line {
  height: 3px;
  background: #001e50;
}
.menu_button.active .menu_line_1 {
  width: 128%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0%;
  left: 102%;
  margin-left: -100%;
}
.menu_button.active .menu_line_2 {
  width: 0;
  -webkit-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_button.active .menu_line_3 {
  width: 128%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 0;
  left: 102%;
  margin-left: -100%;
}
.menu_lines {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.menu_line {
  display: block;
  width: 100%;
  height: 4px;
  background: #001e50;
  position: absolute;
}
.menu_line_1 {
  top: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_line_2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 50%;
  left: 0;
}
.menu_line_3 {
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  -webkit-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin-left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu_responsive {
  max-width: 320px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1300;
}
.menu_responsive .header_dropdown .header_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_responsive {
    max-width: 100%;
    height: calc(100% - 145px);
    top: 65px;
    bottom: inherit;
  }
}
.menu_responsive.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu_container {
  width: 100%;
  padding: 32px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_list {
  padding-top: 8px;
  position: relative;
}
.menu_list li {
  position: relative;
}
.menu_btn {
  width: 100%;
  padding: 0px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
.menu_btn .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.headerv1_whatsapp {
  background-color: #5ccf3f;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 20;
  -webkit-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -moz-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -o-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -ms-animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  animation: 2s anima_whatsapp_pulse infinite cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-shadow: 0 0 0 10px #5ccf05;
  box-shadow: 0 0 0 10px #5ccf05;
}
@media screen and (max-width: 1024px) {
  .headerv1_whatsapp {
    bottom: 20px;
    right: 20px;
  }
}
.headerv1_btnruleta {
  width: 86px;
  height: 198px;
  background: #0180ca;
  border-radius: 40px 0 0 40px;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .headerv1_btnruleta {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-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: 80px;
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: -ms-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: inherit;
    z-index: 1300;
    bottom: 0;
    padding: 0;
  }
  .headerv1_btnruleta.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.headerv1_btnruleta_img {
  width: 68px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .headerv1_btnruleta_img {
    margin-left: 16px;
  }
}
.headerv1_btnruleta_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .headerv1_btnruleta_img img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.headerv1_btnruleta_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;
  width: 84px;
  height: 86px;
  line-height: 21px;
  color: #fff;
  font-family: 'VWHead-Bold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 21px;
  left: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .headerv1_btnruleta_text {
    width: auto;
    height: auto;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
@-moz-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@-webkit-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@-o-keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
@keyframes anima_whatsapp_pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 0px rgba(92,207,63,0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
    box-shadow: 0px 0px 0px 10px rgba(92,207,63,0.3);
  }
}
