#menu-fixo {
    background: rgb(38, 40, 148);
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#menu-fixo a {
    color: white !important;
    transition: 0.5s;
}
#menu-fixo .nav a:hover {
    background: rgb(38, 40, 120);
}

#menu-fixo .nav a.active {
    background: rgb(38, 40, 100);
}

header, footer, .linha {
    padding: 0 !important;
}

#apresentacao,
#bercario,
#escola,
#infantil,
#contato,
#prestacao {
    padding: 15px;
}

#escola {
    background: linear-gradient(#f5f5f5, #4DE8F1);
}

#bercario {
    background: linear-gradient(#4DE8F1, #54FBCA);
}

#infantil {
    background: linear-gradient(#54FBCA, #55FE5B);
}

#prestacao {
    background: linear-gradient(#55FE5B, #ECF98E);
}

#contato {
    background: linear-gradient(#ECF98E, #f5f5f5);
}

.bancos {
    margin-top: 3em;
    /* display: flex; */
}
.bancos > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bancos > div + div {
    margin-top: 50px;
}

.fundo {
    background: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 60px 45px;
}

.h3 {
    display: inline-block;
    font-weight: 700;
    color: #1c1c1e;

    margin: 0 0 30px 0;
}

.form-group {
    font-size: 16px;
    color: #3A3A3C;
}

.box {
    border: 1px solid rgba(0,0,120,0.3);
    border-radius: 10px;
    padding: 15px;
    /*background: radial-gradient(white, #b9def0);*/
    /*background: #b9def0;*/
}

.veja-mais {
    font-size: 8pt;
    text-transform: uppercase;
    float: right;
    background: gray;
    color: white;
    padding: 2px 5px;
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.veja-mais:after {
    content: " >";
}

.veja-mais:hover {
    background: lightgray;
    color: black;
}

.btn-primary {
    background-color: rgb(38,40,148);
    transition: 0.5s;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus {
    background-color: rgba(38,40,148,0.8) !important;
}

form > div {
    padding: 0 !important;
}

textarea {
    resize: vertical;
}

footer {
    color: #f5f5f5;
    /* box-shadow: 0 -5px 10px black; */
}

footer .banner {
    background: rgb(38, 40, 148);
    padding: 60px 0 30px 0;
    /*border-top: 5px solid #3201f7;*/
    border-bottom: 1px solid white;
    /*color: darkgreen;*/
}

footer .endereco {
    font-size: 11pt;
    padding: 15px 0;
    background: rgb(38, 40, 148);
    /*color: silver;*/
    /*border-bottom: 5px solid #3201f7;*/
}

footer i {
    margin-right: 5px;
}

footer .h3 {
    color: #ffffff;
}

footer .h3 small {
    color: #ffffff;
}

footer .copyright {
    padding: 15px 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.footer-img {
    width: 50px;
}

.footer-a {
    color: rgba(0, 0, 0, 0.7);
}


.linha + .linha {
    margin-top: 90px;
}

.linha:first-child {
    margin-top: 30px;
}
.linha:last-child {
    margin-bottom: 30px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: auto;*/
}
input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.smooth-image img {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .linha {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbar-menu {
        padding-right: 10px
    }
}
@media (max-width: 991px) {
    .linha + .linha {
        margin-top: 50px;
    }
    
    .linha:first-child {
        margin-top: 10px;
    }
    .linha:last-child {
        margin-bottom: 10px;
    }
    
    #prestacao #editais {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .col-xs-offset-35 {
        margin-left: 29.16666666%;
    }

    .fundo {
        padding: 30px 22px;
    }

    .bancos > div {
        flex-direction: column;
    }

    .no-xs {
        display: none;
    }

    .bancos {
        flex-direction: column;
    }
}
