@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-light-webfont.woff") format("woff"),
    url("../fonts/proximanova-light-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-light-webfont.svg#proxima_novalight")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proximanova-regular-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-regular-webfont.svg#proxima_novaregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proximanova-medium-webfont.eot");
  src: url("../fonts/proximanova-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-medium-webfont.woff") format("woff"),
    url("../fonts/proximanova-medium-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-medium-webfont.svg#proxima_novamedium")
      format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/proximanova-bold.eot");
  src: url("../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/proximanova-bold.woff") format("woff"),
    url("../fonts/proximanova-bold.ttf") format("truetype"),
    url("../fonts/proximanova-bold.svg#proxima_novamedium") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* ESTILO GENERAL

-------------------------------------------------- */

body {
  padding-bottom: 40px;
  background: #f7f7f7;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.centro {
  text-align: center;
}

.container.container-xxl {
  max-width: 100%;
  height: auto;
}
.container {
    height: auto;
}

/* ESTILO DESTACADOS
-------------------------------------------------- */

.mejor-ambiente {
  margin-top: 30px;
  text-align: center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/*PERSONALIZACIÓN DE ESTILOS */

.footer {
  background-color: #004179;
  height: 100px;
}

#container-banner {
  height: 100%;
  min-height: 100px;
  /*margin-bottom: 10px;*/
}

.footer-social {
  text-align: right;
}
.redes-list {
    padding: 0;
}
#navbar {
  width: 100%;
  float: right;
  position: absolute;
  right: 100px;
  font-size: 12px;
  top: 70px;
  z-index: 100;
  font-weight: bold;
}

#navbar-nav {
  float: right;
}

#navbar-nav li a {
  color: #fff;
  font-weight: bold;
}

#navbar-nav li a:hover {
  color: #ccc;
}

#navbar-nav li ul:focus {
  background-color: #000;
}

#navbar-nav li ul a {
  color: #000;
}

#navbar-nav li ul a:hover {
  color: #666;
}

.hero-home {
  background-size: cover;
  height: 50vh;
  background-position: center;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.hero-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: contain;
  transform: rotate(-360deg);
  mix-blend-mode: multiply;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
}
.hero-home video {
    height: 100%;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

a:hover img.opacidad {
  opacity: 1;
  filter: alpha(opacity=100);
}

.branding {
  padding: 20px 0;
  position: relative;
  background-color: #ffcc00;
}
.branding img {
  width: 100%;
}

.basic {
  padding: 40px 0;
}

.section-contact {
  background: #000 url(../images/image-home.jpg) no-repeat;
  background-position: bottom;
}

.new-equipment {
  background: url(../images/hero-equipos-nuevos-mobile@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
      height: 170px;
    padding: 50px 0;

}

.used-equipment {
  background: url(../images/hero-equipos-usados-mobile@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
      height: 170px;
    padding: 50px 0;

}
.after-sales {
  background: url(../images/hero-servicio-postventa-mobile@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
      height: 170px;
    padding: 50px 0;

}
.spares {
  background: url(../images/hero-repuestos-mobile@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
      height: 170px;
    padding: 50px 0;

}

.equipment h1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}
.equipment.machines h1:before {
  display: none;
}
.equipment.machines h1 + h1 {
  margin-top: 0;
}
.equipment-deco {
  position: relative;
}
.equipment-deco:before {
  content: "";
  width: 48px;
  height: 4px;
  display: inline-block;
  background: #fdcc01;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 24px);
}
.header-pages {
  background: url(../images/group-4.jpg) no-repeat;
  background-size: cover;
  background-position: 64%;
  width: 100%;
  height: 460px;
}
.basic-card {
  padding: 0;
  /*margin-top: -114px;*/
  background-color: #ffffff;
}

.card {
  /*border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07), 0 20px 25px 0 rgba(0, 0, 0, 0.25);*/
  /*padding: 30px;
    margin-bottom:  40px;*/
  overflow: hidden;
}

.card h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  /*margin-bottom: 15px;
    margin-top: 0;*/
}
.card p {
  font-size: 16px;
  line-height: 1.38;
  color: #333333;
}
.card p + p {
  margin-top: 25px;
}
.card.card-list-items {
  padding: 10px;
}
.card.card-litle {
  padding: 0;
  max-width: 500px;
  margin: 40px auto 40px auto;
}

.logo-american {
  background: url(../images/american-vial-logo.png) no-repeat;
  width: 400px;
  height: 55px;
  display: block;
  background-size: 75%;
}

.suc-address {
  padding: 25px;
  text-align: center;
}
.suc-address h2 {
  font-size: 18px;
  color: #666;
}
.suc-address p {
  font-size: 14px;
  color: #4a4a4a;
}

.spares-info h2 {
  font-size: 18px;
  margin-bottom: 40px;
}

.badget {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.21);
  background-color: #c3c3c3;
  border-radius: 50%;
  line-height: 64px;
}

.badget-icon-carga {
  background: url(../images/01-icon-carga.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-levante {
  background: url(../images/02-icon-levante.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-radio-giro {
  background: url(../images/03-icon-radio-giro.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-longitud {
  background: url(../images/04-icon-logitud.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-ancho {
  background: url(../images/05-icon-ancho.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-alto-total {
  background: url(../images/06-icon-alto-total.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-altura {
  background: url(../images/07-icon-altura.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-peso {
  background: url(../images/08-icon-peso.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-motor {
  background: url(../images/09-icon-motor.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}
.badget-icon-potencia {
  background: url(../images/10-icon-potencia.svg) no-repeat;
  background-size: 72px;
  background-position: center;
  width: 72px;
  height: 72px;
}

.shortcut > div {
  margin-bottom: 50px;
}

.shortcut h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.slider-shortcuts li {
  margin-left: 60px;
}
.slider-shortcuts a:hover {
  text-decoration: none;
}
.slider-shortcuts .slick-slide img {
  display: inline-block;
}
.badget.badget-icon-1 img {
  width: 35px;
}

.badget-equipment-info {
  margin-top: 70px;
  margin-bottom: 0;
}

.badget-equipment-info .badget {
  margin-top: 70px;
  margin-bottom: 0;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.21);
  background-color: #f2f2f2;
  border-radius: 50%;
  line-height: 120px;
}
.badget-equipment-info h2 {
  margin-top: 20px;
  color: #666;
  font-size: 20px;
}
.badget-equipment-info h3 {
  margin-top: 15px;
  color: #666;
  font-size: 32px;
  font-weight: 600;
}

.badget-equipment .badget.badget-icon-1 img {
  width: auto;
}
.section-contact-action {
  padding: 40px 0;
}
.section-contact-action h2,
.section-equipment-contact h2 {
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  font-size: 28px;
  margin-bottom: 25px;
}
.section-contact-action__btn {
  padding-top: 58px;
}

.img-padding-10 {
  padding-top: 7px;
}
.box-p-b-15 {
  padding-bottom: 15px;
}
.diagonal {
  mix-blend-mode: multiply;
  background: linear-gradient(293deg, #503eff, #00f2bc);
  padding: 200px 0 50px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: -250px 0 0;
  z-index: 1;
  overflow: hidden;
}

.overflow--rotate {
  overflow-x: hidden;
}

.diagonal__skewed {
  width: 110%;
  height: 96px;
  top: -52px;
  background: #f7f7f7;
  position: absolute;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  left: -10px;
}

.diagonal h2 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

.diagonal p {
  font-size: 16px;
  color: #ffffff;
}

.contact {
  background-image: linear-gradient(59deg, #503eff, #00f2bc);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.form-group {
  margin-bottom: 25px;
}
.contact h2,
.contact .contact-item {
  color: #fff;
  font-weight: 300;
  line-height: 1.26;
}

.contact h2 {
  letter-spacing: 0.4px;
  font-size: 22px;
  margin-bottom: 25px;
}

.section-equipment-contact h3 {
  letter-spacing: 0.4px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fdcc01;
}

.section-equipment-contact p {
  letter-spacing: 0.4px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #fff;
}
.contact .contact-item {
  margin-bottom: 25px;
  font-size: 16px;
  overflow: hidden;
}

.contact .contact-item i {
  margin-right: 20px;
  font-size: 20px;
  float: left;
}

.contact .contact-item span {
  float: left;
  width: 87%;
}
.contact-box {
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 14px 18px 0 rgba(51, 51, 51, 0.15);
}

.contact-form h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1a5181;
  margin: 0 0 40px;
}

.contact-box.contact-form-ok {
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-form-ok h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #1a5181;
  margin: 0 0 40px;
}

.contact-form-ok p {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #696a6b;
}

.contact-form .form-actions {
  margin-top: 40px;
  text-align: center;
}

.form-group label {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 0;
}

.form-group .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 0;
  font-size: 14px;
  font-size: 18px;
  line-height: 1.22;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-transparent .form-group .form-control {
  color: #fdcc01;
  background-color: transparent;
}
.form-transparent .form-group label {
  color: #fff;
}

.form-group .form-control::placeholder {
  color: transparent;
}
.form-group .form-control:focus {
  border-bottom: 2px solid #fdcc01;
}
.form-group textarea.form-control {
  height: 60px;
}
.actions {
  margin: 40px 0;
  text-align: center;
}

.map {
  position: relative;
  margin: -200px 0 0;
  z-index: 1;
}

.maps-image {
  background: url(../images/mapa-mobile@2x.png) no-repeat;
  background-size: cover;
  height: 479px;
  position: relative;
  background-position: center;
}

/*BTN*/

.btn {
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #333;
  border: none;
  border-radius: 0;
  background-color: #ffcc00;
  padding: 15px 60px;
}

.btn-icon {
  padding: 10px 20px;
}

.btn-large {
  width: 100%;
}

.btn-alternative {
  background: linear-gradient(57deg, #2d1591, #06c0ff);
}

.btn-lineal {
  border: 1px solid red;
}

.btn-alternative:hover,
.btn-secondary:hover {
  color: #fff;
}

.btn-secondary {
  background: #20303d80;
}

.btn-secondary:hover {
  background: #20303d;
}

.link {
  color: #2968c8;
}
.link:hover {
  color: #2968c8 !important;
  text-decoration: underline !important;
}

.link:hover {
  text-decoration: none;
  color: #ccc;
}

.slider,
.slider li {
  height: 540px !important;
}
.slider li {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.slider-title {
  margin-top: 40px;
  text-align: center;
  font-family: "Anton", sans-serif;
}
.slider-title h2,
.slider-title h3 {
  color: #fff;
  /*background-color: #fdcc01;*/
  width: fit-content;
  padding: 5px;
}
.slider-title h3 {
  font-size: 24px;
}
.slider-title h2 {
  font-size: 39px;
  margin-top: 0;
}
.slider-title p {
  font-size: 22px;
  color: #fff;
  text-align: left;
}

.slider-1 {
  background: url(../images/hero-mobile@2x.jpg) no-repeat;
}

.slider-2 {
  background: url(../images/mobile@2x.png) no-repeat;
}
.slider-3 {
  background: url(../images/mobile@2x.png) no-repeat;
}

/*LISTADO productos nuevos*/
.list-equipment {
  list-style: none;
  padding: 0;
}
.list-equipment li a,
.list-equipment li {
  display: inline;
}
.list-equipment a:hover .list-equipment-item {
  background-color: #fdcc01;
}

.list-equipment-item {
  width: 100%;
  /*height: 200px;*/
  text-align: center;
  padding: 20px 0;
  float: left;
}
.list-equipment-item h2 {
  font-size: 14px;
}
.list-equipment-item img {
  width: 90%;
}
.product-detail_tec h2 {
  font-size: 22px;
}
.product-detail_tec p {
  margin-bottom: 20px;
}
.list-detail-technic {
  padding: 0;
}
.list-detail-technic li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: url("../images/bullets.png") no-repeat left 5px;
  padding: 0 0 10px 20px;
}
.list-detail-technic li span {
  color: #999;
}
.list-equipment-used {
  padding: 0;
}
.list-equipment-used li {
  border-bottom: solid 1px #ccc;
  border-left: 8px solid transparent;
  list-style: none;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  padding: 0 25px;
}
.list-equipment-used li:last-child {
  border-bottom: none;
  clear: both;
}
.list-equipment-used li:hover {
  background: #f0f0f0;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.12);
  border: solid 2px rgba(204, 204, 204, 0.3);
  border-left: 8px solid #fdcc01;
}
.list-equipment-used li:hover > a .list-category__go p {
  font-weight: 600;
  color: #3483fa !important;
}
.list-equipment-used li a {
  padding: 19px 0;
  display: flex;
  clear: both;
}
.list-equipment-used li a:hover {
  text-decoration: none;
}
.list-category__name {
  float: left;
  width: 100%;
}

.list-category__go {
  display: none;
}
.list-category__name h2 {
  padding: 0;
  margin: 0;
  font-size: 16px !important;
  line-height: 1.38;
  color: #333;
  text-transform: uppercase;
}
.list-category__go p {
  text-transform: uppercase;
  color: #666;
  margin: 0;
  text-align: right;
}
.flex-last {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-last {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.row-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-coworking {
  width: 280px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 480px) {
  .header-pages {
    height: 500px;
  }
  .actions {
    margin: 40px 0;
    text-align: left;
  }

  .btn-large {
    width: auto;
  }
}
@media (min-width: 640px) {
  .service.office {
    padding-top: 380px;
  }
  .slider-coworking {
    width: 100%;
  }
  .slider-coworking img {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
    .hero-home {
      height: calc(100vh - 88px);
    }
    .hero-home video {
        max-width: 100%;
        height: initial;
        margin-top: -140px;
    }
      .badget.badget-icon-2 img {
        width: 80px;
      }
      .branding img {
        width: 130%;
      }

    .card .product-detail_tec h2 {
      font-size: 24px;
    }
    .basic-card {
      padding: 50px 0;
    }
    .section-contact-action {
      padding-top: 100px;
    }
    .section-contact-action h2,
    .section-equipment-contact h2 {
      font-size: 32px;
    }
    .badget {
      margin: 0 auto;
      width: 120px;
      height: 120px;
      box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.21);
      background-color: #c3c3c3;
      border-radius: 50%;
      line-height: 120px;
    }
    .badget.badget-icon-1 img {
      width: 54px;
    }

    .shortcut h2 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
    }

    .img-padding-10 {
      padding-top: 10px;
    }
    .branding img {
      width: auto;
    }
    .list-category__name,
    .list-category__go {
      float: left;
      width: 50%;
      display: inline-block;
    }
    .spares-info h2 {
      font-size: 32px;
    }
    .btn.btn-large {
      width: auto;
    }
    .list-equipment-item {
      width: 50%;
      height: fit-content;
    }

    .list-equipment-item h2 {
      font-size: 18px;
    }

    .new-equipment h1,
    .equipment h1 {
      font-size: 40px;
    }



    .row.row-margin {
      margin: 0;
      width: 100%;
    }
    .card {
      padding: 50px 70px;
    }

    .card h2 {
      font-size: 25px;
    }
    .box-p-b-15 {
      padding-bottom: 0;
    }
    .slider-title {
      text-align: left;
      margin-top: 180px;
    }
    .slider-title h3 {
      font-size: 32px;
    }

    .slider-title p {
      font-size: 42px;
    }
    .slider-title h2 {
      font-size: 32px;
    }

    .link {
      display: inline-block;
      margin-top: 0;
    }

    .link img {
      width: 12px;
    }
    .space.service {
      text-align: left;
      min-height: 430px;
    }

    .diagonal {
      padding: 250px 35px 100px;
    }

    .ambient-img {
      background-position: center;
      background-size: 64%;
    }

    .basic {
      padding: 100px 0;
    }

    .mejor-ambiente {
      margin-top: 60px;
      text-align: left;
    }

    .space {
      padding: 70px 40px;
      margin-top: 48px;
    }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .diagonal h2 {
    font-size: 30px;
  }

  .diagonal p {
    font-size: 18px;
  }
  .card-basic__description {
    font-size: 16px;
  }
  .slider-1 {
    background: url(../images/hero-1280.jpg) no-repeat;
  }

  .slider-2 {
    background: url(../images/1280-hero@2x.png) no-repeat;
  }
  .slider-3 {
    background: url(../images/1280-hero@2x.png) no-repeat;
  }
  .new-equipment {
    background: url(../images/hero-equipos-nuevos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    padding: 100px 0;
  }

  .used-equipment {
    background: url(../images/hero-equipos-usados.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    padding: 100px 0;
  }

  .after-sales {
    background: url(../images/hero-servicio-postventa.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    padding: 100px 0;
  }
  .spares {
    background: url(../images/hero-repuestos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    padding: 100px 0;
  }
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 10px;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .slick-slide a {
    display: block;
  }
  .slick-slide a:hover {
    display: block;
    position: relative;
  }
  .slick-slide a:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
  }
  .slider-coworking .slick-slide a:hover:before {
    content: "\f00e";
    font-family: "FontAwesome";
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 40px;
    color: #fff;

    background-size: 100%;
    z-index: 10000;
  }
  .flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .list-equipment-item {
    /*width: 33%;*/
  }
  .service.office {
    background-position: 400px 0;
    background-size: 95%;
    display: inline-block;
    position: relative;
    padding: 50px 0;
  }
  .cta__skewed {
    height: 150px;
    top: -90px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@media (min-width: 1200px) {
  .card.card-litle {
    margin-bottom: 0px;
  }
  .service.office {
    background-position: right;
    background-size: 840px 480px;
    height: 480px;
  }
  .shape.shape1 {
    top: -200px;
    right: -160px;
    width: 543px;
    height: 543px;
  }
  .shape.shape2 {
    top: -50px;
    left: -60px;
    width: 243px;
    height: 243px;
  }
  .shape.shape3 {
    left: 150px;
    width: 50px;
    height: 50px;
    top: 350px;
  }
  .shape.shape4 {
    left: 408px;
    width: 100px;
    height: 100px;
    top: 330px;
  }
}

@media (min-width: 1280px) {
  .slider-1 {
    background: url(../images/hero-1920.jpg) no-repeat;
  }

  .slider-2 {
    background: url(../images/1280-hero@2x.png) no-repeat;
  }
  .slider-3 {
    background: url(../images/1280-hero@2x.png) no-repeat;
  }
}

@media only screen and (min-width: 1200px) {
  #navbar {
    top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #navbar {
    top: 70px;
    width: 100%;
    margin: 0 auto;
    right: 60px;
  }
}

@media (min-width: 1280px) {
  #navbar {
    top: 90px;
  }
}

.whatsapp {
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whatsapp i {
  font-size: 40px;
  color: #fff;
}

.whatsapp:hover i {
  color: #fff;
}

.justify-center {
  display: flex;
  justify-content: center;
}
.marcas {
    min-height: 400px;
}

.marcas-slider {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 25px 0;
}
.marcas-item {
  /*margin: 0 25px;
    display: flex;
    align-items: center;*/
}
.marcas-item img {
  width: 100%;
  margin: auto;
}
.redes-menu  {
    padding: 10px 0;
}
.redes-menu a i {
    font-size: 25px;
    color: #000;
}
.lista-menu li .redes-menu  a {
    padding: 0 12px!important;
}


.slider-marcas {
  margin: 0;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#menu:hover .dropdown-toggle + .dropdown-menu,
.dropdown-toggle:hover + .dropdown-menu {
    display: block;
}

.nosotros .img-nosotros {
  border-radius: 30px;
  background: #000;
  text-align: center;
  padding: 12px
}
.nosotros .img-nosotros img {
  border-radius: 8px;
  overflow: hidden;
}

.nosotros h2 {
  font-family: "Anton", sans-serif;
  font-size: 25px;
  color: #ffcc00;
  margin: 0;
}

.nosotros-check {
  font-size: 20px;
  font-weight: 600;
}

.nosotros p {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
    #nav {
        display: flex!important;
        justify-content: flex-end;
    }
    .redes-menu  {
        padding: 34px 0;
    }
    .nosotros .img-nosotros {
      padding: 30px
    }
    .nosotros h2 {
      font-size: 40px;
    }
    
}