/**
* #.# Fonts
*/

@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&family=Outfit:wght@500&family=Quicksand&family=Satisfy&family=Source+Sans+Pro:wght@300&display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Options **/
  
  --btn-enable-rounded: non;
  
  /** Fonts **/
  
  --global-font-family: Open sans,sans-serif;
  --global-font-size: 1rem;
  --global-font-weight: 300;
  
  --h1-font-size: 2rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.2em;
  
  --home-title-font-size: 1.8rem;
  --intern-title-font-size: 2.25rem;
  
  --btn-font-size: 1.125rem;
  --btn-font-weight: 600;
  --btn-text-transform: none;
  
  --header-nav-items-font-family: Open sans,sans-serif;
  --header-nav-items-font-weight: bold;
  --header-nav-items-font-size: 0.875rem;
  --header-nav-items-text-transform: none;  
  
  --hp-slider-font-family: Open sans,sans-serif;
  --hp-slider-font-line-height: 1.3;
  --hp-slider-font-weight: bold;
  --hp-slider-font-size: 2.25rem;
  --hp-slider-font-text-transform: uppercase;
  --hp-slider-font-text-align: center;
  
  --title-font-family: Satisfy,cursive;
  --title-font-weight: 600;
  --title-line-height: 1.3; 
  --title-text-transform: none;
  --title-text-align: center; 

  
  /** Background colors **/

  --body-bg: #ffffff;
  --cookies-bg: #242528;  
  --header-bg: #ffffff;  
  --header-bg-onscroll: rgba(255,255,255,0.8);  
  --hp-slider-bg: #242528;  
  --footer-bg: #ffffff;
  
  /** Colors **/
  
  --primary-color: #012063;  
  --on-primary-color: #ffffff;  
  --secondary-color: #012063;
  --on-secondary-color: #ffffff;
  --body-color: #242528;  
  --cookies-color: #ffffff;
  --header-color: #012063;
  --footer-color: #012063;
  --hp-slider-color: #ffffff;
  
  /** Position **/  
  
  --header-position: fixed;    
  
  /** Widths and heights **/
  
  /***** Height hp main slider **/
  
  --hp-slider-height-xs: 500px;
  --hp-slider-height-md: 600px;
  --hp-slider-height-lg: 800px;
  
  /** Icons **/
  
  --icon-nav-resp: '\f067'; 
  --icon-bulleted-list: '\f138'; 
}

.yp-container--section-extra .yp-row--section-extra .yp-extension--share_on_social_networks .yp-social-media__list {
  justify-content: center !important;
}