@charset "UTF-8";
*{
    padding: 0px;
    margin: 0px;
}

:root{
    --branco: #ffffff;
    --claro: #B7B7A4; 
    --medio: #A5A58D;
    --medio-transparente: #a5a58d7f;
    --escuro: #696D5B;
    --escuro-transparente: #696d5b86;
    --cinza: #E6E6E6;
}

/*nav*/
@media (max-width: 992px){
    .custom-navbar{
        background-color: var(--claro);
        padding: 1rem 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        width: 100%;
    }
    
    .custom-navbar .nav-link{
        text-decoration: none;
        color: var(--branco);
        font-size: 1em;
    }
    
    .custom-navbar .nav-link:hover{
        text-decoration: none;
        color: var(--cinza);
    }
    
    .custom-navbar .navbar-nav{
        list-style: none;
        gap: 2px;
    }
}

@media (min-width: 992px){
    .custom-navbar{
        background-color: var(--claro);
        padding: 1rem 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        height: 8vh;
        width: 100%;
    }
    
    .custom-navbar .navbar-nav{
        width: 100%;
        justify-content: center;
    }
    
    .custom-navbar .nav-link{
        text-decoration: none;
        color: var(--branco);
        font-size: 1.3em;
    }
    
    .custom-navbar .nav-link:hover{
        text-decoration: none;
        color: var(--cinza);
    }
    
    .custom-navbar .navbar-nav{
        list-style: none;
        gap: 40px;
    }
}
/*fim nav*/


/*inicio*/
.inicio{
    background-color: var(--claro);
    width: 100%;
    height: 27vw;
    position: relative;
}

.inicio img{
    width: 30vw;
    position: absolute;
    top: 4vw;
    left: 33%;
    transform: rotate(-15deg);
    
}

.slip-on-1 h1{
    font-size: 10vw;
    color: var(--cinza);
    text-align: center;
    position: absolute;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
}

.slip-on-2 h1{
    font-size: 10vw;
    color: var(--cinza);
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}
/*fim inicio*/


/*loafer*/
.loafer{
    height: auto;
    width: 100%;
    background-color: var(--escuro);
    position: relative;
}

.loafer img{
    width: 25vw;
}

.loafer h1{
    color: var(--cinza);
    text-align: center;
    padding: 4vw 0 4vw 0;
}

.loafer h2{
    color: var(--cinza);
}

.loafer p{
    color: var(--cinza);
    width: 50vw;
    text-align: left;
    padding-top: 1vw;
}

.penny{
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 2vw;
}

.tassel{
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 2vw;
}

.kiltie{
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 2vw;
}

.horsebit{
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 2vw;
}

.loafer-penny{
    background-color: var(--medio-transparente);
    height: 30vw;
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
    position: relative;
}

.loafer-penny h2{
    position: absolute;
    top: 3vw;
    left: -5vw;
}

.loafer-tassel{
    background-color: var(--medio-transparente);
    height: 30vw;
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
    position: relative;
}

.loafer-tassel h2{
    position: absolute;
    top: 3vw;
    left: 74vw;
}

.loafer-kiltie{
    background-color: var(--medio-transparente);
    height: 30vw;
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
    position: relative;
}

.loafer-kiltie h2{
    position: absolute;
    top: 3vw;
    left: -5vw;
}

.loafer-horsebit{
    background-color: var(--medio-transparente);
    height: 30vw;
    width: 80%;
    margin: auto;
    position: relative;
}

.loafer-horsebit h2{
    position: absolute;
    top: 3vw;
    left: 70vw;
}

/*celular*/
@media (max-width: 500px){
    .loafer h1{
        font-size: 9vw;
    }
    
    .loafer h2{
        font-size: 5vw;
    }

    .loafer p{
        font-size: 1.8vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .loafer h1{
        font-size: 8vw;
    }
    
    .loafer h2{
        font-size: 4vw;
    }

    .loafer p{
        font-size: 2vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .loafer h1{
        font-size: 6vw;
    }
    
    .loafer h2{
        font-size: 4vw;
    }

    .loafer p{
        font-size: 1.5vw;
    }
}
/*fim loafer*/


/*mocassim*/
.slip-on-mocassim{
    background-color: var(--claro);
    width: 100%;
    height: 50vw;
    position: relative;
}

.slip-on-mocassim img{
    width: 35vw;
    transform: scaleX(-1);
    position: absolute;
    bottom: 2vw;
    left: 1vw;
}

.slip-on-mocassim h1{
    color: var(--escuro);
    position: absolute;
    bottom: 3vw;
    right: 20vw;
}

.slip-on-mocassim p{
    width: 65vw;
    color: var(--escuro);
    position: absolute;
    bottom: 13vw;
    right: 2vw;
}

/*celular*/
@media (max-width: 500px){
    .slip-on-mocassim h1{
        font-size: 9vw;
    }

    .slip-on-mocassim p{
        font-size: 1.8vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .slip-on-mocassim h1{
        font-size: 8vw;
    }

    .slip-on-mocassim p{
        font-size: 2vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .slip-on-mocassim{
        height: 40vw;
    }

    .slip-on-mocassim h1{
        font-size: 7vw;
    }

    .slip-on-mocassim p{
        font-size: 1.5vw;
    }
}
/*fim mocassim*/


/*footer*/

/*celular*/
@media (max-width: 500px){
    footer{
        background-color:var(--escuro) ;
        height: 29vw;
        max-height: 170px;
        position: relative;
    }
    
    .container-footer{
        width: 80%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .footer-luigi h1{
        font-size: 2vw;
        color: var(--cinza);
        font-weight: normal;
        text-align: center;
        padding-top: 5px;
    }
    
    /*footer paginas*/
    .footer-paginas{
        display: flex;
        gap: 2vw;
        justify-content: center;
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
    }
    
    .footer-paginas a{
        text-decoration: none;
        color: var(--claro);
        font-size: 1.8vw;
        text-align: center;
    }
    
    /*footer fotos*/
    .footer-fotos{
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: -4vw;
        margin-bottom: -4vw;
    }
    
    .footer-fotos img{
        width: 2.3vw;
        max-width: 18px;
    }
    
    /*footer direitos*/
    .footer-direitos {
        color: var(--cinza);
        font-size: 1.5vw;
        width: 100%;
        text-align: center;
        margin-top: -1vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    footer{
        background-color:var(--escuro) ;
        height: 29vw;
        max-height: 170px;
        position: relative;
    }
    
    .container-footer{
        width: 80%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .footer-luigi h1{
        font-size: 2vw;
        color: var(--cinza);
        font-weight: normal;
        text-align: center;
        padding-top: 5px;
    }
    
    /*footer paginas*/
    .footer-paginas{
        display: flex;
        gap: 2vw;
        justify-content: center;
        padding-top: 2px;
        padding-bottom: 5px;
    }
    
    .footer-paginas a{
        text-decoration: none;
        color: var(--claro);
        font-size: 1.7vw;
        text-align: center;
    }
    
    /*footer fotos*/
    .footer-fotos{
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: -15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .footer-fotos img{
        width: 2.3vw;
        max-width: 18px;
    }
    
    /*footer direitos*/
    .footer-direitos {
        color: var(--cinza);
        font-size: 1.5vw;
        width: 100%;
        text-align: center;
        margin-top: -20px;
        padding-top: 0px;
    }
}

/*computador*/
@media (min-width: 1000px){
    footer{
        background-color:var(--escuro) ;
        height: 29vw;
        max-height: 190px;
        position: relative;
    }
    
    .container-footer{
        width: 80%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .footer-luigi h1{
        font-size: 1.4vw;
        color: var(--cinza);
        font-weight: normal;
        text-align: center;
        padding-top: 5px;
    }

    /*footer paginas*/
    .footer-paginas{
        display: flex;
        gap: 2vw;
        justify-content: center;
        padding-top: 0.2vw;
        padding-bottom: 0.2vw;
    }
    
    .footer-paginas a{
        text-decoration: none;
        color: var(--claro);
        font-size: 1.2vw;
        text-align: center;
    }
    
    /*footer fotos*/
    .footer-fotos{
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: -15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .footer-fotos img{
        width: 2.3vw;
        max-width: 18px;
    }

    /*footer direitos*/
    .footer-direitos {
        color: var(--cinza);
        font-size: 1vw;
        width: 100%;
        text-align: center;
        margin-top: -20px;
        padding-top: 0px;
    }
}
/*fim footer*/