/* MARGIN */
.margin-b-0{
    margin-bottom: 0 !important;
}
.margin-b-2{
    margin-bottom: 2em !important;
}

.margin-t-1{
    margin-top: 1em !important;
}

.margin-t-2{
    margin-top: 2em !important;
}
.margin-l--30{
    margin-left: -30px;
}

/* BOTÕES */
.btn-1{
    background-color: #00AFEF;
    padding: 5px 10px;
    border-radius: 5px;
    color: white !important;
}
.btn-1:hover{
    background-color: #2F456D;
    color: #00AFEF !important;
}

/* TEXTOS */
.texto-cor-1{
    color: #00AFEF !important;
}

.texto-p-1{
    font-size: 14px;
    line-height: 15px;
    color: #989898;
}

.texto-p-2{
    font-size: 17px;
    line-height: 17px;
    color: #989898;
}

/* FUNDOS */
.fundo-1{
    background-color: #FCE0CA !important;
}
.fundo-2{
    background-color: #00AFEF !important;
}
.fundo-2-after:after{
    background-color: #00AFEF !important;
}

.fundo-img-1{
    background-image: url("../img/bg-home-sobre-nos.jpg");
    background-size: cover;
}