header#custom-header {
    display: none;
}
.form-educativo-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 0px 40px;
    font-family: 'Apis', Arial, sans-serif;
    color: #041958;
}

.form-educativo {
    background: white;

}

.form-header {
    background: #0050cc;
    color: white;
    padding: 40px;
    text-align: center;
}
.mrg10{
    margin: 0 10px;
}
.form-header h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: bold;
}
.logo-nuevo-yo {
    margin-bottom: 70px;
    width: 174px;
}
.form-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.form-content {
    margin: 0 10px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    border: 1px solid #E2F0F9;
    border-radius: 15px;
}

.form-section h3 {
    color: #041958;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.form-educativo-container h4 {
    color: #0050CC;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}
.form-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-input:focus {
    outline: none;
    border-color: #0050cc;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #0050cc;
    border-color: #0050cc;
}

.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox span {
    font-size: 14px;
}

.contact-info {
    padding: 25px 40px;
border: 1px solid #E2F0F9;
    border-radius: 15px;
}

.contact-info h4 {
    color: #0050cc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
}

.contact-info p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.phone-input {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    max-width: 240px;
}

.phone-input input {
    flex: 1;
    padding-right: 45px;
}
.contact-info p {
    color: #041958;
    font-size: 17px;
    font-weight: bold;
}
.btn-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
}

.btn-submit {
    background: #001963;
    color: white;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 16px 10px 0;
    width: 100%;
    max-width: 273px;
}

.btn-submit:hover {
    background: #032245;
}

.afiliacion-group {
    background: white;
    padding: 25px 0px 20px;
    border-radius: 0;
    margin: 0 10px;
}

.afiliacion-group label {
    font-weight: bold;
    color: #0050cc;
}
input#afiliacion {
    border: 1px solid #D2D3D5;
    border-radius: 10px;
}
.input-group {
    display: flex;
    align-items: center;
}
.input-group label {
    text-wrap-mode: nowrap;
    padding-right: 10px;
    color: #041958;
    font-size: 15px;
    font-weight: bold;
}
.phone-input input {
    flex: 1;
    background: #F2F8FC;
    border: none;
    font-size: 17px;
    color: #041958;
    font-weight: bold;
}
@media (max-width: 768px) {
    .form-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .form-header {
        padding: 30px 20px;
    }
    
    .form-content {
        padding: 30px 20px;
    }
    
    .afiliacion-group {
        padding: 25px 20px;
    }
    
    .contact-info {
        padding: 25px 20px;
    }

.input-group {
    align-items: flex-start;
    flex-direction: column;
}
.input-group label {
    margin-bottom: 15px;
}
button.btn-submit {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
}
.form-educativo-container h4 {
    color: #0050CC;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin: 40px 30px 0px;
}
}