@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(--escuro);
        width: 100%;
        height: 30vw;
        position: relative;
    }

    .inicio img{
        width: 30vw;
        position: absolute;
        top: 3vw;
        left: 53%;
        
    }

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


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

.botas-chelsea img{
    width: 20vw;
    transform: scaleX(-1);
}

.botas-chelsea h1{
    color: var(--escuro);
    text-align: center;
}

.botas-chelsea p{
    color: var(--escuro);
    width: 80vw;
    text-align: center;
}

.chelsea-fotos{
    display: flex;
    justify-content: center;
    padding-top: 5vw;
}

.chelsea-texto{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

/*celular*/
@media (max-width: 500px){
    .botas-chelsea{
        height: 65vw;
    }

    .botas-chelsea img{
        width: 17vw;
    }

    .botas-chelsea h1{
        font-size: 8vw;
    }

    .botas-chelsea p{
        font-size: 1.8vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .botas-chelsea h1{
        font-size: 10vw;
    }

    .botas-chelsea p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-chelsea h1{
        font-size: 8vw;
    }

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


/*chukka*/
.botas-chukka{
    background-color: var(--escuro);
    width: 100%;
    height: 45vw;
    position: relative;
}

.botas-chukka img{
    width: 40vw;
    position: absolute;
    top: 20%;
    right: 2%;
}

.botas-chukka h1{
    color: var(--cinza);
    position: absolute;
    top: 3vw;
    left: 10%;
}

.botas-chukka p{
    color: var(--claro);
    width: 50vw;
    text-align: left;
    position: absolute;
    top: 30%;
    left: 5%;
}

/*celular*/
@media (max-width: 500px){
    .botas-chukka{
        height: 50vw;
    }
    .botas-chukka h1{
        font-size: 8vw;
    }

    .botas-chukka p{
        font-size: 1.8vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .botas-chukka h1{
        font-size: 9vw;
    }

    .botas-chukka p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-chukka h1{
        font-size: 8vw;
    }

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


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

.botas-desert img{
    width: 30vw;
    transform: scaleX(-1);
    position: absolute;
    top: 2vw;
    left: 1.5vw;
}

.botas-desert h1{
    color: var(--cinza);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.botas-desert p{
    color: var(--escuro);
    width: 50vw;
    text-align: left;
    position: absolute;
    top: 18%;
    left: 40%;
}

.desert-bloco{
    position: absolute;
    top: 8%;
    left: 2%;
    background-color: var(--escuro-transparente);
    width: 34vw;
    height: 34vw;
    border-radius: 50%;
}

.desert-bloco-h1{
    position: absolute;
    top: 70%;
    left: 28%;
    background-color: var(--escuro-transparente);
    width: 30vw;
    height: 9vw;
}

/*celular*/
@media (max-width: 500px){
    .botas-desert{
        height: 60vw;
    }
    
    .botas-desert h1{
        font-size: 8vw;
    }

    .botas-desert p{
        font-size: 1.7vw;
        position: absolute;
        top: 16%;
    }

    .desert-bloco-h1{
        position: absolute;
        top: 75%;
    }
}

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

    .botas-desert p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-desert h1{
        font-size: 7vw;
    }

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


/*work*/
.botas-work{
    background-color: var(--escuro);
    width: 100%;
    height: 45vw;
    position: relative;
}

.work-bloco img{
    width: 30vw;
}

.work-bloco-superior img{
    width: 12vw;
}

.work-bloco-inferior img{
    width: 12vw;
}

.work-bloco{
    position: absolute;
    top: 45%;
    right: 2vw;
    transform: translate(0%, -50%);
    width: 30vw;
    height: 30vw;
    background-color: var(--medio-transparente);
    text-align: center;
}

.work-bloco-superior{
    position: absolute;
    top: 15%;
    right: 30%;
    width: 12vw;
    height: 12vw;
    background-color: var(--medio-transparente);
    border-radius: 50%;
    text-align: center;
}

.work-bloco-inferior{
    position: absolute;
    top: 70%;
    right: 3vw;
    width: 12vw;
    height: 12vw;
    background-color: var(--medio-transparente);
    border-radius: 50%;
    text-align: center;
}

.botas-work h1{
    color: var(--cinza);
    position: absolute;
    top: 31vw;
    right: 30%;
}

.botas-work p{
    color: var(--claro);
    width: 40vw;
    text-align: left;
    position: absolute;
    top: 8vw;
    left: 5%;
}

/*celular*/
@media (max-width: 500px){
    .botas-work{
        height: 55vw;
    }
    .botas-work h1{
        font-size: 8vw;
    }

    .botas-work p{
        font-size: 1.7vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .botas-work h1{
        font-size: 9vw;
    }

    .botas-work p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-work h1{
        font-size: 8vw;
    }

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


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

.botas-dress img{
    width: 33vw;
    transform: scaleX(-1);
    padding-top: 10vw;
}

.botas-dress h1{
    color: var(--cinza);
    position: absolute;
    top: 3vw;
    left: 5vw;
    width: 38vw;
    text-align: center;

}

.botas-dress p{
    color: var(--escuro);
    width: 40vw;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 51%;
}

.dress-bloco{
    position: absolute;
    bottom: 0vw;
    left: 5vw;
    width: 38vw;
    height: 42vw;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: var(--escuro-transparente);
    text-align: center;
}

/*celular*/
@media (max-width: 500px){
    .botas-dress{
        height: 60vw;
    }
    
    .botas-dress h1{
        font-size: 10vw;
        position: absolute;
        top: 16%;
    }

    .botas-dress p{
        font-size: 1.7vw;
        position: absolute;
        top: 23%;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .botas-dress h1{
        font-size: 9vw;
    }

    .botas-dress p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-dress h1{
        font-size: 9vw;
    }

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


/*jodhpur*/
.botas-jodhpur{
    background-color: var(--escuro);
    width: 100%;
    height: 53vw;
    position: relative;
}

.botas-jodhpur img{
    width: 30vw;
}

.botas-jodhpur h1{
    color: var(--cinza);
    position: absolute;
    top: 5vw;
    right: 25%;
}

.botas-jodhpur p{
    color: var(--claro);
    width: 50vw;
    text-align: left;
    position: absolute;
    top: 17vw;
    left: 5%;
}

.jodhpur-bloco{
    position: absolute;
    top: 50%;
    right: 0vw;
    width: 30vw;
    height: 30vw;
    background-color: var(--medio-transparente);
    transform: translate(0%, -50%);
}

/*celular*/
@media (max-width: 500px){
    .botas-jodhpur h1{
        font-size: 8vw;
    }

    .botas-jodhpur p{
        font-size: 1.7vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .botas-jodhpur h1{
        font-size: 9vw;
    }

    .botas-jodhpur p{
        font-size: 1.5vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .botas-jodhpur h1{
        font-size: 8vw;
    }

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


/*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*/