/* RESET */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&display=swap');
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: none;
    outline: none;
    font-weight: 300;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

body {
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

nav {
    width: 100vw;
    display: flex;
    position: fixed;
    z-index: 999;
    height: 8%;
}

nav div {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: whitesmoke;
    width: 41vw;
}

nav div li {
    margin: 0 auto;
}

nav div img {
    margin: 0 auto;
}

.div-logo {
    position: relative;
    margin: 0 auto;
    width: 18vw;
    height: 180%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 40px 40px;
    box-shadow: 5px 5px 5px rgb(197, 197, 197);
}

.div-logo img {
    width: 100%;
    padding: 5px 0 5px 0;
}

.div-logo img:last-child {
    width: auto;
}


/*dropdown*/

.seja-expositor {
    position: relative;
    padding: 15px;
    border-top: 2px solid rgb(197, 197, 197);
}

.dp-menu li:last-child {
    padding: 25px 0;
}

.dp-menu ul {
    background-color: rgb(216, 212, 212);
}

.dp-menu li ul li:first-child {
    position: relative;
    padding: 10px;
}

.dp-menu li ul li:last-child {
    position: relative;
    padding: 15px;
    border-top: 2px solid rgb(197, 197, 197);
}

.dp-menu ul li a {
    text-decoration: none;
    display: block;
}

.formatacao-links a {
    text-transform: uppercase;
    color: #4D4C4E;
    font-weight: 400;
}

.formatacao-links a:active {
    font-weight: bold;
    margin-top: 6%;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*SUB MENU*/

.dp-menu li ul {
    display: none;
    position: absolute;
}

.dp-menu li:hover ul {
    margin-top: 10px;
    display: block;
    border-radius: 0 0 10px 10px;
}


/*MAIN SECTION*/

section {
    display: flex;
    flex-direction: column;
}

.texto-principal {
    width: 50vw;
    padding-top: 10%;
    text-transform: uppercase;
    margin: 0 auto;
}

.texto-principal h1 {
    font-size: 25px;
    color: #4D4C4E;
    font-weight: 400;
    text-align: center;
}


/*FOOTER*/

footer {
    background-color: white;
    width: 150vw;
    padding-bottom: 10px;
    max-height: 120px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.patrocinadores img {
    width: 98%;
}


/*Icones*/

@media (max-width: 768px) {
    /* TIRA PATROCINADORES */
    .carousel {
        visibility: visible;
        background-color: #fff;
        width: 150%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    body {
        background-image: url('../imgs/12.png');
    }
    nav {
        width: 100vw;
        display: flex;
        position: fixed;
        z-index: 999;
        height: 5%;
    }
    nav div li a {
        font-size: 60%;
    }
    .div-logo {
        position: relative;
        margin: 0 auto;
        width: 18vw;
        height: auto;
        background-color: rgb(255, 255, 255);
        display: flex;
    }
    .div-logo img {
        width: 120%;
        padding: 5px 0 0 0;
        border-radius: 0 0 10px 10px;
        box-shadow: 5px 5px 5px rgb(197, 197, 197);
    }
    .texto-principal h1 {
        font-size: 100%;
        color: #4D4C4E;
        font-weight: 400;
    }
    .icones-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 100px;
    }
    .linha-mobile {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-content: flex-start;
    }
    .icons {
        padding: 5px;
    }
    .icones {
        display: none;
    }
    /*footer*/
    .realização {
        margin: 0 auto;
    }
    .realização h2 {
        text-align: center;
        text-transform: uppercase;
    }
    .realização-logos {
        display: flex;
        width: 50%;
        margin: 0 auto;
    }
    .realização-logos div {
        display: flex;
        align-items: flex-end;
        padding: 10px;
    }
    /* PAGINA REGULAMENTO*/
    .regulamento {
        padding-top: 10%;
    }
    .titulo-regulamento {
        margin: 0 auto;
    }
    .titulo-regulamento h1 {
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .texto-regulamento {
        width: 70vw;
        margin: 0 auto;
        text-align: justify;
        font-weight: 400;
    }
    /*PAGINA DE NOTICIAS*/
    .titulo-noticias {
        padding: 15px 0 20px 0;
        margin: 0 auto;
    }
    .titulo-noticias h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .scroll-noticias {
        width: 90vw;
        height: 75vh;
        overflow-y: scroll;
        margin: 0 auto;
    }
    .div-noticias {
        margin: 0 auto;
        padding-top: 10%;
    }
    .conteudo-noticias {
        display: flex;
        padding: 20px;
    }
    .img-noticia {
        padding-top: 70px;
        min-width: 33%;
        border-radius: 10px;
    }
    .img-noticia img {
        border-radius: 3px;
    }
    .previa-noticia-sem-imagem {
        margin-bottom: 30px;
    }
    .previa-noticia-sem-imagem h1 {
        padding: 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia-sem-imagem p {
        padding: 10px;
    }
    .previa-noticia-sem-imagem a {
        padding: 10px;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .previa-noticia h1 {
        padding: 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia p {
        padding: 10px;
    }
    .previa-noticia a {
        padding: 10px;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    #linha-horizontal {
        width: 90vw;
        border: 1px solid rgb(104, 104, 104);
    }
    /*PAGINA DE NOTICIA NA INTEGRA*/
    .main-div-noticia {
        width: 85vw;
        margin: 0 auto;
        padding-top: 15%;
    }
    .h1-noticia {
        padding: 0 0 70px 20px;
    }
    .h1-noticia h1 {
        text-transform: uppercase;
        margin: 0 auto;
        font-size: 150%;
        text-align: start;
    }
    .h1-noticia span {
        font-size: 40%;
        color: rgb(143, 143, 143);
    }
    .img-noticia {
        width: 60%;
        margin: 0 auto;
    }
    .texto-noticia {
        padding: 15px 0;
        text-align: justify;
    }
    /*PAGINA DE PROGRAMAÇÃO DO EVENTO*/
    .data {
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        background-color: #3F3C67;
        padding: 1px;
        width: 50vw;
        margin: 15px auto 20px auto;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    #linha-horizontal1 {
        width: 90vw;
        border: 1px solid rgb(104, 104, 104);
    }
    .titulo-programacao {
        padding: 50px 0 0 0;
        margin: 0 auto;
    }
    .titulo-programacao h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .programacao {
        margin: 10px auto 20px auto;
        height: 75vh;
        overflow-y: scroll;
    }
    .main-div-programacao {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    }
    .card {
        width: 70vw;
        max-height: 210px;
        margin: 10px auto;
    }
    .horario {
        width: 70vw;
        background-color: #C4A558;
        border-radius: 5px;
        margin: 10px auto;
        text-align: center;
        justify-content: center;
        padding: 3px;
    }
    .horario span {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .main-content-card {
        background-color: #3F3C67;
        width: 70vw;
        height: auto;
        border-radius: 5px;
    }
    .descricao {
        width: 70vw;
        height: 40px;
        margin: 0 auto;
        background-color: white;
        border-radius: 5px 5px 0 0;
    }
    .descricao p {
        color: rgb(41, 4, 90);
        font-size: 0.65rem;
        padding: 4px 2px;
        text-align: center;
    }
    .conteudo {
        display: flex;
    }
    .conteudo img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        border: 3px solid #CAAD64;
        margin: 10px;
    }
    .conteudo div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        padding-left: 10px;
    }
    .conteudo div span {
        text-transform: uppercase;
        color: white;
        font-size: 0.5rem;
    }
    .conteudo div h3 {
        padding: 0px 5px 0 0;
        text-transform: uppercase;
        color: white;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .conteudo-principal {
        width: 70vw;
    }
    .botao {
        margin: 0 auto;
        text-align: center;
    }
    .botao a {
        padding: 5px;
        text-transform: uppercase;
        font-size: 0.6rem;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        background-color: #C4A558;
        border-radius: 5px;
    }
    /*PAGINA DE PODCASTS*/
    .titulo-podcasth1 {
        padding: 30px 0 0 0;
        margin: 0 auto;
    }
    .titulo-podcasth1 h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 2em;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .main-div-podcast {
        width: 100vw;
        margin: 0 auto;
        margin: 50px 0 0 0;
    }
    .img-h1 {
        margin: 0 auto;
        width: 19%;
    }
    .img-h1 img {
        margin: 0 auto;
    }
    .h1-podcast {
        margin: 0 auto;
        background-color: #313131;
        border-radius: 50px;
        width: 25%;
    }
    .h1-podcast h1 {
        text-align: center;
        margin: 0 auto;
        color: blanchedalmond;
        text-transform: uppercase;
        padding: 3px;
        font-size: small;
        font-weight: 400;
    }
    .player {
        width: 90vw;
        height: 150px;
        margin: 0 auto 20px auto;
    }
    .scroll-podcasts {
        width: 90vw;
        margin: 50px auto 110px auto;
    }
    .data-podcast {
        background-color: #C4A558;
        border-radius: 50px;
        width: 40vw;
        margin: 0 auto;
    }
    .data-podcast h1 {
        color: white;
        text-transform: uppercase;
        padding: 3px;
        text-align: center;
        font-weight: 400;
    }
    .card-podcast {
        margin: 5px auto;
        width: 90%;
        height: auto;
        background-color: #3F3C67;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    .imgClass {
        width: 125px;
        margin: 20px;
    }
    .imgClass img {
        min-width: 125px;
        min-height: 125px;
        border-radius: 50%;
        border: 3px solid #C4A558;
    }
    .conteudo-podcast {
        display: flex;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    .info-podcast {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .info-podcast span {
        color: #fff;
    }
    .info-podcast h3 {
        margin: 20px 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }
    .bttn-play {
        cursor: pointer;
        color: #fff;
        width: 80px;
        padding: 8px 10px;
        background-color: #C4A558;
        border-radius: 10px;
        display: flex;
        justify-content: space-around;
    }
    #icon-live span {
        color: dimgray;
        font-weight: 400;
        font-size: 0.8rem;
    }
    #icon-off span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.8rem;
    }
    #icon-off i {
        color: rgba(110, 110, 110, 0);
        margin: 6px;
    }
    /*CONTADOR DE DIAS*/
    .div-contador {
        margin: 190px auto;
        width: 90vw;
        display: flex;
    }
    .contador {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        color: rgb(37, 37, 37);
        font-size: 3rem;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .contador span {
        text-transform: uppercase;
        background-color: rgb(37, 37, 37);
        color: blanchedalmond;
        font-weight: 400;
        font-size: 3rem;
        padding: 2px 10px;
    }
    /*ESTANDES*/
    .main-estandes {
        display: none;
    }
    #btn-mobile {
        display: block;
    }
    #mainNav {
        height: 75px;
        margin-top: 200px;
    }
    .nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: fixed;
        width: 100%;
        top: 120px;
        right: 0px;
        background-color: #C4A558;
        z-index: 1000;
        height: 0vh;
        transition: 1s;
        visibility: collapse;
        overflow-y: hidden;
    }
    .nav li {
        padding: 10px 0 10px 0;
        width: 100vw;
        text-align: center;
        background-color: #eee9de;
        border-top: 2px solid #C4A558;
        color: dimgrey;
        text-decoration: none;
        color: black;
    }
    .nav li a {
        color: black;
    }
    .nav button {
        margin: 5px;
    }
    #mainNav.active .nav {
        visibility: visible;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 70px);
        justify-content: flex-start;
        align-items: center;
    }
    .linha:hover {
        background-color: rgba(255, 255, 255, 0);
    }
    #btn-mobile {
        display: flex;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
    }
    #hamburguer {
        margin: 0 auto;
        display: block;
        border-top: 2px solid #C4A558;
        width: 20px;
    }
    #hamburguer::after,
    #hamburguer::before {
        content: "";
        display: block;
        height: 2px;
        width: 20px;
        border-top: 2px solid #C4A558;
        margin-top: 3px;
    }
    #hamburguer:active {
        display: block;
        border-top: 2px solid #C4A558;
        width: 20px;
    }
    #hamburguer.active::after,
    #hamburguer.active::before {
        content: "";
        display: block;
        height: 2px;
        width: 20px;
        border-top: 2px solid #C4A558;
        margin-top: 5px;
    }
    .icone-nome {
        display: flex;
        flex-direction: column;
        margin: 2px auto;
    }
    .icone-nome a {
        margin: 0 auto;
    }
    .icone-nome span {
        text-transform: uppercase;
        padding: 5px;
        margin: 0 auto;
        font-size: 0.8rem;
        text-align: center;
        background-color: white;
    }
    .h1-estandes {
        display: block;
        margin: 50px auto 10px auto;
        background-color: #C4A558;
        width: 30vw;
        border-radius: 15px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font-size: 1rem;
        padding: 5px;
    }
    .icones-estandes {
        background-color: #C4A558;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        display: block;
    }
    .icones-estandes img {
        display: block;
        margin: 0 auto;
        width: 50%;
        padding: 10px 0 0 0;
    }
    .scroll-estandes {
        width: 90vw;
        height: 75vh;
        overflow-y: scroll;
        margin: 0 auto 100px auto;
    }
    .main-div-estandes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card-estandes {
        margin: 10px auto;
        width: 130px;
        height: 130px;
        background-color: rgb(231, 231, 231);
    }
    .card-estandes img {
        display: block;
        margin: 10px auto;
        max-width: 90%;
        max-height: 90px;
    }
    /*PAGINA DO ESTANDE*/
    .banner {
        margin: 40px auto 10px auto;
        width: 100%;
        height: auto;
    }
    .banner img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .estande {
        background-image: url('../imgs/bg-estande.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 20px;
        width: 100vw;
        min-height: 700px;
        background-color: rgb(136, 136, 136);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-estande {
        width: 100vw;
        height: auto;
        padding: 10px;
        background-color: rgb(58, 58, 58);
        margin: 10px 0 10px 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li span {
        color: #FFF;
        font-weight: 500;
        text-transform: uppercase;
    }
    .nav-estande li button a {
        color: whitesmoke;
    }
    .conteudo-estande {
        margin: 30px auto 30px auto;
        display: flex;
        flex-wrap: wrap;
        width: 80vw;
    }
    .content {
        display: block;
        width: 140px;
        height: 140px;
        background-color: white;
        margin: 30px 10px;
        padding: 10px;
    }
    #promocoes {
        width: 90vw;
        height: inherit;
        margin: 15px;
        padding: 10px 5px 20px 5px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #sobre {
        width: 90vw;
        height: inherit;
        margin: 15px;
        padding: 10px 5px 20px 5px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #sobre p {
        font-size: 0.9rem;
    }
    .social-bttn {
        background-color: #3F3C67;
        color: #fff;
        padding: 10px 3px;
        border-radius: 3px;
        margin: 30px 10px 3px 0;
        font-size: small;
        font-weight: bolder;
    }
    .sobre h5 {
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 10px 0;
    }
    #videos {
        width: 90vw;
        height: inherit;
        margin: 15px;
        padding: 10px;
        margin-bottom: 40px;
    }
    #fotos {
        width: 90vw;
        height: inherit;
        margin: 15px;
        padding: 0x;
        margin-bottom: 40px;
    }
    #brindes {
        width: 90vw;
        height: inherit;
        margin: 15px;
        padding: 10px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    .promocoes {
        width: 85vw;
        display: block;
        margin: 0 auto;
    }
    .promocoes img {
        display: block;
        margin: 0 auto;
    }
    .promocoes p {
        text-align: justify;
    }
    #promocoes h1 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #brindes h1 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form {
        width: 85vw;
        margin: 100px 5px 50px 5px;
        padding: 5px 10px;
        background-color: rgb(232, 230, 230);
    }
    #form h5 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form input,
    textarea {
        width: 95%;
        padding: 10px;
        margin: 5px;
    }
    .botao-cadastro {
        background-color: rgb(6, 90, 27);
        color: white;
    }
    iframe {
        width: 100%;
        height: 100%;
        margin: 70px 0 0 0;
    }
    .brindes-btn {
        background-color: rgb(6, 90, 27);
        width: 150px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin: 10px auto;
        transition: 1s;
    }
    .brindes-btn:hover {
        background-color: rgb(30, 138, 57);
        width: 150px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        text-align: center;
    }
    .fotos-estande {
        display: flex;
        flex-wrap: wrap;
    }
    .nav-share {
        width: 80vw;
        height: 30px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px auto 50px auto;
        border-radius: 50px;
    }
    .share1 {
        width: 40%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        align-items: center;
        text-align: center;
    }
    .share2 {
        width: 60%;
        height: 99%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
}

@media (min-width: 769px) and (max-width: 1025px) {
    body {
        background-image: url('../imgs/12.png');
        background-color: #ece3cb;
    }
    nav {
        width: 100vw;
        display: flex;
        position: fixed;
        z-index: 999;
        height: 5%;
    }
    nav div li a {
        font-size: 60%;
    }
    .div-logo {
        position: relative;
        margin: 0 auto;
        width: 18vw;
        height: auto;
        background-color: rgb(255, 255, 255);
        display: flex;
    }
    .div-logo img {
        width: 120%;
        padding: 5px 0 0 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 5px 5px 5px rgb(197, 197, 197);
    }
    .texto-principal h1 {
        font-size: 200%;
        color: #4D4C4E;
        font-weight: 400;
    }
    .icones-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .icones-mobile div {
        max-width: 200px;
        max-height: 200px;
        display: block;
        margin: 50px auto;
    }
    .icones {
        display: none;
    }
    /*footer*/
    .realização {
        margin: 0 auto;
    }
    .realização h2 {
        text-align: center;
        text-transform: uppercase;
    }
    .realização-logos {
        display: flex;
        width: 50%;
        margin: 0 auto;
    }
    .realização-logos div {
        display: flex;
        align-items: flex-end;
        padding: 10px;
    }
    /* PAGINA REGULAMENTO*/
    .regulamento {
        padding-top: 10%;
    }
    .titulo-regulamento {
        margin: 0 auto;
    }
    .titulo-regulamento h1 {
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .texto-regulamento {
        width: 70vw;
        margin: 0 auto;
        text-align: justify;
        font-weight: 400;
    }
    /*PAGINA DE NOTICIAS*/
    .titulo-noticias {
        padding: 15px 0 20px 0;
        margin: 0 auto;
    }
    .titulo-noticias h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .scroll-noticias {
        width: 75vw;
        height: 50vh;
        overflow-y: scroll;
    }
    .div-noticias {
        margin: 0 auto;
        padding-top: 10%;
    }
    .conteudo-noticias {
        display: flex;
        padding: 20px;
    }
    .img-noticia {
        padding-top: 70px;
        min-width: 33%;
        border-radius: 10px;
    }
    .img-noticia img {
        border-radius: 6px;
    }
    .previa-noticia-sem-imagem {
        margin-bottom: 30px;
    }
    .previa-noticia-sem-imagem h1 {
        padding: 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia-sem-imagem p {
        padding: 10px;
    }
    .previa-noticia-sem-imagem a {
        padding: 10px;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .previa-noticia h1 {
        padding: 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia p {
        padding: 10px;
    }
    .previa-noticia a {
        padding: 10px;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    #linha-horizontal {
        width: 70vw;
        border: 1px solid rgb(104, 104, 104);
        margin-top: 20px;
    }
    /*PAGINA DE NOTICIA NA INTEGRA*/
    .main-div-noticia {
        width: 85vw;
        margin: 0 auto;
        padding-top: 15%;
    }
    .h1-noticia {
        padding: 0 0 70px 50px;
    }
    .h1-noticia h1 {
        text-transform: uppercase;
        margin: 0 auto;
        font-size: 200%;
    }
    .texto-imagem {
        display: flex;
    }
    .img-noticia {
        min-width: 33vw;
        margin: 0 auto;
    }
    .texto-noticia {
        padding: 15px 0;
        text-align: justify;
        font-size: 110%;
    }
    /*PAGINA DE PROGRAMAÇÃO DO EVENTO*/
    .data {
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        background-color: #3F3C67;
        padding: 1px;
        width: 30vw;
        margin: 15px auto 10px auto;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    #linha-horizontal1 {
        width: 70vw;
        border: 1px solid rgba(104, 104, 104, 0);
    }
    .titulo-programacao {
        padding: 125px 0 0 0;
        margin: 0 auto;
    }
    .titulo-programacao h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .programacao {
        margin: 25px auto 0 auto;
        width: 85vw;
        height: 85vh;
        overflow-y: scroll;
    }
    .main-div-programacao {
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto;
    }
    .card {
        width: 70vw;
        max-height: 350px;
        margin: 10px auto;
    }
    .horario {
        width: 30vw;
        background-color: #C4A558;
        border-radius: 5px;
        margin: 20px auto 20px auto;
        text-align: center;
        justify-content: center;
        padding: 3px;
    }
    .horario span {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .main-content-card {
        background-color: #3F3C67;
        width: 70vw;
        height: auto;
        border-radius: 10px;
    }
    .descricao {
        width: 70vw;
        height: 40px;
        margin: 0 auto;
        background-color: white;
        border-radius: 10px 10px 0 0;
    }
    .descricao p {
        color: rgb(41, 4, 90);
        font-size: 0.76rem;
        padding: 4px 6px;
        text-align: center;
    }
    .conteudo {
        display: flex;
    }
    .conteudo img {
        border-radius: 50%;
        width: 25%;
        border: 3px solid #CAAD64;
        margin: 10px;
        padding: 8px;
    }
    .conteudo div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        padding-left: 60px;
    }
    .conteudo div span {
        text-transform: uppercase;
        color: white;
        font-size: 0.7rem;
    }
    .conteudo div h3 {
        text-transform: uppercase;
        color: white;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .conteudo-principal {
        width: 70vw;
    }
    .botao {
        text-align: center;
        margin: 20px auto;
    }
    .botao a {
        padding: 8px;
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        background-color: #C4A558;
        border-radius: 5px;
    }
    /*PAGINA DE PODCASTS*/
    .main-div-podcast {
        width: 100vw;
        margin: 0 auto;
        margin: 100px 0 0 0;
    }
    .img-h1 {
        margin: 0 auto;
        width: 9%;
    }
    .img-h1 img {
        margin: 0 auto;
    }
    .h1-podcast {
        margin: 0 auto;
        background-color: #313131;
        border-radius: 50px;
        width: 25%;
    }
    .h1-podcast h1 {
        text-align: center;
        margin: 0 auto;
        color: blanchedalmond;
        text-transform: uppercase;
        padding: 3px;
        font-size: small;
        font-weight: 400;
    }
    .player {
        width: 90vw;
        height: 300px;
        margin: 30px auto;
    }
    .scroll-podcasts {
        width: 90vw;
        height: 45vh;
        overflow-y: scroll;
        margin: 0 auto;
    }
    .data-podcast {
        background-color: #C4A558;
        border-radius: 50px;
        width: 40vw;
        margin: 15px auto 30px auto;
    }
    .data-podcast h1 {
        color: white;
        text-transform: uppercase;
        padding: 3px;
        text-align: center;
        font-weight: 400;
    }
    .card-podcast {
        margin: 5px auto;
        width: 90%;
        height: auto;
        background-color: #3F3C67;
        border-radius: 10px;
    }
    .imgClass {
        width: 125px;
        margin: 20px;
    }
    .imgClass img {
        min-width: 125px;
        min-height: 125px;
        border-radius: 50%;
        border: 3px solid #C4A558;
    }
    .conteudo-podcast {
        display: flex;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    .info-podcast {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .info-podcast span {
        color: #fff;
    }
    .info-podcast h3 {
        margin: 20px 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }
    .bttn-play {
        font-weight: 600;
        cursor: pointer;
        color: #fff;
        width: 80px;
        padding: 8px 10px;
        background-color: #C4A558;
        border-radius: 10px;
        display: flex;
        justify-content: space-around;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    #icon-live span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off i {
        color: rgba(110, 110, 110, 0);
        margin: 6px;
    }
    /*CONTADOR DE DIAS*/
    .div-contador {
        position: relative;
        margin: 190px auto;
        width: 30vw;
        display: flex;
    }
    .contador {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        color: rgb(37, 37, 37);
        font-size: 3rem;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .contador span {
        text-transform: uppercase;
        background-color: rgb(37, 37, 37);
        color: blanchedalmond;
        font-weight: 400;
        font-size: 3rem;
        padding: 2px 10px;
    }
    /*ESTANDES*/
    .main-estandes {
        margin: 10px 60px 20px 60px;
        display: flex;
        flex-wrap: wrap;
    }
    .icone-nome {
        display: flex;
        flex-direction: column;
        margin: 2px auto;
    }
    .icone-nome a {
        margin: 0 auto;
    }
    .icone-nome span {
        text-transform: uppercase;
        padding: 5px;
        margin: 0 auto;
        font-size: 0.8rem;
        text-align: center;
        background-color: white;
    }
    .h1-estandes {
        margin: 150px auto 30px auto;
        background-color: #C4A558;
        width: 30vw;
        border-radius: 15px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font-size: 1rem;
        padding: 5px;
    }
    .icones-estandes {
        background-color: #C4A558;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: block;
    }
    .icones-estandes img {
        display: block;
        margin: 0 auto;
        width: 50%;
        padding: 20px 0 0 0;
    }
    .scroll-estandes {
        width: 90vw;
        height: 60vh;
        overflow-y: scroll;
        margin: 0 auto 100px auto;
    }
    .main-div-estandes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card-estandes {
        margin: 10px auto;
        width: 250px;
        height: 250px;
        background-color: rgb(231, 231, 231);
    }
    .card-estandes img {
        display: block;
        margin: 30px auto;
    }
    /*PAGINA DO ESTANDE*/
    .banner {
        margin: 110px auto 10px auto;
        width: 100vw;
        height: auto;
    }
    .banner img {
        max-width: 80%;
        max-height: 120px;
        display: block;
        margin: 0 auto;
    }
    .estande {
        background-image: url('../imgs/bg-estande.jpeg');
        background-position: center;
        background-size: cover;
        padding: 20px;
        width: 100vw;
        height: 55vh;
        background-color: rgb(168, 168, 168);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-estande {
        width: 70vw;
        height: auto;
        padding: 10px;
        background-color: rgb(58, 58, 58);
        border-radius: 50px;
        margin: 10px 0 0 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li span {
        color: whitesmoke;
        text-transform: uppercase;
        font-size: 2em;
    }
    #promocoes h1 {
        font-size: 2.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }
    .conteudo-estande {
        margin: 30px auto 30px auto;
        width: 70vw;
        height: 40vh;
    }
    .content {
        display: inline-block;
        width: 150px;
        height: 150px;
        background-color: white;
        border-radius: 10px;
        margin: 10px 20px;
        padding: 10px;
    }
    .sobre {
        width: 80vw;
        margin: 15px;
        padding: 30px 10px;
        background-color: #ffffff;
    }
    .social-bttn {
        background-color: #3F3C67;
        color: #fff;
        padding: 10px;
        border-radius: 3px;
        margin: 30px 10px 3px 0;
    }
    .sobre h5 {
        font-size: 2.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 10px 0;
    }
    .sobre p {
        font-size: 1.3rem;
    }
    #sobre {
        width: 70vw;
        height: inherit;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #promocoes {
        width: 70vw;
        max-height: 500px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    .promocoes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .promocoes img {
        width: 50%;
        height: 50%;
        padding: 30px;
    }
    .promocoes p {
        text-align: justify;
    }
    .content img {
        display: block;
        margin: 0 auto;
    }
    #fotos {
        width: 100vw;
        max-height: 300px;
        margin: 60px auto;
        padding: 0x 60px 100px 60px;
    }
    #brindes {
        width: 70vw;
        max-height: 500px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #brindes h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form {
        width: 85vw;
        margin: 50px 5px 50px 5px;
        padding: 5px 10px;
        background-color: rgb(232, 230, 230);
    }
    #form h5 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form input,
    textarea {
        width: 95%;
        padding: 10px;
        margin: 5px;
    }
    .botao-cadastro {
        width: 30px;
        background-color: rgb(6, 90, 27);
        color: white;
    }
    .txt-btn {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .brindes-btn {
        background-color: rgb(6, 90, 27);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin: 10px auto;
        transition: 1s;
    }
    .brindes-btn:hover {
        background-color: rgb(30, 138, 57);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        text-align: center;
    }
    .nav-share {
        width: 30vw;
        height: 40px;
        background-color: white;
        display: flex;
        justify-content: center;
        margin: 10px auto;
        border-radius: 50px;
        align-items: center;
    }
    .share1 {
        width: 50%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin: 0 auto;
        justify-content: center;
        text-align: center;
    }
    .share1 span {
        justify-content: center;
        margin: 0 auto;
        font-weight: 400;
    }
    .share2 {
        width: 50%;
        height: 100%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
}

@media (min-width: 1026px) and (max-width: 3000px) {
    .icones-mobile {
        display: none;
    }
    body {
        background-image: url('../imgs/12.png');
        background-color: #ece3cb;
    }
    /*HEADER*/
    nav {
        width: 100vw;
        height: 70px;
        display: flex;
        position: fixed;
        z-index: 999;
    }
    .div-logo {
        position: relative;
        margin: 0 auto;
        width: 18vw;
        height: auto;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 0 0 40px 40px;
        box-shadow: 5px 5px 5px rgb(197, 197, 197);
    }
    .div-logo img {
        width: 100%;
        padding: 5px 0 5px 0;
    }
    /*ICONES*/
    .circle-container {
        justify-content: center;
        width: 60vw;
        margin: 0 auto;
        height: 50%;
        margin-bottom: 100px;
        margin-top: 60px;
    }
    .icones {
        margin: 0 auto;
        height: 150px;
        display: flex;
    }
    .icones div {
        margin: 0 auto;
        max-width: 115px;
        max-height: 115px;
    }
    .icones:last-child {
        margin: 0 80px;
    }
    /*footer*/
    .realização {
        margin: 0 auto;
    }
    .realização h2 {
        text-align: center;
        text-transform: uppercase;
    }
    .realização-logos {
        display: flex;
    }
    .realização-logos div {
        padding: 10px;
        display: flex;
        align-items: flex-end;
    }
    /*PAGINA DO ESTANDE*/
    .banner img {
        max-width: 80%;
        max-height: 120px;
        display: block;
        margin: 0 auto;
    }
    /* .estande {
        padding: 20px;
        width: 100vw;
        height: 50vh;
        margin-bottom: 10px;
        background-color: rgb(168, 168, 168);
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .nav-estande {
        width: 70vw;
        height: auto;
        padding: 10px;
        background-color: rgb(58, 58, 58);
        border-radius: 50px;
        margin: 10px 0 0 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li span {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 600;
        color: whitesmoke;
    }
    .conteudo-estande {
        margin: 30px auto 30px auto;
        display: flex;
        flex-wrap: wrap;
        width: 70vw;
        height: 40vh;
    }
    .content {
        width: 20vw;
        background-color: white;
        border-radius: 10px;
        margin: 10px 10px;
        padding: 10px;
    }
    .content img {
        display: block;
        margin: 0 auto;
    }
    .promocoes {
        display: flex;
        align-items: flex-start;
    }
    #form {
        width: 60vw;
        margin: 10px 10px 30px 10px;
        padding: 5px 10px;
        background-color: rgb(232, 230, 230);
    }
    #form h5 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form .form-control,
    textarea {
        width: 70%;
        padding: 5px;
        margin: 5px;
        display: block;
        margin: 0 auto;
        border: 1px solid gray;
    }
    .LabelClass {
        width: 70%;
        display: block;
        margin: 10px auto 0 auto;
    }
    .botao-cadastro {
        width: 300px;
        padding: 10px;
        display: block;
        margin: 10px auto 5px auto;
        background-color: rgb(6, 90, 27);
        color: white;
        border-radius: 3px;
    }
    .txt-btn {
        padding-left: 10px;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .nav-share {
        width: 30vw;
        height: 40px;
        background-color: white;
        display: flex;
        justify-content: center;
        margin: 10px auto;
        border-radius: 50px;
        align-items: center;
    }
    .share1 {
        width: 50%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin: 0 auto;
        text-align: center;
    }
    .share1 span {
        justify-content: center;
        margin: 0 auto;
        font-weight: 400;
    }
    .share2 {
        width: 50%;
        height: 95%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
    .regulamento {
        padding-top: 10%;
    }
    .titulo-regulamento {
        margin: 0 auto;
    }
    .titulo-regulamento h1 {
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .texto-regulamento {
        width: 70vw;
        margin: 0 auto;
        text-align: justify;
        font-weight: 400;
    }
    /*PAGINA DE NOTICIAS*/
    .titulo-noticias {
        padding: 15px 0 20px 0;
        margin: 0 auto;
    }
    .titulo-noticias h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .scroll-noticias {
        width: 75vw;
        height: inherit;
        margin-bottom: 100px;
    }
    .div-noticias {
        margin: 0 auto;
        padding-top: 10%;
    }
    .conteudo-noticias {
        display: flex;
        align-items: flex-start;
    }
    .img-noticia {
        padding: 0 10px 50px 10px;
    }
    .img-noticia img {
        padding: 0 50px 0 0;
        width: 100%;
    }
    .previa-noticia-sem-imagem {
        margin: 30px 0;
    }
    .previa-noticia-sem-imagem h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia-sem-imagem p {
        text-align: justify;
        padding: 10px 30px 10px 0;
    }
    .previa-noticia-sem-imagem a {
        padding: 20px 0;
        margin: 20px 0;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .previa-noticia {
        min-width: 60%;
        padding: 60px 0 0 0;
        flex-direction: column;
    }
    .previa-noticia h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia p {
        text-align: justify;
        padding: 10px 30px 10px 0;
    }
    .previa-noticia a {
        padding: 20px 0;
        margin: 20px 0;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    #linha-horizontal {
        width: 70vw;
        border: 1px solid rgb(104, 104, 104);
    }
    /*PAGINA DE NOTICIA NA INTEGRA*/
    .main-div-noticia {
        width: 90vw;
        margin: 0 auto;
        padding-top: 15%;
    }
    .h1-noticia {
        padding: 0 0 70px 50px;
    }
    .h1-noticia h1 {
        text-transform: uppercase;
        margin: 0 auto;
        font-size: 200%;
    }
    .h1-noticia span {
        font-size: 90%;
        color: rgb(143, 143, 143);
    }
    .texto-imagem {
        display: flex;
    }
    .img-noticia {
        padding-top: 70px;
        min-width: 33%;
        margin: 0 auto;
    }
    .texto-noticia {
        padding: 30px 0;
        text-align: justify;
        font-size: 110%;
    }
    /*PAGINA DE PROGRAMAÇÃO DO EVENTO*/
    .data {
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        background-color: #3F3C67;
        padding: 5px;
        width: 30vw;
        margin: 15px auto 20px auto;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    #linha-horizontal1 {
        width: 70vw;
        border: 1px solid rgba(104, 104, 104, 0);
    }
    .titulo-programacao {
        padding: 130px 0 10px 0;
        margin: 0 auto;
    }
    .titulo-programacao h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .programacao {
        margin: 10px auto 30px auto;
        width: 90vw;
        height: 65vh;
    }
    .main-div-programacao {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    }
    .card {
        width: 35vw;
        max-height: 300px;
        margin: 10px auto 70px auto;
    }
    .horario {
        width: 35vw;
        background-color: #C4A558;
        border-radius: 5px;
        margin: 0px auto 10px auto;
        text-align: center;
        justify-content: center;
        padding: 3px;
    }
    .horario span {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .main-content-card {
        background-color: #3F3C67;
        width: 35vw;
        height: 95%;
        border-radius: 5px;
    }
    .descricao {
        width: 35vw;
        height: 40px;
        margin: 0 auto;
        background-color: white;
        border-radius: 5px 5px 0 0;
    }
    .descricao p {
        color: rgb(41, 4, 90);
        font-size: 0.9rem;
        padding: 4px 6px;
        text-align: center;
    }
    .conteudo {
        display: flex;
    }
    .conteudo img {
        border-radius: 50%;
        width: 25%;
        border: 3px solid #CAAD64;
        margin: 30px 10px 0 40px;
    }
    .conteudo div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        padding-left: 10px;
    }
    .conteudo div span {
        padding: 5px;
        text-transform: uppercase;
        color: white;
        font-size: 0.7rem;
    }
    .conteudo div h3 {
        text-transform: uppercase;
        color: white;
        font-size: 1.1rem;
        font-weight: 400;
    }
    .conteudo-principal {
        width: 30vw;
    }
    .botao {
        padding: 20px;
        margin: 10px auto;
        text-align: center;
    }
    .botao a {
        padding: 10px;
        text-transform: uppercase;
        font-size: 0.6rem;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        background-color: #C4A558;
        border-radius: 5px;
    }
    /*PAGINA DE PODCASTS*/
    .main-div-podcast {
        width: 100vw;
        margin: 0 auto;
        margin: 100px 0 0 0;
    }
    .titulo-podcasth1 {
        padding: 130px 0 10px 0;
        margin: 0 auto;
    }
    .titulo-podcasth1 h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .img-h1 {
        margin: 0 auto;
        width: 9%;
    }
    .img-h1 img {
        margin: 0 auto;
    }
    .h1-podcast {
        margin: 0 auto;
        background-color: #313131;
        border-radius: 50px;
        width: 10%;
    }
    .h1-podcast h1 {
        text-align: center;
        margin: 0 auto;
        color: blanchedalmond;
        text-transform: uppercase;
        padding: 3px;
        font-size: small;
        font-weight: 400;
    }
    .layout-player {
        display: flex;
    }
    .player {
        width: auto;
        height: 300px;
        margin: 30px 0 0 200px;
    }
    .scroll-podcasts {
        width: 30vw;
        height: 60vh;
        margin: 0 auto 50px auto;
        overflow-y: scroll;
    }
    .data-podcast {
        background-color: #C4A558;
        border-radius: 50px;
        width: 20vw;
        margin: 15px auto 30px auto;
    }
    .data-podcast h1 {
        color: white;
        text-transform: uppercase;
        padding: 3px;
        text-align: center;
        font-weight: 400;
    }
    .card-podcast {
        margin: 20px auto 50px auto;
        width: 100%;
        height: 250px;
        background-color: #3F3C67;
        border-radius: 10px;
    }
    .imgClass {
        width: 125px;
        margin: 20px;
    }
    .imgClass img {
        min-width: 125px;
        min-height: 125px;
        border-radius: 50%;
        border: 3px solid #C4A558;
    }
    .conteudo-podcast {
        display: flex;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    .info-podcast {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .info-podcast span {
        color: #fff;
    }
    .info-podcast h3 {
        margin: 20px 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }
    .bttn-play {
        font-weight: 500;
        cursor: pointer;
        color: #fff;
        width: 90px;
        padding: 8px 10px;
        background-color: #C4A558;
        border-radius: 10px;
        display: flex;
        justify-content: space-around;
    }
    #icon-live span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off i {
        color: rgba(110, 110, 110, 0);
        margin: 6px;
    }
    /*CONTADOR DE DIAS*/
    .div-contador {
        position: relative;
        margin: 190px auto;
        width: 30vw;
        display: flex;
    }
    .contador {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        color: rgb(37, 37, 37);
        font-size: 3rem;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .contador span {
        text-transform: uppercase;
        background-color: rgb(37, 37, 37);
        color: blanchedalmond;
        font-weight: 400;
        font-size: 3rem;
        padding: 2px 10px;
    }
    /*ESTANDES*/
    #mainNav {
        display: none;
    }
    .main-estandes {
        background-color: #fff;
        width: 90%;
        border-radius: 20px;
        margin: 30px auto;
        padding: 20px;
    }
    .li-menu {
        display: flex;
        justify-content: center;
    }
    .li-menu li a {
        padding: 10px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(19, 19, 19);
    }
    .menu-linha {
        width: 90%;
        border: 1px solid rgba(0, 0, 0, 0.548);
        margin: 5px auto;
    }
    .icone-nome {
        display: flex;
        flex-direction: column;
        margin: 2px auto;
    }
    .icone-nome a {
        margin: 0 auto;
    }
    .icone-nome span {
        text-transform: uppercase;
        padding: 5px;
        margin: 0 auto;
        font-size: 0.8rem;
        text-align: center;
        background-color: white;
    }
    .h1-estandes {
        margin: 150px auto 30px auto;
        background-color: #C4A558;
        width: 20vw;
        border-radius: 15px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font-size: 1rem;
        padding: 5px;
    }
    .h1-estandes h1 {
        font-weight: bold;
    }
    .icones-estandes {
        background-color: #C4A558;
        width: 85px;
        height: 85px;
        border-radius: 50px;
        display: block;
        border: 2px groove white;
    }
    .icones-estandes img {
        display: block;
        margin: 0 auto;
        width: 50%;
        padding: 20px 0 0 0;
    }
    .scroll-estandes {
        width: 90vw;
        height: 60vh;
        margin: 0 auto 0px auto;
        padding-bottom: 1100px;
    }
    .main-div-estandes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .card-estandes {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 10px auto;
        width: 25vw;
        height: 300px;
        background-color: white;
        border-radius: 20px;
        border: 0.5px solid #3F3C67;
    }
    .card-estandes img {
        padding: 15px 30px;
        display: block;
        margin: 10px auto;
        width: 100%;
        height: auto;
        max-height: 250px;
        max-width: 250px;
    }
    /*PAGINA DO ESTANDE*/
    .banner {
        margin: 10vh auto 0 auto;
        width: 100vw;
    }
    .banner img {
        width: auto;
        max-height: 150px;
        display: block;
        margin-top: 30px;
    }
    .estande {
        /* background-image: url('../imgs/bg-estande1.png');
        background-repeat: no-repeat;
        background-size: cover; */
        margin: 70px 0 20px 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-estande {
        width: 70vw;
        height: auto;
        padding: 20px;
        background-color: rgb(58, 58, 58);
        border-radius: 50px;
        margin: 80px 0 0 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li a {
        padding: 10px 0;
        color: whitesmoke;
    }
    .fotos-estande {
        margin: 30px auto 0 auto;
        padding-bottom: 150px;
        display: flex;
        flex-wrap: wrap;
        width: 65vw;
        height: 350px;
        justify-content: start;
        overflow-y: scroll;
    }
    .content {
        /*background-image: url('../imgs/6.png');*/
        width: 280px;
        height: 280px;
        background-color: white;
        border-radius: 10px;
        margin: 15px auto;
    }
    .content img {
        display: block;
        margin: 0 auto;
    }
    .sobre {
        width: 80vw;
        margin: 15px;
        padding: 30px 10px;
        background-color: #ffffff;
    }
    .social-bttn {
        background-color: #3F3C67;
        color: #fff;
        padding: 10px;
        border-radius: 3px;
        margin: 30px 10px 3px 0;
    }
    .sobre h5 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .sobre p {
        font-size: 1.1rem;
    }
    .promocoes {
        display: flex;
    }
    .promocoes img {
        max-width: 300px;
        padding: 0 10px 0 0;
    }
    .promocoes p {
        text-align: justify;
    }
    #promocoes h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #promocoes {
        width: 70vw;
        height: 90%;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #sobre {
        width: 70vw;
        height: 90%;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #videos {
        width: 70vw;
        max-height: 300px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
    }
    #fotos {
        width: 70vw;
        max-height: 300px;
        margin: 15px;
        padding: 0x 60px 100px 60px;
        margin-bottom: 40px;
    }
    #brindes {
        width: 70vw;
        height: 100%;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #brindes h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    .brindes-btn {
        background-color: rgb(6, 90, 27);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        margin: 40px auto 0 auto;
        text-align: center;
    }
    .brindes-btn:hover {
        background-color: rgb(30, 138, 57);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        text-align: center;
    }
    .link-estande {
        color: white;
        text-transform: uppercase;
        cursor: pointer;
    }
    /* .nav-share {
            width: 40vw;
            height: 20px;
            background-color: white;
            display: flex;
            justify-content: center;
            margin: 10px auto;
            border-radius: 50px;
        } */
    .share1 {
        width: 50%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin: 0 auto;
    }
    .share1 span {
        justify-content: center;
        margin: 0 auto;
        font-weight: 400;
    }
    .share2 {
        width: 50%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
}

@media (min-width: 3000px) and (max-width: 4000px) {
    #mainNav {
        display: none;
    }
    body {
        background-color: #eee4c9;
    }
    /*HEADER*/
    nav {
        width: 100vw;
        height: 70px;
        display: flex;
        position: fixed;
        z-index: 999;
    }
    .div-logo {
        position: relative;
        margin: 0 auto;
        width: 18vw;
        height: auto;
        background-color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 0 0 40px 40px;
        box-shadow: 5px 5px 5px rgb(197, 197, 197);
    }
    .div-logo img {
        width: 100%;
        padding: 5px 0 5px 0;
    }
    /*ICONES*/
    .circle-container {
        justify-content: center;
        width: 80vw;
        margin: 0 auto;
        height: 50%;
        margin-bottom: 200px;
    }
    .icones {
        margin: 50px auto;
        height: 200px;
        display: flex;
    }
    .icones div {
        margin: 0 auto;
        max-width: 100px;
        max-height: 100px;
    }
    /*footer*/
    .realização {
        margin: 0 auto;
    }
    .realização h2 {
        text-align: center;
        text-transform: uppercase;
    }
    .realização-logos {
        display: flex;
    }
    .realização-logos div {
        padding: 10px;
        display: flex;
        align-items: flex-end;
    }
    /*PAGINA DO ESTANDE*/
    /* .banner img {
        max-width: 80%;
        max-height: 120px;
        display: block;
        margin: 0 auto;
    } */
    /* .estande {
        padding: 20px;
        width: 100vw;
        height: 50vh;
        margin-bottom: 10px;
        background-color: rgb(168, 168, 168);
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .nav-estande {
        width: 70vw;
        height: auto;
        padding: 10px;
        background-color: rgb(58, 58, 58);
        border-radius: 50px;
        margin: 10px 0 0 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li a {
        color: whitesmoke;
    }
    .conteudo-estande {
        margin: 30px auto 30px auto;
        display: flex;
        flex-wrap: wrap;
        width: 70vw;
        height: 40vh;
    }
    .content {
        width: 20vw;
        background-color: white;
        border-radius: 10px;
        margin: 10px 10px;
        padding: 10px;
    }
    .content img {
        display: block;
        margin: 0 auto;
    }
    .promocoes {
        display: flex;
        align-items: flex-start;
    }
    #form {
        width: 60vw;
        margin: 10px 10px 30px 10px;
        padding: 5px 10px;
        background-color: rgb(232, 230, 230);
    }
    #form h5 {
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #form .form-control,
    textarea {
        width: 70%;
        padding: 5px;
        margin: 5px;
        display: block;
        margin: 0 auto;
        border: 1px solid gray;
    }
    .LabelClass {
        width: 70%;
        display: block;
        margin: 10px auto 0 auto;
    }
    .botao-cadastro {
        width: 300px;
        padding: 10px;
        display: block;
        margin: 10px auto 5px auto;
        background-color: rgb(6, 90, 27);
        color: white;
        border-radius: 3px;
    }
    .txt-btn {
        padding-left: 10px;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .nav-share {
        width: 30vw;
        height: 40px;
        background-color: white;
        display: flex;
        justify-content: center;
        margin: 10px auto;
        border-radius: 50px;
        align-items: center;
    }
    .share1 {
        width: 50%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin: 0 auto;
        text-align: center;
    }
    .share1 span {
        justify-content: center;
        margin: 0 auto;
        font-weight: 400;
    }
    .share2 {
        width: 50%;
        height: 95%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
    .regulamento {
        padding-top: 10%;
    }
    .titulo-regulamento {
        margin: 0 auto;
    }
    .titulo-regulamento h1 {
        padding: 20px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .texto-regulamento {
        width: 70vw;
        margin: 0 auto;
        text-align: justify;
        font-weight: 400;
    }
    /*PAGINA DE NOTICIAS*/
    .titulo-noticias {
        padding: 15px 0 20px 0;
        margin: 0 auto;
    }
    .titulo-noticias h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .scroll-noticias {
        width: 75vw;
        height: 50vh;
        overflow-y: scroll;
    }
    .div-noticias {
        margin: 0 auto;
        padding-top: 10%;
    }
    .conteudo-noticias {
        display: flex;
        align-items: flex-start;
    }
    .img-noticia {
        padding: 0 10px 50px 10px;
    }
    .img-noticia img {
        padding: 0 50px 0 0;
        width: 100%;
    }
    .previa-noticia-sem-imagem {
        margin: 30px 0;
    }
    .previa-noticia-sem-imagem h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia-sem-imagem p {
        text-align: justify;
        padding: 10px 30px 10px 0;
    }
    .previa-noticia-sem-imagem a {
        padding: 20px 0;
        margin: 20px 0;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .previa-noticia {
        min-width: 60%;
        padding: 60px 0 0 0;
        flex-direction: column;
    }
    .previa-noticia h1 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 150%;
        color: rgb(83, 83, 83);
    }
    .previa-noticia p {
        text-align: justify;
        padding: 10px 30px 10px 0;
    }
    .previa-noticia a {
        padding: 20px 0;
        margin: 20px 0;
        font-weight: bold;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    #linha-horizontal {
        width: 70vw;
        border: 1px solid rgb(104, 104, 104);
    }
    /*PAGINA DE NOTICIA NA INTEGRA*/
    .main-div-noticia {
        width: 90vw;
        margin: 0 auto;
        padding-top: 15%;
    }
    .h1-noticia {
        padding: 0 0 70px 50px;
    }
    .h1-noticia h1 {
        text-transform: uppercase;
        margin: 0 auto;
        font-size: 200%;
    }
    .h1-noticia span {
        font-size: 90%;
        color: rgb(143, 143, 143);
    }
    .texto-imagem {
        display: flex;
    }
    .img-noticia {
        padding-top: 70px;
        min-width: 33%;
        margin: 0 auto;
    }
    .texto-noticia {
        padding: 30px 0;
        text-align: justify;
        font-size: 110%;
    }
    /*PAGINA DE PROGRAMAÇÃO DO EVENTO*/
    .data {
        font-weight: 400;
        text-transform: uppercase;
        color: white;
        background-color: #3F3C67;
        padding: 5px;
        width: 30vw;
        margin: 15px auto 20px auto;
        display: block;
        text-align: center;
        border-radius: 5px;
    }
    #linha-horizontal1 {
        width: 70vw;
        border: 1px solid rgba(104, 104, 104, 0);
    }
    .titulo-programacao {
        padding: 300px 0 10px 0;
        margin: 0 auto;
    }
    .titulo-programacao h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        font-size: 3rem;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .programacao {
        margin: 10px auto 30px auto;
        width: 90vw;
        height: 65vh;
        overflow-y: scroll;
    }
    .main-div-programacao {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    }
    .card {
        width: 35vw;
        max-height: 300px;
        margin: 10px auto 70px auto;
    }
    .horario {
        width: 35vw;
        background-color: #C4A558;
        border-radius: 5px;
        margin: 0px auto 10px auto;
        text-align: center;
        justify-content: center;
        padding: 3px;
    }
    .horario span {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .main-content-card {
        background-color: #3F3C67;
        width: 35vw;
        height: auto;
        border-radius: 5px;
    }
    .descricao {
        width: 35vw;
        height: 40px;
        margin: 0 auto;
        background-color: white;
        border-radius: 5px 5px 0 0;
    }
    .descricao p {
        color: rgb(41, 4, 90);
        font-size: 0.9rem;
        padding: 4px 6px;
        text-align: center;
    }
    .conteudo {
        display: flex;
    }
    .conteudo img {
        border-radius: 50%;
        width: 25%;
        border: 3px solid #CAAD64;
        margin: 30px 10px 0 40px;
    }
    .conteudo div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        padding-left: 10px;
    }
    .conteudo div span {
        padding: 5px;
        text-transform: uppercase;
        color: white;
        font-size: 0.7rem;
    }
    .conteudo div h3 {
        text-transform: uppercase;
        color: white;
        font-size: 1.1rem;
        font-weight: 400;
    }
    .conteudo-principal {
        width: 35vw;
    }
    .botao {
        padding: 20px;
        margin: 10px auto;
        text-align: center;
    }
    .botao a {
        padding: 10px;
        text-transform: uppercase;
        font-size: 0.6rem;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        background-color: #C4A558;
        border-radius: 5px;
    }
    /*PAGINA DE PODCASTS*/
    .main-div-podcast {
        width: 100vw;
        margin: 0 auto;
        margin: 100px 0 0 0;
    }
    .titulo-podcasth1 {
        padding: 130px 0 10px 0;
        margin: 0 auto;
    }
    .titulo-podcasth1 h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 200%;
        background: linear-gradient(to right, rgb(156, 127, 72) 10%, rgb(209, 176, 89) 20%, rgb(156, 127, 72) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .img-h1 {
        margin: 0 auto;
        width: 9%;
    }
    .img-h1 img {
        margin: 0 auto;
    }
    .h1-podcast {
        margin: 0 auto;
        background-color: #313131;
        border-radius: 50px;
        width: 10%;
    }
    .h1-podcast h1 {
        text-align: center;
        margin: 0 auto;
        color: blanchedalmond;
        text-transform: uppercase;
        padding: 3px;
        font-size: small;
        font-weight: 400;
    }
    .layout-player {
        display: flex;
    }
    .player {
        width: auto;
        height: 300px;
        margin: 30px 0 30px 200px;
    }
    .scroll-podcasts {
        width: 30vw;
        height: 60vh;
        margin: 0 auto 50px auto;
        overflow-y: scroll;
    }
    .data-podcast {
        background-color: #C4A558;
        border-radius: 50px;
        width: 20vw;
        margin: 15px auto 30px auto;
    }
    .data-podcast h1 {
        color: white;
        text-transform: uppercase;
        padding: 3px;
        text-align: center;
        font-weight: 400;
    }
    .card-podcast {
        margin: 5px auto;
        width: 100%;
        height: inheri;
        background-color: #3F3C67;
        border-radius: 10px;
        padding-bottom: 30px;
    }
    .imgClass {
        width: 125px;
        margin: 20px;
    }
    .imgClass img {
        min-width: 125px;
        min-height: 125px;
        border-radius: 50%;
        border: 3px solid #C4A558;
    }
    .conteudo-podcast {
        display: flex;
    }
    .titulo-podcast {
        padding: 5px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px;
    }
    .info-podcast {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
    .info-podcast span {
        color: #fff;
    }
    .info-podcast h3 {
        margin: 20px 0;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }
    .bttn-play {
        font-weight: 500;
        cursor: pointer;
        color: #fff;
        width: 80px;
        padding: 8px 10px;
        background-color: #C4A558;
        border-radius: 10px;
        display: flex;
        justify-content: space-around;
    }
    #icon-live span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off span {
        color: rgb(110, 110, 110);
        font-weight: 400;
        font-size: 0.9rem;
        margin: 10px;
    }
    #icon-off i {
        color: rgba(110, 110, 110, 0);
        margin: 6px;
    }
    /*CONTADOR DE DIAS*/
    .div-contador {
        position: relative;
        margin: 190px auto;
        width: 30vw;
        display: flex;
    }
    .contador {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        color: rgb(37, 37, 37);
        font-size: 3rem;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .contador span {
        text-transform: uppercase;
        background-color: rgb(37, 37, 37);
        color: blanchedalmond;
        font-weight: 400;
        font-size: 3rem;
        padding: 2px 10px;
    }
    /*ESTANDES*/
    .main-estandes {
        margin: 20px auto 40px auto;
        width: 90%;
        height: auto;
        padding: 15px;
        background-color: #fff;
        border-radius: 20px;
    }
    .li-menu {
        display: flex;
        justify-content: center;
    }
    .li-menu li span {
        padding: 10px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(19, 19, 19);
    }
    .menu-linha {
        width: 90%;
        border: 1px solid rgba(0, 0, 0, 0.548);
        margin: 5px auto;
    }
    .icone-nome {
        display: flex;
        flex-direction: column;
        margin: 2px auto;
    }
    .icone-nome a {
        margin: 0 auto;
    }
    .icone-nome span {
        text-transform: uppercase;
        padding: 5px;
        margin: 0 auto;
        font-size: 0.8rem;
        text-align: center;
        background-color: white;
    }
    .h1-estandes {
        margin: 150px auto 30px auto;
        background-color: #C4A558;
        width: 20vw;
        border-radius: 15px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font-size: 1rem;
        padding: 5px;
    }
    .h1-estandes h1 {
        font-weight: bold;
    }
    .icones-estandes {
        background-color: #C4A558;
        width: 85px;
        height: 85px;
        border-radius: 50px;
        display: block;
        border: 2px groove white;
    }
    .icones-estandes img {
        display: block;
        margin: 0 auto;
        width: 50%;
        padding: 20px 0 0 0;
    }
    .scroll-estandes {
        width: 90vw;
        height: 60vh;
        overflow-y: scroll;
        margin: 0 auto 100px auto;
    }
    .main-div-estandes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .card-estandes {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 10px auto;
        width: 50vw;
        height: auto;
        background-color: white;
        border-radius: 20px;
        border: 0.5px solid #3F3C67;
    }
    .card-estandes img {
        padding: 15px 30px;
        display: block;
        margin: 10px auto;
        width: 100%;
        height: auto;
        max-height: 250px;
        max-width: 250px;
    }
    /*PAGINA DO ESTANDE*/
    .banner {
        margin: 200px auto 0 auto;
        width: 100vw;
    }
    .banner img {
        max-width: 80%;
        display: block;
        margin: 0 auto;
        width: auto;
        max-height: 170px;
    }
    .estande {
        background-image: url('../imgs/bg-estande.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 70px 0 20px 0;
        width: 100%;
        height: 100%;
        background-color: rgb(168, 168, 168);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-estande {
        width: 70vw;
        height: auto;
        padding: 20px;
        background-color: rgb(58, 58, 58);
        border-radius: 50px;
        margin: 80px 0 0 0;
        display: flex;
        font-size: 0.8rem;
        justify-content: space-around;
        align-items: center;
    }
    .nav-estande li span {
        padding: 10px 0;
        color: whitesmoke;
        font-size: 2em;
    }
    .fotos-estande {
        margin: 30px auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        width: 65vw;
        height: auto;
        justify-content: start;
    }
    .content {
        /*background-image: url('../imgs/6.png');*/
        width: 10vw;
        height: 120px;
        background-color: white;
        border-radius: 10px;
        margin: 15px 15px;
        display: flex;
    }
    .content img {
        display: block;
        margin: 0 auto;
    }
    .sobre {
        width: 80vw;
        margin: 15px;
        padding: 30px 10px;
        background-color: #ffffff;
    }
    .social-bttn {
        background-color: #3F3C67;
        color: #fff;
        padding: 10px;
        border-radius: 3px;
        margin: 30px 10px 3px 0;
    }
    .sobre h5 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .sobre p {
        font-size: 1.1rem;
    }
    .promocoes {
        display: flex;
    }
    .promocoes img {
        max-width: 300px;
        padding: 0 10px 0 0;
    }
    .promocoes p {
        text-align: justify;
    }
    #promocoes h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    #promocoes {
        width: 70vw;
        max-height: 400px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #sobre {
        width: 70vw;
        max-height: 700px;
        margin: 15px;
        padding: 10px 100px 100px 100px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #videos {
        width: 70vw;
        max-height: 300px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
    }
    #fotos {
        width: 70vw;
        max-height: 300px;
        margin: 15px;
        padding: 0x 60px 100px 60px;
        margin-bottom: 40px;
    }
    #brindes {
        width: 70vw;
        max-height: 300px;
        margin: 15px;
        padding: 10px 60px 100px 60px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    #brindes h1 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        padding: 20px 0 15px 0;
    }
    .brindes-btn {
        background-color: rgb(6, 90, 27);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        margin: 40px auto 0 auto;
        text-align: center;
    }
    .brindes-btn:hover {
        background-color: rgb(30, 138, 57);
        width: 200px;
        color: white;
        border-radius: 3px;
        padding: 5px;
        display: block;
        text-align: center;
    }
    /* .nav-share {
            width: 40vw;
            height: 20px;
            background-color: white;
            display: flex;
            justify-content: center;
            margin: 10px auto;
            border-radius: 50px;
        } */
    .share1 {
        width: 50%;
        color: black;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin: 0 auto;
    }
    .share1 span {
        justify-content: center;
        margin: 0 auto;
        font-weight: 400;
    }
    .share2 {
        width: 50%;
        border-radius: 50px;
        background-color: #3F3C67;
        display: flex;
        justify-content: space-around;
    }
    .share2 a {
        text-decoration: none;
        color: white;
    }
}


/*footer*/

.realização {
    margin: 0 auto;
}

.realização h2 {
    text-align: center;
    text-transform: uppercase;
}

.realização-logos {
    display: flex;
    margin: 0 auto;
}

.realização-logos div {
    margin: 0 auto;
    display: flex;
}

.realização-logos div img {
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.realização-noticias {
    display: flex;
    margin: 0 auto;
    padding: 50px;
}

.realização-noticias h2 {
    text-align: center;
    text-transform: uppercase;
}

.realização-noticias div {
    margin: 0 auto;
}

.icon-compartilhar {
    padding-left: 50px;
    display: flex;
}

.icon-compartilhar a {
    padding: 20px;
}

.icon-compartilhar i {
    color: rgb(104, 104, 104)
}


/*galeria*/

#gallery {
    background-color: #fff;
    padding: 10px;
    width: auto;
}

#gallery ul {
    list-style: none;
}

#gallery ul li {
    display: inline;
}

#gallery ul img {
    border: 5px solid #444444;
    border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}

#gallery ul a:hover {
    color: #fff;
}

#circulo2 {
    animation: spin2 5s linear infinite;
    width: 100px;
    height: 100px;
    border-left: 5px solid #C4A558;
    border-top: 5px solid rgba(0, 0, 0, 0.268);
    border-right: 5px solid rgba(0, 0, 0, 0.268);
    border-bottom: 5px solid rgba(0, 0, 0, 0.268);
    border-radius: 50%;
    box-shadow: 0 0 5px #4c4f31;
    display: flex;
    align-items: center;
    justify-content: center;
}

#circulo3 {
    animation: spin3 2s linear infinite;
    width: 80px;
    height: 80px;
    border-left: 3px solid #C4A558;
    border-top: 3px solid rgba(0, 0, 0, 0.685);
    border-right: 3px solid rgb(0, 0, 0.685);
    border-bottom: 3px solid rgb(0, 0, 0.685);
    border-radius: 50%;
    box-shadow: 0 0 4px #4c4f31;
    align-items: center;
    justify-content: center;
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee9de;
    /* cor do background que vai ocupar o body */
    z-index: 999;
    /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel {
    background-color: #fff;
    width: 99%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoClass {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}