@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

* {
    font-family: 'Playfair Display', serif;
}

p, h1, h2, h3, h4, h5, h6 {
    animation-name: text-animation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    margin: 0;
    padding: 0;
}

/* GERAL */
body {
    background-color: #ffffff;
    margin: 0;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25px;
}

a {
    text-decoration: none;
}

footer {
    display: none;
}

/* EFEITO APARECER */
.efeito-aparecer {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 4s, transform 2s;
}

.mostrar {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (min-width: 1200px) {
    .container {
        max-width: 1156px;
    }
}

@media (max-width: 992px) {
    .parallax {
        display: none !important;
    }

    #gradienteDiv {
        display: none !important;
    }

    .title-01 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .title-02 {
        font-size: 85px !important;
        line-height: 85px !important;
    }

    .title-04 {
        font-size: 65px !important;
        line-height: 65px !important;
        text-align: center !important;
    }

    .title-05 {
        font-size: 65px !important;
        line-height: 65px !important;
        text-align: center !important;
    }

    .title-06 {
        font-size: 65px !important;
        line-height: 65px !important;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 20px !important;
    }

    .title-01 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .title-02 {
        font-size: 70px !important;
        line-height: 70px !important;
    }

    .title-04 {
        font-size: 42px !important;
        line-height: 42px !important;
        text-align: center !important;
    }

    .title-05 {
        font-size: 42px !important;
        line-height: 42px !important;
        text-align: center !important;
    }

    .title-06 {
        font-size: 42px !important;
        line-height: 42px !important;
    }

    .top-row {
        margin: 0 0 20px 0 !important;
    }
}

/* EFEITO APARECER */
.parallax {
    height: 140vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer img {
    height: auto;
    object-fit: cover;
    object-position: top; /* Ajusta a posição para garantir que a parte superior da imagem seja sempre visível */
    max-width: 1350px;
}


/* ESTRUTURAL */
.top-row {
    margin: 0;
    z-index: 2;
    padding: 80px 0 0 0;
    /*  position: relative;
     margin: 0 0 20px 0;
     top: 220px;
     left: 50%;
    transform: translate(-50%, -50%);
     text-align: center; */
}

#gradienteDiv {
    height: 300px;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    margin: 100px 0 0 0;
    position: relative;
    z-index: 1;
}

.conteudo {
    padding: 0 0 40px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.img-mobile {
    width: 60%;
    display: block;
    margin: auto;
    text-align: center;
}


/* TYPES */
.title-01 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #42454A;
}

.title-02 {
    font-family: 'Playfair Display', serif;
    font-size: 104px;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 0 0 30px 0;
    padding: 0;
    color: #42454A;
}

.title-02 sup {
    font-family: 'Playfair Display', serif;
}

.title-03 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
    margin: 0 0 5px 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
}

@keyframes animation-title {
    0% {
        color: #42454A;
    }
    50% {
        color: #B39456;

    }
    100% {
        color: #42454A;
    }
}

.title-04 {
    font-family: 'Playfair Display', serif;
    font-size: 85px;
    line-height: 85px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #42454A;
}

.title-05 {
    font-family: 'Playfair Display', serif;
    font-size: 85px;
    line-height: 85px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
}

.title-06 {
    font-family: 'Playfair Display', serif;
    font-size: 85px;
    line-height: 85px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 50px 0 0 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
}

.sub-title-01 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 39px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 40px 0 0 0;
    padding: 0;
    color: #42454A;
}

.sub-title-02 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 39px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 40px 0 0 0;
    padding: 0;
    color: #42454A;
}

.gold {
    color: #B39456 !important;
}

.sub-title-03 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #B39456;
}

.concept-text-01 p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 5px 0 0 0;
    color: #42454A;
}

.concept-text-02 p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 5px 0 0 0;
    color: #B39456;
}

.note {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin: 25px 0 0 0;
    padding: 0;
    color: #ffffff;
}

.note a {
    text-decoration: underline;
    color: #ffffff;
}

.concept-text-02 a {
    text-decoration: underline;
    color: #B39456;
}

.calendar-day {
    font-family: 'Playfair Display', serif;
    font-size: 130px;
    line-height: 85px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    margin: 10px 0 0 0;
    padding: 0;
    color: #42454A;
}

.calendar-mounth {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 90px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #42454A;
}

.calendar-category {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    margin: 0 0 40px 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
}

.winner {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    margin: 0 0 0 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
    text-decoration: none;
}

.winner:hover {
    color: #B39456;
    animation: animation-title 0.5s infinite;
    text-decoration: none;
}


/* BUTTONS */
.btns-row {
    text-align: center;
}

.btn-01 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
    width: 280px;
    height: 52px;
    border-radius: 2rem;
    border: none;
    padding: 12px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    animation: animation-button 6s infinite;
    background-color: #42454A;
}

.btn-01:hover {
    animation: animation-button 0.5s infinite;
    color: #ffffff;
}

.btn-note {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    opacity: 1;
    margin: 0;
    padding: 0;
    color: #B39456;
    animation: animation-title 6s infinite;
}

@keyframes animation-button {
    0% {
        background-color: #42454A;
    }
    50% {
        background-color: #B39456;

    }
    100% {
        background-color: #42454A;
    }
}


/* JÚRI */

.jury-image {
    width: 100%;
    filter: grayscale(1);
    border-radius: 50%;
}

.jury-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    color: #42454A;
    opacity: 1;
    margin: 10px 0 10px 0;
    padding: 0;
}

.jury-company {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    color: #B39456;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    animation: animation-title 6s infinite;
}

.jury-occupation {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    color: #B39456;
    opacity: 1;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    animation: animation-title 6s infinite;
}

.jury-link {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    color: #B39456;
    opacity: 1;
    display: block;
    margin: 5px auto 10px;
    padding: 0;
    animation: animation-title 6s infinite;
}

.jury-link:hover {
    animation: animation-title 0.5s infinite;
    text-decoration: underline;
}

.modal-header {
    border: none;
}

.modal-body {
    padding: 0 30px 20px 30px;
}

.modal-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0;
    margin: 0 0 25px 0;
}

.modal-text {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#regulation-modal .modal-dialog {
    max-width: 860px;
}

#regulation-modal .modal-content {
    max-height: calc(100vh - 3.5rem);
}

#regulation-modal .modal-body.modal-text {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* SPONSORS */
.sponsor-row {
    background-color: #B39456;
}

.line-sponsors {
    padding: 0;
}

.set-sponsor {
    margin: 0 5px 0 0;
    width: auto;
    padding: 0;
}

.sponsor-category {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin: 10px 0 5px 0;
}

.logo-sponsor {
    width: 120px;
    height: 80px;
    border: none;
    margin: 0 10px 10px 0;
}

.logo-sponsor02 {
    width: 120px;
    height: 80px;
    border: none;
    margin: 0 10px 10px 0;
    filter: grayscale(1);
    background-color: #ffffff;
}

.logo-sponsor02:hover {
    filter: grayscale(0);
}





