@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic";
@import  "https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,700,700i";

html,body {
    background-color: #F4F4F4;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
}

div {
    box-sizing: border-box;
}

.owl-controls {
    position: absolute;
}

.grid960 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: table;
}

.grid480 {
    width: 100%;
    max-width: 480px;
    float: left;
    margin: 0;
}

.grid320 {
    width: 100%;
    max-width: 320px;
    float: left;
    display: table;
}

.barraFull {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    display: table;
    background-image: url(img/barra.jpg);
    background-repeat: repeat;
    background-position: center top;
}

.fullSociais {
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 5px 5px #ccc;
}

#audio {
    display: none;
}

#nomeMusica {
    display: table;
    padding-top: 15px;
    height: 60px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    font-weight: 700;
    padding-left: 35px;
    color: #560188;
    background-image: url(../../img/notaIcon.png);
    background-position: left 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

#audioPlay {
    cursor: pointer;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 15px;
    background-color: #560188;
    border-radius: 100px;
    background-position: 60% 50%;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-image: url(img/play.png);
}

#audioPause {
    cursor: pointer;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    background-color: #560188;
    border-radius: 100px;
    background-position: center 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(img/pause.png);
}

#audioPlay:hover,#audioPause:hover {
    background-color: #84007b;
}

.barraFull center {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: table;
    border: 0 solid #000;
}

.social {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 15px;
    background-size: auto 60px;
    float: right;
    background-repeat: no-repeat;
    background-image: url(img/social.png);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.instagran {
    background-position: -319px top;
}

.youtube {
    background-position: 0 top;
}

.facebook {
    background-position: -80px top;
}

.twitter {
    background-position: -238px top;
}

.spotify {
    background-image: url('https://cdn-icons-png.flaticon.com/512/174/174872.png');
}

.social:hover {
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.banner,.banner .item {
    margin-top: -25px;
    padding: 0;
    display: block;
    width: 100%;
}

.menu div {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 0;
    height: 100px;
    background-image: url(img/estrelas.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center -200px;
    border-bottom: 3px solid transparent;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 32px;
}

.menu div:hover {
    background-position: center top;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.menu a:link,.menu a:active,.menu a:hover,.menu a:visited {
    color: #fff;
    font-weight: 300;
}

article {
    margin-top: 30px;
}

article h1 {
    font-weight: 300;
    font-size: 42px;
    margin: 0;
    color: #84007b;
    font-family: 'Archivo Narrow',sans-serif;
}

article p {
    color: #111;
    line-height: 1.8;
    font-size: 15px;
}

article img {
    width: 100%;
    max-width: 460px;
    border: 10px solid #fff;
    box-shadow: 0 0 5px #ccc;
}

article.postagemBlog {
    border-bottom: 1px solid #ccc;
    display: table;
}

.linkComentarios {
    width: 100%;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.linkComentarios a:link,.linkComentarios a:active,.linkComentarios a:visited {
    text-decoration: none;
    color: #84007b;
    font-weight: 600;
}

.linkComentarios a:hover {
    text-decoration: underline;
}



.agenda {
    background-image: url(img/fundo.jpg);
    background-position: center top;
    background-size: 100% 100%;
    background-position: fixed;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 5px solid #84007b;
    border-top: 5px solid #84007b;
}

.agenda h1 {
    font-weight: 400;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #84007b;
    text-shadow: 1px 1px 1px #fff;
    font-family: 'Archivo Narrow',sans-serif;
}

.agenda .itemAgenda {
    width: 430px;
    background-color: #fff;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    border-left: 0 solid #84007b;
    box-shadow: 0 0 5px #ccc;
}
.agenda .itemAgenda:last-child{
    margin-bottom:15px;
}
.agenda .itemAgenda:first-child{
    margin-top:15px;
}
.agenda a:link,.agenda a:active,.agenda a:visited {
    text-decoration: none !important;
}

.itemAgenda:hover h2,.itemAgenda:hover p {
    text-shadow: 1px 1px 1px #000;
    color: #fff !important;
}

.itemAgenda:hover {
    background-color: #60007f;
    background-image: url(img/estrelas.png);
    background-repeat: repeat;
    background-size: 500px;
}

.dataAgenda {
    width: 90px;
    height: 100px;
    display: table;
    float: left;
    margin-right: 20px;
    background-color: #84007b;
}

.dataAgenda spam {
    width: 80px;
    display: table;
    font-weight: 300;
    font-size: 42px;
    margin: 0;
    margin-top: 5px;
    color: #fff;
    text-align: center;
}

.dataAgenda font {
    width: 80px;
    display: table;
    font-weight: 400;
    font-size: 26px;
    margin-top: -10px;
    color: #fff;
    text-align: center;
}

.itemAgenda h2 {
    margin: 0;
    padding: 0;
    color: #84007b;
    font-weight: 400;
    margin-top: 10px;
}

.itemAgenda p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

#conteudoAgenda {
    display: hidden;
    border: 0 solid #ccc;
    border-top: 0 solid #84007b;
    padding-bottom: 0;
    height: 420px;
    width: 480px;
    overflow-y: scroll;
    padding-left: 15px;
    box-shadow: inset 0 0 5px #000;
}
#youtube {
    width: 100%;
    height: 500px;
    background-color: #111;
}

.loadTweets {
    float: right;
    border-left: 0 dotted #84007b;
    overflow: hidden;
    display: hidden;
    height: 420px !important;
    border: 1px solid #ddd;
}

.boxTweets {
    margin-top: -57px;
}


.paginacao {
    display: table;
    margin-top: 20px;
}

.paginacao a:link,.paginacao a:visited {
    text-decoration: none;
    text-align: center;
    padding: 5px;
    width: 30px;
    font-weight: 800;
    float: left;
    display: block;
    border-radius: 3px;
    margin: 5px;
    color: #555;
    transition: none;
    background: #fff;
    box-shadow: 0 0 3px #777;
    text-shadow: 1px 1px 1px #fff;
}

.paginacao a:hover,.paginacao a:active {
    background-size: 300px;
    background-color: #333;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.paginacaoAtiva {
    color: #fff !important;
    text-shadow: 1px 1px 1px #1F5401 !important;
    background-color: #84007b !important;
}


.logoNescau {
   height: 65px;
    float: left;
    display: table!important;
    width:180px;
    border:0px solid #fff;
}
.logoNescau img {
    margin-top:10px;
}
.direitosTexto{
   font-size:14px;
   width:600px;
   margin-top:5px;
   display: table!important;
   border:0px solid #fff;
   height: 60px;
   text-align: center;
}
.logoPear{
    width: 180px;
    border:0px solid #fff;
}
.logoPear img {
    float: right;
    margin-top:10px;
}
.direitos div div{
    float: left;
}
.direitos {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 400;
    margin-top: 30px;
    padding-top:15px;
    padding-bottom: 15px;
}
.direitos img {
    height: 50px!important;
}
@media (max-width: 960px) {
    #conteudoAgenda {
        margin: 0;
        width: 100%;
    }

    .agenda .itemAgenda {
        width: 95%;
        background-color: #fff;
        padding: 0;
        display: table;
        margin-top: 15px;
        padding-right: 10px;
        border-left: 0 solid #84007b;
        box-shadow: 0 0 5px #ccc;
    }

    .menu {
        border: 0 solid #c00;
        display: table;
        margin: 0 auto;
        float: none;
        padding-bottom: 15px;
    }

    .grid960 {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .grid480 {
        margin: 0;
        padding: 0 !important;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .grid320 {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    article img {
        width: 95% !important;
        height: auto !important;
    }

    .menu div {
        margin-top: 20px;
        padding-bottom: 0;
        width: 100%;
        height: 40px;
        display: table;
        text-align: center;
        padding: 0;
    }

    .socialMedias {
        display: table;
        margin-bottom: 10px;
    }

    .socialMedias div {
        margin: 0 auto;
        margin-top: 20px;
    }

    .direitos .grid320 img {
        float: none !important;
    }

    .barraFull {
        background-size: auto 100%;
    }

    .pear {
        margin-bottom: 20px;
    }
    .logoNescau {width: 100%; text-align: center;}
    .logoPear {width: 100%; text-align: center; }
    .logoPear img{float: none; }
    .direitosTexto{width: 100%;}
}
.boxComentar {
    width: 100%;
    display:table;
    padding: 15px;
    border:1px solid #ccc;
    margin-top: 15px;
    border-radius: 3px;
    background-color: #fff;
}
.boxComentar label,
.form label{
    width:100%;
    display: table;
    font-weight: bold;
    font-family: 'Archivo Narrow',sans-serif;
    margin-bottom: -5px;
    font-size: 18px;
    color: #333;
}
.boxComentar input,
.form input{
    width: 100%;
    max-width: 350px;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    padding:10px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
}
.boxComentar input:focus,
.form input:focus,
.boxComentar textarea:focus,
.form textarea:focus{
    border: 1px solid #84007b;
    outline: none;
}
.boxComentar textarea,
.form textarea{
    width: 100%;
    max-width: 350px;
    display: table;
    margin-top: 10px;
    margin-bottom: 15px;
    border:1px solid #ccc;
    padding:10px;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    border-radius: 3px;
    background-color: #fff;
    height: 300px; 
}
.boxComentar #submeterComentario,
.form #submeter{
    font-size: 18px;
    background-color: #84007b;
    width: 100%;
    max-width: 350px;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
    color: #fff;
    text-align: center;
    font-family: 'Archivo Narrow',sans-serif;
    border-radius: 3px;
    cursor: pointer;
}
.boxComentar #submeterComentario:hover,
.form #submeter:hover{
    background-color: #9841CF;
}
.boxComentarios {
    margin-top: 30px;  
}
#avisoComentario h3,
.form h3{
    color:#34a203;
    font-size: 16px;
    margin: 0px;
}
.comentario {
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin-bottom:15px;
    line-height: 1;
}
.comentario h2 {
   font-size: 14px;
   color: #84007b;
   margin: 0px;
   padding: 0px;
   line-height: 1;
   padding-bottom: 15px;
   font-weight: normal;
}
.comentario b {
    font-size:18px;
}
.comentario p {
    margin: 0px;
    padding-top: 7px;
    border-top: 1px solid #ddd;
}
.btDelete {
    width: 30px;
    float: right;
    margin-top: -5px;
}
.btExcluir {
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 0;
    margin-left: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 27px;
    height: 27px;
    border: 0;
    font-size: 16px;
    font-family: 'Open Sans',Arial;
    font-weight: 500;
    float: left;
    display: block;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 1px 1px 1px #1F5401 !important;
    background-image: url(http://static.onpedido.com/img/erro.png),url(http://static.onpedido.com/img/preto10.png);
    background-position: 6px 50%,10px 0;
    background-size: 15px,auto;
    background-color: #c00;
    background-repeat: no-repeat,repeat;
}

.btExcluir:hover {
    background-image: url(http://static.onpedido.com/img/erro.png),url(http://static.onpedido.com/img/branco10.png);
    background-position: 6px 50%,10px 0;
    background-size: 15px,auto;
    background-color: #c00;
    background-repeat: no-repeat,repeat;
}

.btExcluir:active {
    background-image: url(http://static.onpedido.com/img/erro.png),url(http://static.onpedido.com/img/preto30.png);
    background-position: 6px 50%,10px 0;
    background-size: 15px,auto;
    background-color: #c00;
    background-repeat: no-repeat,repeat;
}