/* SweetAlert2 - Estilos personalizados para el popup previo */
.swal2-popup.pop_previo_contacto {
    font-size: 16px;
    padding: 2em;
    border-radius: 10px;
}

.swal2-title.pop_previo_titulo,
.swal2-title.pop_post_titulo {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 34px;
    font-weight: bold;
}

.swal2-content.pop_previo_html,
.swal2-content.pop_post_html {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #030B23;
}

.swal2-icon.pop_previo_icono {
    color: #030B23;
}

.swal2-confirm.pop_previo_boton_confirmar,
.swal2-confirm.pop_post_boton_confirmar {
    background-color: #35e3e5 !important;
    color: #030B23;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 0px;
}

/* SweetAlert2 - Estilos personalizados para el popup posterior */
.swal2-popup.pop_post_contacto {
    font-size: 16px;
    padding: 2em;
    border-radius: 10px;
}

.swal2-icon.pop_post_icono {
    color: #030B23;
}