*{
    padding: 0;
    margin: 0;
}

html{
    font-size: 62.5%;
}

@font-face{
    font-family: 'Lora', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Work Sans', sans-serif;
    src: url(https://fonts.googleapis.com/css2?family=Lora&family=Playfair+Display&family=Work+Sans&display=swap);
}

h1, h2, h3{
    font-family: 'Playfair Display', serif;
}

p{
    font-family: 'Work Sans', sans-serif;
}


h2{
    font-weight: 500;
}

section{
    display: flex;
    flex-direction: column;
}
/*                             HEADER                                    */
header{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    min-height: 100px;
    width: 95%;
    min-width: 288px;
    max-width: 900px;
    
}

.home{
    display: none;
}

.home ul{
    display: flex;
    list-style: none; 
    font-family:'Work Sans', sans-serif ;
    font-weight: 600;
    text-transform: uppercase;
}

.home li{
    margin: 20px;
}

.cont{
    display: flex;
}

.logo{
    width: 150px;
    height: 40px;
    bottom: 50px;
    margin-top: 20px;
    margin-left: 15px;
    position: absolute;
    top: 5%;
}

.cont-usd{
    left: 55%;
    position: absolute;
    display: flex;
    margin-top: 30px;
    padding: 10px;
    margin-left: 10px;
}

.cont-usd select{
    border: 0px;
}

.menu{
    display: block;
    border: 1px solid ;
    margin-left: 30px;
    height: 25px;
    width: 25px;
    

}

.cont-usd p{
    text-transform: uppercase;
    margin-top: 3px;
}

.cont{
    width: 90%;
    min-width: 288px;
    max-width: 900px;
}

.select{
    margin-bottom: 8px;
    margin-right: 5px;
    font-weight: 100;
}

/*                              SLIDER                                   */

.main-container{
    width: 100%;
    height: auto;
    padding-bottom: 50px;

}

.background-titles{
    width: 97%;
    min-width: 288px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    height: 300px;
    margin: 0 auto;
    background-image: url('../img/slider-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-titles h2{
    text-align: center;
    justify-content: center;
    padding-top: 80px;
    font-size: clamp(2.2rem,1vw,5.5rem);
    line-height: 2.6rem;
    font-weight:bold;
    
}

.background-titles p{
    text-align: center;
    justify-content: center;
    text-decoration: underline;
    font-size: 1.4rem;
    padding-top:10px;
    font-weight: bolder;
}
/*                             DESCUENTOS                                */
.descuentos{
    display: flex;
    flex-direction: column;
}

.cont-banner{
    width: 100%;
}

.Products{
    margin-top:50px ;
}

.descuentos div{
    margin: auto;
}

.sale{
    font-size: clamp(2.3rem, 1vw, 3rem);
    color: #899f43;
    justify-content: center;
    padding-top: 40px ;
    padding-left: 20px;
    font-family: 'Lora', serif;
}

.vacation{
    font-size: 2rem;
    padding-left: 20px;
}

.descuentos .img1{
    background-image: url('../img/banner-1.png');
    width: 90%;
    min-height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.descuentos .img2{
    background-image: url('../img/banner-2.png');
    width: 90%;
    min-height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/*                                PRUDUCTS                               */

.section-products{
    background-image: url('../img/bg-1.jpg');
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sub{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}


.section-products div{
    margin: auto;
}

.section-products span{
    text-decoration: line-through;
}

.sub h2{
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.sub p{
    font-size: 1.3rem;
    padding: 0px 10px;
}

/*                             GREGORY PERKINS                         */

.testi{
    display: flex;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.cont-text-gregory{
    text-align: center;
    justify-content: center;
    width: 300px;
    margin: auto;
}

.cont-text-gregory h2{
    font-size: 2rem;
    margin-bottom: 20px;
}

.cont-text-gregory h3{
    margin-bottom: 10px;
}

.cont-text-gregory p{
    font-size: 1.5rem;
    padding-bottom: 40px;
}

.name{
    font-family: 'Work Sans', sans-serif ;
}

/*                              NEW PRODUCTS                            */

.cont-new-products{
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-new-products h2{
    padding-top: 40px;
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.text-new-products p{
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 10px;
    justify-content: center;
}

.text-sub{
    font-family: 'Playfair Display', serif;
}

.cont-img2{
    margin: auto;
    padding-left: 17px;
}

.precio{
    font-size: 1.5rem;
    margin: 10px;
    margin-left: 0px;
}

.precio span{
    text-decoration: line-through;
    color: rgb(162, 155, 150);
}

.name-products{
    color: rgb(162, 155, 150);
}

/*                                 JOIN                                 */

.cont-join{
    background-image: url('../img/bg-2.jpg');
    background-position: top;
    background-repeat: no-repeat;

}

.cont-join h2{
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 2.2rem;
}

.form{
    display: flex; 
}

.form-join{
    margin: 0px auto;
    padding-bottom: 40px;
    
    
}

.form-join .boton{
    background-color: black;
    color: white;
    padding: 1.6rem;
    border: 0px;
}

.form-join .celda{
    padding: 1.5rem;
    border: solid 1px #e2e2e2;
    border-radius: 0px;
    padding-right: 5px;
}

/*                               LATEST NEWS                             */

.cont-latest1{
    background-image: url('../img/bg-1.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
}


.cont-latest div, .list{
    width: 95%;
}
.cont-latest img{
    padding-right: 16px;
}

.news{
    margin: auto;
}

.list-blog{
    margin-left: 15px;
}

.sub-title-lorem{
    font-size: 2rem;
    margin: 10px;
    margin-left: 0px;
}

.text-lorem{
    font-size: 1.5rem;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    color:  rgb(162, 155, 150)   ;
}

.fecha{
    font-size: 1.4rem;
    margin: 10px;
    margin-left: 0px;
    text-decoration: underline;
    color: #899f43;
    font-family:'Lora', serif ;
}

.latest{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 2.3rem;
    text-decoration: underline;
}

.read{
    text-transform: uppercase;
    color: black;
    font-size: 1.5rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    margin: 20px;
    margin-left: 0px;
    text-decoration: underline; 
}

.read-final{
    padding-bottom: 40px;
}

.cont-sponsors{
    display: flex;
    margin: auto;
}

.none{
    display: none;
}

.sponsor{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*                              FOOTER                                   */

/*
   El Footer fue modificado por problemas de ux y ui, fue alterado con las propiedasde de  "display: grid;" "grid-template-columns: 50% 50%;" diviendo el footer en dos columnas que cubre el 50% y 50% de la pantalla.
*/
.cont-info{
    display: grid;
    grid-template-columns: 50% 50%;
    background-color:#f8f8f8 ;
    margin: auto;
    width: 95%;
}

.cont-info div{
    margin-bottom: 10px;
    padding: 10px;
}

.cont-info h2{
    font-size: 2rem;
}

.cont-info h3{
    margin-bottom: 5px;
    font-family:'Lora', serif ;
    font-weight: 500;
    font-size: 1.5rem;
}

.empresas{
    background-color:rgb(235, 235, 235) ;
}

.empresas h3{
    text-align: center;
    padding: 10px;
    padding-left: 0px;
    font-weight: 500;
    font-size: 1.3rem;
}

.empresas span{
    font-weight: 600;
}

.footer-img{
    padding-bottom: 20px;
    margin-left:  10px;
    min-width: 3.5rem;
}

/*                             MEDIA QUERY                              */

@media (min-width: 480px){
    header{
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        width: 100%;
    }

    .cont-usd p{
        margin-top:4px;
    }

    .select{
        margin-bottom: 32px;
    }
    .home{
        position: relative;
        display: flex;
        top: 30px;
        left: 40px;
        font-size: 1.2rem;
    }
    .menu{
        display: none;
    }
    .logo{
        position: relative;
        padding-top: 10px;
        padding-left: 250px;
    }

    .cont-usd{
        top: 10px;
        position: relative;
        left: 49rem;
    }

    /*                                                     SLIDER                                                  */ 
    .background-titles{
       min-width: 92%;
       min-height: 40rem;
    }
    .titulo{
        position: relative;
        top: 50px;
    }
    .shop{
        position: relative;
        top: 50px;
    }

    .cont-banner{
        display: grid;
        grid-template-columns: 50% 50%;
        width: 80%;
    }
    .img2{
        position: relative;
        height: 180px;
        bottom: 15px;
    }
    .img1{
        height: 180px;
    }
    .sale{
       padding-top: 60px;
       padding-left: 20px;
    }

    /*                                                            PRODUCTS                                                   */
    .cont-latest{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        padding-bottom: 40px;
        padding-left: 20px;
    }
    .cont-latest img{
        width: 90%;
        
    }

    .cont-img2{
        margin: auto;
    }

    .cont-text-gregory{
        width: 50%;
    }

    /*                                                              LASTEST MEWS                                              */
    .cont-news{
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
    .cont-news img{
        width:110% ;
    }
    .news{
        width: 70%;
    }
    .list3{
        padding-top: 37px;
    }

    .none{
        display: block;
    } 
    /*                                                                  FOOTER                                                     */
    .cont-info{
        grid-template-columns: 25% 25% 25% 25%;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 50px;
        justify-content: left ;
    }
    
    .cont-info h3{
        margin-bottom: 20px;
    }

    .empresas{
        width: 95%;
        margin: auto;
    }

    .empresas h3{
        position: relative;
        top: 25px;
        margin-left: 10rem;
        text-align: left;
    }

    .footer-img{
        position: relative;
        left: 65%;
    }
}