/*
    Folha de estilo JogaCatanduva
    19/01/23
    Thales Figueiredo
 */

:root {
    --roxo: #380075;
    --branco: #fff;
}

body {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

p, label {
    color: #555;
}

.titulo {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--roxo);
}

.btn-purple {
    color: #fff;
    background-color: var(--roxo);
    transition: all .5s;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-purple:hover {
    color: #fff;
    background-color: #630bc3;
}

#banner img {
    max-width: 100%;
}

header nav .navbar-brand img {
    height: 50px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

header nav .nav-item a {
    transition: all .4s;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    transition: all .5s;
}

header nav .nav-item a:hover {
    color: var(--roxo);
}

#quemsomos p,
#evento p,
#inscricao p {
    font-size: 0.8rem;
}

#evento iframe {
    display: block;
    margin: 5px auto;
}

#evento,
#programacao {
    background: url('../img/pattern-bg2.png') repeat-y center;
}

#local {
    background: url('../img/background-local.jpg') no-repeat center;
    background-size: cover;
}

#local .titulo,
#local h2,
#local p {
    color: var(--branco);
    text-align: left;
}

#local p {
    font-size: 0.8rem;
}

#local .map {
    background-color: #fff;
    padding: 3rem;
    border-radius: 50px;
}

#programacao .titulo,
#programacao h2 {
    color: var(--roxo);
}

#programacao .text-titulo-programa {
    font-size: 0.8rem;
}

#programacao .text-board { color: #380075; }
#programacao .text-card { color: #5d2c92; }
#programacao .text-rpg { color: #9a52e9; }

#programacao .text-horario {
    font-size: 0.8rem;
    font-weight: bold;
    color: #f0ce45;
}

#programacao table tr td {
    font-size: 0.7rem;
}

#fotos_evento {
    background: url('../img/background-como-foi.jpg') no-repeat center; 
}

#fotos_evento .titulo,
#fotos_evento h2 {
    color: #fff;
}

#fotos_evento a img {
    margin-top: 1rem;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

#apoio h1 {
    position: relative;
}

#apoio h1::after {
    content: '';
    width: 80px;
    height: 4px;
    display: block;
    margin-top: 8px;
    background-color: #e0c4ff;
    font-size: 2rem;
}

#apoio h1 {
    text-align: left;
    font-size: 1.5rem;
}

#localizacao .bg-estacao {
    background: url('../img/estacao-cultura.jpg') left no-repeat;
    background-size: cover;
}

#localizacao .local-content {
    display: flex;
    height: 100%;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#localizacao .titulo {
    color: #fff;
    text-align: left;
}

#localizacao address {
    color: #fff;
    font-size: 1.2rem;
    margin: 0px;
}

#localizacao iframe {
    width: 100%;
    height: 300px;
    margin-bottom: -6px;
}

#fale_conosco .titulo {
    text-align: left;
}

#fale_conosco .infos{
    padding-top: 4rem;
    text-align: center;
}

#fale_conosco a {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding-top: 15px;
    color: #fff;
    margin-left: 8px;
    background-color: var(--roxo);
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
}

#fale_conosco a:hover {
    background-color: #630bc3;
}

#fale_conosco a i {
    font-size: 1.5rem;
    line-height: 0;
}

#fale_conosco .text-social-media {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: var(--roxo);
}

#fale_conosco .text-faleconosco {
    font-size: 0.8rem;
    text-align: left;
}

#fale_conosco .text-contato {
    font-size: 0.9rem;
    text-align: center;
}

#fale_conosco .fa-envelope {
    color: var(--roxo);
    margin-right: 10px;
}

#rodape {
    background: url('../img/background-rodape.jpg') no-repeat center;
    text-align: center;
}

#rodape p {
    color: #fff;
    font-size: 0.7rem;
}

@media (min-width:400px) {

    #evento iframe {
        width: 380px;
        height: 234px;
    }

    #fotos_evento a img {
        margin-top: 0.5rem;
        width: 100%;
        height: 50px;
        object-fit: cover;
    }
}

@media (min-width:576px) {

    .titulo {
        font-size: 2rem;
    }

    header nav .nav-item a {
        font-size: 0.8rem;
    }

    #quemsomos p,
    #evento p,
    #inscricao p {
        font-size: 0.8rem;
    }

    #evento iframe {
        width: 512px;
        height: 315px;
    }

    #local p {
        font-size: 0.8rem;
    }

    /* #fotos_evento a img {
        margin-top: 1rem;
        width: 100%;
        height: 80px;
        object-fit: cover;
    } */

    #programacao .text-titulo-programa {
        font-size: 1rem;
    }
    
    #programacao .text-horario {
        font-size: 1.2rem;
    }
    
    #programacao table tr td {
        font-size: 0.8rem;
    }

    #apoio h1 {
        font-size: 1.4rem;
    }

    #apoio h1::after {
        width: 75px;
        height: 4px;
        font-size: 1.7rem;
    }

    #localizacao .local-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #localizacao address {
        font-size: 1.1rem;
    }
    
    #localizacao iframe {
        height: 350px;
    }

    #fale_conosco .infos{
        padding-top: 4rem;
        text-align: center;
    }

    #fale_conosco .text-faleconosco {
        font-size: 0.9rem;
        text-align: left;
    }

    #fale_conosco .text-contato {
        font-size: 0.9rem;
        text-align: center;
    }

    #fale_conosco .text-social-media {
        font-size: 1.5rem;
        text-align: center;
    }

    #rodape p {
        font-size: 0.8rem;
    }

}

@media (min-width:768px) {

    .titulo {
        font-size: 1.8rem;
    }

    header nav .nav-item a {
        font-size: 0.8rem;
    }

    #quemsomos p,
    #evento p,
    #inscricao p {
        font-size: 0.8rem;
    }

    #evento iframe {
        width: 512px;
        height: 315px;
    }

    #local p {
        font-size: 0.8rem;
    }

    #programacao .text-titulo-programa {
        font-size: 1.4rem;
    }
    
    #programacao .text-horario {
        font-size: 1.5rem;
    }
    
    #programacao table tr td {
        font-size: 0.8rem;
    }

    #apoio h1 {
        font-size: 1.6rem;
    }

    #apoio h1::after {
        width: 90px;
        height: 4px;
        font-size: 1.7rem;
    }

    #localizacao address {
        font-size: 1.3rem;
    }

    #localizacao iframe {
        height: 350px;
    }

    #fale_conosco .infos{
        padding-top: 10rem;
        text-align: right;
    }

    #fale_conosco .text-faleconosco {
        font-size: 0.9rem;
        text-align: left;
    }

    #fale_conosco .text-contato {
        font-size: 0.9rem;
        text-align: right;
    }

    #fale_conosco .text-social-media {
        font-size: 1.5rem;
        text-align: right;
    }

    #rodape p {
        font-size: 0.8rem;
    }
    
}

@media (min-width:992px) {

    .titulo {
        font-size: 2.5rem;
    }

    header nav .nav-item a {
        font-size: 0.7rem;
    }

    #quemsomos p,
    #evento p,
    #inscricao p {
        font-size: 0.9rem;
    }

    #evento iframe {
        width: 512px;
        height: 315px;
    }

    #local p {
        font-size: 0.9rem;
    }

    #programacao .text-titulo-programa {
        font-size: 1.6rem;
    }
    
    #programacao .text-horario {
        font-size: 1.8rem;
    }
    
    #apoio h1 {
        font-size: 1.8rem;
    }

    #apoio h1::after {
        width: 95px;
        height: 4px;
        font-size: 1.7rem;
    }

    #localizacao address {
        font-size: 1.5rem;
    }

    #fale_conosco .infos{
        padding-top: 10rem;
        text-align: right;
    }

    #fale_conosco .text-contato {
        font-size: 1.2rem;
        text-align: right;
    }

    #fale_conosco .text-social-media {
        font-size: 2rem;
        text-align: right;
    }

    #rodape p {
        font-size: 0.9rem;
    }

}

@media (min-width:1200px) {
    
    .titulo {
        font-size: 4rem;
    }
    
    .btn-purple {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    header nav .navbar-brand img {
        height: 50px;
    }

    header nav .nav-item a {
        font-size: 0.9rem;
        font-weight: 600;
    }
    
    #quemsomos p,
    #evento p,
    #inscricao p {
        font-size: 1.2rem;
    }
    
    #evento iframe {
        width: 512px;
        height: 315px;
    }

    #programacao .text-titulo-programa {
        font-size: 2rem;
    }
    
    #programacao .text-board { color: #380075; }
    #programacao .text-card { color: #5d2c92; }
    #programacao .text-rpg { color: #9a52e9; }
    #programacao .text-horario {
        font-size: 2rem;
    }
    
    #fotos_evento a img {
        margin-top: 1rem;
    }
    
    #apoio h1::after {
        width: 105px;
        height: 4px;
        margin-top: 8px;
        font-size: 2rem;
    }
    
    #apoio h1 {
        font-size: 2rem;
    }
                
    #localizacao address {
        font-size: 2rem;
        margin: 0px;
    }
    
    #fale_conosco .infos{
        padding-top: 8rem;
        text-align: right;
    }

    #fale_conosco a {
        width: 48px;
        height: 48px;
        padding-top: 15px;
        margin-left: 8px;
    }
    
    #fale_conosco a i {
        font-size: 1.5rem;
        line-height: 0;
    }
    
    #fale_conosco .text-social-media {
        font-size: 2.5rem;
        text-align: right;
    }
    
    #fale_conosco .text-faleconosco {
        font-size: 1rem;
    }
    
    #fale_conosco .text-contato {
        font-size: 1.8rem;
        text-align: right;
    }
    
    #fale_conosco .fa-envelope {
        margin-right: 10px;
    }
    
}

@media (min-width:1400px) {
    #evento iframe {
        width: 512px;
        height: 315px;
    }

    #fale_conosco .text-social-media {
        font-size: 2.5rem;
    }    
}