@font-face {
    font-family:'franklin_gothic_book_compressed', 'bebas_neue_bold';
    src: url('../fonts/franklin_gothic_book_compressed.otf') format('truetype'),
    url('../fonts/bebas_neue_bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:'franklin_gothic_book_compressed', 'bebas_neue_bold';
    font-size: clamp(14px, 2vw, 18px);
}

body {
    background-image:url('../img/cartaz_2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;  
    color: rgb(255, 255, 255);
}

header {
    bottom: 0;
    position: fixed; 
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0.5rem 0.5rem 3rem 0.5rem;
}

header a {
    color: rgb(222, 76, 91); 
    font-size: 1.6rem; 
    text-decoration: none;
    padding: 0.5rem 1.1rem;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    
}

header a:hover {
    color: black; 
    border: 1px solid rgb(255, 255, 255);
}

.container {
    min-width: 320px;
    max-width: 1920px;
    margin: auto;
    top: 20px;
    left: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
}

.container h3 {
    font-size: 1rem;
    font-weight: 300;
    padding-top: 3.3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.5);
}

.bg-img {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    margin-bottom: 7.2rem;
}

.ney-img {
    max-width: 650px;
    width: 100%;
}

.button-a {
    width: 100%;
}

.link-ticket {
    color: black; 
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.3rem; 
    font-weight: bolder; 
    text-decoration: none; 
    padding: 1.6rem 10vw; 
    border-radius: 10px;
    transition: 0.3s;
    text-transform: uppercase;
    margin-top: 3.8rem;
    text-transform: uppercase;  
    background: rgb(244, 146, 54);
    animation: pulsarCor 3s infinite ease-in-out;
    width: 100%;
}

@keyframes pulsarCor {
    0%, 100% {
        background-color: rgb(244, 146, 54);
        opacity: 1;
    }
    50% {
        background-color: rgb(245, 62, 92);
        opacity: 1;
    }
}


.link-ticket:hover {
    padding: 2rem 11vw;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.9);
    box-shadow: 2px 5px 10px rgba(255, 255, 255, 0.9); 
    width: 100%;
} 

.info {
    display: grid;
    justify-content:center;
    margin-top: 2.7rem;
}

.info-item {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 2.7rem;
    border-radius: 10px;
    padding: 0.5rem;

}

.info-item h2 {
    font-size: 2rem;
    color: rgb(255, 255, 255);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

.info-item h4 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: rgb(244, 146, 54);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.content {
    margin-top: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 0.5rem;
}

h1 {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 0.5rem;
}

p {
    font-size: 1.3rem;
    padding: 0.5rem;
}

#countdown {
    display: flex;
    gap: 1.6rem;
    font-size: 1rem;
    font-weight: bold;
}

.time-box {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    border: rgb(255, 255, 255) solid 2px;
    padding: 0.5rem;
    border-radius: 12px;
    min-width: 5.5rem;
}

.time-box span {
    display: block;
    font-size: 3rem;
}

.container-criativo {
    align-items: center;
    background-color: rgba(109, 77, 56, 0.6);
    margin: 0 auto;
    margin-top: 2.7rem;
}

.container-criativo h1 {
    font-size: 4rem;
    font-weight: 300;
    color: rgb(245, 62, 92);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}

.info-criativo {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 2.7rem;
    padding: 2.2rem 5.5rem;
    background-color: rgba(109, 77, 56, 0.6);
}

.info-criativo.row {
    flex-direction: row;
}

.info-criativo.row-reverse {
    flex-direction: row-reverse;
}

.info-img-criativo img {
    border-radius: 30px;
    max-width: 200px;
}

.info-text-criativo h2, h4 {
    color: rgb(244, 146, 54);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: justify;
}

.info-text-criativo p {
    font-size: 1rem;
    color: white;
    text-align: justify;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
}

.container-tecnico {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 0.5rem 0;
    color: rgb(245, 62, 92);
    text-align: center;
    background-color: rgba(244, 146, 54,0.6);
    margin-top: 2.7rem;
}

.tecnico-itens {
    display: flex;
    flex-direction: row;
}

.tecnico-item {
    flex: 1 1 0;
}

#sobre-item{
    flex: 1 1 0;
    padding: 0 7.7rem;
    text-align: justify;
    margin-top: 4rem;
}

#sobre-ficha {
    padding: 0 8.3rem;
    text-align: center;
}

.container-tecnico h1{
    font-size: 4rem;
    font-weight: 300;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    padding-bottom: 1.6rem;
}

.container-tecnico h2 {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    color: rgb(109, 77, 56);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    padding-bottom: 1.1rem;
} 

.container-tecnico h4 {
    color: rgb(109, 77, 56);
    text-align: center;
    font-size: 2rem;
    padding: 2.7rem 0 1.1rem 0;
} 

.container-tecnico p {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
}

.tecnico-text {
    padding: 2.7rem 0;
}

.contato a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.contato a:hover {
    text-decoration: underline;
}

.container-apoio {
    background-color: rgba(109, 77, 56, 0.6);
    margin-top: 2.7rem;
    margin-bottom:12.7rem;;
}

.container-regua {
    margin-top: 19.7rem;
}

.apoio-img{
    max-width: 50rem;
    width: 100%;
    align-items: center;
}

.regua-img{
    max-width: 75.5rem;
    width: 90%;
}

.footer {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255,0.5);
}

@media (max-width: 600px) {
    .header_wrapper,
    header, header a {
        position: static !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        display: none !important;
        height: 0 !important; 
        padding: 0 !important;
        margin: 0 !important;
    }

    .bg-img {
        padding: 2rem;
        margin-bottom: 5rem;
    }

    .info {
        margin-top: 1.7rem;
    }

    .info-item {
        margin-top: 1.2rem;
    }

    .info-item h2 {
        font-size: 1.4rem;
    }

    .content{
        margin-top: 1.2rem;
    }
    #countdown {
        gap: 1rem;
        font-size: 0.5rem;
    }

    .tecnico-itens {
        flex-direction: column;
        align-items: center;
    }

    .tecnico-item {
        width: 100%;
    }

    #sobre-ficha {
        padding: 0 1rem;
    }

    #sobre-item {
        margin-top: 0;
        padding: 0 1rem;
    }

    .container-criativo h1 {
        font-size: 2rem;
    }

    .info-criativo,
    .info-criativo.row,
    .info-criativo.row-reverse {
        flex-direction: column;
        gap: 1.2rem;
        padding: 1.2rem;
    }

    .info-img-criativo {
        order: 1;
        width: 100%;
    }

    .info-text-criativo {
        order: 2;
        text-align: center;
    }

    .regua-img{
        width: 100%;
    }

    .container-regua {
        margin-top: 36rem;
    }
}

@media (max-width: 900px) {
    .tecnico-itens {
        flex-direction: column;
        align-items: center;
    }

    .tecnico-item {
        width: 100%;
    }

    #sobre-item {
        margin-top: 0;
    }

    .info-criativo 
    .info-criativo.row,
    .info-criativo.row-reverse {
        flex-direction: column;
        gap: 1.2rem;
        padding: 1.2rem;
    }

    .info-img-criativo {
        order: 1;
        width: 100%;
    }

    .info-text-criativo {
        order: 2;
        text-align: center;
    }
}