.centered-column {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.centered-column li.gfield label {
    width: 100% !important;
}

.centered-column input, .centered-column select, .centered-column option {
    border-radius: 3em;
    padding: 5px 15px !important;
    color: #0f0f0f;
}


.centered-column ul.gfield_radio li label {
    color: #0f0f0f !important;
}

.centered-column .gfield_checkbox li , .centered-column ul.gfield_radio li {
    display: flex !important;
    flex-flow: row;
    gap: 5px;
    align-items: center;
    vertical-align: middle;
    line-height: 1;
}


.centered-column li.gfield div:not(.clear-multi), .centered-column .gfield_description {
    width: 100% !important;
}

.centered-column .gform-footer.gform_footer.top_label input[type="submit"] {
    color: #333;
    background-color: #f5c000 !important;
}

.centered-column .tipo-campus label {
    color: #0f0f0f !important;
}


li.menu-item-has-children .sub-menu * {
    background-color: #23282e;
    color: #f5c000;
    width: 100%;
}


.centered-column .gform-footer.gform_footer.top_label br {
    display: none;
}

.formulario-page .slick-slide {
    place-items: center !important;
    background-color: #23282e !important;
}

.text-center {
    text-align: center;
}

article.review.text-center {
    max-width: 350px;
    margin: auto;
}

article.review h2 {
    margin: 0 0 20px;
    color: #e0a222;
    /* color: #0f0f0f; */
    font-weight: 700;
}

.genesis-responsive-menu .genesis-nav-menu .sub-menu, .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    width: 200px !important;
}

@media(max-width: 650px) {
    .centered-column ul.gform_fields.top_label li {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
