.b1cobertura {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .b1cobertura {
    padding-bottom: 50px;
  }
}
.b1cobertura_img {
  width: 100%;
  height: 536px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b1cobertura_main {
  text-align: center;
}
.b1cobertura_main.wancho {
  max-width: 1150px;
}
.b1cobertura_title {
  display: inline-block;
  background: #fff;
  padding: 50px 130px 86px 130px;
  margin-top: -70px;
}
.b1cobertura_title h1,
.b1cobertura_title h2,
.b1cobertura_title h3,
.b1cobertura_title h4 {
  color: #ff3212;
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .b1cobertura_title {
    padding: 50px 20px;
  }
  .b1cobertura_title h1 {
    font-size: 28px;
  }
}
.b1cobertura_article {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b1cobertura_article {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}
.b1cobertura_map {
  width: 521px;
  margin: 0;
}
.b1cobertura_map img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b1cobertura_map {
    width: 380px;
  }
}
@media screen and (max-width: 900px) {
  .b1cobertura_map {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .b1cobertura_map {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.b1cobertura_container {
  width: calc(100% - 521px);
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-top: 125px;
}
@media screen and (max-width: 1024px) {
  .b1cobertura_container {
    padding-left: 40px;
    padding-top: 50px;
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 900px) {
  .b1cobertura_container {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .b1cobertura_container {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
.b1cobertura_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.b1cobertura_box {
  width: 30%;
  text-align: center;
  margin-right: 4%;
}
.b1cobertura_box:nth-child(3n+3) {
  margin-right: 0;
}
.b1cobertura_box span {
  font-size: 48px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  display: block;
  color: #000;
}
.b1cobertura_box p {
  color: #000;
  font-size: 17px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b1cobertura_box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 840px) {
  .b1cobertura_box span {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b1cobertura_box p {
    font-size: 12px;
  }
}
.b1cobertura_content {
  margin-top: 50px;
}
.b1cobertura_content p {
  font-size: 16px;
}
.b1cobertura_content h2 {
  color: #000;
  font-weight: normal;
  font-size: 17px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  padding-top: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b1cobertura_content {
    margin-top: 40px;
  }
  .b1cobertura_content h2 {
    padding-top: 40px;
  }
}

.b1contacto {
  background: #fff;
  padding: 55px 0 0 0;
}
.b1contacto_content {
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto;
}
.b1contacto_title {
  margin-bottom: 50px;
}
.b1contacto_map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .b1contacto {
    padding: 50px 0 0 0;
  }
  .b1contacto_map {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto {
    padding: 40px 0 0 0;
  }
  .b1contacto_title {
    margin-bottom: 40px;
  }
}

.b1home {
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 0 15px;
}
.b1home_slider {
  height: 700px;
  overflow: hidden;
}

.b1home_video_bg{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.b1home_video_bg:before{ 
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    position: absolute;
    top: 0;
    left: 0;
}

.b1home_slider .owl-item{
  display: inline-block;
}
.b1home_slider li {
  height: 700px;
}
.b1home_slider li.active .b1home_title h1 {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.b1home_slider li.active .b1home_link a {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.b1home_slider .bx-wrapper .bx-pager,
.b1home_slider .bx-wrapper .bx-controls-auto {
  display: none;
  z-index: 70;
  bottom: 29px;
}

.b1-home-video .b1home_banner:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
}
.owl-item.active .b1home_title h1{
-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.owl-item.active .b1home_link a{
-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.b1home_block {
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 180px;
}

.b1home_block video{
  min-width: 100%;
  min-height: 100%;
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
}

.b1home_banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.b1home_info {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
.b1home_title {
  overflow: hidden;
  margin-bottom: 45px;
}
.b1home_title h1 {
  line-height: 1.1;
  color: #000;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 50px;
  font-weight: normal;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.b1home_title strong {
  color: #ff3212;
  font-weight: normal;
}
.b1home_link {
  overflow: hidden;
}
.b1home_link a {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
.b1home_prev {
  width: 135px;
  height: 377px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 70;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b1home_prev:hover .b1home_circle_prev {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
  }
  .b1home_prev:hover .b1home_icon_prev {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
  }
  .b1home_prev:hover .b1home_icon_prev:after {
    width: 94px;
  }
}
.b1home_circle_prev {
  display: block;
  width: 105px;
  height: 377px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  top: 50%;
  left: 0;
}
.b1home_circle_prev:before {
  content: "";
  display: block;
  width: 272px;
  height: 377px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.b1home_icon_prev {
  display: block;
  width: 94px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  top: 50%;
  right: 0;
}
.b1home_icon_prev:before {
  content: "\e903";
  display: block;
  width: 12px;
  height: 25px;
  font-family: 'icomoon';
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_icon_prev:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.35s;
  -moz-transition: width 0.35s;
  -o-transition: width 0.35s;
  -ms-transition: width 0.35s;
  transition: width 0.35s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.b1home_next {
  width: 135px;
  height: 377px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .b1home_next:hover .b1home_circle_next {
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
  .b1home_next:hover .b1home_icon_next {
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
  .b1home_next:hover .b1home_icon_next:after {
    width: 94px;
  }
}
.b1home_circle_next {
  display: block;
  width: 105px;
  height: 377px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  top: 50%;
  right: 0;
}
.b1home_circle_next:before {
  content: "";
  display: block;
  width: 272px;
  height: 377px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_icon_next {
  display: block;
  width: 94px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  top: 50%;
  left: 0;
}
.b1home_icon_next:before {
  content: "\e90a";
  display: block;
  width: 12px;
  height: 25px;
  font-family: 'icomoon';
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.b1home_icon_next:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.35s;
  -moz-transition: width 0.35s;
  -o-transition: width 0.35s;
  -ms-transition: width 0.35s;
  transition: width 0.35s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .b1home_slider {
    height: 500px;
  }
  .b1home_slider li {
    height: 500px;
  }
  .b1home_block {
    padding: 0 85px;
  }
  .b1home_info {
    max-width: 420px;
  }
  .b1home_title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_block {
    padding: 0 55px;
  }
  .b1home_info {
    max-width: 320px;
  }
  .b1home_title h1 {
    font-size: 36px;
  }
  .b1home_prev,
  .b1home_next {
    width: 60px;
  }
  .b1home_circle_prev,
  .b1home_circle_next {
    width: 40px;
  }
  .b1home_icon_prev,
  .b1home_icon_next {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {

  .b1home_video_bg{
    display: block;
  }
  .b1home_banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    position: absolute;
    top: 0;
    left: 0;
  }
  .b1home_block {
    padding: 0 25px;
  }
  .b1home_info {
    text-align: center;
    margin: 0 auto;
  }
  .b1home_title h1 {
    font-size: 28px;
  }
  .b1home_prev,
  .b1home_next {
    display: none;
  }
  .b1home_icon_prev,
  .b1home_icon_next {
    width: 30px;
  }
  .b1home_icon_prev:after,
  .b1home_icon_next:after {
    display: none;
  }
  .b1home_slider .bx-wrapper .bx-pager,
  .b1home_slider .bx-wrapper .bx-controls-auto {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b1home_banner {
    background-position: 66% 0;
  }
}

.lg-backdrop {
  z-index: 4800;
}
.lg-outer {
  z-index: 5000;
}
.b1nosotros {
  padding-top: 73px;
}
@media screen and (max-width: 1024px) {
  .b1nosotros {
    padding-top: 40px;
  }
}
.b1nosotros_title {
  text-align: center;
  padding-bottom: 75px;
}
.b1nosotros_title.wancho {
  max-width: 872px;
}
.b1nosotros_title .title_bold35 h1,
.b1nosotros_title .title_bold35 h2,
.b1nosotros_title .title_bold35 h3,
.b1nosotros_title .title_bold35 h4 {
  margin-bottom: 40px;
}
.b1nosotros_title p {
  color: #808080;
  font-size: 16px;
}
.b1nosotros_title p strong {
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.b1nosotros_figure {
  position: relative;
}
.b1nosotros_img {
  max-width: 1330px;
  width: 100%;
  height: 454px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.b1nosotros_img:before {
  content: '';
  background: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .b1nosotros_img {
    height: 350px;
  }
}
.b1nosotros_ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  color: #ff3212;
  display: inline-block;
  z-index: 5;
  width: 60px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0.4);
  box-shadow: 0 0 0 rgba(255,255,255,0.4);
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.b1nosotros_ico:before {
  position: relative;
  z-index: 10;
  font-size: 25px;
  right: -2px;
}
.b1nosotros_ico:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.b1nosotros_cnt_itm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  padding: 79px 0px;
}
@media screen and (max-width: 1024px) {
  .b1nosotros_cnt_itm {
    padding: 50px 0px;
  }
}
.b1nosotros_itm {
  width: 33.33333333%;
  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;
  padding: 0px 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1nosotros_itm {
    padding: 0px 20px;
  }
}
.b1nosotros_img2 {
  width: 38px;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.b1nosotros_img2 img {
  width: 100%;
  height: auto;
  display: block;
}
.b1nosotros_text {
  width: calc(100% - 38px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.b1nosotros_text h2,
.b1nosotros_text h3,
.b1nosotros_text h4,
.b1nosotros_text h5 {
  font-size: 15px;
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  color: #000;
  margin-bottom: 18px;
}
@media screen and (max-width: 820px) {
  .b1nosotros_itm {
    width: 50%;
    margin-bottom: 30px;
  }
  .b1nosotros_itm:last-child {
    margin-bottom: 0;
  }
  .b1nosotros_cnt_itm {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .b1nosotros_itm {
    width: 100%;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(255,255,255,0);
    box-shadow: 0 0 0 18px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(255,255,255,0);
    box-shadow: 0 0 0 18px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(255,255,255,0);
    box-shadow: 0 0 0 18px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 18px rgba(255,255,255,0);
    box-shadow: 0 0 0 18px rgba(255,255,255,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

.b2cobertura {
  background: #e0ecf0;
  padding: 72px 0px;
}
.b2cobertura_body.wancho {
  max-width: 1280px;
}
.b2cobertura_title {
  max-width: 730px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.b2cobertura_title h2 {
  color: #000;
  font-size: 35px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .b2cobertura_title h2 {
    font-size: 28px;
  }
}
.b2cobertura_itm {
  max-width: 170px;
  width: 100%;
  position: relative;
  padding-top: 50px;
  margin-top: -30px;
}
.b2cobertura_itm:before {
  content: '';
  position: absolute;
  top: 0;
  right: 22px;
  width: 10px;
  height: 10px;
  background: #a1bf18;
  display: block;
  border-radius: 50%;
}
.b2cobertura_img {
  max-width: 512px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.b2cobertura_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2cobertura_items,
.new_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-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2cobertura_img2 {
  width: 60px;
  margin: 0 0 0 auto;
}
.b2cobertura_img2 img {
  width: 100%;
  height: auto;
  display: block;
}
.new_Box {
  text-align: right;
}
.new_Box:last-child {
  text-align: left;
}
.new_Box:last-child .b2cobertura_itm:last-child {
  margin-top: -146px;
}
.new_Box:last-child .b2cobertura_img2 {
  margin: 0;
}
.new_Box:last-child .b2cobertura_itm:before {
  right: inherit;
  left: 22px;
}
.new_Box:first-child .b2cobertura_itm:first-child {
  margin-top: -146px;
}
.b2cobertura_items {
  position: relative;
  padding-top: 10px;
}
.b2cobertura_items:before {
  content: '';
  position: absolute;
  top: -133px;
  pointer-events: none;
  left: 0;
  right: 0;
  max-width: 953px;
  width: 100%;
  height: 131px;
  display: block;
  margin: auto;
  background: url("../img/linea-cobertura.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.new_Box {
  max-width: 486px;
  width: 100%;
}
.b2cobertura_text {
  padding-top: 30px;
  font-size: 16px;
  font-family: 'ProximaNova-Regular', sans-serif;
}
@media screen and (max-width: 1260px) {
  .b2cobertura_items:before {
    display: none;
  }
  .b2cobertura_itm:before {
    display: none;
  }
  .b2cobertura_itm {
    margin-top: 0 !important;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b2cobertura_img2 {
    margin: auto !important;
  }
  .b2cobertura_text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .b2cobertura_itm {
    max-width: inherit;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .b2cobertura_itm {
    width: 100%;
    margin-top: 40px !important;
  }
}

.b2contacto {
  padding: 70px 0 84px 0;
}
.b2contacto_title {
  max-width: 332px;
  width: 100%;
  margin: 0;
}
.b2contacto_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2contacto_info {
  width: 270px;
  padding-top: 60px;
}
.b2contacto_box {
  line-height: 1.2;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
}
.b2contacto_box ul{
  font-size: 16px;
}
.b2contacto_box h3 {
  line-height: 1;
  color: #000;
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.b2contacto_box:last-child {
  margin-bottom: 0;
}
.b2contacto_form {
  width: 62.4%;
  padding: 40px 0 0 0;
}
.b2contacto_campos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2contacto_campos li {
  width: 48.5%;
  margin: 0 0 15px 0;
}
.b2contacto_campos li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.b2contacto_button {
  margin-top: 50px;
}
.b2contacto_button .b1button_text {
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .b2contacto {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b2contacto_form {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .b2contacto {
    padding: 40px 0;
  }
  .b2contacto_title {
    max-width: none;
    text-align: center;
  }
  .b2contacto_info {
    display: none;
  }
  .b2contacto_form {
    width: 100%;
  }
  .b2contacto_button {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b2contacto_campos ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b2contacto_campos li {
    width: 100%;
  }
}

.b2home {
  padding: 0 80px;
}
.b2home_content.wancho {
  max-width: 1255px;
}
.b2home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 65px 7.86% 75px 7.86%;
}
.b2home_title {
  width: 47%;
}
.b2home_text {
  width: 37%;
  line-height: 1.2;
  color: #808080;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
}
.b2home_text p {
  margin: 0;
}
.b2home_text strong {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-weight: normal;
}
.b2home_slider li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  float: left !important;
}
.b2home_slider .slick-prev,
.b2home_slider .slick-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: 110px;
  z-index: 70;
}
.b2home_slider .slick-prev:before,
.b2home_slider .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  color: #ff3212;
  font-family: 'icomoon';
  font-size: 37px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -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;
}
@media screen and (min-width: 1025px) {
  .b2home_slider .slick-prev:hover:before,
  .b2home_slider .slick-next:hover:before {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
  }
}
.b2home_slider .slick-prev {
  left: -80px;
}
.b2home_slider .slick-prev:before {
  content: "\e909";
}
.b2home_slider .slick-next {
  right: -80px;
}
.b2home_slider .slick-next:before {
  content: "\e907";
}
.b2home_link {
  text-align: right;
  padding-right: 10%;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .b2home {
    padding: 0 40px;
  }
  .b2home_head {
    padding: 50px 30px;
  }
  .b2home_slider .slick-prev {
    left: -40px;
  }
  .b2home_slider .slick-next {
    right: -40px;
  }
  .b2home_link {
    font-size: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b2home_title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .b2home_text {
    width: 100%;
    text-align: center;
  }
  .b2home_link {
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home_head {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .b2home {
    padding: 0;
  }
  .b2home_head {
    padding: 40px 0;
  }
  .b2home_link {
    margin-top: 10px;
  }
}

.b2nosotros {
  background: #e0ecf0;
  padding: 69px 0px;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2nosotros_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.b2nosotros_wrap.wancho {
  max-width: 1002px;
}
.b2nosotros_itm {
  width: 48%;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  margin-right: 4%;
  padding-top: 55px;
}
.b2nosotros_itm:nth-child(even) {
  padding-top: 0;
  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;
  margin-right: 0;
}
.b2nosotros_itm:nth-child(even) .b2nosotros_img {
  margin-bottom: 40px;
}
.b2nosotros_itm:nth-child(even) .b2nosotros_title {
  padding-bottom: 0;
}
.b2nosotros_title {
  padding-bottom: 40px;
  padding-left: 28px;
  padding-right: 28px;
}
.b2nosotros_title p {
  color: #000;
  font-size: 16px;
  padding-top: 25px;
}
.b2nosotros_title p strong {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.b2nosotros_img {
  width: 100%;
}
.b2nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .b2nosotros_itm {
    width: 100%;
    margin: auto;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .b2nosotros_itm:nth-child(even) {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
  }
  .b2nosotros_itm:nth-child(even) .b2nosotros_title {
    padding-bottom: 20px;
  }
  .b2nosotros_title {
    padding-bottom: 20px;
  }
}

.b3home {
  padding-top: 123px;
  padding-bottom: 106px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.b3home .slick-list{
  padding: 0 !important;
}
.b3home .wancho {
  max-width: 1420px;
}
.b3home_content {
  height: 593px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.b3home_bg_isotipo {
  position: absolute;
  z-index: -1;
  width: 472px;
  height: 326px;
  top: -17px;
  right: -87px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.b3home_slider {
  /*max-width: 1100px;*/
  width: 75%;
  height: 593px;
}
.b3home_slider li {
  position: relative;
/*  max-width: 1100px;
  width: 100% !important;*/
}
.b3home_block {
  max-width: 1100px;
  width: 100%;
  height: 593px;
}
.b3home_block figure {
  max-width: 1100px;
  width: 100%;
  height: 593px;
  display: block;
}
.b3home_prev,
.b3home_next {
  width: 68px;
  height: 66px;
  background: #000;
  position: relative;
  cursor: pointer;
}
.b3home_prev:before,
.b3home_next:before {
  position: absolute;
  top: 0;
  line-height: 66px;
  right: 10px;
  content: "\e607";
  color: #fff;
  font-size: 25px;
  font-family: 'icomoon';
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b3home_next:before {
  right: initial;
  left: 10px;
  content: "\e606";
}
.b3home_prev:hover:before {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.b3home_next:hover:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.b3home_banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b3home_box_tecnology {
  max-width: 455px;
  height: auto;
  background-color: #ff3212;
  position: relative;
  margin-left: -136px;
  z-index: 102;
}
.b3home_box_tecnology_content {
  width: 455px;
}

.b3home_box_tecnology_content_item{
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 59px 58px 36px 37px;
  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;
}


.b3home_btec_h2 h2 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 35px;
  line-height: 45px;
}
.b3home_btec_p {
  margin-top: 31px;
  font-size: 16px;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.b3home_btec_p p {
  margin: 0;
  line-height: 23px;
}
.b3home_btec_p strong {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.b3home_btec_btn {
  margin-top: 36px;
}
.b3home_btec_btn_slider {
  position: absolute;
  top: -66px;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .b3home_block {
    width: 91%;
  }
  .b3home_block figure {
    width: 91%;
  }
  .b3home_btec_h2 h2 {
    font-family: 'AktivGroteskW01-Bold', sans-serif;
    font-size: 30px;
    line-height: 34px;
  }
  .b3home_bg_isotipo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b3home_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b3home_block {
    height: 400px;
  }
  .b3home_block figure {
    height: 400px;
  }
  .b3home_box_tecnology {
    width: 100%;
    height: auto;
    margin-left: initial;
  }
  .b3home_box_tecnology_content_item {
    padding: 30px 37px 36px;
  }
  .b3home {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .b3home_slider{
    height: auto;
    width: 100%;
  }

  .b3home_content{
    height: auto;
  }

  .b3home_block {
    width: 100%;
  }
  .b3home_block figure {
    width: 100%;
  }

  .b3home_box_tecnology{
    max-width: 100%;
  }

  .b3home_box_tecnology_content{
    width: 100%;
  }
}
@media screen and (max-width: 545px) {
  .b3home_block {
    width: 100%;
    height: 300px;
  }
  .b3home_block figure {
    width: 100%;
    height: 300px;
  }
  .b3home_box_tecnology {
    width: 100%;
  }
  .b3home_box_tecnology_content_item {
    padding: 30px 15px 36px;
    width: 100%;
  }
  .b3home {
    padding-bottom: 60px;
  }
}

.b3nosotros {
  padding-bottom: 47px;
}
@media screen and (max-width: 1080px) {
  .b3nosotros {
    padding-top: 50px;
  }
}
.b3nosotros_itm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
}
.b3nosotros_box_inner {
  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;
  width: 100%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .b3nosotros_box_inner {
    max-width: 620px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .b3nosotros_box_inner {
    width: 90%;
  }
}
.b3nosotros_img1 {
  width: 175px;
  margin: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.b3nosotros_img1 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 520px) {
  .b3nosotros_img1 {
    margin: auto;
  }
}
.b3nosotros_info {
  width: calc(100% - 175px);
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3nosotros_info h3 {
  color: #000;
  font-size: 13px;
  font-family: 'ProximaNova-Regular', sans-serif;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.b3nosotros_info p {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 35px;
  color: #ff3212;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b3nosotros_info {
    padding-left: 20px;
  }
  .b3nosotros_info p {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .b3nosotros_info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.b3nosotros_img2 {
  width: calc(100% - 620px);
  position: relative;
  top: -80px;
}
.b3nosotros_img2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b3nosotros_img2 {
    display: none;
  }
}

.b4home {
  width: calc(100% - 30px);
  background: #e0ecf0;
  padding: 0 0 97px 0;
  margin: 0 auto;
}
.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-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b4home_info {
  width: 43.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 115px 0 0 80px;
}
.b4home_text {
  line-height: 18px;
  color: #808080;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  margin-top: 55px;
  margin-bottom: 60px;
}
.b4home_text p {
  margin-bottom: 15px;
}
.b4home_text p:last-child {
  margin-bottom: 0;
}
.b4home_text strong {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-weight: normal;
}
.b4home_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49.7%;
  padding-top: 87px;
}
.b4home_item {
  width: 50%;
}
.b4home_item:first-child {
  padding-top: 68px;
}
.b4home_img {
  width: 100%;
  position: relative;
  margin: 0;
}
.b4home_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b4home_number {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 70px;
  position: absolute;
  bottom: -9px;
  left: 25px;
}
.b4home_img_text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  line-height: 1.1;
  background: #fff;
  color: #000;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
.b4home_img_text p {
  margin: 0;
}
.b4home_img_text strong {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-weight: normal;
}
.b4home_link_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b4home_info {
    width: 37%;
    padding: 70px 0 0 0;
  }
  .b4home_items {
    width: 55%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b4home_number {
    font-size: 60px;
    left: 15px;
  }
  .b4home_img_text {
    font-size: 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .b4home {
    padding: 40px 0;
  }
  .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;
  }
  .b4home_info {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .b4home_text {
    margin: 40px 0;
  }
  .b4home_link {
    display: none;
  }
  .b4home_link_mobile {
    display: block;
    text-align: center;
  }
  .b4home_items {
    max-width: 596px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .b4home_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 298px;
  }
  .b4home_item {
    width: 100%;
  }
  .b4home_item:first-child {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .b4home_number {
    font-size: 50px;
  }
}

.categorias_banner {
  width: 100%;
  height: 428px;
}
.categorias_background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.categorias_banner_box {
  max-width: 1150px;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.categorias_banner_title {
  max-width: 410px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  margin-right: 0;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.categorias_container {
  max-width: 1240px;
  padding: 68px 20px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: 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;
}
.categorias_nav {
  width: 330px;
  position: relative;
}
.categorias_nav_box {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 17px;
  color: #808080;
}
.categorias_nav_box li {
  border-bottom: 1px solid #d7d7d7;
}
.categorias_nav_box li a {
  display: block;
  color: #808080;
  padding: 30px 15px;
}
.categorias_nav_box li a.active {
  color: #ff3212;
}
.categorias_nav_box li:last-child {
  border-bottom: none;
}
.categorias_nav_contact {
  background: #ff3212;
  width: 100%;
  padding: 65px 35px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
}
.categorias_contact_title {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 17px;
  color: #fff;
}
.categorias_contact_title h4{
  font-size: 17px;
}
.categorias_contact_box {
  padding-bottom: 20px;
}
.categorias_contact_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  color: #fff;
}
.categorias_contact_text p {
  margin-bottom: 0;
  margin-top: 15px;
}
.categorias_contact_text a {
  display: block;
  margin-top: 12px;
  color: #fff;
}
.categorias_contact_link {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 17px;
  color: #fff;
}
.categorias_contact_link a {
  color: #fff;
  text-decoration: underline;
}
.categorias_content {
  width: calc(100% - 380px);
  padding-top: 20px;
}
.categorias_title {
  padding-bottom: 42px;
}
.categorias_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 19px;
  color: #808080;
  padding-bottom: 25px;
}
.categorias_text p {
  margin-bottom: 0;
}
.categorias_info {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 15px;
  color: #808080;
  padding-bottom: 45px;
}
.categorias_info p {
  margin-bottom: 0;
}
.categorias_info strong {
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.categorias_box_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.categorias_item {
  display: block;
  width: 47%;
  margin: 0 5% 0 0;
  margin-bottom: 36px;
  border: 1px solid #ededed;
}
.categorias_item:nth-child(2n + 2) {
  margin-right: 0;
}
.categorias_img {
  overflow: hidden;
}
.categorias_img img {
  width: 100%;
  height: auto;
  display: block;
}
.categorias_box {
  width: 100%;
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.categorias_item_title {
  padding-bottom: 16px;
}
.categorias_item_title h3 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.categorias_item_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  color: #808080;
  padding-bottom: 24px;
}
.categorias_item_text p {
  margin-bottom: 0;
}
.categorias_item_text strong {
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.categorias_item_btn .b2button {
  display: inline-block;
}
.categorias_btn_responsive {
  margin: auto;
  background: #ff3212;
  color: #fff;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: none;
}
.categorias_btn_responsive.is-active .categorias_btn_icon:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
  -moz-transform: translate(-2px, 0) rotate(45deg);
  -o-transform: translate(-2px, 0) rotate(45deg);
  -ms-transform: translate(-2px, 0) rotate(45deg);
  transform: translate(-2px, 0) rotate(45deg);
}
.categorias_btn_responsive.is-active .categorias_btn_icon:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
  -moz-transform: translate(2px, 0) rotate(-45deg);
  -o-transform: translate(2px, 0) rotate(-45deg);
  -ms-transform: translate(2px, 0) rotate(-45deg);
  transform: translate(2px, 0) rotate(-45deg);
}
.categorias_btn_text {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.categorias_btn_icon {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
  -moz-transform: translate(-6px, 0);
  -o-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  margin-top: 19px;
  right: 0;
}
.categorias_btn_icon:before,
.categorias_btn_icon:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
  -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;
}
.categorias_btn_icon:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  -moz-transform: translate(2px, 0) rotate(45deg);
  -o-transform: translate(2px, 0) rotate(45deg);
  -ms-transform: translate(2px, 0) rotate(45deg);
  transform: translate(2px, 0) rotate(45deg);
}
.categorias_btn_icon:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
  -moz-transform: translate(-2px, 0) rotate(-45deg);
  -o-transform: translate(-2px, 0) rotate(-45deg);
  -ms-transform: translate(-2px, 0) rotate(-45deg);
  transform: translate(-2px, 0) rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .categorias_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
  }
  .categorias_item:hover .categorias_img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  .categorias_item:hover .categorias_item_btn .b2button:before {
    color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .categorias_item:hover .categorias_item_btn .b2button:after {
    background: #000;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .categorias_item:hover .categorias_item_btn .b2button .b2button_text {
    color: #000;
  }
  .categorias_item:hover .categorias_item_btn .b2button .b2button_text1 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .categorias_item:hover .categorias_item_btn .b2button .b2button_text2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .categorias_container {
    padding: 68px 15px 35px;
  }
  .categorias_nav {
    width: 100%;
  }
  .categorias_content {
    width: 100%;
    padding-top: 0;
  }
  .categorias_item {
    width: 30.5%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .categorias_item:nth-child(2n+ 2) {
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .categorias_banner_box {
    padding: 50px 20px;
  }
  .categorias_banner {
    height: 250px;
  }
  .categorias_nav_contact {
    display: none;
  }
  .categorias_title {
    padding-bottom: 30px;
  }
  .categorias_container {
    padding: 60px 15px;
  }
  .categorias_item_text {
    font-size: 13px;
  }
  .categorias_box {
    padding: 20px 15px;
  }
  .categorias_text {
    font-size: 15px;
  }
  .categorias_btn_responsive {
    display: block;
  }
  .categorias_nav_box {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }
  .categorias_nav_box ul {
    display: none;
  }
  .categorias_nav_list {
    margin-bottom: 60px;
  }
  .categorias_nav_box li a {
    padding: 20px 15px;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .categorias_item {
    width: 47.5%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .categorias_item:nth-child(2n+ 2) {
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .categorias_container {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 500px) {
  .categorias_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .categorias_item:nth-child(2n+ 2) {
    margin: 0 0 20px;
  }
  .categorias_info {
    font-size: 13px;
  }
  .categorias_text {
    font-size: 14px;
  }
  .categorias_banner {
    height: 220px;
  }
  .categorias_container {
    padding: 40px 15px;
  }
  .categorias_nav_list {
    margin-bottom: 45px;
  }
  .categorias_nav_box {
    font-size: 15px;
  }
}

.ms_error {
  width: 100%;
  padding: 117px 0px;
  background: #e0ecf0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ms_error {
    padding: 80px 0px;
  }
}
.ms_error_center.wancho {
  max-width: 500px;
}
.ms_error_center h2 {
  font-size: 100px;
  color: #ff3212;
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  margin-bottom: 50px;
}
.ms_error_center h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  color: #000;
  margin-bottom: 50px;
}
.ms_error_center p {
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ms_error_center h2 {
    font-size: 50px;
  }
  .ms_error_center h3 {
    margin-bottom: 20px;
  }
}
.ms_error_btn {
  padding-top: 57px;
}

.b1button {
  display: inline-block;
  height: 45px;
  overflow: hidden;
  background: none;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 0;
  width: 200px;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .b1button:hover .b1button_text1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .b1button:hover .b1button_text2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b1button_text {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  font-size: 14px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 36px;
}
.b1button_text1 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b1button_text2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.b1button_rojo {
  background: #ff3212;
}
@media screen and (min-width: 1025px) {
  .b1button_rojo:hover {
    background: #ff3212;
  }
}
.b2button {
  background: none;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.b2button:before {
  content: "\e911";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #000;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.b2button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b2button:hover:before {
    color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .b2button:hover:after {
    background: #000;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .b2button:hover .b2button_text {
    color: #000;
  }
  .b2button:hover .b2button_text1 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .b2button:hover .b2button_text2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b2button_text {
  display: inline-block;
  color: #000;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 5px 0 5px 15px;
}
.b2button_text1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b2button_text2 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
}
.b3button {
  background: none;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.b3button:before {
  content: "\e911";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #ff3212;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.b3button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ff3212;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b3button:hover:before {
    color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .b3button:hover:after {
    background: #000;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .b3button:hover .b3button_text {
    color: #000;
  }
  .b3button:hover .b3button_text1 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .b3button:hover .b3button_text2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b3button_text {
  display: inline-block;
  color: #ff3212;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 5px 0 5px 15px;
}
.b3button_text1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.b3button_text2 {
  color: #f00;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
}
.b3button_blanco:before {
  color: #fff;
}
.b3button_blanco:after {
  background: #fff;
}
.b3button_blanco .b3button_text {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b3button_blanco:hover:before {
    color: #fff;
  }
  .b3button_blanco:hover:after {
    background: #fff;
  }
  .b3button_blanco:hover .b3button_text {
    color: #fff;
  }
}

.general__input .general__input__input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  border: 1px solid #ededed;
  background: none;
  color: #808080;
  font-size: 16px;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.general__input .general__input__input:focus {
  outline: none;
  border: 1px solid c-9;
}
.general__input--white .general__input__input {
  color: #fff;
  border: 1px solid #fff;
}
.general__input--white .general__input__input:focus {
  border: 1px solid #fff;
}
.general__input--white ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--white :-moz-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--white ::-moz-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--white :-ms-input-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--white .general__input__ico {
  color: #fff;
}
.general__input--white option {
  color: #ff3212;
}
.general__input--transparent .general__input__input {
  color: #fff;
  border: 1px solid transparent;
  background: rgba(255,255,255,0.2);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.general__input--transparent ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--transparent :-moz-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--transparent ::-moz-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--transparent :-ms-input-placeholder {
  color: #fff;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.general__input--transparent .general__input__ico {
  color: #fff;
}
.general__input--transparent option {
  color: #ff3212;
}
.general__input--textarea .general__input__input {
  line-height: 1.1;
  padding-top: 10px;
}
.general__input--select {
  position: relative;
}
.general__input--select select {
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.general__input--select select::-ms-expand {
  display: none;
}
.general__input--center {
  text-align: center;
}
.general__input--center .general__input__input {
  text-align: center;
}
.general__input__inside {
  position: relative;
}
.general__input__ico {
  display: block;
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 45px;
  pointer-events: none;
  z-index: 2;
  color: #808080;
}
.general__input__ico__left {
  left: 15px;
}
.general__input__ico__right {
  right: 15px;
}
.general__input__icon--left .general__input__input {
  padding-left: 45px;
}
.general__input__icon--right .general__input__input {
  padding-right: 45px;
}
.general__input__icon--all .general__input__input {
  padding-right: 35px;
  padding-left: 35px;
}
.general__input__file {
  position: relative;
}
.general__input__file input[type="file"] {
  display: none;
}
.general__input__file__label {
  width: 100%;
  height: 45px;
  position: relative;
  display: block;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  background: none;
  color: #808080;
  font-size: 14px;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  cursor: pointer;
}
.general__input__file__text {
  color: #808080;
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.general__input__file__ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  pointer-events: none;
  z-index: 2;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.general__input__file__ico--ico {
  font-size: 16px;
  color: #808080;
  line-height: 45px;
}
.general__input__file__label {
  padding-right: 45px;
}
@media screen and (max-width: 1024px) {
  .general__input__file__ico--ico {
    display: block;
  }
  .general__input__file__ico {
    padding: 0 18px;
  }
}
.general__input--check--radio input[type="checkbox"],
.general__input--check--radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 0;
}
.general__input--check--radio--label {
  display: inline-block;
}
.general__input__inside__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.general__input__figure {
  position: relative;
}
.general__input__figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.general__input__figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.general__input__text {
  font-size: 14px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
}
.general__input--radio .general__input__figure {
  width: 13px;
  height: 13px;
}
.general__input--radio .general__input__figure:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.general__input--radio .general__input__figure:after {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ff3212;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.general__input--check--radio input[type="radio"]:checked + .general__input--check--radio--label .general__input__figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.general__input--checkbox .general__input__figure {
  width: 17px;
  height: 17px;
}
.general__input--checkbox .general__input__figure:before {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.general__input--checkbox .general__input__figure:after {
  content: "✔";
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ff3212;
}
.general__input--check--radio input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.general__input--checkbox--white .general__input__figure:before {
  border: 1px solid #fff;
}
.general__input--checkbox--white .general__input__figure:after {
  color: c-8;
}
.general__input--checkbox--white .general__input__text {
  color: #fff;
}
.general__input--checkbox--white input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:before {
  background: #fff;
}
.general__input--radio--white .general__input__figure:before {
  border: 1px solid #fff;
}
.general__input--radio--white .general__input__figure:after {
  background: #fff;
}
.general__input--radio--white .general__input__text {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .general__input .general__input__input {
    height: 45px;
    line-height: 45px;
  }
  .general__input__button {
    line-height: 45px;
  }
  .general__input--textarea .general__input__input {
    height: 80px;
    line-height: 1.1;
  }
  .general__input__file__label {
    height: 45px;
    line-height: 45px;
  }
  .general__input__file__ico {
    line-height: 45px;
  }
  .general__input__file__ico--ico {
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .general__input .general__input__input {
    height: 40px;
    line-height: 40px;
  }
  .general__input--textarea .general__input__input {
    height: 80px;
    line-height: 1.1;
  }
  .general__input__ico {
    line-height: 40px;
  }
  .general__input .general__input__inputplaceholder {
    font-size: 13px;
  }
  .general__input__file__label {
    line-height: 40px;
    height: 40px;
  }
  .general__input__file__ico {
    line-height: 40px;
  }
  .general__input__file__ico--ico {
    line-height: 40px;
  }
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #ff3212;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: 'AktivGroteskW01-Light', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.title_bold35 h1,
.title_bold35 h2,
.title_bold35 h3,
.title_bold35 h4 {
  line-height: 1.1;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-weight: normal;
  font-size: 35px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .title_bold35 h1,
  .title_bold35 h2,
  .title_bold35 h3,
  .title_bold35 h4 {
    font-size: 26px;
  }
}
.title-rojo {
  color: #ff3212;
}
.title-negro {
  color: #000;
}

.categorias {
  position: relative;
}
.btn_footer_marcas {
  display: none;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 0px 19px #eaeaea;
  box-shadow: 0px 0px 19px #eaeaea;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.btn_footer_marcas.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: fixed;
}
.btn_footer_marcas:before {
  position: absolute;
  content: "\e912";
  font-size: 17px;
  color: #ff3212;
  font-family: 'icomoon';
  left: 13px;
  top: -5px;
}
.marcas_title {
  padding-bottom: 42px;
}
.marcas_title h2 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 25px;
  color: #ff3212;
  margin-bottom: 0;
}
.marcas_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 17px;
  color: #808080;
  padding-bottom: 58px;
}
.marcas_text ul li{
  margin-left: 20px;
  padding-bottom: 5px;
  list-style: initial;
}
.marcas_text ul, .marcas_text ol{
  margin: 20px 0;
}
.marcas_text ol li{
  margin-left: 20px;
  padding-bottom: 5px;
  list-style: decimal;
}
.marcas_info_text ol li{
  margin-left: 20px;
  padding-bottom: 5px;
  list-style: decimal;
}
.marcas_info_text ul li{
  margin-left: 20px;
  padding-bottom: 5px;
  list-style: initial;
}
.marcas_info_text ul, .marcas_info_text ol{
  margin: 20px 0;
}
.marcas_text p {
  margin-bottom: 0;
}
.marcas_subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 55px;
}
.marcas_subtitle h3 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 17px;
  color: #000;
}
.marcas_subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 4px;
  background: #ff3212;
}
.marcas_item {
  margin-bottom: 65px;
}
.marcas_name {
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
.marcas_name h4 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 25px;
  color: #000;
}
.marcas_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.marcas_image {
  width: 100%;
  margin-bottom: 30px;
}
/*
.marcas_image img {
  width: 100%;
  height: auto;
  display: block;
}
*/
.marcas_info {
  width: 100%;
}
.img__gallery{
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.marcas_box {
  margin-top: 40px;
}
.marcas_info_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  color: #808080;
  padding-bottom: 22px;
}
.marcas_info_text h1 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 23 px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text h2 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text h3 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text h4 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text h5 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text h6 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.marcas_info_text p {
  /*margin-bottom: 0;*/
}
.marcas_info_descargar {
  max-width: 140px;
  width: 100%;
  margin: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: 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;
}
.marcas_info_descargar span {
  width: 24px;
  font-size: 22px;
  color: #000;
  margin: 0;
}
.marcas_descargar_text {
  width: calc(100% - 35px);
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  color: #000;
}
.marcas_info_btn {

  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn_footer_marcas {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .marcas_title {
    padding-bottom: 25px;
  }
  .marcas_title h2 {
    font-size: 22px;
  }
  .marcas_text {
    padding-bottom: 50px;
    font-size: 14px;
  }
  .marcas_subtitle {
    margin-bottom: 50px;
  }
  .marcas_name {
    padding-bottom: 20px;
  }
  .marcas_name h4 {
    font-size: 20px;
  }
  .marcas_image {
    width: 100%;
  }
  .marcas_info {
    width: 100%;
  }
  .marcas_info_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 590px) {
  .marcas_info_contacto {
    width: 100%;
    margin-top: 25px;
  }
  .marcas_info_btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  .marcas_info {
    width: 100%;
    margin-top: 30px;
  }
  .marcas_image {
    width: 100%;
  }
  .marcas_info_contacto {
    width: auto;
    margin-top: 0;
  }
  .marcas_info_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 355px) {
  .marcas_info_contacto {
    width: 100%;
    margin-top: 25px;
  }
}

.productos {
  padding-top: 70px;
  padding-bottom: 30px;
}
.productos_container {
  max-width: 1240px;
}
.productos_title {
  padding-bottom: 90px;
  text-align: center;
}
.productos_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: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.productos_content .productos_item {
  width: 31.333%;
  margin: 0 1%;
  margin-bottom: 25px;
}
.productos_item {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productos_image {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.productos_image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: -ms-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.productos_box {
  width: 100%;
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productos_item_title {
  padding-bottom: 25px;
  min-height: 50px;
}
.productos_item_title h2 {
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 22px;
  color: #000;
  margin-bottom: 0;
}
.productos_item_text {
  font-family: 'AktivGroteskW01-Light', sans-serif;
  font-size: 16px;
  color: #808080;
}
.productos_item_text strong {
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
}
.productos_item_text p {
  margin-bottom: 0;
}
.productos_item_btn {
  padding-top: 25px;
}
.productos_item_btn .b2button {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .productos_item:hover .productos_image {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .productos_item:hover .productos_image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .productos_item:hover .productos_item_btn .b2button:before {
    color: #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .productos_item:hover .productos_item_btn .b2button:after {
    background: #000;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .productos_item:hover .productos_item_btn .b2button .b2button_text {
    color: #000;
  }
  .productos_item:hover .productos_item_btn .b2button .b2button_text1 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .productos_item:hover .productos_item_btn .b2button .b2button_text2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .productos_item_title {
    min-height: 40px;
  }
  .productos_item_title h2 {
    font-size: 18px;
  }
  .productos {
    padding-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .productos_content .productos_item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .productos_container {
    padding: 0px 15px;
  }
  .productos_title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .productos_box {
    padding: 25px 5px;
  }
  .productos_item_title {
    padding-bottom: 20px;
  }
  .productos_item_title h2 {
    font-size: 17px;
  }
  .productos_item_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .productos_content .productos_item {
    width: 100%;
  }
  .productos_item_title {
    min-height: auto;
  }
}

.footer {
  padding-top: 45px;
  border-top: 1px solid #ededed;
}
.footer_wrap_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot_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;
  max-width: 600px;
  width: 100%;
}
.foot_itm h2,
.foot_itm_2 h2 {
  color: #ff3212;
  font-weight: normal;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  font-size: 24px;
  margin-bottom: 60px;
}
.foot_itm_2 {
  text-align: right;
}
.foot_box {
  width: 50%;
}
.foot_box h3 {
  color: #000;
  font-size: 17px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  margin-bottom: 24px;
}
.foot_box a {
  display: block;
  font-size: 16px;
  color: #808080;
  margin-bottom: 13px;
  word-wrap: break-word;
}
.foot_box .b2button {
  display: inline-block;
}
.foot_box a:last-child {
  margin-bottom: 0;
}
.foot_box p {
  line-height: 1.3;
  font-size: 16px;
}
.foot_box:last-child {
  padding-left: 30px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot_redes a {
  font-size: 27px;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.foot_redes a:first-child {
  margin-left: 0;
}
.foot_redes a:hover {
  color: #ff3212;
}
.footer__bottom {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #ededed;
}
.footer__bottom__derechos {
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  font-size: 10px;
  color: #808080;
  margin: auto;
  margin-left: 0;
}
.footer__bottom__derechos p {
  margin-bottom: 0;
}
.footer__bottom__derechos strong {
  font-weight: normal;
}
.footer__bottom__creditos {
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  font-size: 10px;
  color: #808080;
  margin: auto;
  margin-right: 0;
}
.footer__bottom__creditos p {
  margin-bottom: 0;
}
.footer__bottom__creditos span {
  color: #ff3212;
  font-size: 10px;
  -webkit-animation: latidos 0.6s infinite;
  -moz-animation: latidos 0.6s infinite;
  -o-animation: latidos 0.6s infinite;
  -ms-animation: latidos 0.6s infinite;
  animation: latidos 0.6s infinite;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: inline-block;
  margin-right: 4px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer__bottom__creditos a {
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  font-size: 10px;
  color: #9ea9ab;
}
@media screen and (max-width: 820px) {
  .foot_box:last-child {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap_inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foot_container {
    margin: auto;
    max-width: 700px;
    padding-bottom: 40px;
  }
  .foot_itm h2 {
    text-align: center;
  }
  .foot_itm_2 {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .foot_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .foot_box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .foot_box:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .foot_itm h2,
  .foot_itm_2 h2 {
    margin-bottom: 20px;
  }
  .footer__bottom {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom__derechos {
    margin-left: auto;
    text-align: center;
  }
  .footer__bottom__creditos {
    margin-right: auto;
    margin-top: 12px;
  }
}
@-moz-keyframes latidos {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes latidos {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-o-keyframes latidos {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes latidos {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

body.is-active {
  overflow: hidden;
}
.header {
  height: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.head_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 800;
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px -1px rgba(128,128,128,0.2);
  box-shadow: 0px 2px 7px -1px rgba(128,128,128,0.2);
}
@media screen and (max-width: 1024px) {
  .head_fixed {
    height: 60px;
  }
}
.head_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -o-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.head_logo {
  width: 300px;
  margin: 0;
}
.head_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .head_logo {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .head_logo {
    width: 190px;
  }
}
.head_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.head_nav_list ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 1024px) {
  .head_nav_list ul {
    display: none;
  }
}
.head_nav_list li {
  margin: 0;
  margin-left: 45px;
}
.head_nav_list li a {
  margin: 0;
  font-size: 16px;
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  position: relative;
  padding-left: 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.head_nav_list li a:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3212;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.head_nav_list li a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #ff3212;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.head_nav_list li.active a,
.head_nav_list li:hover a {
  color: #ff3212;
}
.head_nav_list li.active a:after,
.head_nav_list li:hover a:after {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .head_nav_list li {
    margin-left: 30px;
  }
}
.head_contacto {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  margin-left: 50px;
  position: relative;
  display: inline-block;
}
.head_contacto:before {
  content: '';
  font-family: 'icomoon';
  height: 25px;
  width: 2px;
  background: #808080;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}
.head_contacto a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 17px;
}
.head_contacto a:before {
  content: '\e90f';
  font-family: 'icomoon';
  font-size: 21px;
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff3212;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-text-stroke-width: 0.3px;
}
@media screen and (max-width: 1300px) {
  .head_contacto {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .head_contacto {
    padding-right: 70px;
    padding-left: 0;
    margin: 0;
  }
  .head_contacto:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head_contacto {
    display: none;
  }
}
.buttons_responsive {
  position: fixed;
  z-index: 1200;
  right: 20px;
  top: 10px;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 1024px) {
  .buttons_responsive {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.button_open {
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button_open span {
  width: 100%;
  height: 2px;
  display: block;
  background: #ff3212;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button_open span:nth-child(2) {
  top: 9px;
}
.button_open span:nth-child(3) {
  top: 18px;
}
.button_open.is-active .resp_linea1 {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translate3d(1px, 10px, 0px) rotate(45deg);
  -moz-transform: translate3d(1px, 10px, 0px) rotate(45deg);
  -o-transform: translate3d(1px, 10px, 0px) rotate(45deg);
  -ms-transform: translate3d(1px, 10px, 0px) rotate(45deg);
  transform: translate3d(1px, 10px, 0px) rotate(45deg);
}
.button_open.is-active .resp_linea2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
}
.button_open.is-active .resp_linea3 {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: translate3d(1px, -9px, 0px) rotate(-45deg);
  -moz-transform: translate3d(1px, -9px, 0px) rotate(-45deg);
  -o-transform: translate3d(1px, -9px, 0px) rotate(-45deg);
  -ms-transform: translate3d(1px, -9px, 0px) rotate(-45deg);
  transform: translate3d(1px, -9px, 0px) rotate(-45deg);
}
.button_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.button_close.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  background: #ff3212;
  width: 0;
  height: 100%;
  z-index: 900;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.overlay.is-active {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.Aside_responsive {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: auto;
}
.Aside_responsive.is-active {
  -webkit-transition: all 0.3s ease-in 0.2s;
  -moz-transition: all 0.3s ease-in 0.2s;
  -o-transition: all 0.3s ease-in 0.2s;
  -ms-transition: all 0.3s ease-in 0.2s;
  transition: all 0.3s ease-in 0.2s;
  width: 100%;
  visibility: visible;
}
.menu_responsive {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo_responsive {
  width: 270px;
  display: block;
  margin: auto;
}
.logo_responsive img {
  width: 100%;
  height: auto;
  display: block;
}
.number_responsive {
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: trasnlateY(0px);
  -moz-transform: trasnlateY(0px);
  -o-transform: trasnlateY(0px);
  -ms-transform: trasnlateY(0px);
  transform: trasnlateY(0px);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.number_responsive a {
  font-size: 20px;
  font-family: 'AktivGroteskW01-Bold', sans-serif;
  padding-left: 40px;
  position: relative;
}
.number_responsive a:before {
  content: '\e90f';
  font-family: 'icomoon';
  font-size: 21px;
  color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff3212;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-text-stroke-width: 0.3px;
}
.number_responsive.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: trasnlateY(0px);
  -moz-transform: trasnlateY(0px);
  -o-transform: trasnlateY(0px);
  -ms-transform: trasnlateY(0px);
  transform: trasnlateY(0px);
}
.nav_responsive {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.nav_responsive .head_contacto {
  display: none;
}
.nav_responsive li {
  padding-bottom: 40px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.nav_responsive li a {
  font-size: 40px;
  font-family: 'AktivGroteskW01-Medium', sans-serif;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.nav_responsive li a:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3212;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.nav_responsive li a:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #ff3212;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (max-width: 768px) {
  .nav_responsive li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .nav_responsive li a {
    font-size: 20px;
  }
}
.nav_responsive li.active a {
  color: #ff3212;
}
.nav_responsive li.active a:after {
  width: 100%;
}
.nav_responsive li:last-child {
  padding-bottom: 0;
}
.nav_responsive li.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
}
.responsive_redes {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.responsive_redes a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  -ms-transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  transition: all 0.6s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  font-size: 35px;
  margin: 0px 20px;
}
.responsive_redes a.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 640px) {
  .responsive_redes a {
    margin: 0px 10px;
  }
}

/**************** ACTUALIZACIÓN CONTACTO *******************/
.general__input--textarea .general__input__input{
  height: 150px;
}

/**************** MENU ACTIVE ******************/
.current-menu-item a{
  color: #ff3212;
}

.head_nav_list li.current-menu-item a:after {
  width: 100%;
}

/* CUSTOM ACTIVE LIST PRODUCTS */

.openList li.active a{
  color: #ff3212;
}

/**************** Margin Slide ******************/

.b1home_title h1 p{
  margin: 0 0 !important;
}

/* CERTIFICACIONES */

.b3nosotros .b3nosotros_info{
  width: calc(100% - 100px);
}
.b3nosotros .b3nosotros_info p{
  font-size: 26px;
}
.content__certificaciones{
  margin-bottom: 50px;
}
.content__item__slide{
  padding: 0 10px;
}
.content__item__slide img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .b3nosotros .b3nosotros_info{
    width: calc(100% - 0px);
    padding-left: 0px;
  }
}

.wrapper__btn__contacto{
  margin-top: 26px;
  text-align: center;
  background-color: #ff3212;
}
.marcas_info_btn .marcas_info_descargar{
  width: 33.333333%;
  max-width: 33.333333%;
  border: dashed 1px red;
}

/* ROW GRID CUSTOM */

.row__grid {
  /*-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row__grid .col__3 {
  width: 33.33333%;
  margin-bottom: 20px;
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.marcas_info_descargar_ficha{
  font-size: 15px;
  font-family: 'AktivGroteskW01-Regular', sans-serif;
  position: relative;
  padding: 22px 0;
  padding-right: 15px;
  padding-left: 60px;
  background-color: rgba(0,0,0,0.10);
  border-bottom: 4px solid #000;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.marcas_info_descargar_ficha:hover{
  background-color: rgba(255,50,18,0.10);
  border-bottom: 4px solid #ff3212;
  color: #ff3212;
}
.marcas_info_descargar_ficha span{
  font-family: 'AktivGroteskW01-Regular', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.marcas_info_descargar_ficha:before{
  content: "\e904";
  font-family: icomoon;
  width: 60px;
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.marcas_info_btn_custom{
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .row__grid{
    margin: 0 0px;
  }
}
@media screen and (max-width: 640px) {
  .row__grid .col__3{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .row__grid .col__3{
    width: 100%;
  }
}