@font-face {
    font-family: FontePorto;
    src: url('../font/PortoRoobert-Medium.otf');
	font-weight: 100;
}

@font-face {
    font-family: FontePortoSemi;
    src: url('../font/PortoRoobert-SemiBold.otf');
	font-weight: 700;
}

@font-face {
    font-family: FontePortoBold;
    src: url('../font/PortoRoobert-Bold.otf');
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
    min-width: 360px;
}


body {
    margin: auto;
    padding: 0;
    font-family: 'Open Sans';
    overflow-x: hidden;
    background: no-repeat center;
    /* background-image: url("../images/Background-mobile.png"); */
    /* background: linear-gradient(to right bottom, #0046C0,#00A1FC); */
    background-size: cover;
}

body.modal-open {
    overflow: hidden;
}

section{
    display: flex;
    flex-flow: column;
}

th, td {
    padding: 10px;
}

table, th, td {
    border-right: 1px solid #fff;
    border-collapse: collapse;
}

table:last-child, th:last-child, td:last-child {
    border-right: 0;
    border-collapse: collapse;
}

th:first-child, td:first-child {
    text-align: right;
}

th:last-child, td:last-child {
    text-align: left;
}

p {
    line-height: 1.5;
}

.pre-promo {
    display: none;
}

.pos-promo {
    display: none;
}

.desktop-itens {
    display: none;
}

.mobile-itens {
    display: block;
}

#background-app {
    background: linear-gradient(to right bottom, #0046C0, #00A1FC);
}

#banner {
    background: no-repeat center;
    background-image: url("../images/KV-MASTER-OFICIAL-mobile.png");
    background-size: cover;
    position: relative;
    height: 510px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px 20px;
}

.banner-text p {
    font-size: 34px;
    line-height: 1.5;
    text-align: start;
    width: 300px;
}

.promocao-text {
    color: #FFF;
    letter-spacing: 3px;
    font-size: 14px;
}

.porto-logo-banner {
    width: 240px;
}

.banner-header-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
    background-color: rgb(255, 255, 255);
    padding-bottom: 48px;
}

.banner-header-mobile button {
    font-size: 20px;
    color: #0046C0;
    background-color: transparent;
    border-radius: 33px;
    padding: 10px 15px;
    /* padding: 20px 50px; */
    margin: 3px;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
}

.modal-header-icon {
    border-bottom: 1px solid rgb(0, 0, 0, 40%);
    width: 90%;
    padding: 10px 0;
    margin: 15px 20px 0;
}

.banner-header-mobile img {
    cursor: pointer;
    width: auto !important;
}

/* .banner-header-mobile button:hover {
    background: linear-gradient(to right, #0046C0,#00A1FC) ;
    color: #FFF;
} */

.margin-10 {
    margin: 10px 20px;
}

.margin-20 {
    margin: 20px;
}

.default-text {
    font-family: FontePorto;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

.semibold-text {
    font-family: FontePortoSemi;
}

.bold-text {
    font-family: FontePortoBold;
}

.light-blue-big-text {
    color: #B3E4FD;
    font-size: 32px;
    line-height: 1.2;
}

.default-button {
    font-family: FontePorto;
    font-size: 14px;
    color: #FFF;
    background-color: #0046C0;
    border-radius: 4px;
    padding: 10px 33px;

    transition: background-color 0.3s;

    cursor: pointer;
}

.default-button:hover {
    background-color: #06237A;
}

.white-button {
    font-family: FontePorto;
    height: 48px;
    font-size: 14px;
    background-color: #FFF;
    color:#0046C0;
    border-radius: 4px;
    padding: 10px 33px;

    transition: background-color 0.3s;

    cursor: pointer;
}

.white-button:hover {
    background-color: #c5c5c5;
    color:#0046C0;
}

.button-bold {
    font-family: 'Open Sans';
    font-weight: bold;
}

#infos-app {
    margin-bottom: 40px;
}

#infos-app-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#infos-app-container:first-child {
    margin-top: 20px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.infos-app-box-img {
    text-align: center;
}

.infos-app-box-img img {
    width: 80%;
}

.infos-app-input-box {
    width: 80%;
}

#infos-app-input {
    width: 100%;
    font-family: FontePorto;
    font-size: 14px;
    color: #FFF;
    background-color: rgb(255, 255, 255, 50%);
    border-radius: 8px;
    padding: 10px;
    border: none;
}

#infos-app-input::placeholder {
    color: #FFF;
}

.infos-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 24px;
    height: 300px;
    width: 280px;
    padding: 20px;
}

.header-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.header-cards p {
    font-size: 20px;
}

.footer-cards p {
    font-size: 14px;
}

#dates-app {
    background: no-repeat top;
    background-image: url("../images/KV-CONCEITO-PRINCIPAL-mobile.png");
    background-size: cover;
    height: 1235px;

}

.dates-logo {
    width: 240px;
    margin: 10px;
}

.dates-app-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 500px;
}

.dates-app-container h2 {
    font-size: 15px;
    margin: 20px;
}

.days-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    gap: 1rem;
    margin-bottom: 30px;
}

.dates-app-box {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    max-width: 380px;
    border: 2px solid #FFF;
    border-radius: 14px;
}

.dates-app-box-infos-flex {
    display: flex;
    align-items: center;
    border-right: 1px dashed #FFF;
    padding: 20px;
}

.dates-app-box-infos-flex h1 {
    width: 30%;
    font-size: 30px;
    color: #00A1FC;
    text-align: start;
}

.dates-app-box p {
    font-size: 18px;
}

#faq-app-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-app-title {
    justify-items: center;
    text-align: center;
    margin: 40px;
}

.faq-app-title p{
    line-height: 1;
    font-size: 40px;
}

.preguntas-block {
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    margin: 20px 30px;
}

.accordion-title {
    font-family: FontePorto;
    font-size: 16px;
    line-height: 1.5;
}

.accordion-text {
    font-family: FontePorto;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 40px 20px 40px;
}

.accordion-header {
    display: flex;
    align-items: center;
    transition: color 0.3s;
    gap: 0.5rem;
    padding: 10px;
    cursor: pointer;
}

.accordion-header div {
    flex: 1;
    text-align: end;
}

.accordion-header div img {
    transition: transform 0.3s;
}

.accordion-header div img.active {
    transform:rotate(180deg);
}
/* 
.accordion-header.active {
    color: #00A1FC;
} */

#pre-footer-app {
    background-color: #000;
    padding: 30px 0;
}

#pre-footer-app-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pre-footer-logo-buttons-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.pre-footer-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#pre-footer-app-container button {
    width: 140px;
    border-radius: 8px;
    padding: 8px;
}

#pre-footer-app-container p {
    font-size: 10px;
    line-height: 1.5;
}

#footer-app {
    background-color: #FFF;
}

#footer-app-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer-app-container a {
    color: #0046C0;
    text-decoration: none;
    font-size: 14px;
}

#footer-app-container a:hover {
    color: #06237A; 
}

.footer-logo {
    width: 245px;
}

#infos-app-container h2 {
    font-size: 18px;
}

.accordion-question {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    cursor: pointer;
}

.accordion-question-body {
    width: 90%;
    justify-self: center;
    margin-bottom: 20px;
}

.accordion-question div img {
    transition: transform 0.3s;
}

.accordion-question div img.active {
    transform:rotate(180deg);
}

.question-body-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 4px;
    background-color: rgb(255, 255, 255, 50%);
    padding: 15px;
}

.question-body-box input,
.question-body-box textarea {
    border: none;
    border-radius: 4px;
    padding: 10px;
    color: #0046C0;
}

.question-body-box input::placeholder,
.question-body-box textarea::placeholder {
    color: #0046C0;
}

.question-body-box div {
    display: flex;
    gap: 0.5rem;
}

.button-div {
    justify-content: center;
}

.lineup-open {
    text-decoration: underline;
    padding: 10px;
    cursor: pointer;
}

.winners-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 25%);
    text-align: center;
}

.winners-header {
    width: 80%;
    border-bottom: 1px solid #fff;
}

.winners-box p {
    font-family: FontePorto;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
}

.modal-content {
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.modal-content-header {
    width: 100%;
    max-width: none;
}

.modal-content img {
    width: 100%;
}

.modal-content-lineup {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-bottom: 20px 0;
    overflow-y: scroll;
    height: 100vh;
    padding: 20px 0;
}

.modal-box-lineup > div {
    place-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 16px;
}

#modal-header-open {
    cursor: pointer;
    margin: 20px;
}

.close-btn {
    align-self: end;
    margin-right: 50px;
    font-size: 30px !important;
    cursor: pointer;
}

.modal-content p {
    font-family: FontePortoSemi;
    font-size: 17px;
    text-align: center;
    color: #0053C9;
}

.modal-content span {
    font-family: FontePorto;
    font-size: 14px;
    text-align: center;
    color: #0053C9;
}

.modal-subtitle {
    width: 90%;
    font-size: 17px;
    border-radius: 20px;
    padding: 6px;
    background: linear-gradient(to right, #0046C0,#00A1FC);
    color: #FFF;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

/* Mostrar o modal quando tem a classe .ativo */
.modal.active,
.modal-mobile.active {
    display: flex;
}

#demo-modal {
    z-index: 777;
}

.modal-regulamento {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
	overflow: scroll;
}

#modal-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    min-height: 30%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

#x-close {
    text-decoration: none;
    font-size: 30px;
    color: #000000;
    cursor: pointer;
}

#string-close {
    cursor: pointer;
}

#text-regulamento {
    border: 1px solid #807a7a;
    border-radius: 10px;
    padding: 10px;
}


@media (min-width: 800px) { 
    #dates-app {
        height: 1400px;
    }

    .dates-app-container {
        margin-top: 800px;
    }
}

@media (min-width: 1000px) { 
    .desktop-itens {
        display: block;
    }

    .mobile-itens {
        display: none;
    }

    #banner {
        background: no-repeat left;
        background-image: url("../images/KV-MASTER-OFICIAL.jpg");
        background-size: cover;
        height: 100vh;
    }

    .banner-text {
        justify-content: space-around;
        padding: 120px 200px 200px 200px;
    }

    .banner-text p {
        font-size: 55px;
        width: 430px;
    }

    .promocao-text {
        font-size: 20px;
    }

    .porto-logo-banner {
        width: 400px;
    }

    .banner-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: center;
        gap: 1rem;
        border-radius: 33px;
        width: 70%;
        margin: 10px;
    }

    .banner-header button {
        font-size: 16px;
        color: #FFF;
        background-color: transparent;
        border-radius: 33px;
        padding: 15px 35px;
        /* padding: 20px 50px; */
        margin: 3px;
        transition: background 0.3s, color 0.3s;
        cursor: pointer;
    }

    .banner-header button:hover {
        color: #00A1FC;
    }

    .roll-down {
        align-self: center;
        position: absolute;
        bottom: 20px;
        cursor: pointer;
    }

    .roll-up {
        align-self: end;
        position: relative;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
    }

    .default-text {
        font-size: 24px;
    }

    .light-blue-big-text {
        font-size: 96px;
    }

    .margin-10 {
        margin: 30px 20px;
    }

    .default-button {
        font-size: 16px;
    }

    .flex-box {
        flex-direction: row;
    }

    .center-desktop-text {
        width: 40%;
        justify-self: center;
    }

    .infos-app-box-img img {
        border: 1px solid #FFF;
        border-radius: 20px;
    }

    #dates-app {
        background: no-repeat left top;
        background-image: url(../images/KV-CONCEITO-PRINCIPAL-desktop.png);
        background-size: cover;
        height: 900px;
    }

    .dates-app-container {
        flex-direction: row;
        height: 100%;
        margin-top: 0;
    }

    .modal-content-lineup {
        flex-direction: column;
        max-width: 90%;
        height: auto;
        gap: 0;
        overflow-y: auto;
    }

    .close-btn {
        align-self: end;
        margin-right: 50px;
        font-size: 30px !important;
        cursor: pointer;
    }

    .modal-box-lineup {
        display: flex;
        width: 100%;
    }

    .modal-box-lineup > div {
        width: 50%;
        align-self: start;
        padding-top: 70px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .modal-subtitle {
        align-self: center;
    }

    .left-side-desktop {
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 0 50px 50px;
        width: 60%;
    }

    .left-side-desktop>div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .dates-app-container h2 {
        margin: 20px 10px;
        font-size: 55px;
        text-align: start;
    }

    .dates-app-container p {
        text-align: start;
        margin-left: 0;
    }

    .days-container {
        align-items: end;
        padding: 50px 50px 50px 0;
    }

    .preguntas-block {
        width: 50%;
        justify-self: center;
    }

    .faq-app-title p {
        font-size: 96px;
    }

    .faq-mail {
        font-size: 20px;
        line-height: 1.5;
    }

    .accordion-question-body {
        width: 50%;
    }

    .accordion-title {
        font-size: 15px;
    }

    .accordion-text {
        font-size: 14px;
    }


    #pre-footer-app-container {
        width: 70%;
        align-self: center;
    }

    #pre-footer-app-container .margin-10 {
        margin: 10px 0;
    }

    #pre-footer-app-container p  {
        font-size: 14px;
        text-align: start;
    }

    .pre-footer-logo-buttons-box {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .pre-footer-buttons {
        flex-direction: row;
    }

    .pre-footer-buttons .margin-10 {
        margin: 0;
    }

    #footer-app-container {
        flex-direction: row;
    }

    #infos-app-container h2 {
        font-size: 30px;
    }

    
    .winners-box p {
        font-size: 24px;
        line-height: 1.3;
    }

    .winners-header p {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (min-width: 1300px) { 
    .banner-header button {
        font-size: 18px;
        padding: 16px 40px;
    }
}
/* 
@media (min-width: 1600px) { 
    .banner-header button {
        font-size: 1px;
        padding: 20px 50px;
    }
} */