/*
 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:  bionatur
*/

/* 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;
}