
.titlecontratar {
    font-size: 1.4em;
}
.section-divider {
    border-bottom: 1px solid #ddd;
    margin: 16px 0;
    width: 100%;
}

.section-spacing {
    margin: 26px 0;
}

.section-spacing0 {
    margin: 13px 0;
}

.modalx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}


