.communication .buttons {
    margin-top: 0px !important;
}

.communication .div-end{
    margin-bottom: 12px;
}

.communication .div-end .col-md-6 {
    padding-right: 15px !important;
}

@media (max-width: 768px) {
    .communication .div-end{
        margin-bottom: 15px;
    }

    .communication .div-end .col-md-6 {
        padding-right: 0px !important;
    }
}
.communication .separator{
    margin-top: 10px !important;
}
.communication .sub-title-contact{
    margin-top: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #333D47;
}

.communication .warning-alert{
    margin-bottom: 20px !important;
}

.communication .tooltip-contact{
    margin-left: 16px;
    cursor: pointer;
}

.communication .radio-mobile div:first-of-type {
    padding-right: 15px !important;
}

.communication p {
    color: #3D3D3F;
    font-size: 14px !important;
    margin-bottom: 16px;
}

.communication strong {
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    color: #3D3D3F;
}

.radio-mobile div:last-of-type {
    padding-left: 15px !important;
}

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

.communication input[type=checkbox] + span {
    margin-top: 4px !important;
    top: 0px !important;
}

@media(max-width: 768px) {
    .communication .check {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .communication input[type=checkbox] + span {
        top: 0px !important;
    }
}

.communication .div-check{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .communication .div-check{
        margin-bottom: 30px;
    }   

    .communication input[type=checkbox] + span {
        margin-top: 0px !important;
        top: 0px !important;
    }
}
.message-contract {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
}
.button-contract {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #F93549;
    cursor: pointer;
}
.doc-icon {
    padding-right: 17px;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.communication .modal-content-body p {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .communication .modal-content-body {
		max-height: calc(100vh - 400px) !important;
    }
    .communication .center img {
        width: 60px !important;
    }
}

.communication .loading-signature {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.014em;
}
.communication .loading-icon {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.message-sucess {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.2px;
    color: #333D47;
}
.message-download {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #E94951;
    cursor: pointer;
}
.button-process{
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.014em;
    color: #3D3D3F;
}
@media(max-width: 768px) {
    .contract-box {
        padding-top: 24px;
        padding-left: 16px;
        padding-bottom: 22px;
        border: 1px solid #9BB5C0;
    }
}