body{
    background-color: #000;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 22px;
    
}

link{
    color: #FFF
}

  a:hover{
        filter: brightness(130%);
    }

/*video home*/




.container{
        width: 100%;
        margin: auto;
      }

.miolo{
   width: 100%;
    height: 400px;
   text-align: center;
    margin: auto;
}

.miolo img{
    height: 200px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pequeno {
    font-size: 1.1em;
}

.iframe-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    //opacity: 0.7;
    //border: solid red;
}


.iframe-wrapper iframe {
    width: 1920px;
    height: 700px; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}

/*fim video home*/



.topo{
    width: 100%;
    height: 540px;
    //border: solid green;
}

.topo-mobile{
    //border: solid blue;
    height: 840px;
    margin: auto;
}

.miolo01{
    background-image: url(imgs/fundao-B.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 1896px;
    width: 100%;
  
    //padding: 1px;
    height: 1430px;
}


.miolo02{
    background-image: url(imgs/set-teatro.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    width: 100%;
  //border: solid red;
    //padding: 1px;
    height: 730px;
}


.containerMiolo{
    width: 100%;
    max-width: 1280px;
    height: 430px;
    margin: auto;
    //border: solid red;
    margin-top: 100px;
}

.chamada{
    width: 100%;
    max-width: 700px;
    height: 450px;
    background-color: #000;
    float: left;
    opacity: 0.7;
    border-radius: 10px;
    //padding: 20px;
   //border: solid red;
}
.logo{
    width: 450px;
    height: 450px;
    background-image:url(imgs/logo-astral.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}


.montserrat {
  font-family: "Montserrat", sans-serif;
  font-size:  48px;
  font-weight: 200;
  //font-style: normal;
    
}

.txtBranco{
    color: #FFF;
}

.tit-h1{
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 45px;
    text-shadow: #71D4FF 1px 0 10px;
    //border: solid red;
}

.txt-h1{
     padding: 35px;
   // font-size: 22px;
}

.txt1{
    width: 360px;
    margin-right: 70px;
    margin-left: auto;
    text-align: right;
    font-size: 18px;
   // background-color: aqua;
    padding-top: 150px;
 }

.txt2{
    font-size: 24px;
    color: 00B3FF;
    width: 350px;
    margin-right: 70px;
    margin-left: auto;
    text-align: right;
    padding-top: 15px;
    font-weight: 400;
}


.tit-b{
    text-transform: uppercase;
    text-shadow: #71D4FF 1px 0 10px;
    font-size: 60px;
    margin-top: 120px;
}

.tit-c{
    text-transform: uppercase;
    text-shadow: #71D4FF 1px 0 10px;
    font-size: 48px;
    //margin-top: 120px;
}

.txt3{
    font-size: 20px;
}

.txt4{
    font-size: 24px;
    font-weight: 600;
    padding-top: 25px;
}

.txt5{
    font-size: 48px;
    
}

.bloco-txt{
width: 100%;
max-width: 450px;
position: relative;
top: 50%;
transform: translateY(-50%); 
    
    
}

.destaque{
    font-weight: 700;
    color: #00B3FF;
}

.bloco02{
    width: 100%;
    height: 630px;
    max-width: 1280px;
    margin: auto;
    //border: solid red;
   
}

.bloco03{
    width: 100%;
    height: 750px;
    max-width: 1100px;
    margin: auto;
    //background-color:beige;
    //border: solid red;
 }

.bloco04{
    width: 100%;
    height: 700px;
    max-width: 1100px;
    margin: auto;
    
    
}


.filmes{
    width: 100%;
    max-width: 1050px;
    margin: auto;
    text-align: center
    }


.imgFilme{
    width: 480px;
    display:inline-flex;
    padding: 20px;
    
}

.imgFilme img{
    width: 100%;
    
}

.espaco1{
    height: 50px;
}

.rodape{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
}

.logo-rodape img{
    width: 115px;
}

.email{
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
   
}

.email a{
    color: #FFF;
    text-decoration: none;
}



@media only screen and (max-width: 1100px) {
    
    body{font-size: 16px;}
    

    
    .topo{display: none}
    .topo-mobile{display: inherit}
    .logo{
        width: 260px;
        margin: auto;
       //border: solid red;
        margin: auto;
        float: none;
    }
    .tit-h1{
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    display:inline-flex;
    }
    
     .txt-h1{
     padding: 20px;
    }

    .bloco02{
    height: 750px;
    }
    
    
    .bloco04{
        //border: solid red;
        height: 560px;
    }
    
    
    .txt1{
        width: 90%;
        text-align: center;
        //border: solid red;
        margin: auto;
        padding-top: 100px;
    }
    
    .txt2{
        text-align: center;
        font-size: 22px;
        margin: auto;
        
    }

    .txt3{
        width: 90%;
        max-width: 360px;
        font-size: 20px;
        text-align: center;
        margin: auto;
        
    }
    .txt4{
        font-size: 20px;
        text-align: center;
        width: 90%;
        max-width: 360px;
        margin: auto;   
        padding-top: 15px;
    }
    .chamada{
        width: 95%;
        max-width: 360px;
        height: 310px;
        margin: auto;
        //border: solid red;
        float: none;
        
        
    }
    
    
    .miolo01{
        //border: solid red;
        height: 1700px;
        background-image: url(imgs/fundao-B-mobile.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        
    }
    
    .miolo02{
        //border: solid red;
        height: 800px;
            background-image: url(imgs/set-teatro-mobile.webp);
        background-position: bottom center;
    }
    
    .tit-b{
        font-size: 36px;
        margin: auto;
        margin-top: 50px;
        text-align: center;
        width: 90%;
        max-width: 360px;
        padding-bottom: 15px;
    }
    
    .tit-c{
        font-size: 36px;
        text-align: center;
    }
    
    
    .bloco03{
        //border: solid red;
    }
    
    .imgFilme{
        width: 90%;
        max-width: 320px;
        margin: auto;
        
    }
    
    
    
    .iframe-wrapper {
        width: 480px;
    height: 960px;
    
}


.iframe-wrapper iframe {
width: 480px;
height: 960px; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    
}

    
    
    
    
}




@media only screen and (min-width: 1101px) {

    
    
    .topo-mobile{display: none}
    .topo{display: inherit}
}