/*
 Theme Name:   Colabora
 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:  colabora
*/

.lexend {
    font-family: Lexend;
}

.flex_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fitcontent {
    width: fit-content !important;
    margin-left: 0 !important;
}

#footer h2 {
    color: white;
    font-size: 21px;
    margin-bottom: 0px !important;
}

#footer .widget_text {
    margin-top: 1rem;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer li {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1rem;
}

#footer li a {
    text-decoration: none;
}

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

/* SINGLE EXPERIÊNCIA */

.experiencia h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.experiencia p {
    font-size: 24px;
}

.experiencia_intro h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
}

.experiencia_intro h2 {
    text-align: unset;
    font-size: 24px !important;
    font-weight: 300 !important;
    color: white;
    border-top: 1px solid #9AC6CA;
    padding-top: 2rem;
    margin-bottom: .5rem;
}

.experiencia_intro h2:first-child {
    border-top: unset;
}

.experiencia_intro p.value {
    font-size: 24px;
    font-weight: 500;
}

.experiencia_intro span.tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #9AC6CA;
    color: var(--theme-palette-color-1);
    padding: 4px 12px;
    border-radius: 60px;
    margin-right: 20px;
    display: inline-block;
}