/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
*/
/*.wpcf7-response-output {
    display: block !important;
    color: black !important;
}*/

.seccionEnlaceFormulario-mobile {
    display: none !important;
}
.contenedorAlertaCierre {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0F3857A3;
}
.contenedorAlertaCierre.mostrar {
    display: flex;
}
.contenedorAlertaCierre .alert.alert-danger {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    border: none;
}
.contenedorAlertaCierre .alert.alert-danger::before {
    width: 100%;
    content: "Atención";
    font: normal normal bold 24px/30px Poppins;
    letter-spacing: 0px;
    color: #EF3F63;
    opacity: 1;
    border-bottom: 1px solid #ECECEC;
    display: block;
    margin: 0rem -1rem 0rem;
    text-align: start;
    padding: 0 1rem 1rem;
}
.contenedorAlertaCierre .alert.alert-danger p:nth-child(1) {
    color: #0F3857;
    margin-top: 1.5rem;
}

.contenedorAlertaCierre .alert.alert-danger p {
    text-align: start;
    text-align: left;
    font: normal 600 16px/20px Hind Siliguri;
    letter-spacing: 0px;
    color: #EF3F63;
}
.contenedorAlertaCierre .justify-content-around {
    justify-content: space-between !important;
    gap: 2rem;
}
.contenedorAlertaCierre .cancelar-btn .btn-cancel {
    background-color: #034AB0;
    border-radius: 5px;
    opacity: 1;
    border: none;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.contenedorAlertaCierre .cancelar-btn .btn-cerrar {
    background-color: #EF3F63;
    border-radius: 5px;
    opacity: 1;
    border: none;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.contenedorAlertaCierre .cancelar-btn .btn-text {
    margin: 0;
}
.contenedorAlertaCierre .cancelar-btn i {
    display: none;
}