/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,400i,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');*/

body {
    overflow-x: hidden;
}

body {
    font-family: 'trasandina', 'ff-tisa-web-pro', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: 400;
    /*background-color: #0D4124;*/
    padding-top: 122px;
    font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
}

.tisa {
    font-family: 'ff-tisa-web-pro', serif;
}

*:focus, *:hover, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #0D4124;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {
    cursor: pointer;
    color: #0D4124;
}

button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.uppercase {
    text-transform: uppercase;
}

.medium {
    font-weight: 500;
    font-style: normal
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: 800;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.normal {
    font-weight: 400;
}

.white {
    color: #fff;
}

.c-black {
    color: #000;
}

.blue {
    color: #0D4124;
}

.green {
    color: #EE7402;
}

.gray-2 {
    color: #4F4F4F;
}

.gray-3 {
    color: #828282;
}

.azul-marca {
    color: #0d4124;
}

.bg-azul-marca {
    background-color: #0d4124;
}

.bg-azul {
    background-color: #0D4124;
}

.bg-green {
    background-color: #EE7402;
}

.bg-gray {
    background-color: #EDEEF2;
}

.bg-white {
    background-color: #FFF;
}

hr {
    border-color: #0D4124;
    margin: 10px 0 32px;
}

hr.gray {
    border-color: #D2D4DD;
}

.nomargin {
    margin: 0px;
}

.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;
}

.marginl20 {
    margin-left: 20px;
}

.marginb16 {
    margin-bottom: 16px;
}

.nopadding {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    line-height: 22.5px;
}

h4.min {
    font-size: 16px;
    line-height: 25px;
}

h6.max {
    font-size: 12px;
}

h6 {
    font-size: 10px
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

p.max {
    font-size: 22px;
    line-height: 26px;
}

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: #EE7402;
    text-decoration: underline;
}

a.link:hover, a.link:focus {
    color: #EE7402;
    text-decoration: none;
}

a.link-white {
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: lowercase;
}

a.link-white:hover, a.link-white:focus {
    color: #FFF;
    text-decoration: underline;
}

a:focus, input:focus, button:focus {
    outline: none;
}

a[data-toggle="tooltip"] {
    color: #FFF;
    background-color: #0D4124;
    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: #0D4124;
    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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    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;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0;
}

.navbar-default {
    padding: 16px 0;
    background: #eef0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    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-nav > li {
    padding: 10px 16px 14px;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #EE7402;
    padding: 0;
    font-weight: 300;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0D4124;
}

.navbar-default .navbar-nav > li.current-menu-item > a {
    color: #0D4124;
}

.navbar-default .navbar-nav > li.menu_user {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #0D4124;
    font-weight: 300;
}

.navbar-default .navbar-nav > li.menu_user > a {
    display: inline-block;
    color: #EE7402;
}

.navbar-default .navbar-nav > li.menu_user > span {
    color: #0D4124;
    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: 90px;
}

.navbar-default .navbar-nav > li > a.btn {
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
    background: #0D4124;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
}

.navbar-default .navbar-nav > li > a.btn:hover, .navbar-default .navbar-nav > li > a.btn:focus {
    background-color: #EE7402;
    color: #FFF;
    border: 0;
}

.align-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Hamburger Effect*/
.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:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #0D4124;
}

.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #0D4124;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
* Spring Reverse
*/
.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);
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity!important;
          transition-property: opacity!important;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0!important;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1!important;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0!important;
  -webkit-transform: translate3d(0, 0, 0)!important;
          transform: translate3d(0, 0, 0)!important;
}

.carousel-fade .carousel-control {
  z-index: 2!important;
}

.btn {
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
    padding: 13px 24px;
    background: #EE7402;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover,
.btn:focus {
    color: #FFF;
    background-color: #0d4124;
    border: 0;
}

.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 6px 15px;
}

.btn.btn-outline {
    border: 2px solid #0d4124;
    background-color: transparent;
    color: #0d4124;
    padding: 11px 24px;
}

.btn.btn-outline:hover, .btn.btn-outline:focus {
    border: 2px solid #0d4124;
    background-color: #0d4124;
    color: #FFF;
}

.btn.btn-white {
    border: 1px solid #FFF;
    background-color: #FFF;
    color: #EE7402;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    border-color: 1px solid #FFF;
    background-color: #EE7402;
    color: #FFF;
}

.btn-primary {
    background-color: #0d4124;
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    display: inline-block;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #0D4124;
    color: #FFF;
}

.btn-blue {
    background-color: #0d4124;
    border-radius: 5px;
    color: #FAB900;
    font-size: 16px;
    line-height: 28px;
    padding: 9px 20px;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #FAB900;
    color: #0d4124;
}

.btn-gray {
    background-color: #bbbbbb;
    color: #737373;
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #737373;
    color: #bbbbbb;
}

.btn-full {
    width: 100%;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #0d4124;
    opacity: 0.5;
    border: 0;
}

.btn-blue-max {
    color: #EE7402;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 24px;
    background: #0D4124;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-blue-max:hover,
.btn-blue-max:focus {
    color: #0D4124;
    background-color: #FAB900;
    border: 0;
}

.btn-more {
    text-transform: uppercase;
    color: #0D4124;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #0D4124;
    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:hover, .btn-more:focus {
    background-color: #f0f0f0;
    color: #0D4124;
    border: 1px solid #0D4124;
}

.btn-remov {
    text-transform: uppercase;
    color: #0D4124;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #0D4124;
    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:hover, .btn-remov:focus {
    background-color: #f0f0f0;
    color: #0D4124;
    border: 1px solid #0D4124;
}

section {
    padding: 80px 0;
}

section.max {
    padding: 160px 0;
}

section.full {
    min-height: calc(100vh - 122px);
    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: #0D4124;
    padding: 128px 0;
}

footer span {
    font-weight: bold;
    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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

footer a svg:hover, footer a svg:focus {
    fill: #EE7402;
}

section:not(.full) form {
    /*margin-bottom: 94px;*/
}

form {
    margin: 0;
}

form p {
    margin-top: 18px;
    margin: 10px 0;
}

form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=link],
input[type=file],
select.form-control,
textarea {
    width: 100%;
    text-align: left;
    background-color: #F2F2F2;
    outline: none;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0D4124;
    margin-bottom: 32px;
    padding: 8px 16px;
    height: auto;
    font-feature-settings: 'tnum' on, 'lnum' on;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus,
select.form-control:focus,
textarea:focus,
input[type=link]:focus,
input[type=file]:focus {
    outline:none;
    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: #0d4124;
    margin-top: 26px;
    float: right;
}

input[type=submit].next, .btn.next {
    border-radius: 5px;
    color: #FFF;
    padding: 10px 35px 10px 15px;
    background-color: #EE7402;
    background-image: url('../img/icon-arrow-right-white.svg');
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.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: #0d4124;
    margin-top: 26px;
    display: block;
}

.back:hover, .back:focus {
    color: #0d4124;
}

.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: #0d4124;
    margin-top: 26px;
    display: inline-block;
}

.prox:hover, .prox:focus {
    color: #0d4124;
}

.voltar {
    letter-spacing: 1px;
    font-variant: small-caps;
    color: #0D4124;
    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: bold;
    color: #FFF;
    background-image: url('../img/icon-voltar-white.svg');
    background-size: 7px;
    padding-left: 16px;
}

.voltar-white:hover, .voltar-white:focus {
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder { 
    color: #828282;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .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: #0D4124;
    border-radius: 4px;
    float: left;
    margin-left: 16px;
    padding: 1px 2.5px;
    margin-bottom: 16px;
}

#formExplore button:hover, #formExplore button:focus {
    background: #EE7402;
}

.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;
}

/*Form Wizard*/
.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:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    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:#555555;
}

.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: 0px;
    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: 0px;
    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: transparent;
}

.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%;
    }
}

.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 #0D4124;
    background-color: transparent;
    color: #0D4124;
    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 .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.radio-btn p {
    text-align: center !important;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    margin: 0;
}

.radio-btn label > input:checked + .radio-style {
    background-color: #0D4124;
    color: #FFF;
}

.radio_max label > input + .radio-style {
    min-height: 103px;
}

.radio-btn.small label > input + .radio-style {
    padding-top: 10px;
    border-color: #EE7402;
    color: #EE7402;
    min-height: 75px;
    display: table;
}

.radio-btn.small label > input:checked + .radio-style {
    background-color: #EE7402;
    color: #FFF;
}

.radio-btn.small p {
    display: table-cell;
    vertical-align: middle;
}

.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:hover, .radio-btn label > input:checked + .radio-style.icon_sat_01:focus {
    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:hover, .radio-btn label > input:checked + .radio-style.icon_sat_02:focus {
    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:hover, .radio-btn label > input:checked + .radio-style.icon_sat_03:focus {
    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:hover, .radio-btn label > input:checked + .radio-style.icon_sat_04:focus {
    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:hover, .radio-btn label > input:checked + .radio-style.icon_sat_05:focus {
    background-image: url(../img/muito_satisfeito_n.svg);
}

.realizacao {
    border-top: 1px solid #D2D4DD;
    border-bottom: 1px solid #D2D4DD;
}

.realizacao span, .realizacao p {
    font-size: 20px;
    line-height: 20px;
    font-variant: small-caps;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.realizacao a {
    margin-right: 32px;
}

.w-100 {
    width: 100%;
}

.logo-sus {
    height: 76px;
}

.etapas ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.etapas ul li {
    list-style: none;
    float: left;
    width: calc(100% / 2);
    position: relative;
}

.etapas.etapas-7 ul li {
    width: calc(100% / 7);
}

.etapas.etapas-6 ul li {
    width: calc(100% / 6);
}

.etapas.etapas-5 ul li {
    width: calc(100% / 5);
}

.etapas.etapas-4 ul li {
    width: calc(100% / 4);
}

.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: bold;
    font-size: 14px;
    line-height: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.etapas ul li.active span {
    background-color: #EE7402;
}

.etapas ul li.ok span {
    background-color: #0D4124;
    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 #0D4124;
    padding-left: 32px;
}

.bloco_programacao.no {
    padding-left: 0;
    border-left: 0;
}

.bloco_programacao .item {
    margin-top: 16px;
    border: 1px solid #EE7402;
    border-radius: 5px;
    padding: 32px;
}

.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: #EE7402;
    margin: 12px 0;
}

.box-header-atividade {
    padding: 32px 128px;
}

article p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

article p:last-child {
    margin-bottom: 0;
}

article ul, article ol {
    padding-left: 30px;
}

article ul ul, article ol ol {
    padding-top: 15px;
}

article ul li, article ol li {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

article ul li:last-child {
    margin-bottom: 0;
}

article > div {
    max-width: 100%;
    height: auto;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #EE7402;
    margin-bottom: 25px;
}

article a {
    color: #EE7402;
    text-decoration: underline;
}

article a:hover, article a:focus {
    color: #EE7402;
    text-decoration: none;
}

article.white * {
    color: #FFF;
}

.participante {
    margin: 32px 0 26px;
}

.participante .avatar {
    width: 30px;
    height: 30px;
    float: left;
    background-color: #D2D4DD;
    background-position: center center;
    border-radius: 50%;
    background-size: cover;
}

.participante p {
    width: calc(100% - 30px);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-left: 8px;
    float: left;
}

.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-bottom: 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: #0D4124;
    border-radius: 5px;
}

.box {
    background-color: #F4F5F9;
    border-radius: 5px;
    padding: 30px;
}

.box_experiencia {
    margin: 40px 0;
    display: block;
}

.box_experiencia .bg-image {
    width: 134px;
    height: 110px;
    float: left;
    margin: 39px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.box_experiencia .content-text {
    float: left;
    width: 100%;
    padding-left: 24px;
    height: 188px;
    border-left: 2px solid #EE7402;
}

.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 h3 {
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 96px;
}

.sec-info-exp-head {
    border-right: 2px solid #EE7402;
    padding-right: 16px;
    padding-bottom: 32px;
}

.sec-info-exp hr {
    border-top: 1px solid #D2D4DD;
    margin-top: 64px;
}

#blueimp-gallery img {
    max-width: 80%;
    max-height: 80%;
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    max-width: 80%;
    max-height: 80%;
    left: 10%;
    top: 10%;
}

.aux_container_left_padding {
    padding-left: 164px;
}

.aux_container_left_margin {
    margin-left: -164px;
}

.sidebar {
    padding-right: 48px;
}

.sidebar hr {
    border-bottom: 2px solid #FFF;
    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 #FFFFFF;
}

.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:hover, .sidebar li a:focus, .sidebar li.active a {
    color: #EE7402;
}

.sidebar .alert {
    background: #0D4124;
    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:hover, .content-panel-top ul li a:focus, .content-panel-top ul li.active a {
    background-color: #FFF;
    color: #0d4124;
}

.controle-atividades {
    display: inline-block;
    margin-top: 24px;
    color: #0d4124;
    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: #0d4124;
}

.box-comentarios {
    padding: 0 48px;
}

.box-comentario {
    background: #FFFFFF;
    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);
}

.comentario-content {

}

.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; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    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);
}

.sec-mapa-feira {
    display: flex;
    justify-content: space-between;
}

.sec-mapa-feira .col-sm-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec-mapa-feira svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sec-mapa-feira svg .svg-action {
    cursor: pointer;
}

.sec-mapa-feira svg .svg-action:hover {
    opacity: 0.8;
}

.sec-mapa-feira svg .reservado polygon {
    fill: #F05136 !important;
}

.tag_map {
    padding: 0 0 5px;
    margin: 0;
}

.tag_map li {
    font-size: 16px;
    line-height: 30px;
    color: #EE7402;
    list-style: none;
    margin-top: 15px;
    height: 30px;
    text-align: left;
}

.tag_map li span {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}

.box_inscricao {
    background-color: #FFF;
    padding: 30px;
    box-shadow: 2px 1px 9px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
    margin-top: 30px;
}

.box_inscricao .status {
    background-size: 50px;
    background-position: left 8px;
    padding-left: 60px;
    background-repeat: no-repeat;
    border-right: 1px solid #EE7402;
    min-height: 65px;
    padding-bottom: 15px;
}

.box_inscricao.box_total .status {
    border-right: 0;
}

.icon_congresso_anteriores {
    background-image: url('../img/icones-inscricoes_congressos-anteriores.svg');
}

.icon_dados_pessoais {
    background-image: url('../img/icones-inscricoes_dados-pessoais.svg');
}

.icon_inscricoes {
    background-image: url('../img/icones-inscricoes_inscricoes.svg');
}

.icon_status_inscricao {
    background-image: url('../img/icon_inscricoes.svg');
}

.atividade .green-lighter a {
    cursor: pointer;
}

.atividade ul.turno {
    padding: 5px 30px;
    border-left: 1px solid #EE7402;
    text-align: center;
    margin-left: -50px;
}

.atividade.confirm ul.turno {
    margin-left: 0;
}

.atividade ul.turno li {
    list-style: none;
    color: #FFF;
    font-size: 15px;
    color: #EE7402;
    background-color: #fff;
    margin: 25px 0;
    padding: 5px;
    border-radius: 5px;
}

.atividade ul.turno li.active {
    color: #fff;
    background-color: #EE7402;
    text-transform: uppercase;
    font-weight: bold;
}

.atividade h3 {
    padding-right: 25px;
    line-height: 120%;
}

.atividade.disabilitar ul.turno li {
    color: #b3b3b3;
}

.atividade.disabilitar ul.turno 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 #EE7402;
    border-radius: 10px;
    padding: 15px 0;
    margin-top: 30px;
}

@media (min-width: 769px) {
    .atividade .detalhes {
        padding-right: 40px;
    }
}

.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 #EE7402;
    display: block;
    background: #FFF;
}

.myCheckbox input:checked + span {
    background: #EE7402;
}

.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;
}

.form_pagamento, .box_pagamento {
    border: 2px solid #EE7402;
    border-radius: 5px;
    padding: 30px;
}

.acf-map {
    border: 0;
    width: 100%;
    height: 400px;
}

.box_feira {
    background-color: #FFF;
    box-shadow: 0 2px 5px #DDD;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 112px;
}

.box_feira .content {
    display: block;
    width: 100%;
}

.col-20 {
    width: 20%;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
}

.col-80 {
    width: 80%;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
}

@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) {
    body {
        padding-top: 64px
    }

    .col-20 {
        width: 100%;
    }
    
    .col-80 {
        width: 100%;
    }
    
    .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .text-m-center, .text-m-center.text-right {
        text-align: center;
    }

    .text-m-left {
        text-align: left;
    }

    .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: 80px 0;
    }

    .align-menu {
        flex-direction: column;
    }

    .navbar-header {
        width: 100%;
    }

    .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: calc(100% - 32px);*/
        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 #EE7402;
        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 #EE7402;
        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;
    }

    .sec-mapa-feira {
        flex-direction: column;
    }

    .atividade {
        padding: 15px;
    }

    .atividade .row_aux {
        margin-left: 0;
    }

    .atividade ul {
        border-left: 0;
        border-top: 1px solid #EE7402;
        margin-left: 0;
        margin-bottom: 0;
    }

    .atividade ul li {
        margin: 10px 0;
    }

    .atividade ul.turno {
        margin-left: 0;
        border-left: 0;
    }

    .atividade ul.turno li {
        margin: 5px 0;
    }
}

@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;
    }
}

@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;
    }

    .md-nomarginlr {
        margin-left: 0;
    }
}