@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Black.woff2') format('woff2'),
        url('fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/Avenir-Book.woff2') format('woff2'),
        url('fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/Avenir-Heavy.woff2') format('woff2'),
        url('fonts/Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Light.woff2') format('woff2'),
        url('fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*, h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir';
}


.swiper-container {
  width: 100%;
  
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url('img/flecha_r.png');
  right: -2px;
  left: auto;
  
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url('img/flecha_i.png');
  left: -2px;
  right: auto;
  
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}


/*-------------- Header ------------------ */

.grid-header {
  background-color: rgba(255,255,255,.85);
  position: fixed;
  width: 100%;
  z-index: 100;
}

.cell-header div {
  display: block;
  float: left;
  margin-right: 13px;
  margin-top: 15px;
}

.menu-header a{
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 15px;
}

.cell-header div a{
    color: #343132;
}

.cell-header img {
  width: 16px;
}

.logo {
  max-width: 170px;
  margin-top: 12px;

}

.cell-home-first {
  background: rgba(0,0,0,.4);
  padding: 18px 0px 7px;
}

.cell-home a{
  color: #fff;
  font-size: 26px;
}

.img-banner-home {
  width: 100%;
}

.grid-nosotros {
  margin-top: -70px !important;
}

.grid-productos {
  margin-top: 50px;
}

.title-productos {
  text-align: center;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.ol-img {
  width: 9px;
  margin-top: -1px;
}

.title-producto {
  letter-spacing: 3px;
}

.tipo-producto {
  font-weight: 300;
  margin-top: -9px;
}

.p-caracteristica {
  margin-top: -9px;
}

.precio {
  font-weight: 300;
  letter-spacing: 2px;
}

.btn-azul {
  border: 1px solid #44578E;
  background: #44578E;
  color: #fff;
  padding: 10px 22px;
  font-weight: 900;
  letter-spacing: 2px;
  border-radius: 20px;
  cursor: pointer;
}

.btn-azul:hover, .btn-azul:active, .btn-azul:focus,.link-azul:hover, .link-azul:active, .link-azul:focus {
  background: #fff;
  color: #44578E
}

.link-azul {
  border: 1px solid #44578E;
  background: #44578E;
  color: #fff;
  padding: 10px 22px;
  font-weight: 900;
  letter-spacing: 2px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 274px;
  text-transform: uppercase;
}


.link-azul-distribuidor:hover, .link-azul-distribuidor:active, .link-azul-distribuidor:focus {
  background: #fff;
  color: #44578E
}

.link-azul-distribuidor {
  border: 1px solid #44578E;
  background: #44578E;
  color: #fff;
  padding: 10px 22px;
  font-weight: 900;
  letter-spacing: 2px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 380px;
  text-transform: uppercase;
}

.link-right {
  float: right;
}

.p-extra {
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.grid-testimonios {
  background: #E2E7E8;
  padding-top: 145px;
  margin-top: -84px !important;
  padding-bottom: 50px;
}

.comillas {
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 79px;
  margin-top: 17px; 
}

.grid-contacto {
  background: url('img/background-contacto.jpg')100% 100% no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-contacto {
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
}

.p-contacto {
  color: #fff;
  font-weight: 300;
}

[type='text']{
  background-color: rgba(255,255,255,.34);
  box-shadow: none;
}
[type='text']::placeholder {
  color: #303030;
}

.grid-footer {
  background: #000;
  padding-top: 20px;
}


.logo-footer {
  max-width: 200px;
  margin: 0 auto;
  display: block; 
}

.p-footer {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

.linkscroll {
  cursor: pointer;
}

.link-azul-small {
  margin: 0 auto;
  display: block;
  margin-bottom: 21px;
}

.link-azul-distribuidor-small {
  margin: 0 auto;
  display: block;
  margin-bottom: 21px;
}
/*.grid-nosotros {
  background: url('img/nosotros_fondo.png')100% 100% no-repeat;
  background-size: cover;
  height: 100px;
}

.title-nosotros {
  color: #fff;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.p-nosotros {
  color: #fff;
}*/

.grid-distribuidores {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-opt-distribuidores {
  background: url('img/background-distribuidores.jpg')100% 100% no-repeat;
  background-size: cover;
  padding: 150px;
  background-position-y: -1px;
}

.grid-opt-distribuidores h3 {
  color: #fff;
  font-weight: 900;
}

.grid-opt-distribuidores p {
  color: #fff;
}

.grid-opt-distribuidores [type='text']{
  background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 420px) {
  .grid-header {
    position: relative;
    padding-bottom: 10px;
  }
  .grid-testimonios {
    background: #E2E7E8;
    padding-top: 61px;
    margin-top: -22px !important;
    padding-bottom: 46px;
  }
  .grid-contacto {
    background: url(img/background-contacto.jpg)100% 100% no-repeat;
    background-size: cover;
    padding-top: 43px;
    padding-bottom: 32px;
    background-position-x: -405px;
  }
  .p-footer {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .logo-footer {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
