/*===================== 
Configure colors and fonts.                                
Auto generated file, do not edit!                                
=====================*/   
@import url('https://fonts.googleapis.com/css?family=Inter:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');     
                 
:root{                            
    --color-primary: #1e60aa;     
    --color-primar-R: 30;
    --color-primar-G: 96;
    --color-primar-B: 170;                           
    --color-secondary: #51acfb;      
    
    --title-color: #1e60aa; 
    --color-text: #6c7176; 

    --footer-bg-color: #51acfb; 
    --footer-title-color: #FFFFFF; 
    --footer-text-color: #A09F9F; 
    --footer-text-color-hover: #3867AD; 



    --color-button: #0c4c93; 
    --color-button-hover: #ffffff; 
    --color-button-bg: #ffffff; 
    --color-button-bg-hover: #0c4c93; 

    --color-button2: #ffffff; 
    --color-button2-hover: #ff4917; 
    --color-button2-bg: #ff4917; 
    --color-button2-bg-hover: #ffffff; 

    --theme-font1: 'Inter', sans-serif;
    /*--theme-font2: 'Prata', serif;*/

    --font-size-main: 16px;
    --font-size-title: 40px;


    /*HEADER */
    --header-bg: #1e60aa; 
    --header-bg-two: #ffffff; 
    --header-text: #0c4c93; 
    --header-text-top: #ffffff; 
    --header-text-top-second: #51acfb; 
    --header-text-size: 18px;
    --header-text-hover: #51acfb; 

    --header-btn-text: #0c4c93; 
    --header-btn-bg: #ffffff; 

    --header-btn-text-hover: #ffffff; 
    --header-btn-bg-hover: #0c4c93; 
    
    --menu-font-size: 17px;
    --menu-font: 'Inter', sans-serif;
    
                                
}