
/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");


@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


:root {
    --bg-body: #dff9fb;
    --bg-nav: #220455;
    --color-nav:#644c89;
    --color-nav-hover:#dff9fb;
    --color-nav-active:#fff;
}



body { margin: 0 auto; background-color: #f9f9f9; font-family: Roboto, sans-serif; font-size: 16px; color: #18161F;}
body a:link { text-decoration: none; color: #18161F;}
body a:visited { color: #18161F;}
body a:hover { color: #18161F;}
body a:active { color: #18161F;}
body h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; line-height: 1.5; font-family: Roboto, sans-serif;}
body h1, h2 { font-family: Roboto, sans-serif;}
body img { border: 0;}
body input { font-family: Roboto, sans-serif; font-size: 1em; color: #18161F; border: 0; outline: 0;}
body select { font-family: Roboto, sans-serif; font-size: 1em; color: #18161F; border: 0; outline: 0;}
body textarea { font-family: Roboto, sans-serif; font-size: 1em; color: #18161F; border: 0; outline: 0;}

body .pointer { cursor: pointer;}
body .sombra { -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}
body .tempo { -webkit-transition: 0.4s ease-in; -moz-transition: 0.4s ease-in; -o-transition: 0.4s ease-in; transition: 0.4s ease-in;}
body .circulo { -webkit-border-radius: 1000px;-moz-border-radius: 1000px; border-radius: 1000px;}
body .none { display: none;}

header { position: fixed; width: 100%; top: 0; left: 0; z-index: 20; padding: 6px 0 7px;background: linear-gradient(90deg, rgba(22,15,48,1) 0%, rgba(0,57,112,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#160f30",endColorstr="#003970",GradientType=1);}
header .logo { float: left; margin: 0 0 0 2%; font-size: 0;}

header .chave { position: absolute; width: 40px; height: 40px; top: 20px; left: 2%; z-index: 1; display: none;}
header .chave .ico { float: left; width: 40px; height: 40px; background-position: 50%; background-repeat: no-repeat;}
header .chave .ico.abre { background-image: url(../imagens/abre.png);}
.nav__icon.fechaMob, .nav__icon.fechaa {display: none;}



header .busca { float: left; margin: 5px 0 0 3%;width: 32%;}
header .busca .esbus { float: left; width: 100%; background-color: #FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 25px;}
header .busca .esbus .campo { float: left; width: 86%; height: 40px; padding: 0 5px 0 15px; background-color: transparent; border-radius:25px;font-size: 14px;}
header .busca .esbus .botao { float: left; width: 40px; height: 40px; background-color: transparent; background-image: url("../imagens/busca.png"); background-position: 50%; background-repeat: no-repeat; cursor: pointer;}

header .busca .resultado { display: none; float: left; width: 100%; position: relative; z-index: 10;}
header .busca .resultado .conteudo {     position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-family: Open Sans, sans-serif;}
header .busca .resultado .fechar { position: absolute; width: 24px; padding: 12px 0; top: 8px; right: 8px; background-color: #CC0000; text-align: center; font-weight: bold; color: #FFFFFF; line-height: 0;}
header .busca .resultado .fechar:hover { background-color: #AA0000;}
header .busca .resultado .ajax { float: left; width: 100%;}
header .busca .resultado .nomesi { float: left; width: 100%; margin: 11px 0 0; border-bottom: 2px solid #2EB2FF; text-transform: uppercase; font-weight: bold; font-size: 0.9em;}

header .busca .resultado .item { display: flex; align-items: center; float: left; width: 100%;padding: 4px 4px 4px; margin: 4px 0 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
header .busca .resultado .item:hover {
    background-color: #b6ddee;
    border-radius: 4px;
}
header .busca .resultado .item img { float: left; width: 45px; height: 45px; margin: 0 7px 0 0;border-radius:10%}
header .busca .resultado .item.busc_artis img { float: left; width: 45px; height: 45px; margin: 0 7px 0 0;border-radius:50%}
header .busca .resultado .item h2 {     float: left;
    width: 100%;
    line-height: 1;
    font-weight: 600;
    color: #000;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    margin-left: 15px;
    max-width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: pre-line;
    font-size: 13px;
    font-family: Roboto, sans-serif;}
header .busca .resultado .item.bb { border-bottom: 1px solid #CCCCCC;}


header .busca .resultado .todos { float: left; width: 100%; padding: 3px 0; margin: 11px 0 0; text-align: center; font-size: 0.9em; opacity: 0.8; cursor: pointer;}
header .busca .resultado .nenhum { float: left; width: 100%; margin: 11px 0; text-align: center; font-size: 0.9em; opacity: 0.8;}



header .menu { float: left; margin: 5px 0 0 1%;}

header .menu .link {float: left;padding: 13px 15px 12px;margin: 0 6px;
background-color: rgb(46 178 255 / 22%); text-transform: uppercase;
color: #FFF; background-position: 50%;background-repeat: no-repeat;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 5px;font-size: 15px;font-weight: bolder;font-family: Open Sans,sans-serif!important;}
header .menu .link.home { width: 30px; height: 43px; padding: 0; background-image: url(../imagens/home.png);}

header .menu .link.ativo { background-color: #2EB2FF;color: #fff;}
header .menu .link:hover {background-color: #fff;color: #2EB2FF;}
header .menu .submenu { float: left; position: relative; z-index: 5;}
header .menu .submenu .link { position: relative; z-index: 2; cursor: pointer;}
header .menu .submenu .link.fecha { background-color: #2EB2FF; color: #fff; display: none;}
header .menu .submenu .opcoes {position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 68px;
    display: none;}
    
    .estilosmusi {
    opacity: 1;
    transition: opacity .1s 0s, visibility 0s 0s;
    visibility: visible;
    -webkit-box-orient: vertical;
    padding: 20px;
    width: 624px;
    z-index: 4;
    background: aliceblue;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 6px 6px;
}
    
header .menu .submenu .opcoes a { float: left; width: 22%;
    margin: 4px 4px; padding: 12px 5% 10px; background-color: #FFFFFF; border-bottom: 1px solid #1D3746; font-size: 0.9em;font-weight: 600; color: #000000;}
header .menu .submenu .opcoes a.um { -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px;}
header .menu .submenu .opcoes a.ultimo { border-bottom: 0; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;}
header .menu .submenu .opcoes a:hover { background-color: #2EB2FF; color: #FFFFFF;}
header .menu .submenu:hover .link {    background-color: #2EB2FF;color: #fff;}

header .anuncie { float: right; padding: 10px 15px 8px; margin: 5px 2% 0 0; background-color: #FFFFFF; text-transform: uppercase; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
header .anuncie.ativo { background-color: #2EB2FF; color: #000000 !important;}
header .anuncie:hover { background-color: #2EB2FF; color: #fff !important;}

footer { float: left; width: 100%; position: relative; z-index: 1;}
footer .copyright { float: left; width: 90%; padding: 25px 5% 70px; background-color: #2EB2FF; position: relative; z-index: 1;}
footer .copyright h4 { float: left; width: 100%; text-align: center; font-size: 1em; color: #000000;}

body .loader { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 300; background-color: rgb(90 90 90 / 50%);}
body .loader .ico { position: absolute; width: 30px; height: 30px; top: 50%; left: 50%; margin: -20px 0 0 -20px; border: 10px solid rgb(250 250 250); border-top-color: rgb(14 23 30); border-bottom-color: rgb(14 23 30); -webkit-animation: rotacao 1s infinite; -moz-animation: rotacao 1s infinite; animation: rotacao 1s infinite;}

@keyframes rotacao{
  to{
    transform: rotate(1turn);
  }
}

@media(max-width: 767px){
  footer .copyright { padding: 25px 5% 140px;}
}



.chave { position: absolute; width: 40px; height: 40px; top: 20px; left: 2%; z-index: 1; display: none;}
.ico { float: left; width: 40px; height: 40px; background-position: 50%; background-repeat: no-repeat;}

.fotback{
        padding: 1.2em 0;
    border-top: 1px solid #cccccc;
    display: flex;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(22, 15, 48, 1) 0%, rgba(0, 57, 112, 1) 100%);
}

.fotpart{
    margin: 0 auto;
    padding: 6px 12px;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.partess{
       position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1px solid #3aa4cf;
    float: left;
}

.partesscolor{
    display: block;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff !important;
}

.partess ul{
margin: 0;
    padding: 0;
    list-style: none;
}

.partess ul li a {
    color: #cfecf8;
    font-size: 13px;
        padding: 6px 0;
    display: inline-block;
}



.partcen{
   position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1px solid #3aa4cf;
    float: left;
}

.partcen ul{
margin: 0;
    padding: 0;
    list-style: none;
}
.partcen ul li a {
    color: #cfecf8;
    font-size: 13px;
    padding: 6px 0;
    display: inline-block;
}


.partdir{
   position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1px solid #3aa4cf;
    float: left;
}


.partdir a{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 11px 15px;
    margin-right: 8px;
    border-radius: 5px;
    vertical-align: top;
}
.partdir img{
    width:16px;
    height:16px;
}

.partdir .parfacebook{
background: #4460a0;
    color: #fff;
}
.parfacebook:hover{background:#4e74d7}

.partdir .parinstagram{
background: #f00075;
    color: #fff;
}
.parinstagram:hover{background:#c40060}

.partdir .paryoutube{
background: #d50000;
    color: #fff;
}
.paryoutube:hover{background:#f44336}

.partdir .partwitter{
background: #00aaec;
    color: #fff;
}
.partwitter:hover{background:#1fc0ff}


.partanun{
   position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 22px;
    border-left: 1px solid #3aa4cf;
    float: right;
}

.partanun p{
    width:100%;
    font-size: 13px;
}

.partanun ul{
margin: 0;
    padding: 0;
    list-style: none;
}
.partanun li a{
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #c30;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.pageajuda{
   width: 70%;
    margin: 30px 15% 20px;
}

.lopnome{
    
    width: 100%;
    font-weight: bold;
    color: #000000;
    font-family: raleway,segoe ui,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
}

.pageajuda .vv{
    width: 100%;
}


.fas-buscar {width: auto;display: flex;flex-wrap: wrap;align-content: center;align-items: center;justify-content: space-around;margin-bottom: 5px;}


.fas-buscar .virar {height: 30px;padding: 0.5rem;width: 84px;background-color: #0078d1;border: 1px solid #0268b4;color: #fff;}
    .fas-buscar .virar {display: inline-flex;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;position: relative;box-sizing: border-box;outline: 0px;margin: 0px;cursor: pointer;user-select: none;vertical-align: middle;appearance: none;text-decoration: none;font-family:Roboto, sans-serif;line-height: 1.75;letter-spacing: 0.02857em;min-width: 64px;border-radius: 0;border-top-left-radius: 4px;border-top-right-radius: 4px;text-transform: uppercase;    font-size: 12px;
    font-weight: 400;}
    
.fas-buscar .virar:hover { background: #fff;border: 1px solid #2196f3;color: #2196f3;}
.fas-buscar .nun {
    width: 84px;
    text-align: -webkit-center;
    color: #0088ff;
    font-size: 0.7em;
    outline: 1px solid;
    border-radius: 0;
    height: 14px;
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}



:root {
  --header-height: 3rem;

  /*========== Colors ==========*/
  --hue: 174;
  --sat: 63%;

  /*========== Font and typography ==========*/
  --body-font: 'Open Sans', sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --tiny-font-size: .625rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

.nav__menu {
    display:none;
}

@media(max-width: 767px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
    width: 100%;
    height: 4rem;
    padding: 0;
    display: grid;
    align-content: center;
    transition: .4s;
    z-index: 20;
  }


.nav__list, 
.nav__link {
  display: flex;
  list-style:none;
  padding:0;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: var(--title-color);
  font-weight: 600;
}

.nav__list {
  justify-content: space-around;
}

.nav__name {
  font-size: var(--tiny-font-size);
  /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: var(--first-color);
  transition: .3s;
}

/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header {
  box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media(max-width: 320px) {
  .nav__name {
    display: none;
  }
}

/* For medium devices */
@media(min-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}

@media(min-width: 767px) {
  .section {
    padding: 7rem 0 2rem;
  }
  .nav {
    height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
  }
  .nav__img {
    display: none;
  }
  .nav__icon {
    display: none;
  }
  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */ /* Minimalist design, visible labels */
  }
  .nav__link:hover {
    color: var(--first-color);
  }

  /* First design, remove if you choose the minimalist design */
  .active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 4px;
    height: 4px;
    background-color: var(--first-color);
    border-radius: 50%;
  }

  /* Minimalist design */
  /* .active-link::before{
      bottom: -.75rem;
  } */
}

/* For large devices */
@media(min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}



@media(max-width: 1000px){
	header .chave { display: block;}
	.chave { display: block;}

     header .logo { width: 100%; text-align: center; margin: 0;}

     header .busca { width: 100%; margin: 13px 0 0; position: relative; display: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
     header .busca .campo { width: 90%; height: 50px; padding: 1px 5% 0; text-align: center;}
     header .busca .botao { position: absolute; height: 40px; top: 7px; right: 2%;}

     header .menu {
        position: fixed;
        margin: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: 100%;
        background: #fff;
        overflow: auto;
         
         
     }
     header .menu .link {        width: 91%;
        /* padding: 0 0 0 66px; */
        margin: 0 0 1px;
        font-size: 1.2em;
        font-size: 16px;
        line-height: 56px;
        position: relative;
        display: flex;
        color: #000;
        background-color: #735151;}
     header .menu .link.home { width: 100%;display:none;}
     header .menu .submenu { width: 100%;}
     header .menu .submenu .opcoes {        width: 100%;padding: 72px 0 0;
        top: 0;
        position: absolute;}
        
     header .menu .submenu .opcoes a {        width: 82%;
        padding: 12px 0 10px;
        margin: 4px 8px;
        /* background: black; */
        place-self: center;
        text-align-last: center;}
     
     header .menu .submenu .opcoes .estilosmusi{        width: 95%;
        padding: 8px;
        display: grid;
        grid-template-columns: repeat(2, 196px);
        justify-content: center;}

     header .anuncie { position: absolute; top: 20px; right: 2%; margin: 0;}
     
     .fotback{display:none;}
     
     .fotpart{
         padding: 6px 20px;
     }
     
     .partesscolor{
         text-align:center;
         margin-bottom: 10px;
     }
     
     .partess{
         display:none;
     }
     
     .partcen{
        width:100%;
        padding-right: 0;
        padding-left: 0;
        border-left: 0px solid #3aa4cf;
        margin-top: 200px;
     }
     
     .partcen li{
         margin-right: 1px;
    display: initial;
    margin-left: 0px;
     }
     
     .partcen ul li a {
    font-size: 15px;
}
     
     .partdir{
        width:100%;
        padding-right: 0;
        padding-left: 0;
        border-left: 0px solid #3aa4cf;
        margin-top: -285px;
     }
     
     .partdir a{
         width: 19.3%;
        margin-right: 0px;
        display: inline;
        padding: 11px 3px;
     }
     
     .partdir img{
         margin-left: -8px;
     }
     
     .partanun{
        width:100%;
        padding-right: 0;
        padding-left: 0;
        border-left: 0px solid #3aa4cf;
        margin-top: -210px;
     }
     
     .pageajuda{
         width: 95%;
    margin: 0 10px;
     }
     
     .nav{display:block;}
     
    #espacoplay {bottom: 55px !important;display:none;}
    
   .tabperfil .fas-buscar {
    width: 40%;
}

    
}
@media(max-width: 500px){
     header .anuncie { display: none;}
     
     body{margin: 0 !important;
    display: contents;}
     
     header{min-height: 50px;padding: 0; box-shadow: 0 4px 4px 0 rgb(0 0 0 / 24%), 0 0 4px 0 rgb(0 0 0 / 12%) !important;}
     
     header .logo{width: 100%;}
     
     header .logo img {width: 116px;height: 35px;align-items: center;margin: 7px;}
}