@font-face {
    font-family: 'Metropolis Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Medium'), url('/assets/fonts/Metropolis-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Regular'), url('/assets/fonts/Metropolis-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Metropolis Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Metropolis Bold'), url('/assets/fonts/Metropolis-Bold.woff') format('woff');
}

body {
    background: #080505;
    color: #fff;
    font-family: "Metropolis Regular", Verdana, Geneva, Tahoma, sans-serif;
    /* padding-top: 25px; */
}

.pink {
    color: #FE2C55;
}

.blue {
    color: #6AF4FE;
}

.video {
    border-bottom: 4px solid #FE2C55;
    border-radius: 20px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 3px solid #fff;
    border-radius: 20px
}

/* Header */
#header {
    background: linear-gradient(180deg, rgba(8, 5, 5, 0) 68.75%, #080505 100%), url('/assets/images/bg-header.jpg') top center;
    padding-top: 25px;
}

#header #menu {
    padding: 20px;
    margin: 0 auto;
    width: 90%;
    /* width: 541px;
    height: 58px; */
    background: rgba(32, 30, 30, 0.69);
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border-radius: 48px;
}

#header #menu a {
    font-family: "Metropolis Medium", Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

#header #patrocinio,
#header #patrocinio_mobile {
    font-size: 11px;
    line-height: 14px;
    padding-top: 62px;
}

#header #patrocinio_mobile {
    padding-top: 25px;
}

#header #patrocinio span,
#header #patrocinio_mobile span {
    text-transform: uppercase;
    opacity: 0.58;
    display: block;
    margin-bottom: 35px;
}

#header #patrocinio_mobile span {
    margin: 16px 0 10px 0;
}

#header #patrocinio span.mb {
    margin-bottom: 10px !important;
}

#header #patrocinio a,
#header #patrocinio_mobile a {
    /* display: inline-block; */
}

#header #patrocinio a.mr,
#header #patrocinio_mobile a.mr {
    /* margin-right: 25px; */
}

#header #patrocinio img,
#header #patrocinio_mobile img {
    /* vertical-align: bottom; */
}

#header #patrocinio_mobile img {
    /* max-width: 56%;
    height: auto */
    margin-right: 10px;
}

#header #patrocinio_mobile img.g {
    /* max-width: 75%;
    height: auto */
}

#header #logo {
    margin-top: 40px;
}

#header #logo img {
    max-width: 100%;
    height: auto
}

/* Campeonato */
#campeonato {
    margin: 25px auto 35px auto;
}

#campeonato .text {
    margin: 0 auto 35px auto;
}

#campeonato p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
}

#campeonato .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Exposição */
#exposicao {
    margin-top: 50px;
}

#exposicao h2 {
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 40px;
}

#exposicao p {
    font-size: 18.05px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

#exposicao .btn-ingressos {
    background: #FE2C55;
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 18px 30px;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: 15px;
}

#exposicao .btn-ingressos:hover {
    background: #FF708D;
}

#exposicao #servico {
    margin-top: 30px;
}

#exposicao #servico img {
    float: left;
    margin-right: 15px;
    margin-bottom: 40px;
}

#exposicao #servico p {
    font-size: 12px;
    line-height: 20px;
    padding-right: 15px;
    text-transform: uppercase;
}

#exposicao #servico .tit {
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
}

#exposicao .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 50px;
}

#leilao {
    margin-top: 50px;
}

#leilao .video-container {
    height: 290px;
}

#leilao h2 {
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 32px;
    line-height: 40px;
}

#leilao p {
    font-size: 18.05px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

#leilao .btn-ingressos {
    background: #6AF4FE;
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #080202;
    text-decoration: none;
    padding: 18px 30px;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: 15px;
}

#leilao .btn-ingressos:hover {
    background: #AEF9FF;
}

/* Contato */
#contato {
    background: linear-gradient(180deg, rgba(8, 5, 5, 0) 68.75%, #080505 100%), url('/assets/images/bg-footer.jpg') top center;
    padding: 10px 0;
}

#contato .card-horizontal {
    background: none;
}

#contato .card-horizontal p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
}

#contato .item {
    margin-bottom: 40px;
    margin-top: 15px;
}

#contato .item p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 5px;
}

#contato .item .cont {
    background: #FFFFFF;
    border: 1px solid #2B2B2B;
    border-radius: 10px;
    padding: 20px 5px;
    display: flex;
    flex: 1 1 auto;
}
#contato .item .cont-redes{
    padding: 30px 5px;
}
#contato .item .cont .mail {
    margin-right: 10px;
}
#contato .item .cont span {
    margin-right: 5px;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 8px;
    display: inline-block;
}
#contato .item .cont p {
    font-size: 18px;
    line-height: 28px;
    color: #080202;
    margin-bottom: 0;
    font-family: "Metropolis Regular", Verdana, Geneva, Tahoma, sans-serif;
}

#contato .item .cont a {
    text-decoration: none;
    font-family: "Metropolis Bold", Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 10px;
    display: inline-block;
}

#contato .item .cont .redes {
    float: right;
}

@media (min-width: 350px) {
    #leilao .video-container {
        height: 370px;
    }
}

@media (min-width: 400px) {
    #leilao .video-container {
        height: 440px;
    }
}

@media (min-width: 520px) {
    #leilao .video-container {
        height: 550px;
    }
}

@media (min-width: 600px) {
    #header #menu {
        padding: 20px 56px;
        width: 541px;
        height: 58px;
    }
    
    #header #menu a {
        font-size: 18px;
        line-height: 18px;
    }
}


@media (min-width: 760px) {
    body {
        /* padding-top: 43px; */
    }
    #leilao .video-container {
        height: 685px;
    }
}

@media (min-width: 992px) {
    #header {
        padding-top: 43px;
    }

    #campeonato {
        margin: 50px auto 70px auto;
    }

    #campeonato .text {
        max-width: 775px;
        margin: 0 auto 70px auto;
    }

    #campeonato p,
    #exposicao h2 {
        font-size: 34px;
        line-height: 44px;
    }

    #exposicao {
        margin-top: 100px;
    }

    #exposicao .txt {
        padding-right: 30px;
    }

    #exposicao p {
        font-size: 18px;
        line-height: 28px;
    }

    #exposicao .btn-ingressos {
        display: inline-block;
        margin-top: 30px;
    }

    #exposicao .line {
        padding-bottom: 100px;
    }

    #leilao {
        margin-top: 100px;
    }

    #leilao .txt {
        padding-left: 30px;
    }

    #leilao h2 {
        font-size: 34px;
        line-height: 44px;
        margin: -50px 0 50px;
    }

    #leilao .video-container {
        height: 424px;
    }

    #leilao p {
        font-size: 18px;
        line-height: 28px;
    }

    #leilao .btn-ingressos {
        display: inline-block;
        margin-top: 50px;
    }

    #contato {
        padding: 100px 0;
    }

    #contato .card-horizontal {
        display: flex;
        flex: 1 1 auto;
    }
    #contato .card-horizontal p {
        padding-right: 70px;
    }

    #contato .item {
        margin-top: 0;
        margin-bottom: 50px;
    }

    #contato .item .cont {
        padding: 20px;
    }

    #contato .item .cont .mail {
        margin-right: 20px;
    }

    #contato .item .cont-redes{
        padding: 30px 20px;
    }

    #contato .item .cont span {
        margin-right: 40px;
    }

    #contato .item .cont a {
        margin-right: 15px;
    }

    #contato .item .cont .mr{
        margin-right: 7px;
    }
}

@media (min-width: 1024px) {
    #leilao .video-container {
        height: 426px;
    }
}

@media (min-width: 1200px) {
    #leilao .video-container {
        height: 500px;
    }
}

@media (min-width: 1400px) {
    #leilao .video-container {
        height: 590px;
    }
}

/* Glider */
.glider-dots {
    margin-top: 10px;
}

.glider-dot {
    background: #fff;
}

.glider-dot:focus,
.glider-dot.active {
    background: #FE2C55;
}

.glider-dot:hover {
    background: #FF708D;
}

.glider-prev,
.glider-next {
    width: 46px;
    height: 44px;
    top: 37%;
}

.glider-prev {
    background: url('../images/btn-prev.png');
    left: 7px;
}

.glider-next {
    background: url('../images/btn-next.png');
    right: 7px;
}