/*!
Theme Name: 'Studio 61 - Camarote Sportzone
Theme URI: https://www.studio61.com.br
Author: Wesley Belchior
Author URI: https://www.studio61.com.br
Description: Um tema by Studio 61
Version: 1.0.0
Text Domain: studio-61
*/

:root {
    --titulo-agenda: #C4302A;
    /* Cor do título da Página */
    --titulo-barra: #FEC502;
    /* Cor da barra do título */

    /* Filtro Categoria */
    --categoria_titulo: #B5B5B5;
    /* Cor do texto "Filtrar Por" */
    --categoria_filtro: #707070;
    /* Cor do texto de cada filtro */
    --categoria_filtro_ativo: #000000;
    /* Cor do texto do filtro quando marcado */

    /* Filtro de data */
    --data_texto: #FFF;
    /* Cor do dia */
    --data_dia_ativo: #DC0B2E;
    /* Background do dia quando tem um evento no dia */
    --data_dia_marcado: #000000;
    /* Borda do dia quando marcado */
    --data_seta: #000000;
    /* Cor das setas */
    --data_scrollbar_track: #F0F0F0;
    /* Cor do track do scroll quando existir */
    --data_scrollbar_handle: #DC0B2E;
    /* Cor do handle do scroll quando existir */

    /* Listagem de eventos */
    --background-bullet-galeria: #F0F0F0;
    /* Background do bullet do slide */
    --bullet-galeria: #DC0B2E;
    /* Cor do bullet quando ativo do slide */
    --texto-evento: #FFF;
    /* Cor dos textos */
    --texto-tag: #FFF;
    /* Cor do texto das Tags */
    --borda-tag: #FFF;
    /* Cor da Borda das Tags */
    --texto-comprar-ingressos: #FFFFFF;
    /* Cor do texto botão Comprar Ingressos */
    --background-comprar-ingressos: #DC0B2E;
    /* Background botão Comprar Ingressos */

    /* Contato Fixado */
    --background-comprar: #000000;
    --texto-comprar: #ffffff;
    --background-wpp: #25D366;
    --texto-wpp: #000000;

    /* Seta slide home */
    --seta-slide: #ffffff;

    /* Icones */
    --seta-baixo: #000000;

    /* Hover Imagem Footer */
    --hover-imagem: #DC0B2E4D
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

input {
    outline: none;
}

button {
    background: none;
    border: none;
    padding: unset;
    outline: none;
}

p {
    margin: 0;
}

a {
    color: inherit;
}

.jet-toggle__icon {
    stroke: var(--seta-baixo);
}

/* Header */
header .menu-desk .jet-menu-item+.jet-menu-item {
    margin-left: 40px;
}

header .menu-mobile {
    display: none;
}

header .buy {
    position: relative;
    padding: 18px 15px;
}

header .buy .buy-text {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--e-global-typography-7c55c0a-font-family), Sans-serif;
    font-size: var(--e-global-typography-7c55c0a-font-size);
    font-weight: var(--e-global-typography-7c55c0a-font-weight);
    line-height: 15px;
    letter-spacing: var(--e-global-typography-7c55c0a-letter-spacing);
    word-spacing: var(--e-global-typography-7c55c0a-word-spacing);
    color: var(--texto-comprar-ingressos);
}


header .buy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 0.3s;
    background-color: #C4302A;
}

header .buy:hover:before {
    transform: scale(1.1);
}

header .menu-wpp {
    display: none;
}

header .jet-menu-item-390>a .jet-menu-icon svg {
    height: 26px;
}

@media only screen and (max-width: 1000px) {
    header .menu-desk {
        display: none;
    }

    header .menu-mobile {
        display: block;
    }
}

/* Botão */
.b6web-button-wrapper {
    position: relative;
    text-align: center;
}

.b6web-button-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 0.3s;
}

.btn-color-1 .b6web-button-wrapper:after {
    background-color: var(--e-global-color-14f9443);
}

.btn-color-2 a,
.btn-color-1 a {
    padding: 18px 15px;
}

.btn-color-2 .b6web-button-wrapper:after {
    background-color: var(--e-global-color-b543980);
}

.b6web-button-link.b6web-button {
    z-index: 1;
}

.b6web-button-wrapper:hover:after {
    transform: scale(1.1);
}

/* Linha Títulos */
.line {
    position: relative;
}

.line .b6web-text-content {
    position: relative;
    z-index: 1;
}

.line:before {
    content: "";
    position: absolute;
    background-color: #FEC502;
    width: 100%;
    height: 10px;
    z-index: 0;
    left: 0;
}

.line-0:before {
    bottom: 0;
}

.line-1:before {
    background-color: #000;
    bottom: 0;
}

.line-anim .b6web-text-content span {
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}

.line-anim span {
    position: relative;
}

.line-anim span:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    z-index: -1;
}

.line-anim-1 span:before {
    background-color: var(--e-global-color-b543980);
}

.line-anim-2 span:before {
    background-color: var(--e-global-color-14f9443);
    ;
}

/* Footer */
.bg-filter:before {
    content: "";
    position: absolute;
    background-color: var(--hover-imagem);
    opacity: 0;
}

.bg-filter:hover::before {
    opacity: 1;
}

footer .insta .b6web-button-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px
}

/* O Camarote */

.o-camarote .text strong {
    color: var(--e-global-color-b543980);
}

/* Single Evento */
.ingresseFullWidth {
    width: 100% !important;
    height: 750px !important;
}

/* Contato Fixado */
.s61-contact-fixed .desktop {
    position: fixed;
    right: 0;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 999;
    text-decoration: none;
    font-family: "Karla", Sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.s61-contact-fixed .desktop .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.s61-contact-fixed .desktop .wpp {
    background-color: #25D366;
}

.s61-contact-fixed .desktop .instagram {
    background: transparent linear-gradient(45deg, #FEC053 10%, #F2203E 62%, #B729A8 100%);
}

.s61-contact-fixed .mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .s61-contact-fixed .desktop {
        display: none;
    }
}

.slide-1 .jet-listing-not-found {
    text-align: start;
    margin-top: 17px;
}

.item-banner {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.item-banner .date {
    color: #000;
    font-family: "Karla", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 23px;
    text-align: left;
}

.item-banner .title {
    margin-top: 10px;
    color: var(--e-global-color-e119b53);
    font-family: "BebasNeue", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 23px;
    text-align: left;
}

.item-banner .subtitle {
    color: var(--e-global-color-e119b53);
    font-family: "Karla", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.97px;
    text-align: left;
}

:root {
    --primary-color: #000;
    --secondary-color: #C4302A;
}

.s61-popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

.s61-popup-form .container {
    position: relative;
    max-width: 460px;
    background-color: white;
    padding: 50px 30px;
    margin: 20px;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.s61-popup-form .container .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 0.3s;
}

.s61-popup-form .container .close svg {
    fill: var(--primary-color);
}

.s61-popup-form .container .close:hover {
    transform: scale(1.2);
}

.s61-popup-form .container .content .title {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.s61-popup-form .container .content .subtitle {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-top: 13px;
}

.s61-popup-form .container .content .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.s61-popup-form .container .content .tags .tag {
    font-family: "Karla", sans-serif;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 8px;
}

.s61-popup-form .container .content .description {
    margin-top: 32px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.s61-popup-form .container .content .description p {}

.s61-popup-form .container .content #popupForm {
    margin-top: 20px;
}

.s61-popup-form .container .content #popupForm input#timestamp {}

.s61-popup-form .container .content #popupForm .row {
    display: flex;
    gap: 20px;
}

.s61-popup-form .container .content #popupForm .row .form-group {
    flex: 1;
}

.s61-popup-form .container .content #popupForm .row+.row {
    margin-top: 20px;
}

.s61-popup-form .container .content #popupForm .row .form-group input {
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #F0F0F0;
    border: none;
    outline: none;
    border-bottom: 2px solid var(--secondary-color);
    font-family: "Karla", sans-serif;
}

.s61-popup-form .container .content #popupForm .preferences {
    margin-top: 40px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit {
    flex-direction: row;
    margin-top: 22px;
    gap: 40px;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Karla", sans-serif;
    font-size: 13px;
    color: #707070;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group .checkbox {
    display: flex;
    align-items: center;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group .checkbox input[type=checkbox] {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group .checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 3.3px;
    top: 4px;
    z-index: 1;
    width: 6px;
    height: 3px;
    border: 1px solid var(--primary-color);
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group .checkbox input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 17px;
    height: 17px;
    background: #F0F0F0;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group .checkbox input[type=checkbox]:checked::before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .submit {
    position: relative;
    border: none;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    transition: transform 0.3s;
    background-color: var(--secondary-color);
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .submit:hover::before {
    transform: scale(1.05);
}

.s61-popup-form .container .content #popupForm .row.checkbox-submit .submit button {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 18px 15px;
}

.s61-popup-form .container .thankyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s61-popup-form .container .thankyou .title {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.s61-popup-form .container .thankyou .subtitle {
    margin-top: 10px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.s61-popup-form .container .thankyou .description {
    margin-top: 18px;
    font-family: "Karla", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.s61-popup-form .container .thankyou .button {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-size: 16px;
    padding: 18px 0px;

}

.s61-popup-form .container .thankyou .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    background-color: var(--secondary-color);
}

.s61-popup-form .container .thankyou .button:hover::before {
    transform: scale(1.05);
}

.s61-popup-form .container .thankyou .button a {
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 18px 15px;
}

@media only screen and (max-width: 767px) {
    .s61-popup-form .container {
        margin: 10px;
        padding: 30px 20px;
        max-height: calc(100svh - 20px);
        overflow-y: auto;
        justify-content: start;
        box-sizing: border-box;
    }

    .s61-popup-form .container .content .tags .tag {
        text-align: center;
    }

    .s61-contact-fixed .container .content {
        margin-top: 35px;
    }

    .s61-popup-form .container .close {
        top: 10px;
        right: 10px;
    }

    .s61-popup-form .container .content .subtitle {
        font-size: 13px;
    }

    .s61-popup-form .container .content .description {
        font-size: 13px;
    }

    .s61-popup-form .container .content #popupForm .row.checkbox-submit {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .s61-popup-form .container .content #popupForm .preferences {
        text-align: center;
        margin-top: 30px;
    }

    .s61-popup-form .container .content #popupForm .row.checkbox-submit .checkbox-group {
        gap: 20px;
    }

    .s61-popup-form .container .thankyou .subtitle {
        font-size: 13px;
    }

    .s61-popup-form .container .thankyou .description {
        font-size: 13px;
    }

}

.popup-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
}

.popup-btn .container {
    writing-mode: vertical-rl;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: fit-content;
}

.popup-btn .container button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 20px 0px;
    color: #fff;
    font-family: var(--e-global-typography-7c55c0a-font-family), Sans-serif;
    font-size: var(--e-global-typography-7c55c0a-font-size);
    font-weight: var(--e-global-typography-7c55c0a-font-weight);
    line-height: var(--e-global-typography-7c55c0a-line-height);
    letter-spacing: var(--e-global-typography-7c55c0a-letter-spacing);
    word-spacing: var(--e-global-typography-7c55c0a-word-spacing);
    cursor: pointer;
}