.elementor-28892 .elementor-element.elementor-element-2687cef{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}#elementor-popup-modal-28892 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-28892{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-28892 .dialog-close-button{display:flex;}#elementor-popup-modal-28892 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-45e4948 */.censo-modal {
    width: 100%;
    max-width: 800px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    font-family: inherit;
    color: #333;
}


/* =========================
   HEADER
========================= */

.censo-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    flex-shrink: 0;
    background: #E1302A;
    color: #fff;
}

.censo-icono {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255,255,255,.15);
    font-size: 21px;
}

.censo-header span {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    opacity: .85;
}

.censo-header h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.censo-header p {
    margin: 3px 0 0;
    color: #fff;
    font-size: 13px;
    opacity: .9;
}


/* =========================
   BODY
========================= */

.censo-body {
    overflow-y: auto;
    padding: 20px 24px 25px;
    font-size: 14px;
    line-height: 1.55;
}

.censo-body > p {
    margin: 0 0 18px;
}


/* =========================
   BLOQUES
========================= */

.censo-bloque {
    margin-bottom: 20px;
}

.censo-bloque h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8;
    color: #222;
    font-size: 17px;
    line-height: 1.3;
}

.censo-bloque h3 i {
    color: #E1302A;
    font-size: 15px;
}


/* =========================
   LISTAS
========================= */

.censo-lista {
    margin: 0;
    padding-left: 20px;
}

.censo-lista li {
    margin-bottom: 7px;
    padding-left: 3px;
}

.censo-lista li:last-child {
    margin-bottom: 0;
}

.censo-bloque p {
    margin: 0 0 10px;
}

.censo-bloque p:last-child {
    margin-bottom: 0;
}


/* =========================
   CONSULTA
========================= */

.censo-consulta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 22px;
    padding: 15px 18px;
    border-left: 4px solid #E1302A;
    border-radius: 6px;
    background: #f7f7f7;
}

.censo-consulta strong {
    display: block;
    margin-bottom: 2px;
    color: #222;
    font-size: 14px;
}

.censo-consulta p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.censo-consulta a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    padding: 9px 14px;
    border-radius: 5px;
    background: #E1302A;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .2s ease;
}

.censo-consulta a:hover {
    background: #b91f1b;
}


/* =========================
   ALERTA
========================= */

.censo-alerta {
    margin-bottom: 0;
    padding: 15px 17px;
    border: 1px solid #ead4d3;
    border-radius: 7px;
    background: #fff9f9;
}

.censo-alerta h3 {
    border-bottom-color: #efdedd;
}


/* =========================
   SCROLL
========================= */

.censo-body::-webkit-scrollbar {
    width: 6px;
}

.censo-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.censo-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.censo-body::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 600px) {

    .censo-header {
        padding: 15px;
    }

    .censo-header h2 {
        font-size: 20px;
    }

    .censo-body {
        padding: 16px;
        font-size: 13px;
    }

    .censo-consulta {
        flex-direction: column;
        align-items: flex-start;
    }

    .censo-consulta a {
        width: 100%;
        justify-content: center;
    }

}/* End custom CSS */