.sec-sistema * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.d-inline-block {
    display: inline-block;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.box_imagem_evento {
    margin-right: -16px;
    border-right: 2px solid #FFF;
    padding-right: 32px;
}

.box_data_evento .content_info {
    display: flex;
    justify-content: space-evenly;
    color: #FFF;
    align-items: flex-end;
}

.box_data_evento .content_info .data_max {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
}

.box_data_evento .content_info .data_min {
    font-size: 36px;
    line-height: 60px;
    font-weight: 900;
}

.box_data_evento .content_info .data_aux {
    font-size: 27px;
    font-weight: 600;
}

.sec-home {
    width: 100%;
    min-height: 100vh;
    padding: 50px 0;
    position: relative;
}

.sec-home video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sec-home .content {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, #00000000, #00000075);
    background: linear-gradient(0deg, rgb(8 63 136 / 50%), rgb(28 173 228 / 60%)), linear-gradient(0deg, #00000000, #00000075);
}

.sec-video {
    height: 100vh;
}

.sec-video video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.sec-inscreva-se {
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec-border {
    border-bottom: 2px solid #DDD;
}

.content-aux {
    padding-left: 50px;
    padding-right: 50px;
}

.imagem_sobre_aux {
    margin-right: -50px;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .imagem_sobre_aux {
        margin-left: -50px;
        padding-left: 0;
    }    
}

.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    color: #d84238;
    background-color: #FFF;
}

.patrocinadores_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.patrocinadores_titulo img {
    margin-right: 10px;
}

.patrocinadores_imagem img {
    width: 100%;
    border: 1px solid #DDD;
}

.col-aux-5 {
    width: 20%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
}

.col-aux-7 {
    width: calc(100% / 7);
    float: left;
    padding-left: 16px;
    padding-right: 16px;
}

.datas_importantes .item {
    display: flex;
    align-items: center;
    background-color: #FFF;
    padding: 20px 30px;
    box-shadow: 3px 5px 10px #9b9b9b;
}

.datas_importantes .item .icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F63AC;
    background-color: #FFF;
    border-radius: 50%;
    border: 2px solid #3F63AC;
}

.datas_importantes .item .content {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.datas_importantes .item .content p.max {
    font-size: 22px;
}

.datas_importantes .item .content p.lighter {
    font-size: 20px;
}

#cronometro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cronometro .item {
    width: 25%;
    padding: 5px;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
}

#cronometro .item .sub_item {
    font-size: 14px;
    font-weight: 400;
}

.btn-outline-white {
    border: 2px solid #FFF;
    background-color: transparent;
    color: #FFF;
    border-radius: 10px;
}

.btn-outline-white:hover, .btn-outline-white:focus {
    border: 2px solid #3F63AC;
}

.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;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-zoom .carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sec-local .row {
    margin-left: 0;
    margin-right: 0;
}

.sec-local .row .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.acf-map {
    height: 500px;
}

.box_info_local {
    background-image: url('../img/placeholder-evento.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.box_info_local .mask {
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, rgb(76 183 82 / 60%), rgb(28 173 228 / 50%)), linear-gradient(0deg, #00000000, #00000075);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_info_local .mask .content {
    width: 80%;
    max-width: 450px;
    padding: 50px 35px;
    background-color: rgba(0,0,0,0.8);
    background-color: #000000C4;
}

.box_info_local .mask .content ul {
    padding: 0;
    margin: 24px 0 0 0;
}

.box_info_local .mask .content ul li {
    padding: 0;
    margin-top: 12px;
    border-bottom: 1px solid #DDD;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    padding-bottom: 12px;
}

.box_info_local .mask .content ul li .item {
    display: flex;
    align-items: center;
}

.box_info_local .mask .content ul li i {
    font-size: 22px;
    color: #699669;
    width: 36px;
    text-align: center;
}

.box_info_local .mask .content ul li .item .content_info {
    width: calc(100% - 36px);
    padding-left: 5px;
}

.borderb {
    border-bottom: 1px solid #333;
}

.sec-programacao .nav-tabs {
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
}

.sec-programacao .nav-tabs > li {
    margin: 0 15px;
    width: auto;
}

.sec-programacao .nav-tabs > li > a {
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgb(182 182 182 / 50%);
    padding: 20px 30px;
    margin: 0;
    color: #3F63AC;
    border: 0;
    font-weight: 700;
}

.sec-programacao .nav-tabs > li.active > a,
.sec-programacao .nav-tabs > li.active > a:hover,
.sec-programacao .nav-tabs > li.active > a:focus {
    border: 0;
    color: #FFF;
    background-color: #3F63AC;
}

.sec-programacao .tab-content .item {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #b0b0b0;
    background: #e0e0e0;
    background-color: #f0f0f0;
    border-left: 2px solid #3F63AC;
    padding: 30px;
}

.sec-programacao .tab-content .item.marcacao {
    background-color: #3F63AC;
    color: #FFF;
}

.sec-programacao .tab-content .item.marcacao * {
    color: #FFF;
}

.sec-programacao .tab-content .item .icon {
    width: 90px;
    padding: 10px;
/*    width: 0;*/
}

.sec-programacao .tab-content .item .icon img {
    width: 100%;
}

.sec-programacao .tab-content .item .content {
    width: calc(100% - 90px);
    padding-left: 30px;
/*    width: 100%;*/
}

.c-blue {
    color: #3F63AC;
}

.c_verde {
    color: #699669;
}

.c-red {
    color: #d84238;
}

.sec-programacao .horario_inicial {
    color: #999999;
}

.sec-programacao .tipo_evento_cursos {
    color: #699669;
}

.sec-programacao .tipo_evento_rodas_tematicas {
    color: #699669;
}

.sec-programacao .tipo_evento_seminario {
    color: #EE7636;
}

.sec-programacao .tipo_evento_grande_coversa {
    color: #3F63AC;
}

.sec-programacao .tipo_evento_espaco_gilson_carvalho {
    color: #d84238;
}

.sec-programacao .apresentacoes p {
    color: #699669;
}

.sec-programacao .apresentacoes ul li a {
    color: #999;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

.sec-programacao .apresentacoes ul li a:hover, .sec-programacao .apresentacoes ul li a:focus {
    color: #999;
    text-decoration: none;
}

.box_palavra_presidente {
    display: flex;
}

.box_palavra_presidente .box_presidente {
    width: 300px;
}

.box_palavra_presidente .box_presidente img {
    width: 100%;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

.box_palavra_presidente .content {
    width: calc(100% - 300px);
    padding-left: 50px;
}

.panel-group.panel-colors .panel-title.collapsed {
    background-color: #d84238;
}

.panel-group.panel-colors .panel-title, .panel-group.panel-colors .panel-title:hover, .panel-group.panel-colors .panel-title:focus {
    background-color: #EE7636;;
    color: #FFF;
}

button[data-action="stop"] {
    display: none;
}

.patro_diamante {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_diamante .patrocinadores_imagem {
    width: 300px;
    margin: 10px;
}

.patro_ouro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_ouro .patrocinadores_imagem {
    width: 280px;
    margin: 10px;
}

.patro_prata {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_prata .patrocinadores_imagem {
    width: 240px;
    margin: 10px;
}

.patro_bronze {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_bronze .patrocinadores_imagem {
    width: 210px;
    margin: 10px;
}

.patro_apoio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.patro_apoio .patrocinadores_imagem {
    width: 180px;
    margin: 10px;
}

form#search {
    margin-bottom: 0 !important;
}

#search.form h1 {
    margin-bottom: 20px;
}

#search .filtros {
    float: left;
    width: calc(100% - 120px);
    padding-right: 30px;
}

#search .filtro {
    float: left;
    width: 120px;
    margin-top: 46px;
}

#search .filtro .btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
    outline: 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 6px 10px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

#resultado_busca {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

#resultado_busca.loading {
    min-height: 50px;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

#resultado_busca .content {
    padding: 30px;   
}

#resultado_busca .itens a {
    display: block;
    padding: 25px 30px;
    border-bottom: 1px solid #bbb;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

#resultado_busca .itens a:last-child {
    border-bottom: 0;
}

.list-links {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    padding: 0;
    text-align: left;
}

.list-links a {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    padding: 0;
    display: block;
    padding: 25px 30px;
    border-bottom: 1px solid #bbb;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.list-links .itens a:last-child {
    border-bottom: 0;
}

.list-links a:hover {
    background-color: #e0e0e0;
}

.customRadioPesquisa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.customRadioPesquisa .item {
    display: contents;
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customRadioPesquisa .item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.customRadioPesquisa .radiomark {
    background: #e8e7e7;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.customRadioPesquisa .item:hover input ~ .radiomark {
    background-color: var(--cor-principal);
    color: #FFFFFF;
}

.customRadioPesquisa .item input:checked ~ .radiomark {
    background-color: var(--cor-principal);
    color: #FFFFFF;
}

.radio_max {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.radio_max .radio-btn {
    width: 20%;
    padding: 0 15px;
}

.radio_max .radio-btn label {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .navbar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar-nav {
        margin: 16px 0;
    }

    .home .navbar-default.is-active:not(.navbar-shrink) {
        background-color: #eef0f0;
    }

    .home .navbar-default.is-active:not(.navbar-shrink) .navbar-nav > li > a:not(.btn) {
        color: var(--cor-terciaria);
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }

    .hamburger {
        margin-top: 22px;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
        background-color: #fab900;
    }

    .box_palavra_presidente {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box_palavra_presidente .box_presidente p {
        font-size: 20px;
        line-height: 26px;
    }

    .box_palavra_presidente .box_presidente img {
        width: 250px;
        height: 250px;
    }

    .box_palavra_presidente .content {
        width: 100%;
        padding-left: 0;
    }

    .content-aux {
        padding-left: 30px;
        padding-right: 30px;
    }

    .datas_importantes .item {
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }

    .datas_importantes .item .icon {
        margin-bottom: 15px;
    }

    .datas_importantes .item .content {
        width: 100%;
        padding-left: 0;
    }

    .datas_importantes .item .content p.max {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    .patrocinadores_titulo {
        font-size: 22px;
    }

    .patrocinadores_titulo img {
        margin-right: 5px;
    }

    .col-aux-5 {
        width: calc(100% / 2);
    }

    .col-aux-7 {
        width: calc(100% / 3);
    }

    .imagem_sobre_aux {
        margin-left: -30px;
        padding-left: 0;
        margin-right: -30px;
    }

    .sec-home {
        padding-top: 120px;
        min-height: 112vh;
    }

    .sec-home .content {
        padding-top: 120px;
        min-height: 112vh;
    }

    .box_imagem_evento {
        margin-right: 0;
        border-right: 0;
        border-bottom: 2px solid #FFF;
        padding-right: 0;
        padding-bottom: 32px;
        margin-bottom: 20px;
    }

    .box_imagem_evento img {
        display: block;
        margin: 0 auto;
        max-width: 220px;
    }

    .box_data_evento .content_info .data_max {
        font-size: 56px;
        line-height: 56px;
    }

    .sec-programacao .nav-tabs > li {
        margin: 0 8px;
        width: 23%;
    }

    .sec-programacao .nav-tabs > li > a {
        padding: 10px 16px;
    }

    .sec-programacao .tab-content .item .icon {
        display: none;
    }

    .sec-programacao .tab-content .item .content {
        width: 100%;
        padding-left: 0;
    }

    #search .filtros {
        float: inherit;
        width: 100%;
        padding-right: 0;
    }

    #search .filtro {
        float: inherit;
        width: 100%;
    }

    .btn-search {
        padding: 14px 12px;
    }

    .btn-search-voltar {
        margin-right: 10px !important;
        padding: 14px 16px !important;
    }

    .radio_max .radio-btn {
        width: 50%;
    }

    .customRadioPesquisa .radiomark {
        margin: 7px;
    }
}