* {

    padding: 0;
    margin: 0;
}

@font-face {
  font-family: 'patron-regular';
  src: url('../font/patron-regular-webfont.woff2') format('woff2'),
       url('../font/patron-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
    overflow-x: hidden;
    font-family: 'patron-regular', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {

    list-style: none;
    display: inline-block
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {

    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'patron-regular', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px; 
}
 
/*
div[id^="div-gpt-"]{
        border: 1px solid black;
}*/


/* RESPOSTAS */

#mensagem-sucesso{
  text-align: center;
  margin: 240px 0;
  font-size: 20px;
  color: #DE453B;
}
#message {
  margin: 0 0 0 -250px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 30px 0;
  position: fixed;
  top: 45%;
  left: 50%;
  width: 500px;
  z-index: 9999999;
  border-radius: 10px;
  box-shadow: 0 0 30px #777;
  text-transform: uppercase;
}
#message.error,#message.warn {
  border: 3px solid #E98373;
  background-color: #F5CFC0;
  color: #5E0707;
}
#message.success {
  border: 3px solid #BEE776 !important;
  background-color: #DAF4C1;
  color: #02280A;
}
#message.notice {
  border: 3px solid #F0C36D;
  background-color: #F9EDBE;
  color: #F0C36D;
}

.master-slider{
  padding-top: 70px;
}


/* NAVEGATION */

#logo_png{
  width: 141px;
  margin-top: -4px;
}

#logo_gif{
  width: 141px;
}

.logo_novo{
    margin-top: -14px;
    padding: 11px 0px 0px 25px;
}

.navbar{
    margin-bottom: 0px;
    padding: 5px 0px 10px 0px;
    position: fixed;
    z-index: 900;
    width: 100%;
    border-radius: 0px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar li a{
    font-family: 'patron-regular', sans-serif;
    font-size: 14px;
}

.navbar li:hover{
    background-color: #ededed;
    transition: all 500ms ease-in-out;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
  margin: 0px 41px 0px 0px;
}

.container-fluid{
    padding-bottom: 4px;
    padding-top: 2px;
}

.btn_faca_cadastro {
    display: none;
}

 #triangle-topright {
    width: 11%;
    height: 0%;
    border-top: 73px solid #fff;
    border-left: 119px solid transparent;
    position: absolute;
    top: -4px;
    right: -2px;
    }

.user{
    font-size: 20px;
    position: absolute;
    color: #fff;
    margin: -57px 0px 0px -33px;
    cursor: pointer;

}

.modal-open {
    overflow: overlay;
}

  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 440px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

        
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0px;
    border: none;
  }

  .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }

.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    margin-left: 21px;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
  outline: 0;
}

/* ----- CADASTRO ----- */

.arrow h3 {
  color: #242eb4;
    font-size: 16px;
    font-weight: 900;
    margin: 20px 0px 0px 0px;
    padding: 3px 0px 0px 2px;
}

.button {
    position: relative;
    height: 60px;
    width: 200px;
    border-radius: 0px;
    text-align: center;
    margin: -68px 0px 0px -89px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.submit,
.arrow {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.submit {
  text-transform: uppercase;
  margin: 0px 5px 6px 42px;
}

.arrow {
    position: relative;
    top: 0px;
    opacity: 0;
    margin-left: 30px;
}

.arrow h3 a{
    color: #242eb4;
}

.line {
  height: 3px;
  width: 20px;
  border-radius: 0px;
  background: #fff;
}

#mensagem-sucesso{
  text-align: center;
  margin: 240px 0;
  font-size: 20px;
  color: #DE453B;
}
#message {
  margin: 0 0 0 -250px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 30px 0;
  position: fixed;
  top: 45%;
  left: 50%;
  width: 500px;
  z-index: 9999999;
  border-radius: 10px;
  box-shadow: 0 0 30px #777;
  text-transform: uppercase;
}

#message.error, #message.warn {
    border: 2px solid #242eb4 !important;
    background-color: #fff;
    color: #242eb4;
    border-radius: 0px;
}

#message.success {
    border: 2px solid #242eb4 !important;
    background-color: #fff;
    color: #242eb4;
    border-radius: 0px;
}

#message.notice {
  border: 3px solid #F0C36D;
  background-color: #F9EDBE; 
  color: #F0C36D;
}

.bottom {
  margin-top: 10px;
}

.instructions {
  text-align: center;
  margin: 20px auto;
}

ul.alfabeto{
  float: left!important;
}

.button:active {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}

.button.hover .submit {
  -webkit-transform: translateX(-90px);
  -moz-transform: translateX(-90px);
  transform: translateX(-90px);
  opacity: 1; 
}

.button.hover .arrow {
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  transform: translateX(-70px);
  opacity: 1;
}

.button.active .arrow {
  opacity: 1;

}

.button.active .top {
  width: 34px;
}

.button.active .bottom {
  margin: 14px 0 0 12px;
}

.user {
    font-size: 20px;
    position: absolute;
    color: #242eb4;
    margin: -13px 0px 0px -18px;
    cursor: pointer;
}

.modal-header-login, h5, .close {
    background-color: #242eb4;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-footer {
    background-color: #fff;
  }

.btn_entrar{
  color: #fff;
  background-color: #242eb4;
  border-color: #242eb4;
  transition: all 500ms ease-in-out;
  border-radius: 0px;
}

.btn_entrar:hover{
  color: #fff;
  background-color: #2639cf;
  border-color: #2639cf;
  transition: all 500ms ease-in-out;
}

.btn_cadastrar{
  color: #fff;
  background-color: #242eb4;
  border-color: #242eb4;
  transition: all 500ms ease-in-out;
  border-radius: 0px;
  margin-bottom: 80px;
}

.btn_cadastrar:hover{
  color: #fff;
  background-color: #2639cf;
  border-color: #2639cf;
  transition: all 500ms ease-in-out;
  margin-bottom: 80px;
}

.titulo_login{
  margin: 0px 10px 0px 0px;
}

.titulo_cadastro{
  margin: 0px 10px 0px 0px;
}

.icon_space{
  margin: 0px 10px 0px 0px;
}

.usersenha{
  margin: 0px 10px 0px 0px;
}

.usereditar{
  margin: 0px 10px 0px 0px;
}

.btnentrar{
  margin: 0px 10px 0px 0px;
}

.button_cadastro {
  margin-top: 6px;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
    width: 100%;
    padding: 7px;
    border-radius: 0px;
}

.button_cadastro:hover {
  margin-top: 6px;
    color: #fff;
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
    width: 100%;
    padding: 7px;
    border-radius: 0px;
}



/* HEADER */

.header{
    height: 656px;
    width: 100%;
    padding: 30px 0 30px;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover!important;
    -moz-background-size: cover!important;
    
    position: relative;
}


.texto_destaque{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    font-family: 'patron-regular', sans-serif;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0, 0, 0, 0.9));
}

.texto_destaque h1{
  margin-top: 40px;
}






.ms-nav-next, .ms-nav-prev {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0px;
  margin: auto;
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  background: url(http://prague-camp.ru/theme/prague-camp/images/split.png) no-repeat,#aaa;
  -webkit-box-shadow: 3px 1px 0 rgba(0,0,0,0.15), -1px 3px 0 rgba(0,0,0,0.15);
  box-shadow: 3px 1px 0 rgba(0,0,0,0.15), -1px 3px 0 rgba(0,0,0,0.15);
  cursor: pointer;
  outline: none;
  opacity: 0.7!important;
}

.ms-nav-next{
  right: 0px;
  background-position: -320px -20px;
  opacity: 0.7;
}
.ms-nav-prev{
  left: 0px;
  background-position: -220px -20px;
  opacity: 0.7;
}

/* PLAYLIST */


canvas{
    max-width: none!important; 
}





#awp-wrapper{
  position: relative;
  width: 59%;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  height: 700px;
}

.awp-player-holder{
  position:relative;
  width:100%; 
  height:75px;
  margin-top: 35px;
  bottom:0px;
  background: #ededed;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.awp-icon-color{
  color:#555 !important;
  -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-icon-rollover-color{
  color:#fff !important;
  -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; 
}
.awp-contr-btn-i{
  position:relative;
  top:0px;
  left:0px;
  width:50px; 
  height:100%;
  text-align: center;
  display: inline-block;
  font-size: 16px!important;
  line-height: 75px!important;
}
.awp-contr-btn-vol-i{
  font-size: 18px!important;
}
.awp-playback-toggle{
  position:absolute;
  width:50px; 
  height:100%;
  left:0px;
}
.awp-prev-toggle{
  position:absolute;
  width:50px; 
  height:100%;
  left:50px;
}
.awp-next-toggle{
  position:absolute;
  width:50px; 
  height:100%;
  left:100px;
}
.awp-media-time-current{
  position:absolute;
  width:60px; 
  height:100%;
  left:150px;
  color:#666;
  text-align: center;
  line-height: 75px;
  font-size: 14px;
  margin:0;
  padding: 0;
}

.awp-waveform-wrap {
    position:absolute;
  height:100%;
  left:210px;
  right:210px;
}
.awp-waveform-preloader{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#333;
  font-size: 18px;
  pointer-events:none;
  opacity: 0;
}

.awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events:none;
}
.awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-progress-wrap{
  position: absolute;
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #0000ff;
}
.awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-load img,
.awp-waveform-img-progress img{
    display: block;
    width: 100%;
    height: 100%;
}

.awp-media-time-total{
  position:absolute;
  width:60px; 
  height:100%;
  right:150px;
  color:#666;
  text-align: center;
  line-height: 75px;
  font-size: 14px;
  margin:0;
  padding: 0;
}
.awp-info-toggle{
  position:absolute;
  width:50px; 
  height:100%;
  right:100px;
  cursor: pointer;
}
.awp-playlist-toggle{
  position:absolute;
  width:50px; 
  height:100%;
  right:50px;
}
.awp-volume-wrapper{
  position:absolute;
  width:50px; 
  height:100%;
  right:0px;
}
.awp-volume-seekbar{
  position:absolute;
  top:-80px;
  left:0px;
  width:50px;
  height:80px;
  display:none;
  cursor: pointer;
  touch-action: none;
  background:#ededed !important;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.awp-volume-wrapper:hover .awp-volume-seekbar{
  display: block;
}
.awp-volume-bg{
  position:absolute;
  width:2px;
  height:60px;
  background:#777;
  left:24px;
  bottom:10px;
}
.awp-volume-level{
  position:absolute;
  width:2px;
  height:60px;
  background:#fff;
  left:24px;
  bottom:10px;
}
.awp-volume-seekbar-shadow-hider{
  position:absolute;
  width:50px;
  height:10px;
  background:#ededed;
  left:0px;
  bottom:-5px;
  pointer-events:none;
}


.awp-info-bar{
  position: fixed;
  left: 50%;
  top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  max-width:400px;
  width:100%;
  background:#ededed;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  z-index:50;
  padding:20px 20px 10px 20px;
  display: none;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
}
.awp-info-data{
  max-height: 300px;
}
.awp-player-title{
  color:#111;
  margin:0;
  margin-right: 20px;
  margin-bottom: 10px;
  padding:0;
}
.awp-player-desc{
  color:#111;
  margin:0;
  margin-right: 20px;
  margin-bottom: 10px;
  padding:0;
  overflow: hidden;
  max-height: 150px;
   display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
.awp-share-holder{
  height:30px;
}
.awp-share-item{
  position:relative;
  bottom:0px;
  left:0px;
  width:25px;
  height:30px;
  margin-right:5px;
  text-align: center;
  float: left;
}
.awp-sr-bar-i{
  display: inline-block;
  font-size: 15px!important;
  line-height: 30px!important;
}
.awp-info-close{
  position: absolute;
  right:-10px;
  top:-10px;
  cursor: pointer;
}




#awp-playlist-list{
  display:none;
}
.awp-playlist-holder{
  position:relative;
  left:0px;
  width:100%;
  overflow:hidden;
  height:80%;
  height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    background: #fff;
}
.awp-playlist-inner{
  height:90%;
  height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
 /* margin:20px; */ 
}
.awp-playlist-item{
  position: relative;
  top:0px;
  left:0px;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.awp-playlist-item > a {
    border: 0;
}
.awp-playlist-item:last-child {  
  margin-bottom:0px!important;
  border-bottom:0px!important;
}
.awp-playlist-non-selected {
  color:#444;
  float:left;
  width: 100%;
  text-decoration: none; 
  overflow: hidden;
}
.awp-playlist-selected {
  color:#232db4;
  float:left;
  width: 100%;
  text-decoration: none; 
  overflow: hidden;
}
.awp-playlist-thumb{
  position:relative;
  width:70px;
  height:70px;
  float:left;
  background:#222;
  overflow:hidden;
  z-index: 1;
  -webkit-transform: translateZ(0);/*safari win*/
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);/*safari win*/
}
.awp-playlist-thumb img{
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  width:100%;
  height:100%;
}
.awp-playlist-title{
  font-size:16px;
  position: relative;
  left: 15px;
  height: 70px;
    display: table-cell;
    vertical-align: middle;
  color:inherit;
}


.awp-preloader{
    position: relative;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.awp-preloader span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#baacf1;
    position:absolute;
    animation: awp_preloader 1.5s  infinite ease-in-out;
}
.awp-preloader span:nth-child(2){
  left:11px;
  animation-delay: .2s;
}
.awp-preloader span:nth-child(3){
  left:22px;
  animation-delay: .4s;
}
.awp-preloader span:nth-child(4){
  left:33px;
  animation-delay: .6s;
}
.awp-preloader span:nth-child(5){
  left:44px;
  animation-delay: .8s;
}
@keyframes awp_preloader {
    0% {height:5px;transform:translateY(0px);}
    25% {height:30px;transform:translateY(15px);}
    50% {height:5px;transform:translateY(0px);}
    100% {height:5px;transform:translateY(0px);}
}



.awp-tooltip{
  position:absolute;
  background: #555;
  color:#fff!important;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  text-align:center;
  z-index:10000;
  pointer-events:none;
}
.awp-tooltip p {
  width:inherit;
  font-size:12px!important;
  margin:0 5px !important;
  padding:0 !important;
  line-height:20px !important;
  white-space:nowrap;
  color:inherit;
}
.awp-tooltip-num{
  direction: ltr !important;
}



.awp-hidden {
  opacity: 0; 
  filter: alpha(opacity=0); 
}
.awp-visible {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}


/* scroll */
.awp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}




@media only screen and (max-width: 600px) {
  .awp-media-time-total, .awp-media-time-current{
    display: none;
  }
  .awp-waveform-wrap{
    left:150px;
    right:150px;
  }
}
@media only screen and (max-width: 500px) {
  .awp-prev-toggle, .awp-next-toggle{
    display: none;
  }
  .awp-waveform-wrap{
    left:50px;
  }
}



.awp-playlist-toggle{
  display: none;
}



.titulo_playlist{
    font-size: 25px;
    text-align: center;
    margin-bottom: 23px;
    margin-top: 30px;
}


.slider-wr {
  width: 60%;
  padding: 0 8px;
  margin: 20px auto;
  box-sizing: border-box;
}
.slide {
  padding: 0 8px;
  box-sizing: border-box;
}
.playlist .slide img {
  max-width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: all 1s ease-out;
  opacity: 0.5;
}

.slick-slide img{
    display: block;
    border-radius: 0px;
}

.slide.slick-center img {
  transform: scale(1.1);
  transition: all 1s ease-out;
  opacity: 1;
}
.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 0px;
    margin: auto;
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    background: url(http://prague-camp.ru/theme/prague-camp/images/split.png) no-repeat,#aaa;
    -webkit-box-shadow: 3px 1px 0 rgba(0,0,0,0.15), -1px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 3px 1px 0 rgba(0,0,0,0.15), -1px 3px 0 rgba(0,0,0,0.15);
    cursor: pointer;
    outline: none;
}
.slick-prev {
    left: 0px;
    background-position: -220px -20px;
    opacity: 0.7;
}
.slick-next {
    right: 0px;
    background-position: -320px -20px;
    opacity: 0.7;
}

.ms-wk .ms-slide {
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  -moz-background-size: cover!important;
}


/* REDES SOCIAIS */

.titulo_redes_sociais{
    font-size: 25px;
    text-align: center;
    margin-bottom: 33px;
    margin-top: 30px;
}

.icon_redes_sociais {
    text-align: center;
    margin-bottom: 25px;
}

.fa-facebook{
    font-size: 60px;
    margin: 0px 25px 0px 0px;
    color: #242eb4;
}

.fa-instagram{
    font-size: 60px;
    margin: 0px 25px 0px 0px;
    color: #242eb4;
} 

.fa-youtube{
    font-size: 60px;
    margin: 0px 25px 0px 0px;
    color: #242eb4;
}

.fa-spotify{
    font-size: 60px;
    margin: 0px 0px 0px 0px;
    color: #242eb4;
}

/* ALPHA 1O */

.titulo_alpha10{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.alpha10{
    text-align: center;
    margin-top: 20px;
}

.alpha10 img{
    border-radius: 0px;
    width: 160px;
    height: 133px;

}

.alpha10 h4{
    margin-top: 10px;
}

.alpha10 span{
    font-size: 15px;
    color: #9d9d9c;
    text-transform: capitalize;
}

.item-alpha10{
    display: block;
    position: relative;
    margin-bottom: 20px;
    height: 210px;
}
.item-alpha10 p{ 
  font-size: 15px;
    color: #9d9d9c;
    text-transform: initial;
    font-weight: 700;
}
.ranking{
    background: #242eb4;
    border-radius: 0px;
    position: absolute;
    top: 5px;
    left: 21px;
    width: 35px;
    height: 33px;
}

.item-alpha10 .posicao{
    font-family: 'patron-regular', sans-serif;
    color: #fff;
    font-weight: 900;
}

.ranking > .posicao{
    position: relative;
    top: 5px;
}

.btn_player{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 70px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
}

.fa-play-circle{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 70px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
}

.fa-pause-circle{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 70px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
}

.item-alpha10 i {
  font-size: 50px;
  color: white;
  line-height: 50px;
  padding: 15px 0px 0px 0px;
}

.item-alpha10 a {
  border-radius: 0px;
  padding: 0px 12px 0px 12px;
  margin: -60px 0px 0px 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.slide_alpha10_mobile{
    padding: 0;
    margin: 0;
}

.slide_alpha10_mobile img{
    width: 95%;
}


/* MODAL */

.modal-footer {
    padding: 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.img-thumbnail {
    width: 255px!important;
    height: 222px!important;
    display: inline-block;
    max-width: 255px!important;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.descricao_modal h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 22px;
    margin-top: 4px;
}

.descricao_modal p{
    font-family: 'patron-regular', sans-serif;
    font-size: 15px;
    text-align: justify;
}

/* RATING */

.success-box {
  margin: 25px 0px 25px 0px;
  padding:10px 10px;
  border:1px solid #eee;
  background:#f9f9f9;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  margin-top: 6px;
  display:inline-block;
  color:#888;
}


/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

.rating h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 15px;
    text-align: center;
}

.success-box .fa-check-circle{
    font-size: 33px;
    color: #2bcc00;
    padding: 0px 10px 0px 0px;
}


/* CONHEÇA O SEU ARTISTA */

#artista{
    padding-right: 15px;
    padding-left: 9px;
}

.titulo_artista{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.artista img{
    border-radius: 0px;
}

.titulo_bio button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    padding: 6px;
    text-align: center;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    font-family: 'patron-regular', sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 56px;
    margin: 50px 10px 10px 10px;
    margin-top: 150px;
    font-weight: 900;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 0px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  background-color: #242eb4;
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/* PROMOÇÃO */

.titulo_promocao{
    font-size: 25px;
    text-align: center;
}

.promocao{
    text-align: left;
}

.promocao img{
    border-radius: 0px;
    margin-bottom: 0px;
}

.foto2_promocao{
    margin: 10px 10px 10px 10px;
}

.bloco_promocao span{
    font-size: 15px;
    color: #9d9d9c;
    text-transform: initial;
}

.bloco_promocao h4{
    font-size: 16px;
    color: #000;
}

.bloco_promocao img{
    width: 100%;
  }


.titulo_novidade{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}


.novidade img{
    width: 99%;
  }

.novidade{
    text-align: left;
        padding: 3px;
}

.novidade img{
    border-radius: 0px;
    margin-bottom: 0px;
}

.foto2_novidade{
    margin: 10px 10px 10px 10px;
}

.bloco_novidade span{
    font-size: 15px;
    color: #9d9d9c;
    text-transform: initial;
}

.bloco_novidade p, .bloco_promocao p{
    font-size: 15px;
    color: #9d9d9c;
    text-transform: initial;
        font-weight: 700;
}

.bloco_novidade h4{
    font-size: 16px;
    color: #000;
}


/* FOOTER */



.footer {
    padding: 50px 0px 10px 10px;
    color: #000;
    text-align: center;
    margin-top: 0px;
    bottom: 110px;
    position: relative;
}


.footer .social {
    
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
}


.footer input {
    
    height: 40px;
    width: 160px;
    padding: 5px;
    border: none;
    background-color: #cccccc;
    color: #000;
}

.footer .btn {
    
    padding: 10px 5px 10px;
    margin: -3px 0 0 5px;
}


.footer_redes_sociais .fa-facebook{
    font-size: 30px;
    margin: 0px 5px 0px 0px;
    color: #000;
}

.footer_redes_sociais .fa-instagram{
    font-size: 30px;
    margin: 0px 5px 0px 0px;
    color: #000;
}

.footer_redes_sociais .fa-youtube{
    font-size: 30px;
    margin: 0px 5px 0px 0px;
    color: #000;
}

.footer_redes_sociais .fa-spotify{
    font-size: 30px;
    margin: 0px 5px 0px 0px;
    color: #000;
}

.footer_app .fa-apple{
    font-size: 30px;
    margin: 0px 12px 0px 0px;
    color: #000;
}

.footer_app .fa-android{
    font-size: 30px;
    margin: 0px 12px 0px 0px;
    color: #000;
}

.alphafooter {
    width: 45%;
    margin-top: -28px;
    margin-bottom: 18px;
}

.footer_logo {
    border: 1px solid #000;
    width: 27%;
    margin: 0px 42px 0px 0px;
}

.musica_footer{
  margin: 10px;
  padding: 0;
}

.musica_footer a{
  color: #333;
}

.musica_footer a:hover p{
  text-decoration: underline;
}

.canais_footer{
  margin: 10px;
  padding: 0;
}

.canais_footer a{
  color: #333;
}

.canais_footer a:hover p{
  text-decoration: underline;
}

.fale_footer{
  margin: 10px;
  padding: 0;
}

.fale_footer a{
  color: #333;
}

.fale_footer a:hover p{
  text-decoration: underline;
}

.footer_redes_sociais{
  padding: 0;
}

.tunein{
  margin-bottom: 20px;
}

.footer .direitos_reser p {
        font-size: 12px;
    margin-top: 0px;
    margin-left: 20px;
}

.back_color_footer {
    background-color: #dedede;
    width: 100%;
    padding-top: 107px;
}

.footer h1 {
    font-size: 19px;
    font-weight: 800;
    text-align: left;
    margin-top: -3px;
}

.footer p {
    font-size: 16px;
    text-align: left;
    margin: 6px 0px 0px 1px;
}

.footer_redes_sociais i {
    font-size: 32px;
    color: #000;
    margin: 2px;
}

.footer_redes_sociais h1 {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin-top: -3px;
}


.footer_redes_sociais{
  margin: 0px 0px 0px -30px;
}



.ios img{
    border-radius: 0px;
}

.android img{
    border-radius: 0px;
    margin-top: 6px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #2eb3a4;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 0px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 10px;
  color: #fff;
}


/* TODOS OS DIREITOS AUTORAIS */

.dir_autorais{
    background-color: #242eb4;
    
}

.dir_autorais p{
    font-family: 'patron-regular', sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* BANNERS */

.banner_728x90 {
    text-align: center;
}

.banner_970x90{
    text-align: center;
}

.banner_300x250{
    display: none;

}

.banner_300x250_interna {
    display: block;
}


/* CLIQUE E OUÇA E REDES SOCIAIS*/

.clica_ouca_social {
    text-align: center;
    background-color: #242eb4;
    position: fixed;
    border: 1px solid #242eb4;
    width: 100%;
    height: 32px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 900;
}

.clica_ouca_social h1{
    color: #fff;
    font-size: 12px;
    margin: 8px;
    margin-left: 178px;
}

.sociais_clique_ouca .fab{
  font-size: 16px;
  color: #fff;
}

.sociais_clique_ouca i{
  margin: 7px;
  margin-top: 6px;
}




/*-----------------------------CONHEÇA O SEU ARTISTA-----------------------------*/


/* BIOGRAFFIA / ALBUNS / GALERIA */


.texto_destaque_artista {
    top: 150px;
    width: 790px;
    padding: 0px 0px 22px 40px;
    margin: 50px 0px 0px -370px;
    background-color: rgba(0,0,0, 0.8);
}

.texto_destaque_artista h1 {
    font-family: 'patron-regular', sans-serif;
    margin-left: 334px;
    font-size: 43px;
    font-weight: 900;
    color: #fff;
}

.texto_destaque_artista p{
    font-family: 'patron-regular', sans-serif;
    font-size: 19px;
    color: #fff;
}

.texto_destaque_artista button{
  font-family: 'patron-regular', sans-serif;
  margin: 0px -324px 0px 335px;
  font-size: 12px;
  color: #fff;
}

.texto_destaque_artista i{
  margin: 0px 9px 0px 0px;
  font-size: 12px;
  color: #fff;
}

.info_artista{
    text-align: center;
    margin-bottom: 30px;
}

.btn_biografia{
    font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 4px 50px 7px 40px;
    transition: all 500ms ease-in-out;
    margin: 0px 7px 0px 0px;
}

.btn_biografia:hover{
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
}

.btn_albuns{
    font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 4px 50px 7px 40px;
    transition: all 500ms ease-in-out;
    margin: 0px 7px 0px 0px;
}

.btn_albuns:hover{
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
}

.btn_galeria{
    font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
    padding: 4px 50px 7px 40px;
    transition: all 500ms ease-in-out;
    margin: 0px 7px 0px 0px;
}

.btn_galeria:hover{
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
}



/* DESCRIÇÃO DO ARTISTA */

hr{
    width: 50%;
    height: 1px;
    border: 0px;
    border-top: 1px solid #58387d;
    background-color: #58387d;
}

.site_artista h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.site_artista .fa-facebook{
    font-size: 32px;
}

.site_artista .fa-instagram{
    font-size: 32px;
}

.site_artista .fa-youtube{
    font-size: 32px;
}

.mais_tocadas{
    padding: 3px 0px 0px 0px;
    margin-left: -18px;
    margin-top: 10px;
}

.icon_play .fa-play-circle{
    font-size: 21px;
    color: #bdbcbc;
    margin: -28px 0px 0px -57px;
}

.nome_musica{
    font-family: 'patron-regular', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px;
}

.icon_bio{
    margin: 19px 0px 0px -10px;
    font-size: 18px;
    margin-right: -45px;
}

.titulo_bio h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
}

.data_nasc{
    font-family: 'patron-regular', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: -2px;
}

.pais_nasc{
    font-family: 'patron-regular', sans-serif;
    font-size: 14px;
    color: #969696;
}


#show-more {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px auto;
}

#show-more:hover{
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
}

#content {
    font-family: 'patron-regular', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #444;
    margin: 0 auto;
    max-height: 310px;
    overflow: hidden;

    /* Set Transitions */
    transition: max-height 0.7s;
}

#content.open {
    max-height: 3000px;

    /* Set transitions */
    transition: max-height 0.7s;
}


.artista_relacionados{
    text-align: center;
}

.artista_relacionados h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 16px;
    color: #000;
}

.artista_relacionados p{
    font-family: 'patron-regular', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.img1_relacionados img{
  height: 125px;
}


/*-----------------------------MATERIAS-----------------------------*/


.sidebar_materias ul{
  left: 230px;
    top: 141px;
  display: grid;
}

.titulo_materia {
    padding: 80px 212px 25px 233px;
}

.titulo_materia h1{
  font-size: 29px;
}

.titulo_materia p{
  font-size: 17px;
}

.btn_materias{
    font-size: 14px;
    font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 2px 5px 2px 4px;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
}

.btn_materias_aovivo{
  font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 2px 55px 6px 6px;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
}

.rating_materia{
  font-size: 10px;
}

.text-center-materia {
    text-align: right;
}

.img_materia{
  text-align: center;
}

.img_materia img {
    border-radius: 00px;
    width: 59%;
    margin-left: 0;
}

.texto_materia{
  width: 700px;
    margin: 0 auto;
    float: none;
} 
.texto_materia .maintext{
  padding-top: 20px;
} 

.texto_materia #text{
display:none;
}

.texto_materia .btn-container{
    margin: auto;
    margin-top: 20px;
    height: 44px;
    margin-bottom: 15px;
  
}

.texto_materia p{
  font-family: 'patron-regular', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #444;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.7s;
}

.texto_materia a:active{
  color:#ffd323;
}

.texto_materia button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    padding: 6px;
    text-align: center;
}

.texto_materia button:hover{
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
}

.banner_leiamais{
  margin-top: -10px;
}

.banner_300x250_materia{
  padding: 0px 0px 0px 206px;
}

.img_leiamais{
  padding: 0px 0px 0px 44px;
}

.img_leiamais {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_leiamais {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #242eb4;
  overflow: hidden;
  width: 415px;
  margin-left: 44px;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay_leiamais {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: -20px;
}


#artista_interno{
  margin-bottom: 37px;
}


/*-----------------------------PROMOÇÃO-----------------------------*/

.titulo_promo {
    padding-top: 85px;
    padding-bottom: 20px;
}

.titulo_promo h1 {
    font-size: 29px;
}

.titulo_promo p {
    font-size: 17px;
}


.blc_promocao {
    width: 106%;
    padding: 0;
}

.img_promo{
    text-align: center;
}

.img_promo img {
    border-radius: 0px;
    width: 780px;
    margin-left: -9px;
}

.promo1 img {
    width: 300px;
    height: 250px;
}

.image_promo1 {
  display: block;
  width: 100%;
  height: auto;
}

.texto_promocoes{
  width: 700px;
    margin: 0 auto;
    float: none;
} 

.texto_promocoes .maintext{
  padding-top: 20px;
} 


.texto_promocoes #text{
display:none;
}

.texto_promocoes .btn-container {
    margin: auto;
    margin-top: 20px;
    height: 44px;
    width: 64%;
    margin-bottom: 20px;
}

.texto_promocoes p {
    font-family: 'patron-regular', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #444;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.7s;
}

.texto_promocoes a:active{
  color:#ffd323;
}

.texto_promocoes button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    padding: 6px;
    margin: 0 auto;
    text-align: center;
}

.texto_promocoes button:hover{
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
}

.texto_promocoes .btn_participar_promo{
    font-family: 'patron-regular', sans-serif;
    padding: 10px 16px;
    margin-top: -15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
}

.texto_promocoes .btn_participar_promo:hover{
    font-family: 'patron-regular', sans-serif;
    padding: 10px 16px;
    margin-top: -15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #ededed;
    border-color: #242eb4;
    transition: .5s ease;
}

.texto_promocoes .btn_logparticipar_promo{
    font-family: 'patron-regular', sans-serif;
    padding: 10px 16px;
    margin-top: -35px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
}

.texto_promocoes .btn_logparticipar_promo:hover{
    font-family: 'patron-regular', sans-serif;
    padding: 10px 16px;
    margin-top: -35px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #ededed;
    border-color: #242eb4;
    transition: .5s ease;
}


.overlay_promo1 {
    position: absolute;
    bottom: 0;
    background: rgba(36, 46, 180, 0.6);
    width: 300px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 62px;
}

.promo1:hover .overlay_promo1 {
  opacity: 1;
}


.promo2 img{
  border-radius: 0px;
}

.image_promo2 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_promo2 {
  position: absolute; 
  bottom: 0; 
  background: rgba(36, 46, 180, 0.9);
  width: 94%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  font-weight: 900;
  padding: 20px;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 140px;
}

.promo2:hover .overlay_promo2 {
  opacity: 1;
}


.promo3 img{
  border-radius: 0px;
}

.image_promo3 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_promo3 {
  position: absolute; 
  bottom: 0; 
  background: rgba(36, 46, 180, 0.9);
  width: 94%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  font-weight: 900;
  padding: 20px;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 140px;
}

.promo3:hover .overlay_promo3 {
  opacity: 1;
}

.btn_participar {
    padding: 10px 16px;
    margin-top: 4px;
    margin-bottom: 15px;
    width: 300px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
}

.btn_participar:hover{
    padding: 10px 16px;
    margin-top: 4px;
    width: 300px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
     transition: .5s ease;
}

.btn_mais_info {
    padding: 10px 16px;
    margin-top: 4px;
    margin-bottom: 15px;
    width: 300px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
}

.btn_mais_info:hover{
    padding: 10px 16px;
    margin-top: 4px;
    width: 300px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
     transition: .5s ease;
}


.btn_resultado{
    padding: 10px 16px;
    margin-top: 4px;
    margin-bottom: 12px;
    width: 300px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #72cfaf;
    border-color: #72cfaf;
    transition: .5s ease;
}

.paginacao{
    text-align: center;
    margin-top: -25px;
    margin-bottom: 10px;
}


/*-----------------------------EXCLUSIVE-----------------------------*/

.blc_exclusive {
    width: 106%;
    margin-bottom: 30px;
    padding: 0;
  }

.titulo_exclusive {
    padding-top: 85px;
    padding-bottom: 20px;

}

.titulo_exclusive h1{
  font-size: 29px;
}

.titulo_exclusive p{
  font-size: 17px;
}

.btn_exclusive{
    font-family: 'patron-regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 2px 5px 2px 4px;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
}

.btn_exclusive_aovivo{
  font-family: 'patron-regular', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 2px 55px 6px 6px;
    transition: all 500ms ease-in-out;
    font-size: 18px;
}

.banner_leiamais{
  margin-top: 20px;
}

.banner_300x250_materia{
  padding: 0px 0px 0px 206px;
}

.img_leiamais{
  padding: 0px 0px 0px 44px;
}

.img_leiamais {
  position: relative;
  width: 50%;
}

.img_leiamais img{
  width: 415px;
  height: 250px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.exclusive1 img{
    width: 300px;
    height: 250px;
}


.overlay_leiamais {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #242eb4;
  overflow: hidden;
  width: 415px;
  margin-left: 44px;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay_leiamais {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: -20px;
}


#artista_interno {
    margin-bottom: 37px;
}


.overlay_exclusive1 {
    position: absolute;
    bottom: 0;
    background: rgba(36, 46, 180, 0.6);
    width: 300px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 61px;
    margin-left: 0px;
}

.exclusive1:hover .overlay_exclusive1 {
  opacity: 1;
}

.paginacao_exlcusive {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 100px;
    border-radius: 0px;
}


/*-----------------------------AO VIVO-----------------------------*/

.titulo_aovivo {
    padding: 80px 213px 25px 221px;
}

.titulo_aovivo h1{
  font-size: 34px;
}

.titulo_aovivo p{
  font-size: 30px;
}

.blc_play_app{
  padding: 17px 13px 0px 15px;
}

.app_aovivo{
  text-align: right;
}

.app_aovivo img{
  border-radius: 0px;
}

.blc_artista{
  padding: 0px 38px 7px 188px;
}

.capa_aovivo{
  text-align: center;
}

.capa_aovivo img{
  border-radius: 0px;
}

.info_aovivo{
  margin-left: -40px;
}

.info_aovivo h1{
  font-size: 22px;
  margin-top: 11px;
  margin-left: 10px;
}

.nome_artista {
    font-family: 'patron-regular', sans-serif;
    margin-bottom: 9px;
    width: 135px;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 3px 0px 2px 10px;
    transition: all 500ms ease-in-out;
    margin-left: 55%;
}


.info_aovivo #text_artista{
display:none;
}

.info_aovivo .btn-container_artista{
  margin: auto;
  height: 44px;
  width: 64%;
  margin-bottom: 0px;
  
}

.info_aovivo p{
    font-family: 'patron-regular', sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #444;
    margin: 0 auto;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.7s;
    padding: 0px 133px 0px 13px;
}

.info_aovivo a:active{
  color:#ffd323;
}

.info_aovivo button {
    width: 121%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px auto;
    margin-left: -99px;
}

.info_aovivo button:hover{
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
}

.ultimas_tocadas{
    font-family: 'patron-regular', sans-serif;
    width: 150px;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 3px 0px 2px 10px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
}

.banner_playlist{
  text-align: center;
  margin-left: -130px;
  margin-top: 2px;
}

.blc_tocadas{
  padding: 3px 0px 0px 205px;
  margin-bottom: -25px;
}

.musicas_tocadas h1{
 font-size: 16px;
    margin-top: 16px;
    
}

.musicas_tocadas p{
  font-size: 17px;
    margin-top: -11px;
    color: #878787;
}

.blc_letra{
  padding: 5px 108px 0px 206px;
}

.letra #text_letra{
display:none;
}

.letra .btn-container_letra{
  margin: auto;
  height: 44px;
  width: 64%;
  margin-bottom: 0px;
  
}

.letra p{
    font-family: 'patron-regular', sans-serif;
    text-align: right;
    font-size: 16px;
    color: #444;
    margin: 0 auto;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.7s;
    margin-bottom: 10px;
    padding: 0px;
}

.letra a:active{
  color:#ffd323;
}

.letra button {
    width: 155%;
    background: #727271;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px auto;
    margin-left: -67px;
    margin-top: 0px;
}

.letra button:hover{
    background-color: #2639cf;
    border-color: #2639cf;
    transition: all 500ms ease-in-out;
}


.titulo_letra{
  font-family: 'patron-regular', sans-serif;
    width: 150px;
    font-weight: 700;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    border-radius: 0px;
    padding: 3px 0px 2px 10px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
}


.img_aovivo1 .overlay{
  margin: -41px 0px 0px 2px;
}

.img_aovivo1 img{
  margin: 0px 0px 0px 33px; 
  width: 209px;
}

.img_aovivo2 .overlay{
  margin: -41px 0px 0px 5px;
}

.img_aovivo2 img{
  margin: 0px 0px 0px 3px; 
  width: 209px;
  margin-left: 34px;
}

.img_aovivo3 .overlay{
  margin: -41px 0px 0px -17px;
}

.img_aovivo3 img{
  margin: 0px 0px 0px 59px; 
  width: 209px;
  margin-left: 9px;
}

/*-----------------------------COLUNISTAS-----------------------------*/


.titulo_colunistas{
  padding: 80px 180px 25px 190px;
}

.titulo_colunistas h1{
  font-size: 29px;
}

.titulo_colunistas p{
  font-size: 17px;
}

.nome_programa{
    background-color: #242eb4;
    margin: 13px 0px 0px 188px;
    width: 67%;
}

.nome_programa h1{
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin: 13px 0px 13px 0px;
}

.audio_colunista {
    display: inline-block;
    width: 1001px;
    padding: 0px 2.5% 18px 184px;
    margin-top: 10px;
    border-radius: 0px;
}

.titulo-sobre {
    padding: 10px 16px;
    margin: 8px 185px 24px 174px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
    text-align: center;
    border: 1px solid #242eb4;
}

.titulo-sobre:hover {
    padding: 10px 16px;
    margin: 8px 185px 24px 174px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: .5s ease;
    text-align: center;
}

.titulo-sobre a:hover {
    font-size: 16px;
    line-height: 1.3333333;
    color: #fff;
    text-align: center;
}


.aplayer-time-inner{
  display: none;
}

/*-----------------------------FORMULÁRIO DE CADASTRO-----------------------------*/
.titulo_form_cadastro{
  margin-top: 84px;
}

.titulo_form_cadastro h1{
  font-size: 29px;
}

.titulo_form_cadastro p {
    font-size: 17px;
    margin-bottom: 20px;
}

.titulo_cadastro_modal {
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.titulo_cadastro h1 {
    font-size: 29px;
}

.form_cadastro{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form_group_cadastro{
  margin-bottom: 15px;
    padding: 0px 12px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.btn_cadastrar_agora{
    margin-bottom: 25px;
}

.btn_cadastrar_agora button {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    width: 97%;
    margin-left: 10px;
    background-color: #242eb4;
    transition: all 500ms ease-in-out;
}

.btn_cadastrar_agora button:hover {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    width: 97%;
    margin-left: 10px;
    background-color: #2639cf;
    transition: all 500ms ease-in-out;
}

.texto_colunista{
  width: 790px;
  margin: 0 auto;
}

.ms-thumb-frame {
  opacity: 1;
}


/*-----------------------------ARTISTAS-----------------------------*/

.pg_artistas_a_z > .artista{
  margin: 0px 0px 20px 0px;
}

.titulo_artistas_a_z {
    padding: 80px 213px 0px 15px;
}

.titulo_artistas_a_z h1{
  font-size: 29px;
}

.titulo_artistas_a_z p{
  font-size: 17px;
}

#alfabeto {
    margin-top: 15px;
    text-align: center;
}

.alfabeto li {
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    float: left;
    margin-right: 1.6px;
}

.alfabeto li a {
    padding-top: 1px;
    color: #fff;
    background-color: #242eb4;
    text-align: center;
    text-transform: uppercase;
    transition: .2s all;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: 2px solid #242eb4;
    border-radius: 0px;

}

.alfabeto a{
  color: #00b0eb;
  text-decoration: none;
}


.alfabeto li a:hover{
  opacity: 1;
  background-color: #2639cf !important;
}

.alfabeto a:hover{
  opacity: 1;
  color: #fff !important;
  text-decoration: none;
}


.pg_artistas_a_z .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.pg_artistas_a_z .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.pg_artistas_a_z .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.pg_artistas_a_z .hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pg_artistas_a_z .hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.pg_artistas_a_z .hovereffect a.info {
    font-family: 'patron-regular', sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 56px;
    width: 185px;
    margin-left: -11px;
    margin-top: 80px;
    font-weight: 900;
    font-size: 15px;
}

.pg_artistas_a_z .hovereffect a.info:hover {
  box-shadow: 0 0 0px #fff;
}

.pg_artistas_a_z .hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  float: left;
  background-color: #242eb4;
  color: #fff;
  text-transform: uppercase;
}

.pg_artistas_a_z .hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pg_artistas_a_z {
    padding: 0px;
}

.alfabeto_mobile li {
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin: -4px;
}

.alfabeto_mobile li a {
    padding-top: 1px;
    color: #fff;
    background-color: #242eb4;
    text-align: center;
    text-transform: uppercase;
    transition: .2s all;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: 2px solid #242eb4;
    border-radius: 0px;
    margin: 3px;
}

.alfabeto_mobile a{
  color: #00b0eb;
  text-decoration: none;
}


.alfabeto_mobile li a:hover{

  opacity: 1;
  background-color: #2639cf !important;
}

.alfabeto_mobile a:hover{
  opacity: 1;
  color: #fff !important;
  text-decoration: none;
}



/* @MEDIA large desktops, 1920px and up */

@media (max-width: 1920px){

.alpha10_mobile{
    display: none;
    }
   
   .modal-open {
    overflow: overlay;
  }

#triangle-topright {
    width: 8%;
    height: 0%;
    border-top: 73px solid #fff;
    border-left: 119px solid transparent;
    position: absolute;
    top: -4px;
    right: -2px;
  }
 

}


/* @MEDIA large desktops, 1280px and up */

@media (max-width: 1280px){

#triangle-topright {
    width: 11%;
    height: 0%;
    border-top: 73px solid #fff;
    border-left: 119px solid transparent;
    position: absolute;
    top: -4px;
    right: -2px;
  }
 

}



/* @MEDIA landscape phones, 576px and up */

@media (max-width: 576px){

  #awp-wrapper {
    position: relative;
    width: 100%;}

.fb_iframe_widget{
    right: 24%!important;
}
.texto_promocoes {
    width: 92%;
  }

.texto_destaque h1{
  font-size: 23px;
 }
  .ms-wk .ms-slide{
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important; 
    -moz-background-size: cover!important;
  }
  
  .ms-view, .ms-wk .ms-slide, .master-slider{
    height: 500px!important;
  }
  
  .master-slider{
    padding-top: 105px;
  }

  .ms-thumb-list{
    display: none;
  }

.promocao, .novidade{
    text-align: center;
}


.logo_novo {
    margin: -16px 0px 0px -28px;
    padding: 16px 0px 0px 13px;
    }

.navbar{
    padding: 4px 0px 20px 0px;
    position: fixed;
    }

.navbar ul{
    padding: 0px;
    }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 455px;
  }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 10px;
  }

.navbar .navbar-collapse {
    text-align: left;
    margin: 0px;
  }

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -17px;
  }

.btn_faca_cadastro {
    color: #fff;
    width: 330px;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
    padding: 1px 1px 0px 0px;
    margin: -3px 0px 0px 0px;
    display: block;
    margin-top: 11px;
  }

.btn_faca_cadastro:hover{
  color: #fff;
  background-color: #2639cf;
  border-color: #2639cf;
  transition: all 500ms ease-in-out;
  }

.btn_faca_cadastro h1{
  font-size: 14px;
    text-align: center;
    padding: 0px 0px 14px 0px;
    margin-top: 11px;
  }

.nav_mobile{
    padding: 0;
    width: 336px;
  }

#triangle-topright{
  display: none;
  }

.ranking{
    background: #48296b;
    border-radius: 0px;
    position: absolute;
    top: 5px;
    left: 92px;
    width: 35px;
    height: 33px;
    }

.titulo_redes_sociais {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
  }

.titulo_alpha10 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
  }

.titulo_artista {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 65px;
  }

.titulo_novidade {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
  }

.bloco_novidade h4 {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 32px 0px;
  }



.titulo_promocao {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }

.bloco_promocao h4 {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 30px 0px;
  }

.btn_player{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 136px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
    }

.alpha10{
    display: none;
    }

.alpha10_mobile{
    display: block;
    }

.slide_alpha10_mobile{
    text-align: center;
    position: relative;
    }

.slide_alpha10_mobile img{
    border-radius: 0px;
    }

.slide_alpha10_mobile span{
    font-size: 15px;
    color: #9d9d9c;
    text-transform: capitalize;
    }

.slide_alpha10_mobile .posicao{
    font-family: 'patron-regular', sans-serif;
    color: #fff;
    font-weight: 900;
    }

.slide_alpha10_mobile .btn_player{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 52px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
    }

.slide_alpha10_mobile .ranking{
    background: #242eb4;
    border-radius: 0px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 33px;
    }

.panel-title{
    font-family: 'patron-regular', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 900;
    text-align: center;
    }
/*
.footer {
    text-align: center;
    margin-bottom: 30px;
    }

.footer_app {
    margin-top: 25px;
    }

*/
.footer_logo {
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

.footer h1 {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin-top: 21px;
  }

.footer p {
    font-size: 16px;
    text-align: center;
    margin: 0px;
  }

  .musica_footer {
    margin: 0 auto;
    padding: 0px;
}

  .canais_footer {
    margin: 0 auto;
  }

  .footer_redes_sociais {
    margin-left: 13px;
  }

  .footer_redes_sociais h1 {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin-top: 22px;
  }

  .footer .direitos_reser p {
    font-size: 13px;
    margin-left: 0px;
    margin-top: 19px;
  }

  .footer_redes_sociais {
    margin: 0px;
  }


.hovereffect a.info {
    font-family: 'patron-regular', sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 56px;
    border: 1px solid #fff;
    margin: 50px 10px 10px 10px;
    background-color: #242eb4;
    margin-top: 120px;
    font-weight: 900;
  }


/*Conheça o seu artista */

.texto_destaque_artista{
    top: 460px;
    text-align: center;
    width: 407px;
    padding: 4px 0px 60px 40px;
    margin: 0px 0px 0px -47px;
    background-color: rgba(0,0,0, 0.8);
    }

.texto_destaque_artista h1{
    font-family: 'patron-regular', sans-serif;
    font-size: 30px;
    margin: 15px;
    font-weight: 900;
    color: #fff;
    }

.texto_destaque_artista button {
    margin: 0px;
    }

.btn_biografia{
    padding: 4px 18px 7px 18px;
    }

.btn_albuns{
    padding: 4px 18px 7px 18px;
    }

.btn_galeria{
    padding: 4px 18px 7px 18px;
    }

hr{
    width: 100%;
    height: 1px;
    border: 0px;
    border-top: 1px solid #58387d;
    background-color: #58387d;
    }

.site_artista{
    text-align: center;
    }

.nome_musica{
    text-align: left;
    margin: -24px 0px 0px 124px;
    }

.icon_play{
    margin-left: -119px;
    }

.banner_728x90{
    display: none;
}

.banner_970x90{
    display: none;
  }

.banner_300x250{
    display: block;
    text-align: center;
    }

.titulo_bio{
    margin-top: -43px;
    margin-left: 14px;
    }

.icon_bio{
    margin: 19px 0px 0px -10px;
    font-size: 18px;
    margin-right: -45px;
    }

.img1_relacionados{
    margin: 0px;
    }

.img2_relacionados{
    margin: 0px;
    }

.fa-play-circle{
    margin-left: -19px;
    }

.fa-pause-circle{
    margin-left: -19px;
    }

.fa-pause-circle{
    color: #fff;
    position: absolute;
    top: 28px;
    left: 70px;
    width: 35px;
    height: 33px;
    font-size: 55px;
    opacity: 0.9;
    }

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    display: grid;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.icon_play .fa-play-circle {
    font-size: 21px;
    color: #bdbcbc;
    margin: -45px 0px 0px -75px;
    }

/*modal*/
.descricao_modal h1 {
    text-align: center;
    }

.text-message{
    font-size: 12px;
    }

.success-box > div {
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
    color: #888;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }

/*Materia */

.titulo_materia {
    padding: 0px;
    margin-bottom: 15px;
  }

  .img_materia img {
    border-radius: 00px;
    width: 59%;
    margin-left: 0px;
}

.texto_materia button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    padding: 6px;
}

.texto_materia button:hover {
    width: 51%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px 0px 0px -21px;
}

.icon-bar-redes {
    display: none;
  }

  .texto_materia{
    width: 91%;
    margin-bottom: 50px;
  }


.texto_materia p {
    padding: 0;
    margin-top: 14px;
    margin: 0 auto;
  }

.banner_300x250_materia {
    padding: 0px;
    text-align: center;
  }

.img_leiamais {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-top: 20px;
    display: none;
  }


.overlay_leiamais {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #242eb4;
    overflow: hidden;
    width: 299px;
    margin-left: 14px;
    height: 0;
    transition: .5s ease;
  }

  .overlay_exclusive1 {
    position: absolute;
    bottom: 0;
    background: rgba(36, 46, 180, 0.9);
    width: 300px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 61px;
    margin-left: 16px;
  }

.img_materia img {
    border-radius: 0px;
    width: 91%;
  }

.titulo_materia h1 {
    font-size: 29px;
    margin-top: 125px;
    text-align: center;
  }

.titulo_materia p {
    font-size: 17px;
    text-align: center;
  }

.materias{
  text-align: center;
  }

.rating_materia {
    font-size: 10px;
    margin-right: 81px;
    margin-top: 10px;
    margin-bottom: 11px;
    padding: 0;
  }

.texto_materia .btn-container {
    margin: auto;
    height: 44px;
    width: 100%;
    margin-bottom: -39px;
    margin-top: 18px;
  }

/*Promoção */

.titulo_promo {
    padding: 0px;
  }

.titulo_promo p {
    font-size: 17px;
    text-align: center;
  }

.titulo_promo h1 {
    font-size: 29px;
    margin-top: 125px;
    text-align: center;
  }

.img_promo img {
    border-radius: 0px;
    width: 91%;
  }

.texto_promocoes .btn-container {
    margin: auto;
    height: 44px;
    width: 91%;
    margin-bottom: -39px;
  }

.texto_promocoes p {
    padding: 0;
    margin-top: 14px;
    margin: 0 auto;
}

.texto_promocoes button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

.blc_promocao {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-top: 21px;
    margin-left: 0px;
  }

.bloco_promocao img, .novidade img {
    width: 300px;
    height: 250px;
    margin-bottom: 17px;
  }

.overlay_promo1 {
    width: 300px;
    margin-left: 16px;
  }

.overlay_promo2{
  width: 250px;
  margin-left: 41px;
  }

.overlay_promo3{
  width: 250px;
  margin-left: 41px;
  }

.promo1{
  margin-bottom: 25px;
  }

.promo2{
  margin-bottom: 25px;
  }

#logo_png {
    width: 141px;
    margin-top: -4px;
    margin-left: 19px;
  }

#logo_gif {
    width: 141px;
    margin-left: 21px;
  }

.paginacao {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }

.titulo_exclusive {
    padding: 0px;
    text-align: center;
  }

.titulo_exclusive h1 {
    font-size: 29px;
    margin-top: 125px;
  }

.blc_exclusive {
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-top: 21px;
    margin-left: 0px;
  }

/*Ao vivo*/

.titulo_aovivo {
    padding: 83px 0px 0px 0px;
    text-align: center;
  }

  .titulo_aovivo h1 {
    font-size: 34px;
    margin-top: 35px;
  }

.app_aovivo {
    text-align: center;
    margin-top: 10px;
  }

.blc_artista {
    padding: 0px;
    text-align: center;
  }

.capa_aovivo img {
    border-radius: 0px;
    text-align: center;
    margin-top: 16px;
  }

.info_aovivo {
    margin-left: 0px;
    text-align: center;
  }

.nome_artista {
    padding: 3px 0px 2px 0px;
    transition: all 500ms ease-in-out;
    margin-left: 100px;
    margin-top: 13px;
  }

.info_aovivo p {
    padding: 3px 18px 4px 19px;
  }

.info_aovivo button {
    margin-left: -41px;
    width: 140%;
  }

.blc_tocadas {
    padding: 0px;
    text-align: center;
  }

.ultimas_tocadas {
    width: 150px;
    padding: 3px 0px 2px 3px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-left: 85px;
    margin-top: 15px;
  }

.banner_playlist {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -21px;
    margin-left: 0px;
  }

.banner_playlist img {
    width: 91%;
  }

.blc_letra {
    padding: 0px;
  }

.titulo_letra {
    width: 80px;
    padding: 2px 0px 2px 17px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-top: 38px;
    margin-left: 117px;
  }

.letra p {
    padding: 0px 16px 0px 17px;
    text-align: center;
  }

.letra button {
    width: 142%;
    margin-left: -45px;
    margin-top: 0px;
  }

.banner_300x250_aovivo{
  text-align: center;
  }

.container-fluid {
    padding-bottom: 4px;
    padding-top: 25px;
  }

.img_aovivo1 .overlay {
    margin: 0px 0px 0px 2px;
  }

.img_aovivo1 img{
  margin: 0px; 
  width: 250px;
  margin-left: 0px;
  }

.img_aovivo2 .overlay {
    margin: 0px 0px 0px 2px;
  }

.img_aovivo2 img{
  margin: 0px; 
  width: 250px;
  margin-left: 0px;
  }

.img_aovivo3 .overlay {
    margin: 0px 0px 0px 2px;
  }

.img_aovivo3 img{
  margin: 0px; 
  width: 250px;
  margin-left: 0px;
  }

/*Clique e ouça*/

.sociais_clique_ouca{
  display: none;
  }

.clica_ouca_social h1 {
    margin-left: 0px;
  }

.titulo_artistas_a_z h1 {
    font-size: 29px;
    margin-top: 125px;
}

/*Seu Artista*/

.titulo_artistas_a_z {
    padding: 0px;
    text-align: center;
  }

.pg_artistas_a_z .hovereffect a.info {
    font-family: 'patron-regular', sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 40px;
    width: 170px;
    margin-left: -9px;
    margin-top: 80px;
    font-weight: 900;
    font-size: 15px;
  }



/*Colunistas*/
.titulo_colunistas {
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

.titulo_colunistas h1 {
    margin-top: 125px;
  }

.nome_programa {
    background-color: #242eb4;
    margin: 0px 0px 0px 28px;
    width: 85%;
  }

.nome_programa h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 9px 0px 13px 0px;
    padding: 8px 11px 12px 5px;
  }

.audio_colunista {
    display: inline-block;
    width: 343px;
    padding: 0px 2.5% 18px 29px;
    margin-top: -1px;
    border-radius: 0px;
  }

/*Promoção */

.titulo_cadastro {
    padding: 0px;
    text-align: center;
  }

.titulo_cadastro h1 {
    font-size: 29px;
    margin-top: 125px;
  }

/*Cadastro*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

.titulo_form_cadastro {
    margin-top: 125px;
    text-align: center;
  }

.btn_cadastrar {
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
    border-radius: 0px;
    margin-bottom: 80px;
  }

.btn_cadastrar:hover{
  color: #fff;
  background-color: #2639cf;
  border-color: #2639cf;
  transition: all 500ms ease-in-out;
  margin-bottom: 80px;
  }

/*Colunistas*/

.titulo-sobre {
    padding: 10px 16px;
    margin: 8px 17px 24px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #242eb4;
    background-color: #fff;
    border-color: #242eb4;
    transition: .5s ease;
    text-align: center;
    border: 1px solid #242eb4;
  }

.titulo-sobre:hover {
    padding: 10px 16px;
    margin: 8px 17px 24px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: .5s ease;
    text-align: center;
  }

.titulo-sobre a:hover {
    font-size: 16px;
    line-height: 1.3333333;
    color: #fff;
    text-align: center;
  }



}


/*iPhone 6, 7, & 8 Media Queries */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 


  .texto_promocoes {
    width: 93%;
    margin: 0 auto;
    float: none;
  }



.overlay_leiamais {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #242eb4;
    overflow: hidden;
    width: 314px;
    margin-left: 14px;
    height: 0;
    transition: .5s ease;
  }

.overlay_promo1 {
    width: 300px;
    margin-left: 24px;
  }

.overlay_promo2{
  width: 250px;
  margin-left: 48px;
  }

.overlay_promo3{
  width: 250px;
  margin-left: 48px;
  }

#logo_png {
    width: 141px;
    margin-top: -4px;
    margin-left: 19px;
  }

#logo_gif {
    width: 141px;
    margin-left: 21px;
  }

.nome_artista {
    padding: 3px 0px 2px 0px;
    transition: all 500ms ease-in-out;
    margin-left: 103px;
    margin-top: 13px;
  }

.ultimas_tocadas {
    width: 150px;
    padding: 3px 0px 2px 3px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-left: 93px;
    margin-top: 15px;
  }

.banner_playlist img {
    width: 86%;
  }

.titulo_letra {
    width: 80px;
    padding: 2px 0px 2px 17px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-top: 38px;
    margin-left: 131px;
  }

.letra p {
    padding: 0px 26px 0px 24px;
  }

.letra button {
    width: 136%;
    margin-left: -39px;
    margin-top: 0px;
  }

.audio_colunista {
    display: inline-block;
    width: 358px;
    padding: 0px 2.5% 18px 28px;
    margin-top: -3px;
    border-radius: 0px;
  }

.overlay_exclusive1 {
    position: absolute;
    bottom: 0;
    background: rgba(36, 46, 180, 0.9);
    width: 301px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 62px;
    margin-left: 23px;
  }

.texto_destaque_artista {
    top: 460px;
    text-align: center;
    width: 420px;
    padding: 4px 0px 50px 40px;
    margin: 0px 0px 0px -47px;
    background-color: rgba(0,0,0, 0.8);
  }

  .texto_materia {
    width: 92%;
  }

  .texto_materia p {
    padding: 0;
    margin-top: 14px;
    margin: 0 auto;
  }

  .texto_materia button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
  }

  .texto_materia button:hover {
    width: 52%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px 0px 0px -15px;
  }

  .texto_promocoes p {
    padding: 0px;
    margin-top: 14px;
    margin: 0 auto;
  }

  .texto_promocoes button {
    width: 100%;
    margin: 0 auto;
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
  }

  .footer_logo {
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .musica_footer {
    margin: 0 auto;
  }

  .canais_footer {
    margin: 0 auto;
  }

  .fale_footer{
    margin-left: -1px;
  }

  .footer_redes_sociais {
    margin: 0 auto;
  }



}


/*iPhone 6, 7, & 8 Plus Media Queries */

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 

  .overlay_leiamais {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #242eb4;
    overflow: hidden;
    width: 354px;
    margin-left: 14px;
    height: 0;
    transition: .5s ease;
  }

.overlay_promo1 {
    width: 300px;
    margin-left: 42px;
  }

.overlay_promo2{
  width: 250px;
  margin-left: 67px;
  }

.overlay_promo3{
  width: 250px;
  margin-left: 67px;
  }

.nome_artista {
    padding: 3px 0px 2px 0px;
    transition: all 500ms ease-in-out;
    margin-left: 123px;
    margin-top: 13px;
  }

.ultimas_tocadas {
    width: 150px;
    padding: 3px 0px 2px 1px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-left: 116px;
    margin-top: 15px;
  }

.banner_playlist img {
    width: 78%;
  }

.info_aovivo h1 {
    font-size: 22px;
    margin-top: 11px;
    padding: 10px 15px 0px 15px;
  }

.info_aovivo p {
    padding: 3px 41px 4px 42px;
  }

.info_aovivo button {
    margin-left: -30px;
    width: 125%;
  }

.titulo_letra {
    width: 80px;
    padding: 2px 0px 2px 17px;
    transition: all 500ms ease-in-out;
    margin-bottom: 13px;
    margin-top: 38px;
    margin-left: 147px;
  }

.letra p {
    padding: 0px 44px 0px 42px;
  }

.letra button {
    width: 122%;
    margin-left: -27px;
    margin-top: 0px;
  }

  .audio_colunista {
    display: inline-block;
    width: 392px;
    padding: 0px 2.5% 18px 28px;
    margin-top: -3px;
    border-radius: 0px;
  }

.overlay_exclusive1 {
    position: absolute;
    bottom: 0;
    background: rgba(36, 46, 180, 0.9);
    width: 301px;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 62px;
    margin-left: 41px;
  }

.texto_destaque_artista {
    top: 460px;
    text-align: center;
    width: 460px;
    padding: 4px 0px 22px 40px;
    margin: 0px 0px 0px -47px;
    background-color: rgba(0,0,0, 0.8);
  }

  .rating_materia {
    font-size: 10px;
    text-align: center;
    margin-right: 115px;
    margin-top: 10px;
    margin-bottom: 11px;
  }

  .btn_faca_cadastro {
    color: #fff;
    width: 388px;
    background-color: #242eb4;
    border-color: #242eb4;
    transition: all 500ms ease-in-out;
    padding: 1px 1px 0px 0px;
    margin: -3px 0px 0px 0px;
    display: block;
    margin-top: 11px;
  }

  .texto_promocoes .btn-container {
    margin: auto;
    height: 44px;
    width: 91%;
    margin-bottom: -39px;
  }

.texto_promocoes p {
    padding: 0;
    margin-top: 14px;
    margin: 0 auto;
  }

.texto_promocoes button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }

.pg_artistas_a_z .hovereffect a.info {
    font-family: 'patron-regular', sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 7px 40px;
    width: 190px;
    margin-left: -9px;
    margin-top: 80px;
    font-weight: 900;
    font-size: 15px;
  }

  .texto_materia {
    width: 92%;
  }

  .texto_materia p {
    padding: 0;
    margin-top: 14px;
    margin: 0 auto;
  }

.texto_materia button {
    width: 100%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
  }

  .texto_materia button:hover {
    width: 58%;
    background: #242eb4;
    color: #fff;
    font-family: 'patron-regular', sans-serif;
    font-weight: 900;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 6px;
    margin: 10px 0px 0px -15px;
  }

  .footer_logo {
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .row_footer{
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .musica_footer {
    margin: 0 auto;
  }

  .canais_footer {
    margin: 0 auto;
  }

  .fale_footer{
    margin-left: 0px;
  }

  .footer_redes_sociais {
    margin-left: -4px;
  }

}