.navbar {
  background-color: white;
  box-shadow: #3a3a3a 1px 1px 9px 0px;
}

.navlink {
  font-family: Bordafont, sans-serif;
  color: #b4b4b4;
  font-size: 0.9em;
  letter-spacing: 3.1px;
  text-transform: uppercase;
}

.navlink:hover {
  padding-top: 14px;
  border-top: 6px solid #a8cc4f;
  color: #f17db4;
}

.navlink.w--current {
  color: black;
}

.brand {
  margin-top: 19px;
  font-family: Bordafont, sans-serif;
  color: #b4b4b4;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 1.1px;
  text-transform: none;
}

.brand.interno {
  position: absolute;
  top: -8px;
}

.s-slider {
  text-align: center;
}

.slider {
  height: 100%;
}

.s-txt-home {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Bordafont, sans-serif;
  color: #b4b4b4;
  font-size: 1.2em;
  line-height: 29px;
  text-align: center;
}

.t-secciones {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-family: Bordafont, sans-serif;
  color: #a8cc4f;
  font-size: 2em;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 5.1px;
  text-transform: uppercase;
}

.t-secciones.gris {
  font-family: Bordafont, sans-serif;
  color: #bbb;
  font-weight: 100;
}

.contenedor {
  max-width: 1000px;
}

.s-servicios {
  padding-top: 45px;
  padding-bottom: 63px;
  background-color: whitesmoke;
  color: #b4b4b4;
  font-size: 1.2em;
  line-height: 37px;
  text-align: center;
}

.s-servicios.interno {
  background-color: white;
}

.row-servicios {
  margin-top: 20px;
}

.s-action {
  height: 440px;
  padding-top: 80px;
  background-image: url('../images/img_action.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.t-action {
  margin-bottom: 10px;
  font-family: Bordafont, sans-serif;
  color: white;
  font-size: 3em;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.t-action.dos {
  font-family: Bordafont, sans-serif;
  font-size: 2.4em;
  font-weight: 100;
  text-transform: none;
}

.btn-orden {
  margin-top: 53px;
  padding-top: 14px;
  border: 2px solid #b58be2;
  border-radius: 5px;
  background-color: white;
  font-family: Bordafont, sans-serif;
  color: #704c92;
  font-size: 1.3em;
}

.btn-orden:hover {
  border-color: white;
  background-color: #b96fff;
  color: white;
}

.s-clientes {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.slider-logo {
  width: 20%;
  text-align: center;
}

.slider-suplidores {
  height: 90px;
  background-color: transparent;
}

.mask-slider {
  margin-right: 60px;
  margin-left: 60px;
}

.icon-arrow {
  color: #a8cc4f;
}

.s-footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2a2a2a;
  font-family: Bordafont, sans-serif;
  color: white;
  font-size: 0.9em;
  font-weight: 200;
}

.t-footer {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e72e8e;
  font-family: Bordafont, sans-serif;
  color: white;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-enviar {
  float: right;
  border-radius: 5px;
  background-color: #a8cc4f;
}

.btn-enviar:hover {
  background-color: #0096d8;
}

.campo-form-footer {
  border-style: none;
  border-radius: 5px;
  background-color: #383838;
  color: #a8cc4f;
}

.campo-form-footer.textarea {
  min-height: 80px;
}

.txt-des {
  color: #a8cc4f;
}

.txt-des.dos {
  color: #ea268e;
}

.img-logo-footer {
  position: relative;
  left: 93px;
  top: 9px;
}

.link-iaw {
  margin-top: 20px;
  float: right;
  color: #777;
}

.link-iaw:hover {
  color: #a3a3a3;
}

.t-btn-servicio {
  position: relative;
  bottom: 57px;
  font-family: Bordafont, sans-serif;
  color: white;
  font-size: 1.1em;
  font-weight: 200;
  letter-spacing: 3.1px;
  text-decoration: none;
  text-shadow: black 1px 1px 6px;
  line-height: 1em;
}

.link-servicios {
  text-decoration: none;
}

.link-servicios.interno {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 34px;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.img-btn-servicios {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.img-btn-servicios:hover {
  opacity: 1;
}

.dropdown-list {
  background-color: #a9cc50;
}

.dropdown-link {
  font-family: Bordafont, sans-serif;
  color: white;
  font-size: 1em;
  letter-spacing: 2.1px;
}

.dropdown-link:hover {
  color: #353535;
}

.p-des-servi {
  font-family: Bordafont, sans-serif;
  color: #8f8f8f;
  font-size: 0.9em;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.p-des-servi.dos {
  text-align: right;
}

.row-servi-par {
  margin-bottom: 40px;
  padding-bottom: 28px;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.row-servi-impar {
  margin-bottom: 40px;
}

.p-servicios {
  font-family: Bordafont, sans-serif;
  color: #a8cc4f;
  font-size: 1.2em;
  line-height: 22px;
  font-weight: 200;
}

.s-cabecera {
  height: auto;
  font-family: 'Itcavantgardestd bk', sans-serif;
  color: white;
  font-size: 3em;
  line-height: 34px;
  font-weight: 200;
}

.contenedor-t-paginas {
  position: relative;
  bottom: 103px;
}

.s-contenido {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bordafont, sans-serif;
  color: #b4b4b4;
  font-size: 1.1em;
  line-height: 27px;
  font-weight: 200;
  text-align: justify;
}

.s-contenido.categorias {
  display: block;
  padding-bottom: 45px;
  color: #999;
  text-align: center;
}

.t-paginas-internas {
  position: relative;
  top: -76px;
  font-family: Bordafont, sans-serif;
  color: white;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  display: block;
}

.txt-logo {
  position: relative;
  left: 95px;
  top: 7px;
  display: block;
}

.txt-logo.interno {
  font-size: 0.9em;
}

.img-cabecera {
  position: static;
}

.linea {
  display: block;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  text-align: center;
}

.s-orden {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.campo-orden {
  display: inline-block;
  width: 370px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-family: Bordafont, sans-serif;
}

.campo-orden.large {
  width: 750px;
  margin-right: 0px;
  margin-left: 0px;
}

.campo-orden.large.des {
  min-height: 100px;
}

.btn-form-orden {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #a8cc4f;
  font-family: Bordafont, sans-serif;
}

.btn-form-orden:hover {
  background-color: #0098da;
}

.s-contacto {
  padding-top: 45px;
  padding-bottom: 45px;
}

.t-contacto {
  margin-bottom: 5px;
  font-family: Bordafont, sans-serif;
  color: #ea268e;
  font-size: 1.2em;
  text-transform: uppercase;
}

.t-contacto.des {
  margin-bottom: 14px;
  color: #a0a0a0;
  font-size: 1em;
  line-height: 28px;
  text-transform: none;
}

.row-prductos {
  margin-top: 33px;
}

.h2 {
  margin-top: 1px;
  background-color: #a8cc4f;
  color: black;
  font-size: 1.1em;
  font-weight: 700;
}

@media (max-width: 991px) {
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
  }
  .navlink:hover {
    color: black;
  }
  .brand.interno {
    left: 36px;
  }
  .s-servicios {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-servicios {
    margin-top: 5px;
  }
  .t-action {
    margin-bottom: 5px;
    font-size: 2.5em;
  }
  .t-action.dos {
    font-size: 2.1em;
  }
  .s-footer {
    padding-right: 20px;
  }
  .img-logo-footer {
    left: 42px;
  }
  .s-cabecera {
    height: auto;
    font-size: 2em;
  }
  .s-contenido {
    padding: 20px 10px;
  }
  .t-paginas-internas {
    top: -60px;
    font-size: 1em;
  }
  .s-contacto {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navmenu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a8cc4f;
  }
  .menubutton {
    color: #a8cc4f;
  }
  .menubutton.w--open {
    background-color: #ea268e;
  }
  .colcontacto {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .slider {
    background-color: transparent;
  }
  .t-action {
    margin-bottom: 1px;
    font-size: 1.9em;
  }
  .t-action.dos {
    font-size: 1.7em;
  }
  .slider-logo {
    width: 33.33%;
  }
  .s-footer {
    padding-left: 10px;
  }
  .img-logo-footer {
    left: 30px;
    top: -22px;
  }
  .col-footer {
    margin-bottom: 26px;
  }
  .s-cabecera {
    font-size: 1em;
  }
  .s-contenido {
    font-size: 1.1em;
  }
  .t-paginas-internas {
    top: -49px;
  }
  .campo-orden {
    width: 400px;
  }
  .campo-orden.large {
    width: 400px;
  }
}

@media (max-width: 479px) {
  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brand {
    font-size: 1em;
  }
  .brand.interno {
    position: static;
  }
  .slider {
    height: auto;
  }
  .s-txt-home {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1em;
    line-height: 23px;
  }
  .t-secciones {
    font-size: 1.7em;
  }
  .t-secciones.gris {
    font-size: 1.7em;
  }
  .s-servicios {
    padding-top: 62px;
  }
  .s-action {
    height: 330px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .t-action {
    font-size: 1.1em;
    line-height: 20px;
  }
  .t-action.dos {
    margin-top: 11px;
    font-size: 1em;
    line-height: 24px;
  }
  .slider-logo {
    width: 100%;
  }
  .s-footer {
    font-size: 0.8em;
  }
  .t-footer {
    font-size: 1.2em;
  }
  .slide-nav {
    position: absolute;
    display: block;
  }
  .p-servicios {
    font-size: 0.9em;
    line-height: 18px;
  }
  .s-cabecera {
    font-size: 1em;
  }
  .s-contenido {
    font-size: 1.1em;
    text-align: left;
  }
  .t-paginas-internas {
    top: -34px;
  }
  .logo {
    position: absolute;
    top: 2px;
    height: 100px;
  }
  .txt-logo.interno {
    display: none;
  }
  .img-cabecera {
    max-width: 100%;
  }
  .s-orden {
    padding-right: 5px;
    padding-left: 5px;
  }
  .campo-orden {
    width: 290px;
  }
  .campo-orden.large {
    width: 290px;
  }
  .navmenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@font-face {
  font-family: 'Bordafont';
  src: url('../fonts/bordafont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bordafont';
  src: url('../fonts/bordafont.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bordafont';
  src: url('../fonts/bordafont.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bordafont';
  src: url('../fonts/bordafont.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

  .redes a {
    color:#fff;
    text-decoration: none;
  }

  .redes a i {
    padding-right: 12px;
  }