*{
    font-family: Campton, Arial;
}

.header {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*border: 2px solid black;*/
}

.headerTitle {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.headerTitle img {
    width: 100%;

}

.headerLogo {
    width: 10%;
    float: left;
}

.headerLogo img {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: xx-large;
}

.featured {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: bisque; */

    padding-bottom: 1.5%;

    width: 100%;
    margin-left: 1%;
    margin-bottom: 1%;
}

.sinopse {
    width: 60%;
    float:left;

    margin-top: -1%;
    /* background-color: violet;  */
}

.txtSinopse {
    width: 75%;
}

.btnSinopse {
    width: 30%;
    margin-left: 15%;
    z-index: 60;
    margin-top: -2%;
    position: relative;

    cursor: pointer;
}

.trackButton {
    z-index: 3;
    width: 70%;
    margin-left: 8%;
    position: relative;
}

.conjButton {
    /* background-color: purple; */
    margin-top: -5%;
}

.book {
    width: 50%;
    float: right;

    margin-left: -15%;
    padding-left: 0;

    /* background-color: seagreen; */
}

.imgBook {
    width: 70%;
}

.book a {
    font-size: xx-large;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.formRegister {
    width: 96%;
    background-color: yellow;
    padding: 2%;
}

.formRegister input[type=text], .formRegister input[type=email]  {
      
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: white; 
    width:500px;
    height: 30px;

    font-size: x-large;
    padding: 2%;
    
}

.formRegister input[type=image] {
    width: 250px;
    margin-top: 5%;
    margin-bottom: 5%;
} 

.formRaffle {
    width: 60%;
    margin-left: 10%;
}

.formRegister h4 {
    width: 45%;
    font-size: xx-large;
    color: darkblue;
    margin-left: -5%;
}

.podcast {
    width: 100%;

    padding-top: 4%;
    padding-bottom: 5%;
    /* background-color: violet; */
}

.txtPodcast img {
    width: 70%;
    /* background-color: tomato; */

    margin-left: 10%;
    margin-right: 10%;
}

.txtPodcast {
    width: 70%;
}

.iconPodcast img {
    margin-left: 20%;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 20%;
    /* background-color: turquoise; */
}

.iconPodcast {
    width: 20%;
    margin-left: 5%;
}


a:link { color:white; font-weight: bold; }
a:hover { color: yellow; }
a:visited { color: white; }

.formRegister, .podcast, .live {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position:relative;
}

.live {
    padding-bottom: 3%;
    padding-top: 3%;
    margin-top: 2%;

    width: 100%;

    /* background-color: darkmagenta; */

}

.txtLive img {
    width: 80%;
    margin-left: 9%;
    margin-right: 9%;
}

.iconsLive {
    width: 80%;

    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    margin-top: 2%;
}

.live1 {
    width: 200px;
    margin-right: 5%;
    margin-left: -15%;
}

.live2 {
    width: 320px;
    margin-left: 3%;
}

.about{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: darkseagreen; */

    padding-top: 1%;
    padding-bottom: 1.5%;

    width: 100%;
}

.imgAbout img {
    width: 60%;
    margin-left: 19%;
    margin-right: 19%;
    margin-top: 2%;
}


.txtAbout img{
    width: 60%;
    margin-left: 19%;
    margin-right: 19%;
}


.footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: yellow;

    padding-top: 1%;
    padding-bottom: 1.5%;

    margin: 0px;
    bottom: 20px;
    width: 100%;
}

.astral {
    width: 500px;
    float: left;
    padding-right: 2%;
    /* background-color: teal; */
}

.urlAstral {
    width: 70%;
    margin-left: 27%;
    margin-right: 10%;
}

.logoAstral {
    width: 30%;
    margin-left: 50%;
    margin-right: 10%;
}

.social {
    width: 350px;
    float: right;
    padding-left: 2%;
    margin-left: -2%;


    /* background-color: tomato; */
}

.iconSocial {
    width: 20%;
}

.urlSocial {
    vertical-align: middle;
    margin-left: 2%;
    margin-top: 2%;
}


#hidden_div {
    position: absolute;
    overflow: hidden;
    clear: both;

    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: black;
    opacity: 0.9;

    border: none;
    border-radius: 2%;

    padding-top: 1%;
    padding-bottom: 1.5%;
    padding-left: 3%;
    padding-right: 3%;

    top: 50%;

    width: 70%;
    margin-top: 1%;
    margin-bottom: 1%;
    left: 12.3%;
    z-index: 70;
    
    font-size: x-large;

    display: none;
    
}    

.iconClose {
    width: 30px;
    height: 30px;
    opacity: 30px;
    float: right;
    margin-left: 90%;
}

#linkRead{
    cursor: pointer;
    width: 80px;
}

#linkRead {
    float: right;
    
}

.iconSocial {
    width: 15%;
    text-align: right;
    margin-right: 3%;
    float: left;
    display: inline;
    margin-bottom: 2px;
}

.txtLink {
    /*line-height: 50%;*/
    
}

.regContent {
    color: yellow;

    margin-left:10%;
    margin-right:10%;
    margin-top: 30%;

    padding-left: 10%;
    padding-right: 10%;

    width: 60%;
    height: 40%;


}

.regMessage {
    font-size: xx-large;
}





