

@media(max-width: 768px){
    .logo-img{
        width: 100%;
    }
}

@media(min-width: 769px){
    .topo{
        margin-bottom: 70px !important;
    }
}

.topo{
    align-items: center !important;
}

.color-blue{
    color: #2e74b4;
}


.h3-titulo{
    text-align: center;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 2px;
    font-weight: 800;
    background: #2596be;
}

.label{
    background: #e0ecf4 !important;
}

/*.margin-b-10{*/
/*    margin-bottom: -10px;*/
/*}*/


@media(min-width: 769px){
    .padding-left-0{
        padding-left: 0 !important;
    }
}

@media(min-width: 769px){
    .padding-right-0{
        padding-right: 0 !important;
    }
}

.bk-blue{
    background: #2596be;
}

.font-size{
    font-size: 20px !important;
}

.line-1-9{
    line-height: 1.9 !important;
}

.line-4{
    line-height: 4 !important;
}

.bk-white{
    background: #fff !important;
}

.border-input{
    border: 1px solid #ced4da !important;
}

.border-input-b{
    border-bottom: 1px solid #ced4da !important;
}


@media(min-width: 769px){
    .border-right-none{
        border-right: none !important;
    }
}


@media(min-width: 769px){
    .border-left-none{
        border-left: none !important;
    }
}

.padding-box-informations{
    padding: 30px 30px 25px 30px !important;
}

.line-h-24{
    line-height: 24px !important;
}

.form-text{
    color: #000 !important;
}


.bk-gray{
    background: #f3f4f7 !important;
}

.box-input-flex{
    display: flex !important;
    align-items: center !important;
}

.check-margin-top{
    margin-top: 14px !important;
}

.input-especifique{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 2px #000;
}

.color-black{
    color: #000 !important;
}

.row-assinatura{
    border: solid 1px !important;
    margin-top: 40px !important;
}

.input-assinatura{
    background-color: transparent !important;
    border: none !important;
}