@font-face {
    font-family: 'Museo300';
    font-display: swap;
    src: url("../_fonts/Museo-300.woff2");
    src: url("../_fonts/Museo-300.woff2") format("woff2");
}

@font-face {
    font-family: 'Museo500';
    font-display: swap;
    src: url("../_fonts/Museo-500.woff");
    src: url("../_fonts/Museo-500.woff") format("woff");
}

@font-face {
    font-family: 'Museo700';
    font-display: swap;
    src: url("../_fonts/Museo-700.woff2");
    src: url("../_fonts/Museo-700.woff2") format("woff2");
}

@font-face {
    font-family: 'Museo900';
    font-display: swap;
    src: url("../_fonts/Museo-900.woff");
    src: url("../_fonts/Museo-900.woff") format("woff");
}

@font-face {
    font-family: 'DK-Suco-De-Laranja';
    font-display: swap;
    src: url("../_fonts/DK-Suco-De-Laranja.woff");
    src: url("../_fonts/DK-Suco-De-Laranja.woff") format("woff");
}

@font-face {
    font-family: 'chinese-rocks-rg';
    font-display: swap;
    src: url("../_fonts/chinese-rocks-rg.woff");
    src: url("../_fonts/chinese-rocks-rg.woff") format("woff");
}

html, body{
    margin: 0;
    padding: 0;
    font-family: Museo300;
}

.bg-light{
    background-color: #FFF !important;
}

header{
    font-family: Museo500;
}

header li{
    margin: 0 5px;
}

.banner{
    background: url(../_img/2026/banner.png) center center; /* fallback para navegadores antigos */
    background: -webkit-image-set(
        url(../_img/2026/banner.avif) 1x,
        url(../_img/2026/banner.webp) 1x,
        url(../_img/2026/banner.png) 1x
    ) center center;
    background: image-set(
        url(../_img/2026/banner.avif) type("image/avif"),
        url(../_img/2026/banner.webp) type("image/webp"),
        url(../_img/2026/banner.png) type("image/png")
    ) center center;
    width: 100%;
    display:table;
    background-size: cover;
    background-position: top;
}

.btn-seta{
    display: block;
    margin: 20px auto -6%;
    cursor: pointer;
}

.btn-verde{
    background-color: #a0c038;
    border:3px solid #1f1d12;
    color:#000;
    border-radius:10px;
    font-family: Museo900;
}

.inspirado{
    background: url(../_img/2026/banner2.avif) center center; /* fallback para navegadores antigos */
    background: -webkit-image-set(
        url(../_img/2026/banner2.avif) 1x,
        url(../_img/2026/banner2.webp) 1x,
        url(../_img/2026/banner2.png) 1x
    ) center center;
    background: image-set(
        url(../_img/2026/banner2.avif) type("image/avif"),
        url(../_img/2026/banner2.webp) type("image/webp"),
        url(../_img/2026/banner2.png) type("image/png")
    ) center center;
    width: 100%;
    display:table;
    background-size: cover;
}

.inspirado p:first-of-type{
    font-family: 'DK-Suco-De-Laranja';
    color: #3d4124;
    font-weight: 700;
}

.inspirado p{
    font-family: 'chinese-rocks-rg';
    color: #202414;
    text-align: center;
    font-size:3em;
}

.btn-amarelo{
    color:#00060d;
    border-radius:10px;
    border:3px solid #00060d;
    background-color: #fbc238;
    font-family: Museo900;
}

.btn-laranja{
    background-color: #ff4900;
    border-radius: 20px;
    color: #FFF;
    padding: 5px 20px;
    font-family: Museo700;
}

/* .btn-participar{
    background-image: url(../_img/2026/btn-participar.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FFF;
    font-family: Museo900;
    padding: 15px 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
} */

#btn-participar{
    cursor: pointer;
}

.premios{
    background-color: #fbf038;
    clip-path:polygon(0 0,100% 0, 100% calc(100% - 80px),0 100%)
}

.premios p{
    font-family: Museo300;
    font-size:1.2em;
}

p span{
    font-family: Museo700;
}

.titulo{
    font-size:3em;
    font-family: Museo900;
    color:#a0c038;
}

.como{
    background: url(../_img/2026/back.png) center center;
    background-size: 100% 100%;
    color:#0a0908;
    padding: 20px;
    position: relative;
    width: 100%;
}

.participar{
    background-color: #314f06;
    border-bottom: #00060d 4px solid;
    /* border-top: #00060d 4px solid; */
    font-size:1.2em;
    font-family: Museo300;
    background-size: cover;
    background-position: bottom;
    color:#FFF;
}

.circulo{
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    /* background-color: #bbb; */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: #232323;
    position: absolute;
    margin-top: -45px;
    margin-left: 39%;
}

.circulo span{
    font-family: Museo700;
    color:#a0c038;
    font-size: 1.5em;
}

.cadastro{
    background-color: #e5dcb0;
    border-bottom: #00060d 4px solid;
}

.cadastro p{
    font-size: 2em;
}

.cadastro label{
    font-family: Museo500;
}

.form-control:not(select){
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: unset;
}

.form-control{
   
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 20px;
}

/* textarea{
    border: 2px solid lightgrey !important;
} */

.form-control:focus {
    border-color: unset !important;
    box-shadow: unset !important;
    background-color: transparent;
}

.titulo-desenho{
   display: block;
    margin: auto;
}

.desenhos{
    background-color: #FFF;
    border-bottom: #00060d 4px solid;
}

.desenhos h3{
    font-family: Museo500;
}

.desenhos .card-header{
    border-bottom: unset;
}

.desenhos .card{
    border-radius: 15px;
    height: 480px;;
}

.desenhos .card-footer{
    border:unset !important;
}

.votos{
    color: #ff4900;
    font-family: Museo900;
}

#mygroup-error{
    background: red;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
}

.form-control:not(select).error{
    border-bottom: 1px solid red;
}

select.error{
    border: 1px solid red;
}

label.error{
    color:red;
}

@media screen and (max-width: 450px){

    .titulo{
        font-size:2em;
    }

    .banner .row{
        flex-direction: column!important;
    }

    footer p{
        text-align: center;
    }

    #comoParticipar .col-md-1 img{
        transform: rotate(90deg);
    }

}

@media screen and (min-width: 450px) and (max-width: 768px){
    footer p{
        text-align: center;
    }
    
    #comoParticipar .col-md-1 img{
        transform: rotate(90deg);
    }
}

.vencedores {
    background-color: #e8f5e9;
    border-bottom: #00060d 4px solid;
    border-top: #00060d 4px solid;
}

.vencedores h2 {
    font-family: Museo700;
    font-size: 2.5em;
    color: #00060d;
    margin-bottom: 30px;
}

.vencedores h3 {
    font-family: Museo700;
    font-size: 1.8em;
    color: #00060d;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.vencedor-card {
    background-color: #FFF;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vencedor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vencedor-posicao {
    display: inline-block;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #fbc238;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: Museo900;
    font-size: 1.5em;
    color: #00060d;
    border: 3px solid #00060d;
}

.vencedor-nome {
    font-family: Museo700;
    font-size: 1.2em;
    color: #00060d;
    margin-bottom: 10px;
    text-align: center;
}

.vencedor-escola {
    font-family: Museo500;
    font-size: 0.95em;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4;
}

.vencedor-unidade {
    font-family: Museo500;
    font-size: 0.95em;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}

.vencedor-imagem {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.vencedor-card a[data-gallery] {
    display: block;
    width: 100%;
}

.vencedor-card a[data-gallery]:hover .vencedor-imagem {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.vencedor-pdf {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
}