.groups-form p strong {
    font-family: 'Montserrat-Bold';
}

.informacion-form.profesional ul li .check-lst .check > label > span,
.informacion-form.profesional ul li .check-lst .check > span > label > span,
.informacion-form.hackathon ul li .check-lst .check > label > span,
.informacion-form.hackathon ul li .check-lst .check > span > label > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -5px 5px 0 0;
    vertical-align: middle;
    border: 2px solid #a1a1a1;
    position: relative;
    background: #e9e9e9;
}

.informacion-form.profesional ul li .check-lst .check > label.checked-cb > span:before,
.informacion-form.profesional ul li .check-lst .check > span > label.checked-cb > span:before,
.informacion-form.hackathon ul li .check-lst .check > label.checked-cb > span:before,
.informacion-form.hackathon ul li .check-lst .check > span > label.checked-cb > span:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #DC44A3;
    height: 9px;
    width: 9px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.check .wpcf7-list-item {
    margin: 0;
}

.informacion-form.hackathon ul li .check-lst .check {
    flex: 0 1 48%;
}

.informacion-form.hackathon ul li .check-lst .check input[type=checkbox]:not(old) {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px;
}

.informacion-form.hackathon ul li {
    flex: 0 1 100%;
}

.informacion-form.hackathon ul li .check-lst {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 10px;
    margin-top: 10px;
}

.informacion-form ul li .frm-input.checkbox label.checked-cb::before {
    background: #681C70 none repeat scroll 0 0;
}

.informacion-form ul li .frm-input.checkbox label.checked-cb::after {
    border: 1px solid #681C70;
}

.informacion-form.hackathon .btn-ctr {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.informacion-form.hackathon .env-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat-SemiBold';
    width: 115px;
    height: 40px;
    cursor: pointer;
    background: #DC44A3;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 20px;
    transition: all .5s ease;
    border: 1px solid #DC44A3;
    letter-spacing: 0.17px;
    margin: 0 auto;
}

.informacion-form.hackathon .env-btn:hover {
    color: #ffffff;
    background: #681C70;
    border: 1px solid #681C70;
}

.informacion-form.hackathon ul li textarea {
    width: 100%;
    border-radius: 4px 4px 0 0;
    border: 1px solid rgb(104, 28, 112, 26%);
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    letter-spacing: 0px;
    background: #fff;
    transition: all 0.5s ease;
    resize: none;
    height: 85px;
    line-height: 22px;
    padding: 10px 20px 10px;
    color: #9B9B9B;
    border-bottom: 2px solid #681C70;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

.informacion-form.profesional ul li .radio-btn .wpcf7-radio {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 0;
}

.informacion-form.profesional ul li .radio-btn .wpcf7-radio .wpcf7-list-item {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4B4B4B;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    margin-right: 0px;
}

.informacion-form.profesional ul li .radio-btn span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 10px;
    border: 1px solid #a1a1a1;
    background: #e9e9e9;
    margin: 5px 13px 0 0;
    border-radius: 25px;
}

.informacion-form.profesional ul li .radio-btn span.wpcf7-list-item-label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #DC44A3;
    position: absolute;
    top: 5px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 25px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.informacion-form.profesional ul li .radio-btn span.wpcf7-list-item-label.checked-radio:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-title-para p strong {
    font-family: 'Montserrat-SemiBold';
}

.clause-link-cnt {
    text-align: center;
    clear: both;
    padding-top: 32px;
}

.clause-link-cnt a,
.regular-page-sec p a {
    font-family: 'Montserrat-Regular';
    color: #681C70;
    transition: all .5s ease;
}

.clause-link-cnt a {
    font-size: 14px;
    line-height: 18px;
}

.clause-link-cnt a:hover,
.regular-page-sec p a:hover {
    color: #DC44A3;
}

.regular-page-sec {
    width: 100%;
    padding: 40px 0;
    float: left;
}

.regular-page-sec h1 {
    width: 100%;
    float: left;
    font-family: 'Montserrat-ExtraBold';
    color: #681C70;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.regular-page-sec p,
.regular-page-sec ul li {
    width: 100%;
    float: left;
    color: #222222;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}

.regular-page-sec ul {
    list-style-type: inherit;
    padding-left: 32px;
}

.regular-page-sec ul, .regular-page-sec ul li {
    list-style: inherit;
}
/*

.programa-sec .isotope {
    display: grid;
    row-gap: 5px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
}*/

.programa-sec .isotope .element-item {
    overflow: hidden;
    padding-bottom: 46px;
}

.programa-sec .isotope .element-item.view-all {
    height: auto;
}

.programa-sec .isotope .element-item:after {
    content: ' ';
    display: block;
    background-color: #fff;
    height: 46px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

/*.programa-sec .isotope .element-item.hidden {
    height: 0 !important;
}*/

.flexslider .slides .video-cnt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.flexslider .slides .video-cnt video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

a.view-more-desc {
    display: none;
    position: absolute;
    bottom: 12px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #681C70;
}

.logos-list ul li {
    margin-bottom: 26px;
}

.logos-list ul li .ent-img {
    position: relative;
    padding-bottom: 8px;
}

.logos-list ul li .ent-img span.ent-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #222222;
    background-color: rgb(150 176 221 / 40%);
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
}

.element-btm p strong {
    color: #681C70;
    font-family: 'Montserrat-Bold';
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: -14px
}

.list-icons ul li {
    font-style: italic;
}

.list-icons ul li strong {
    font-style: normal;
}

.list-icons ul li span {
    font-family: 'Montserrat-Italic';
    font-style: italic;
}