.intro-inscripcion{
    background-image: url(../img/fondo-disertantes.webp) !important;
    height: 75vh !important;
}
.inscripciones .intro-txt{
    color: #1F2425;
}
.inscripciones .intro-txt h1{
    font-size: 4em;
    margin: 0 0 20px;
    line-height: 1;
}
.inscripciones .contacto-form{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 4em 2em;
}
.form-input-style{
    color: #565656;
}
.inscripciones .form-input-margin{ 
    float: left;
    width: 30%;
    position: relative;
}
.inscripciones .form-input-margin.check-interes{
    width: 50%;
}
.inscripciones .form-input-margin.check-objetivos{
    width: 40%;
}
.inscripciones .form-input-margin.check-privacidad{
    width: 45%;
}
.inscripciones .contacto-form:nth-child(3){
    justify-content: center;
}
.inscripciones button{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.inscripciones form .btn-default{
    font-size: 1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    background-color: #FFF;
    border: none;
    color: #1D1400;
    background-color: #f29100;
    text-decoration: none;
    padding: 1em;
    border-radius: 5px;
    margin-top: 10px;
}
.inscripciones form .btn-default:hover{
    background-color: #1d1400;
    color: #f29100;
    box-shadow: none;
}
.inscripciones form .form-input-margin.check-privacidad a{
    color: var(--link-color-default);
    font-weight: 600;
    text-transform: uppercase;
}
.inscripciones .input:focus{
    border-color: none;
}
.checkbox-wrapper-2 .list-item-check{
    margin: 1em 0;
}
.checkbox-wrapper-2 .list-item-check:first-child{
    margi-top: 0;
}
.checkbox-wrapper-2 .list-item-check:last-child{
    margin-bottom: 0;
}
.checkbox-wrapper-2 .item_check {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}
.checkbox-wrapper-2 label.checkbox{
    padding-left: .5em;
    vertical-align: top;
}

.checkbox-wrapper-2 .item_check::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .item_check,
.checkbox-wrapper-2 .item_check::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .item_check::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .item_check:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .item_check:checked {
    background-color: #6e79d6;
}

.checkbox-wrapper-2 .item_check:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .item_check:checked:hover {
    background-color: #535db3;
}