﻿


@media screen and (max-width:1060px) {
    body {
        padding-top: 40px;
    }
    .logo {
        width: 250px;
        margin-bottom: 15px;
    }

    .intro {
        width: 85%;
        max-width: 480px;
        text-align: center;
        margin: auto;
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        opacity: 0.5;
        margin-bottom: 50px;
    }

    .navegacao .btleft {
        top: -3px;
        left: 0px;
        width: 64px;
        padding-right: 5px;
    }

    .navegacao .btright {
        top: -3px;
        right: 0px;
        width: 64px;
        padding-left: 5px;
    }

    .recinto {
        display: block;
        width: 300px;
        max-width: 1350px;
        overflow-x: scroll;
        max-width: 200px;
    }

    .recinto {
        overflow: scroll;
        height: 460px;
    }

    .navegacao {
        width: 100%;
        margin-bottom: 40px;
    }

    .calendar {
        display: table;
        margin: auto;
        position: relative;
        padding-bottom: 10px;
        margin-bottom:40px;
        display: block;
        justify-content: center;
        gap: 20px;
        overflow: hidden;
        overflow-x: scroll;
    }

        .calendar .collun {
            float: left;
            width: 200px;
        }


    .calendarscroll {
        display:table;
        width: 640px;
    }

    .calendar .collun .date {
        font-size: 38px;
        line-height: 38px;
        padding-bottom: 28px;
    }

    .calendar .collun .hour {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 4px;
    }

        .calendar .collun .hour span {
            float: left;
            width: 28%;
            font-size: 16px;
            line-height: 20px;
            color: #c8d21b;
        }
    .linerecinto {
        display: table;
        width: 100%;
        max-width: 1250px;
        height: 4px;
        margin: auto;
        background-image: url(../images/line2.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-repeat: repeat-x;
    }

    .linerecinto2 {
        display: table;
        width: 100%;
        max-width: 980px;
        height: 4px;
        margin: auto;
        background-image: url(../images/line2.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-repeat: repeat-x;
    }

    .navegacao .txt span {
        display: table;
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
        color: #fff;
    }

    .navegacao .txt {
        display: table;
        width: 90%;
        max-width: 172px;
        margin: auto;
        margin-top: -8px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color: #d9d905;
        text-align: center;
        text-transform: uppercase;
        background-color: #2e1e48;
        padding-left: 0px;
        padding-right: 0px;
    }

    .left {
        display:none;
    }

    .right {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 80px;
        z-index: 1000;
        opacity: 1;
    }
    .recinto img {
        width: 900px;
        display: table;
    }

    .scroll {
        display: table;
        position: relative;
        display: table;
        width: 900px;
    }

}