/*@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;700&display=swap');*/
:root {
  /* Colors */
  --color-primary: #3377bd;
  --color-naranja-pronens: rgb(223, 105, 73);
  --color-verde-pronens: rgb(54, 181, 74);
  --color-azul-pronens: rgb(146, 179, 215);
  --color-logo: #3377bd;
  --banner-bg-color:  #FFFFFF;
  --color-logo-light:  #FFFFFF;
  --banner-bg-color:  #3377bd;
  --color-logo-scrolled:  #3377bd;
  --color-logo-special:  #000000;
  --color-logo-front-special: #FFFFFF;
  --color-primary-alt: #092d5a;
  --color-secondary: #000000;
  --nav-link-hover: #092d5a;
  --nav-link-notfront-hover: #092d5a;
  --nav-link-footer-hover: #092d5a;
  --color-gray: #939393;
  --color-light: #FFFFFF;
  --color-text-dark:#282828;
  --color-dark: #000000;
  --button-block-background-color: #000000;
  --color-hover: #3377bd;
  --body-bg: #3377bd;
  --color-form-label: #000000;
  --color-form-hover: #ffffff;

  /* fonts */
  --header-font: "Poppins";
  --main-font: "Poppins";

  /* fonts weight */
  --main-weight: 300;
  --menu-weight: 500;
  --header-weight: 300;
  --regular-weight: 400;
  --bold-weight: 700;

  /* Font size */
  --menu-font-size-desktop:14px;
  --menu-font-size-scrolled:14px;
  --header-h1-desktop-size: 32px;
  --header-h1-desktop-lineheight: 44px;

  --modal-content-bg: #3377bd;
  --modal-content-color: #000;
  --modal-content-link: #000;
  --modal-content-link-hover: #fff;

  --theme-text-transform: uppercase;

  --footer-copy-font-size: 12px;
  --footer-legal-font-size: 16px;
  --tab-title-font-size:25px;

  --transition-base: all 100ms ease-in;
  --sidebar-sticky-position: 65px;
}



/*@font-face {*/
/*  font-family: "Bodoni 72";*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*  src: url("/themes/custom/stablechild/fonts/BodoniModa_72pt-Bold.otf") format("opentype");*/
/*}*/


/*@font-face {*/
/*  font-family: "Circular Std";*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-display: swap;*/
/*  src: url("/themes/custom/stablechild/fonts/CircularStd-Book.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Circular Std";*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  font-display: swap;*/
/*  src: url("/themes/custom/stablechild/fonts/CircularStd-Bold.otf") format("opentype");*/
/*}*/

/*!* Circular STD *!*/
/*@font-face {*/
/*  font-family: "Falado";*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-display: swap;*/
/*  src: url("/themes/custom/stablechild/fonts/Falado.otf") format("opentype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Falado";*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  font-display: swap;*/
/*  src: url("/themes/custom/stablechild/fonts/Falado-Bold.otf") format("opentype");*/
/*}*/
