@font-face {
    font-family:'roboto';
    src:url("../fonts/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(../fonts/Montserrat-Bold.otf);
}

.cfiltro1{
    display: none!important;
}

.filtrou{
    display: none!important;
}

a:link{
   text-decoration: none;
}

.topo-0{
   background-color: #022751;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icone.png);
}

.logo-topo-1{
   max-width: 200px;
}

.nav-link{
   color: #fff !important;
   font-size: 18px !important;
}

#rastreioninja {
    width: auto;
    margin: 60px auto;
}

.btn{
   background-color: #009fd9;
   border-color: transparent;
   border-radius: 8px;
   color: #fff;
   -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.41);
   box-shadow: inset 0 1px rgba(255,255,255,.41);
   padding: 5px 10px 5px 10px;
   max-width: 250px;
   font-size: 22px;
   font-family: 'montserrat', sans-serif;
}

.topo-1{
    padding-top: 60px;
}

.rodape{
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 420px;
    background-color: #022751;
}

.texto-rodape{
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.texto-rodape a{
    color: #fff;
}

.text-center-rn{
    font-family: 'montserrat';
    font-size: 28px;
    color: #000;
}

.img-caixa{
    width: 60%;
    height: auto;
    max-width: 200px;
}

@media screen and (max-width: 600px) {
    .rodape{
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 120px;
    background-color: #022751;
}
}