* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
background-color: #000;
font-family: "Open Sans", serif;
font-weight: 300;
}

b{font-weight: 700}

a{color:inherit;
text-decoration: none;
}


h2{font-size: 16px; padding-top: 15px;}
.container-full{
    display: flex;
    width: 100%;
    background-color: #000;
    border: solid blue;
      
   
}

.container-simples{
position: absolute;
    width: 100%;
  
}


.box {
    flex:1; /* Distribui as divs igualmente */
    //background-color: lightblue;
    text-align: center;
    /*padding: 20px;*/
    
    height: 400px;
}
.box img{
width: 200px;
padding-top: 200px;
margin-top: -150px;
}

.esquerdo{
    background-image: url(imgs/fundo-E.png);
    background-repeat: no-repeat;
    background-position: right top;
    
}

.centralizado{
    text-align: center;
    margin: auto;
    //border: solid red;
}

/* Makes a fixed background wrapper
which the user cannot interact with */

.iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
 
}



/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 1920px;
  /*max-width: 1920px;*/
  height: 400px; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
 /*min-height: 100vh;*/
  /*min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-color: #000;
}


.silkscreen-regular {
  font-family: "Silkscreen", serif;
  font-weight: 400;
  font-style: normal;
    color: #ffea00;
}

.silkscreen-bold {
  font-family: "Silkscreen", serif;
  font-weight: 700;
  font-style: normal;
}





.open-sans {
  font-family: "Open Sans", serif;
  font-weight: 300;
  
 
}




.display{
    width: 900px;
   
    text-align: center;
    margin: auto;
    padding-top: 0px;
    font-size: 22px;
   

    
  }

.espacador-g{height: 90px;}
.espacador-p{height: 45px;}


.sombra{ text-shadow: 2px 2px 4px black;}

.padding-v{
    padding-top: 30px;
    padding-bottom: 30px;
    
}


.fundo-metal{
    background-image: url(imgs/fundo01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 600px;
     background-color: #b2b2b2;
  
}


.fundo-cinza{
    background-image: url(imgs/fundo-cinza.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 600px;
     background-color: #dcdbdb;
  
}

.fundo-cinza2{
    background-image: url(imgs/fundo-cinza2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 600px;
    background-color: #dcdbdb;
   
    
  
}


.fundo-metal2{
    background-image: url(imgs/fundo-parceria.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
   
     background-color: #b2b2b2;
  
}

.fundo-blog{
    background-color: #000;
    background-image: url(imgs/fundo-espaco.jpg);
   
}

.fundo-preto{
    background-color: #000;
}

.miolo{
   width: 100%;
    height: 400px;
   text-align: center;

    margin: auto;
   
       
}

.miolo img{
    height: 200px;
    margin-top: 30px;
    margin-bottom: 10px;
}




    .animado {
    
    width: 260;
    height: 230px;
    animation-name: example;
    animation-duration: 15s;
    animation-iteration-count: infinite;
   
       
    }

    .animado2{animation-delay: 0.3s;}
    .animado3{animation-delay: 0.5s;}
    
   a:hover{
        filter: brightness(130%);
    }





    .container{
        /*display: flex;*/
        width: 100%;
        /*max-width: 1440px;*/
        margin: auto;
      
      }

    .cont{
    /*flex:1;*/
    width: 260px;
    height: 230px;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 0px;

    
    
}
    

.conteudo{
    width: 95%;
    max-width: 1280px;
    margin: auto;

}

.conteudo a{
    color: #043a4a;
    text-decoration: underline;
    font-weight: bold;
}

    .moldura{
         flex:1;
        width: 351px;
        height: 294;
        margin: auto;
        
        
    }
    
    .moldura-img{
        z-index: 10;
        position: absolute;
       background-image: url(imgs/telinha.png);
       width: 351px;
        height: 294px;
        margin-top: -27px;
    }

 .moldura-img-fechada{
        z-index: 10;
        position: absolute;
       background-image: url(imgs/telinha-fechada.png);
       width: 351px;
        height: 294px;
        margin-top: -27px;
    }

 .grade{
        z-index: 10;
        position: absolute;
       background-image: url(imgs/grade.png);
       width: 351px;
        height: 294px;
        margin-top: -27px;
    }




.tv-noise {
    background-color: #000;
}

.tv-noise img{
    width: 350px;
    height: 450px;
    opacity: 0.5;
}    





    .titulo-filme{
        color: #ffd200;
        font-size: 18px;
        width: 100%;
        text-align: center;
       margin-top: 215px;
        width: 310px;
        
    }
    



.titulo{
    font-size: 26px;
    //color: #fff;
   font-weight: 800;
} 

.titulo-grande{
    font-size: 36px;
}

.caixa-alta{
 text-transform: uppercase;
}

.subtitulo{
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}

.sinopse{
    font-style: italic;
    color: #043a4a;
    font-weight: 400;
    font-size: 20px;
}

.destacado{
    font-weight: 300;
   text-transform:uppercase;
    color: #043a4a;
    font-size: 22px;
}

.citacao{
    font-style: italic;
    color: #043a4a;
}

.legenda{
    font-size: 14px;
    color: #043a4a;
    font-style: italic;
    text-align: left;
}



.traco-topo{
    border-top: dotted 2px #BBB;
    
}


.botao{
    flex: 1 0 50%;
    
    height: 50px;
    margin: auto;
     
}

.botoes{
    padding-top: 40px;
     display: flex;
    width: 400px;
    margin: auto;
    
    
}


.botao-miolo{
    width: 150px;
    border: solid #CCC 1px;
    height: 40px;
    margin: auto;
    border-radius: 15px;
    padding-top: 2px;
}


.botao-blog{
    width: 80px;
    height: 35px;
    border-radius: 4px;
    background-color: #ffd200;
    padding: 5px;
    text-align: center;
    color: #000;
   
  
    
  
}

.marcado {
    background-color: #ffd200;
    color: #000;
    border: none;
}

.desmarcado:hover{
    background-color: #CCC;
    color: #000;
}


.fonte-branca{
    color: #FFF;
}

.foto-esquerda{
    float: left;
    padding-right: 15px;
    width: 300px;
}

.foto-esquerda img{
    width: 100%;
    border-radius: 15px;

}


.foto-g{
    width: 95%;
    text-align: center;
    margin: auto;
    
}

.foto-g img{
    width: 100%;
    border-radius: 15px;
}

.separador{
    width: 100%;
    height: 2px;
    background-image: url(imgs/separador-amarelo.png);
    background-position: center center;
    background-repeat: no-repeat;
  
}

    
@keyframes example {
  0%   {margin-top: 0px}
  10%  {margin-top: 0px}
  15%  {margin-top: -230px}
  30% {margin-top: -230px}
  35% {margin-top: -460px}
  50% {margin-top: -460px}
  55% {margin-top: -690px}
  70% {margin-top: -690px}
  75% {margin-top: -920px}
  90% {margin-top: -920px}
  100% {margin-top: -920px}
    
}





.vermelho{
    background-color: red;
}




.menu{
    color: #FFF;

    
}


.grande{
    font-size: 2em;
    margin-top: 15px;
     font-weight: 800;
}

.pequeno {
    font-size: 1.1em;
}


.imagempost{
    max-height: 220px;
    overflow: hidden;
    border-radius: 15px;
 
 
   
}


.imagempost img{
   //margin-top: -50%;
    vertical-align: middle;
}

.rodape{
    height: 100px;
    padding-top: 30px;
text-align: center;
   
}




.video{
    width: 100%;
    max-width: 1000px;
    height: 62vh;
    text-align: center;
   //padding-top: 30px;
    padding-bottom: 60px;
    margin: auto;
    //margin-top: 30px;
    border: solid #222;
    border-radius: 20px;
    overflow: hidden;

}


 .lite-youtube { max-width: unset; }
  .postagem{
        
      width: 450px;
      height: 100px;
      
    }



/*----*/

.gallery {
max-width: 1440px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}

.gallery-item {
flex: 1 0 33.33%; /* 3 colunas */
max-width: 33.33%;
box-sizing: border-box;
padding: 5px;
height: 340px;
}

.gallery-item-fechado {
flex: 1 0 33.33%; /* 3 colunas */
max-width: 33.33%;
box-sizing: border-box;
padding: 5px;
height: 340px;
}



.gallery-item img {
width: 100%;
//height: auto;
}

/*------*/



/*---*/

.festivais {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
height: auto;
    margin-bottom: 30px;
}

.festivais-item {
flex: 1 0 12,5%; /* 4 colunas */
max-width: 12,5%%;
box-sizing: border-box;
padding: 5px;
height: auto;


}

.festivais-item img {
//width: 100%;
//height: auto;
    border: solid #CCC 1px;
    padding: 10px;
    border-radius: 15px;

}

/*------*/








.posts {
max-width: 1000PX;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
margin: auto;
 
}



.posts-item {
flex: 1 0 33.33%; /* 3 colunas */
max-width: 280PX;
box-sizing: border-box;
padding: 5px;
height: 240px;
margin: auto;
    

}

.posts-item img {
    width: 100%;
max-width: 360px;
height: auto;
border-radius: 15px;

}

.controla-video{
    max-width: 720px;
    margin: auto;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    
  
}




@media screen and (max-width: 1100px) {
.gallery-item {
flex: 1 0 100%; /* uma coluna */
max-width: 100%;
}
    
.posts-item {
//flex: 1 0 100%; /* uma coluna */
    flex: none;
max-width: 280px;
height: 240px;
}

.posts-item img {width: 100%;}
    
.posts{
max-width: 200px;

} 
    
}

/*----*/




.imprensa{
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.imprensa img{
    width: 60px;
    border-radius: 10px;
    float: left;
}

.imprensa a{
    text-decoration: underline;
    color: #043a4a;
}

.imprensa a:hover{
    color: #077c9e;
}


ul{
    padding-left: 20px;
}

li{
    list-style:url(imgs/seta.png);
   //border-bottom: solid 1px #bbb;
}



.banner-outro{
    text-align: center;
    margin: auto;
  
}

.banner-outro img{
    margin: auto;
    width: 100%;
    max-width: 500px;
}


/*creditos*/

.linha-creditos{
max-width: 640px;
   display:flow-root;
    //height: auto;
    background-image: url(imgs/linha-tracejada.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    margin: auto;
    vertical-align: text-top;
    padding-top: 20px;
   // border: solid red;
    
 
}

.lc-center{
    text-align:center;
    margin-top:30px;
}


.txt-e{
    //float: left;
    background-color: #dcdbdb;
    padding-right: 5px;
    padding-top: 10px;
           }
.txt-d{
    float: right;
    margin-right: 0;
    text-align: right;
     background-color: #dcdbdb;
    padding-left: 5px;
}





.slider-indicators{padding-bottom:30px}




.redes-sociais{
    max-width: 500px;
    margin: auto;
    text-align: center
}

.redes-sociais img{
    width: 32px;
    height: 32px;
    margin: 10px;
}

.linha-p{
    width: 320px;
    height: 1px;
    margin: auto;
    border-bottom: dashed 1px #FFF;
    opacity: .3;
}

.embed-container {position: relative;padding-bottom:0;height: 600px;overflow: hidden; width:90%;margin: auto; max-width: 1200px;} 
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

@media only screen and (max-width: 760px) {
    .embed-container{height: 0;padding-bottom: 56.25%;}
    .titulo-grande{font-size: 26px;}
    .pequeno{font-size: 1em;}
    .fundo-metal2{background-size: 150%}
    .espacador-g{height: 60px;}
    .espacador-p{height: 30px;}
    .grande{font-size: 1.5em}
    .foto-esquerda{float: none; margin: auto; margin-bottom: 20px;}
    .conteudo{width: 85%}
}
    

  


@media (min-width: 1440px) {
    .box {
        flex: none;
        width: 480px; /* Cada div com largura fixa após 1440px */
    }
}

*/

@media (min-width: 1920px) {
    .iframe-wrapper iframe {
        width: 100%; 
    
    }
}


@media (max-width: 1000px) {
    .display { width: 95%;}
    
    .festivais-item {
        flex: 1 0 50%; 
        max-width: 50%;
    }
    .festivais-item img{width: 100%; }
    
    .festivais{width: 90%}
    
    .menu{
        width: 95%;
        margin: auto;
    }
    
    
    .miolo img{height: 150px;}
    
    .botoes{
        width: 95%;
    }
    
    
    .posts{
        max-width: 360px;
    }
    
    .leaders{
        font-size: 14px;
    }
    
    .linha-creditos{
        font-size: 14px;
    }
    
    .gallery-item-fechado {display: none;}
    
}







