@font-face {
    font-family: 'Neue Machina';
    src: url('fonte/NeueMachina-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('fonte/NeueMachina-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('fonte/NeueMachina-Ultrabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Neue Machina';
    font-size: 17px;
    line-height: 1.3;
}

.bg-azul{
    background-color: #243165;
}

.bg-vermelho{
    background-color: #bf332e;
}

.bg-azul-claro{
    background-color: #c9d3ff;
}

.texto-amarelo{
    color: #efb436 !important;
}

.texto-vermelho{
    color: #bf332e !important;
}

.texto-azul{
    color: #263161 !important;
}

.btn-iepsis{
    border-radius: 0;
    font-weight: bold;
    font-size: 22px;
}

.btn-iepsis.azul{
    background-color: #263161;
    color: #efb436;
}

.btn-iepsis.amarelo{
    background-color: #efb436;
    color: #bf332e;
}

.scroll{
    overflow-y: scroll;
    max-height: 200px;
    direction: rtl;
    text-align: left;
}

.bg-amarelo{
    background-color: #efb436;
}

section.conteudo h2{
    font-size: 45px;
    font-weight: bold;
}


section.conteudo h3, 
section.conteudo h4{
    font-weight: bold;
}

section.conteudo.local h3{
    font-size: 40px;
}

.ingressos .btn-iepsis{
    font-size: 17px;
}

iframe.mapa{
    height: 100%;
    width: 100%;
}

.pra-cima{
    position: relative;
    top: -50px;
}

.horario {
    background-color: #efb436;
    color: #bf332e;
    font-weight: bold;
    padding: .2rem 1.5rem;
    border-radius: 0 15px 15px 0;
}

.descricao ul{
    list-style-position: inside;
}

.container-fluid{
    padding: 0;
    overflow: hidden;
}

@media (max-width: 767px){
    section.conteudo h2 {
        font-size: 30px;
        font-weight: bold;
    }


    .bg-vermelho{
        background-color: #d01d23;
    }
    
    section.conteudo.local h3{
        font-size: 25px;
    }
}