@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-Thin.woff2") format("woff2"), url("../fonts/BommerSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-ThinItalic.woff2") format("woff2"), url("../fonts/BommerSans-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-Light.woff2") format("woff2"), url("../fonts/BommerSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-LightItalic.woff2") format("woff2"), url("../fonts/BommerSans-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-Regular.woff2") format("woff2"), url("../fonts/BommerSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-RegularItalic.woff2") format("woff2"), url("../fonts/BommerSans-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-SemiBold.woff2") format("woff2"), url("../fonts/BommerSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/BommerSans-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-Bold.woff2") format("woff2"), url("../fonts/BommerSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-BoldItalic.woff2") format("woff2"), url("../fonts/BommerSans-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-ExtraBold.woff2") format("woff2"), url("../fonts/BommerSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/BommerSans-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-Black.woff2") format("woff2"), url("../fonts/BommerSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Bommer Sans";
    src: url("../fonts/BommerSans-BlackItalic.woff2") format("woff2"), url("../fonts/BommerSans-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}
body,
html {
    overflow-x: hidden;
}
body {
    font-family: "Bommer Sans", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #F7F7F7;
    font-weight: 400;
    padding-top: 80px;
    font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
}

body.home {
    background-color: #F0F2F2;
}

:focus,
:hover,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
a {
    color: #003466;
    -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: #003466;
}
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;
}
.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;
}
.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: #333;
}
.blue {
    color: #003466;
}
.green {
    color: #3C6D9C;
}
.gray-2 {
    color: #4f4f4f;
}
.gray-3 {
    color: #828282;
}

.gray {
    color: #69737a;
}
.azul-marca {
    color: #003466;
}
.bg-azul-marca {
    background-color: #003466;
}
.bg-azul {
    background-color: #003466;
}
.bg-yellow {
    background-color: #3C6D9C;
}
.bg-gray {
    background-color: #edeef2;
}
.bg-white {
    background-color: #fff;
}
hr {
    border-color: #003466;
    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;
}
.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: 46px;
}
h2, .t-h2 {
    font-size: 32px;
    line-height: 34px;
}
h3, .t-h3 {
    font-size: 24px;
    line-height: 30px;
}
h4, .t-h4 {
    font-size: 18px;
    line-height: 22px;
}
h4.min, .t-h4.min {
    font-size: 16px;
    line-height: 18px;
}
h6.max, .t-h6.max {
    font-size: 12px;
    line-height: 14px;
}
h6, .t-h6 {
    font-size: 10px;
    line-height: 12px;
}
p, .t-p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}
p.norm {
    font-size: 16px;
    line-height: 24px;
}
p.aux {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
p.min {
    font-size: 14px;
    line-height: 20px;
}
.letter {
    letter-spacing: 1px;
}
.small-caps {
    font-variant: small-caps;
    text-transform: lowercase;
    font-feature-settings: "pnum" on, "onum" on;
}
a.link {
    color: #49a7a1;
}
a.link:focus,
a.link:hover {
    color: #49a7a1;
    text-decoration: underline;
}
a.link-white {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: lowercase;
}
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: #003466;
    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: #003466;
    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: 1312px;
}
.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: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0;
    margin: 0;
}
.navbar-nav > li {
    padding: 14px 16px 14px;
}
.navbar-default .navbar-nav > li > a:not(.btn) {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #003466;
    padding: 0;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #3C6D9C;
}
.navbar-default .navbar-nav > li.current-menu-item > a {
    color: #3C6D9C;
}
.navbar-default .navbar-nav > li.menu_user {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #003466;
    font-weight: 600;
}
.navbar-default .navbar-nav > li.menu_user > a {
    display: inline-block;
    color: #3C6D9C;
}
.navbar-default .navbar-nav > li.menu_user > span {
    color: #003466;
    margin: 0 12px;
}
.navbar-default .navbar-nav > li.menu_user > a.bold {
    font-weight: 700;
}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: -16px;
    }
}
.logo img {
    width: auto;
    height: 48px;
}
.navbar-default .navbar-nav > li > a.btn {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    background: #3C6D9C;
    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: #fab900;
    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: #3C6D9C;
    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: #003466;
    border: 0;
}
.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}
.btn-white {
    border-color: #fff;
    color: #fff;
}
.btn-white:focus,
.btn-white:hover {
    border-color: #49a7a1;
    background-color: #49a7a1;
    color: #fff;
}
.btn-primary {
    background-color: #003466;
    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: #003466;
    color: #fff;
}
.btn-primary.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}
.btn-blue {
    background-color: #003466;
    border-radius: 5px;
    color: #fab900;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 20px;
}
.btn-blue:focus,
.btn-blue:hover {
    background-color: #fab900;
    color: #003466;
}
.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: #003466;
    opacity: 0.5;
    border: 0;
}
.btn-blue-max {
    color: #3C6D9C;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 24px;
    background: #003466;
    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: #003466;
    background-color: #fab900;
    border: 0;
}
.btn-more {
    text-transform: uppercase;
    color: #003466;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #003466;
    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: #003466;
    border: 1px solid #003466;
}
.btn-remov {
    text-transform: uppercase;
    color: #003466;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #003466;
    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: #003466;
    border: 1px solid #003466;
}
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;
}
footer {
    background-color: #003466;
    padding: 128px 0;
}
footer span {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    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: #3C6D9C;
}
section:not(.full) form {
    margin-bottom: 94px;
}
form {
    margin: 0;
}
form p {
    margin-top: 18px;
    margin: 10px 0;
}
form p label {
    width: 100%;
}
form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
input[type="email"],
input[type="file"],
input[type="link"],
input[type="number"],
input[type="password"],
input[type="text"],
select.form-control,
textarea {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    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: #003466;
    margin-bottom: 32px;
    padding: 8px 16px;
    height: auto;
    font-feature-settings: "tnum" on, "lnum" on;
}
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,
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: #003466;
    margin-top: 26px;
    float: right;
}
.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: #003466;
    margin-top: 26px;
    display: block;
}
.back:focus,
.back:hover {
    color: #003466;
}
.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: #003466;
    margin-top: 26px;
    display: inline-block;
}
.prox:focus,
.prox:hover {
    color: #003466;
}
.voltar {
    letter-spacing: 1px;
    font-variant: small-caps;
    color: #003466;
    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% - 70px - 210px - 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="municipio"] {
    width: 210px;
}
#formExplore button {
    border: 0;
    background: #003466;
    border-radius: 4px;
    float: left;
    margin-left: 16px;
    padding: 1px 2.5px;
    margin-bottom: 16px;
}
#formExplore button:focus,
#formExplore button:hover {
    background: #3C6D9C;
}
.form-group {
    margin-bottom: 0;
}
.form-group.has-error input,
.form-group.has-error select {
    margin-bottom: 0;
}
.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: #333;
    border: 2px solid #333;
}
.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;
}
.logo-sus {
    height: 76px;
}
.etapas ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.etapas ul li {
    list-style: none;
    float: left;
    width: calc(100% / 3);
    position: relative;
}
.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: #3C6D9C;
}
.etapas ul li.ok span {
    background-color: #003466;
    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 #003466;
    padding-left: 32px;
}
.bloco_programacao.no {
    padding-left: 0;
    border-left: 0;
}
.bloco_programacao .item {
    margin-top: 16px;
    border: 1px solid #3C6D9C;
    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: #3C6D9C;
    margin: 12px 0;
}
.box-header-atividade {
    padding: 32px 128px;
}

article p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}

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;
}
.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: #003466;
    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 {
    border-bottom: 2px solid #003466;
    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 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: #3C6D9C;
}
.sidebar .alert {
    background: #68a6cc;
    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: #003466;
}

.link-painel {
    display: inline-block;
    margin-top: 15px;
}

.controle-atividades {
    display: inline-block;
    margin-top: 24px;
    color: #003466;
    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: #003466;
}
.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: 600px;
    margin: 0 auto;
    padding: 0;
    pointer-events: all;
}
.modal-body {
    padding: 42px;
}
.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);
}
.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 #003466;
    background-color: transparent;
    color: #003466;
    border-radius: 5px;
    width: 100%;
    padding: 13px 0;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 30px;
    padding-top: 45px;
    -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: #003466;
    color: #fff;
}
.radio_max label > input + .radio-style {
    min-height: 103px;
}

.nav-tabs > li {
    width: 33%;
    text-align: center;
}

.nav-tabs > li > a {
    padding: 15px;
}

.tab-content > .tab-pane {
    padding: 15px 0;
}

.panel-group .panel {
    margin-bottom: 15px;
}

.panel-default > .panel-heading {
    padding: 0;
}

.panel-default > .panel-heading > .panel-title > a {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-default > .panel-heading > .panel-title > a .left {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
}

.panel-default > .panel-heading > .panel-title > a .right {
    width: 140px;
    text-align: right;
}

@media (min-width: 768px) {
    .content-panel {
        min-height: 500px;
    }
}
@media (max-width: 1366px) {
    .box-header-atividade {
        padding: 32px 64px;
    }
    .sidebar {
        padding-right: 24px;
    }
}
@media (max-width: 1280px) {
    .sidebar {
        padding-right: 0;
    }
}
@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;
    }
    .body {
        margin-top: 64px;
    }
    .margintm48 {
        margin-top: 48px;
    }
    .margintm32 {
        margin-top: 32px;
    }
    .margintm24 {
        margin-top: 24px;
    }
    .margintm16 {
        margin-top: 16px;
    }
    .nomargintm {
        margin-top: 0;
    }
    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;
    }
    article p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    section {
        padding: 64px 0;
    }
    section.max {
        padding: 10px 0;
    }
    .navbar-default {
        padding: 12px 0;
    }
    .navbar-nav {
        margin: 16px -16px;
        text-align: center;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        box-shadow: none;
    }
    .navbar-default .navbar-nav > li > a.btn {
        font-size: 15px;
        padding: 10px 38px;
        display: inline-block;
        margin-top: 16px;
    }
    .logo {
        float: left;
    }
    .logo img {
        height: 34px;
    }
    .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;
    }
    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 #3C6D9C;
        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 #3C6D9C;
        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: 24px;
    }
    .box-comentarios {
        padding: 0 24px;
    }
}
@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="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;
    }
}