/*
 *   CORES
 *   -----
 *
 *   VERMELHO: #e50000
 *   CINZA DO TEXTO: #929292
 *   CINZA DAS CAIXAS: #eeeeee
**/

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../font/bebasneue_bold-webfont.woff2') format('woff2'),
    url('../font/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*****************************
 Características comuns
 *****************************/

body {
    font-family: "Lato", "Helvetica Neue", "SEGOE UI", sans-serif;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #4A4A4A;
    cursor: default;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    background: rgba(0, 0, 0, 0.2);
}

.container {
    max-width: 970px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}

.titulo {
    font-family: 'Bebas Neue Bold', 'Lato', Sans-Serif;
    text-transform: uppercase;
    text-align: center;
    color: #cea900;
    margin-bottom: 30px;
    font-weight: bold;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section:nth-child(odd) {
    background: #efefef;
}

section:nth-last-child(1) {
    margin-bottom: 100px;
}


.altera-body {
    overflow: hidden;
}

.overlaypage {
    background: rgba(0, 0, 0, 0.50);
    z-index: 5555555555555555;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


a, li {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*****************************
 Cabeçalho
 *****************************/

header#topo {
    width: 100%;
    height: auto;
    margin: 70px 0 0;
    background: url(../img/pattern.svg) no-repeat;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    text-align: center;
    -webkit-box-shadow: 0 0 100px 0 #1e2a30;
    box-shadow: 0 0 100px 0 #1e2a30;
}

#topo img {
    margin: 0px auto;
}


/*****************************
 Barra de Navegação
 *****************************/

.navbar {
    background: #1e2a30;
    text-transform: uppercase;
    width: 100%;
    color: #fff !important;
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
    border: 0;
    font-size: 14px !important;
    box-shadow: none;
    z-index: 999999999999999999999;
}

.nav > li > a {
    padding: auto 10px;
    color: #FFF !important;
    font-weight: bold;
    opacity: 1;
}

.nav > li > a:hover {
    background: none;
    opacity: 1;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    font-size: 14px;
    padding: auto 15px;
    height: auto;
    color: #fff !important;
    font-weight: 900;
    outline: none;
}

#navbartopo .nav > li > a:focus,
#navbartopo .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-collapse > ul {
    text-align: center;

}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
    position: relative;
    float: right;
    padding: 8px 5px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px none;
    border-radius: 0px;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 0;
    background: #fff !important;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-collapse > ul {
    text-align: center;

}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/* Botão de Inscreva-se */

.btn-inscreva-se {
    border: 2px solid #fff;
    padding: 6px 15px !important;
    margin-top: 7px;
    margin-right: 15px;
}


.btn-inscreva-se:hover {
    background: #fff !important;
    color: #1e2a30 !important;
}

@media only screen and (max-width: 767px) {
    .btn-inscreva-se {
        border: 0 !important;
        padding: 0;
        margin: 0;
    }
}



/*****************************
 Palestrantes
 *****************************/

.palestrante {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 100vh;
    background-color: rgba(23, 20, 13, 0.98);
    color: #fff !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    opacity: 0;
}

.palestrante.open {
    right: 0;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1 !important;
    z-index: 999999999999;
}

.palestrante .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.palestrante h1, h1.nomepalestrante {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 467px) {
    .palestrante {
        width: 100%;
    }
}

h1.nomepalestrante {
    color: #e50000;
    margin: 15px 0 0;
}

.palestrante h1 small,
h1.nomepalestrante small {
    display: block;
    margin-top: 5px;
}

/* Caixa de Perfil que exibirá a descrição do Palestrante */

.perfil {
    height: 300px;
    position:relative;
    overflow: hidden;
}

.perfil img {
    height: auto;
    width: 100%;
    left: 0;
    cursor: default;
}

.perfil header {
    position: absolute;
    left: 15px;
    bottom: 30px;
    right: 15px;
    color: #FFF;
    text-align: center;
}

.perfil header .bio {
    padding: 5px 25px;
    border: 2px solid #fff;
    background: rgba(229, 0, 0, 0.50);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

.perfil header .bio:hover {
    padding: 5px 25px;
    background: #fff;
    border: 2px solid #e50000;
    color: #e50000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}



/*****************************
 Programação
 *****************************/

#programacao .nav-tabs {
    background: #eeeeee;
}

#programacao .nav-tabs > li {
    width: 50%;
    text-align: center;
}

#programacao .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    color: #929292 !important;
    font-size: 24px;
    outline: 0;
}

#programacao .nav-tabs > li.active > a,
#programacao .nav-tabs > li.active > a:focus,
#programacao .nav-tabs > li.active > a:hover {
    color: #FFF !important;
    cursor: default;
    background-color: #047588;
    border: 0;
    border-bottom-color: transparent;
    font-weight: bold;
}

#programacao .nav > li > a:focus,
#programacao .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}


/* Linha do tempo da Programação */

.timeline {
    border-left: 4px solid #047588;
    position: relative;
    padding: 30px 0 0px 30px;
    list-style: none;
    text-align: left;
    font-weight: normal;
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:after {
    border: 4px solid #047588;
    left: -40px;
    background: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    top: 2px;
}

.timeline h1 {
    color: #047588;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}

.timeline .well {
    position: relative;
    background: #f5f5f5;
    border: 3px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    margin-top: 15px;
    padding: 20px !important;
    margin-bottom: 0;
}

.timeline .well h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

.timeline .well:after,
.timeline .well:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timeline .well:after {
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #f5f5f5;
    border-width: 10px;
    margin-left: -10px;
}

.timeline .well:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 15px;
    margin-left: -15px;
}


/* Sessões */

.timeline-sessoes {
    border-left: 4px solid #ccc;
    position: relative;
    padding: 30px 0 0px 30px;
    list-style: none;
    text-align: left;
    font-weight: 100;
}

.timeline-sessoes .event {
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.timeline-sessoes .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-sessoes .event:before,
.timeline-sessoes .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-sessoes .event:after {
    border: 4px solid #ccc;
    left: -40px;
    background: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    top: 2px;
}

.timeline-sessoes h1 {
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}



/*****************************
 Minicursos
 *****************************/

.minicurso {
    height: 260px;
    position:relative;
    overflow: hidden;
}

.minicurso img {
    height: 100%;
    width: auto;
    left: 0;
    right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.minicurso .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.minicurso header {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
    text-align: left;
}

.minicurso header h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.minicurso header span.palestrantecurso {
    display: block;
}

.minicurso header span.adicional {
    display: block;
}

#myCarousel .carousel-control.left {
    left: -2.5%;
    width: auto;
    background: none;
}

#myCarousel .carousel-control.right {
    right: -4%;
    width: auto;
    background: none;
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left:  33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left,
.carousel-control.right {
    background-image:none;
    color: #e50000;
    text-shadow: none;
    opacity: 1;
}

.item:not(.prev) {
    visibility: visible;
}

.item.right:not(.prev) {
    visibility: hidden;
}

.rightest{
    visibility: visible;
}


/*****************************
 Comitê de Programa
 *****************************/

.comiteslistas h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #047588;
}

.comiteslistas ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comiteslistas ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}

.comiteslistas ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 5px;
}

.comiteslistas ul li:hover, .comiteslistas ul li:hover::before {
    color: #101010;
}


/*****************************
 Trabalhos Aprovados
 *****************************/

.trabalhosaprovados h1 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


/*****************************
 Datas Importantes
 *****************************/

#datas h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    height: 40px;
    color: #fff;
}
#datas h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
#datas .col-md-4 .info {
    background: #feba01;
    padding: 15px;
}
#datas .col-md-4 .info2 {
    background: #047588;
    padding: 15px;
}
#datas .col-md-4 .info3 {
    background: #ff3c2a;
    padding: 15px;
}
#datas .col-md-4 .info4 {
    background: #00a852;
    padding: 15px;
}


/*****************************
 Inscrições
 *****************************/

a.btn-inscricao {
    padding: 15px;
    border: 2px solid #047588;
    text-decoration: none;
    color: #047588;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

a.btn-inscricao:hover {
    background: #047588;
    color: #fff;
    border: 2px solid #047588;
}


/*****************************
 Local
 *****************************/

.wrappermap {
    height:300px;
    overflow: hidden;
}

#map {
    width:100%;
    height:350px;
    margin-top:0px;
    z-index:34902042;
}

.endereco {
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding: 20px;
}



/*****************************
 Rodapé
 *****************************/

#rodape {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1e2a30;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

#rodape span {
    opacity: 0.7;
}

#rodape a {
    color: #fff;
    text-decoration: none;
}

.logo-fsw {
    margin-left: 5px !important;
    margin-top: -3px !important;
    height: 20px;
    width: auto;
}