:root {

    /*** Cores ***/
    --primary-color: #20c777;
    --secondary-color: #2882bd;
    --bg-color: #f8f9f9;
    --background-color: #ffffff;
    --foreground-color: #222222;
    --gray-light: #e9e9e9;
    --gray-medium: #c7c7c7;
    --gray-dark: #888;
    --gray-darker: #757575;    
    --shadow-color: rgba(0, 0, 0, 0.1);
    --shadow-color-darker: rgba(0, 0, 0, 0.15);
    --text-gray: #666;
    --border-gray: #b9b9b9;
    --hover-dark: #1ebe71;
    --icon-dark: #606060;
    --border-dashed: rgb(95, 94, 94);

    /*** EspaÃƒÆ’Ã‚Â§amentos ***/
    --spacing-xs: 3px;
    --spacing-sm: 5px;
    --spacing-md: 10px;
    --spacing-lg: 15px;
    --spacing-xl: 20px;
    --spacing-xxl: 25px;
    --spacing-xxxl: 60px;

    /*** Fontes ***/
    --font-size-xs: 8px;
    --font-size-sm: 10px;
    --font-size-md: 12px;
    --font-size-base: 14px;
    --font-size-lg: 15px;
    --font-size-xl: 16px;
    --font-size-xxl: 24px;
    --font-size-xxxl: 25px;

    /*** Bordas ***/
    --border-radius-sm: 9px;
    --border-radius-md: 12px;
    --border-radius-lg: 15px;
    --border-radius-circle: 50%;
    --border-radius-breadcrumb: 40px;
    --border-width-sm: 1px;
    --border-width-md: 2px;
    --border-style-solid: solid;
    --border-style-dashed: dashed;

    /*** ÃƒÆ’Ã‚Âcones ***/
    --icon-size-sm: 18px;
    --icon-size-md: 21px;
    --icon-size-lg: 24px;
    --logo-size-sm: 36px;
    --logo-size-md: 42px;
    --logo-size-lg: 56px;
    --logo-size-xl: 60px;

    --search-height: 40px;
    --header-height: 64px;
    --image-height: 200px;
    --scrollbar-size: 12px;

    /*** Sombras ***/
    --box-shadow-sm: 0 0.125rem 0.3125rem var(--shadow-color);
    --box-shadow-md: 0 0.35rem 0.65rem var(--shadow-color);
    --box-shadow-search: 1.95px 1.95px 2.6px var(--shadow-color-darker);
    --box-shadow-button: 0 3px 8px var(--shadow-color);
    --box-shadow-icon: 1px 2px 1px var(--shadow-color);        
    
    /*** Z Index ***/
    --z-index-base: 1;
    --z-index-elevated: 10;
    --z-index-card: 20;
    --z-index-sticky: 30;
    --z-index-dropdown: 40;
    --z-index-modal: 50;
    --z-index-overlay: 60;
    --z-index-toast: 70;
    --z-index-tooltip: 80;
    --z-index-max: 999;
}

/* * {
  font-family: FonteDescontosTop;
}

@font-face {
  font-display: swap;
  font-family: FonteDescontosTop;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FonteDescontosTop.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
    u+2193, u+2212, u+2215, u+feff, u+fffd;
}

@font-face {
  font-display: swap;
  font-family: Frank Ruhl;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Frank-Ruhl-Libre.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191,
    u+2193, u+2212, u+2215, u+feff, u+fffd;
} */

h1 {
  font-size: var(--wp--preset--font-size--huge);
}
h2 {
  font-size: var(--wp--preset--font-size--big);
}
h3 {
  font-size: var(--wp--preset--font-size--x-large);  
}
h4 {
  font-size: var(--wp--preset--font-size--large);
}
h5 {
  font-size: var(--wp--preset--font-size--medium);
}
h6 {
  font-size: var(--wp--preset--font-size--small);
}
/**
 * Landing page
 * #region LandingPage
 */
.landing-page {
  margin: 0px;
  overflow: hidden;
}

.has-primary-background-color {
    background-color: #20c777;
}

.has-primary-color {
    color: #20c777;
}

.has-secondary-background-color {
    background-color: #2882bd;
}

.has-secondary-color {
    color: #2882bd;
}

.has-tertiary-background-color {
    background-color: #EF5D8E;
}

.has-tertiary-color {
    color: #EF5D8E;
}

.has-quaternary-background-color {
    background-color: #888888;
}

.has-quaternary-color {
    color: #888888;
}
/* .landing-page .alignfull {
    width: 100%;
    max-width: none;
    margin-left: calc((100% - var(--wp--style--global--content-size, 720px)) / -2);
    margin-right: calc((100% - var(--wp--style--global--content-size, 720px)) / -2);
} */

/* .landing-page .alignfull * {
  margin: 0px !important;
} */

.landing-page .wp-block-columns.alignwide {
  max-width: 1180px;  
  margin-left: auto;
  margin-right: auto;
}

.landing-page .wp-block-column {
  width: 100%;
}

/* .landing-page .alignfull img,
.landing-page .alignwide img {
  width: 100%;
} */

.landing-page img {
  box-shadow: none;
  border-radius: 0px;
}

.alignleft {  
  float: left;
}

.alignright {  
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.items-justified-center {
    justify-content: center;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-column.is-vertically-aligned-top{
  align-self:flex-start;
}
.wp-block-column.is-vertically-aligned-center{
  align-self:center;
}
.wp-block-column.is-vertically-aligned-bottom{
  align-self:flex-end;
}

/* :where(.is-layout-flex) {
    gap: 0.5em;
}

.wp-block-buttons {
        gap: 2em;
    }
    
@media (max-width: 768px) {
    .wp-block-columns {
        align-items: normal !important;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap !important;
    }    
} */
/*** #endregion LandingPage */

/**
 * #region Extras
 */
.scroll-inicio {
  z-index: 99;
  background: #20c777;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px #f5f5f5;
  font-size: 26px;
  justify-content: center;
  align-items: center;
  display: none;
}
/*** #endregion Extras */

/**
 * #region Scrollbar
 */
::-webkit-scrollbar {
  height: 12px;
  overflow: visible;
  width: 12px;
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: 0 solid transparent;
}
::-webkit-scrollbar-track:horizontal {
  border-width: 1px 0 0;
}
::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track:horizontal:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-track:horizontal:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-thumb {
  background-color: #20c777;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 94px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-thumb:horizontal {
  border-width: 1px;
  padding: 0 0 0 100px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: 0 solid #fff;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px 0 0 rgba(0, 0, 0, 0.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
  border-width: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
body::-webkit-scrollbar-thumb {
  border-width: 1px;
}
body::-webkit-scrollbar-thumb:horizontal {
  border-width: 1px;
}
body::-webkit-scrollbar-corner {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14);
}
/*** #endregion Scrollbar */