@charset "UTF-8";
*{
    padding: 0px;
    margin: 0px;
}
:root{
    --branco: #ffffff;
    --claro: #B7B7A4; 
    --medio: #A5A58D;
    --escuro: #696D5B;
    --cinza: #E6E6E6;
}

/*nav*/
@media (max-width: 992px){
    .custom-navbar{
        background-color: var(--escuro);
        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(--escuro);
        padding: 1rem 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        height: 8vh;
        width: 100%;
    }
    
    .custom-navbar .navbar-nav{
        width: 644px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    
    .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*/


/*classicos*/
    .classicos img{
        width: 24vw;
        text-align: center;
        padding-bottom: 1vw;
    }

    .classicos-derby img{
        width: 26vw;
        text-align: center;
    }

    .classicos-oxford{
        position: absolute;
        top: 40%;
        left: 25%;
        transform: translate(-50%);
    }
          
    .classicos-derby{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%);
    }

    .classicos-blucher{
        position: absolute;
        top: 40%;
        left: 75%;
        transform: translate(-50%);
    }

    .classicos-mais img{
        width: 4vw;
        max-width: 60px;
        position: absolute;
        top: 50%;
        left: 92%;
        transform: translate(-50%, -50%);
    }

/*celular*/
@media (max-width: 500px){
    .classicos{
        background-color: var(--claro);
        width: 100%;
        height: 75vw;
        position: relative;
    }

    .classicos h1{
        font-size: 10.5vw;
        text-align: center;
        color: var(--escuro);
        padding-top: 7vw;
    }

    .classicos h2{
        font-size: 2.5vw;
        color: var(--cinza);
        text-align: center;
    }

    .classicos p{
        font-size: 2vw;
        max-width: 23vw;
        color: var(--escuro);
        text-align: center;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .classicos{
        background-color: var(--claro);
        width: 100%;
        height: 65vw;
        position: relative;
    }

    .classicos h1{
        font-size: 10vw;
        text-align: center;
        color: var(--escuro);
        padding-top: 7vw;
    }

    .classicos h2{
        font-size: 2vw;
        color: var(--cinza);
        text-align: center;
    }

    .classicos p{
        font-size: 1.7vw;
        color: var(--escuro);
        text-align: center;
        width: 24vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .classicos{
        background-color: var(--claro);
        width: 100%;
        height: 60vw;
        position: relative;
    }

    .classicos h1{
        font-size: 9vw;
        text-align: center;
        color: var(--escuro);
        padding-top: 5vw;
    }

    .classicos h2{
        font-size: 2vw;
        color: var(--cinza);
        text-align: center;
    }

    .classicos p{
        font-size: 1.5vw;
        color: var(--escuro);
        text-align: center;
        width: 24vw;
        
    }
}
/*fim classicos*/


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

.slip-on-titulo{
    position: absolute;
    top: 5vw;
    left: 50%;
}

.slip-on-titulo h1{
    color: var(--cinza);
}

.slip-on-titulo h2{
    color: var(--claro);
    margin-top: -10px;
}

.slip-on-loafer{
    text-align: center;
    width: 40vw;
    position: absolute;
    top: 20vw;
    left: 5%;
    height: auto;
}

.slip-on-mocassim{
    text-align: center;
    width: 40vw;
    position: absolute;
    top: 20vw;
    right: 5%;  
    height: auto;
}

.slip-on img{
    width: 35vw;
}

.slip-on-mais img{
    width: 4vw;
    max-width: 40px;
}

.slip-on p{
    color: var(--claro);
    width: 40vw;
}

.slip-on h3{
    color: var(--cinza);
}

/*celular*/
@media (max-width: 500px){
    .slip-on-titulo h1{
        font-size: 8vw;
    }
    
    .slip-on-titulo h2{
        font-size: 3.4vw;
    }

    .slip-on-mais img{
        position: absolute;
        top: 4vw;
        left: 27vw;
    }

    .slip-on p{
        font-size: 2.2vw;
    }
    
    .slip-on h3{
        font-size: 3.4vw;
    }
}

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

    .slip-on-mais img{
        position: absolute;
        top: 3vw;
        left: 23vw;
    }

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

/*computador*/
@media (min-width: 1000px){
    .slip-on-titulo h1{
        font-size: 5vw;
    }
    
    .slip-on-titulo h2{
        font-size: 2vw;
    }

    .slip-on-mais img{
        position: absolute;
        top: 2vw;
        left: 16vw;
    }

    .slip-on p{
        font-size: 1.3vw;
    }
    
    .slip-on h3{
        font-size: 2vw;
    }
}
/*fim slip-on*/


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

.bota-titulo{
    display: flex;
    position: absolute;
    top: 5vw;
    left: 10%;
}

.bota-titulo h1{
    color: var(--escuro);
}

.bota-titulo img{
    position: absolute;
    top: 4.5vw;
    left: 18vw;
    transform: translate(0%, -50%);
    width: 3.5vw;
    max-width: 40px;
}

.bota-2-fotos{
    position: absolute;
    top: 38vw;
    left: 3%;
    transform: translate(0%, -50%);
}

.bota-2-fotos img{
    width: 22vw;
}

.bota-linha{
    width: 2px;
    height: 60%;
    background-color: var(--escuro);
    position: absolute;
    top: 17vw;
    left: 28%;
}

.bota-principal{
    display: flex;
    position: absolute;
    top: 23vw;
    left: 30%;
}

.bota-textos{
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.bota-texto-1{
    position: relative;
    left: 50%;
}

.bota-texto-2{
    position: relative;
    top: 1vw;
}

.bota-principal img{
    width: 32vw;
    position: absolute;
    top: 8vw;
}

.bota-principal p{
    color: var(--escuro)
}

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

    .bota-titulo img{
        width: 5vw;
    }

    .bota-principal p{
        font-size: 2.5vw;
        width: 35vw;
        text-align: center;
    }

    .bota-titulo img{
        position: absolute;
        left: 21vw;
        top: 5.5vw;
    }
}

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

    .bota-titulo img{
        width: 4vw;
    }

    .bota-principal p{
        font-size: 2vw;
        width: 35vw;
        text-align: center;
    }
}

/*computador*/
@media (min-width: 1000px){
    .bota-titulo h1{
        font-size: 6.5vw;
    }

    .bota-titulo img{
        width: 4vw;
    }

    .bota-principal p{
        font-size: 1.8vw;
        width: 35vw;
        text-align: center;
    }
}
/*fim botas*/


/*fivelas*/
.fivela{
    background-color: var(--escuro);
    width: 100%;
    height: 60vw;
    position: relative;
}

.titulo-fivela{
    width: 100%;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%);
}

.titulo-fivela h1{
    font-size: 8vw;
    color: var(--claro);
    text-align: center;
}
.titulo-fivela h2{
    font-size: 5vw;
    color: var(--claro);
    text-align: center;
}

.titulo-fivela img{
    width: 4vw;
    max-width: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.sapatos-fivela img{
    width: 30vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.fivela h3{
    color: var(--cinza);
    width: 35vw;
    text-align: center;
}

.fivela p{
    width: 35vw;
    text-align: center;
    color: var(--claro);
}

.sapato-1-fivela{
    position: absolute;
    left: 25%;
    top: 20vw;
    transform: translate(-50%);
}

.sapato-2-fivela{
    position: absolute;
    left: 75%;
    top: 41vw;
    transform: translate(-50%);
}

.sapato-2-fivela img{
    position: absolute;
    top: -21vw;
}

/*celular*/
@media (max-width: 500px){
    .fivela{
        height: 70vw;
    }

    .titulo-fivela h1{
        font-size: 6vw;
    }
    .titulo-fivela h2{
        font-size: 4vw;
    }

    .fivela h3{
        font-size: 3vw; 
    }
    
    .fivela p{
        font-size: 2vw;
    }
}

/*tablet*/
@media (min-width: 500px) and (max-width: 1000px){
    .fivela{
        height: 65vw;
    }

    .titulo-fivela h1{
        font-size: 6vw;
    }
    .titulo-fivela h2{
        font-size: 3vw;
    }

    .fivela h3{
        font-size: 2.4vw; 
    }
    
    .fivela p{
        font-size: 1.8vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .titulo-fivela h1{
        font-size: 5.5vw;
    }
    .titulo-fivela h2{
        font-size: 3vw;
    }

    .fivela h3{
        font-size: 1.8vw; 
    }
    
    .fivela p{
        font-size: 1.3vw;
    }
}
/*fim fivelas*/


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

.titulo-festa{
    display: flex;
    position: absolute; 
    top: 2%;
    left: 5%; 
    gap: 10px;
}

.titulo-festa h1{
    color: var(--cinza);
    
}

.titulo-festa img{
    width: 4vw;
    max-width: 30px;
    position: absolute;
    top: 4vw;
    transform: translate(0, -50%);
}

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

.festa h3{
    color: var(--escuro);
}

.festa p{
    color: var(--escuro);
    position: absolute;
    top: 3.5vw;
}

.sapatos-festa img{
    width: 20vw;
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%;
}

.festa-foto-opera{
    background-color: var(--escuro);
    width: 32%;
    height: 15vw;
    position: absolute;
    top: 20%;
    right: 0vw;
    transform: translate(0, -50%);
}
.festa-foto-patent{
    background-color: var(--escuro);
    width: 32%;
    height: 15vw;
    position: absolute;
    top: 50%;
    right: 0vw;
    transform: translate(0, -50%);
}
.festa-foto-slippers{
    background-color: var(--escuro);
    width: 32%;
    height: 15vw;
    position: absolute;
    top: 80%;
    right: 0vw;
    transform: translate(0, -50%);
}

.festa-opera{
    display: flex;
    gap: 1vw;
    position: absolute;
    top: 15%;
    left: 5%;
    width: 55%;
}

.festa-patent{
    display: flex;
    gap: 1vw;
    position: absolute;
    top: 45%;
    left: 5%;
    width: 55%;
}

.festa-slippers{
    display: flex;
    gap: 1vw;
    position: absolute;
    top: 75%;
    left: 5%;
    width: 55%;
}

/*celular*/
@media (max-width: 500px){
    .titulo-festa h1{
        font-size: 6vw;
    }
    
    .festa h2{
        font-size: 3vw;
    }
    
    .festa h3{
        font-size: 2.8vw;
    }
    
    .festa p{
        font-size: 1.9vw;
    }
}

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

    .festa h2{
        font-size: 2.9vw;
    }
    
    .festa h3{
        font-size: 2.5vw;
    }
    
    .festa p{
        font-size: 1.8vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .titulo-festa h1{
        font-size: 4.5vw;
    }

    .titulo-festa img{
        width: 4vw;
        max-width: 30px;
        position: absolute;
        top: 3.2vw;
        left: 35.5vw;
        transform: translate(-50%, -50%);
    }

    .festa h2{
        font-size: 2.5vw;
    }
    
    .festa h3{
        font-size: 2vw;
    }
    
    .festa p{
        font-size: 1.5vw;
    }
}
/*fim festa*/


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

.casual h1{
    color: var(--claro);
    text-align: center;
    width: 65vw;
}

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

.casual h3{
    color: var(--cinza);
    text-align: center;
}

.casual p{
    width: 22vw;
    text-align: center;
    color: var(--claro);
}

.casual-titulo{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translate(-50%);
}

.casual-mais{
    display: flex;
    gap: 5px;
    justify-content: center;
}

.casual-mais img{
    width: 4vw;
    max-width: 40px;
    position: absolute;
    top: 1.5vw;
}

.casual-sapatos{
    display: flex;
    position: absolute;
    top: 22%;
    left: 50%;
    gap: 3vw;
    transform: translate(-50%);
}

.casual-sapatos img{
    width: 20vw;
}

.casual-sneaker:hover img{
    transform: scale(1.2);
}

.casual-boat:hover img{
    transform: scale(1.2);
}

.casual-espadrilles:hover img{
    transform: scale(1.2);
}

.casual-driving:hover img{
    transform: scale(1.2);
}

/*celular*/
@media (max-width: 500px){
    .casual h2{
        font-size: 5vw;
    }
    
    .casual h1{
        font-size: 3vw;
    }
    
    .casual h3{
        font-size: 2.2vw;
    }
    
    .casual p{
        font-size: 1.9vw;
    }
}

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

    .casual h1{
        font-size: 2.9vw;
    }
    
    .casual h3{
        font-size: 2.1vw;
    }
    
    .casual p{
        font-size: 1.8vw;
    }
}

/*computador*/
@media (min-width: 1000px){
    .casual h2{
        font-size: 4.5vw;
    }

    .casual h1{
        font-size: 2.5vw;
    }
    
    .casual h3{
        font-size: 2vw;
    }
    
    .casual p{
        font-size: 1.5vw;
    }
}
/*fim casual*/


/*tipicos*/
.tipico{
    background-color: var(--claro);
    height: 65vw;
    position: relative;
}

.tipico-titulo{
    display: flex;
    gap: 1vw;
    position: absolute;
    top: 5%;
    left: 13%;
}

.tipico-titulo img{
    width: 4vw;
    max-width: 40px;
    position: absolute;
    top: 1.4vw;
}

.tipico-sapato h1{
    color: var(--escuro);
}

.tipico-tipico h1{
    color: var(--cinza);
}

.tipico h2{
    text-align: center;
    color: var(--escuro);
}

.tipico p{
    text-align: center;
    color: var(--escuro);
    width: 20vw;
}

.tipico-sapato{
    width: 100%;
}

.tipico-sapatos img{
    width: 20vw;
}

.tipico-broguet{
    display: flex;
    position: absolute;
    top: 40%;
    left: 25%;
    gap: 20vw;
    transform: translate(-50%, -50%);
}

.tipico-broguet img{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.tipico-spectator{
    display: flex;
    position: absolute;
    top: 80%;
    left: 15%;
    gap: 1vw;
    transform: translate(-50%, -50%);
}

.tipico-spectator img{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.tipico-saddle{
    display: flex;
    position: absolute;
    top: 40%;
    left: 75%;
    gap: 21vw;
    transform: translate(-50%, -50%);
}

.tipico-saddle img{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.tipico-spats{
    display: flex;
    position: absolute;
    top: 80%;
    left: 65%;
    gap: 1vw;
    transform: translate(-50%, -50%);
}

.tipico-spats img{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

/*celular*/
@media (max-width: 500px){
    .tipico h1{
        font-size: 5vw;
    }
    
    .tipico h2{
        font-size: 3vw;
    }
    
    .tipico p{
        font-size: 1.9vw;
    }
}

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

    .tipico h2{
        font-size: 2.9vw;
    }
    
    .tipico p{
        font-size: 1.8vw;
    }
}

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

    .tipico h2{
        font-size: 2.5vw;
    }
    
    .tipico p{
        font-size: 1.5vw;
    }
}
/*fim tipicos*/


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