/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.btn_blocksy [type=submit] {
    padding-top: var(--wp--preset--spacing--30);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--30);
    padding-left: var(--wp--preset--spacing--50);
    flex: auto;
}

.atencion_al_cliente .ct-icon {
    fill: #0693e3 !important;
}


.frm-chat-wrapper.frm_final_question .frm_continue_chat {
    background: red !important;
}

.frm_style_calcula-tu-plan p.texto,
.frm_style_calcula-tu-plan.with_frm_style .form-field {
    margin-bottom: 0px;
}


#form_calcula-tu-plan .frm_submit {
    margin-top: 20px;
}


#frm_form_2_container {
    margin-bottom: 0 !important;
}

.frm_style_calcula-tu-plan .frm_display_format_buttons.vertical_radio .frm_opt_container {
    gap: 24px !important;
}

.banner-text {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
}

.banner-text .preco {
    font-size: 35px;
    font-weight: 600;
}


.banner-text .duracao {
    font-size: 18px;
    font-weight: 300;
}


.elegir_un_plan {
    text-align: center !important;
}

form#form_te-ayudamos-a-elegir-un-plan input[type="number"] {
    font-size: 18px !important;
    width: 100%;
    padding: 10px;
    text-align: center;
}

form#form_te-ayudamos-a-elegir-un-plan input[type="number"]::placeholder {
    font-size: 20px;
    color: black;
    text-align: center;
}

form#form_te-ayudamos-a-elegir-un-plan button {
    background-color: var(--theme-palette-color-3);
    border: 0;
    font-family: var(--theme-button-font-family, var(--theme-font-family));
    font-size: var(--theme-button-font-size);
    font-weight: var(--theme-button-font-weight);
    font-style: var(--theme-button-font-style);
    line-height: var(--theme-button-line-height);
    letter-spacing: var(--theme-button-letter-spacing);
    text-transform: var(--theme-button-text-transform);
    -webkit-text-decoration: var(--theme-button-text-decoration);
    text-decoration: var(--theme-button-text-decoration);

}


div#frm_field_78_container {
    margin-bottom: 40px;
}

div#frm_field_77_container {
    margin-bottom: 0;
}

.elegir_un_plan .frm_form_field {
    width: 100%;
    max-width: 500px;
}

.elegir_un_plan .frm_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}



.elegir_un_plan .frm_primary_label {
    font-size: 18px !important;
    text-align: center !important;
}

.elegir_un_plan .frm_radio input[type="radio"] {
    width: 20px;
    height: 20px;
    transform: scale(1.5);
    text-align: center !important;
}

.elegir_un_plan .frm_radio label {
    font-size: 18px;
    padding-left: 10px;
    text-align: center !important;
}




.elegir_un_plan .frm_combo_inputs_container,
.elegir_un_plan .frm_grid_container,
.elegir_un_plan .frm_form_fields .frm_section_heading,
.elegir_un_plan .frm_form_fields .frm_fields_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}









/* #form_calcula-tu-plan .frm_flex,
#form_calcula-tu-plan .frm_full_row {
    justify-content: space-between;
}

/* .frm_style_formidable-style fieldset {
    padding: 30px;
    border: 1px dashed var(--theme-border-color);
    border-radius: 16px;
}

.frm_style_formidable-style h3.frm_form_title {
    margin-bottom: 10px;
    line-height: 1.1em;
}


.frm_style_formidable-style .frm_primary_label {
    text-align: center;
}

.frm_style_formidable-style .frm_flex {
    text-align-last: center;
    justify-content: center;
}


#form_calcula-tu-plan .frm_display_format_buttons.vertical_radio .frm_opt_container,
.frm_display_format_buttons.horizontal_radio .frm_opt_container {
    gap: 24px !important;
    margin-bottom: 40px;
} */