/*header*/

.navbar.scrolled{
    background-color: #14213D;
    transition: background-color 0.3s ease-in-out;
}
.fundo{
    background-color: #14213D;
    width: 120rem;
    height: 50px;
    margin-top: -7.6px;
}
.fundo2{
    background-color: #14213D;
}
.botao1{
    margin-top: 4rem;
}

@media only screen and (max-width: 990px) {
    .borTop{
        border-top: 1px solid #dee2e6 !important;
    }
    .borBottom{
        border-bottom: 1px solid #dee2e6 !important;
    }
    .footer{
        top: 230rem;
    }    
}
.colorheader{
    background-color: #24264F;
}



@media only screen and (max-width: 990px) {
    .borTop{
        border-top: 1px solid #dee2e6 !important;
    }
    .borBottom{
        border-bottom: 1px solid #dee2e6 !important;
    }
    .footer{
        top: 230rem;
    }    
}

body{
    background-color: #14213D;
}
.cardFundo2{
    background-color: #14213D;
    width: 25rem;
}