/** DO NOT MODIFY THIS FILE. All code here are generated by MachForm Theme Editor **/

#main_body h1 a
{
background-image: url('https://registro.fefamiliaempresa.org/data/themes/images/img_89d5f0c2749ecc7f2ee4ca83ff6a7380-logo-blanco-300.png');
height: 150px;
}

html
{
background-image: url('https://registro.fefamiliaempresa.org/data/themes/images/img_34eabd086749b21f35838b651dce74a2-fondo.jpg');
background-repeat: repeat;
}

#main_body h1
{
background-image: url('https://registro.fefamiliaempresa.org/data/themes/images/img_cf1f425bcea1d8d4095a1651e6b92930-cruz2.jpg');
background-repeat: repeat;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #CCCCCC;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: #fff7c0;
}

#main_body form .guidelines
{
background-color: #f5f5f5;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
}

#main_body form .guidelines small
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 80%;
color: #444444;
}

#main_body input.text,#main_body input.file,#main_body textarea.textarea,#main_body select.select,#main_body input.checkbox,#main_body input.radio
{
background-color: #fbfbfb;
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
color: #666666;
}

#machform_review_table td.mf_review_value
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
color: #444444;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 240%;
color: #444444;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 130%;
color: #444444;
}

#main_body form li span.ap_tp_text
{
color: #444444;
}

#main_body form li label.description,#main_body form li span.description,#main_body .matrix caption,#main_body .matrix td.first_col,#main_body form li.total_payment span,#machform_review_table td.mf_review_label
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
color: #444444;
}

#main_body form li span label,#main_body label.choice,#main_body .matrix th,#main_body form li span.symbol,.mf_sigpad_clear,#main_body form li div label,#main_body form li div span.label
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
color: #444444;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #444444;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Inter','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 85%;
color: #444444;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #CCCCCC;
}



/** Advanced CSS **/

/* Container Styling */
#form_container {
    border: none !important;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 20px;
}

/* Form Title */
.form_description h2 {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #1a202c;
    font-size: 1.8rem;
}

/* Field Labels */
label.description {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px !important;
}

/* Input Fields & Textareas */
input.text, input.file, textarea.textarea, select.select {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding-top: 14px !important;
	padding-bottom: 14px !important;
    font-size: 16px !important; /* Prevents iOS zoom */
    transition: all 0.3s ease;
}

/* Active State for Inputs */
input.text:focus, textarea.textarea:focus {
    border-color: #4c51bf !important;
    box-shadow: 0 0 0 3px rgba(76, 81, 191, 0.1) !important;
    outline: none;
}

/* Modernized Button */
#saveForm {
    background-color: #4c51bf !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    border: none !important;
    transition: background 0.2s;
}

#saveForm:hover {
    background-color: #434190 !important;
    cursor: pointer;
}

/* Progress Bar (for multi-page) */
#li_buttons li {
    padding-top: 20px;
}

.form_success h2 {
    margin: 0pt 10pt 3px !important;
}

#error_message {
    margin-bottom: 15px !important;
}

#main_body .form_description h2 {
    margin-bottom: 14px !important;
}

/* Fix reCAPTCHA challenge position on mobile */
@media screen and (max-width: 768px) {
    .embed iframe[src*="recaptcha"] {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 9999999 !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
    }
}