* {
  outline: none;
}
a,
button {
  text-decoration: none !important;
  cursor: pointer !important;
  transition: 1s;
}
p {
  line-height: 1.5;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin: 0;
  background: #F5F5F5;
}
.container {
  max-width: 1240px !important;
  width: 100%;
}

.btn-geral {
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
    background: linear-gradient(90deg,rgba(0, 27, 113, 1) 0%, rgba(26, 109, 174, 1) 100%);
    display: table;
    margin: 30px auto 0;
}
.btn-geral:hover {
    background: #001B71;
}

.titulo-geral {
    font-size: 40px;
    font-weight: bold;
    color: #001B71;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -42px;
}
.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BA2622 !important;
    width: 52px;
    height: 52px;
    border-radius: 50px;
    position: relative;
    z-index: 99;
    transition: .5s;
}
.owl-nav button:hover {
    background: #4890C1 !important;
}
.owl-nav button span {
    font-size: 40px;
    color: #fff;
}
.owl-nav  button.owl-prev {
    left: -52px;
}
.owl-nav  button.owl-next {
    right: -52px;
}
.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    background: #D9D9D9;
    border-radius: 50px;
    margin: 0 2px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{
    background: #3A4E62;
}

header {
    position: absolute;
    width: 100%;
    margin-top: 15px;
}
nav.navbar {
    background: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
ul.nav,
.navbar-default,
.navbar-header .navbar-brand,
#bs-example-navbar-collapse-1 {
    transition: .5s;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    border: none;
    transition: .5s;
}
#bs-example-navbar-collapse-1 {
    float: right;
    padding: 0;
    transition: .5s;
}
img.logo {
    width: 190px;
}
ul.navbar-nav>li>a {
    font-size: 14px;
    color: #4F4F4F !important;
    padding: 10px 5px;
}
.navbar  ul>li>a:hover,
.navbar  ul>li>a:active,
.navbar  ul>li>a:focus,
.navbar  ul>li>a.active {
    font-weight: bold;
    color: #001B71!important;
}

.vitrine {
    height: 860px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vitrine img.w-100 {
    height: 860px;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.vitrine .conteudo {
    max-width: 990px;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    padding: 60px 205px;
}
.vitrine .conteudo h1 {
    font-size: 40px;
    font-weight: bold;
    color: #001B71;
    text-align: center;
    margin: 0 0 20px;
}
.vitrine .conteudo p {
    font-size: 18px;
    color: #4f4f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.destaque {
    padding: 80px 0 110px;
}
.destaque .col a {
    background: #fff;
    display: flex;
    border: 1px solid #E9E9E9;
    border-radius: 15px;
    height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}
.destaque .col a:hover {
    background: #F5F5F5;
}
.destaque img {
    height: 85px;
}
.destaque h4 {
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0 0;
}

footer {
    background: #1A6DAE;
    padding: 25px 0 15px;
}
.box-branco {
    background: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
footer .logo-footer {
    width: 190px;
}
footer ul {
    margin: 0;
    display: flex;
    align-items: center;
}
footer li {
    margin: 0 10px;
}
footer .box-branco ul li img {
    height: 50px;
    object-fit: contain;
    object-position: center;
}
footer h4 {
    font-size: 16px;
    color: #4f4f4f;
    margin: 0 0 15px;
}
footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 5px 0;
}
footer a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline!important;
}
.redes-sociais {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
}
.redes-sociais a {
    margin: 0 6px;
}

.rodape {
    background: #001B71;
    padding: 20px 0;
}
.rodape .container {
    display: flex;
    justify-content: center;
}
.rodape a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.rodape a:nth-child(2) {
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.btn-inscrevase {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #35A249;
    padding: 10px 40px;
    border-radius: 5px 0 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.btn-inscrevase:hover {
    background: #001b71;
}

.vitrine-interna {
    height: 365px;
}
.vitrine-interna img.w-100 {
    height: 365px;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

section.interna {
    padding: 60px 0;
}
.interna p {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px;
}
.interna h4 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

table th {
    padding: 10px 40px !important;
    font-size: 18px;
    color: #fff !important;
    background: #1A6DAE !important;
    border-left: 1px solid #fff;
}
table th:first-child {
    border-radius: 10px 0 0 0 !important;
    text-align: center;
    border-left: none;
}
table th:last-child {
    border-radius: 0 10px 0 0 !important;
}
table td:first-child {
    text-align: center;
    border-left: none;
}
table td {
    font-size: 18px;
    color: #333;
    padding: 30px !important;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
tr:last-child td {
    border-bottom: none;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}

.palestrantes .col-md-9.p-5 {
    background: #fff;
    border-radius: 0 15px 15px 0;
}
.interna.palestrantes h4,
.interna.natal h4{
    color: #001B71;
}

.palestrantes .row img.w-100 {
    border-radius: 20px 0 0 20px;
}

.natal .item img {
    border-radius: 15px;
}

.interna.inscricao table th:first-child,
.interna.inscricao table td:first-child{
    text-align: left;
}

.interna.inscricao table th:first-child {
    width: 50%;
}

.borda-azul {
    border-left: 7px solid #1A6DAE;
    padding-left: 15px;
    border-radius: 4px;
}

p.text-center.mt-5.inscricao-jantar {
    background: #fff;
    padding: 30px 60px;
    border-radius: 15px;
    font-size: 24px;
    color: #001B71;
    border: 1px solid #E9E9E9;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        visibility: visible;
    }
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    a.navbar-brand {
        margin: 0px;
        padding: 0
    }
    a.navbar-brand img {
        width: 150px;
    }
    a.menu-mobile {
        position: absolute;
        right: 15px;
    }
    nav.navbar {
        padding: 15px 20px;
    }
    a.close-mobile.d-block.d-sm-none {
        position: absolute;
        top: 0;
        left: 0;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: -15px;
        z-index: 99;
        background: #001B71;
        width: calc(100% + 24px);
        left: -12px;
        padding: 50px 60px 80px;
        text-align: center;
        border-radius: 0 0 0 40px;
        visibility: visible;
    }
    header ul.navbar-nav>li>a {
        color: #fff !important;
    }
    .vitrine,
    .vitrine img.w-100 {
        height: 620px;
    }
    .vitrine .conteudo {
        width: calc(100% - 30px);
        padding: 20px 15px;
        margin-top: 15px;
    }
    .vitrine .conteudo h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .vitrine .conteudo p {
        font-size: 16px;
    }
    .btn-geral {
        font-size: 16px;
        margin: 10px auto 0;
    }
    .titulo-geral {
        font-size: 30px;
        margin: 0 0 40px;
    }
    .destaque {
        padding: 30px 0 0;
    }
    .destaque a {
        margin-bottom: 30px;
    }
    .destaque img {
        height: 65px;
    }
    footer .logo-footer {
        margin: 0 auto;
        display: table;
    }
    footer h4 {
        margin: 35px 0 15px;
        text-align: center;
    }
    footer ul {
        justify-content: center;
    }
    .box-branco {
        padding: 20px 15px;
    }
    .rodape {
        padding: 20px 0 60px;
    }
    .btn-inscrevase {
        padding: 5px 40px;
        width: 100%;
        text-align: center;
    }
    .rodape .container {
        display: block;
    }
    .rodape a:nth-child(2) {
        margin: 0 auto 20px;
        border-left: none;
        border-right: none;
        padding: 0;
    }
    .rodape a {
        display: table;
        margin: 0 auto 20px;
    }
    .vitrine-interna,
    .vitrine-interna img.w-100 {
        height: 210px;
    }
    section.interna {
        padding: 35px 0;
    }
    .interna.organizacao img {
        display: table;
        margin: 0 auto 20px;
    }
    table th {
        padding: 10px 5px !important;
        font-size: 12px;
    }
    table td {
        font-size: 12px;
        padding: 15px 5px !important;
    }
    .interna.inscricao table th:last-child {
        width: 34%;
    }
    .interna.inscricao table th:first-child {
        width: 50%;
    }
    .row.align-items-center {
        display: block;
    }    
}