* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

/* TOPO */
.navbar{
    background: #00467c;
}

.text-justify {
    text-align: justify!important;
}

label.logo {
    color: white;
    font-size: 30px;
    line-height: 80px;
    padding: 0 20px;
    font-weight: bold;
}


nav ul li a, form a{
    color: white;
    font-size: 17px;
    margin: 2.5px;
    padding: 7px;
    border-radius: 3px;
    text-transform: uppercase;
}

a:hover {
    background: #1b9bff;
    transition: 0.5s;
}
/* /TOPO */

/* BANNER */
section.banner {
    margin-top: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bgBanner2.png') no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
}
.textBanner{
    width: 100%;
    text-align: center;
}
.textBanner h1{
    font-size: 60px;
    padding: calc(23vh - 80px);
    color: #0082e6;
}
.textBanner span{
    color: white;
}
.textBanner p{
    color: white;
    font-size: 30px;
}
/* /BANNER */

/* Serviços */
section.servicos{
    background: #00467c;
}
.servicos h1{
    color: #fff;
}
/* /Serviços */

/* RODAPÉ */
.footer {
    padding: 40px 0;
    background: #00467c;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover {
    opacity: 1;
    padding: 12px;
    border-radius: 15%;
}

.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

/* /RODAPÉ */