.section-title {
    color: #008ccb;
    font-weight: 700;
}

.main-title {
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.btn-register {
    color: #003a5b !important;
    border-color: #fcbf00 !important;
    background: #fcbf00 !important;
    border-radius: 0;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    min-height: 100px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 5px 0;
    font-size: .875rem;
    align-items: center;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

.button-register{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    gap: 15px;
}

.button-register p{
    font-size: 1.25rem;
    line-height: 24px;
    margin: 0 15px 0 0;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.button-register i{
    font-size: 42px !important;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
}

.btn-register:hover {
    background-color: #e6b400;
    color: #000;
}

.square-list {
    list-style: none;
    margin: 0 24px;
    padding-left: 16px;
}

.square-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 1rem;
}

.square-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #008ccb;
}

.info-table td {
    padding: 4px 8px 4px 0;
    vertical-align: top;
    font-size: 1rem;
}

.info-label {
    font-weight: bold;
    width: 110px;
}

.link-blue {
    color: #008ccb;
    text-decoration: none;
}

.link-blue:hover {
    text-decoration: underline;
}

.info-table td{
    font-weight: 600;
}

.info-table td a.link-blue{
    font-size: 16px;
    font-weight: 400;
    color: #40add7;
}

.info-table .info{
    font-weight: 400;
}

.forms-container .form-card{
    border-radius: unset;
    padding: 1.5rem;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 2rem;
}

.forms-container .forms-header .forms-title{
    max-width: 100%;
    color: #000;
}
