@font-face {
    font-family: GothamXNarrow-Medium;
    src: url('../font/ttf/GothamXNarrow-Medium.ttf')
}

@font-face {
    font-family: GothamCond-Bold;
    src: url('../font/ttf/GothamCond-Bold.ttf')
}

@font-face {
    font-family: Gotham-Black;
    src: url('../font/ttf/Gotham-Black.ttf')
}

@font-face {
    font-family: GothamXNarrow-Book;
    src: url('../font/ttf/GothamXNarrow-Book.ttf')
}

@font-face {
    font-family: GothamCond-Medium;
    src: url('../font/ttf/GothamCond-Medium.ttf')
}

.w-80 {
    width: 80%
}

.mw-80 {
    max-width: 80%
}

.titulo {
    background: #217bd3
}

.titulo h2 {
    color: #fff;
    font-size: 50px;
    font-family: GothamXNarrow-Medium;
    text-transform: none
}

.subtitulo {
    background: #39ccd6
}

.subtitulo h3 {
    color: #fff;
    font-size: 60px;
    font-family: GothamCond-Bold
}

.container-xl {
    width: 1850px;
    max-width: 96%;
    margin: 0 auto
}

.regras {
    background: #eaeaea;
    border-bottom: 20px solid #217bd3
}

.regras ul li {
    margin-bottom: 35px
}

.regras ul li span {
    font-family: Gotham-Black;
    font-size: 100px;
    color: #2d7ec8;
    line-height: 1;
    min-width: 90px
}

.regras ul li p {
    font-family: GothamXNarrow-Book;
    font-size: 30px;
    text-transform: none;
    line-height: 1.3;
    font-weight: 400
}

.regras ul li.obs img {
    height: max-content;
    max-width: 90px
}

.regras ul li.obs p {
    font-family: GothamCond-Medium;
    text-transform: uppercase;
    color: #e9852d;
    font-size: 32px
}

@media screen and (max-width:1610px) {
    .titulo h2 {
        font-size: 40px
    }

    .subtitulo h3 {
        font-size: 50px
    }

    .regras ul li span {
        font-size: 80px;
        min-width: 76px
    }

    .regras ul li p {
        font-size: 26px
    }

    .regras ul li.obs p {
        font-size: 28px
    }

    .regras ul li.obs img {
        max-width: 80px
    }
}

@media screen and (max-width:1360px) {
    .titulo h2 {
        font-size: 32px
    }

    .subtitulo h3 {
        font-size: 42px
    }

    .regras ul li span {
        font-size: 72px;
        min-width: 68px
    }

    .regras ul li p {
        font-size: 22px
    }

    .regras ul li.obs p {
        font-size: 24px
    }

    .regras ul li.obs img {
        max-width: 70px
    }
}

@media screen and (max-width:990px) {
    .subtitulo h3 {
        font-size: 30px
    }
}