* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.bg {
    font-family: 'Dosis', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

ul,
li,
p,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
    {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

h2 {
    font-weight: 600;
    font-size: 30px;
}

h3 {
    font-weight: 600;
    font-size: 22px;
}

h4 {
    font-weight: 600;
    font-size: 30px;
}

.chamada {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}


/*-------------------------------------------------*/
/*--------------------Home------------------------*/
/*-----------------------------------------------*/

.home {
    height: 75vh;
    width: 100% !important;
    background-image: url(../images/1.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.top-bar {
    padding: 3% 10%;
}

.logo {}

.logo a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
}

.logo a span {
    color: #FFEB3B;
    display: inline-block;
    font-size: 40px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.home-content {
    padding: 5% 10%;
    padding-top: 13vh;
}

.home-content h1 {
    font-size: 8vw;
    color: #ffffff;
    font-weight: 900;
}

.home-content h1 span {
    color: #FFEB3B;
}

.home-content h2 {
    font-size: 48px;
    color: #fff;
}

.home-content h4 {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    width: 60%;
    line-height: 35px;
}

.home-content a i {
    display: inline-block;
    text-align: right;
}

.profile-pendrive img {
    width: 100%;
}

.profile-pendrive {
    display: block;
}

.profile-pendrive-mobile {
    display: none;
}

/*-------------------------------------------------*/
/*--------------------About-----------------------*/
/*-----------------------------------------------*/

.about {
    background-color: #fecc00;
    background: url(../images/bg_yellow.png) #fecc00;
    background-position: top;
    background-repeat: repeat-x;
}

.about .chamada {
    color: #8b227d;
}

.about-profile h1 {
    font-size: 70px;
    font-weight: 900;
    margin: 0;
}

.about-profile h1 span {
    color: #FFEB3B;
}

.about-profile h4 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #222;
}

.about-profile h4 span {
    line-height: 32px;
}

.about-profile p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    font-weight: 400;
}

ul.sos {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

ul.sos li {
    list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #FFEB3B;
    border-radius: 100%;
    margin-right: 10px;
}

ul.sos li a {
    display: block;
    text-align: center;
    color: #222;
}

ul.sos li a i {
    display: inline-block;
    padding-top: 26%;
}

/* Pendrive */
.pendrive {
    background-image: url(../images/bg_yellow.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}

.musicas {
    background-image: url(../images/roxo.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 50px;
}

/*-------------------------------------------------*/
/*--------------------Musicas-----------------------*/
/*----------------------------------------------*/

.musicas h4 {
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #222;
}

.musicas {
    background: url(../images/roxo.png) #892d88;
    background-position: top;
    background-repeat: repeat;
}

.musicas h1 {
    font-size: 70px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
    margin: 0;
}

.musicas h1 span {
    color: #FFEB3B;
}

.musicas h2 {
    color: #fecc00;
}

.musicas h4 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #fecc00;
}

.musicas-details {
    padding: 5%;
}

.musicas-details h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.musicas-details > a {
    float: right;
    font-size: 25px;
}

.musicas-details p {
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
    padding-top: 3px;
}

.musicas .ui-accordion .ui-accordion-header {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}

.musicas .ui-accordion .ui-accordion-content {
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
}

.musicas .ui-accordion .ui-accordion-content audio {
    width: 100%;
}

#accordion ol li {
    float: left;
}

.track {
    margin-bottom: 30px;
}


.musicas .ui-accordion-content {
    height: auto;
}

#btn-scroll {
    color: #8b227d;
}


.nome-track {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}

.interprete {
    font-size: 15px;
    font-style: italic;
}

/*-------------------------------------------------*/
/*--------------------Contact---------------------*/
/*-----------------------------------------------*/

.contact {
    background-color: #fff;
    padding-right: 10%;
}

.contact-container {}

.img-container {}

.form {
    padding: 10%;
    padding-right: 0;
}

.form h1 {
    font-size: 70px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
    margin: 0;
}

.form h1 span {
    color: #FFEB3B;
}

.form h4 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    color: #222;
    width: 70%;
}

.form input,
.form textarea {
    display: block;
    padding: 2.5vh;
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    border: solid 1.2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.form textarea {
    resize: none;
}

.form input:focus,
.form textarea:focus {
    outline: none;
}

.form button {
    padding: 10px 40px;
    background-color: #FFEB3B;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
}

/*-------------------------------------------------*/
/*--------------------Footer----------------------*/
/*-----------------------------------------------*/

.footer {
    padding-bottom: 8%;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    height: 100%;
    background: url(../images/floor.png) #34558C;
    background-position: bottom;
    background-repeat: repeat-x;
}

.footer .logo {
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
}

.footer img {
    margin: 0 auto;
    display: block;
    width: 20%;
}

.footer h4 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    text-align: center;
    padding: 5px 23%;
    font-weight: 400;
}

.footer ul {
    clear: both;
    text-align: center;
    padding-bottom: 5%;
}

.footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 7px;
    font-size: 16px;
}

hr {
    opacity: 0.4;
}

.smed {
    float: right;
    width:17%;
  
}

.nossarede {
    float: right;
    width: 14%;
    margin: 0 35px;
}

.pracatum {
    float: right;
    width: 4.5%;
}

/* Player criado */


.ssaplayer {
    color: #fecc00;
    border: 1px solid #4b1849;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #601f5d;
    z-index: 999;
}

.ssaplayer h2 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fecc00;
}

.ssaplayer-titulo {
    margin-bottom: 10px;
}

.ssaplayer-btn {
    margin-bottom: 15px;
}

.ssaplayer-tempo {
    margin-bottom: 15px;
}

.btn-yellow {
    background-color: #fecc00;
    color: #fff;
}

.ui-accordion .ui-accordion-content {
    padding: 2.2em;
}

.item-musica {
    margin-bottom: 30px;
}

.ssaplayer-btn span {
    margin-left: 5px;
}

/*- --- - - -- - - - - - */
.ui-icon.iconOpen {
    background: url('') no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.ui-icon.iconClosed {
    background: url('../images/fechar.png') no-repeat -5px;
    background-size: 30px;
    width: 20px;
    height: 20px;
}

.aba1 span,
.aba2 span,
.aba3 span,
.aba4 span,
.aba5 span {
    margin-right: 10px;
}

#accordion .aba1 .span {
    font-size: 300%;
}

.sumir{
    display: none;
}

.aparecer{
    display: block;
}

.escolarizacao span{
    display: none;
}

@media only screen and (max-width: 1200px) {
    .home {
        background-image: url(../images/salvador470_banner_mobile.png);
        background-position: center;
    }

    .profile-pendrive {
        display: none;
    }

    .profile-pendrive img {
        width: 100%;
    }

    .profile-pendrive-mobile {
        display: block;
    }

    .profile-pendrive-mobile img {
        width: 97%;
    }

    .smed {
        float: right;
        width: 41%;
    }

    .nossarede {
        float: right;
        width: 30%;
        margin: 0 35px;
    }

    .pracatum {
        float: right;
        width: 9%;
    }

    .top-bar {
        padding: 5% 10%;
    }

    .footer {
        padding-bottom: 16%;
    }

    .footer img {
        width: 45%;
    }

    .chamada {
        font-size: 46px;
    }
    
    .msg article{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .about {
        background-color: #fecc00;
        background-position: top;
    }

    .logo {
        display: none;
    }

    .home-content {
        padding: 0 10%;
        padding-top: 15%;
    }

    .home-content h1 {
        font-size: 18vw;
    }

    .home-content h2 {
        font-size: 10vw;
    }

    .chamada {
        font-size: 26px;
    }

    .musicas h4 {
        font-size: 22px;
    }

    .footer {
        padding-bottom: 30%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
        height: 100%;
        background: url(../images/floor.png) #34558C;
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .home {
        background-image: url(../images/salvador470_banner_mobile.png);
        background-position: center;
    }

    .home .logo {
        display: none;
    }

    .footer img {
        width: 98%;
    }

    .profile-pendrive {
        display: none;
    }

    .profile-pendrive-mobile {
        display: block;
    }

    .profile-pendrive-mobile img {
        width: 97%;
    }

    .ssaplayer-btn span {
        display: none;
    }

    .ssaplayer {
        margin-bottom: 0;
    }

    .chamada {
        font-size: 30px;
    }
    
    #geralmusica-player-sticky-wrapper{
        height: auto !important;
        position: relative;
        z-index: 999;        
    }
}