@charset "UTF-8";

@font-face {
    font-family: "titulos";
    src: url("../fuentes/RobotoCondensed-Bold.ttf")
}

@font-face {
    font-family: "texto";
    src: url("../fuentes/RobotoCondensed-Light.ttf")
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background-color: black;
}

#fondo {
    width: 100%;
    background-image: url("../imagenes/pattern1.jpg");
    margin: 0px auto;
    padding-top: 0px;
}

#contenedor {
    width: 87%;
    margin: 0 auto;
    padding-bottom: 20px;

}

/*botonscroll*/
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 241, 0, 0.8);
    text-decoration: none;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    padding: 5px 8px;

}

.to-top:hover {
    color: #FFF100;
    background: #fff;
}

/*botonwhatsapp*/
.boton-whasapp a {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 60px;
    background: rgba(0, 241, 0, 0.8);
    text-decoration: none;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    padding: 7px 8px 4px;

}

.boton-whasapp a:hover {
    color: black;
    background: #FFF100;
}

/*HEADER*/
.redes {
    height: 30px;
    margin-bottom: 10px;
    text-align: right;
}

.redes li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

.fa-instagram,
.fa-facebook,
.fa-google {
    color: #fff;
}

.fa-instagram:hover,
.fa-facebook:hover,
.fa-google:hover {
    color: #FFF100;
}

#headersp {
    width: 100%;
    height: 135px;
    margin: 0 auto;
    background-image: url("../imagenes/HEADER.jpg");
    border-bottom: #FFF100 4px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    margin: 35px 0px 0 30px;
}

.logo img {
    width: 100%
}

.logo h4 {
    font-family: "titulos";
    color: #000;
    font-size: 12px;
    margin-left: 10%;
}

.buscador {
    margin: 60px 20px 0;
    width: 100%;
    text-align: right;
}

.buscador h3 {
    font-family: "titulos";
    font-size: 18px;
    display: none;
}

.b-content {
    float: right;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-content .fa-shopping-cart {
    color: #fff000;
    background: #000;
    border-radius: 20px;
    padding: 6px;
    margin: 0 0 0 5px;
    font-size: 12px;
}

.b-content .fa-shopping-cart:hover {
    color: #fff;
    background: #4B4645;
}

.barra {
    width: 100%
}

.barra input {
    width: 100%;
    height: 20px;
}

.lupa {
    margin-top: 1, 5px
}

.bmenu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 5px 30px;
    background: #4B4645;
    color: #fff;
    font-family: "titulos";
}

.bmenu-responsive h3 {
    font-size: 13px
}

.hamburguesa button {
    width: 85px;
    background: none;
    border: none;
    overflow: hidden;
    outline: none;
}

.hamburguesa button:hover {
    opacity: 0.5;
    cursor: pointer;
}

.hamburguesa h4 {
    color: #FFF200;
    font-family: "titulos";
    font-size: 15px;
    float: left;
    margin-top: 1px
}

.hamburguesa img {
    width: 35%;
    float: left;
}

/*MENU*/

.no1 {
    background-color: black;
    overflow: hidden;
    border-bottom: #FFF100 4px solid;
}

#menu {
    width: 100%;
    font-family: "titulos";
    overflow: hidden;
}

#menu li {
    overflow: hidden;
    border: 0.5px solid #ccc;
}

.active1 {
    background: #312F30 no-repeat;
    background-image: url("../imagenes/flecha.png");
    background-size: 10% 100%;
}

li.btn-home {
    background: #312F30 no-repeat;
    background-image: url("../imagenes/flecha-home.png");
    background-size: 10% 100%;
}

li.btn-productos {
    background: #404040 no-repeat;
    background-image: url("../imagenes/flecha-productos.png");
    background-size: 10% 100%;
}

li.btn-listado {
    background: #3A3C3D no-repeat;
    background-image: url("../imagenes/flecha-listado.png");
    background-size: 10% 100%;
}

li.btn-calidad {
    background: #58585A no-repeat;
    background-image: url("../imagenes/flecha-calidad.png");
    background-size: 10% 100%;
}

li.btn-bomba {
    background: #636567 no-repeat;
    background-image: url("../imagenes/flecha-bomba.png");
    background-size: 10% 100%;
}

li.btn-contacto {
    background: #5E5B5B no-repeat;
    background-image: url("../imagenes/flecha-bomba.png");
    background-size: 10% 100%;
}

li.btn-marcas {
    background: #4B4B4B no-repeat;
    background-image: url("../imagenes/flecha-bomba.png");
    background-size: 10% 100%;
}

li.btn-maquinas {
    background: #5E5D5D no-repeat;
    background-image: url("../imagenes/flecha-bomba.png");
    background-size: 10% 100%;
}

#menu a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    width: 100%;
    display: block;
    text-align: center;
}

#menu li:hover {
    background-image: url("../imagenes/flecha.png");
    background-size: 10% 100%;
    border: 0.5px solid #FFF200;
}

#menu h2 {
    margin: 3px 0 10px 0;
}

.menu {
    display: none;
}

.menuResponsive {
    display: block;
}

/*SLIDER*/

.lSAction > a {
    top: 43% !important;
}

#slider {
    position: relative;
    width: 100%;
    float: right;
    margin-bottom: -17px;
}

#slider1 {
    float: right;
    position: relative;
    width: 100%;
    margin-bottom: -17px;
    overflow: hidden;
    height: 200px
}

#slider img {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 150px;
    margin-bottom: 72px;
}

.texto-slider {
    position: absolute;
    font-family: "texto";
    font-size: 18px;
    line-height: 20px;
    opacity: 0.8;
    bottom: 17px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.texto2-slider {
    position: absolute;
    top: 140px;
    color: #000;
    font-family: "titulos";
    font-size: 13px;
    background: rgba(255, 241, 0, 0.8);
    margin: 0;
    padding: 5px;
    border-radius: 0 5px 5px 0;

}

.texto-slider span {
    margin: 10px
}

.color1 {
    background: black;
    color: white;
}

.color2 {
    background: #FFF100;
    color: black;
}

.color3 {
    background: #ce8e36;
    color: white;
}

/*CUADROS MAQUINAS*/
/*DIVISOR*/

#borde4 {
    margin: 10px 0;
    overflow: hidden
}

.fotomaquina {
    width: 50%;
    padding: 0;
    float: left;
}

.fotomaquina img {
    width: 100%;
}

.fotomaquina-doble {
    width: 100%;
    padding: 0;
    float: left;
}

.fotomaquina1 img {
    width: 100%;
    padding: 0;
    float: left;
}

.fotomaquina-doble img {
    width: 100%;
}

/*DIVISOR*/
/*CONTACTO*/
h7 {
    font-family: "titulos";
    font-size: 13px;
    font-weight: lighter, bold;
    color: white;
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 5px;
}

h8 {
    font-family: "titulos";
    font-size: 13px;
    font-weight: lighter, bold;
    color: white;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
}

input[type=text],
select,
textarea,
textarea {
    width: 85%;
    padding: 3px;
    height: 25px;
    border: 1px solid gray;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    resize: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input[type=submit] {
    font-family: "titulos";
    font-size: 18px;
    height: 30px;
    background-color: yellow;
    color: black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: gray;
}

#container {
    width: 95%;
    height: 820px;
    background-color: black;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 0px;
    padding: 2.5%;
}

.container2 {
    width: 100%;
    height: 440px;
    background-color: black;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: right;
}

.container3 {
    font-family: "textos";
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 1px;
    float: left;
}

#borde5 {
    width: 912px;
    height: 4px;
    background-color: #FFF100;
    margin-top: 70px;
    margin-left: -10px;
}

#borde6 {
    width: 912px;
    height: 446px;
    background-image: url("../imagenes/FOOTER1.jpg");
    margin-left: -11px;
}

#borde7 {
    width: 912px;
    height: 84px;
    background-image: url("../imagenes/FOOTER1(1).jpg");
    margin-left: -10px;
}

/*DIVISOR3*/

h2 {
    font-family: "titulos";
    font-size: 11px;
    font-weight: lighter, bold;
    color: white;
    margin-top: 7px;
    margin-left: 0px;
}

h4 {
    font-family: "texto";
    font-size: 12px;
    font-weight: lighter;
    color: white;
    margin-top: 5px;
    line-height: 13px;
}

h5 {
    font-family: "texto";
    font-size: 12px;
    font-weight: lighter;
    color: white;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 15px;
}

h1 {
    width: 78%;
    font-family: "texto";
    text-align: center;
    font-size: 16px;
    padding: 10px 30px;
    margin: 0px auto;
    color: #fff;
    background: url(../imagenes/fondo-titulo-768x64.jpg);
    background-size: 100%;
    border-top: #FFF100 4px solid;
}

h1 span {
    font-family: "titulos";
}

/*PRODUCTOS*/
.botones-galeria {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.btn-galeria {
    width: 100%;
    float: left;
}

.btn-galeria a {
    color: #FFF100;
    font-family: "titulos";
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center
}

.btn-bg1 {
    background: black;
}

.btn-bg2 {
    background: #101010;
}

.btn-bg3 {
    background: #383537;
}

.btn-bg4 {
    background: #504d4f;
}

.btn-bg5 {
    background: #5b5a5d;
}

h1.amarillo {
    width: 86%;
    font-family: "texto";
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 20px auto;
    color: #000;
    background: url(../imagenes/fondo-titulo2.jpg);
    background-size: 100%;
    border-top: #FFF100 4px solid;
    overflow: hidden;
    position: relative;
}

.boton-volver {
    text-decoration: none;
}

.boton-volver:hover .fa-arrow-alt-circle-left {
    opacity: 0.5;
}

.no3 {
    overflow: hidden;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.repuestos {
    width: 108.936px;
    height: 248.377px;
    margin-left: 81.681px;
    margin-right: 74.351px;
    float: left;
    border: #FFF100 2px solid;
    padding: 1%;
}

.borde-lista {
    border: #FFF100 1px solid;
    padding: 10%;
    height: 180px;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.cuadro-amarillo {
    background: url("../imagenes/solido-tabla.jpg");
    background-size: 100%;
    margin-bottom: 5px;
    text-align: center;
    height: 20px;
}

.titulo-cuadro {
    color: black;
    padding-top: 2px
}

.superparts {
    width: 46%;
    height: 180px;
    margin: 2%;
    float: left;
}

.superparts .borde-lista {
    height: 180px;
}

.superparts h1 {
    margin-bottom: 10px
}

.empaquetaduras {
    width: 46%;
    height: 220px;
    margin: 2%;
    float: left;
}

.reparacion {
    width: 46%;
    height: 248.377px;
    margin: 2%;
    margin-top: 70px;
    float: left;
}

.retrocargadoras {
    width: 46%;
    height: 248.377px;
    margin: 2%;
    margin-top: 70px;
    float: left;
}

/*FOOTER*/

footer {
    padding: 13px;
    overflow: hidden;
    font-family: "texto";
    background: #535555;
    border-top: #FFF100 4px solid;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.5;
}

footer ul {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
}

footer li {
    float: left;
    list-style: none;
    color: #fff;
    padding: 10px;
    border-left: solid 1px #fff;
}

.item1-footer {
    float: left;
    border: none;
    padding: 10px;
    color: #fff;
}

.item-final-footer {
    width: 95%;
    text-align: center;
    float: right;
    border: none;
    padding: 10px;
    color: #fff;
}

/*LISTADO*/
.acordeon {
    overflow: hidden;
    margin-bottom: 20px;
}

.contenedor-acordeon {
    position: relative;
}

.desplegable1,
.desplegable2 {
    font-family: "titulos";
    width: 94.2%;
    padding: 5px 5px 5px 5%;
    background: rgba(255, 255, 255, 0.1) no-repeat;
    background-image: url("../imagenes/flecha-home.png");
    background-size: 4% 100%;
    border: 1px solid #1d1d1d;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    color: #ccc;
}

.desplegable1:hover,
.desplegable2:hover {
    background: rgba(255, 255, 0, 0.7) no-repeat;
    background-image: url("../imagenes/flecha-calidad.png");
    background-size: 4% 100%;
    color: black;
}

.desplegable1 span,
.desplegable2 span {
    position: absolute;
    right: 20px;
}

.titulo-deplegado {
    width: 100%;
    background: #fff000;
    height: 5px;
    left: 0;
    position: absolute;
    top: 35px;
}

.contenido1,
.contenido2 {
    overflow: hidden;
    border: solid 2px #fff000;
    margin: 10px 0;
    background: url("../imagenes/listado/prueba-textura3.png");
    background-attachment: fixed;
    background-size: cover;
}


.contenido1 li,
.contenido2 li {
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-family: "texto";
    font-size: 10.4px;
    line-height: 18px;
    list-style: none;
    color: white;
    white-space: pre-line;
}

.contenido1 li:nth-child(even),
.contenido2 li:nth-child(even) {
    border-right: 0;
    border-left: 0;
}

.contenido1 li:last-child,
.contenido2 li:last-child {
    border-right: 0;
}

ul.lis-col10 {
    overflow: hidden;
}

ul.lis-col10 li {
    float: left;
    width: 50%;
}

/*MARCAS*/
.colm1 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.colm2 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.colm1 img {
    width: 98%;
    margin: 5px 5px 0 5px;
}

.contenido3 h3 {
    font-size: 14px;
    color: #fff000;
    padding: 0 20px;
}

.contenido3 h3:first-child {
    padding-top: 13px;
}

.contenido3 p {
    font-size: 11px;
    padding: 0 20px 10px;
    color: white;
}

.contenido3 {
    margin: 10px 0;
    overflow: hidden;
}

.columnasm {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "texto";
}

/*Tienda*/

.categorias-productos {
    overflow: hidden;
}

.categorias-productos li {
    width: 100%;
    float: left;
    font-family: "titulos";
    text-align: center;
    font-size: 10px;
    list-style: none;
    color: white;
}

.categorias-productos a {
    background: #fff000;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    color: black;
    font-size: 15px;
    text-decoration: none;
}

.categorias-productos a:hover {
    background: black;
    color: white;
}

.categorias-productos li span {
    margin: 5px;
    padding: 10px 5px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 90%;
    display: block;
}

.categorias-productos li span img {
    width: 100%;
    margin: 10px 0;
}

.ul-productos {
    overflow: auto;
    width: 100%;
    height: 700px;
}

.ul-productos::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background: url("../imagenes/barra-scroll.png");
    background-size: 100%;
}

.ul-productos::-webkit-scrollbar-thumb {
    background-color: #fff000;
    border-radius: 20px;
    border: 1px solid white;
}

.nombre-p {
    margin-bottom: 10px
}

#busqueda {
    width: 100%;
    margin: 0;
    float: left;
    margin: 0 0 10px 0;
}

.search {
    position: relative;
}

.cerrar-busca {
    background: #fff;
    position: absolute;
    bottom: 34px;
    right: 0;
    text-align: center;
    width: 20px;
    height: 22px;
    font-family: sans-serif;
    font-weight: 900;
    padding: 2px;
}

form.buscador-form {
    overflow: hidden;
}

.img-ref {
    margin-bottom: 10px;
    width: 99%;
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.label-buscar {
    font-family: "titulos";
    color: white;
    float: left;
    padding: 5px;
    width: 100%;
    font-size: 15px;
}

.form-group2 label {
    font-family: "titulos";
    color: white;
    ;
}

.poductos-tienda {
    overflow: hidden;
    width: 70%;
}

.row-productos {
    width: 100%;
}

.col-md-2 {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}

.col-lista {
    width: 90%;
    margin-bottom: 20px;
    float: left;
    list-style: none;
    font-family: "titulos";
    background: rgba(99, 101, 103, 0.2);
    color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    border-bottom: 2px solid #fff000;
    position: relative;
}

.col-lista:hover .tool-tip {
    visibility: visible;
}

.col-lista:hover .tool-tip-right {
    visibility: visible;
}

/*TOOL TIP*/


.tool-tip {
    font-size: 11px;
    text-align: left;
    padding: 0px 5px 10px 5px;
    font-family: sans-serif;
    color: white;
    border-top: white solid 2px;
    border-bottom: white solid 2px;
    margin-bottom: 10px;
}

.tool-tip h4,
.tool-tip-right h4 {
    color: white;
    font-family: "titulos";
    font-size: 14px;
}

.tool-tip img {
    position: absolute;
    top: 100%;
    left: 5px;
    display: none;
}

.tool-tip-right {
    font-size: 11px;
    text-align: left;
    padding: 0px 5px 10px 5px;
    font-family: sans-serif;
    color: white;
    border-top: white solid 2px;
    border-bottom: white solid 2px;
    margin-bottom: 10px;
}

.tool-tip-right h4 {
    color: white;
    font-family: "titulos";
    font-size: 14px;
}

.tool-tip-right img {
    position: absolute;
    top: 100%;
    right: 5px;
    display: none;
}

.col-lista h3 {
    font-size: 18px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.col-lista h3 span {
    font-size: 11px;
    font-family: sans-serif;
    width: 100%;
    margin: 0;
}

.sc-product-item h4,
.list-group-item-heading {
    color: #fff000;
    width: 65%;
    float: right;
    text-align: left;
    font-size: 11px;
    font-family: "titulos";
}

.list-group-item-heading span {
    font-size: 10px;
    font-family: sans-serif;
    padding-bottom: 10px;
}

.imagen-producto img {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.row {
    overflow: hidden;
    width: 70%;
    float: left;
}

.sc-cart {
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 10px;
    max-height: 435px;
    overflow: auto;
}

.sc-cart::-webkit-scrollbar {
    width: 8px;
    background: url("../imagenes/barra-scroll.png");
}

.sc-cart::-webkit-scrollbar-thumb {
    background-color: #fff000;
    border-radius: 20px;
    border: 1px solid white;
}

section.contenedor-tienda {
    overflow: hidden;
    margin-bottom: 20px;
}

.sc-cart-item-list {
    min-height: 50px;
}

.sc-add-to-cart {
    background: #fff000;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
    font-family: "titulos";
    font-size: 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.sc-add-to-cart:hover {
    background: black;
    color: white;
}

.sc-add-to-cart {}

.sc-cart-remove {
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.sc-cart-remove:hover {
    color: red;
}

.sc-cart-heading {
    font-family: "titulos";
    color: #fff000;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid #fff000 2px;
}

.sc-cart-checkout,
.sc-cart-clear {
    background: #000;
    border-radius: 5px;
    color: white;
    font-family: "titulos";
    font-size: 15px;
    padding: 5px 10px;
    width: 35%;
    border: none;
    overflow: hidden;
    outline: none;
}

.sc-cart-checkout:hover,
.sc-cart-clear:hover {
    background: #fff000;
    color: black;
}

.sc-cart-summary-subtotal {
    font-family: "titulos";
    background: #fff000;
    border-radius: 5px;
    padding: 5px;
    font-size: 20px;
}

.sc-cart-empty-msg {
    color: #999;
    font-family: "titulos";
    margin: 0;
    padding: 10px;
    text-align: center;
}

.sc-cart-item-qty {
    width: 55px;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 0 3px 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

.sc-cart-item-summary {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: #fff000 2px solid;
    width: 100%;
}

.sc-cart-summary {
    text-align: right;
    font-size: 1.5em;
}

.sc-cart-subtotal {}

.sc-cart-toolbar {
    margin-top: 10px;
    text-align: right;
}

.sc-cart-toolbar button {
    margin-left: 5px;
}

.sc-cart-toolbar button.disabled img {
    opacity: .5;
}

.sc-cart-item img {
    margin-right: 10px;
    width: 60px;
}

.sc-highlight {
    -webkit-animation: highlight 1s;
    animation: highlight 1s;
}

@keyframes highlight {
    from {
        background: #faebcc
    }

    to {
        background: none;
    }
}

@-webkit-keyframes highlight {
    from {
        background: #faebcc
    }

    to {
        background: none;
    }
}

.sc-product-item {
    position: relative;
}

.sc-product-item:after,
.sc-product-item:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.sc-added-item {
    border-color: #5cb85c;
}

.sc-added-item:after {
    content: "\2713 ";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 99;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.sc-added-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 98;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.sc-button-checkout-default {}

.vercarro {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.vercarro:hover {
    opacity: 0.5;
}

.sc-button-checkout-paypal {
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 170px;
    height: 32px;
}

/*ESTILOS PARA TELEFONO 320*/

@media screen and (min-width:320px) {

    footer ul {
        width: 88%;
        margin: 0 auto;
    }

}

/*ESTILOS PARA TELEFONO 500*/

@media screen and (min-width:414px) {
    .video iframe {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:480px) {
    .video {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    footer ul {
        width: 55%;
        margin: 0 auto;
    }

    .video iframe {
        width: 120px;
        height: 70px;
    }

    .no1 {
        background-color: #636567;
    }

    .texto2-slider {
        position: absolute;
        top: 0;
        color: #000;
        font-family: "titulos";
        font-size: 15px;
        background: rgba(255, 241, 0, 0.8);
        margin: 30px 0;
        padding: 10px 20px;
        border-radius: 0 5px 5px 0;

    }

    h1.amarillo {
        padding: 10px 30px;
    }

    /*Tienda*/

    .categorias-productos li {
        width: 50%;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        color: #fff000;
        width: 75%;
    }


}

/*ESTILOS PARA tableta 600*/

@media screen and (min-width:600px) {

    #fondo {
        width: 100%;
        padding-top: 30px;
    }

    .buscador {
        width: 50%;
        margin: 35px 20px 0;
    }

    .logo {
        margin: 20px 50px;
    }

    .logo img {
        width: 50%
    }

    #headersp {
        height: 100px;
    }

    .logo h4 {
        font-size: 12px;
        margin-left: 6px
    }


    h5 {
        margin-top: 5px;
    }

    .lSAction > a {
        top: 43% !important;
    }

    .texto-slider {
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }

    .texto2-slider {
        position: absolute;
        top: 0;
        color: #000;
        font-family: "titulos";
        font-size: 20px;

    }

    .video {
        position: absolute;
        bottom: 80px;
        right: 11px;
    }

    /*CUADROS MAQUINAS*/
    .fotomaquina {
        width: 20%;
    }

    .fotomaquina-doble {
        width: 40%;
    }

    .fotomaquina1 img {
        width: 20%;
        padding: 0;
        float: left;
    }

    h1,
    h1.amarillo {
        width: 100%;
        font-size: 20px;
        padding: 10px 0px;
    }

    .no3 {
        background: none;
        padding-bottom: 40px;
    }

    .borde-lista {
        height: 180px;
        margin-bottom: 0px;
    }

    .superparts .borde-lista {
        height: 180px;
    }

    .superparts {
        width: 25%;
        margin: 2% 0;
    }

    .empaquetaduras {
        width: 25%;
        margin: 2% 0.5%;
    }

    .reparacion {
        width: 24%;
        margin: 2% 0.5%;
    }

    .retrocargadoras {
        width: 24%;
        margin: 2% 0;
    }

    .item-final-footer {
        width: 100%;
        text-align: center;
    }

    footer ul {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        overflow: hidden;
    }

    footer ul li {
        float: none;
        text-align: center;
        width: 100%;
    }

    /*CONTACTO*/

    #container {
        height: 450px;
    }

    input[type=text],
    select,
    textarea,
    textarea {
        width: 45%;
    }

    input[type=submit] {
        margin-top: 10px;
    }

    .container2 {
        width: 45%;
        height: 431px;
        background-color: white;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        float: right;
    }

    .btn-galeria a {
        font-size: 10px;
        width: 80%;
        padding: 23% 10%;
        display: block;
        height: 30%;
    }

    .btn-galeria {
        width: 20%;
        height: 61px;
        float: left;
    }

    .btn-bg1 {
        background: url(../imagenes/imagenes-productos/btn1.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .btn-bg2 {
        background: url(../imagenes/imagenes-productos/btn2.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .btn-bg3 {
        background: url(../imagenes/imagenes-productos/btn3.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .btn-bg4 {
        background: url(../imagenes/imagenes-productos/btn4.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .btn-bg5 {
        background: url(../imagenes/imagenes-productos/btn5.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    /*Tienda*/

    .sc-cart {
        width: 40%;
        float: right;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        padding: 10px;
        max-height: 435px;
        overflow: auto;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        width: 65%;
    }

    .col-md-2 {
        width: 54%;
        float: left;
        overflow: hidden;
    }
}

/*ESTILOS PARA ESCRITORIO 720*/

@media screen and (min-width:720px) {
    .btn-galeria a {
        font-size: 10px;
        width: 80%;
        padding: 20% 10%;
        display: block;
        height: 30%;
    }

    .contenido3 h3 {
        font-size: 11px;
    }

    .contenido3 h3:first-child {
        padding-top: 10px;
    }

    .contenido3 p {
        font-size: 11px;
        padding: 0 20px 10px;
    }

    .columnasm {
        border: solid 2px #fff000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .colm1 {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .colm2 {
        width: 33%;
        float: left;
        min-height: 300px;
        overflow: hidden;
    }

    .colm2:nth-child(2) {
        border-right: solid 2px #fff000;
        border-left: solid 2px #fff000;
    }

    .colm2:last-child {
        border-right: 0;
    }

    .colm1 img {
        width: 140%;
        margin: 5px 5px 0 -20%;
    }

    /*TIENDA*/
    .categorias-productos li {
        width: 33%;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        width: 72%;
    }

    #busqueda {
        width: 60%;
    }

    .cerrar-busca {
        position: absolute;
        right: 5px;
    }

    .label-buscar {
        width: 34%;
    }

}

/*ESTILOS PARA ESCRITORIO 800*/

@media screen and (min-width:800px) {
    .lSAction > a {
        top: 43% !important;
    }

    .btn-galeria a {
        font-size: 13px;
        width: 80%;
        padding: 15% 10%;
        display: block;
        height: 30%;
    }

    /*MARCAS*/

    .contenido3 h3 {
        font-size: 11px;
    }

    .contenido3 p {
        font-size: 11px;
        padding: 0 20px 10px;
        color: white;
    }

    /*TIENDA*/
    .label-buscar {
        width: 22%;
    }

    #busqueda {
        width: 73%;
    }

    .cerrar-busca {
        position: absolute;
        right: 10px;
    }

    .row-productos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .col-lista {
        width: 27%;
        margin-right: 2%;
        margin-bottom: 20px;
        float: left;
    }

    .col-md-2 {
        width: 68%;
    }

    .sc-cart {
        width: 27%;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        width: 60%;
    }

    .ul-productos {
        height: 500px
    }

    /*Tool tip*/
    /*.tool-tip {
        position: absolute;
        bottom: 25%;
        font-size: 11px;
        text-align: center;
        background: white;
        border: black 2px solid;
        padding: 5px 5px 10px 5px;
        width: 100%;
        z-index: 100;
        font-family: sans-serif;
        left: 80%;
        color: #332f2c;
        visibility: hidden;
        margin-bottom: 0px;
    }

    .tool-tip-right {
        position: absolute;
        top: 50px;
        font-size: 11px;
        text-align: center;
        background: white;
        border: black 2px solid;
        padding: 5px 5px 10px 5px;
        width: 100%;
        z-index: 100;
        font-family: sans-serif;
        right: 0;
        color: #332f2c;
        visibility: hidden;
    }
    
     .tool-tip h4 {
        color: black;
    }
    */

    .tool-tip img,
    .tool-tip-right img {
        display: none;
    }

}

/*ESTILOS PARA ESCRITORIO 1024*/

@media screen and (min-width:1024px) {

    #headersp {
        height: 205.333px;
    }

    .logo {
        margin: 35px 50px;
    }

    .logo img {
        width: 100%
    }

    .logo h4 {
        font-size: 24px;
        margin-left: 10%;
    }

    .buscador {
        margin: 62px 50px 0;
        width: 40%;
    }

    .buscador h3 {
        display: block;
    }

    .barra {
        width: 70%;
    }

    .bmenu-responsive {
        display: none
    }

    /*MENU*/

    .menu {
        display: block;
    }

    #menu {
        float: left;
        width: 20%;
    }

    #menu h2 {
        margin: 15.3px;
    }

    #menu a {
        padding: 5px 0px;
    }

    .active1 {
        background: #312F30 no-repeat;
        background-image: url("../imagenes/flecha.png");
        background-size: 20% 100%;
    }

    li.btn-home {
        background-size: 20% 100%;
    }

    li.btn-productos {
        background-size: 20% 100%;
    }

    li.btn-listado {
        background-size: 20% 100%;
    }

    li.btn-calidad {
        background-size: 20% 100%;
    }

    li.btn-bomba {
        background-size: 20% 100%;
    }

    li.btn-contacto {
        background-size: 20% 100%;
    }

    li.btn-marcas {
        background-size: 20% 100%;
    }

    li.btn-maquinas {
        background-size: 20% 100%;
    }

    #menu li:hover {
        background-size: 20% 100%;
    }

    /*SLIDER*/

    .texto-slider {
        font-size: 25px;
    }

    #slider {
        position: relative;
        width: 80%;
        float: right;
        margin-bottom: -17px;
    }

    video iframe {
        width: 160px;
        height: 100px;
    }

    .video iframe {
        width: 207px;
        height: 120px;
    }

    .video {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .texto-slider {
        position: absolute;
        font-family: "texto";
        opacity: 0.8;
        bottom: 17px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .lSAction > a {
        top: 43% !important;
    }

    /*Cuadros amarillos*/
    .no3 {
        overflow: hidden;
        padding-bottom: 100px;
        background: url(../imagenes/FOOTER1-imagen.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .borde-lista {
        border: #FFF100 1px solid;
        padding: 10%;
        height: 230px;
        overflow: hidden;
        padding-bottom: 50px;
        margin-bottom: 10px;
    }

    .superparts {
        width: 15%;
        height: 248.377px;
        margin: 2%;
        float: left;
    }

    .superparts .borde-lista {
        height: 224px;
    }

    h1,
    h1.amarillo {
        font-size: 30px;
        padding: 0px 0 5px;
    }

    .superparts h1 {
        margin-bottom: 10px
    }

    .empaquetaduras {
        width: 15%;
        height: 248.377px;
        margin: 2%;
        float: left;
    }

    .reparacion {
        width: 15%;
        height: 248.377px;
        margin: 2%;
        float: left;
    }

    .retrocargadoras {
        width: 15%;
        height: 248.377px;
        margin: 2%;
        float: left;
    }

    footer li {
        float: left;
        list-style: none;
        color: #fff;
        padding: 10px;
        border-left: solid 1px #fff;
    }

    footer ul {
        width: 50%;
        float: left;
        overflow: hidden;
    }

    .item-final-footer {
        width: 40%;
        float: right;
        border: none;
        padding: 10px;
        color: #fff;
    }

    /*CONTACTO*/

    input[type=text],
    select,
    textarea,
    textarea {
        width: 27%;
    }

    .container2 {
        width: 65%;
    }

    /*PRODUCTOS*/

    .btn-galeria a {
        font-size: 16px;
        width: 80%;
        padding: 10%;
        display: block;
        height: 80%;
    }

    /*Listado*/
    ul.lis-col10 li {
        float: left;
        width: 9.7%;
    }

    .contenido1 li:nth-child(even),
    .contenido2 li:nth-child(even) {
        border-right: 2px solid #fff000;
        border-left: 2px solid #fff000;
    }

    .contenido1 li:last-child,
    .contenido2 li:last-child {
        border-right: 0;
    }

    /*MARCAS*/
    .contenido3 h3 {
        font-size: 18px;
    }

    .contenido3 p {
        font-size: 12px;
        padding: 0 20px 20px;
    }

    .colm1 img {
        width: 110%;
        margin: 5px 5px 0 0;
    }

    .contenido1 ul,
    .contenido2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /*TIENDA*/

    .categorias-productos li {
        width: 25%;
    }

    .label-buscar {
        width: 18%;
    }

    #busqueda {
        width: 78%;
    }

    .img-ref {
        width: 100%;
    }

    .col-lista {
        width: 28%;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        width: 70%;
    }

}


/*ESTILOS PARA ESCRITORIO 1280*/

@media screen and (min-width:1200px) {

    #fondo {
        width: 90%;
    }

    /*TIENDA*/

    .categorias-productos li {
        font-size: 12px;
    }

    .label-buscar {
        font-size: 16px;
    }

    .sc-product-item h4,
    .list-group-item-heading {
        width: 70%;
    }


}

@media screen and (min-width:1366px) {

    /*MARCAS*/
    .colm1 img {
        width: 98%;
        margin: 5px 5px 0 5px;
    }

    /*TIENDA*/
    .categorias-productos li {
        font-size: 12px;
    }

    #busqueda {
        width: 80%;
    }

    .label-buscar {
        width: 16.5%;
    }


}

/*ESTILOS PARA ESCRITORIO 1500*/

@media screen and (min-width:1500px) {

    #fondo {
        width: 1366px;
        padding-top: 56px;
    }

}
