@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
}

.carousel-item h2 {
    font-size: 80px;
    color: #ffffff;
    text-shadow: 2px 2px #0781c4;
}

.carousel-item h3 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 2px 2px #0781c4;
}

#countdown-box {
    font-size: 22px;
    color: #ffffff;
}

#countdown-box .number {
    color: #ffffff;
}

.nav-link {
    color: #1d2333;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #0781c4;
}

.schedule-tab-content .item .meta .time {
    color: #1d2333;
}

.schedule-tab-content .item:after {
    border: 4px solid #ec645e;
}

.schedule-tab-content .item .meta .time {
    color: #1d2333;
}

.pricing .heading {
    background: #1d2333;
    color: #ffffff;
}

.btn-primary {
    background: #0fbbe8;
}

.price-figure {
    color: #ec645e;
}

.contact-section a {
    color: #1d2333;
}

.swiper {
    width: 100%;
}

.swiper-slide.evento-2019 {
    background: url(../imagens/evento/evento-2019.webp) no-repeat center;
    background-size: cover;
}

.swiper-slide.evento-2020 {
    background: url(../imagens/evento/evento-2020.webp) no-repeat center;
    background-size: cover;
}

.swiper-slide.evento-2021 {
    background: url(../imagens/evento/evento-2021.webp) no-repeat center;
    background-size: cover;
}

/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.evento-2019 .ano {
    color: #e8e0db;
}

.evento-2020 .ano {
    /*color: #2d3c55 !important;*/
    color: #e8e0db !important;
}

.evento-2021 .ano {
    color: #c9c1bc !important;
}

a.seta-slide {
    color: #141c25;
    font-size: 50px;
    line-height: 1;
}

.swiper-slide .ano {
    font-size: 115px;
    font-weight: bold;
    line-height: 1;
}

.swiper-slide .titulo {
    font-size: 20px;
}

.navbar-toggler {
    font-size: 30px;
    color: #ffffff;
}

.btn.btn-regulamento {
    border: 1px solid #0781c4;
}

.btn.btn-regulamento:hover,
.btn.btn-regulamento:focus,
.btn.btn-regulamento:active {
    border: 1px solid #0781c4;
    background: #0781c4;
    color: #ffffff;
    text-decoration: none;
}

.bg-azul {
    background: #0781c4;
}

.bg-cinza {
    background-color: #f4f4f4;
}

.contagem-regressiva {
    background-image: url(../imagens/contagem.png);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-informacao {
    border-radius: 25px;
    background-color: #f4f4f4;
    color: #0781c4;
    text-decoration: none;
    font-size: 25px;
    border: 2px solid #f4f4f4;
    line-height: 2;
}

.box-informacao i {
    font-size: 80px;
}

.box-informacao:hover,
.box-informacao:focus {
    text-decoration: none;
    background-color: #0781c4;
    color: #f4f4f4;
}

.modal {
    color: #000000;
}

.informacoes {
    background-image: url(../imagens/informacoes.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 997px) {
    .swiper {
        height: 600px;
    }

    .swiper-slide .ano {
        font-size: 150px;
    }

    .swiper-slide .titulo {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {

    .hero-text-block h1.hero-heading,
    .hero-text-block .hero-heading.h1 {
        font-size: 35px;
        margin-top: 140px;
    }

    .carousel-item {
        height: auto;
        background-position: center center;
    }

    .carousel-item h2 {
        font-size: 45px;
    }

    .carousel-item h3 {
        font-size: 25px;
    }

    #countdown-box {
        font-size: 12px;
        color: #ffffff;
    }

    .schedule-tab-content .item {
        text-align: center;
    }
}