/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2024 | 16:16:50 */
.aportes-y-creditos--label,
.declaracion-de-renta--label,
.paz-y-salvo--label{
    position:absolute;
    top:0px;
    left:0px;
    transform:translate(20px, 20px);
}

.aportes-y-creditos--icono,
.paz-y-salvos--icono{
    position:absolute;
    top:0px;
    right:0px;
    transform:translate(-20px, 20px);
}

.declaracion-de-renta--boton .elementor-button .elementor-align-icon-right { order: 2 !important; }

.declaracion-de-renta--boton .elementor-button-text{ order:3 }

/* ------------------ Colores personalizados */
.aportes-y-creditos{
    background: radial-gradient(circle 320px at 100% -30%, #F5AFD6, transparent),
                radial-gradient(circle 170px at 60% 25%, #C496C5, transparent);
}

.paz-y-salvos{
    background: radial-gradient(circle 320px at 0% 50%, #87c7f2, transparent),
                radial-gradient(circle 220px at 40% 0%, #9AE7FF, transparent);
}

.declaracion-de-renta{
        background: radial-gradient(circle 320px at 100% 50%, #99F0DB, transparent),
                    radial-gradient(circle 320px at 80% 25%, #E0FA8E, transparent);
}