@font-face {
	font-family: 'GothamBlack';
	src: url('../fonts/Gotham-Black.otf');
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/Gotham-Bold.otf');
}

body {
    /* min-height: 2000px;
    padding-top: 70px; */
}

.navbar {
    margin-bottom: 0px;    
}
.navbar-default {
    background: #2a2f54;
}
.navbar .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav li a {
    color: #FFF;
    border-radius: .5em;
    padding: .8em;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.navbar-nav {
    margin-left: 15px;
}

.background-verde {
    background-color: #E5FFBE !important;
}

#comunicado {
    padding-top: 100px;
    padding-bottom: 100px;
}

#comunicado p {
    color: #000;
}

.bkg-vermelha {
    position: relative;
    background-image: url(../background_programacao.jpg);
    background-color: #ed5244;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: contain;
}

#programacao_cientifica, #palestrantes {
    background: transparent;
}

#programacao_cientifica h2,
#programacao_cientifica p {
    color: #FFF;
}

/* .btn-download, .btn-download:hover, .btn-download:active, .btn-download:focus {
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 10px 20px;
} */

h1, h2, h3, h4:not(.modal-title) {
    font-family: 'GothamBlack', sans-serif;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3em;
}

h1 {
    font-size: 2.8em;
}

h1 span, h2 span, h4 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

p { 
    line-height: 2em;
    text-align: justify;
}

.conteudo-inicio {
    background: #FFF;
    padding-top: 3em;
    padding-bottom: 3em;
    /* min-height: 33em; */
    /* margin-bottom: 2em; */
}

.palestrante {
    height: 19em;
}

#palestrantes h2, #palestrantes h4 {
    color: #FFFFFF;
}

img.efeito-grayscale:hover {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

img.efeito-grayscale {
    filter: grayscale(60%);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

a:focus.palestrante, a:hover.palestrante {
    color: unset;
    text-decoration: none;
}

.tg-bgaddtocalendar {
    position: relative;
    background-image: url(../background_inscricoes.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-attachment: scroll;
    -moz-background-attachment: scroll;
    -ms-background-attachment: scroll;
    -o-background-attachment: scroll;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #2d3154;
}


#dropdownInscricoes,
.buttons-inscricao a {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    margin-top: 30px;
}

.dropdown-menu.inscricoes {
    width: 100%;
}

.dropdown-menu.inscricoes li {
    text-align: center;
}

.buttons-inscricao {
    margin-top: 25px;
}

.buttons-inscricao a {
    margin: 10px;
}

.opcoesInscricao .col-md-6 {
    margin-top: 25px;
}

.tg-bgaddtocalendar h2, .tg-bgaddtocalendar h4 {
    color: #FFF;
}

.opcao {
    background: #FFF;
    border-radius: .8em;
    padding: 2em;
    border: 2px solid #F2F2F2;
}

/* .btn-default.colored {
    color: #bf095d;
    border-color: #bf095d;
} */

/* .btn-default {
    border-radius: 50px;
    background: transparent;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

.buttons-inscricao a {
    margin: 10px;
}

/* .btn-branco {
    border-radius: 50px;
    background: transparent;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

#dropdownInscricoes, .buttons-inscricao a {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    margin-top: 30px;
}

.participantes .container{
    padding-top: 50px;
    padding-bottom: 70px;
}

.programacao {
    padding-bottom: 70px;
}

.programacao {
    background: #2793c1;
}

.programacao .container {
    padding-top: 45px;
    color: #FFFFFF;
}

.programacao .container h1 {
    text-transform: uppercase;
}

.programacao .dia {
    background-color: #28abe3;
    border-radius: 2em;
    color: #FFFFFF;
    padding: 2em;
    margin-bottom: 30px;
}

.programacao h3 {
    font-family: 'GothamBold', sans-serif;
    text-transform: uppercase;
}

.programacao h3 b {
    font-family: 'GothamBlack', sans-serif;
}

.titulo_divisao {
    background-color: #f8852c;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    font-family: 'GothamBold', sans-serif;
    text-transform: uppercase;
    border-radius: 5em;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.59);
    position: relative;
}

.btn-default.titulo_divisao:hover {
    color: #FFFFFF;
    background-color: #dd6306;
    border-color: #adadad;
}

.participantes img {
    margin: 0px auto;
}

.participantes p {
    font-family: 'GothamBold', sans-serif;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.4em;
    margin-top: 15px;
    text-transform: uppercase;
}

.participantes p .nome {
    color: #2f9ddc;
}

.participantes p .empresa {
    color: #f4a900;
}


.participantes .row {
    margin-bottom: 15px;
}

.table>tbody>tr>td:nth-child(1) {
    width: 100px !important;
}

.table>tbody>tr>td:nth-child(3) {
    width: 190px !important;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border: 0px !important;
    font-family: 'GothamBold', sans-serif;
    font-size: 1.3em;
}

.table>tbody>tr>td:first-child, 
.table>tbody>tr>th:first-child, 
.table>tfoot>tr>td:first-child, 
.table>tfoot>tr>th:first-child, 
.table>thead>tr>td:first-child, 
.table>thead>tr>th:first-child {
    color: #f8f165;
}

.participantes .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.participantes .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.area_botao {
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: -23px;
}

.dropdown-menu {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-family: 'GothamBold', sans-serif;
}

@media (max-width: 480px) {
    .navbar img {
        margin-left: 15px;
        margin-top: 8px;
    }
    .programacao {
        margin-top: 50px !important;
    }
}