* {
    font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 600px){
    
    header {
        height: 5rem;
    }

    .abrir-menu {
        font-size: 3rem;
        top: 5%;
    }

    .cerrar-menu {
        font-size: 2rem;
    }

    .estilo-lista {
        text-align: left;
        padding: 0;
    }

    .estilo-lista li {
        padding: 0;
    }

    .estilo-lista li a {
        padding: 2rem;
        font-size: 1rem;
    }

    .estilo-lista li img {
        padding: 0;
        margin-left: 60%;
        width: 1rem;
    }

    .estilo-lista li i {
        padding: 0.5rem;
    }

    /*slider*/

    .slider {
        height: 15rem;
    }

    .slider__btn {
        font-size: 1.5rem;
    }

    .contenido h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-variant-caps: all-petite-caps;
        font-style: normal;
        font-size: 3rem;

        text-align: center;

        margin-top: -10%;
    }

    .imagen {
        width: 80%;
        height: 10rem;
        background-color: #ffce00;

        margin-left: 10%;
        margin-top: 5%;
    }

    /*Tarjetas*/

    .tarjetas-productos {
        width: 90%;
        margin-left: 5%;
        margin-top: 8%;

        display: grid;
        grid-template-columns: 1fr;
    }

    .contenido .smoke {
        margin-top: 15%;
    }

    .img-producto {
        background-color: #ffce00;
        box-sizing: border-box;

        text-decoration: none;
        color: #000;

    }

    .tarjeta {
        display: grid;
        grid-template-columns: 40% auto;
        padding-bottom: 1rem;
        border-bottom: 0.1rem solid #000;
    }

    .descripcion-producto {
        padding-left: 1rem;

    }

    .descripcion-producto span {
        font-size: 1.3rem;
        font-weight: 600;
        font-style: normal;
    }

    .descripcion-producto h3 {
        font-style: normal;
        font-size: 1.5rem;
    }

    .descripcion-producto p {
        font-style: normal;
        font-size: 1rem;
        padding-bottom: 0.3rem;
    }

    .boton-agregar .agregar_carro {
        background-color: #ffce00;
        width: 100%;
        margin-top: 5%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

    }

    .boton-agregar .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 70%;
    }

    .contenido .clipper {
        margin-top: 15%;
    }

    .contenido .ver-mas {
        color:#000;
        text-decoration: none;
        justify-content: center;
        
        margin-left: 37.5%;
        margin-top: 5%;

        padding:0.5rem;
        display: flex;
        width: 25%;
    }

    .descripcion-producto .producto {
        color: #000;
        text-decoration: none;

        margin-top: 20%;
    }

    .descripcion-producto {
        display: grid;
        grid-template-rows: 15% 30% 2% 30% ;
    }


    /* Slider Marcas */

    .marcas {
        width: 90%;
        padding: 2rem 0.5rem 4rem 0.5rem;
        overflow: hidden;
        margin-left: 5%;
    }

    .marcas h1 {
        text-align: center;
        padding-bottom: 1rem;
    }
    
    .marcas-slider {
        display: flex;
        width: 300%;
        margin-left: -100%;
        height: 7rem;
    }

    .slider_marca {
        width: 100%;
    }

    .img__slider {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding-top: 3%;
    }

    footer {
        width: 100%;
        color: #fff;
        background-color: #000;

        text-align: center;
        padding-bottom: 2rem;

    }

    footer img {
        width: 11rem;
        padding: 1rem;

    }

    footer h2, h3 {
        padding-bottom: 1rem;
    }

    footer p {
        padding-bottom: 1rem;
    }

    footer #ig, #wsp, #fb, #direccion {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer #ig::before {
        content: url('/img/SVG/instagram.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;

    }

    footer #wsp::before {
        content: url(/img/SVG/whatsapp.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #fb::before {
        content: url(/img/SVG/facebook.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #direccion::before {
        content: url(/img/SVG/geo-alt-fill.svg);
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    #texto-info {
        width: 70%;
        margin: 3% auto auto auto;
        line-height: 1.5rem

    }
}

@media only screen and (min-width: 600px) and (max-width:1023px) {
    
    header {
        height: 5rem;
    }

    .abrir-menu {
        font-size: 3rem;
        top: 5%;
    }

    .cerrar-menu {
        font-size: 2rem;
    }

    .estilo-lista {
        text-align: left;
        padding: 0;
    }

    .estilo-lista li {
        padding: 0;
    }

    .estilo-lista li a {
        padding: 2rem;
        font-size: 1rem;
    }

    .estilo-lista li img {
        padding: 0;
        margin-left: 60%;
        width: 1rem;
    }

    .estilo-lista li i {
        padding: 0.5rem;
    }

    /*slider*/

    .slider {
        height: 15rem;
    }

    .slider__btn {
        font-size: 1.5rem;
    }

    .contenido h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-variant-caps: all-petite-caps;
        font-style: normal;
        font-size: 3rem;

        text-align: center;

        margin-top: -10%;
    }

    .imagen {
        width: 80%;
        height: 15rem;
        background-color: #ffce00;

        margin-left: 10%;
        margin-top: 5%;
    }

    /*Tarjetas*/

    .tarjetas-productos {
        width: 90%;
        margin-left: 5%;
        margin-top: 8%;

        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }

    .contenido .smoke {
        margin-top: 15%;
    }

    .img-producto {
        background-color: #ffce00;
        box-sizing: border-box;
        
        text-decoration: none;
        color: #000;
    }

    .tarjeta {
        display: grid;
        grid-template-columns: 40% auto;
        padding-bottom: 1rem;
        border-bottom: 0.1rem solid #000;
    }

    .descripcion-producto {
        padding-left: 1rem;

    }

    .descripcion-producto span {
        font-size: 1.3rem;
        font-weight: 600;
        font-style: normal;
    }

    .descripcion-producto h3 {
        font-style: normal;
        font-size: 1.5rem;
    }

    .descripcion-producto p {
        font-style: normal;
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }

    .boton-agregar .agregar_carro {
        background-color: #ffce00;
        width: 100%;
        margin-top: 5%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

    }

    .boton-agregar .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 70%;
    }

    .contenido .clipper {
        margin-top: 15%;
    }

    .contenido .ver-mas {
        color:#000;
        text-decoration: none;
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-left: 45%;
        margin-top: 5%;
    }

    .contenido .ver-mas > i {
        display: flex;
        margin-left: 6%;
    }

    .descripcion-producto .producto {
        color: #000;
        text-decoration: none;

    }

    .descripcion-producto {
        display: grid;
        grid-template-rows: 15% 35% 17% 13% ;

    }

    /* Slider Marcas */

    .marcas {
        width: 90%;
        padding: 2rem 0.5rem 4rem 0.5rem;
        overflow: hidden;
        margin-left: 5%;
    }

    .marcas h1 {
        text-align: center;
        padding-bottom: 1rem;
    }
    
    .marcas-slider {
        display: flex;
        width: 300%;
        margin-left: -100%;
        height: 7rem;
    }

    .slider_marca {
        width: 100%;
    }

    .img__slider {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding-top: 3%;
    }

    footer {
        width: 100%;
        color: #fff;
        background-color: #000;

        text-align: center;
        padding-bottom: 2rem;
    }

    footer img {
        width: 11rem;
        padding: 1rem;

    }

    footer h2, h3 {
        padding-bottom: 1rem;
    }

    footer p {
        padding-bottom: 1rem;
    }

    footer #ig, #wsp, #fb, #direccion {
        display: flex;
        justify-content: center;
    }

    footer #ig::before {
        content: url('/img/SVG/instagram.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;

    }

    footer #wsp::before {
        content: url('/img/SVG/whatsapp.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #fb::before {
        content: url('/img/SVG/facebook.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    footer #direccion::before {
        content: url('/img/SVG/geo-alt-fill.svg');
        width: 1rem;
        padding: 0 0.5rem 0 0;
    }

    #texto-info {
        width: 70%;
        margin: 3% auto auto auto;
        line-height: 1.5rem

    }

}

@media only screen and (min-width: 1024px) {

    header {
        height: 6rem;
    }

    .contenido h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-variant-caps: all-petite-caps;
        font-style: normal;
        font-size: 4rem;

        text-align: center;

        margin-top: 3%;
    }

    .imagen {
        width: 70%;
        height: 30rem;
        background-color: #ffce00;

        margin: 3% auto auto auto;

        text-align: center;
    }

     /*Tarjetas*/

     .tarjetas-productos {
        width: 90%;
        margin-left: 5%;
        margin-top: 8%;

        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 3rem;
    }

    .tarjeta {
        display: grid;
        grid-template-columns: 40% auto;
        padding-bottom: 1rem;
        border-bottom: 0.1rem solid #000;
    }

    .img-producto {
        background-color: #ffce00;
        text-align: center;

        text-decoration: none;
        color: #000;

    }

    .descripcion-producto {
        padding-left: 1rem;

    }

    .descripcion-producto span {
        font-size: 1.3rem;
        font-weight: 600;
        font-style: normal;
    }

    .descripcion-producto h3 {
        font-style: normal;
        font-size: 1.3rem;
        
        padding-bottom: 3rem;
    }

    .descripcion-producto p {
        font-style: normal;
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }

    .boton-agregar .agregar_carro {
        background-color: #ffce00;
        width: 100%;
        margin-top: 5%;

        border-radius: 2rem;
        border: none;

        text-align: left;
        padding: 0.5rem 0.5rem 0.3rem 1rem;

        display: grid;
        grid-template-columns: auto 1fr;

        font-size: 1rem;
        text-transform: uppercase;

        font-family: "Poppins", sans-serif;
        font-weight: 600;

        cursor: pointer;
        transition: 0.3s;

    }

    .boton-agregar .agregar_carro::after {
        content: url(/img/SVG/carrito.svg);
        max-width: 1.5rem;

        margin-left: 70%;
    }

    .boton-agregar .agregar_carro:hover {
        background-color: #e6bc11;
        transition: 0.3s;
    }

    .contenido .ver-mas {
        color:#000;
        text-decoration: none;
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-left: 48%;
        margin-top: 3%;
    }

    .contenido .ver-mas > i {
        display: flex;
        margin-left: 3%;
        
    }

    .descripcion-producto .producto {
        color: #000;
        text-decoration: none;

    }

    .descripcion-producto {
        display: grid;
        grid-template-rows: 15% 35% 17% 13% ;

    }
    
    
    /* Slider Marcas */
    
    .marcas {
            width: 90%;
            padding: 2rem 0.5rem 4rem 0.5rem;
            overflow: hidden;
            margin-left: 5%;
        }
        
        .marcas h1 {
            text-align: center;
            padding-bottom: 1rem;
        }
        
        .marcas-slider {
            display: flex;
            width: 300%;
            margin-left: -100%;
            height: 12rem;
        }
    
        .slider_marca {
            width: 100%;
        }
    
        .img__slider {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding-top: 3%;
        }
    
        footer {
            width: 100%;
            color: #fff;
            background-color: #000;
    
            text-align: center;
            padding-bottom: 2rem;
    
        }
    
        footer img {
            width: 15rem;
            padding: 1rem;
            margin-top: 2%;
    
        }
    
        footer h2, h3 {
            padding-bottom: 1rem;
        }
    
        footer p {
            padding-bottom: 1rem;
        }
    
        footer #ig, #wsp, #fb, #direccion {
            display: flex;
            justify-content: center;
        }
    
        footer #ig::before {
            content: url('/img/SVG/instagram.svg');
            width: 1rem;
            padding: 0 0.5rem 0 0;
    
        }
    
        footer #wsp::before {
            content: url('/img/SVG/whatsapp.svg');
            width: 1rem;
            padding: 0 0.5rem 0 0;
        }
    
        footer #fb::before {
            content: url('/img/SVG/facebook.svg');
            width: 1rem;
            padding: 0 0.5rem 0 0;
        }
    
        footer #direccion::before {
            content: url('/img/SVG/geo-alt-fill.svg');
            width: 1rem;
            padding: 0 0.5rem 0 0;
        }

        #texto-info {
            width: 70%;
            margin: 3% auto auto auto;
            line-height: 1.5rem

        }

}