
.LETRASGRANDES {
    text-transform: uppercase;
}

.text-center {
    text-align: center !important;
}
.texto-justificado {
    text-align: justify !important;
}
.sem-espacos {
    padding: 0 !important;
    margin: 0 !important;
}

.titulos {
    color: #3E4146;
    font-family: 'Roboto-Possante';
}
.nomesTestemunhos {
    color: #272727;
}

.verde {
    color: #66CC00;
}

.transparente {
    color: transparent;
    background: transparent;
    border: none;
}

.laranja {
    color: #FF9900;
}
.branquinho {
    color: #FFFFFF;
}
.banner-missao {
    float: left;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background: #393939 url("../img/missao/missao-cabecalho.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:100% 0;
    background-position: center;
    height: 600px;

}

.modal {
    text-align: center;
    font-family: "Roboto-Normal";
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.como-uma-caixa {
    padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    .menutopo {
        display: none;
    }
}