@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: 25vw;
        position: relative;
    }

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

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

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


/*oxford*/
.oxford{
    background-color: var(--claro);
    width: 100%;
    height: auto;
}

.oxford img{
    width: 30vw;
}

.oxford h1{
    color: var(--escuro);
    text-align: center;
    padding-top: 5vw;
}

.oxford h2{
    color: var(--escuro);
}

.oxford p{
    color: var(--escuro);
    width: 50vw;
}

.oxford-linha{
    height: 0.3vw;
    width: 70%;
    background-color: var(--escuro);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.oxford-cap-toe{
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.oxford-cap-toe img{
    transform: scaleX(-1);
    margin-left: 3vw;
}

.cap-toe-texto{
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.captoe-linha{
    width: 55vw;
    border-top: 0.3vw dotted var(--escuro);
}

.oxford-plain-toe{
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.oxford-plain-toe img{
    margin-left: 3vw;
}

.plain-toe-texto{
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.plain-toe-linha{
    width: 55vw;
    border-top: 0.3vw dotted var(--escuro);
}

.oxford-wholecut{
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.oxford-wholecut img{
    transform: scaleX(-1);
    margin-left: 3vw;
}

.wholecut-texto{
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.wholecut-linha{
    width: 53vw;
    border-top: 0.3vw dotted var(--escuro);
}

.oxford-wingtip{
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.oxford-wingtip img{
    margin-left: 3vw;
}

.wingtip-texto{
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

.wingtip-linha{
    width: 53vw;
    border-top: 0.3vw dotted var(--escuro);
}
/*celular*/
@media (max-width: 500px){
    .oxford h1{
        font-size: 9vw;
    }
    
    .oxford h2{
        font-size: 3.4vw;
    }

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

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

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

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

    .oxford p{
        font-size: 1.3vw;
    }
}
/*fim oxford*/


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

.derby img{
    width: 25vw;
}

.derby h1{
    color: var(--branco);
    margin-bottom: -0.7vw;
}

.derby h2{
    color: var(--branco);
}

.derby h3{
    color: var(--cinza);
    text-align: center;
    margin-bottom: -20vw;
}

.derby p{
    color: var(--claro);
    width: 30vw;
    margin-top: 10vw;
    text-align: center;
}

.derby-titulo{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%);
}

.derby-linha{
    height: 0.2vw;
    width: 100%;
    background-color: var(--branco);
}

.derby-sapatos{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding-top: 25vw;
}

.linha{
    width: 70vw;
    border-top: 0.3vw dotted var(--claro);
    margin: auto;
}

.derby-plain{
    display: flex;
    justify-content: center;
    gap: 2vw;
    
}

.plain-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.derby-cap-toe{
    display: flex;
    justify-content: center;
    gap: 2vw;
    
}

.cap-toe-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.derby-brogue{
    display: flex;
    justify-content: center;
    gap: 2vw;
    
}

.brogue-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


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

    .derby h3{
        font-size: 3.4vw;
    }

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

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

    .derby h3{
        font-size: 3vw;
    }

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

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

    .derby h3{
        font-size: 2vw;
    }

    .derby p{
        font-size: 1.3vw;
    }
}
/*fim derby*/


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

.blucher img{
    width: 35vw;
    transform: scaleX(-1);
    position: absolute;
    top: 20vw;
    left: 2%;
}

.blucher h1{
    color: var(--escuro);
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translate(-50%);
}

.blucher p{
    color: var(--escuro);
    text-align: left;
    width: 55vw;
}

.blucher-textos{
    position: absolute;
    top: 13vw;
    left: 42%;
}

.texto-2{
    margin-top: -13px;
}

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

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

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

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

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

    .blucher p{
        font-size: 1.3vw;
        width: 40vw;
    }

    .blucher img{
        width: 40vw;
    }

    .blucher-textos{
        position: absolute;
        top: 18vw;
        left: 50%;
    }
}
/*fim blucher*/


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