*{
    font-family: BeVietnamPro-regular;
    text-align: justify;
}

body{
    overflow-x: hidden;
}

/*
    Informação inicial da empresa
*/

#box-info-icons{
    background-color:#FFFFFF;
    height: 40px;
    border-bottom: 0.5px solid #DCDCDC;
    color: #000000;
    font-size: .9rem;
    padding-top: 7px;
    transition: .5s;
}

#box-info-icons.rolagem{
    background-color:orange;
    display: none;
}

.info-icons{
    display: flex;
    align-items: center;
}

.info-icons div{
    height: 100%;
}

.texto-icons{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: .5rem;
}

.last-p-info-icons{
    margin-right: .5rem;
}

.icons-redes{
    text-decoration: none;
    margin-right: .3rem;
    color: #021C26;
}

.icons-redes:hover{
    text-decoration: none;
    margin-right: .3rem;
    font-size: .95rem;
}

/*
    Navbar
*/

.navbar{
    height: 100px;
    background-color: transparent;
    transition: .5s;
    top: 40px;
}

#navbar.rolagem{
    background-color: #FFFFFF;
    box-shadow: 2px 2px 7px #DCDCDC;
    top: 0px;
}

.navbar-brand{
    width: 30%;
}

.navbar-brand img{
    width: 350px;
    height: 50px;
}

.navbar-nav{
    width: 100%;
    justify-content: center;
}

.nav-link{
    font-family: BeVietnamPro-medium;
    font-size: 1.1rem;
}

.nav-link:hover{
    color: #FF601A;
}

#navbar-contato{
    all:unset;
    width: 20%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-items: center;
}

#navbar-btn-contato{
    all:unset;
    text-decoration:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BeVietnamPro-medium;
    box-sizing: border-box;
    font-size: 1rem;
    color: #074058;
    background-color: #FFFFFF;
    border: 2px solid #074058;
    border-radius: 5rem;
    width:80%;
    height: 80%;
}

#navbar-btn-contato:hover{
    cursor:pointer;
    color: #FFFFFF;
    background-color: #074058;
    border: unset;
    scale: 1.01;
}

/* 
    Footer
*/

footer{
    background-color: #074058;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}

#footer-part1{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

#footer-col1,#footer-col2,#footer-col3{
    padding-left: 5%;
    padding-right: 5%;
    height: 340px;
}

#footer-col1 img{
    width: 325px;
    height: 50px;
    margin-bottom: 20px;
}

#footer-col1 p{
    text-align: justify;
    font-size: 1.1rem;
}

.footer-icons-redes{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 2rem;
    margin-right: 15px;
}

.footer-icons-redes:hover{
    font-size: 2.05rem;   
}

#footer-col2 h3{
    margin-bottom: 20px;
}

.footer-contato,.footer-links{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
}

.footer-contato a, .footer-links a{
    text-decoration: none;
    color: #FFFFFF;
}

.footer-contato a:hover, .footer-links a:hover{
    font-size: 1.05rem;
}

#footer-col3 h3{
    margin-bottom: 20px;
}

.footer-contato i, .footer-links i{
    margin-right: 7px;
}

#box-icon-endereco{
    display: flex;
    align-items: start;  
}

#footer-linha{
    width: 95%;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 50px;
}

#footer-part2{
    padding-left: 2.5%;
}

@media screen and (max-width:1200px){

    /* 
        info icons
    */
    #box-info-icons{
        display: none;
    }

    /* 
        navbar
    */

    #navbar-contato{
        display: none;
    }

    .navbar{
        height: 100px;
        background-color: #FFFFFF;
        box-shadow: 2px 2px 7px #DCDCDC;
        top: 0px;
    }
    
    .navbar div{
        padding: unset;
        position: relative;
        top: 5px;
    }
    
    .navbar-brand img{
        width: 260px;
        height: 30px;
    }

    .navbar-toggler{
        position: relative;
        right: 5%;
    }

    .navbar-collapse{
        background-color: #FFFFFF;
        position: relative;
        top: 50px;
        width: 100%;
    }

    .navbar-nav{
        width: 100%;
        padding-left: 15px;
    }

    /* 
        footer
    */

    #footer-part1{
        display: inline-block;
        align-items: center;
        padding-bottom: unset;
    }

    #footer-col1,#footer-col2,#footer-col3{
        margin-bottom: 70px;
        width: 100%;
        height: unset;
    }

    #footer-col1 img{
        width: 250px;
    }
    
}

@media screen and (max-width:800px){

    .navbar-nav{
        box-shadow: 1px 1px 2px #DCDCDC;
    }

}

@media screen and (max-width:350px){

    

}

