/*
 Theme Name:   Aedas
 Theme URI:    
 Description:  
 Author:       Cooperativa EITA
 Author URI:   http://eita.coop.br
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  aedas
*/

/*DEFAULT*/
h1,
.wp-block-heading h1 {
  --theme-font-size: var(--wp--preset--font-size--xxl);
  font-weight: 600;
  line-height: 1.25;
}
h2,
.wp-block-heading h2 {
  --theme-font-size: var(--wp--preset--font-size--xl);
  font-weight: 600;
  line-height: 1.5;
}
h3,
.wp-block-heading h3 {
  --theme-font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: 1.25;
}
h4,
.wp-block-heading h4 {
  --theme-font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.3;
}
h5,
.wp-block-heading h5 {
  --theme-font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  line-height: 1.5;
}
h6,
.wp-block-heading h6 {
  --theme-font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.5;
}
p,
.wp-block-paragraph {
  --theme-font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  line-height: 1.5;
}
figcaption,
.wp-element-caption {
  --theme-font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.5;
}
/*END OF DEFAULT CSS*/

/* Ninja Forms */
.nf-field-label label,
.nf-field-label .nf-label-span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 21px;
}

.nf-field-element input,
.nf-field-element select {
  height: 40px !important;
  border-radius: 4px !important;
  border: 1px solid #cddcdf !important;
}

.botao_invertido {
  color: white !important;
  background: var(--theme-palette-color-1) !important;
}

.botao_invertido:hover {
  color: var(--theme-palette-color-1) !important;
  background: white !important;
}
