/* Default */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    padding-top: 53px;
}

/* Navbar */
.navbar {
    background-color: #1D1D1B;
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}
.navbar-toggler { border-color: rgba(255,255,255,0)!important; }

/* Banner */

.banner h1 {
    color: #ffffff;
    font-weight: 900;
    font-size: 3.5rem;
}
.banner p {
    color: #ffffff;
    font-size: 1.25rem;
    /* font-weight: 400; */
}
.banner .banner-logo-unifafibe {
    width: 96px;
    margin: 30px auto 0;
}
.banner .banner-logo-epeq {
    width: 585px;
    margin-left: auto;
}
@media (max-width: 1199px) {
    .banner h1 {
        font-size: 3rem;
    }
    .banner p {
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .banner { padding: 30px 0; }
    .banner .banner-logo-epeq {
        /* width: 320px; */
        margin: 0 auto 30px;
    }
    .banner h1 { font-size: 2rem; }
    .banner p { font-size: 1rem; }
}
@media (max-width: 575px) {
    /* .banner { padding: 15px 0; } */
    .banner .banner-logo-epeq {
        /* max-width: 280px; */
        margin: 0 auto -15px;
        z-index: 0;
        position: relative;
    }
    .banner h1 {
        font-size: 2rem;
        z-index: 1;
        position: relative;
    }
}

/* Inscri��es */
.inscricoes {
    padding: 60px 0;
}
.inscricoes .data-local .img-data {
    width: 256px;
    margin-bottom: 30px;
}
.inscricoes .badge {
    background-color: #E5E338;
    color: #000000;
}
.inscricoes .data-local h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 6rem;
    font-weight: 700;
    color: #881432;
    line-height: 68px;
}
.inscricoes .data-local small {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #757575
}
.inscricoes .data-local p {
    font-size: 1.5rem;
    font-weight: 600;
}
.inscricoes .convite .ic-comunidade-academica {
    width: 96px;
    margin-bottom: 30px;
}
.inscricoes .convite p {
    font-size: 1.5rem;
    font-weight: 600;
}
.btn-primary {
    background-color: #C20636;
    border-color: #C20636;
    text-transform: uppercase;
    font-weight: 500;
    padding: .5rem 4rem;
    margin: 15px 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #C20636!important;
    border-color: #C20636!important;
}
.inscricoes .btn-link {
    text-transform: uppercase;
    color: #C20636;
    font-weight: 500;
}
@media (max-width: 991px) {
    .inscricoes .data-local h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 4.5rem;
        font-weight: 700;
        color: #881432;
        line-height: 48px;
    }
    .inscricoes .data-local small {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 2.125rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #757575
    }
    .inscricoes .data-local p {
        font-size: 1.125rem;
        font-weight: 600;
    }
    .inscricoes .convite .ic-comunidade-academica {
        width: 64px;
        margin-bottom: 30px;
    }
    .inscricoes .convite p {
        font-size: 1.125rem;
        font-weight: 600;
    }
    .inscricoes .data-local .img-data {
        width: 192px;
        margin-bottom: 30px;
    }
}

/* Objetivo */
.objetivo {
    padding: 60px 0 0;
    background-color: #C20636;
    color: #ffffff;
}
.objetivo img {
    margin-top: -150px;
    width: 100%;
    opacity: 1;
}
.objetivo h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    /* color: #ffffff; */
}
.objetivo p {
    margin: 0;
    /* font-weight: 500; */
    font-size: 1.125rem;
    /* color: #ffffff; */
}
@media (max-width: 1360px) {
    .objetivo img {
        margin-top: -100px;
    }
}
@media (max-width: 1280px) {
    .objetivo img {
        margin-top: -80px;
    }
}
@media (max-width: 1200px) {
    .objetivo img {
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .objetivo { padding: 30px 0 0; }
    .objetivo img {
        width: 128px;
        /* margin-bottom: 15px; */
    }
    .objetivo img {
        margin-top: 0;
    }
    .objetivo h1 { font-size: 2rem; }
    .objetivo p { font-size: 1rem; }
}

/* Eixos tem�ticos */
.eixos-tematicos {
    padding: 30px 0;
    min-height: 674px;
}
.eixos-tematicos .header h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
}
.eixos-tematicos .header p {
    font-size: 1.125rem;
    color: #757575;
    font-weight: 300;
}
.eixos-tematicos .card {
    margin: 15px;
    border: none;
    border-radius: .25rem;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.eixos-tematicos .card .topic {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.eixos-tematicos .card .card-title {
    color: #C20636 ;
}
.eixos-tematicos .card ul li {
    color: #757575;
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    /* .eixos-tematicos { padding: 15px 0; } */
    .eixos-tematicos .header h1 { font-size: 2rem; }
    .eixos-tematicos .header p { font-size: 1rem; }
}

/* Cronograma e investimento */
.cronograma-investimento {
    padding: 30px 0;
    background-color: #C20636;
    color: #1B1B1B;
}
.cronograma-investimento h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; 
    font-size: 3rem;
}
.timeline .timeline-item .step { margin-right: 15px; }
.timeline .timeline-item .step .mark {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    margin: 5px 0;
}
.timeline .timeline-item .step .vertical-line {
    width: 3px;
    height: calc(100% - 30px);
    background: #ffffff;
    opacity: 0.25; 
}
.timeline .timeline-item:last-child .step .vertical-line { display: none; }
.timeline .timeline-item .content small {
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-size: 0.75rem; */
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    opacity: 0.67;
}
.timeline h5 {
    color: #ffffff;
    margin: 5px 0 10px 0;
    line-height: 1;
}
.timeline .timeline-item .content p {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1;
}
.cronograma-investimento .ver-camiseta {
    color: #ffffff;
}
.cronograma-investimento .tabela-precos {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
}
.tabela-precos .descricao {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.tabela-precos .prazo {
    font-weight: 600;
    color: #757575;
}
.tabela-precos .preco { font-weight: 700; }
.tabela-precos .preco.lote-1 { color: #EC576B; }
.tabela-precos .preco.lote-2 { color: #881432; }
.cronograma-investimento .observacoes p {
    margin: 10px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}
#camisetaModal img { max-height: 400px; }
@media(min-width: 767px) {
    /* .cronograma-investimento h5 { min-height: 31px; } */
}
@media(max-width: 767px) {
    /* .cronograma-investimento { padding: 15px 0; } */
    .cronograma-investimento h1 { font-size: 2rem; }
    .tabela-precos.mb-sm { margin-bottom: 15px; }
}

/* Programa��o geral */
.programacao-geral {
    padding: 30px 0;
    background: url( "../img/bg_programacao_geral_2021.png") center/cover no-repeat fixed #ffffff;
    background-attachment: fixed;
}
.programacao-geral h1,
.programacao-geral h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3rem;
}
.programacao-geral .programacao-item h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.programacao-geral .programacao-item p { color: #757575; }
.programacao-geral .btn-link {
    text-transform: uppercase;
    color: #EC576B;
    font-weight: 500;
}
.programacao-geral .programacao-item .sub-item p {
    color: #212529;
    font-weight: 500;
    line-height: 1;
}
.programacao-geral .programacao-item .sub-item span {
    color: #757575;
    font-size: 0.875rem;
    line-height: 1;
    display: block;
}
@media(max-width: 991px) {
    /* .programacao-geral { padding: 15px 0; } */
    .programacao-geral h1,
    .programacao-geral h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 2rem;
    }
    .programacao-geral h5 { font-size: 1.125rem; }
}

/* Rodap� */
footer { background-color: #1D1D1B; }
footer .redes-sociais { margin: 15px 0; }
footer .redes-sociais a {
    color: #ffffff;
    padding: 10px;
    margin: 5px;
    display: inline-block;
    font-size: 1.5rem;
}
footer .redes-sociais a:hover { color: #EC576B; }

footer .col-footer {
    max-width: 280px;
    margin: 0 30px;
}

footer .info p {
    color: #ffffff;
    margin: 0;
}
footer .contato h5 { color: #ffffff; }
footer .contato p {
    color: #ffffff;
    opacity: 0.75;
    font-weight: 300;
    font-size: 0.875rem;
    margin: 0;
}
footer .logo-footer { width: 150px; }
footer .copy {
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.25);
}
footer .copy p {
    color: #ffffff;
    opacity: 0.75;
    font-weight: 300;
    font-size: 0.875rem;
}
footer .content-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    footer .content-footer {
        flex-direction: column;
        text-align: center;
    }
    footer .col-footer {
        margin-left: 0;
        margin-right: 0;
    }

    footer img { margin-bottom: 30px; }
    footer .info p { text-align: center; }
    footer .contato {
        margin-top: 30px;
        text-align: center;
    }
    footer .contato p { margin: 0; }
}
@media(max-width: 575px) {
   
}


/* Owl Carousel 2 */
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    display: flex;
    align-items: stretch;
}
.owl-nav {
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    width: 100%;
    margin: 0!important;
}
.owl-nav button {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    position: absolute;
    width: 48px!important;
    height: 48px!important;
    background-color: #ffffff!important;
    border-radius: 50%!important;
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.owl-nav .owl-prev { left: -68px; }
.owl-nav .owl-next { right: -68px; }
.owl-nav button:hover { color: #EC576B!important; }
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span { background: #EC576B!important; }
@media(max-width: 991px) {
    .owl-nav { display: none; }
}