/*
* ===================================================
*     1. PROPIEDADES PERSONALIZADAS ( VARIABLES ) 
* ===================================================
*/
:root {
    --white-color: #ffffff;
    --primary-color: #3e5475;
    --secondary-color: #8f96a0;
    --soft-color: #dfe1e5;
    --section-bg-color: #dfe1e5;
    --site-footer-bg-color: #3e5475;
    --custom-btn-bg-color: #991732;
    --custom-btn-bg-hover-color: #997179;
    --dark-color: #3e5475;
    --p-color: #3e5475;
    --border-color: #e9eaeb;
    --border-radius-large: 30px;
    --details-text: #3e5475;
    --body-font-family: "Questrial", sans-serif;
    --link-grande-deleim: #004e9a;
    --link-renew-peel: #851B11;
    --link-leim: #696f87;
    --important-text: #48ff00;
}