/* Navbar
___________________________________________________________________ */

#navbar{
    width: 100%;
    height: 300px;
    position: relative;
}

#navbar-container{
    flex-direction: column;
    padding: 20px 0;
}

#navbar-itens {
    flex-direction: column;
    text-align: center;
    padding: 0px 0;
}

#navbar-itens li:nth-child(2){
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#navbar-itens li:nth-child(4){
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

/* Banner Site
___________________________________________________________________ */

#showcase-container{
    padding: 40px;
}

/* Footer
___________________________________________________________________ */

.footer-list{
    padding: 0px 0;
 }

#footer_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#footer_social_media{
    margin-bottom: 50px;
}

#btn-top{
    position: fixed;
    bottom: 20px;
    right: 45%;
    width: 50px;
    height: 50px;
    background-color: rgba(178, 178, 178, 0.3);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow{
    border: solid #eee;
    border-width: 0 7px 7px 0;
    padding: 5px;
    display: inline-block;
}

.up{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

 /* Sobre
___________________________________________________________________ */

#sobre{
    padding-top: 0px;
 }

 /* Servicos
___________________________________________________________________ */

#servicos{
    padding-top: 0px;
 }

 /* Maquinas
___________________________________________________________________ */

#maquinas{
    padding-top: 0px;
 }

 /* Contato
___________________________________________________________________ */

#div_contato{
    display: grid;
    padding-top: 0px;
    grid-template-columns: repeat(1, 1fr);
 }

 iframe{
    width: 330px;
    height: 440px;
 }