@font-face {
    font-family: "FreightSans-Bold";
    src: 
        url("../fonts/FreightSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../fonts/FreightSans-Bold.woff") format("woff"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "FreightSans";
    src: 
        url("../fonts/FreightSans-Book.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../fonts/FreightSans-Book.woff") format("woff"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "FreightSans-Black";
    src: 
        url("../fonts/FreightSans-Black.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../fonts/FreightSans-Black.woff") format("woff"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'FreightSans', sans-serif !important;
    color: #666 !important;
    font-size: 18px;
}

p {
    font-size: 18px;
    font-weight: 300;
}

h1, h3 {
    font-family: 'FreightSans-Bold';;
}

b, strong {
    font-family: 'FreightSans-Bold' !important; 
}

.pagina a {
    color: #f15a31;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF !important;
}

.nav-link {
    padding: .3rem !important;
}

.dropdown-item {
    color: #FFF !important;
}

.dropdown-item:hover {
    color: #ED1556;
    background-color: #000;
}

.dropdown-menu {
    background-color: #000;
    padding: 10px;
    min-width: 210px;
}

.navbar-toggler  {
    background-color: #f15a31;
    color: #FFF !important;
}

.main-navbar__nav-link.active {
    color: #FFF !important;
    line-height: 40px;
}

.main-navbar__nav-link:hover {
    color: #FFF;
}

.nav-link:hover {
    color: #f15a31;
}

.nav-link {
    color: #FFF;
}

.botaoInscricoes {
    background-color: #f15a31; 
    border-radius: 25px; 
    font-weight: bold; 
    width: 100%; 
    text-align: center
}

.botaoInscricoes:hover {
    color: #000 !important;
}

.dropdown-toggle:hover > .dropdown-menu {
    background-color: #000;
}

/* .dropdown-toggle:hover > .dropdown-menu {
    display: block;
} */

/* .dropdown-toggle > .dropdown-toggle:active {
    pointer-events: none;
} */

.container {
    max-width: 1280px;
}

.main-navbar {
    background-color: #000;
    color: #FFF;
}

footer {
    background-color: #000;
    color: #FFF;
}

.titulo {
    font-family: 'FreightSans-Bold' !important;
    color: #000;
}

.regua {
    /* background-image: url('../img/rodape-bv-2022.png'); */
    background-position: left bottom;
    /* background-size: contain; */
    background-repeat: none;
    background-repeat: no-repeat;
}

main {
    margin-top: -27px;
}

.destaque {
    /* background-image: url('../img/bg-destaque.png'); */
    background-color: #115a8e;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.destaque h1 {
    font-family: 'FreightSans-Bold';
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
}

.destaque .titulo {
    color: #FFF;
}

.destaqueHome {

    /* background-image: url('../img/topo-bv-2022.png'); */
    /* background-image: url('../img/grafismo-topo.png'); */
    background-position: top right;
    background-repeat: no-repeat;

}

.destaqueHome .textoDestaque {
    padding-top: 360px !important;
    margin-bottom: 17px;
}

.destaque p {
    font-family: 'FreightSans-Black';
    font-size: 14px;
    font-weight: 700;
    font-size: 18px;
}

.sobre {
    background-color: #115a8e;
    color: #FFF;
}

.sobre p {
    font-size: 18px;
}

.sobre h3 {
    font-size: 30px;
    font-weight: 700;
}

.modulos {
    background-color: #ebe9e9;
}

.modulos .logo {
    width: 300px;
}

.modulos p {
    font-size: 16px;
    color: #666;
}

.mais {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    color: #FFF;
    background-color: #115a8e;
    padding: 3px;
    width: 150px;
    text-align: center;
}

.mais:hover {
    color: #FFF9;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    

.select select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #FFF;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #cccccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.botao-cinza {
    display: block;
    text-transform: uppercase;
    background-color: #b0b0b0;
    color: #FFF;
    width: 150px;
    margin: auto;
    padding: 15px;
}

.bgGrafismo {
    background: url('../img/grafismo-topo.png') right top no-repeat;
}

.localizacao {
    background-color: #ebe9e9;
}

.pagina table img {
    width: 150px !important;
    margin: auto;
}

.pagina table td {
    border: none;
    border-bottom: 1px solid #E6e6e6;
}

.pagina table {
    border: none;
    border-top: 1px solid #e6e6e6
}

.pagina a, .noticias a{
    color: #f15a31;
    text-decoration: underline !important;
}

.edicoesAnteriores .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f15a31;
    border: 1px solid #f15a31;
    color: #FFF !important;
    border-radius: 0 !important;
}

.edicoesAnteriores .card-header button {
    font-family: 'FreightSans-Bold';
    color: #FFF;
    font-size: 22px;
}

.edicoesAnteriores .card-body{
    font-family: 'FreightSans';
    background-color: #ececec;
}

.edicoesAnteriores .card-body a{
    color: rgb(54, 46, 85);
    text-decoration: underline !important;
}

.galeriaDeFotos {
    padding: 100px 0;
    background-color: #e7e4e4;
}


.inscrevase {
    padding: 100px 0;
    background-color: #e7e4e4;
}

.inscrevase a {
    font-size: 24px !important;
}

h1 small {
    font-size: 45%;
}


@media only screen and (max-width: 768px) {



}

@media only screen and (max-width: 991px) {

    .destaque {
        background-image: none;
    }

}
    
@media only screen and (max-width: 1024px) {

    .destaqueHome .textoDestaque {
        padding-top: 50px !important;
        /* margin-bottom: 100px; */
    }

    .regua {
        background-image: none;
    }

    .destaqueHome {
        background-image: none;
    }

    .bgGrafismo {
        background: none;
    }

}