/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */

body {
    overflow-x: hidden;
}

:root {
    --cor-principal: #1F284F;
    --cor-secundaria: #0069B3;
    --cor-terciaria: #333;
    --cor-quartenaria: #ACC7E5;
    --cor-errors: #C44443;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    color: var(--cor-terciaria);
    font-weight: 400;
    padding-top: 102px;
    background-color: #FFFFFF;
}

.stanley {
    font-family: 'Stanley', sans-serif;
}

.btn:hover, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.c-normal {
    color: var(--cor-terciaria);
}

:focus,
:hover,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
a {
    color: var(--cor-principal);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    cursor: pointer;
    color: var(--cor-principal);
}
button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

*:hover, *:focus {
    outline: none;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.uppercase {
    text-transform: uppercase;
}
.medium {
    font-weight: 500;
    font-style: normal;
}
.bold {
    font-weight: 700;
}
.bolder {
    font-weight: 800;
}
.lighter {
    font-weight: 300;
}
.italic {
    font-style: italic;
}
.normal {
    font-weight: 400;
}

.justify {
    text-align: justify;
}

.white {
    color: #fff;
}

.white a, a.white {
    color: #fff;
    text-decoration: underline;
}

.white a:hover,
.white a:focus,
a.white:hover,
a.white:focus {
    color: #fff;
    text-decoration: none;
}
.c-black {
    color: var(--cor-terciaria);
}
.blue {
    color: var(--cor-principal);
}
.green {
    color: var(--cor-secundaria);
}
.gray-2 {
    color: #4f4f4f;
}
.gray-3 {
    color: #828282;
}

.gray {
    color: #69737a;
}
.azul-marca {
    color: var(--cor-principal);
}

.bg-cor-primaria {
    background-color: var(--cor-principal);
}

.bg-cor-secundaria {
    background-color: var(--cor-secundaria);
}
.bg-azul {
    background-color: var(--cor-principal);
}
.bg-yellow {
    background-color: var(--cor-secundaria);
}

.bg-section {
    background-color: var(--cor-principal);   
}

.bg-gray {
    background-color: #edeef2;
}
.bg-white {
    background-color: #fff;
}
hr {
    border-color: var(--cor-principal);
    margin: 10px 0 32px;
}
hr.gray {
    border-color: #d2d4dd;
}
.nomargin {
    margin: 0;
}
.margin-menu {
    margin-top: 80px;
}
.nomargint {
    margin-top: 0;
}
.margint5 {
    margin-top: 5px;
}
.margint8 {
    margin-top: 8px;
}

.margint12 {
    margin-top: 12px;
}

.margint16 {
    margin-top: 16px;
}
.margint24 {
    margin-top: 24px;
}
.margint30 {
    margin-top: 30px;
}
.margint32 {
    margin-top: 32px;
}
.margint48 {
    margin-top: 48px;
}
.margint64 {
    margin-top: 64px;
}
.margint45 {
    margin-top: 45px;
}
.margint80 {
    margin-top: 80px;
}
.marginb16 {
    margin-bottom: 16px;
}
.nopadding {
    padding: 0;
}
.nopaddingb {
    padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 140%;
}
h1, .t-h1 {
    font-size: 40px;
    line-height: 120%;
}
h2, .t-h2 {
    font-size: 32px;
    line-height: 110%;
}
h3, .t-h3 {
    font-size: 26px;
    line-height: 120%;
}

h3.min, .t-h3.min {
    font-size: 22px;
    line-height: 110%;
}
h4, .t-h4 {
    font-size: 18px;
    line-height: 120%;
}
h4.min, .t-h4.min {
    font-size: 16px;
    line-height: 120%;
}
h6.max, .t-h6.max {
    font-size: 12px;
    line-height: 120%;
}
h6, .t-h6 {
    font-size: 10px;
    line-height: 120%;
}
p, .t-p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
p.norm {
    font-size: 16px;
    line-height: 140%;
}
p.aux {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
}
p.min {
    font-size: 14px;
    line-height: 140%;
}
.letter {
    letter-spacing: 1px;
}
.small-caps {
    font-variant: small-caps;
    text-transform: lowercase;
    font-feature-settings: "pnum" on, "onum" on;
}

.titulo {
    /* background-image: url('../img/icon-titulo-2.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
    padding-left: 35px; */
    text-transform: uppercase;
}

.titulo_1 {
    /* background-image: url('../img/icon-titulo.svg'); */
}

.titulo_2 {
    /* background-image: url('../img/icon-titulo-3.svg'); */
}

a.link {
    color: var(--cor-secundaria);
}

a.link i {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

a.link:focus,
a.link:hover {
    color: var(--cor-secundaria);
    text-decoration: underline;
}

a.link-white {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
a.link-white:focus,
a.link-white:hover {
    color: #fff;
    text-decoration: underline;
}
a:focus,
button:focus,
input:focus {
    outline: 0;
}
a[data-toggle="tooltip"] {
    color: #fff;
    background-color: var(--cor-principal);
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.tooltip .tooltip-inner {
    background-color: var(--cor-principal);
    padding: 12px;
}
img {
    max-width: 100%;
    height: auto;
}
.img-centered {
    margin-left: auto;
    margin-right: auto !important;
    display: block;
}
.container {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    max-width: 1440px;
}
.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}
.row {
    margin-right: -16px;
    margin-left: -16px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 16px;
    padding-left: 16px;
}
.force-vertical-row-center {
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }
    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }
}
.acf-map {
    border: 0;
    width: 100%;
    height: 400px;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin: 0;
}
.navbar-default {
    padding: 16px 0;
    background: var(--cor-principal);
    border: 0;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
}

.navbar-nav {
    float: inherit;
    margin: 0;
    display: flex;
    justify-content: center;
}

.navbar-default .navbar-nav > li {
    padding: 0 12px;
}

.navbar-default .navbar-nav > li > a {
    background-color: var(--cor-secundaria);
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    padding: 12px 30px;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #FFF;
    color: var(--cor-principal);
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current-menu-item > a {
    background-color: #FFF;
    color: var(--cor-quartenaria);
}

.navbar-default .align-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-default .navbar-header {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-header .logo > a img {
    height: 70px;
}

.navbar-default .navbar-header .logo_local > a img {
    height: 70px;
}

.usuario_autenticado .navbar-nav > li {
    padding: 0 8px;
}

.usuario_autenticado .navbar-default .navbar-nav > li > a:not(.btn) {
    font-size: 12px;
    line-height: 24px;
}

.usuario_autenticado .navbar-default .navbar-nav > li.meu_painel > a:not(.btn) {
    background-color: var(--cor-secundaria);
    color: #FFF;
}

.usuario_autenticado .navbar-default .navbar-nav > li.meu_painel > a:not(.btn):hover, .usuario_autenticado .navbar-default .navbar-nav > li.meu_painel > a:not(.btn):focus {
    background-color: var(--cor-principal);
    color: #FFF;
}


.navbar-default .navbar-nav > li.menu_user {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: var(--cor-quartenaria);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > li.menu_user > a {
    display: inline-block;
    color: var(--cor-quartenaria);
}

.navbar-default .navbar-nav > li.menu_user > span {
    color: var(--cor-quartenaria);
    margin: 0 12px;
}

.navbar-default .navbar-nav > li.menu_user > a.bold {
    font-weight: 700;
    background: transparent;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -16px;
        display: flex;
        align-items: center;
    }
}

.navbar-default .navbar-nav > li > a.btn {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    background: var(--cor-principal);
    border-radius: 4px;
    font-weight: 700;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 7px 0;
    overflow: visible;
    float: right;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fab900;
}
.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 32px;
    height: 4px;
    background-color: var(--cor-quartenaria);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 24px;
    background: var(--cor-secundaria);
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:focus,
.btn:hover {
    color: #FFF;
    background-color: var(--cor-principal);
    border: 0;
}

.btn-principal {
    background: var(--cor-principal);
    color: #FFF;
}

.btn-principal:hover, .btn-principal:focus {
    color: #FFF;
    background: var(--cor-secundaria);
}

.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}

.btn-light {
    font-size: 12px;
    padding: 8px 12px;
    font-weight: 400;
    background-color: #939393;
    color: #FFF;
}

.btn-light:hover, .btn-light:focus {
    background-color: #6d6d6d;
    color: #FFF;
}

.btn-sup-min {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
}

.btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: var(--cor-secundaria);
}
.btn-white:focus,
.btn-white:hover {
    border-color: #FFF;
    background-color: #FFF;
    color: var(--cor-secundaria);
}
.btn-primary {
    background-color: var(--cor-secundaria);
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border: 0;
    display: inline-block;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--cor-principal);
    color: #fff;
}
.btn-primary.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}
.btn-blue {
    background-color: var(--cor-principal);
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 20px;
}
.btn-blue:focus,
.btn-blue:hover {
    background-color: var(--cor-secundaria);
    color: #FFF;
}
.btn-green {
    background-color: #49dba1;
    color: #fff;
}
.btn-green:focus,
.btn-green:hover {
    background-color: #49dba1;
    color: #fff;
}
.btn-gray {
    background-color: #bbb;
    color: #737373;
}
.btn-gray:focus,
.btn-gray:hover {
    background-color: #737373;
    color: #bbb;
}
.btn-full {
    width: 100%;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: var(--cor-secundaria);
    opacity: 0.5;
    border: 0;
}
.btn-blue-max {
    color: var(--cor-secundaria);
    font-size: 15px;
    line-height: 20px;
    padding: 13px 24px;
    background: var(--cor-principal);
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-blue-max:focus,
.btn-blue-max:hover {
    color: var(--cor-principal);
    background-color: var(--cor-quartenaria);
    border: 0;
}
.btn-more {
    text-transform: uppercase;
    color: var(--cor-principal);
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid var(--cor-principal);
    background-color: #fff;
    padding: 0;
}
.btn-more span {
    background-image: url("../img/icon-adicionar-coautor.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0 10px 36px;
    display: inline-block;
}
.btn-more:focus,
.btn-more:hover {
    background-color: #f0f0f0;
    color: var(--cor-principal);
    border: 1px solid var(--cor-principal);
}
.btn-remov {
    text-transform: uppercase;
    color: var(--cor-principal);
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid var(--cor-principal);
    background-color: #fff;
    padding: 0;
}
.btn-remov span {
    background-image: url("../img/icon-remover-coautor.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0 10px 36px;
    display: inline-block;
}
.btn-remov:focus,
.btn-remov:hover {
    background-color: #f0f0f0;
    color: var(--cor-principal);
    border: 1px solid var(--cor-principal);
}
section {
    padding: 80px 0;
}
section.max {
    padding: 160px 0;
}
section.full {
    min-height: calc(100vh - 80px);
    display: table;
    width: 100%;
    padding: 64px 0;
}
section.full .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
section.full.nopadding {
    padding: 0;
}
section.border {
    border-bottom: 1px solid #dadada;
}

section.min {
    padding: 30px 0;
}

footer {
    background-color: #1F284F;
    padding: 128px 0;
}

footer span {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFF;
    margin-right: 52px;
}
footer a {
    margin: 0 16px;
}
footer a svg {
    fill: #fff;
    height: 36px !important;
    width: auto !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer a svg:focus,
footer a svg:hover {
    fill: var(--cor-secundaria);
}
section:not(.full) form {
    margin-bottom: 94px;
}
form {
    margin: 0;
}
form p {
    margin-top: 18px;
    margin: 10px 0;
}

.wpcf7 form p {
    margin: 0;
    line-height: 0;
}

form p label {
    width: 100%;
}
form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    width: 100%;
}
input[type="email"],
input[type="file"],
input[type="link"],
input[type="number"],
input[type="password"],
input[type="text"],
select.form-control,
select.wpcf7-form-control,
textarea {
    width: 100%;
    text-align: left;
    background-color: #f2f2f2;
    outline: 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--cor-terciaria);
    margin-bottom: 14px;
    padding: 8px 16px;
    height: auto;
    min-height: 42px;
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="link"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select.form-control:focus,
select.wpcf7-form-control:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
textarea {
    height: 160px;
    margin-bottom: 0;
}
input[type="submit"] {
    background-color: transparent;
    border: 0;
    padding-right: 17px;
    background-image: url("../img/icon-arrow-right.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 15px;
    line-height: 20px;
    color: var(--cor-principal);
    margin-top: 26px;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-cf7 textarea {
    height: 100px;
}

.form-cf7 input[type="submit"] {
    background: var(--cor-secundaria);
    border: 0;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    border-radius: 5px;
}

.form-cf7 input[type="submit"]:hover, .form-cf7 input[type="submit"]:focus {
    background: var(--cor-principal);
    color: #FFF;
}

.back {
    background-color: transparent;
    border: 0;
    padding-left: 17px;
    background-image: url("../img/icon-arrow-left.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 15px;
    line-height: 20px;
    color: var(--cor-secundaria);
    display: block;
}
.back:focus,
.back:hover {
    color: var(--cor-secundaria);
}
.prox {
    background-color: transparent;
    border: 0;
    padding-right: 17px;
    background-image: url("../img/icon-arrow-right.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 15px;
    line-height: 20px;
    color: var(--cor-principal);
    margin-top: 26px;
    display: inline-block;
}
.prox:focus,
.prox:hover {
    color: var(--cor-principal);
}
.voltar {
    letter-spacing: 1px;
    font-variant: small-caps;
    color: var(--cor-principal);
    font-size: 15px;
    line-height: 24px;
    background-image: url("../img/icon-voltar.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px;
    padding-left: 28px;
    padding-bottom: 4px;
    display: inline-block;
}
.voltar-white {
    font-weight: 700;
    color: #fff;
    background-image: url("../img/icon-voltar-white.svg");
    background-size: 7px;
    padding-left: 16px;
}
.voltar-white:focus,
.voltar-white:hover {
    color: #fff;
}
::-webkit-input-placeholder {
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
:-moz-placeholder {
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
::-moz-placeholder {
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
:-ms-input-placeholder {
    color: #828282;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
#formExplore {
    margin-bottom: 0;
}
#formExplore input[name="busca"] {
    float: left;
    width: calc(100% - 210px - 240px - 60px - 16px - 16px - 16px);
    margin-bottom: 16px;
}
#formExplore select {
    float: left;
    margin-left: 16px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/icon-select.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-position: calc(100% - 12px) center;
    background-size: 16px;
    margin-bottom: 16px;
}
#formExplore select[name="uf"] {
    width: 70px;
}
#formExplore select[name="tema"] {
    width: 240px;
}
#formExplore select[name="municipio"] {
    width: 210px;
}
#formExplore button {
    border: 0;
    background: var(--cor-principal);
    border-radius: 4px;
    float: left;
    margin-left: 16px;
    padding: 1px 2.5px;
    margin-bottom: 16px;
}
#formExplore button:focus,
#formExplore button:hover {
    background: var(--cor-secundaria);
}

.box_experiencia {
    margin: 24px 0;
    display: flex;
    align-items: center;
}

.box_experiencia .bg-image {
    width: 134px;
    height: 192px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.box_experiencia .content-text {
    width: 100%;
    padding: 16px 0 16px 24px;
    border-left: 2px solid var(--cor-principal);
}

.box_experiencia .content-text.with-image {
    margin-left: 24px;
    width: calc(100% - 158px);
}

.box_experiencia p.min {
    font-size: 15px;
    line-height: 20px;
}

.box_experiencia .t-h4 {
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: 88px;
}

.box-exp {
    display: flex;
    align-items: center;
    min-height: 240px;
}

.form-group {
    margin-bottom: 0;
}
.form-group.has-error input,
.form-group.has-error select {
    margin-bottom: 0;
}

.form-group > label {
    font-weight: 700;
}

.list-unstyled {
    margin-bottom: 0;
}
.form-control-feedback {
    position: inherit;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
}
.has-danger .form-control {
    border-color: #e65252;
}
.form-text {
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.form-text.with-errors {
    color: #e65252;
}
.wizard {
    margin: 20px auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:focus,
.wizard .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i {
    color: #555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
span.round-tab:hover {
    color: var(--cor-terciaria);
    border: 2px solid var(--cor-terciaria);
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.wizard .nav-tabs > li a:hover {
    background: 0 0;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
@media (max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
.realizacao {
    border-bottom: 1px solid #d2d4dd;
}
.realizacao span {
    margin-right: 32px;
    font-size: 20px;
    line-height: 20px;
    font-variant: small-caps;
}
.realizacao a {
    margin-right: 32px;
}

.etapas ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.etapas ul li {
    list-style: none;
    float: left;
    width: calc(100% / 5);
    position: relative;
}

.etapas.etapas-4 ul li {
    width: calc(100% / 4);
}

.etapas.etapas-3 ul li {
    width: calc(100% / 3);
}

.etapas.min ul li {
    width: calc(100% / 2);
}

.etapas ul li:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #e0e0e0;
    left: 0;
    top: 13px;
    z-index: 0;
}
.etapas ul li:first-child:before {
    content: none;
}
.etapas ul li:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #e0e0e0;
    right: 0;
    top: 13px;
    z-index: 0;
}
.etapas ul li:last-child:after {
    content: none;
}
.etapas ul li span {
    background-color: #e0e0e0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.etapas ul li.active span {
    background-color: var(--cor-secundaria);
    color: #FFF;
}
.etapas ul li.ok span {
    background-color: var(--cor-principal);
    background-image: url("../img/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    text-indent: unset;
}
.etapas ul li p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.bloco_programacao {
    border-left: 1px dashed var(--cor-principal);
    padding-left: 32px;
}
.bloco_programacao.no {
    padding-left: 0;
    border-left: 0;
}
.bloco_programacao .item {
    margin-top: 16px;
    border: 1px solid var(--cor-secundaria);
    border-radius: 5px;
    padding: 32px;
}
.bloco_programacao .item-date {
    float: left;
    padding: 0 15px;
    width: 180px;
}
.bloco_programacao .item-title {
    float: left;
    width: calc(100% - 180px);
    padding: 0 15px;
}
.bloco_programacao .item .horario {
    background-image: url("../img/icon-horario.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 20px;
}
.bloco_programacao .item hr {
    border-color: var(--cor-secundaria);
    margin: 12px 0;
}
.box-header-atividade {
    padding: 32px 128px;
}

article p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

article a {
    font-weight: bold;
    text-decoration: none !important;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--cor-principal);
}

article a span {
    font-weight: 700 !important;
}

article a:hover, article a:focus {
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
}

article hr {
    margin: 32px 0 32px;
}

article.min p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

article.white * {
    color: #fff;
}
article ol li,
article ul li {
    font-size: 20px;
    line-height: 32px;
/*    margin-bottom: 12px;*/
}

article.article_aux ul li {
    margin-bottom: 14px;   
}

article.article_aux_2 hr:first-child {
    margin-top: 0;
}

article.min-aux ol li, article.min-aux ul li {
    font-size: 16px;
    line-height: 24px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 36px;
}

article.sup-min p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

article.sup-min ul li {
    margin-bottom: 14px;   
}

article.sup-min ol li, article.sup-min ul li {
    font-size: 14px;
    line-height: 18px;
}

.participante {
    margin: 15px 0 32px;
    display: block;
}
.participante .avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 auto;
    background-color: #d2d4dd;
    background-position: center center;
    border-radius: 50%;
    background-size: cover;
}

.download {
    display: inline-block;
    background-image: url("../img/icon-download.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 4px 0 4px 48px;
    letter-spacing: 0.5px;
    font-variant: small-caps;
    margin: 0 12px 32px;
}
.down-white {
    background-image: url("../img/icon-download-white.svg");
}
.alerta {
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}
.alerta-info {
    background-color: rgba(45, 65, 139, 0.5);
}
.alerta-info * {
    color: #fff;
}
.aviso {
    background-color: #f4f7f9;
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
    color: var(--cor-principal);
    border-radius: 5px;
}
.box {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #c3c3c3;
    margin-bottom: 50px;
}

.box.box-normal {
    padding: 50px;
}

.box .content {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.aux_container_left_padding {
    padding-left: 164px;
}
.aux_container_left_margin {
    margin-left: -164px;
}
.sidebar {
    padding-right: 48px;
}
.sidebar hr {
    margin-top: 16px;
}
.sidebar ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.sidebar li {
    list-style: none;
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
}

.sidebar.min li {
    width: 50%;
}

.sidebar li:last-child {
    border-right: 0;
}
.sidebar li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 6px;
    display: block;
    text-transform: uppercase;
}
.sidebar li a:focus,
.sidebar li a:hover,
.sidebar li.active a {
    color: #FFF;
}

.sidebar li.active a {
    color: #FFF;
    font-weight: bold;
}

.sidebar .alert {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 32px 16px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.content-panel {
    padding: 80px 48px;
}
.content-panel.min {
    padding: 48px 32px;
}
section:not(.full) .content-panel form {
    margin-bottom: 0;
}
.content-panel-top {
    padding: 32px 32px 0;
}
.content-panel-top ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.content-panel-top ul li {
    float: left;
    list-style: none;
    margin-right: 1px;
}
.content-panel-top ul li a {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background-color: #edeef2;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #747782;
    display: block;
    font-variant: small-caps;
    text-transform: lowercase;
}
.content-panel-top ul li a:focus,
.content-panel-top ul li a:hover,
.content-panel-top ul li.active a {
    background-color: #fff;
    color: var(--cor-principal);
}

.link-painel {
    display: inline-block;
    margin-top: 15px;
}

.controle-atividades {
    display: inline-block;
    margin-top: 24px;
    color: var(--cor-principal);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 20px;
}
.controle-atividades[data-action="add"] {
    background-image: url("../img/icon-plus.svg");
}
.controle-atividades[data-action="remove"] {
    background-image: url("../img/icon-menus.svg");
}
.controle-atividades:focus,
.controle-atividades:hover {
    color: var(--cor-principal);
}
.box-comentarios {
    padding: 0 48px;
}
.box-comentario {
    background: #fff;
    border-radius: 8px;
    margin: 16px 0;
    padding: 16px;
}
.comentario-head {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d4dd;
}
.comentario-head .avatar {
    float: left;
    width: 40px;
    height: 40px;
}
.comentario-head .avatar img {
    border-radius: 20px;
}
.comentario-head p {
    padding-left: 16px;
    float: left;
    width: calc(100% - 40px);
}
.with-action.comentario-head p {
    width: calc(100% - 52px);
    padding-right: 12px;
}
.excluir-comentario {
    color: #e65252;
    font-size: 14px;
    float: left;
}
.modal textarea.form-control {
    height: 100px;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal {
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    pointer-events: all;
}
.modal-body {
    padding: 42px;
}
#modal_video .modal-body {
    padding: 0;
    border-radius: 0;
}
.modal .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    right: 15px;
    top: 15px;
    box-shadow: 1px 1px 2px #707070;
}
.modal .lr {
    z-index: 1051;
    width: 3px;
    height: 15px;
    background-color: #707070;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin: 3px 8px 15px 0;
    cursor: pointer;
}
.modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 15px;
    background-color: #707070;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-radio {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d5d5;
    /* align-items: center; */
}

.custom-radio input {
    margin: 1px 0 0;
    width: 34px;
    height: 20px;
}

.custom-radio label {
    font-weight: 400;
    margin: 0;
}

.custom-radio label b {
    font-weight: 700;
}

.radio-btn label > input {
    display: none;
}
.radio-btn label {
    width: 100%;
}
.radio-btn label > input + .radio-style {
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--cor-principal);
    background-color: transparent;
    color: var(--cor-principal);
    border-radius: 5px;
    width: 100%;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.icon_sat_01 {
    background-image: url(../img/insatisfeito_p.svg);
}
.radio-btn label > input:checked + .radio-style.icon_sat_01,
.radio-btn label > input:checked + .radio-style.icon_sat_01:focus,
.radio-btn label > input:checked + .radio-style.icon_sat_01:hover {
    background-image: url(../img/insatisfeito_nv.svg);
}
.icon_sat_02 {
    background-image: url(../img/poucosatisfeito_p.svg);
}
.radio-btn label > input:checked + .radio-style.icon_sat_02,
.radio-btn label > input:checked + .radio-style.icon_sat_02:focus,
.radio-btn label > input:checked + .radio-style.icon_sat_02:hover {
    background-image: url(../img/pouco_satisfeito_n.svg);
}
.icon_sat_03 {
    background-image: url(../img/neutro_p.svg);
}
.radio-btn label > input:checked + .radio-style.icon_sat_03,
.radio-btn label > input:checked + .radio-style.icon_sat_03:focus,
.radio-btn label > input:checked + .radio-style.icon_sat_03:hover {
    background-image: url(../img/neutro_n.svg);
}
.icon_sat_04 {
    background-image: url(../img/satisfeito_p.svg);
}
.radio-btn label > input:checked + .radio-style.icon_sat_04,
.radio-btn label > input:checked + .radio-style.icon_sat_04:focus,
.radio-btn label > input:checked + .radio-style.icon_sat_04:hover {
    background-image: url(../img/satisfeito_n.svg);
}
.icon_sat_05 {
    background-image: url(../img/muito_satisfeito_p.svg);
}
.radio-btn label > input:checked + .radio-style.icon_sat_05,
.radio-btn label > input:checked + .radio-style.icon_sat_05:focus,
.radio-btn label > input:checked + .radio-style.icon_sat_05:hover {
    background-image: url(../img/muito_satisfeito_n.svg);
}
.radio-btn p {
    text-align: center !important;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.radio-btn label > input:checked + .radio-style {
    background-color: var(--cor-principal);
    color: #fff;
}
.radio_max label > input + .radio-style {
    min-height: 100px;
}

.nav-tabs > li {
    width: 33%;
    text-align: center;
}

.nav-tabs > li > a {
    padding: 15px;
}

.tab-content > .tab-pane {
    padding: 15px 0;
}

.card {
    background-color: #FFF;
    padding: 30px;
    padding-top: 50px;
    border-radius: 10px;
}

.datas_importantes .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 2px solid var(--cor-principal);
}

@media (min-width: 769px) {
    .datas_importantes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .datas_importantes .item {
        width: 49%;
    }
}

.card-ingressos .card-title {
    background-color: var(--cor-secundaria);
    color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
    padding: 10px 20px;
}

.card-ingressos .card-title p {
    margin: 0;
}

.card-ingressos .card-title .t-h4 {
    font-size: 22px;
    line-height: 30px;
}

.input-group-btn {
    width: auto;
}

.itens-ingresso .item-ingresso {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.itens-ingresso .item-ingresso:nth-child(even) {
    background-color: #F7F7F7;
}

.itens-ingresso .item-ingresso .ingresso-nome {
    width: calc(100% - 140px - 140px);
}

.itens-ingresso .item-ingresso .ingresso-valor {
    width: 140px;
}

.qtd {
    width: 140px;
}

.qtd .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qtd .input-group .input-group-btn .btn-number {
    padding: 10px;
    border: 0;
    background-color: var(--cor-secundaria);
    border-radius: 5px;
}

.qtd .input-group .input-group-btn .btn-number:disabled {
    opacity: 0.6;
}

.qtd .input-group .input-group-btn .btn-number img {
    width: 20px;
}

.qtd .input-group .input-number {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: var(--cor-terciaria);
    width: 50px;
    text-align: center;
}

.box-header-atividade {
    padding: 32px 128px;
}

.controle-atividades {
    display: inline-block;
    margin-top: 24px;
    color: #0069B4;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 20px;
}

.controle-atividades[data-action='add'] {
    background-image: url('../img/icon-plus.svg');
}

.controle-atividades[data-action='remove'] {
    background-image: url('../img/icon-menus.svg');
}

.controle-atividades:hover, .controle-atividades:focus {
    color: #0069B4;
}

.atividade .green-lighter a {
    cursor: pointer;
}

.atividade ul {
    padding: 5px 30px;
    border-left: 1px solid #32B155;
    text-align: center;
    margin-left: -50px;
}

.atividade.confirm ul {
    margin-left: 0;
}

.atividade ul li {
    list-style: none;
    color: #FFF;
    font-size: 15px;
    color: #32B155;
    background-color: #fff;
    margin: 25px 0;
    padding: 5px;
    border-radius: 5px;
}

.atividade ul li.active {
    color: #fff;
    background-color: #32B155;
    text-transform: uppercase;
    font-weight: bold;
}

.atividade h3 {
    padding-right: 25px;
    line-height: 120%;
}

.atividade.disabilitar ul li {
    color: #b3b3b3;
}

.atividade.disabilitar ul li.active {
    background-color: #b3b3b3;
    color: #FFF;
}

.atividade.disabilitar .myCheckbox span {
    border: 1px solid #b3b3b3;
}

.atividade.disabilitar .myCheckbox {
    cursor: inherit;
}

.atividade.disabilitar .blue, .atividade.disabilitar .green {
    color: #b3b3b3;
}

.atividade.disabilitar p.min.nomargin {
    color: #b3b3b3;   
}

.atividade.disabilitar, .atividade.disabilitar ul {
    border-color: #b3b3b3;
}

.atividade {
    border: 1px solid #32B155;
    border-radius: 10px;
    padding: 15px 0;
    margin-top: 30px;
}

.myCheckbox {
    margin-top: 30px;
    cursor: pointer;
}

.myCheckbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.myCheckbox span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #32B155;
    display: block;
    background: #FFF;
    margin: 0 auto;
}

.myCheckbox input:checked + span {
    background: #32B155;
}

.local {
    background-image: url('../img/icon-local.svg');
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 15px;
    margin-bottom: 0;
    padding: 2px 0 6px 20px;
}

.periodo {
    background-image: url('../img/icon-horario.svg');
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 15px;
    margin-bottom: 0;
    padding: 0 0 0 20px;
}

.periodo span {
    display: inline-flex;
}

.row_aux {
    margin-left: -30px;
    padding-right: 30px;
}

.temas {
    border-top: 1px solid #DDD;
}

.temas.temas_aux .sec_right {
    float: left;
    width: 50px;
}

.temas.temas_aux .sec_left {
    float: left;
    width:         calc(100% - 50px);
    width:      -o-calc(100% - 50px);
    width:    -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}

.temas .sec_left > p {
    padding: 5px 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.temas.temas_aux .sec_left > p {
    padding: 10px 0;
    height: 130px;
}

/* The container */
.cont_input {
    padding: 10px 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    height: 80px;
    width: 100%;
    display: table;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cont_max {
    min-height: 130px;
}

.cont_max text {
    padding-right: 40px;
}

.cont_input > * {
    display: table-cell;
    vertical-align: middle;
}

.cont_input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid var(--cor-secundaria);
}

/* On mouse-over, add a grey background color */
.cont_input:hover input ~ .checkmark {
    background-color: #f7f7f7;
}

/* When the radio button is checked, add a blue background */
.cont_input input:checked ~ .checkmark {
    background-color: var(--cor-secundaria);
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tablepress caption {
    display: none;
}

.tablepress td {
    font-size: 18px;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: var(--cor-principal) !important;
    border: 1px solid #b7b7b7 !important;
    vertical-align: middle;
    color: #FFF !important;
    font-size: 16px !important;
}

.tablepress tbody td, .tablepress tfoot th {
    border: 1px solid #b7b7b7 !important;
    background-color: #FFF !important;
    vertical-align: middle !important;
}

.tablepress tbody td b, .tablepress tbody td strong {
    text-align: center;
    display: block;
    font-size: 16px;
}

.tablepress.table-categorias thead th:not(.column-1) {
    width: 160px;
    text-align: center;
}

.tablepress.table-categorias tbody td.column-1 {
    font-weight: 700 !important;
}

.tablepress.table-categorias tbody td:not(.column-1) {
    text-align: center;
}

.accordion-item,
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item .accordion-button {
    border-radius: 0;
}

.accordion-item .accordion-button {
    /*border-top: 2px solid #000;*/
}

.accordion-item .accordion-button:not(.collapsed) {
    background-color: #E9E9E9;
}

.accordion-item, .accordion-item:not(:first-of-type) {
    box-shadow: none;
    margin-bottom: 0;
    background-color: #FFF;
    border: 0;
}

.accordion-item .accordion-button {
    padding: 20px 30px;
    background-color: #FFF;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #373F41;
}

.accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-body {
    padding: 0 55px 30px 30px;
    background-color: #E9E9E9;
}

.accordion-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #373F41;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.panel-group .panel:last-child {
    border-bottom: 0;
}

.panel-default > .panel-heading {
    padding: 0;
}

.panel-group .panel-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: var(--cor-secundaria);
    padding: 12px 20px;
    color: #FFF;
}

.panel-group .panel-title.collapsed {
    background-color: var(--cor-principal);
    color: #FFF;
}

.panel-group .panel-title:hover, .panel-group .panel-title:focus {
    background-color: var(--cor-secundaria);
    color: #FFF;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-body {
    padding: 20px;
}

.video {
    position: relative;
    display: inline-block;
}

.video:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/icon-play.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.video:hover:after {
    animation-name: animate_top;
    animation-duration: 0.8s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/* Move it (define the animation) */
@-moz-keyframes animate_top {
    0%   { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes animate_top {
    0%   { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); }
}
@keyframes animate_top {
    0%   { 
        -moz-transform: translateY(0); /* Firefox bug fix */
        -webkit-transform: translateY(0); /* Firefox bug fix */
        transform: translateY(0);       
    }
    100% { 
        -moz-transform: translateY(-15px); /* Firefox bug fix */
        -webkit-transform: translateY(-15px); /* Firefox bug fix */
        transform: translateY(-15px); 
    }
}

.sec-info {
    background-image: url('../img/ilustra.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 290px;
}

.linha-ajuste {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.linha-ajuste .video img {
    height: 370px;
    width: auto;
    object-fit: cover;
}

.linha-ajuste .banner {
    width: 370px;
}

.max_line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max_line_2 {
    -webkit-line-clamp: 2;
}

.max_line_3 {
    -webkit-line-clamp: 3;
}

.max_line_4 {
    -webkit-line-clamp: 4;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.sec-slide {
    position: relative;
    z-index: 1;
}

.sec-news {
    margin-top: -42px;
    position: relative;
    z-index: 0;
}

.box-news {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    padding: 20px;
    color: #444;
}

.box-news:hover, .box-news:focus {
    color: #444;
}

.box-news hr {
    margin: 12px 0 0;
    border-color: #C44443;
    border-width: 8px;
    width: 60%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-news:hover hr, .box-news:focus hr {
    width: 100%;
}

.box-news.nopadding {
    padding: 0;
    height: auto;
}

.box-news.nopadding .t-h3 {
    color: var(--cor-quartenaria);
}

.box-news.nopadding:hover .t-h3, .box-news.nopadding:focus .t-h3 {
    color: var(--cor-quartenaria);
}

.sec-topo-default {
    padding: 0;
    background-color: var(--cor-principal);
    color: #FFF;
}

.page-template-inscricoes .sec-topo-default,
.page-template-noticias .sec-topo-default,
.single .sec-topo-default {
    background-color: #e5a330;
}

.page-template-programacao .sec-topo-default,
.page-template-educacao-basica .sec-topo-default {
    background-color: var(--cor-secundaria);
}

.sec-topo-default .container > .row {
    display: flex;
}

.sec-topo-default h1 {
    padding: 50px 0;
}

.sec-content-default {
    padding: 0;
}

.sec-content-default .container > .row {
    display: flex;
}

.sec-content-default .sidebar {
    padding: 80px 20px 30px;
}

.sec-content-default .sidebar, .sec-topo-default .bg-aux {
    background-color: var(--cor-quartenaria);
}

.sec-content-default .sidebar ul {
    display: block !important;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sec-content-default .sidebar ul li {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.sec-content-default .sidebar ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sec-content-default .sidebar ul li:hover:after,
.sec-content-default .sidebar ul li:focus:after {
    width: 100%;
}

.sec-content-default .sidebar ul li a {
    padding: 0;
    font-size: 32px;
    line-height: 46px;
    font-weight: bolder;
    display: block;
    text-transform: none;
    max-width: 286px;
}

table {
    background-color: transparent;
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353);
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843);
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .content-panel {
        min-height: 500px;
    }
}

@media (max-width: 1399px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .navbar-default .navbar-nav > li {
        padding: 0 6px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 10px;
    }

    .box-header-atividade {
        padding: 32px 64px;
    }
    .sidebar {
        padding-right: 24px;
    }

    .logos .item img {
        max-width: 190px;
        max-height: 140px;
    }
}
@media (max-width: 1280px) {
    .sidebar {
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    .body {
        margin-top: 64px;
    }

    section.max {
        padding: 100px 0;
    }

    .margin-aux {
        margin-left: -30px;
        margin-right: -30px;
    }

    .margintm48 {
        margin-top: 48px;
    }
    .margintm32 {
        margin-top: 32px;
    }
    .margintm24 {
        margin-top: 24px;
    }
    .margintm16 {
        margin-top: 16px;
    }
    .nomargintm {
        margin-top: 0;
    }

    .navbar-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-header .logo {
        width: calc(100% - 32px);
    }

    .navbar-header .logo a {
        display: inline-block;
        padding: 15px 25px;
        background-color: #3C3C3B;
    }
    
    .navbar-header .logo img {
        height: 24px;
    }

    .navbar-nav {
        float: inherit;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 10px;
        margin-bottom: 1px;
    }

    .sec-info {
        background-size: 125px;
        padding: 60px 0 170px !important;
    }

    .video:after {
        background-size: 60px;
    }

    .linha-ajuste .video img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }

    .sec-content-default .container > .row {
        display: flex;
        flex-wrap: wrap;
    }

    .sec-content-default .sidebar {
        padding: 40px 20px 10px;
        height: auto;
        display: flex;
    }

    .sec-content-default .sidebar ul li {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .sec-content-default .sidebar ul li a {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
        width: 100%;
    }
    .container-fluid {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-right: 12px;
        padding-left: 12px;
    }
    .text-m-center,
    .text-m-center.text-right {
        text-align: center;
    }
    .text-m-left {
        text-align: left;
    }

    .logos .item img {
        max-width: 140px;
        max-height: 125px;
    }
    
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    h3 {
        font-size: 16px;
        line-height: 24px;
    }
    h2 {
        font-size: 16px;
        line-height: 24px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
    }

    h3, .t-h3 {
        font-size: 22px;
        line-height: 28px;
    }

    article p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    section {
        padding: 64px 0;
    }
    section.max {
        padding: 60px 0;
    }
    .btn {
        padding: 10px 16px;
        text-transform: lowercase;
    }
    .logo-section {
        max-width: 240px;
    }
    .realizacao {
        padding: 36px 0;
    }
    .realizacao span {
        margin-right: 12px;
        font-size: 14px;
    }
    .realizacao img {
        width: 180px;
        height: auto;
    }
    footer {
        padding: 90px 0;
    }
    footer span {
        font-size: 32px;
        line-height: 36px;
        display: block;
        margin-bottom: 68px;
        margin-right: 0;
    }
    .bloco_programacao {
        padding-left: 16px;
    }
    .bloco_programacao .item {
        padding: 32px 16px;
    }
    .bloco_programacao .item h3:not(.bolder) {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
    .box-header-atividade {
        padding: 32px 32px;
    }
    .box-exp {
        border-bottom: 2px solid #d2d4dd;
        padding: 0 32px 0;
        margin: 0 -32px;
        display: block;
    }
    .col-sm-6:last-child .box-exp {
        border-bottom: 0;
    }
    .box_experiencia .bg-image {
        width: 100%;
        height: 160px;
        margin: 16px auto;
        float: inherit;
    }
    .box_experiencia .content-text {
        float: inherit;
        width: 100%;
        padding-top: 16px;
        padding-left: 0;
        height: auto;
        border-top: 2px solid var(--cor-secundaria);
        border-left: 0;
    }
    .box_experiencia .content-text.with-image {
        margin-left: 0;
        width: 100%;
    }
    .box_experiencia h3 {
        -webkit-line-clamp: inherit;
    }
    .sec-info-exp-head {
        border-bottom: 2px solid var(--cor-secundaria);
        border-right: 0;
        padding-right: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .sec-info-exp h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .sec-info-exp hr {
        margin-top: 48px;
    }
    .sidebar .alert {
        padding: 24px 12px;
        font-size: 16px;
        line-height: 22px;
    }
    .content-panel {
        padding: 48px 24px;
    }
    .content-panel.min {
        padding: 32px 24px;
    }
    .content-panel-top {
        padding: 0 24px;
    }
    .content-panel-top ul {
        justify-content: center;
    }

    .content-panel-top ul li a {
        height: 100%;
        display: inline-flex;
        align-items: center;
    }
    .box-comentarios {
        padding: 0 24px;
    }

    .myCheckbox {
        margin-top: 10px;
    }

    .row_aux {
        margin-left: 0;
        padding: 10px 15px;
    }

    .atividade ul {
        border: 0;
        margin-left: 0;
        padding: 0 30px;
    }

    .row_aux > p, .row_aux h3 {
        padding: 0;
        text-align: center;
    }

    .atividade h3 {
        padding-right: 0;
    }

    .atividade.confirm {
        padding: 20px;
    }

    .aux_container_right_margin {
        margin-left: -24px;
        margin-right: -24px;
    }

    .content-panel table {
        border: 0;
    }

    .content-panel table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .content-panel table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .content-panel table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .content-panel table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 14px;
    }

    .content-panel table td:last-child {
        border-bottom: 0;
    }

    .sidebar ul {
        justify-content: center;
    }
}
@media (max-width: 600px) {
    #formExplore input[name="busca"] {
        width: 100%;
        margin-bottom: 16px;
    }
    #formExplore select[name="uf"] {
        width: 70px;
        margin-left: 0;
    }
    #formExplore select[name="tema"] {
        width: 100%;
    }
    #formExplore select[name="municipio"] {
        width: calc(100% - 70px - 56px - 16px - 16px);
    }
    #formExplore button {
        padding: 1px 0.5px;
    }

    .box.box-normal {
        padding: 30px;
    }
}
@media (max-width: 410px) {
    footer a {
        margin: 0 12px;
    }
    footer a svg {
        height: 24px !important;
    }
    .bloco_programacao .item h3:not(.bolder) {
        font-size: 13px;
    }
    .realizacao span {
        margin-right: 0;
        display: block;
        margin-bottom: 24px;
        font-size: 18px;
    }
    .realizacao a {
        display: block;
        margin-right: 0;
    }
    .realizacao img {
        margin-bottom: 24px;
    }
    .logo-sus {
        height: 50px;
    }
}

@media (max-width: 380px) {
    .sec-home {
        min-height: 133vh;
    }
    
    .box_imagem_evento img {
        max-width: 180px;
    }

    .box_data_evento .content_info {
        width: 265px;
        margin: 0 auto;
    }

    .box_data_evento .content_info .data_max {
        font-size: 46px;
        line-height: 46px;
    }

    .box_data_evento .content_info .data_min {
        font-size: 32px;
        line-height: 46px;
    }
}