.b1home {
  height: 640px;
  overflow: hidden;
  background: #fdfdfd;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .b1home {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .b1home {
    height: 493px;
  }
}
.b1home_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b1home_slide_one .b1home_producto {
    display: block;
    width: 90px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.b1home_slide.animation .b1home_producto {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .b1home_slide.animation .b1home_producto {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out 0.75s;
    -moz-transition: all 0.5s ease-in-out 0.75s;
    -o-transition: all 0.5s ease-in-out 0.75s;
    -ms-transition: all 0.5s ease-in-out 0.75s;
    transition: all 0.5s ease-in-out 0.75s;
  }
}
.b1home_slide.animation .b1home_title {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.b1home_slide.animation .b1home_subtitle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out 0.25s;
  -moz-transition: all 0.5s ease-in-out 0.25s;
  -o-transition: all 0.5s ease-in-out 0.25s;
  -ms-transition: all 0.5s ease-in-out 0.25s;
  transition: all 0.5s ease-in-out 0.25s;
}
.b1home_slide.animation .b1home_button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -ms-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.b1home_pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1054px;
  width: 94%;
  position: absolute;
  right: 0;
  bottom: 44px;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b1home_pager {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_pager {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 0;
  }
}
.b1home_pager li {
  width: 66px;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  margin-right: calc(20px + (70 - 20) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 767px) {
  .b1home_pager li {
    width: 50px;
  }
}
.b1home_pager li:before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: #e9e8e8;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .b1home_pager li:before {
    width: 50px;
    height: 50px;
  }
}
.b1home_pager li:last-child {
  margin-right: 0;
}
.b1home_pager li.slick-active:before {
  background: #118040;
}
.b1home_pager li.slick-active img {
  filter: grayscale(0%);
}
.b1home_pager img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 2;
}
.b1home_item {
  height: 640px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1home_item {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_item {
    height: 493px;
  }
}
.b1home_banner {
  width: 100%;
  height: 555px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .b1home_banner {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_banner {
    height: 424px;
  }
}
.b1home_banner.capa {
  position: relative;
}
.b1home_banner.capa:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b1home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b1home_info {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px;
  }
}
.b1home_infocontain {
  max-width: 1054px;
  width: 94%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b1home_infocontain {
    max-width: 294px;
  }
}
.b1home_producto {
  width: 16.833333333333332%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  -ms-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
  position: absolute;
  right: calc(20px + (73 - 20) * ((100vw - 320px) / (1920 - 320)));
  bottom: 0;
}
.b1home_producto img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b1home_producto {
    width: 215px;
  }
}
@media screen and (max-width: 480px) {
  .b1home_producto {
    width: 56%;
  }
}
@media screen and (max-width: 320px) {
  .b1home_producto {
    width: 68%;
  }
}
.b1home_title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  -ms-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
.b1home_title h2 {
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-weight: normal;
  font-size: 55px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_title h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title h2 {
    line-height: 1.2;
    font-size: 25px;
  }
}
.b1home_subtitle {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
  margin-top: 5px;
}
.b1home_subtitle h3 {
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_subtitle h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_subtitle h3 {
    line-height: 1.2;
    font-size: 16px;
  }
}
.b1home_button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 25px;
}
.b1home_button a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 14px;
  position: relative;
  padding-right: 28px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1home_button a {
    font-size: 13px;
  }
}
.b1home_button a:after {
  display: inline-block;
  content: "\e900";
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .b1home_button a:after {
    font-size: 8px;
    top: 5px;
  }
}
.gral-btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 14px;
  position: relative;
  padding-right: 28px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gral-btn {
    font-size: 13px;
  }
}
.gral-btn:after {
  display: inline-block;
  content: "\e900";
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .gral-btn:after {
    font-size: 8px;
    top: 5px;
  }
}
.gral-btn.blue {
  color: #003c60;
}

.b1nosotros {
  background: #fdfdfd;
  padding-top: 65px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b1nosotros.active .b1nosotros_info,
  .b1nosotros.active .b1nosotros_img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.b1nosotros_container {
  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: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .b1nosotros_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b1nosotros_img {
  width: 90%;
  margin-top: 40px;
}
.b1nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b1nosotros_img {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -ms-transition: -ms-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    width: 571px;
    margin-top: 0;
  }
}
.b1nosotros_info {
  text-align: center;
}
.b1nosotros_info h2,
.b1nosotros_info h3,
.b1nosotros_info h4 {
  color: #003c60;
  font-weight: normal;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: calc(30px + (45 - 30) * ((100vw - 768px) / (1920 - 768)));
}
@media screen and (min-width: 1025px) {
  .b1nosotros_info {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    -ms-transition: -ms-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms linear;
    text-align: left;
    width: calc(100% - 571px);
    padding-left: 76px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.b1productos {
  width: 100%;
  padding: 80px 0px 75px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1productos {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1productos {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b1productos.active .b1productos_title_deco {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b1productos.active .b1productos_item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b1productos.active .b1productos_content:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b1productos.active .b1productos_content:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.b1productos_title_deco {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: calc(60px + (200 - 60) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 5px;
  color: #fafafa;
  text-align: center;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  margin: auto;
}
.b1productos_title_deco span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b1productos_title_deco {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 767px) {
  .b1productos_title_deco {
    display: none;
  }
}
.b1productos_container {
  max-width: 1270px;
  position: relative;
}
.b1productos_title {
  padding-bottom: 49px;
}
@media screen and (max-width: 600px) {
  .b1productos_title {
    text-align: center;
    padding-bottom: 35px;
  }
}
.b1productos_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.b1productos_content:before {
  content: '';
  position: absolute;
  left: -100px;
  top: 45px;
  width: 185px;
  height: 140px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  background-image: url("../img/b1productos-deco1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1025px) {
  .b1productos_content:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease-in-out 1.5s;
    -moz-transition: all 0.5s ease-in-out 1.5s;
    -o-transition: all 0.5s ease-in-out 1.5s;
    -ms-transition: all 0.5s ease-in-out 1.5s;
    transition: all 0.5s ease-in-out 1.5s;
  }
}
.b1productos_content:after {
  content: '';
  position: absolute;
  right: -92px;
  bottom: 15px;
  width: 136px;
  height: 163px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  background-image: url("../img/b1productos-deco2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .b1productos_content:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s ease-in-out 2s;
    -moz-transition: all 0.5s ease-in-out 2s;
    -o-transition: all 0.5s ease-in-out 2s;
    -ms-transition: all 0.5s ease-in-out 2s;
    transition: all 0.5s ease-in-out 2s;
  }
}
@media screen and (max-width: 1024px) {
  .b1productos_content:before,
  .b1productos_content:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .b1productos_content {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.b1productos_item {
  width: 30.2%;
  background: #fff;
  padding: 30px 60px;
  -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
  box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
  -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: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: 4.7%;
  position: relative;
}
.b1productos_item:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b1productos_item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .b1productos_item:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .b1productos_item:nth-child(3) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
}
@media screen and (max-width: 1400px) {
  .b1productos_item {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1300px) {
  .b1productos_item {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .b1productos_item {
    width: 32%;
    padding: 30px 20px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  .b1productos_item {
    width: 48%;
    margin-right: 4%;
  }
  .b1productos_item:nth-child(2n + 2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b1productos_item {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  .b1productos_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .b1productos_item:last-child {
    margin-bottom: 0;
  }
}
.b1productos_etiq {
  position: absolute;
  top: 27px;
  right: 0;
  background: #219a55;
  color: #fff;
  border-radius: 3px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b1productos_etiq {
    padding: 8px 12px;
  }
}
.b1productos_etiq_text {
  position: relative;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1productos_etiq_text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-start.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b1productos_etiq_text {
    font-size: 14px;
  }
}
.b1productos_img {
  width: 112px;
}
.b1productos_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b1productos_img {
    width: 100px;
  }
}
.b1productos_info {
  width: calc(100% - 112px);
  padding-left: 22px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b1productos_info {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}
.b1productos_item_title {
  padding-bottom: 6px;
}
.b1productos_item_title h3 {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #012f4b;
  line-height: 1.1;
  margin: 0;
}
.b1productos_item_text {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 14px;
  color: #012f4b;
}
.b1productos_item_text p {
  margin: 0;
}
.b1productos_item_btn {
  padding-top: 22px;
}

.b2home {
  background: #fdfdfd;
  padding: 64px 0 85px 0;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b2home.active .b2home_portada {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b2home.active .b2home_imgleft {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .b2home.active .b2home_imgright {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .b2home.active .b2home_right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b2home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1102px;
}
@media screen and (max-width: 1200px) {
  .b2home_content {
    max-width: none;
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_content {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    max-width: 374px;
  }
}
.b2home_left {
  width: 45.28130671506352%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2home_left {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_left {
    max-width: 480px;
    width: 100%;
    margin: 37px auto 0 auto;
  }
}
.b2home_right {
  width: 39.29219600725953%;
}
@media screen and (min-width: 1025px) {
  .b2home_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -o-transform: translatey(100px);
    -ms-transform: translatey(100px);
    transform: translatey(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .b2home_right {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .b2home_right {
    width: 100%;
    text-align: left;
  }
}
.b2home_portada {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 17px 0 rgba(43,43,43,0.5);
  box-shadow: 0 2px 17px 0 rgba(43,43,43,0.5);
  margin: 0;
}
.b2home_portada img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2home_portada {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b2home_imgleft {
  width: 34.2685370741483%;
  position: absolute;
  bottom: -36%;
  left: -18%;
}
.b2home_imgleft img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2home_imgleft {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease-in-out 0.25s;
    -moz-transition: all 0.5s ease-in-out 0.25s;
    -o-transition: all 0.5s ease-in-out 0.25s;
    -ms-transition: all 0.5s ease-in-out 0.25s;
    transition: all 0.5s ease-in-out 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .b2home_imgleft {
    display: none;
  }
}
.b2home_imgright {
  width: 30.060120240480963%;
  position: absolute;
  top: -26%;
  right: -16%;
}
.b2home_imgright img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2home_imgright {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s ease-in-out 0.25s;
    -moz-transition: all 0.5s ease-in-out 0.25s;
    -o-transition: all 0.5s ease-in-out 0.25s;
    -ms-transition: all 0.5s ease-in-out 0.25s;
    transition: all 0.5s ease-in-out 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .b2home_imgright {
    display: none;
  }
}
.b2home_titles h3 {
  line-height: 1;
  color: #6e6e6e;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 14px;
  margin: 0 0 14px 0;
}
.b2home_titles h2 {
  line-height: 1.1;
  color: #7e9b33;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-weight: normal;
  font-size: 35px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_titles h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b2home_titles h2 {
    font-size: 22px;
  }
}
.b2home_text {
  line-height: 1.31;
  color: #535353;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 16px;
  margin-top: 18px;
}
.b2home_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2home_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2home_text {
    font-size: 14px;
  }
}
.b2home_button {
  text-align: right;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .b2home_button {
    text-align: center;
    margin-top: 30px;
  }
}

.b2nosotros {
  background: #fdfdfd;
  padding-top: 43px;
  padding-bottom: 78px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b2nosotros.active .b2nosotros_title {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b2nosotros.active .b2nosotros_itm,
  .b2nosotros.active .b2nosotros_text {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 840px) {
  .b2nosotros {
    padding-bottom: 45px;
  }
}
.b2nosotros_container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .b2nosotros_container {
    padding-top: 80px;
  }
}
.b2nosotros_title {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.b2nosotros_title h2 {
  color: #f4f4f4;
  font-size: calc(90px + (120 - 90) * ((100vw - 768px) / (1920 - 768)));
  font-family: 'Ubuntu-Bold', sans-serif;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_title {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 100ms 0.3s;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 100ms 0.3s;
    -o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 100ms 0.3s;
    -ms-transition: -ms-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 100ms 0.3s;
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 100ms 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .b2nosotros_title {
    display: block;
  }
}
.b2nosotros_wrap_itms {
  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%;
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .b2nosotros_wrap_itms {
    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: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 600px) {
  .b2nosotros_wrap_itms {
    max-width: 272px;
    width: 100%;
    margin: 0 auto;
  }
}
.b2nosotros_itm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.b2nosotros_itm:last-child .b2nosotros_ico {
  display: none;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_itm {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 100ms 0.4s;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 100ms 0.4s;
    -o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 100ms 0.4s;
    -ms-transition: -ms-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 100ms 0.4s;
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 100ms 0.4s;
  }
}
@media screen and (min-width: 601px) {
  .b2nosotros_itm {
    padding: 0 20px;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
.b2nosotros_ico {
  position: absolute;
  top: 0;
  height: 12px;
  right: -14px;
  bottom: 0;
  font-size: 13px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .b2nosotros_ico {
    display: none;
  }
}
.b2nosotros_img {
  width: 100%;
}
.b2nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .b2nosotros_img {
    max-width: 242px;
    width: 100%;
    margin: auto;
  }
}
.b2nosotros_subtitle {
  text-align: center;
  padding-top: 35px;
}
.b2nosotros_subtitle h3 {
  font-size: calc(20px + (25 - 20) * ((100vw - 768px) / (1920 - 768)));
  font-weight: normal;
  font-family: 'Ubuntu-Medium', sans-serif;
  color: #003c60;
}
.b2nosotros_text {
  max-width: 850px;
  width: 100%;
  font-family: 'Ubuntu-Regular', sans-serif;
  margin: auto;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b2nosotros_text {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 100ms 0.6s;
    -moz-transition: -moz-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 100ms 0.6s;
    -o-transition: -o-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 100ms 0.6s;
    -ms-transition: -ms-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 100ms 0.6s;
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 100ms 0.6s;
  }
}

.b2productos {
  overflow: hidden;
  background: #fdfdfd;
  padding: 53px 0 46px 0;
}
.b2productos_content {
  max-width: 1140px;
}
.b2productos_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b2productos_head {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .b2productos_head {
    max-width: 255px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.b2productos_title.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .b2productos_title.desktop {
    display: block;
  }
}
.b2productos_title.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .b2productos_title.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b2productos_title.mobile {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }
}
.b2productos_search {
  width: 342px;
}
@media screen and (max-width: 767px) {
  .b2productos_search {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 320px) {
  .b2productos_search {
    width: calc(100% - 37px);
  }
}
.b2producto_field {
  position: relative;
}
.b2productos_input ::-webkit-input-placeholder {
  color: #94a0a8;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b2productos_input :-moz-placeholder {
  color: #94a0a8;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b2productos_input ::-moz-placeholder {
  color: #94a0a8;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b2productos_input :-ms-input-placeholder {
  color: #94a0a8;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b2productos_input input {
  width: 100%;
  height: 36px;
  color: #94a0a8;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 12px;
  border: 1px solid #546d7d;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 47px 0 16px;
  margin: 0;
}
.b2productos_button {
  position: absolute;
  top: 0;
  right: 0;
}
.b2productos_button 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-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: 36px;
  height: 36px;
  background: #32617f;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  margin: 0;
}
.b2productos_filtro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .b2productos_filtro {
    display: none;
  }
}
.b2productos_filtro_icon {
  display: block;
  width: 27px;
  color: #003c60;
  font-size: 18px;
  margin: 0;
}
.b2productos_filtro_text {
  display: block;
  line-height: 1;
  color: #003c60;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 16px;
  margin: 0 0 0 9px;
}
@media screen and (max-width: 320px) {
  .b2productos_filtro_text {
    display: none;
  }
}
.b2productos_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b2productos_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b2productos_barra {
  width: 180px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .b2productos_barra {
    width: 100%;
    height: 100%;
    overflow: auto;
    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.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 50px 0;
  }
  .b2productos_barra.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.b2productos_barra_btnresp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 57px;
  border: 1px solid rgba(151,151,151,0.13);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 33px;
}
.b2productos_barra_btnresp span {
  display: block;
  max-width: 320px;
  width: 94%;
  color: #003c60;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: auto;
}
.b2productos_barra_btnresp span:before {
  content: "\e913";
  font-family: 'icomoon';
  display: inline;
  font-size: 10px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .b2productos_barra_btnresp {
    display: none;
  }
}
.b2productos_barra_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .b2productos_barra_box {
    max-width: 320px;
    width: 90%;
    border-bottom: 1px solid rgba(151,151,151,0.2);
    padding-bottom: 56px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22px;
  }
}
.b2productos_barra_box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.b2productos_barra_title {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .b2productos_barra_title {
    display: none;
  }
}
.b2productos_barra_title h3 {
  line-height: 1;
  color: #6e6e6e;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 14px;
  margin: 0;
}
.b2productos_barra_item:last-child .b2productos_barra_container {
  padding-bottom: 0;
}
.b2productos_barra_subtitle {
  display: block;
  line-height: 1;
  color: #6d8492;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #003c60;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 15px 25px 15px 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2productos_barra_subtitle {
    font-size: 16px;
    border-bottom: none;
  }
}
.b2productos_barra_subtitle:before {
  content: "\e608";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 18px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3px;
}
.b2productos_barra_subtitle:after {
  content: "\e609";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3px;
}
@media screen and (min-width: 1025px) {
  .b2productos_barra_subtitle:hover {
    color: #003c60;
  }
  .b2productos_barra_subtitle:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b2productos_barra_subtitle:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b2productos_barra_subtitle.active {
  color: #003c60;
}
.b2productos_barra_subtitle.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b2productos_barra_subtitle.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2productos_barra_container {
  display: none;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 48px 0;
}
@media screen and (max-width: 767px) {
  .b2productos_barra_container {
    padding: 20px 0;
  }
}
.b2productos_barra_link {
  padding: 0 10px;
  margin-bottom: 20px;
}
.b2productos_barra_link:last-child {
  margin-bottom: 0;
}
.b2productos_barra_link.active .b2productos_barra_btn {
  color: #003c60;
}
.b2productos_barra_btn {
  display: block;
  line-height: 1;
  color: rgba(57,82,97,0.59);
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 13px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2productos_barra_btn:hover {
    color: #003c60;
  }
}
.b2productos_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;
  width: 75%;
  position: relative;
  right: -15px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .b2productos_items {
    width: 100%;
    position: inherit;
    right: inherit;
    padding-top: 26px;
  }
}
.b2productos_item {
  display: block;
  width: 33.333333333333336%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b2productos_item {
    width: 50%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2productos_item {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .b2productos_item {
    max-width: 255px;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.b2productos_box {
  display: block;
  background: #fff;
  border: solid 0.5px rgba(116,116,116,0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 0 35px 0;
}
@media screen and (min-width: 1025px) {
  .b2productos_box:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
    box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
  }
  .b2productos_box:hover .b2productos_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b2productos_img {
  width: 82px;
  margin: 0 auto;
}
.b2productos_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b2productos_img {
    width: 62px;
  }
}
@media screen and (max-width: 320px) {
  .b2productos_img {
    width: 82px;
  }
}
.b2productos_subtitle {
  margin-top: 16px;
}
.b2productos_subtitle h3 {
  line-height: 1;
  color: #012f4b;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2productos_subtitle h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b2productos_subtitle h3 {
    font-size: 13px;
  }
}
.b2productos_circle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #fff;
  color: #219a55;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
}
.b2productos_link {
  text-align: center;
}
.b2productos_pager {
  margin-top: 169px;
}
@media screen and (max-width: 1024px) {
  .b2productos_pager {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .b2productos_pager {
    margin-top: 70px;
  }
}
.b2productos_pager ul,
.b2productos_pager li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
}
.b2productos_pager li:before {
  content: "/";
  display: inline;
  line-height: 1;
  color: #c8c8c8;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 16px;
}
.b2productos_pager li:first-child:before {
  display: none;
}
.b2productos_pager a {
  display: block;
  line-height: 1;
  color: #c8c8c8;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 10px;
  margin: 0;
}
.b2productos_pager a.active {
  color: #434343;
}
@media screen and (min-width: 1025px) {
  .b2productos_pager a:hover {
    color: #434343;
  }
}
.b2productos_resultado_busqueda h2 {
  font-weight: normal;
  color: #003c60;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
.b2productos_wrapper_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;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .error_productos {
    padding-top: 50px;
  }
}
.error_productos .error_info h2 {
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 25px;
}

.b3home {
  padding: 69px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .b3home {
    padding: 60px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .b3home {
    padding: 50px 0 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b3home.active .b3home_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b3home.active .b3home_slider {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b3home.active .b3home_link {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.b3home_content {
  max-width: 1144px;
}
@media screen and (max-width: 1300px) {
  .b3home_content {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 480px) {
  .b3home_content {
    width: 94%;
  }
}
.b3home_title {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b3home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b3home_slider {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b3home_slider {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }
}
@media screen and (max-width: 480px) {
  .b3home_controls {
    display: none;
  }
}
.b3home_prev,
.b3home_next {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #003c60;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b3home_prev {
  left: -51px;
}
@media screen and (max-width: 1300px) {
  .b3home_prev {
    left: -40px;
  }
}
.b3home_next {
  right: -51px;
}
@media screen and (max-width: 1300px) {
  .b3home_next {
    right: -40px;
  }
}
.b3home_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3home_flex li {
  width: 25%;
}
.b3home_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 15px 68px 15px;
}
@media screen and (max-width: 1024px) {
  .b3home_slide {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 480px) {
  .b3home_slide {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.b3home_item {
  display: block;
}
.b3home_box {
  border: solid 0.5px rgba(116,116,116,0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 0 35px 0;
}
@media screen and (min-width: 1025px) {
  .b3home_box:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
    box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
  }
  .b3home_box:hover .b3home_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b3home_img {
  width: 82px;
  margin: 0 auto;
}
.b3home_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b3home_subtitle {
  margin-top: 16px;
}
.b3home_subtitle h3 {
  line-height: 1;
  color: #012f4b;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b3home_subtitle h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b3home_subtitle h3 {
    font-size: 13px;
  }
}
.b3home_circle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #fff;
  color: #219a55;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
}
.b3home_link {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b3home_link {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out 1s;
    -moz-transition: all 0.5s ease-in-out 1s;
    -o-transition: all 0.5s ease-in-out 1s;
    -ms-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
  }
}

.b3nosotros {
  padding-top: 78px;
}
@media screen and (min-width: 1025px) {
  .b3nosotros.active .b3nosotros_wrap_img {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b3nosotros.active .b3nosotros_info {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 840px) {
  .b3nosotros {
    padding-top: 50px;
  }
}
.b3nosotros_container {
  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: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 841px) {
  .b3nosotros_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b3nosotros_wrap_img {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.b3nosotros_wrap_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b3nosotros_wrap_img>*:nth-child(2),
.b3nosotros_wrap_img>*:nth-child(3) {
  display: none;
}
@media screen and (min-width: 841px) {
  .b3nosotros_wrap_img {
    max-width: 515px;
    width: 100%;
    margin: 0;
    zoom: 1;
  }
  .b3nosotros_wrap_img:after,
  .b3nosotros_wrap_img:before {
    content: "";
    display: table;
  }
  .b3nosotros_wrap_img:after {
    clear: both;
  }
  .b3nosotros_wrap_img>* {
    float: left;
    margin-bottom: 20px;
  }
  .b3nosotros_wrap_img>*:first-child {
    margin-right: 20px;
  }
  .b3nosotros_wrap_img>*:nth-child(2),
  .b3nosotros_wrap_img>*:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .b3nosotros_wrap_img {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -o-transition: -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -ms-transition: -ms-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
  }
}
.b3nosotros_info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0px 40px 0px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .b3nosotros_info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 841px) {
  .b3nosotros_info {
    text-align: left;
    padding-left: calc(30px + (100 - 30) * ((100vw - 768px) / (1920 - 768)));
    width: calc(100% - 515px);
  }
}
.b3nosotros_titles h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Ubuntu-Light', sans-serif;
  margin-bottom: 10px;
}
.b3nosotros_titles h3 {
  font-weight: normal;
  font-size: calc(30px + (40 - 30) * ((100vw - 768px) / (1920 - 768)));
  font-family: 'Ubuntu-Regular', sans-serif;
  color: #003c60;
}
.b3nosotros_text {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.44;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b3nosotros_contenido_inner {
  width: 100%;
}
@media screen and (min-width: 841px) {
  .b3nosotros_contenido_inner {
    max-width: 407px;
  }
}

.b4home {
  overflow: hidden;
  background: #fdfdfd;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .b4home {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b4home.active .b4home_left {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b4home.active .b4home_right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.b4home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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) {
  .b4home_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b4home_left {
  width: 28.333333333333332%;
  border-right: solid 0.5px rgba(0,60,96,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .b4home_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .b4home_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-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: 100%;
    border: none;
    padding-right: 0;
  }
}
.b4home_right {
  width: 101.66666666666667%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  margin-right: -30%;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .b4home_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .b4home_right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-left: 0;
  }
}
.b4home_title {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .b4home_title {
    max-width: 196px;
    width: 100%;
    margin-bottom: 0;
  }
}
.b4home_controls span {
  font-size: 10px;
  cursor: pointer;
}
.b4home_prev {
  margin-right: 11px;
}
.b4home_slider {
  max-width: 1220px;
  width: 100%;
  margin: 0 0 0 auto;
}
.b4home_slider .slick-list {
  padding-right: 10%;
}
@media screen and (max-width: 1024px) {
  .b4home_slider .slick-list {
    padding-right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .b4home_slider .slick-list {
    padding-right: 0;
  }
}
.b4home_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b4home_flex li {
  width: 20%;
}
.b4home_slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.b4home_img {
  max-width: 154px;
  width: 100%;
  margin: 0 auto;
}
.b4home_img img {
  width: 100%;
  height: auto;
  display: block;
}

.b4nosotros {
  position: relative;
  padding: 80px 0px 60px 0px;
  overflow: hidden;
}
@media screen and (min-width: 1302px) {
  .b4nosotros {
    padding: 100px 0px;
  }
  .b4nosotros.active .b4nosotros_img_right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b4nosotros.active .b4nosotros_title_left {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b4nosotros.active .b4nosotros_title_right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.b4nosotros_img_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 199px;
  display: none;
}
.b4nosotros_img_right img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1302px) {
  .b4nosotros_img_right {
    display: block;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -o-transition: -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    -ms-transition: -ms-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 100ms;
  }
}
.b4nosotros_container.ww_center {
  max-width: 944px;
}
.b4nosotros_title {
  position: absolute;
  top: -30px;
  right: 10%;
  display: none;
}
.b4nosotros_title h2 {
  color: #fafafa;
  font-size: 120px;
  line-height: 0.8;
  font-family: 'Ubuntu-Bold', sans-serif;
}
@media screen and (min-width: 841px) {
  .b4nosotros_title {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .b4nosotros_title_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (min-width: 1025px) {
  .b4nosotros_title_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.b4nosotros_itm {
  position: relative;
  border-bottom: 1px solid rgba(151,151,151,0.08);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.b4nosotros_itm:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b4nosotros_itm {
    margin-bottom: 60px;
    border: none;
    padding-bottom: 0;
  }
}
.direction-left .b4nosotros_contenido {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 840px) {
  .direction-left .b4nosotros_contenido {
    margin: 0 auto;
  }
}
.direction-left .b4nosotros_title {
  left: 0;
  right: inherit;
}
.b4nosotros_contenido {
  width: 100%;
  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;
}
@media screen and (min-width: 481px) {
  .b4nosotros_contenido {
    max-width: 651px;
    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;
    -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;
  }
}
@media screen and (max-width: 840px) {
  .b4nosotros_contenido {
    margin: 0 auto;
  }
}
.b4nosotros_text {
  width: 112px;
}
.b4nosotros_text h3 {
  color: #219a55;
  font-size: 35px;
  font-weight: normal;
  font-family: 'Ubuntu-Medium', sans-serif;
}
.b4nosotros_text_2 {
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 481px) {
  .b4nosotros_text_2 {
    width: calc(100% - 112px);
    padding-left: 44px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.b5home {
  padding: 62px 0 58px 0;
}
@media screen and (max-width: 1024px) {
  .b5home {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b5home {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b5home.active .b5home_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b5home.active .b5home_itembox {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b5home.active .b5home_button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.b5home_content {
  max-width: 1307px;
}
.b5home_title {
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (min-width: 1025px) {
  .b5home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_title {
    max-width: 264px;
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.b5home_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) {
  .b5home_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b5home_itembox {
  display: block;
  width: 27.93333%;
  margin: 0 2.677888293802601%;
}
@media screen and (min-width: 1025px) {
  .b5home_itembox {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .b5home_itembox:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .b5home_itembox:nth-child(2) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .b5home_itembox:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 960px) {
  .b5home_itembox {
    margin: 0 1.666666666666667%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_itembox {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_itembox {
    margin: 0 auto 45px auto;
  }
  .b5home_itembox:last-child {
    margin-bottom: 0;
  }
}
.b5home_itembox.width-379 {
  width: 28.99770466717674%;
  padding-top: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 960px) {
  .b5home_itembox.width-379 {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_itembox.width-379 {
    max-width: 320px;
    width: 100%;
    padding-top: 0;
  }
}
.b5home_itembox.width-339 {
  width: 25.93726090283091%;
}
@media screen and (max-width: 960px) {
  .b5home_itembox.width-339 {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_itembox.width-339 {
    display: none;
  }
}
.b5home_img {
  overflow: hidden;
}
.b5home_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 1.5s ease, -webkit--webkit-transform 1.5s ease;
  -moz-transition: -moz-transform 1.5s ease, -webkit--moz-transform 1.5s ease;
  -o-transition: -o-transform 1.5s ease, -webkit--o-transform 1.5s ease;
  -ms-transition: -ms-transform 1.5s ease, -webkit--ms-transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}
@media screen and (min-width: 1025px) {
  .b5home_img:hover 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);
  }
}
.b5home_info {
  max-width: 316px;
  width: 100%;
  margin: 33px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b5home_info {
    margin-top: 20px;
  }
}
.b5home_titles h3 {
  line-height: 1.08;
  letter-spacing: 1.2px;
  color: #283237;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.b5home_titles h4 {
  line-height: 1.39;
  color: #283237;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b5home_titles h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b5home_titles h4 {
    font-size: 15px;
  }
}
.b5home_date {
  display: block;
  line-height: 1;
  color: #b2b2b2;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 13px;
  margin-top: 10px;
}
.b5home_button {
  text-align: center;
  margin-top: 65px;
}
@media screen and (min-width: 1025px) {
  .b5home_button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out 2s;
    -moz-transition: all 0.5s ease-in-out 2s;
    -o-transition: all 0.5s ease-in-out 2s;
    -ms-transition: all 0.5s ease-in-out 2s;
    transition: all 0.5s ease-in-out 2s;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_button {
    margin-top: 50px;
  }
}

.b5nosotros {
  padding-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .b5nosotros {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-bottom: 117px;
  }
}
@media screen and (min-width: 1025px) {
  .b5nosotros.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .b5nosotros_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b5nosotros_info {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.b5nosotros_info h2 {
  font-size: calc(30px + (40 - 30) * ((100vw - 768px) / (1920 - 768)));
  color: #003c60;
  font-weight: normal;
  font-family: 'Ubuntu-Regular', sans-serif;
}
.b5nosotros_info h2 br {
  display: none;
}
@media screen and (min-width: 841px) {
  .b5nosotros_info {
    width: 230px;
    text-align: left;
    margin-bottom: 0;
  }
  .b5nosotros_info h2 br {
    display: inline-block;
  }
}
.b5nosotros_slider ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: 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 (min-width: 768px) {
  .b5nosotros_slider {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,60,96,0.3);
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 840px) {
  .b5nosotros_slider {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
}
.b5nosotros_img {
  max-width: 95px;
  width: 100%;
}
.b5nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b5nosotros_text {
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  font-family: 'Ubuntu-Medium', sans-serif;
}

.contacto {
  padding-bottom: 83px;
  padding-top: 86px;
}
@media screen and (max-width: 1024px) {
  .contacto {
    padding-top: 50px;
  }
}
.contacto.active .contacto_info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.contacto_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .contacto_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacto_container.ww_center {
  max-width: 1104px;
}
.contacto_info {
  width: calc(100% - 543px);
  padding-right: 163px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1200px) {
  .contacto_info {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .contacto_info {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .contacto_info {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
.contacto_title h1 {
  font-size: 14px;
  font-family: 'Ubuntu-Light', sans-serif;
  margin-bottom: 18px;
}
.contacto_text {
  font-family: 'Ubuntu-Medium', sans-serif;
  color: #219a55;
  font-size: 35px;
  margin-bottom: 18px;
}
.contacto_text p {
  margin: 0;
}
.contacto_text_2 {
  font-size: 16px;
  font-family: 'Ubuntu-Regular', sans-serif;
  margin-bottom: 32px;
}
.contacto_datos {
  position: relative;
  margin-bottom: 18px;
}
.contacto_datos a,
.contacto_datos p {
  color: #003c60;
  font-family: 'Ubuntu-Regular', sans-serif;
  margin: 0;
  padding-left: 30px;
}
.contacto_datos span {
  position: absolute;
  top: 0;
  left: 0;
  font: 12px;
}
.contacto_form_nav {
  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;
  -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;
  margin-bottom: 40px;
  border: 1px solid #b6b6b6;
}
.contacto_form_nav>* {
  margin: 0;
  height: 45px;
  font-size: 14px;
  font-family: 'Ubuntu-Regular', sans-serif;
  line-height: 45px;
  color: #dfdfdf;
  margin: 0 20px;
  padding: 0 20px;
  position: relative;
}
.contacto_form_nav>*:before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 60%;
  width: 1px;
  background-color: rgba(182,182,182,0.42);
}
.contacto_form_nav>*:last-child:before {
  display: none;
}
.contacto_form_nav>*.active {
  color: #003c60;
}
.contacto_form {
  width: 543px;
}
.contacto_form li {
  margin-bottom: 30px;
}
.contacto_form li:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .contacto_form {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .contacto_form li {
    margin-bottom: 0;
  }
}
.contacto_column_2 {
  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;
  -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;
}
.contacto_column_2 .contacto_input {
  width: 48%;
  margin-right: 3%;
}
.contacto_column_2 .contacto_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .contacto_column_2 .contacto_input {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.contacto_column_2 .width_diff {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .contacto_column_2 .width_diff {
    margin-bottom: 30px;
  }
}
.contacto_input {
  width: 100%;
  position: relative;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.contacto_input ::-webkit-input-placeholder {
  color: #dfdfdf;
  font-family: 'Ubuntu-Light', sans-serif;
}
.contacto_input :-moz-placeholder {
  color: #dfdfdf;
  font-family: 'Ubuntu-Light', sans-serif;
}
.contacto_input ::-moz-placeholder {
  color: #dfdfdf;
  font-family: 'Ubuntu-Light', sans-serif;
}
.contacto_input :-ms-input-placeholder {
  color: #dfdfdf;
  font-family: 'Ubuntu-Light', sans-serif;
}
.contacto_input label {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #535353;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.contacto_input label.active {
  color: #003c60;
  top: -20px;
  font-size: 13px;
  left: 0px;
}
.contacto_input input,
.contacto_input textarea {
  width: 100%;
  height: 40px;
  color: #dfdfdf;
  border-radius: 3px;
  border: solid 1px rgba(151,151,151,0.69);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.contacto_input input:focus,
.contacto_input textarea:focus {
  border: solid 1px #003c60;
  color: #003c60;
}
.contacto_input input:focus ~ label,
.contacto_input textarea:focus ~ label {
  color: #003c60;
  top: -20px;
  font-size: 13px;
  left: 0px;
}
.contacto_input textarea {
  height: 100px;
  padding-top: 13px;
}
.contacto_obligatorio {
  font-size: 12px;
  line-height: 1.75;
}
.contacto_btn {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .contacto_btn {
    text-align: center;
  }
}
.contacto_mapa {
  max-width: 1249px;
  width: 100%;
  height: 390px;
  margin: auto;
  margin-bottom: 35px;
}
.contacto_check {
  padding-bottom: 20px;
}
.contacto_check label {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.contacto_check input {
  position: absolute;
  top: 0;
  left: 0;
}
.contacto_check p {
  font-size: 13px;
  margin: 0;
}
.contacto_check a {
  color: #003c60;
  border-bottom: 1px solid #003c60;
}
.contacto_responsive_info {
  padding-top: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .contacto_responsive_info {
    display: block;
  }
}
body.showModal {
  overflow: hidden;
}
.openModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  background-color: rgba(0,0,0,0.8);
}
.openModal.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.closeModal {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .closeModal {
    color: #003c60;
  }
}
.open_modal_inner {
  max-width: 650px;
  width: 94%;
  margin: auto;
  background-color: #fff;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .open_modal_inner {
    position: relative;
    padding: 60px 30px;
  }
}
.open_modal_title h2 {
  margin-bottom: 30px;
  color: #003c60;
  font-weight: normal;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.open_modal_title p {
  text-align: justify;
}

.detalle {
  position: relative;
  padding: 88px 0px 52px 0px;
}
.detalle:after {
  content: "";
  width: 57%;
  height: 100%;
  background: #fdfdfd;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .detalle:after {
    width: 62%;
  }
}
@media screen and (max-width: 1260px) {
  .detalle:after {
    width: 62%;
  }
}
@media screen and (max-width: 1024px) {
  .detalle:after {
    width: 57%;
  }
}
@media screen and (max-width: 960px) {
  .detalle:after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .detalle.active .detalle_item_left {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .detalle.active .detalle_info_right {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.detalle_container {
  position: relative;
  z-index: 2;
  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;
}
.detalle_item_left {
  width: 387px;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .detalle_item_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .detalle_item_left {
    max-width: 500px;
    width: 100%;
    padding: 0;
    margin: auto;
  }
}
.detalle_title {
  padding-bottom: 54px;
}
.detalle_title h1 {
  color: #003c60;
  font-weight: normal;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.detalle_title h2 {
  font-size: 20px;
  font-weight: 'Ubuntu-Light', sans-serif;
  color: #012f4b;
}
.detalle_iconos {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
}
.detalle_iconos img {
  margin-bottom: 20px;
}
.detalle_etiqueta {
  color: #003c60;
  font-size: 13px;
  font-family: 'Ubuntu-Regular', sans-serif;
  padding-right: 30px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.detalle_etiqueta:before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #003c60;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.detalle_etiqueta p {
  margin: 0;
}
.detalle_img {
  position: relative;
}
.detalle_img img {
  width: 100%;
  height: auto;
  display: block;
}
.detalle_info_right {
  width: calc(100% - 387px);
  padding-left: calc(50px + (190 - 50) * ((100vw - 1024px) / (1920 - 1024)));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .detalle_info_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }
}
@media screen and (max-width: 1023px) {
  .detalle_info_right {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }
}
.detalle_subtitle {
  padding-bottom: 20px;
}
.detalle_subtitle h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Ubuntu-Light', sans-serif;
  color: #219a55;
}
.detalle_text {
  font-size: 16px;
  line-height: 1.31;
  color: #535353;
}
.detalle_inner_box {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(151,151,151,0.16);
  margin-bottom: 30px;
}
.detalle_inner_box:last-child {
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .detalle_inner_box {
    padding-bottom: 10px;
  }
}
.detalle_list {
  padding-bottom: 60px;
}
.detalle_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: 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;
}
@media screen and (max-width: 767px) {
  .detalle_list ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detalle_list li {
  color: #003c60;
  font-size: 16px;
  font-family: 'Ubuntu-Medium', sans-serif;
  border-right: 1px solid rgba(151,151,151,0.38);
  padding: 0 10px 0px 0px;
  margin-right: 10px;
}
.detalle_list li:last-child {
  border: none;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .detalle_list li {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }
}
.detalle_wrap_itms {
  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;
}
.detalle_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;
  width: 33.33333333%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .detalle_box {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 20px;
  }
}
.detalle_box_img {
  width: 30px;
}
.detalle_box_img img {
  width: 100%;
  height: auto;
  display: block;
}
.detalle_box_text {
  width: calc(100% - 30px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.detalle_box_text p {
  margin: 0;
}
.detalle_wrap_info_descarga {
  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;
}
.detalle_box_descarga {
  position: relative;
  padding-left: 40px;
  margin: 0;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .detalle_box_descarga {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 500px) {
  .detalle_box_descarga {
    width: 50%;
  }
}
.detalle_icono {
  font-size: 30px;
  color: #003c60;
  position: absolute;
  top: 3px;
  left: 4px;
  font-weight: bold;
}
.detalle_descarga_text {
  font-size: 14px;
  font-family: 'Lato-Regular', sans-serif;
  color: #003c60;
}
.detalle_descarga_text p {
  margin: 0;
}
.m_button_20 {
  margin-bottom: 30px;
}
.m_button_20:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .m_button_20:nth-last-child(-n + 4) {
    margin-bottom: 30px;
  }
}

.error {
  position: relative;
  padding: 80px 0px;
}
@media screen and (min-width: 1025px) {
  .error {
    padding: 130px 0px;
  }
}
.error_adorn_left,
.error_adorn_right {
  position: absolute;
  bottom: 100px;
  display: none;
}
@media screen and (min-width: 1201px) {
  .error_adorn_left,
  .error_adorn_right {
    display: block;
  }
}
.error_adorn_left {
  left: 0;
}
.error_adorn_right {
  right: 0;
}
.error_container {
  text-align: center;
}
.error_container.ww_center {
  max-width: 557px;
}
.error_fig {
  width: 59px;
  margin-bottom: 35px;
}
.error_fig img {
  width: 100%;
  height: auto;
  display: block;
}
.mensaje_enviado_img {
  width: 71px;
}
.mensaje_resultado {
  width: 89px;
}
.error_info h2 {
  color: #003c60;
  font-weight: normal;
  font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'Ubuntu-Medium', sans-serif;
  margin-bottom: 15px;
}
.error_info p {
  color: #014f7e;
  font-size: 16px;
  font-family: 'Ubuntu-Light', sans-serif;
}
.error_btn {
  padding-top: 20px;
}

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 11px;
  padding: 0px 36px;
  border: none;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_blue {
  background: #003c60;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .btn_blue:hover {
    background: #014f7e;
  }
}
.btn_white {
  border: 1px solid #003c60;
  color: #003c60;
}
@media screen and (min-width: 1025px) {
  .btn_white:hover {
    background: #014f7e;
    color: #fff;
  }
}
.btn_link {
  display: inline-block;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 14px;
  color: #003c60;
  padding-right: 32px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.btn_link span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .btn_link:hover {
    color: rgba(0,60,96,0.7);
  }
}
.btn_link_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: auto;
}
.btn_link_white {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .btn_link_white:hover {
    color: #fff;
  }
}

.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #219a55;
  color: $blanco;
  border: none;
  font-size: 12px;
  font-family: $t-0;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.title_m h1,
.title_m h2,
.title_m h3,
.title_m h4 {
  font-family: 'Ubuntu-Medium', sans-serif;
  margin: 0;
}
.title_r h1,
.title_r h2,
.title_r h3,
.title_r h4 {
  font-family: 'Ubuntu-Regular', sans-serif;
  margin: 0;
}
.title_60 h1,
.title_60 h2,
.title_60 h3,
.title_60 h4 {
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.title_45 h1,
.title_45 h2,
.title_45 h3,
.title_45 h4 {
  font-size: calc(28px + (45 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.title_40 h1,
.title_40 h2,
.title_40 h3,
.title_40 h4 {
  font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.title_35 h1,
.title_35 h2,
.title_35 h3,
.title_35 h4 {
  font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_30 h1,
.title_30 h2,
.title_30 h3,
.title_30 h4 {
  font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_25 h1,
.title_25 h2,
.title_25 h3,
.title_25 h4 {
  font-size: calc(22px + (25 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.title_green h1,
.title_green h2,
.title_green h3,
.title_green h4 {
  color: #7e9b33;
}
.title_blue h1,
.title_blue h2,
.title_blue h3,
.title_blue h4 {
  color: #003c60;
}

.resultado {
  padding: 70px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .resultado {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .resultado.active .resultado_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .resultado.active .resultado_texthead {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.resultado_content {
  max-width: 1144px;
}
.resultado_title {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .resultado_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.resultado_texthead {
  line-height: 1.1;
  color: #012f4b;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 17px;
}
.resultado_texthead p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .resultado_texthead {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.resultado_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.resultado_item {
  display: block;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 15px 74px 15px;
}
@media screen and (max-width: 1024px) {
  .resultado_item {
    width: 33.333333333333336%;
    padding: 50px 15px 0 15px;
  }
}
@media screen and (max-width: 681px) {
  .resultado_item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .resultado_item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.resultado_box {
  border: solid 0.5px rgba(116,116,116,0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  box-shadow: 0 0 14px 0 rgba(223,223,223,0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 0 35px 0;
}
@media screen and (min-width: 1025px) {
  .resultado_box:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
    box-shadow: 0 0 14px 0 rgba(223,223,223,0.5);
  }
  .resultado_box:hover .resultado_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.resultado_img {
  width: 82px;
  margin: 0 auto;
}
.resultado_img img {
  width: 100%;
  height: auto;
  display: block;
}
.resultado_subtitle {
  margin-top: 16px;
}
.resultado_subtitle h3 {
  line-height: 1;
  color: #012f4b;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .resultado_subtitle h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .resultado_subtitle h3 {
    font-size: 13px;
  }
}
.resultado_circle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #fff;
  color: #219a55;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  box-shadow: 0 0 10px 0 rgba(149,149,149,0.17);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
}
.resultado_link {
  text-align: center;
}











.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}



















































.footer {
  overflow: hidden;
  background: #003c60;
}
.footer_content {
  position: relative;
  padding: 63px 0 47px 0;
}
@media screen and (max-width: 767px) {
  .footer_content {
    padding: 30px 0 14px 0;
  }
}
.footer_bigtext {
  display: block;
  line-height: 1;
  color: #024166;
  font-family: 'latoblack', sans-serif;
  font-size: 330px;
  opacity: 0.74;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=74)";
  filter: alpha(opacity=74);
  position: absolute;
  bottom: -50px;
  left: 25px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_bigtext {
    font-size: 240px;
    bottom: -30px;
  }
}
@media screen and (max-width: 960px) {
  .footer_bigtext {
    font-size: 180px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bigtext {
    display: none;
  }
}
.footer_up {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer_up {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px /*265px*/;
    width: 100%;
    margin: 0 auto;
  }
}
.footer_left {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer_left {
    width: 32%;
  }
}
@media screen and (max-width: 960px) {
  .footer_left {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}
.footer_center {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .footer_center {
    width: 37%;
  }
}
@media screen and (max-width: 960px) {
  .footer_center {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .footer_center {
    width: 100%;
  }
}
.footer_right {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .footer_right {
    width: 31%;
  }
}
@media screen and (max-width: 960px) {
  .footer_right {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    display: none;
  }
}
.footer_menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 12px;
}
.footer_menu li:last-child {
  margin-bottom: 0;
}
.footer_menu a {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 13px;
  margin: 0;
}
.footer_email {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .footer_email {
    margin-bottom: 23px;
  }
}
.footer_ubication {
  /*max-width: 300px;*/
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_ubication {
    margin-top: 23px;
  }
}
.footer_box_subtitle {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 14px;
  margin: 0 0 8px 0;
}
.footer_box_text {
  line-height: 1.4;
  color: #fff;
  font-family: 'Ubuntu-Regular', sans-serif;
  font-size: 16px;
}
.footer_box_text p {
  margin: 0;
}
.footer_social {
  margin-top: 35px;
}
.footer_social_subtitle {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 14px;
  margin: 0 0 12px 0;
}
.footer_social_link {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.footer_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .footer_down {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 377px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.14);
    padding: 12px 0 0 0;
    margin: 34px auto 0 auto;
  }
}
.footer_logo {
  width: 152px;
  margin: 0;
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 152px;
    margin: 0 auto 42px auto;
  }
}
.footer_copyright {
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
    margin-bottom: 7px;
  }
}
.footer_copyright p {
  margin: 0;
}
.footer_team_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_team_link {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_team_link span {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 12px;
  margin: 0;
}
.footer_team_link figure {
  width: 65px;
  margin: 0 0 0 4px;
}
.footer_team_link img {
  width: 100%;
  height: auto;
  display: block;
}

.header {
  height: 67px;
  border-bottom: 1px solid #f1ecec;
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background-color: #fff;
  z-index: 1000;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #f1ecec;
}
.header_fixed.scroll {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.header_logo {
  margin: 0;
  display: inline-block;
}
.header_wrap_links {
  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;
}
.header_nav {
  margin-right: 25px;
}
@media screen and (max-width: 1025px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
.header_link {
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (min-width: 1025px) {
  .header_link:hover {
    border-bottom: 2px solid #003c60;
  }
  .header_link:hover .mega_menu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .header_link {
    margin-right: 0;
  }
}
.header_menu {
  color: #003c60;
  font-size: 13px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
}
.header_menu span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #003c60;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header_btn {
  margin-left: 35px;
}
.header_btn a {
  font-size: 13px;
}
.header_whatsapp a {
  margin: 0;
  font-size: 27px;
  color: #219a55;
}
@media screen and (max-width: 1025px) {
  .header_whatsapp {
    margin-right: 60px;
  }
}
.header_btn_responsive {
  display: none;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .header_btn_responsive {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header_btn_responsive {
    display: none;
  }
}
.mega_menu {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media screen and (max-width: 1025px) {
  .mega_menu {
    display: none;
  }
}
.mega_menu_container {
  -webkit-box-shadow: 0 2px 17px 0 rgba(230,230,230,0.5);
  box-shadow: 0 2px 17px 0 rgba(230,230,230,0.5);
  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;
  padding: 68px 123px 68px 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mega_menu_lef {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mega_menu_list {
  margin-bottom: 40px;
  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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 250px;
}
@media screen and (min-width: 1025px) {
  .mega_menu_list:hover .mega_menu_link {
    border-bottom: 1px solid #003c60;
    color: #003c60;
  }
}
.mega_menu_link {
  color: #90a6b3;
  font-size: 20px;
  font-family: 'Ubuntu-Medium', sans-serif;
  margin: 0;
  border-bottom: 1px solid transparent;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.mega_menu_link:before {
  content: '\e904';
  font-family: 'icomoon';
  font-size: 13px;
  color: #003c60;
  position: absolute;
  top: 8px;
  right: 0;
}
.mega_menu_subcategoria {
  width: 200px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  display: none;
}
.mega_menu_subcategoria a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Ubuntu-Regular', sans-serif;
  color: #90a6b3;
}
@media screen and (min-width: 1025px) {
  .mega_menu_subcategoria a:hover {
    color: #003c60;
  }
}
.mega_menu_right {
  border-left: solid 1px rgba(0,60,96,0.34);
  padding-left: 121px;
  padding-top: 22px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mega_menu_wrap_imagen {
  position: relative;
}
.mega_menu_img_1 {
  position: absolute;
  bottom: 90px;
  left: -80px;
  width: 157px;
  height: 119px;
  display: block;
  background: url("../img/img-mega-menu2.png") 0px 0px no-repeat;
}
.mega_menu_img_2 {
  position: absolute;
  top: 0;
  right: -80px;
  width: 150px;
  height: 189px;
  display: block;
  background: url("../img/img-mega-menu1.png") 0px 0px no-repeat;
}
.mega_menu_img {
  position: relative;
}
.mega_menu_img img {
  width: 100%;
  height: auto;
  display: block;
}
.mega_menu_btn {
  padding-top: 29px;
  text-align: center;
}
/* Hamburger Menu */
.btn_hamburguesa {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 1300;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.btn_hamburguesa b {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #003c60;
}
.btn_hamburguesa b:nth-child(1) {
  top: 0;
}
.btn_hamburguesa b:nth-child(2) {
  top: 50%;
}
.btn_hamburguesa b:nth-child(3) {
  top: 100%;
}
@media screen and (max-width: 1024px) {
  .btn_hamburguesa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.overlay_responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 800;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay_responsive.is-active {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.menu_responsive {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  z-index: 900;
  background-color: #fff;
  -webkit-transform: translateY(-180%);
  -moz-transform: translateY(-180%);
  -o-transform: translateY(-180%);
  -ms-transform: translateY(-180%);
  transform: translateY(-180%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: auto;
}
.menu_responsive.is-active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-height: 330px) {
  .menu_responsive {
    height: 100%;
  }
  .menu_responsive .menu_responsive_info {
    height: 100%;
  }
}
.menu_responsive_info {
  padding: 50px 0px;
}
.ul_responisve_link {
  text-align: center;
}
.ul_responisve_link .mega_menu {
  display: none;
}
.ul_responisve_link .header_link {
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.ul_responisve_link .header_menu span {
  display: none;
}
.ul_responisve_link .header_btn {
  margin: 0;
}
.ul_responisve_link .header_btn a {
  color: #003c60;
  font-size: 13px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  height: auto;
  line-height: normal;
  position: relative;
  border: none;
}
