body {
    font-family: 'Montserrat', sans-serif;
}

.navbar-blue {
    background: url('../img/bg_navbar.png');
    background-size: cover;
}

.navbar-blue .nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.main-search {
    padding: 30px 0;
    background: #f9f9f9;
}

.text-blue {
    color: #0058b8;
}

.title-1 {
    font-size: 26px;
    color: #0058b8;
    display: block;
    padding-bottom: .5em;
    font-weight: 500;
}

.input-search {
    border: 1px solid #108add;
    border-right: 0;
    background: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.btn-search {
    border: 1px solid #108add;
    border-left: 0;
    background: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.btn-search i {
    color: #3f3f3f;
}

.event-title {
    color: #0058b8;
}

a:hover {
    text-decoration: none;
}

.card-event {
    border-radius: 15px;
    display: block;
    margin-bottom: 50px;
    -webkit-box-shadow: 3px 3px 26px -13px rgba(0,0,0,0.55);
    -moz-box-shadow: 3px 3px 26px -13px rgba(0,0,0,0.55);
    box-shadow: 3px 3px 26px -13px rgba(0,0,0,0.55);
    overflow: hidden;
    background: white;
}

.card-event .info-title {
    color: #0058b8;
    font-weight: bold;
}

.card-event .info-date {
    color: #0058b8;
}

.card-event .info-local {
    color: #0058b8;
    font-weight: bold;
}

.card-event .card-info {
    padding: 1.5rem;
}

.app-download {
    background: #FF7272;
    padding: 5rem 0;
    margin-top: -6rem;
}

.app-download .app-title {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
}

.img-event {
    border-radius: 50%;
}

.mainFooter {
    font-weight: 300;
    background-color: #0b293b;
    padding: 30px 0;
}

.get-in-touch {
    background-color: #ff7272;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    padding: 5px;
    border-radius: 5px;
}

.mainFooter .website {
    font-size: 24px;
}

.mainFooter .icons a {
    color: #fff;
    font-size: 42px;
    letter-spacing: .3rem;
}

@media (max-width: 500px) {
    .mainFooter {
        text-align: center;
    }
}

.main-banner {
    margin-top: 104px;
}

@media (max-width: 991px) {
    .main-banner {
        margin-top: 46px;
    }
}

.download-float-icon {
    position: fixed;
    bottom: 0;
    left: 0;
}

.download-float-icon img {
    height: 100px;
}

.download-float-icon .float-close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    display: block;
    right: 0;
    top: 8px;
}

.regulamento {
    background: #0788DD;
    padding: 3rem 0;
    margin-top: -6rem;
    color: #fff;
}

.regulamento a {
    color: #fff;
}

.regulamento .title-1 {
    color: #fff;
    font-size: 42px;
}

#login {
    background: #2a55b7;
}

.carousel-control-next {
    right: -139px;
}

.carousel-control-prev {
    left: -139px;
}
