@import url("font-face.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #020c2e;
}

p {
    font-family: Roboto, Montserrat, galvjiregular, "sans-serif";
    color: #fff;
}

.main{
    max-width: 1920px;
    margin: 0 auto
}


/* Header */
    .header {
        background-color: transparent;
        width: 100%;
        height: 100px;
        padding: 15px;
        box-sizing: border-box;
    }

    .header header {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1920px;
        margin: 0 auto
    }

    .header.header {
        background-color: #01081E;
        position: static;
    }

    .header .logo {
        margin-left: 25px;
    }

    .header .logo-menu {
        display: flex;
        align-items: center;
    }

    .header .main-nav {
        margin-left: 50px;
    }

    .header .main-nav ul {
        display: flex;
        gap: 50px;
        margin-bottom: 0!important;
    }

    .header .main-nav ul li {
        list-style: none;
    }

    .header .main-nav ul li a {
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        transition: all .25s linear;
        font: 400 28px/28px bebasneueregular, "sans-serif";
    }

    .header .main-nav ul li a:hover {
        color: #FA5E01;
    }

    .header .search-box {
        display: flex;
    }

    .search-box input {
        background-color: transparent;
        border: 1px solid #FA5E01;
        border-radius: 5px;
        height: 41px;
        width: 195px;
        margin-right: 12px;
        font: 400 17px/17px Roboto, "sans-serif";
        color: #fff;
        padding: 0 10px;
    }

    .search-box a.button-default {
        height: 43px;
        width: 195px;
        background-color: #FA5E01;
        border: 1px solid #FA5E01;
        color: #fff;
        font: 400 31px/23px bebasneueregular, "sans-serif";
        border: none;
        border-radius: 5px;
        transition: all .25s linear;
        padding: 0!important;
    }

    .header .search-box a.button-default:hover {
        background-color: #fff;
        color: #FA5E01;
    }

    .header-mobile.menu-active .container-menu {
        transform: translateX(0%);
    }

    .header-mobile .container-menu {
        transform: translateX(-100%);
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #01081E;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        transition: all .25s linear;
    }

    .header-mobile {
        background-color: #01081E;
        display: none;
    }

    .header-mobile header {
        display: flex;
        height: 75px;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
    }

    .header-mobile .logo {
        margin-top: 5px;
    }

    .header-mobile .logo img {
        width: 100%;
    }

    .header-mobile .icon-menu {
        color: #FA5E01;
        font-size: 30px;
        cursor: pointer;
    }

    .header-mobile .container-menu__header {
        padding: 20px;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .header-mobile .main-nav {
        text-align: center;
    }

    .header-mobile .main-nav li a {
        font: 400 32px/32px bebasneueregular, "sans-serif";
        color: #ffffff;
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        text-decoration: none;
    }

    .header-mobile .main-nav li a span {
        color: #FA5E01
    }

    .header-mobile .main-nav li a:hover {
        text-decoration: underline;
    }

    .header-mobile .search-box {
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
        row-gap: 10px;
        margin-top: 40px;
    }

    .header-mobile .search-box input {
        width: 100%;
        height: 42px;
        box-sizing: border-box;
    }

    .header-mobile .search-box a.button-default {
        width: 100%;
        box-sizing: border-box;
    }

    .header-mobile .search-box a.button-default.button-info {
        background-color: #211f63;
    }

    .custom-container {
        max-width: 1160px;
        margin: 0 auto;
    }

    .container-menu ul{
        list-style-type: none;
    }

/* Slider home */
    .nav-button {
        transform: translateX(0) !important;
        transition: all .25s linear 0s;
    }

    .nav-button.prev-button:hover {
        transform: translateX(-8px) !important;
    }

    .nav-button.next-button:hover {
        transform: translateX(8px) !important;
    }

    .box-main-sliderr {
        position: relative;
    }

    .box-main-slider .nav-button {
        position: absolute;
        top: 35%;
        font-size: 80px;
        margin-top: 0;
        color: #5e667e;
        z-index: 10;
    }

    .box-main-slider .nav-button.prev-button {
        left: 15px;
        cursor: pointer;
    }

    .box-main-slider .nav-button.next-button {
        right: 15px;
        cursor: pointer;
    }

    .mainSlider .swiper-slide.slide-item {
        max-height: 761px;
        background-color: #ccc;
        position: relative;
    }

    .mainSlider .swiper-slide.slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mainSlider .swiper-slide.slide-item .slide-text-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        ;
    }

    .mainSlider .swiper-slide.slide-item .slide-text-box .slide-text-box__content {
        width: 100%;
        height: 100%;
        padding: 0 160px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .slide-text-box__content a.button-default {
        font-weight: bold;
        font-size: 26px;
        padding: 14px 24px;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .slide-text-box__content h2 {
        font: normal 108px/108px bebasneueregular, "sans-serif";
        color: #fff;
        text-transform: uppercase;
    }

    .slide-text-box__content h2 span {
        color: #FA5E01;
        display: block;
        font-size: 140px;
    }

    .default-title {
        position: relative;
        text-align: center;
    }

    .default-title span.border {
        position: absolute;
        top: 0;
    }

    .default-title span.border {
        display: flex;
        align-items: center;
    }

    .default-title span.border {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50%;
        display: flex;
        align-items: center;
    }

    .default-title span.border::after {
        content: "";
        height: 6px;
        width: 80%;
        background-color: #FA5E01;
    }

    .default-title span.border.border--letf {
        left: 0;
    }

    .default-title span.border.border--right {
        right: 0;
    }

    .default-title h2 {
        /*background-color: #05091d;*/
    }

    .default-title h2,
    .default-title h2 a {
        font: 400 110px/110px bebasneueregular, "sans-serif";
        color: #FA5E01;
        padding: 0 50px;
        position: relative;
        z-index: 5;
        display: inline-block;
        text-decoration: none;
        transition: all .25s linear;
        transform: scale(1);
    }

    .default-title h2 a:hover {
        transform: scale(1.1);
    }

    .default-content {
        background-image: url(../images/bg-top-content.png), url(../images/bg-bottom-content.png);
        background-position: left -280px, right 150%;
        background-repeat: no-repeat, no-repeat;
        background-color: #070e33;
    }

    .button-default {
        display: flex;
        height: auto;
        padding: 12px 24px;
        align-items: center;
        justify-content: center;
        background-color: #FA5E01;
        font: 700 26px/36px "Roboto", Helvetica, "sans-serif";
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        transition: all .25s linear 0s;
        border: none;
        text-transform: uppercase;
    }

    .button-default:hover {
        background-color: #fff;
        color: #FA5E01;
    }
    .button-default:disabled{
        cursor: not-allowed;
    }

    .bd-dashed-top {
        border-top: 2px dashed #FA5E01;
    }

    .bd-dashed-bottom {
        border-bottom: 2px dashed #FA5E01;
    }

/* Agenda */
    #agenda {
        padding-top: 50px;
    }

    #agenda .custom-container {
        max-width: 1630px;
        padding: 0 15px;
    }

    .ticket-row {
        padding: 60px 0;
        display: flex;
        column-gap: 35px;
        row-gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ticket-item {
        width: 475px;
        min-height: 467px;
        background: url(../images/bg-ticket.png) 0 0 no-repeat;
        display: flex;
        flex-direction: column;
        padding: 0;
        box-sizing: border-box;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
    }

    .ticket-item span.circle {
        width: 36px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #FA5E01;
        position: absolute;
        bottom: 144px;
        background-color: #01081E;
    }

    .ticket-item span.circle.circle--right {
        right: -16px;
    }

    .ticket-item span.circle.circle--left {
        left: -18px;
    }

    .ticket-item .ticket-item__image,
    .ticket-item .ticket-item__content {
        width: 100%;
        box-sizing: border-box;
    }

    .ticket-item .ticket-item__image {
        height: 306px;
    }

    .ticket-item .ticket-item__content {
        height: 155px;
    }

    .ticket-item .ticket-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .ticket-item__row-infos {
        display: flex;
        padding: 9px 16px;
        margin-top: 0;
        justify-content: space-between;
        align-items: center;
    }

    .row-infos__title {
        width: 240px;
        padding-top: 4px;
    }

    .row-infos__title h3 {
        font: 400 54px/45px bebasneueregular, "sans-serif";
        color: #FA5E01;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
    }

    .row-infos__title h4 {
        font: 400 26px/26px bebasneueregular, "sans-serif";
        color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
    }

    .row-infos__date {
        font: 400 38px/38px bebasneueregular, "sans-serif";
        color: #a5a6ab;
    }

    .ticket-item__content .button-buy {
        background-color: #c64a00;
        font: 700 21px / 21px Montserrat, "sans-serif";
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px 0 10px;
        border-radius: 10px;
        height: 50px;
        transition: all .25s linear;
    }

    .ticket-item__content .button-buy:hover {
        background-color: #ff7827;
    }

/* Sobre */
    #sobre {

    }

    #sobre .video-bg-content {
        min-height: 800px;
        position: relative;
        width: 100%;
    }

    #sobre .video-bg-content video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5;
    }

    #sobre .video-bg-content .content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(6, 19, 64, 0.78);
        z-index: 8;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-bg-content .content .text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .video-bg-content .content .text h3 {
        font: 400 110px/110px bebasneueregular, "sans-serif";
        color: #fff;
    }

    .video-bg-content .content .text h3 span {
        color: #FA5E01;
    }

    .video-bg-content .content .text p {
        font: 400 24px/34px Roboto, "sans-serif";
        color: #fff;
        max-width: 1180px;
        margin-bottom: 30px;
    }

/* Faça seu evento */
    #facaSeuEvento {
        background: #01081e url(../images/bg-faca-seu-evento.jpg) no-repeat center top;
        padding-top: 90px;
        overflow: hidden;
    }

    #facaSeuEvento .custom-container {
        max-width: 1300px;
    }

    #facaSeuEvento .default-title h2 {
        background-color: transparent;
    }

    #facaSeuEvento .text {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #facaSeuEvento .text p {
        font-size: 22px;
        max-width: 1300px;
        margin-top: 24px;
    }

    #facaSeuEvento .default-title span.border {
        width: 30%;
    }



    .event-type-slider {
        margin-top: 35px;
    }

    .event-type-slider .custom-container {
        position: relative;
    }

    .eventTypeSlider .swiper-slide-item {
        height: 472px;
        overflow: hidden;
        border: 2px solid #FA5E01;
        border-radius: 10px;
        position: relative;
        /*background-color: #FA5E01;*/
        margin: 0 18px;
    }

    .eventTypeSlider .swiper-slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: multiply;
    }

    .eventTypeSlider .swiper-slide-item .slide-text-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .eventTypeSlider .swiper-slide-item .slide-text-box h2 {
        font: 600 42px Roboto, "sans-serif";
        color: #fff;
        text-transform: uppercase;
        transition: all .25s linear 0s;
        transform: scale(1);
    }

    .eventTypeSlider .swiper-slide-item:hover h2 {
        /* mix-blend-mode: normal; */
        transform: scale(1.1);
    }

    .event-type-slider .nav-button {
        position: absolute;
        top: 39%;
        font-size: 80px;
        margin-top: 0;
        color: #FA5E01;
        z-index: 10;
    }

    .event-type-slider .nav-button.prev-button {
        left: -78px;
    }

    .event-type-slider .nav-button.next-button {
        right: -78px;
    }

/* Como chegar */
    .como-chegar {
        margin-top: 90px;
    }

    .map-area {
        margin-top: 35px;
        display: flex;
        justify-content: center;
    }

    .map-area .map {
        overflow: hidden;
        border: 1px solid #FA5E01;
        border-radius: 8px;
        height: 385px;
    }

    .map-area .map img {
        transition: all .25s linear;
        transform: scale(1);
    }

    .map-area .map a:hover img {
        transform: scale(1.1);
    }

    .address-area {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .address-area address {
        text-align: center;
    }

    .address-area address {
        font-style: normal;
        font-weight: 400;
        font-family: Roboto, "sans-serif";
        color: #fff;
    }

    .address-area address strong {
        font-size: 28px;
        color: #FA5E01;
        text-transform: uppercase;
        font-weight: 700;
    }

    .address-area address {
        font-size: 20px;
    }

/* Newletter */
    #newletter {
        background: #fb7424;
        background: radial-gradient(at left center, #fb7424, #DA5202);
        padding: 20px;
        box-sizing: border-box;
    }

    .newletter-area .newletter-area__title h3 {
        font: 900 93px/93px bebasneueregular, "sans-serif";
        color: #011659;
        text-transform: uppercase;
    }

    .newletter-area .newletter-area__form {
        margin: 15px 0;
    }

    .newletter-area .newletter-area__form input {
        width: 534px;
        height: 42px;
        border: none;
        border-radius: 6px;
        font: 400 18px / 18px Roboto, "sans-serif";
        padding: 0px 12px;
    }

    .newletter-area .newletter-area__form button {
        border: none;
        border-radius: 8px;
        font: 700 18px / 20px galvjiregular, "sans-serif";
        background-color: #011659;
        color: #fff;
        margin-left: 6px;
        transition: all .25s linear 0s;
        padding: 13px 26px;
    }

    .newletter-area .newletter-area__form button:hover {
        background-color: #fff;
        color: #011659;
    }
    .newletter-area .newletter-area__form button:disabled{
        cursor: not-allowed;
    }

    .newletter-area__description {
        margin: 15px 0;
    }

    .newletter-area__description p {
        font-size: 18px;
    }

    .newletter-area__checkbox-area .checkbox {
        background-color: #fff;
        border-radius: 3px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newletter-area__checkbox-area .checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 8;
    }

    .newletter-area__checkbox-area {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 15px;
    }

    .newletter-area__checkbox-area label {
        font: 400 18px Roboto, "sans-serif";
        color: #fff;
    }

    .newletter-area__checkbox-area .checkbox i {
        position: relative;
        z-index: 5;
        opacity: 0;
    }

    .newletter-area__checkbox-area .checkbox input:checked+i {
        opacity: 1;
    }

/* Footer */
    #footer footer {
        background-color: #01081E;
    }

    footer ul{
        list-style-type: none;
        padding-left: 0;
    }

    .nav-footer-box {
        padding: 60px 0;
    }

    .nav-footer-area {
        display: flex;
        justify-content: space-between;
    }

    .nav-footer-area .title {
        font: 700 33px/33px bebasneueregular, "sans-serif";
        color: #FA5E01;
        margin-bottom: 12px;
        cursor: pointer;
    }

    .nav-footer-area ul li {
        margin-bottom: 12px;
    }

    .nav-footer-area ul li a {
        font: 400 24px/24px bebasneueregular, "sans-serif";
        color: #fff;
        text-decoration: none;
        position: relative;
    }

    .nav-footer-area ul li a::after {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: opacity .25s linear 0s;
    }

    .nav-footer-area ul li a:hover:after {
        opacity: 1;
    }

    .nav-footer-area .socials {
        margin-top: 60px;
    }

    .nav-footer-area .socials .socials-links {
        display: flex;
        column-gap: 12px;
        align-items: center;
    }

    .nav-footer-area .socials .socials-links a {
        text-decoration: none;
    }

    .nav-footer-area .socials .socials-links i {
        font-size: 25px;
        color: #fff;
        transition: all .25s linear 0s;
    }

    .nav-footer-area .socials .socials-links a:hover i {
        color: #FA5E01;
    }

    .nav-footer-area .socials .socials-links a[title="Youtube"] i {
        font-size: 30px;
    }

    .nav-footer-area .socials .socials-links a[title="Instagram"] i {
        font-size: 28px;
    }

/* Patrocinadores */
    .patrocinadores-box {
        padding: 35px 0;
    }

    .patrocinadores-area .patrocinadores-area__title {
        font: 400 42px/42px bebasneueregular, "sans-serif";
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
    }

    .patrocinadores-area .patrocinadores-area__top {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .patrocinadores-area .patrocinadores-area__top img {
        width: 180px;
    }

    .patrocinadores-area .patrocinadores-area__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .patrocinadores-area__content img{
        width: 180px;
    }

/* Copyright */
    .copyright-area {
        padding: 30px 0;
        text-align: center;
    }

    .copyright-area__title {
        font: 700 24px/0 galvjiregular, "sans-serif";
        color: #fff;
        text-transform: uppercase;
        margin: 25px 0 20px 0;
    }

    .copyright-area__content address {
        font: 400 14px/20px galvjiregular, "sans-serif";
        color: #fff;
    }

/* Agenda listagem */
    #agendaList {
        padding: 0;
        background: #1d1220 url(../images/bg-agenda-listagem.jpg) no-repeat center top;
        min-height: 1300px;
        overflow: hidden;
    }

    #agendaList .default-title h2 {
        background-color: transparent;
    }

    .agenda-topo-info {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }

    .search-agenda {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 25px;
    }

    .search-agenda input {
        background-color: transparent;
        border: 2px solid #FA5E01;
        border-radius: 5px;
        height: 42px;
        width: 410px;
        font: 400 20px / 20px galvjiregular, "sans-serif";
        color: #fff;
        padding: 0 10px;
    }

    .search-agenda input[type="date"] {
        color: #fff;
    }

    .search-agenda .form-control {
        background-color: transparent;
        border: 2px solid #FA5E01;
        border-radius: 5px;
        height: 45px;
        width: 410px;
        font: 400 20px / 20px galvjiregular, "sans-serif";
        color: #fff;
        padding: 0 10px;
        appearance: none;
        cursor: pointer;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FA5E01" height="24" width="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px;
    }

    .search-agenda .form-control option {
        background-color: #1a1a1a;
        color: #fff;
        padding: 10px;
        font: 400 18px / 20px galvjiregular, "sans-serif";
        border: none;
    }

    .search-agenda span {
        font: 400 45px/45px bebasneueregular, "sans-serif";
        font-size: 21px;
        color: #fff; /* Cor do texto "Ou" */
        font-weight: bold;
        padding: 2px 14px 14px;
    }

/* Tickets */
    ::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    .tickets-list-box {
        padding-top: 60px;
    }

    .tickets-list-box .custom-container {
        max-width: 1570px;
    }

    .tickets-list__item {
        display: flex;
        column-gap: 12px;
        height: 462px;
        margin-bottom: 70px;
    }

    .tickets-list__item-box-image {
        border: 1px solid #FA5E01;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
        width: 458px;
    }

    .tickets-list__item-box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tickets-list__item-box-content {
        flex: 1;
        display: flex;
        justify-content: space-between;
        padding: 55px 80px 30px 45px;
        background: url(../images/bg-ticket-list.png) no-repeat right center;
    }

    .tickets-list__item-box-content .scroll-text {
        overflow-y: auto;
        height: 240px;
    }

    .tickets-list__item-col-text {
        max-width: 640px;
    }

    .tickets-list__item-col-text p {
        font: 400 22px/28px Roboto, "sans-serif";
        font-weight: bold;
        color: #000000;
    }

    .tickets-list__item-title {
        margin-bottom: 15px;
    }

    .tickets-list__item-title h2 {
        font: 400 45px/45px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .tickets-list__item-title h2 span {
        font-size: 80px;
        line-height: 90px;
        color: #FFFFFF;
        display: block;
    }

    .tickets-list__item-col-infos {
        flex: 1;
        padding-left: 60px;
        max-width: 270px;
    }

    .tickets-list__item-date {
        font: 400 62px / 62px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .tickets-list__item-buttons {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .tickets-list__item-buttons>a {
        display: flex;
        margin: 7.5px 0;
        align-items: center;
        justify-content: center;
        height: 66px;
    }

    .tickets-list__item-buttons>a.button-info {
        background-color: #211f63;
    }

    .tickets-list__item-buttons>a.button-buy {
        background-color: #000000;
    }

/* Agenda detalhe */
    #eventDetails {
        overflow: hidden;
        background-color: #01081E;
    }

    #eventDetails .banner-area,
    .internal-page .banner-area {
        position: relative;
        height: auto;
    }

    #eventDetails .banner-area img,
    .internal-page .banner-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #eventDetails .banner-area .shadow-image,
    .internal-page .banner-area .shadow-image {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background: linear-gradient(15deg, rgba(0, 0, 0, 0.6), transparent);
        bottom: 0;
        left: 0;
    }

    .ticket-box {
        margin-top: -28px;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 359px;
        background: url(../images/bg-ticket-agenda-detalhe.png) no-repeat left center;
    }

    .ticket-box div {
        height: 100%;
    }

    .ticket-area__title {
        max-width: 860px;
        display: flex;
        align-items: center;
    }


    .ticket-area__title h2 {
        font: 400 116px/116px bebasneueregular, "sans-serif";
        color: #fff;
        text-transform: uppercase;
    }

    .ticket-area__title h2 span {
        font-size: 90px;
        line-height: 133px;
        display: block;
        color: #000000;
    }

    .ticket-text-area {
        margin: 40px 0;
        color: white;
        font-family: Roboto;
    }

    .ticket-text-area-image {
        display: flex;
        justify-content: center;
    }

    .ticket-text-area ul{
        font-size: 26px;
    }
    .ticket-text-area h2{
        font-size: 2rem;
        margin-bottom: 1rem!important;
    }
    .ticket-text-area h4{
        font-size: 3rem;
    }

    .ticket-text-area p {
        font-size: 26px;
        margin-bottom: revert;
    }

    .ticket-text-area ul{
        margin-bottom: 1rem!important;
    }

    .ticket-text-box__infos {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 50px;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .ticket-text-box__infos-date {
        font: 400 42px / 42px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .ticket-text-box__infos-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .internal-page .default-title h2 {
        color: #ffffff;
        font-size: 116px;
    }

    #eventDetails #agenda {
        margin-top: 120px;
    }

    #eventDetails .como-chegar {
        margin-top: 30px;
    }

/* Sobre */
    #sobreFCA p a {
        text-decoration: none;
    }

    .banner-area__title {
        text-align: center;
        margin-top: 60px;
        position: relative;
        z-index: 2;
    }

    .banner-area__title h2 {
            font: 400 110px / 110px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .banner-area__title h2 strong {
            font: 400 110px / 86px bebasneueregular, "sans-serif";
        display: block;
    }

    .banner-area {
        overflow: hidden;
    }

    .banner-area__title h2 span {
        color: #FA5E01;
    }

    .banner-area__video {
        width: 1200px;
        height: 600px;
        overflow: hidden;
        border-radius: 5px;
        margin: -50px auto 20px;
        position: relative;
    }

    .banner-area__video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-area__video .video-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(6, 19, 64, 0.78);
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .banner-area__video .video-icon i {
        font-size: 190px;
        color: #FA5E01;
        transition: all .25s linear;
        transform: scale(1);
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .banner-area__video .video-icon:hover i {
        transform: scale(1.1);
    }

    .row-content__item {
        display: flex;
        justify-content: space-between;
        margin: 80px 0;
    }

    .row-content__item+.row-content__item {
        margin-top: 165px;
    }

    .row-content__item-image {
        width: 520px;
        height: 710px;
        overflow: hidden;
        border-radius: 5px;
    }

    .row-content__item-text {
        width: 450px;
    }

    .row-content__item-text h3 {
        font: 400 110px / 110px bebasneueregular, "sans-serif";
        color: #FA5E01;
        margin-bottom: 35px;
    }

    .row-content__item-text p {
        font-size: 20px;
    }

    .image-divider.divider-top {
        margin-bottom: 30px;
    }

    .image-divider.divider-bottom {
        margin-top: 30px;
    }

    #sobreFCA .content-area {
        border-bottom: 2px solid #FA5E01;
        padding-bottom: 85px;
    }

    #sobreFCA .como-chegar {
        margin-top: 80px;
    }

    #sobreFCA .default-content {
        background-position: left 25%, right 75%;
    }

    /* Faça seu evento lista */
    #facaSeuEventoList .default-content {
        background-position: left 25%, right 105%;
    }

    .common-banner .banner-box {
        padding: 50px 0;
    }

    .common-banner .banner-area {
        max-width: 1230px;
        margin: 0 auto;
        text-align: center;
    }

    .common-banner .banner-area__text {
        margin-top: 35px;
    }

    .common-banner .banner-area__text p {
        font-size: 22px;
    }

    #facaSeuEventoList .event-row-content {
        margin-top: 60px;
    }

    #facaSeuEventoList .event-row-content .custom-container {
        max-width: 1680px;
    }

    #facaSeuEventoList .event-row-content>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 60px;
    }

    .event-row-content__item {
        border: 1px solid #FA5E01;
        overflow: hidden;
        border-radius: 5px;
    }

    .event-row-content__item-image {
        position: relative;
        /*background-color: #FA5E01;*/
        background-color: #FFFFFF;
    }

    .event-row-content__item-image img {
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .event-row-content__item-image .event-row-content__item-title {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 400 152px / 152px bebasneueregular, "sans-serif";
        color: #fff;
    }

    .event-row-content__item-controls {
        border-top: 1px solid #FA5E01;
        display: flex;
        justify-content: center;
        column-gap: 35px;
        padding: 40px 20px;
    }

    .event-row-content__item-controls a {
        display: flex;
        width: 270px;
        justify-content: center;
    }

/* Contato */
    #contato {
        padding-top: 75px;
    }

    #contato .contato-area__form {
        max-width: 888px;
        margin: 30px auto;
    }

    #contato .contato-area textarea {
        margin: 0 auto;
        width: 100%;
        height: 290px;
        padding: 20px;
        border-radius: 10px;
        font: 400 20px / 20px galvjiregular, "sans-serif";
    }

    #contato .contato-area button {
        width: 280px;
        background-color: #fa5f02;
        border: none;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 10px;
    }

    #contato .contato-area__title h3 {
        text-align: center;
        font: 400 74px / 74px bebasneueregular, "sans-serif";
        color: #FA5E01;
    }

/* Perguntas frequentes */
    .common-banner .banner-area__image {
        text-align: center;
    }

    .common-banner .banner-box {
        padding: 0;
        position: relative;
    }

    #perguntasFrequentes .custom-container {
        max-width: 1220px;
    }

    .faq-category {
        margin-bottom: 30px;
    }

    .category-title {
        margin: 65px 0 40px;
        font: 400 57px / 57px bebasneueregular, "sans-serif";
        color: #ffffff;
        padding: 0 70px;
    }

    .faq-item {
        margin-bottom: 20px;
    }

    .faq-question {
        border-radius: 15px;
        padding: 15px 50px 15px 90px;
        cursor: pointer;
        background-color: #FA5E01;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font: 700 24px Roboto, "sans-serif";
        color: #ffffff;
        transition: all 0.25s ease-out 0s;
    }

    .faq-question:hover {
        background-color: #d34f00;
    }

    .faq-item.active .faq-question {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: all 0.25s ease-out 0s;
        background-color: #fff;
    }

    .faq-answer p {
        font-size: 20px;
        color: #070d33;
        margin-bottom: 0;
    }

    .faq-answer .faq-answer__area {
        padding: 30px 40px;
    }

    .faq-item.active .faq-answer {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        max-height: 500px;
        margin-top: 0;
    }

    .faq-icon {
        transition: transform 0.3s ease;
    }

    .faq-icon i {
        font-size: 30px;
    }

    .faq-item .faq-icon .fa-minus {
        display: none;
    }

    .faq-item.active .faq-icon .fa-minus {
        display: block;
    }

    .faq-item.active .faq-icon .fa-plus {
        display: none;
    }

/* Hospitalidade */
    #hospitalidade .event-row-content .custom-container,
    .internal-page .event-row-content .custom-container {
        max-width: 1600px;
        display: flex;
        flex-direction: column;
    }

    #hospitalidade .event-row-content__item,
    .internal-page .event-row-content__item {
        display: flex;
        border-radius: 15px;
        margin: 35px 0;
    }

    #hospitalidade .event-row-content__item-image,
    .internal-page .event-row-content__item-image {
        width: 610px;
        height: 470px;
    }

    #hospitalidade .event-row-content__item-text,
    .internal-page .event-row-content__item-text {
        flex: 1;
        padding: 40px 35px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #hospitalidade .event-row-content__item-text h3,
    .internal-page .event-row-content__item-text h3 {
        font: 400 72px / 100px bebasneueregular, "sans-serif";
        color: #FA5E01;
        margin-bottom: 20px;
    }

    #hospitalidade .event-row-content__item-text p,
    .internal-page .event-row-content__item-text p {
        font-size: 20px;
    }

    #hospitalidade .event-row-content__item-text .button-default,
    .internal-page .event-row-content__item-text .button-default {
        width: 270px;
        margin-top: 30px;
        font-size: 20px;
    }

    #hospitalidade .como-chegar {
        margin-top: 140px;
    }

/* Loader */
    .loading-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fa-spinner {
        font-size: 48px;
        color: #fff;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

/* Modal hospitalidade */
    .modal-content {
        max-width: 70%;
        width: 100%;
        min-height: 400px;
        background-color: #01081E;
    }

    .alert {
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
        width: 100%;
    }
    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }



@media (max-width: 1680px) {
    .search-box input {
        width: 145px;
    }

    .search-box a.button-default {
        width: 145px;
    }

    .header .main-nav ul {
        gap: 40px;
    }

    #facaSeuEventoList .event-row-content>div {
        padding: 0 20px;
    }
}

@media (max-width: 1540px) {

    .default-title span.border {
        width: 45%;
    }

    .ticket-row {
        justify-content: center;
    }
}

@media (max-width: 1440px) {

    .header-desktop {
        display: block;
        visibility: visible;
    }

    .search-box input {
        width: 145px;
    }

    #facaSeuEvento .default-title span.border {
        width: 25%;
    }

    #facaSeuEvento .custom-container,
    #hospitalidade .event-row-content .custom-container {
        max-width: 1140px;
    }

    .tickets-list__item-title h2 span {
        font-size: 65px;
        line-height: 60px;
    }

    .tickets-list-box .custom-container {
        max-width: 1340px;
    }

    .tickets-list__item-box-content {
        width: 700px;
    }
}

@media (max-width: 1366px) {

    .header-desktop {
        display: none;
        visibility: hidden;
    }

    .header-mobile {
        display: block;
    }

    #facaSeuEvento .default-title span.border {
        width: 20%;
    }

    #facaSeuEvento .custom-container,
    #hospitalidade .event-row-content .custom-container {
        max-width: 990px;
    }

    .mainSlider .swiper-slide.slide-item .slide-text-box .slide-text-box__content {
        padding: 0 120px;
    }

    .eventTypeSlider .swiper-slide-item .slide-text-box h2 {
        /*font-size: 63px;*/
    }

    .header .logo img {
        max-width: 150px;
    }

    .tickets-list-box .custom-container {
        max-width: 1200px;
    }

    .tickets-list__item-box-content {
        padding: 20px 50px 20px 30px;
    }

    .tickets-list__item-date {
        font: 400 52px / 52px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .tickets-list__item-title h2 span {
        font-size: 75px;
        line-height: 60px;
    }

    .tickets-list__item-col-text p {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
    }

    .tickets-list__item-title h2 span {
        font-size: 60px;
        line-height: 60px;
    }

    .common-banner .banner-box {
        padding: 50px 100px;
    }

    .banner-area__video {
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    #hospitalidade .event-row-content__item {
        margin: 15px 0;
        flex-direction: column;
    }

    #hospitalidade .event-row-content__item-image {
        width: 100%;
        height: 350px;
    }

    .common-banner .banner-area__image img {
        width: 100%;
    }

    .box-main-slider .nav-button.next-button {
        right: 10px;
    }

    .box-main-slider .nav-button.prev-button {
        left: 10px;
    }
}

@media(max-width: 1200px){
    .scroll-text{
        display: none;
    }

    .tickets-list__item-title h2 {
        font: 400 40px/40px bebasneueregular, "sans-serif";
        color: #ffffff;
    }

    .tickets-list__item-title h2 span {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 1024px) {

    #contato .contato-area textarea,
    #contato .contato-area input,
    #contato .contato-area button,
    .g-recaptcha {
        width: 100%;
        box-sizing: border-box;
    }

    .g-recaptcha {
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

    #contato .contato-area .btn-send button {
        width: 100%;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .box-main-slider .nav-button {
        display: none;
    }

    .mainSlider .swiper-slide.slide-item .slide-text-box .slide-text-box__content {
        padding: 20px;
        align-items: center;
    }

    .slide-text-box__content h2 {
        line-height: 32px;
        font-size: 32px;
        text-align: center;
        width: 100%;
    }

    .slide-text-box__content h2 span {
        font-size: 40px;
    }

    .slide-text-box__content a.button-default {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        height: 40px;
        max-width: 150px;
    }

    .mainSlider .swiper-slide.slide-item {
        /*height: calc(100vh - 60px);*/
    }

    .default-title h2,
    .default-title h2 a,
    .internal-page .default-title h2 {
        background-color: transparent;
        font-size: 48px;
        line-height: 50px;
    }

    .default-title span.border {
        width: 25%;
    }

    .default-title span.border::after {
        height: 2px;
    }

    .ticket-row {
        padding: 42px 0;
        justify-content: center;
    }

    .ticket-item__row-infos {
        padding: 5px 15px;
    }

    .ticket-item {
        width: 350px;
        background-size: contain;
        min-height: 315px;
    }

    .ticket-item .ticket-item__image {
        height: 240px;
    }

    .ticket-item .ticket-item__content {
        height: 105px;
    }

    .ticket-text-box__infos-image img{
        width: 358px;
    }

    .row-infos__title h3 {
        font-size: 37px;
        line-height: 30px;
    }

    .row-infos__title h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .row-infos__date {
        font-size: 25px;
        line-height: 27px;
    }

    .ticket-item__content .button-buy {
        font-size: 16px;
        line-height: 16px;
        height: 30px;
        border-radius: 5px;
    }

    .ticket-item span.circle {
        bottom: 94px;
    }

    .row-infos__title {
        width: 165px;
    }

    .video-bg-content .content .text h3 {
        font-size: 55px;
        line-height: 65px;
        text-align: center;
        padding: 0 60px;
    }

    .video-bg-content .content .text p {
        font: 400 16px / 23px galvjiregular, "sans-serif";
        color: #fff;
        max-width: 1180px;
        margin: 15px 0 40px;
    }

    #sobre .video-bg-content {
        min-height: 615px;
    }

    #facaSeuEvento .default-title span.border {
        width: 15%;
    }

    #sobre .video-bg-content .text,
    #facaSeuEvento .text {
        padding: 0 20px;
    }

    .button-default {
        height: 50px;
        font-size: 18px;
        line-height: 18px;
        border-radius: 5px;
    }

    #sobre {
        padding-bottom: 15px;
    }

    #facaSeuEvento .text p {
        font-size: 18px;
        margin-top: 15px;
    }

    #facaSeuEvento {
        padding-top: 30px;
    }

    .swiper-pagination-bullet {
        background-color: #ffffff !important;
        opacity: 0.6 !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #FA5E01 !important;
        opacity: 1 !important;
    }

    .form-control {
        max-width: 100%;
    }

    .como-chegar {
        margin-top: 40px;
    }

    .map-area {
        margin-top: 25px;
        padding: 0 30px;
    }

    .map-area .map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .address-area {
        margin: 30px;
    }

    .address-area address {
        font-size: 14px;
    }

    .address-area address strong {
        font-size: 18px;
    }

    #newletter {
        padding: 30px;
    }

    .newletter-area .newletter-area__title h3 {
        font-size: 38px;
        line-height: 38px;
    }

    .newletter-area .newletter-area__form input {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .newletter-area .newletter-area__form button {
        margin-left: 0;
        height: 60px;
        font-size: 23px;
        line-height: 23px;
    }

    .newletter-area .newletter-area__form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newletter-area__description p {
        font-size: 16px;
    }

    .newletter-area__checkbox-area label {
        line-height: 16px;
        font-size: 16px;
    }

    .nav-footer-box {
        padding: 30px 0;
    }

    .nav-footer-area {
        flex-wrap: wrap;
        padding: 0 30px;
        row-gap: 30px;
    }

    .nav-footer-area .title {
        font-size: 23px;
    }

    .nav-footer-area ul li a {
        line-height: 18px;
        font-size: 18px;
    }

    .nav-footer-area>nav {
        width: 50%;
    }

    .patrocinadores-box {
        padding: 30px;
    }

    .patrocinadores-area .patrocinadores-area__content {
        flex-direction: column;
        row-gap: 30px;
    }

    .copyright-area {
        padding: 30px;
    }

    .copyright-area__content address br {
        display: none;
    }

    .banner-area {
        padding: 0 30px;

    }

    .banner-area__title h2 strong {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .banner-area__title h2 {
        font-size: 57px;
        line-height: 57px;
    }

    .banner-area__title {
        margin-top: 30px;
    }

    .banner-area__video {
        border-radius: 15px;
        margin: 20px auto 20px;
        box-sizing: border-box;
        width: 100%;
        height: 400px;
    }

    .banner-area__video .video-icon i {
        font-size: 80px;
    }

    .row-content__item {
        margin: 30px 0;
        padding: 0 30px;
        box-sizing: border-box;
        width: 100%;
        flex-direction: column;
    }

    .row-content__item:first-child {
        flex-direction: column-reverse;
    }

    .row-content__item-text {
        width: 100%;
    }

    .row-content__item-text h3 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 15px;
    }

    .row-content__item-text p {
        font-size: 16px;
    }

    .image-divider img {
        width: 100%;
        max-width: 100%;
    }

    .row-content__item-image {
        width: 100%;
        height: 400px;
        margin: 20px 0;
    }

    .row-content__item+.row-content__item {
        margin-top: 0;
    }

    #sobreFCA .content-area {
        border-bottom: none;
        padding-bottom: 0;
    }

    .common-banner .banner-box {
        padding: 30px 0;
    }

    .common-banner .banner-area__image img,
    .agenda-logo img {
        width: 100%;
    }

    .common-banner .banner-area__text {
        margin-top: 30px;
    }

    .common-banner .banner-area__text p {
        font-size: 16px;
        line-height: 22px;
    }

    #facaSeuEventoList .event-row-content {
        margin-top: 30px;
        padding: 0 30px;
    }

    #facaSeuEventoList .event-row-content>div {
        row-gap: 30px;
    }

    .event-row-content__item-controls {
        padding: 20px;
    }

    .event-row-content__item-image {
        height: 200px;
    }

    #contato .contato-area__title h3,
    #hospitalidade .event-row-content__item-text h3 {
        font-size: 47px;
        line-height: 47px;
    }

    #contato .contato-area__form {
        padding: 0 30px;
        margin-bottom: 70px;
    }

    #contato .contato-area textarea {
        box-sizing: border-box;
        margin: 30px auto 30px;
    }

    #contato .contato-area button {
        width: 280px;
        height: 50px;
    }

    #hospitalidade .event-row-content,
    .faq-container {
        padding: 0 30px;
    }

    .box-main-slider .nav-button {
        display: block !important;
        font-size: 60px;
    }

    #hospitalidade .event-row-content__item-image {
        width: 100%;
        height: 350px;
    }

    #hospitalidade .event-row-content__item-text p {
        font-size: 16px;
    }

    #hospitalidade .event-row-content__item-text {
        padding: 30px 20px;
    }

    #hospitalidade .event-row-content__item-text .button-default {
        width: 100%;
        box-sizing: border-box;
    }

    #hospitalidade .como-chegar {
        margin-top: 30px;
    }

    .faq-category {
        margin-bottom: 50px;
    }

    .category-title {
        margin: 15px 0 20px;
        font: 400 37px / 37px bebasneueregular, "sans-serif";
        padding: 0 40px;
    }

    .faq-question {
        padding: 20px 20px;
        font-size: 20px;
        line-height: 20px;
        height: 40px;
    }

    .faq-answer .faq-answer__area {
        padding: 20px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    #agendaList {
        padding: 0;
    }

    .agenda-topo-info {
        padding: 0 30px;
        margin: 20px 0 50px;
    }

    .search-agenda {
        flex-direction: column;
        row-gap: 20px;
    }

    .search-agenda input {
        height: 60px;
        width: 100%;
        box-sizing: border-box;
    }

    .search-agenda span {
        display: flex;
        justify-content: center;
    }

    .search-agenda .form-control {
        height: 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent;
        border: 2px solid #FA5E01;
        color: #fff;
        font: 400 20px / 20px galvjiregular, "sans-serif";
        padding: 0 10px;
        appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FA5E01" height="24" width="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .search-agenda .form-control option {
        background-color: #1a1a1a;
        padding: 10px;
        font: 400 18px / 20px galvjiregular, "sans-serif";
        border: none;
    }

    .tickets-list-box {
        padding-top: 30px;
    }

    .tickets-list__item-box-content {
        flex-direction: column;
        padding: 20px;
        background: url(../images/bg-ticket-list-mobile.png) no-repeat center bottom;
        margin-top: 10px;
        position: relative;
    }

    .tickets-list__item {
        column-gap: 0;
        height: auto;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .tickets-list-box {
        padding: 0 30px;
    }

    .tickets-list__item-box-image {
        width: 100%;
        box-sizing: border-box;
        border-radius: 5px;
        /*height: 350px;*/
    }

    .tickets-list__item-title h2 span {
        font-size: 50px;
        line-height: 50px;
    }

    .tickets-list__item-title h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .tickets-list__item-col-text p {
        font-size: 16px;
        font-weight: bold;
    }

    .tickets-list__item-box-content .scroll-text {
        height: 150px;
    }

    .tickets-list__item-col-infos {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .tickets-list__item-date {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
        font-size: 20px;
    }

    .tickets-list__item-buttons {
        margin-top: 0;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        column-gap: 20px;
    }

    .tickets-list__item-buttons>a {
        height: 60px;
        width: 100%;
        font-size: 16px;
    }

    .ticket-box {
        margin-top: -20px;
        width: 85%;
        height: 149px;
        background-position: right center;
    }

    .ticket-area__title h2,
    .ticket-area__title h2 span {
        font-size: 45px;
        line-height: 47px;
    }

    .ticket-area__title {
        padding-left: 30px;
    }

    #eventDetails .banner-area {
        height: 400px;
        padding: 0;
    }

    .ticket-text-box {
        padding: 0 30px;
    }

    .ticket-text-area p {
        font-size: 16px;
    }

    .ticket-text-box__infos-date {
        font: 400 26px / 30px bebasneueregular, "sans-serif";
    }

    .ticket-text-box__infos {
        justify-content: space-between;
    }

    #eventDetails #agenda .default-title h2 {
        font-size: 47px;
        line-height: 50px;
    }
}

@media (max-width: 992px) {

    .header-mobile .main-nav li a {
        font: 400 28px/28px bebasneueregular, "sans-serif";
    }

    .box-main-slider .nav-button {
        top: 25%;
    }

    .banner-area__video {
        padding: 0;
    }
    .tickets-list__item-box-content {
        width: 100%;
        box-sizing: border-box;
    }
    .tickets-list__item-box-content .scroll-text {
        height: auto;
        padding-bottom: 15px;
    }
    .tickets-list__item-date {
        position: static;
        text-align: right;
    }
}



/* custom styles */
.w-100{
    width: 100%;
}

.row-content__item-text p, .banner-area__text p{
    margin-bottom: 20px;
}

.form-label{
    color: white;
    font-family: roboto;
    display: block;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.form-control {
    display: block;
    height: 43px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 10px 20px;
    font-size: 20px;
}

.mb-3{
    margin-bottom: 12px;
}

.d-none{
    display: none;
}

@media(min-width: 1200px){
    .d-xl-block{
        display: block;
    }

    .d-xl-none{
        display: none;
    }
}

