/*
Theme Name: Aprender Música
Author: Daniel Pellicano
Author URI: https://www.danielpellicano.co.br
Description: Template padrão para desenvolver qualquer site.
Version: 2020
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: aprendermusica
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-family: 'Helvetica, Arial', sans-serif;
}

ol,
ul {
    list-style: none
}

input[type=button],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-10,
.col-11,
.col-3,
.col-4,
.col-6,
.col-8,
.col-9,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-6,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

a {
    transition: all 0.5s ease;
}

.home h1 {
    color: #202831;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

#header {
    background: #fff;
}

#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.AnuncioHomeTop {
    width: 970px;
    height: 90px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    display: none !important;
}

.menuTopMobile {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 20px 2px #202831;
}

.intro {
    min-height: auto;
    padding: 15px 0;
}

.search-field {
    border: 0;
    padding: 5px;
    font-size: 12px;
}

.intro p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
}

.intro img {
    max-width: 100%;
    height: auto;
}

.barTop {
    background: #333;
}

.barTop .container {
    padding: 7px;
}

.welcome ul {
    display: flex;
}

.welcome ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0 15px;
}

.welcome ul li a:hover {
    text-decoration: underline;
}

.search-submit {
    background: #202831;
    padding: 5px 14px;
    border: 0;
    font-size: 12px;
    color: #fff;
    margin-left: -4px;
}

#menu {
    background: #202831;
}


#menu ul li a {
    color: #fff;
    padding: 14px;
    display: block;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#menu ul li a:hover {
    background: #37a2b0;
}

.sub-menu {
    display: none;
    z-index: 99;
}

.intro .thumbPost {
    position: relative;
    margin-bottom: 10px;
}

.intro .infoNot {
    position: absolute;
    bottom: 2px;
    padding: 20px;
    background: rgba(55, 162, 176, 0);
    background: -moz-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55, 162, 176, 0)), color-stop(50%, rgba(55, 162, 176, 0.78)), color-stop(100%, rgba(55, 162, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -o-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -ms-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a2b0', endColorstr='#37a2b0', GradientType=0);
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
}

.home .intro p {
    margin-bottom: 0;
}

.intro .infoNot p a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-shadow: -1px 1px 9px #000;
}

.pubTop {
    width: 728px;
    height: 90px;
    background: #eee;
    margin: 4px 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoPub {
    display: flex;
    margin-top: 12px;
    align-items: center;
}

.intro .infoPub .autor a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    margin-right: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 9px #000;
}

.infoPub i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.intro .infoPub time {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin-right: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 9px #000;
    margin-left: 10px;
}

.infoPub .categoria a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #202831;
    padding: 5px 10px;
    font-size: 14px;
}

.intro .col-md-6 .col-md-6 .infoNot p {
    line-height: 20px;
}

.intro .col-md-6 .col-md-6 .infoNot p a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.intro .col-md-6 .col-md-6 img {
    height: 150px;
    width: 267px;
    object-fit: cover;
}

.intro .fcol {
    padding-right: 0;
}

.intro .fcol img {
    max-width: 100%;
    height: 312px;
    width: 555px;
    object-fit: cover;
}

.intro .col-md-6 .row .col-md-6 {
    padding-right: 0;
}

.intro .col-md-6 .row .col-md-6 .categoria a {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 6px;
}

.intro .col-md-6 .row .col-md-6 time {
    font-size: 12px;
    position: absolute;
    top: 15px;
    margin-left: 0px;
}

.intro .col-md-6 .row .col-md-6 .autor a {
    font-size: 12px;
}

.intro .col-md-6 .row .col-md-6 .infoPub {
    justify-content: space-between;
}

.intro .col-md-6 .row .col-md-6 .thumbPost {
    max-width: 267px;
}

.intro .col-md-6 .row .col-md-6 .infoNot {
    height: auto;
    padding-top: 60px;
    width: 100%;
    height: 152px;
    max-height: 150px;
    padding: 13px;
}

.postBox h3 {
    display: inline-block;
    padding: 11px;
    background: #202831;
    color: #fff;
    margin: 11px 0;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

.dCol {
    padding-left: 17px;
}

.menu-menu-principal-container {
    width: 100%;
}

.postsHomeS {
    background: #f9f9f9;
    min-height: 200px;
    padding: 0 30px 30px;
}

.postsHomeS img {
    width: 267px;
    height: 150px;
    object-fit: cover;
}

.postsHomeS h3 a {
    color: #202831;
    text-decoration: none;
    font-size: 14px;
}

.postsHomeS .col-md-3 {
    padding-right: 0;
}

.postsHomeS .container {
    text-align: center;
}

.postsHomeS .container h3 {
    padding: 10px 0;
    text-align: left;
    line-height: 20px;
}

.centroHome {
    padding: 30px;
    background: #eee;
}

.centroHome .col-md-9 {
    border-right: 1px solid #ccc;
}

.centroHome .container {
    background: #fff;
}

.tituloCategoria {
    display: inline-block;
    padding: 11px;
    background: #202831;
    color: #fff;
    margin: 11px 0;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.sectionChamadaHome {
    background: #202831;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.sectionChamadaHome h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif;
}

.sectionChamadaHome p {
    line-height: 24px;
}

.postBox img {
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 3px solid #202831;
}

.postBox .postD p,
.postBox .postD h4 {
    font-size: 14px;
    text-align: center;
    padding: 60px 10px 10px;
    position: absolute;
    z-index: 9;
    bottom: 2px;
    background: rgba(55, 162, 176, 0);
    background: -moz-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, .78) 50%, rgba(55, 162, 176, .78) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55, 162, 176, 0)), color-stop(50%, rgba(55, 162, 176, .78)), color-stop(100%, rgba(55, 162, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, .78) 50%, rgba(55, 162, 176, .78) 100%);
    background: -o-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, .78) 50%, rgba(55, 162, 176, .78) 100%);
    background: -ms-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, .78) 50%, rgba(55, 162, 176, .78) 100%);
    background: linear-gradient(to bottom, rgba(55, 162, 176, 0) 0%, rgba(32, 40, 49, .91) 50%, rgba(32, 40, 49, .91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a2b0', endColorstr='#37a2b0', GradientType=0);
    pointer-events: none;
    width: 100%;
    left: 0;
}

.postBox .postD a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    text-shadow: -1px 1px 9px #000;
}

.postBox .col-md-4 {
    max-width: 267px;
    padding: 0;
    margin-bottom: 9px;
}

.postBox .postD h3 {
    font-size: 14px;
    text-align: center;
    padding: 60px 10px 10px 10px;
    position: absolute;
    z-index: 9;
    bottom: 2px;
    background: rgba(55, 162, 176, 0);
    background: -moz-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55, 162, 176, 0)), color-stop(50%, rgba(55, 162, 176, 0.78)), color-stop(100%, rgba(55, 162, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -o-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -ms-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(55, 162, 176, 0) 0%, rgba(32, 40, 49, 0.91) 50%, rgba(32, 40, 49, 0.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a2b0', endColorstr='#37a2b0', GradientType=0);
    pointer-events: none;
    width: 100%;
    left: 0;
}

.postBox .postD h3 a {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px 1px 9px #000;
    line-height: 20px;
}

.postsHomeS .postD time {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 9px;
    background: #222;
    padding: 5px;
    color: #fff;
}

.postsHomeS .postD .autor a {
    text-decoration: none;
    font-size: 12px;
    color: #202831;
}

.postsHomeS .categoria a {
    background: #202831;
    font-size: 12px;
}

.primeirosPosts {
    position: relative;
}

#categories-2 {
    margin-top: 10px;
}

.verTodos {
    background: #111;
    border: 1px solid #777;
    font-size: 14px;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    position: absolute;
    right: 6px;
    top: 17.5px;
}

.colOne {
    padding-right: 11px;
}

.verTodos a {
    color: #fff;
    text-decoration: none;
}


.intro .fcol img {
    width: 100%;
}

.colPLinhas img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #202831;
}

.colPLinhas a {
    width: 120px;
    display: block;
    text-decoration: none;
}

.colPLinhas .postD {
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.colPLinhas .postD:last-child {
    border-bottom: 0;
}

.colPLinhas .postD h3 {
    width: 135px;
    margin-left: 11px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #202831;
    line-height: 17px;
}

.colPLinhas .col-md-12 {
    padding-left: 0;
}

.postBox {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    position: relative;
}

.postBox .postD {
    position: relative;
}

.postBox .row {
    margin: 0;
    justify-content: space-between;
}

.SegundosPosts {
    position: relative;
}

.SegundosPosts .verTodos {
    right: 7px;
}

.SegundosPosts .colOne img {
    width: 100%;
    height: 259px;
    object-fit: cover;
    border: 3px solid #202831;
}

.SegundosPosts .postD {
    position: relative;
}

.SegundosPosts .colOne h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(55, 162, 176, 0);
    background: -moz-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55, 162, 176, 0)), color-stop(50%, rgba(55, 162, 176, 0.78)), color-stop(100%, rgba(55, 162, 176, 1)));
    background: -webkit-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -o-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: -ms-linear-gradient(top, rgba(55, 162, 176, 0) 0%, rgba(55, 162, 176, 0.78) 50%, rgba(55, 162, 176, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(55, 162, 176, 0) 0%, rgba(32, 40, 49, 0.91) 50%, rgba(32, 40, 49, 0.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a2b0', endColorstr='#37a2b0', GradientType=0);
    padding: 41px 11px 11px 11px;
    line-height: 20px;

}

.SegundosPosts .colOne h3 a {
    color: #fff;
    text-decoration: none;
}

.diferenciais {
    background: #202831;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.diferenciais h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif;
}

.diferenciais .dashicons {
    font-size: 48px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.diferenciais .introTitle p {
    line-height: 22px;
    margin-bottom: 30px;
}

.diferenciais .dif {
    font-family: 'Helvetica', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.diferenciais .desc {
    line-height: 24px;
    margin-bottom: 30px;
    color: #eee;
}

#footer {
    background: #eee;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 30px 0 0;
}

#footer .row {
    padding-bottom: 30px;
}

#footer .row ul li a {
    color: #555;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

#copyright {
    background: #202831;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 13px;
    font-size: 14px;
}

#copyright a {
    color: #ccc;
    text-decoration: none;
}

#footer .row p {
    font-weight: bold;
    color: #202831;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.livrosHome {
    padding: 30px;
    background: #eee;
}

.livrosHome .container {
    background: #fff;
    padding: 30px;
}

.livrosHome p {
    text-align: center;
    margin-bottom: 30px;
}

.livrosHome article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 22px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.livrosHome article h4 {
    margin-top: 7px;
}

.livrosHome h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
}

.livrosHome img {
    height: 150px;
    border: 3px solid #fff;
    object-fit: cover;
}

.instrumentosHome img {
    height: 312px;
    border: 0;
    object-fit: cover;
}

.instrumentosHome article {
    padding: 18px;
}


#menu-menu-principal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

footer span {
    font-size: 14px;
    color: #555;
}

#menu-menu-principal li:hover ul {
    display: block;
    position: absolute;
    background: #202831;
    width: 150px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination a {
    background: #202831;
    padding: 15px 30px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 267px;
    text-align: center;
    margin: 20px auto;
}