.elementor-19743 .elementor-element.elementor-element-bd84442 > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-19743 .elementor-element.elementor-element-6aefdd1 > .elementor-widget-container{margin:0px 0px 20px 0px;}#elementor-popup-modal-19743 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-19743{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-19743 .dialog-close-button{display:flex;}#elementor-popup-modal-19743 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-bd84442 *//* Estilos generales del popup */
.popup {
    width: 100%;
    height: 100%;
}

/* Encabezado */
.popup-header {
    display: flex;
    justify-content: center;
    padding: 12px 0;
}
.header-primary {
    background-color: #4AC6D6;/* Color secundario */
}

.text-moratoria{
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    color: #4AC6D6; /* Color secundario */
}

.icon {
    font-size: 2.3rem; /* Tamaño del ícono */
    color: white;
}

.text-center{
    text-align: center;
}

.popup-content {
    background-color: white;
    text-align: center;
}

/* Contenido */
.moratoria-body {
    padding: 0 15px;
    text-align: left;
}


.text-body{
    font-family: 'Roboto';
    font-weight: 400
}

@media (max-width: 767px){
}/* End custom CSS */