/**
* #.# Fonts
*/

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

/**
* #.# Variables CSS
*/

:root {    
  
  /** Options **/
  
  --btn-enable-rounded: non;
  
  /** Fonts **/
  
  --global-font-family: Comfortaa,cursive;;
  --global-font-size: 1rem;
  --global-font-weight: 300;
  
  --h1-font-size: 2.25rem;
  --h2-font-size: 1.875rem;
  --h3-font-size: 1.5rem;
  
  --home-title-font-size: 1.875rem;
  --intern-title-font-size: 2.25rem;
  
  --btn-font-size: 1.125rem;
  --btn-font-weight: 600;
  --btn-text-transform: none;
  
  --header-nav-items-font-family: Comfortaa,cursive;;
  --header-nav-items-font-weight: bold;
  --header-nav-items-font-size: 1rem;
  --header-nav-items-text-transform: none;  
  
  --hp-slider-font-family: Comfortaa,cursive;;
  --hp-slider-font-line-height: 1.3;
  --hp-slider-font-weight: bold;
  --hp-slider-font-size: 4em;
  --hp-slider-font-text-transform: uppercase;
  --hp-slider-font-text-align: center;
  
  --title-font-family: Comfortaa,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: #F1F1F1;  
  --header-bg: #ffffff;  
  --header-bg-onscroll: rgba(255,255,255,0.8);  
  --hp-slider-bg: #2B62BA;  
  --footer-bg: #122E5B;
  
  /** Colors **/
  
  --primary-color: #122E5B;  
  --on-primary-color: #97DEF3;  
  --secondary-color: #97DEF3;
  --on-secondary-color: #97DEF3;
  --body-color: #000000;  
  --cookies-color: #122E5B;
  --header-color: #122E5B;
  --footer-color: #ffffff;
  --hp-slider-color: #FDFDFD;
  
  /** 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;
}