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


html{
    scroll-behavior: smooth;
}


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


/*section inicial*/
.inicio{
  background-color: var(--escuro);
  height: 68vw;
  width: 100%;
  max-height: 720px;
  position: relative;
}

.img-bandeira img{
    position: absolute;
    width: 7vw;
    left: 28vw;
    top: 20vw;
}

.img-sapato img{
    position: absolute;
    width: 60vw;
    max-width: 720px;
    right: 4vw;
    bottom: 40%;
    transform: translate(0%, 50%);
}

.titulo{
  position: absolute;
  top: 5vw;
  left: 8vw;
}

.inicio h1{
    color:var(--claro);
    font-size: 16vw;
    margin-bottom: -5px;
}

.inicio h2{
    color:var(--claro);
    font-size: 6.5vw;
}

.inicio h3{
    color:var(--claro) ;
    font-size: 3.5vw;
    margin-top: 30px;
}
/*fim section inicial*/


/*section sapatos*/
.sapatos{
    height: 55vw;
    max-height: 700px;
    width: 100%;
    background-color: var(--claro);
    position: relative;
}

.sapatos-titulo{
    position: absolute;
    width: 70vw;
    top: 3vw;
    left: 50%;
    transform: translate(-50%);
    
}

.sapatos h1{
    color: var(--cinza);
    font-size: 13vw;
}

.sapatos h2{
    color: var(--cinza);
    font-size: 3.8vw;
    margin-left: 56vw;
    margin-top: -2vw;
    
}

.sapatos a{
    text-decoration: none;
}

.sapatos-mais img{
    width: 3.4vw;
    max-width: 40px;
    position: absolute;
    top: 19.5vw;
    left: 65vw;
}

.sapatos-sapato-social img{
    position: absolute;
    width: 70vw;
    bottom: 1vh;
    left: 50%;
    transform: translate(-50%);
}
/*fim section sapatos*/


/*section elegancia*/
.elegancia{
    height: 55vw;
    max-height: 720px;
    width: 100%;
    background-color: var(--escuro);
    position: relative;
}

.elegancia h1{
    color: var(--claro);
    font-size: 13vw;
    text-align: center;
    padding-top: 3vw;
}

.elegancia h2{
    color: var(--claro);
    font-size: 2.5vw;
    position: absolute;
    bottom: 13vw;
    left: 5vw;
}

.elegancia a{
    text-decoration: none;
}

.elegancia-saiba-mais{
    position: absolute;
    bottom: 17vw;
    right: 12vw;
}

.elegancia-saiba-mais h3{
    color: var(--claro);
    font-size: 3.5vw;
}

.elegancia-saiba-mais img{
    width: 3.2vw;
    max-width: 40px;
    position: absolute;
    bottom: 1.8vw;
    left: 8vw;
}

.elegancia-maquina img{
    width: 42vw;
    max-width: 590px;
    position: absolute;
    bottom: 0.5vw;
    left: 50%;
    transform: translate(-50%);
}
/*fim section elegancia*/


/*section sobre nos*/
.sobre-nos{
    height: 54vw;
    max-height: 710px;
    width: 100%;
    background-color: var(--claro);
    position: relative;
}

.sobre-nos img{
    width: 45vw;
    border: 0.3vh solid rgba(0, 0, 0, 0.722);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.516);
    position: absolute;
    bottom: 8vw;
}

.sobre-nos h1{
    color: var(--escuro);
    font-size: 10vw;
    position: absolute;
    top: 3vw;
    right: 15vw;
}

.sobre-nos p{
    color: var(--escuro);
    font-size: 2.15vw;
    width: 44vw;
    position: absolute;
    top: 16vw;
    right: 5vw;
}
/*fim section sobre nos*/


/*section fotos*/
.fotos{
    height: 54vw;
    max-height: 710px;
    width: 100%;
    background-color: var(--claro);
    position: relative;
}

.foto-logo img{
    width: 30vw;
    max-width: 300px;
    position: absolute;
    top: -2vw;
    left: 10vw;
}

.foto-1 img{
    width: 27vw;
    border: 0.3vh solid var(--cinza);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.516);
    position: absolute;
    bottom: 5vw;
    left: 5vw;
}

.foto-2 img{
    width: 27vw;
    border: 0.3vh solid var(--cinza);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.516);
    position: absolute;
    bottom: 5vw;
    left: 50%;
    transform: translate(-50%);
}

.foto-3 img{
    width: 27vw;
    border: 0.3vh solid var(--cinza);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.516);
    position: absolute;
    bottom: 5vw;
    right: 5vw;
}
/*fim section fotos*/


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

