/**
* #.# Fonts
*/

 @import url(https://fonts.googleapis.com/css2?family=Outfit&family=Raleway:wght@300&display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Options **/
  
  --btn-enable-rounded: non;
  
  /** Fonts **/
  
  --global-font-family: Raleway;
  --global-font-size: 16px;
  --global-font-weight: 300;
  
  --h1-font-size: 36px;
  --h2-font-size: 30px;
  --h3-font-size: 24px;
  
  --home-title-font-size: 30px;
  --intern-title-font-size: 36px;
  
  --btn-font-size: 18px;
  --btn-font-weight: 600;
  --btn-text-transform: none;
  
  --header-nav-items-font-family: Outfit;
  --header-nav-items-font-weight: bold;
  --header-nav-items-font-size: 14px;
  --header-nav-items-text-transform: uppercase;  
  
  --hp-slider-font-family: Outfit;
  --hp-slider-font-line-height: ;
  --hp-slider-font-weight: bold;
  --hp-slider-font-size: 36px;
  --hp-slider-font-text-transform: uppercase;
  --hp-slider-font-text-align: center;
  
  --title-font-family: Outfit;
  --title-font-weight: 600;
  --title-line-height: 1.3; 
  --title-text-transform: uppercase;
  --title-text-align: center; 

  
  /** Background colors **/

  --body-bg: #2a2a2a;
  --cookies-bg: #2a2a2a;  
  --header-bg: #574366;  
  --header-bg-onscroll: #574366;  
  --hp-slider-bg: #2a2a2a;  
  --footer-bg: #574366;
  
  /** Colors **/
  
  --primary-color: #7F6394;  
  --on-primary-color: #ffffff;  
  --secondary-color: #4ec3ff;
  --on-secondary-color: #ffffff;
  --body-color: #ffffff;  
  --cookies-color: #ffffff;
  --header-color: #ffffff;
  --footer-color: #ffffff;
  --hp-slider-color: #ffffff;
  
  /** Position **/  
  
  --header-position: fixed;    
  
  /** Widths and heights **/
  
  /***** Height hp main slider **/
  
  --hp-slider-height-xs: 700px;
  --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;
}