/**
* #.# Fonts
*/

@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Options **/
  
  --btn-enable-rounded: non;
  
  /** Fonts **/
  
  --global-font-family: poppins;
  --global-font-size: 1rem;
  --global-font-weight: 300;
  
  --h1-font-size: 22px;
  --h2-font-size: 20px;
  --h3-font-size: 20px;
  
  --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: poppins;
  --header-nav-items-font-weight: bold;
  --header-nav-items-font-size: 16px;
  --header-nav-items-text-transform: uppercase;  
  
  --hp-slider-font-family: raleway;
  --hp-slider-font-line-height: 1.3;
  --hp-slider-font-weight: bold;
  --hp-slider-font-size: 26px;
  --hp-slider-font-text-transform: uppercase;
  --hp-slider-font-text-align: center;
  
  --title-font-family: raleway;
  --title-font-weight: 600;
  --title-line-height: 1.3; 
  --title-text-transform: uppercase;
  --title-text-align: center; 

  
  /** Background colors **/

  --body-bg: #ffffff;
  --cookies-bg: #242528;  
  --header-bg: #ffffff;  
  --header-bg-onscroll: #ffffff;  
  --hp-slider-bg: #242528;  
  --footer-bg: #ffffff;
  
  /** Colors **/
  
  --primary-color: #fcbd0e;  
  --on-primary-color: #ffffff;  
  --secondary-color: #d59c45;
  --on-secondary-color: #ffffff;
  --body-color: #242528;  
  --cookies-color: #ffffff;
  --header-color: #fcbd0e;
  --footer-color: #000000;
  --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;
}