.cuadro_negro_banner_2025 {
    background-image: url('../img/banner2025/fondo_banner_blanco.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 240px;
    padding: 35px 60px 20px 35px;
}

.botones_flotantes_movil_home {
    display: none;
}



.activar_border_form {
    filter: drop-shadow(0px 2px 10px #1AFFFF);
}









.espacio_flex_modal {
    gap: 10px;
}

.bloq_form_wp_modal {
    width: 100%;
    max-width: 376px;
}

.tamano_check_form_modal {
    width: 17px !important;
    height: 17px !important;
    padding-left: initial !important;
    padding-right: initial !important;
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 0px !important;
}

.uk-radio.tamano_check_form_modal:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);

}

.bloq_text_legales_modal {
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
}

.bloq_text_legales_modal a {
    text-decoration: underline !important;
    color: #fff !important;
}

.bloq_text_legales_modal a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}


.contenedor_gene_modal_wp {
    width: 790px;
    border-radius: 30px;
    overflow: hidden;
}

.fondo_color_modal_wp {
    width: 355px;
}

.fondo_color_modal_wp img {
    position: relative;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.content_text_form {
    padding: 30px;
}

.whatsapp-inline {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-left: 5px;
}

.whatsapp-inline img {
    height: 1em;
    width: auto;
    vertical-align: middle;
}



.bloq_text_wp_modal span {
    color: #03CC6B;
    font-size: 25px;
    line-height: 30px;
}


#celular_modal,
#correo_electronico_modal {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #071A9D;
}

.btn_envar_form_modal {
    color: var(--color-text-azul-oscuro);
    font-size: 20px;
    line-height: 1.2;
    background: var(--color-fondo-celeste);
    border-radius: 8px;
    padding: 2px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    width: fit-content;
}

.btn_cerrar_modal_wp {
    padding: 6px;
    background-color: #000 !important;
    border-radius: 50%;
}

.btn_cerrar_modal_wp svg {
    width: 12px;
    color: #fff;
}

.btn_cerrar_modal_wp svg line {
    stroke-width: 2;
}

.error-border {
    border: 2px solid red !important;
}

.quitar_mensajes_error .error {
    display: none !important;
}

.fondo_modal_gracias {
    padding: 170px 157px;
}

.fondo_modal_gracias h2 {
    font-size: 45px;
    line-height: 50px;
    color: var(--color-text-blanco);
    margin-bottom: 30px;
    font-weight: bold;
}

.bloq_text_wp_modal p {
    font-size: 20px;
    line-height: 21px;
    font-weight: normal !important;
    font-weight: bold !important;
    color: var(--color-text-blanco);
}



.boton_flotante_inscr_wp {
    font-family: 'CocogoosePro';
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    background: #6DD361;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: none;
}

#btn_inscripcion_wasap2 {
    display: block !important;
}

/* .boton_flotante_inscr_wp {
    animation: pulse 2s infinite;
} */

.boton_flotante_inscr_wp:hover {
    color: #fff !important;
    text-transform: none !important;
}

.spiner_load_ajax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000b3;
    width: 100%;
    height: 100vh;
    z-index: 9999 !important;
}

.spiner_load_ajax svg circle {
    stroke-width: 2px !important;
    stroke: #071A9D !important
}



.text_alert_politicas,
.text_alert_terminos {
    font-size: 13px;
    color: red;
    display: none;

}

.gap_15_modal {
    gap: 15px;
}

.bloq_select_input select {
    color: #000000;
    font-weight: 300;
    border: 2px solid transparent;
    padding: 5px 11px;
    border-radius: 8px;
    font-size: 14px;
}

.bloq_select_input input {
    width: 100%;
    border: 2px solid transparent;
    padding: 6px 11px;
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
}

.bloq_select_input input::placeholder {

    font-weight: 300;
}


@media(max-width: 680px) {
    .fondo_color_modal_wp {
        width: 250px;
    }

    .fondo_color_modal_wp img {
        width: 100%;
        object-fit: contain;
    }
}




@media(max-width:670px) {
    .volver_columna_movil {
        flex-direction: column-reverse;
    }

    .fondo_color_modal_wp {
        width: 100%;
    }
}

@media(max-width:639px) {

    .fondo_color_modal_wp {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .fondo_modal_gracias .bloq_text_wp_modal p,
    .fondo_modal_gracias .bloq_text_wp_modal p span {
        font-size: 13px !important;
        line-height: 20px;
    }

    .fondo_modal_gracias {
        padding: 70px;
    }

    .fondo_modal_gracias h2 {
        font-size: 21px;
        line-height: 19px;
        margin-bottom: 10px;
    }

}

@media(max-width:480px) {

    .bloq_text_wp_modal p,
    .bloq_text_wp_modal span {
        font-size: 15px;
        line-height: 16px;
    }

    #celular_modal {
        padding: 9px 15px;
    }

    .btn_envar_form_modal {
        font-size: 15px;
        padding: 10px 29px;
    }

}

@media(max-width:380px) {
    .bloq_text_legales_modal {
        font-size: 11px;
    }

    .bloq_text_wp_modal p,
    .bloq_text_wp_modal span {
        font-size: 14px;
        line-height: 16px;
    }
}