/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

header {
    position: relative;
    z-index: 360;
}

.logo img {
    margin-left: auto;
    margin-right: auto;
}

.redes {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.redes a:link, .redes a:visited, .redes a:active {
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 15px;
    opacity: 1;
}

.redes a:hover, .redes a:focus {
    opacity: 0.8;
}

.main-header {
    background: #eeeeee; 
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cecece 100%);
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cecece 100%); 
    background: linear-gradient(to bottom,  #eeeeee 0%,#cecece 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cecece',GradientType=0 ); 
    padding-top: 25px;
    padding-bottom: 25px;
}

.navigation {
    text-align: right;
    padding-top: 0px;
    display: block;
}

.navigation a:link, .navigation a:active, .navigation a:visited, a.dropdown-toggle {
    color: #545454;
    font-size: 15px;
    padding: 20px 45px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}

.navigation a:focus, .navigation a:hover, #actived {
    color: #a90b28;
}

.dropdown-menu {
  background-color: rgba(167,11,40,0.85);
  min-width: 250px;
  left: 36px;
}

.dropdown-menu a.dropdown-item {
    margin-left: 0px;
    color: #FFFFFF;
    border-bottom: 1px solid #506c90;
    font-size: 17px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.dropdown-menu a.dropdown-item:hover {
    border-bottom: 1px solid #FFFFFF;
}

.navigation .dropdown-menu li a:link, .navigation .dropdown-menu li a:visited   {
    margin-left: 0px;
    color: #FFFFFF;
    border-bottom: 1px solid #930927;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-align: left;
    padding: 8px 15px;
    text-transform: uppercase;
}

.navigation .dropdown-menu li a:hover, .navigation .dropdown-menu li a:active, .navigation .dropdown-menu li a:focus {
    border-bottom: 1px solid #FFFFFF;
    background: transparent;
    outline: none;
}

.navigation a i {
    margin-left: 3px;
}

.separator-nav {
    display: inline-block;
    width: 1px;
    background-color: #b7b7b7;
    height: 20px;
    vertical-align: middle;
}

.promociones {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 60px;
}

.curva-header {
    position: absolute;
    min-height: 44px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: url(../images/curva-header.png) center top no-repeat transparent;
    background-size: cover;
    z-index: 300;
}

.overlay-colores {
    position: absolute;
    right: 0;
    bottom: -45px;
    width: 172px;
    height: 110px;
    z-index: 320;
    background: url(../images/overlay-colores.png) center top no-repeat transparent;
    background-size: contain;
}

/* SLIDER */ 
.slider {
    position: relative;
    padding: 0px;
}

.carousel-inner .item {
    min-height: 330px;
    background: center center no-repeat;
    background-size: cover;
}

.carousel-inner .item:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.carousel-control {
  width: 10%;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}


/**  Slider caption  */
.carousel-caption {
    right: 0;
    left: 0;
    bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.right.carousel-control,
.left.carousel-control {
  display: block;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.carousel-caption p {
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  background: rgb(193,0,31);
  background: -moz-linear-gradient(top, rgba(193,0,31,1) 0%, rgba(193,0,31,1) 38%, rgba(149,0,24,1) 64%, rgba(149,0,24,1) 100%);
  background: -webkit-linear-gradient(top, rgba(193,0,31,1) 0%,rgba(193,0,31,1) 38%,rgba(149,0,24,1) 64%,rgba(149,0,24,1) 100%);
  background: linear-gradient(to bottom, rgba(193,0,31,1) 0%,rgba(193,0,31,1) 38%,rgba(149,0,24,1) 64%,rgba(149,0,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1001f', endColorstr='#950018',GradientType=0 );
}

.btn-transparent:hover {
  background: #fff;
}

.btn-rounded {
  border-radius: 6px;
}

.btn-large {
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 600;
}

.slider-cont-secciones {
    background: none #e9e5e5;
    display: block;
}

.container-secciones {
    min-height: 105px;
    display: table;
}

#seccion-h1, #seccion-h2, #seccion-h3, #seccion-h4, #seccion-h5 {
    display: block;
    vertical-align: middle;
    font-size: 21px;
    line-height: 1.1;
}

#seccion-h4, #seccion-h5 {
    font-size: 30px;
    text-align: center;
}

#seccion-h1, #seccion-h4 {
    color: #FFFFFF;
    font-weight: 700;
}

#seccion-h2, #seccion-h5 {
    color: #787777;
    font-weight: 500;
}

#seccion-h3 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
}

/* INICIO */
.header-section {
    margin-bottom: 0px;
}

.separador-h1 {
    margin-bottom: 15px;
    display: block;
}

.bajada {
    display: block;
    font-size: 19px;
    font-weight: 300;
}

.bajada b {
    font-weight: 900;
}

.texto-promos {
    color: #545454;
    padding-top: 0px;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 30px;
}

.texto-promos b {
    font-weight: 900;
    font-height: 19px;
}

/* PRODUCTOS */
.header-internas {
    position: relative;
    min-height: 220px;
    background-color: #a90b28;
}

.header-internas .overlay-colores {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 202px;
    height: 130px;
    z-index: 320;
    background: url(../images/overlay-colores.png) center top no-repeat transparent;
    background-size: contain;
}

.breadcrumb {
    padding: 2px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 13px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumb a:focus, .breadcrumb a:hover {
    color: rgba(255,255,255,1);
}

.title-section {
    font-size: 23px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px;
}

.subtitle-section {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.3;
}

.header-internas-outer {
    position: relative;
    min-height: 170px;
}

.header-internas-inner {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0px;
}

.filtros {
    padding-top: 30px;
    padding-bottom: 80px;
}

.filtros h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #a90b28;
}

.filtros .separador-h1 {
    margin-bottom: 5px;
    max-width: 50px;
    margin-top: 5px;
}

.filtros a:link, .filtros a:active, .filtros a:visited {
    color: #333333;
    display: block;
    padding: 3px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.filtros a:focus, .filtros a:hover, #filtro-actived {
    color: #a90b28;
    font-weight: 600;
}

.filtros a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    margin-right: 0px;
    font-size: 10px;
    width: 0em;
    text-indent: -2px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.filtros a:focus::before, .filtros a:hover::before, #filtro-actived::before {
    color: #a90b28;
    width: 1em;
    text-indent: 0px;
}

section.productos {
    margin-top: 15px;
    margin-bottom: 70px;
}

.listado-productos {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 80px;
}

a.item-productos:link, a.item-productos:visited, a.item-productos:active {
    border: 1px solid #d5d5d5;
    display: block;
    background-color: #FFFFFF;
    text-decoration: none;
    z-index: 500;
    margin-bottom: 15px;
}

a.item-productos:hover, a.item-productos:focus {
    text-decoration: none;
    border: 1px solid #a90b28;
    -webkit-box-shadow: 0 8px 8px 2px rgba(0,0,0,0.3);
    box-shadow: 0 8px 8px 2px rgba(0,0,0,0.3);
}

.item-productos-outer:hover  {
    transform: scale(1.03);
}

.item-productos:hover .item-code {
    background-color: #a90b28;
}

.item-imagen {
    margin-bottom: 15px;
}

span.item-name {
    color: #a90b28;
    font-size: 17px;
    font-weight: 800;
    display: block;
    text-align: center;
    margin-top: 15px;
}

span.item-code {
    color: #FFFFFF;
    background-color: #b5aeae;
    font-size: 13px;
    padding: 3px 12px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 9px;
    margin: 10px auto 15px auto;
}

span.item-color {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

span.id-color {
    width: 14px;
    height: 14px;
    border-radius: 80px;
    background-color: #EBEBEB;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #EBEBEB;
}

span.id-color:last-child {
    margin-right: 0px;
}

/* MODELO */
.modelo-detalle {
    margin-top: 60px;
    margin-bottom: 0px;
    text-align: center;
}

span.modelo-name {
    font-size: 23px;
    font-weight: 800;
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
}

span.modelo-code {
    color: #FFFFFF;
    background-color: #c7c7c7;
    font-size: 12px;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 15px;
    margin: 45px auto 0px auto;
}

span.modelo-description {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
}

span.modelo-color {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.modelo-color span.id-color {
    width: 25px;
    height: 25px;
    border-radius: 80px;
    background-color: #EBEBEB;
    display: inline-block;
    margin-right: 12px;
    border: 1px solid #EBEBEB;
}

.modelo-color span.id-color:hover {
    border: 1px solid rgba(0,0,0,0.3);
}

span#modelo-titulo-color {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #949494;
    text-transform: uppercase;
    font-size: 12px;
}

.modelo-color span.id-color:last-child {
    margin-right: 0px;
}

#id-rojo {
    background-color: #c1272d;
}

#id-azul {
    background-color: #0263a0;
}

#id-rosa {
    background-color: #f79f98;
}

#id-negro {
    background-color: #444444;
}

#id-amarillo {
    background-color: #edd918;
}

.no-result {
    padding: 50px 15px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-top: 20px;
}

.no-result i {
    font-size: 7.5rem;
    margin-bottom: 10px;
    color: #b0c8d4;

}

/* CONTACTO */
form#form-contacto {
    margin-top: 35px;
    margin-bottom: 0px;
}

#form-contacto input[type='text'], #form-contacto input[type='tel'], #form-contacto input[type='email'], #form-contacto textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    outline: none;
}

#form-contacto input[type='text']:hover, #form-contacto input[type='tel']:hover, #form-contacto input[type='email']:hover, #form-contacto textarea:hover,
#form-contacto input[type='text']:focus, #form-contacto input[type='tel']:focus, #form-contacto input[type='email']:focus, #form-contacto textarea:focus {
    border: 1px solid #a90b28;
}

#form-contacto #procesar {
    background: transparent;
      color: #fff;
      text-transform: uppercase;
      background: rgb(193,0,31);
      background: -moz-linear-gradient(top, rgba(193,0,31,1) 0%, rgba(193,0,31,1) 38%, rgba(149,0,24,1) 64%, rgba(149,0,24,1) 100%);
      background: -webkit-linear-gradient(top, rgba(193,0,31,1) 0%,rgba(193,0,31,1) 38%,rgba(149,0,24,1) 64%,rgba(149,0,24,1) 100%);
      background: linear-gradient(to bottom, rgba(193,0,31,1) 0%,rgba(193,0,31,1) 38%,rgba(149,0,24,1) 64%,rgba(149,0,24,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1001f', endColorstr='#950018',GradientType=0 );
      padding: 8px 30px;
      font-size: 15px;
      font-weight: 600;
      border: 1px solid rgb(193,0,31);
      border-radius: 6px;
      float: right;
}

#form-contacto #procesar:hover, #form-contacto #procesar:focus {
    background: #FFFFFF;
    color: rgb(193,0,31);
    border: 1px solid rgb(193,0,31);
}

.datos-empresa {
    margin-top: 20px;
}

.datos-empresa h2 {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 2px;
}

.datos-empresa h3 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 2px;
}

.datos-empresa p {
    font-size: 14px;
}


/* BENEFICIOS */
.section-textos {
    margin-top: 35px;
    margin-bottom: 0px;
}

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

.iconos-beneficios {
    font-size: 50px;
    color: #a90b28;
}

.bloque-beneficios {
    min-height: 180px;
    border: 1px solid #a90b28;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.bloque-beneficios-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px;
}

.bloque-beneficios:hover {
    background-color: #a90b28;
    color: #FFFFFF;
    transform: scale(1.08);
}

.bloque-beneficios:hover .iconos-beneficios {
    color: #FFFFFF;
    transform: scale(1.15);
}

#tabla-rodados {
    min-width: 800px;
    margin-top: 25px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}  

#tabla-rodados thead tr td {
    background-color: #d0145a;
    color: #FFFFFF;
    padding: 10px;
    font-size: 17px;
    font-weight: 800;
} 

#tabla-rodados tbody tr td {
    padding: 10px;
    font-size: 16px;
} 

#h4-rodados {
    color: #d0145a;
    font-size: 20px;
}

/* NOSOTROS */
.distribuidores {
    padding-bottom: 70px;
    padding-top: 20px;
    text-align: center;
}

.bloques-distribuidores img {
    max-width: 200px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.distribuidores p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

h3.destacado {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a90b28;
    border-top: 1px solid #a90b28;
    color: #a90b28;
    font-style: italic;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

/* FOOTER */
footer {
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 8px;
    position: relative;
}

.curva-footer {
    position: absolute;
    min-height: 62px;
    width: 100%;
    left: 0;
    right: 0;
    top: -35px;
    background: url(../images/curva-foot.png) center bottom no-repeat transparent;
    background-size: cover;
}

.detalle-foot-left {
    position: absolute;
    width: 204px;
    height: 230px;
    left: 0px;
    bottom: 0px;
    background: url(../images/detalle-foot-left.png) left bottom no-repeat transparent;
}

.detalle-foot-right {
    position: absolute;
    width: 259px;
    height: 190px;
    right: 0px;
    top: -10px;
    background: url(../images/detalle-foot-right.png) right top no-repeat transparent;
}

footer h3 {
    font-size: 20px;
    font-weight: 700;
}

footer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.datos-postales {
    margin-bottom: 20px;
}

.redes-foot {
    margin-bottom: 20px;
}

.redes-foot a:link, .redes-foot a:active, .redes-foot a:visited {
    color: #b2b2b2;
    font-size: 20px;
    padding: 10px;
}

.sucursales {
    margin-bottom: 40px;
}

.aclaracion {
    color: #8c8c8c;
    font-size: 12px;
}

/* EXTRAS*/
h1 {
    font-weight: 900;
    color: #a90b28;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.bg-gris-claro {
    background-color: #666666;
}

.bg-gris-oscuro {
    background-color: #333333;
}

.bg-rojo {
    background-color: #a90b28;
}

.text-rojo {
    color: #a90b28;
}

.go-up {
    position: fixed;
    bottom: 100px;
    right: 36px;
    z-index: 90;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -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;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

.ease {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* MENU XS BTN */
.menu-xs {
    cursor: pointer;
    display: flex;
    position: absolute;
    z-index: 1100;
    right: 6px;
    top: 42px;
    max-width: 50px;
}

.menu-list-xs {
    position: fixed;
    background-color: rgba(0,0,0,0.92);
    z-index: 1000;
    padding: 0px 15px;
    height: 100vh;
    width: 100vw;
    display: none;
}

.menu-list-xs .main #logo {
    max-width: 130px;
    display: block;
    padding: 0px 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.menu-list-xs a:link, .menu-list-xs a:visited, .menu-list-xs a:active {
    color: #FFFFFF;
    display: block;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.menu-list-xs a:hover, .menu-list-xs a:focus {
    color: #a6d7f2;
    text-decoration: none;
}   

.menu-list-xs .redes a:link, .menu-list-xs .redes a:visited, .menu-list-xs .redes a:active {
    display: inline-block;
    border-bottom: none;
    padding: 0px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 15px;
    opacity: 1;
} 

.menu-list-xs .redes {
    display: block;
    margin-top: -20px;
    margin-bottom: 32px;
}

.menu-xs svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-xs.active svg {
    transform: rotate(90deg);
}
.menu-xs path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-xs path:nth-child(1) {
  transform-origin: 36% 40%;
}
.menu-xs path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.menu-xs path:nth-child(3) {
  transform-origin: 35% 63%;
}
.menu-xs path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.menu-xs path:nth-child(5) {
  transform-origin: 61% 52%;
}
.menu-xs path:nth-child(6) {
  transform-origin: 62% 52%;
}
.menu-xs.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
  stroke: #FFFFFF;
}
.menu-xs.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
  stroke: #FFFFFF;
}
.menu-xs.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
  stroke: #FFFFFF;
}
.menu-xs.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
  stroke: #FFFFFF;
}
.menu-xs.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
  stroke: #FFFFFF;
}
.menu-xs.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
  stroke: #FFFFFF;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .redes {
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: right;
    }

    .logo img {
        margin-left: 0px;
        margin-right: auto;
    }

    .carousel-inner .item {
      min-height: 720px;
      background: center center no-repeat;
      background-size: cover;
    }

    .overlay-colores {
        position: absolute;
        right: 0;
        bottom: -20px;
        width: 392px;
        height: 244px;
        z-index: 320;
        background: url(../images/overlay-colores.png) center top no-repeat transparent;
        background-size: auto;
    }

    .btn-large {
      padding: 8px 30px;
      font-size: 20px;
      font-weight: 600;
    }

    .slider-cont-secciones {
        background: none #e9e5e5;
        display: block;
    }

    .container-secciones {
        min-height: 105px;
        display: table;
    }

    #seccion-h1, #seccion-h2, #seccion-h3, #seccion-h4, #seccion-h5 {
        display: block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 1.1;
    }

    #seccion-h4, #seccion-h5 {
        font-size: 30px;
        text-align: center;
    }

    #seccion-h1, #seccion-h4 {
        color: #FFFFFF;
        font-weight: 700;
    }

    #seccion-h2, #seccion-h5 {
        color: #787777;
        font-weight: 500;
    }

    #seccion-h3 {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 17px;
    }

    .carousel-caption p {
      font-weight: 300;
      font-size: 10px;
      margin-bottom: 50px;
      margin-top: 20px;
    }

    .promociones {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 120px;
    }

    .header-section {
        margin-bottom: 40px;
    }

    .texto-promos {
        color: #545454;
        padding-top: 20px;
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 0px;
    }

    .distribuidores {
        padding-bottom: 120px;
        padding-top: 50px;
        text-align: center;
    }

    .bloques-distribuidores img {
        max-width: 260px;
        margin-bottom: 0px;
    }

    footer {
        text-align: center;
        color: #FFFFFF;
        padding-bottom: 50px;
        padding-top: 20px;
        position: relative;
    }

    /* PRODUCTOS */
    .header-internas {
        position: relative;
        min-height: 220px;
        background-color: #a90b28;
    }

    .header-internas .overlay-colores {
        position: absolute;
        right: 0;
        bottom: -20px;
        width: 392px;
        height: 244px;
        z-index: 320;
        background: url(../images/overlay-colores.png) center top no-repeat transparent;
        background-size: auto;
    }

    .header-internas-outer {
        position: relative;
        min-height: 180px;
    }

    .breadcrumb {
        padding: 2px 0px;
        margin-bottom: 0px;
        list-style: none;
        background-color: transparent;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 15px;
    }

    .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
        color: rgba(255,255,255,0.8);
        text-transform: uppercase;
        text-decoration: none;
    }

    .breadcrumb a:focus, .breadcrumb a:hover {
        color: rgba(255,255,255,1);
    }

    .title-section {
        font-size: 34px;
        font-weight: 800;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 1.5;
    }

    .subtitle-section {
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.2;
    }

    section.productos {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    a.item-productos:link, a.item-productos:visited, a.item-productos:active {
        border: 1px solid #d5d5d5;
        display: block;
        background-color: #FFFFFF;
        text-decoration: none;
        z-index: 500;
        margin-bottom: 20px;
    }

    a.item-productos:hover, a.item-productos:focus {
        text-decoration: none;
        border: 1px solid #a90b28;
        -webkit-box-shadow: 0 8px 10px 2px rgba(0,0,0,0.3);
        box-shadow: 0 8px 10px 2px rgba(0,0,0,0.3);
    }

    .bloque-beneficios {
        min-height: 220px;
        border: 1px solid #a90b28;
        border-radius: 10px;
        position: relative;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .section-textos {
        margin-top: 35px;
        margin-bottom: 100px;
    }

    form#form-contacto {
        margin-top: 35px;
        margin-bottom: 100px;
    }

    .modelo-detalle {
        margin-top: 30px;
        margin-bottom: 120px;
        text-align: center;
    }

    /* EXTRAS*/
    h1 {
        font-weight: 900;
        color: #a90b28;
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .menu-xs {
        display: none;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9994;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}

.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/x_icon.svg) center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.wa__popup_chat_box {
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 10px 10px 4px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    bottom: 102px;
    right: 25px;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 50px);
}

.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.wa__btn_popup .wa__btn_popup_txt {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 220px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 14px;
    color: #43474e;
    padding: 8px 12px;
    margin-right: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #FFFFFF;
    background: rgb(45, 183, 66);
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 14px;
    line-height: 19px;
}

.wa__popup_chat_box .wa__popup_heading:before {
    content: '';
    background: url(../images/whatsapp_logo.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.wa__popup_chat_box .wa__popup_content {
    background: #FFFFFF;
    padding: 20px 20px 28px 19px;
    text-align: left;
}

.wa__popup_chat_box .wa__popup_notice {
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 500;
    padding: 0 3px;
    margin-bottom: 15px;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}

.wa__popup_content_list .wa__popup_content_item {
    margin: 6px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}

.wa__popup_chat_box .wa__stt {
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover, .wa__popup_chat_box .wa__stt.wa__stt_online:active, .wa__popup_chat_box .wa__stt.wa__stt_online:focus {
    background: #FFFFFF;
    box-shadow: 0 7px 15px 1px rgb(55 62 70 / 7%);
    -webkit-box-shadow: 0 7px 15px 1px rgb(55 62 70 / 7%);
    -moz-box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
}

.wa__popup_chat_box .wa__stt:after {
    content: '';
    background: url(../images/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_content_item .wa__cs_img_wrap {
    width: 48px;
    height: 48px;
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 15px;
    color: #363c47;
    line-height: 1.188em!important;
    font-weight: 700;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 13px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em!important;
}

.wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all!important;
    -webkit-transition: .4s ease all!important;
    -moz-transition: .4s ease all!important;
    backface-visibility: hidden;
    will-change: transform;
}


.player-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.85);
}

.player-container .player {
    position: relative;
}

.player-container .player #playerClose {
    position: absolute;
    top: 0;
    right: -35px;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    font-size: 1.78em;
}

.boxes-promos {
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    margin-bottom: 15px;
}