/* @import url(https://fonts.googleapis.com/css2?family=Balthazar&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap); */

@font-face {
  font-family: 'Balthazar';
  src: url('/fonts/balthazar-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body {
			max-width: 100%;
			overflow-x: hidden;
			background-color: #f6f6f7;
      font-family: 'Roboto', sans-serif;
			/* background: linear-gradient(to bottom,#101826,#000); */
			color: aliceblue!important;
      /*min-height: 100% !important;*/
}



main{
  background: linear-gradient(to bottom,#101826,#000);
  min-height: 100vh;
}

footer{
  padding: 10px 0px 0px 0px;
}

.titleFont{
  font-family: 'Balthazar', serif;
  text-transform: uppercase;
}

a{
	color: aliceblue;
  text-decoration: none;
}

table{
  margin-bottom: unset !important;
}

tr:first-child{
  border-top: unset;
}

.teste{
    background-color: #222;
    margin-top: 20px;
    box-shadow: 0 0 35px #222;
    border: 1px solid #333;
    border-radius: 5px;
}
.pageBlocoTitle
{
	font-size: xx-large;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
	/*border-left: 6px solid #ee1515!important;*/
	border-left: 6px solid #152238!important;
}

.nanoText{
  font-size: 9px;
}

.modernWay {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minorText{
 font-size: 12px; 
}
.mediumText{
  font-size: 15px;
}
.maiortext{
  font-size: 20px;
}

.secColor{
  color: #c0c0c0;
}

.viewMore{
  border-color: aliceblue;
  border-style: solid;
  padding: 10px;
  border-radius: 20px;
  font-size: 0.875rem;
  border-width: 1px;
  cursor: pointer;
}

.nav .nav-item .active{
  /* background-color: crimson; */
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  border-radius: 5px 5px 0 0;
/*   border-style: solid;
  border-width: 1px 1px 0 1px; */
}

.secBlockInfo{
  text-align: center;
  border-radius: 5px;
  font-size: 10px;
  color: #808080;
  background: rgb(255 255 255 / 4%);
  padding: 10px;
  margin: 5px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.05);
}

.picksImgSize{
  height: 20px;
  width: 20px;
}


@media (min-width:768px) and (max-width:962px) {
  .picksImgSize{
    height: 14px;
    width: 14px;
  }
  }

.trackListItem{
  border-right-style: solid;
  margin-right: 10px;
  border-width: 1px;
  padding-right: 2px;
}

@media (min-width: 576px){
  .menuBreak{
    top: 8px;
    position: absolute;
    left: 40%;
    color: aliceblue!important;
  }  
}

.navbar-collapse .navbar-nav a{
  color:aliceblue;
} 

.navTop{
  /* margin-bottom: 20px; */
  padding: 2px;
}

.buttonNav{
  border: unset;
  font-size: 22px;
  padding: 0px 10px 0px 0px;
  position: absolute;
  right: 55px;
  top: 21px;
  background: unset;
  color: aliceblue;
}

.navbar-toggler:focus {
  text-decoration: unset;
  outline: 0;
  box-shadow: unset;
}

.navImg{
  /*height:40px; 
  width:34px;
  height:46px; 
  width:300px;*/
  
  height:31px; 
  width:210px;
}

.navBrandName{
  margin: 0px 0px 0px 10px;
  font-size: 15px;
}
.navBrandPosition{
  position: absolute;
  top: 17px;
}

.loginSignin{
  position: absolute;
  right: 10px;
  top:20px;
}

.navUserMenu{
  display:none;
  position: absolute;
  right: 10px;
  top:15px;
}

.navUserMenuDropdown{
  right: 0px;
  left: unset!important;
  top: 36px!important;
}

.navSearchDropDown{
  top:21px!important;
  width: 255px;
  padding: 5px;
  height: 50px;
}

.navSearchButton{
  position: absolute;
  right: 65px;
  /*top: 18px*/;
  bottom: 0px;
}

.navSearchInputButton{
  border-radius: 0px 5px 5px 0px;
}

.navUserImgRound{
  border-radius: 50%;
  height:35px;
  width:35px;
  /*position: absolute;
  right: 0px;
  top: 27px;*/
}

.textNameShow{
  overflow: hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;
}

.viewAll{
  font-size: 12px;
  font-weight: 500;
  margin-top: -15px;
  bottom: -10px;
  right: -8px;
  position: relative;
  text-transform: uppercase;
  color: #c0c0c0;
}

.hmbBlocoTitle{
  font-size: 15px;
  font-weight: 700;
  border-left: 6px solid #152238!important;
  padding-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.spcMargin1{
margin-top: 1rem;
margin-bottom: 1rem;
}
div .borderBottom1{
border-bottom: 1px solid #ccc!important;
}
.colorBlue1{
background-color:#152238
}
.adj1{
position: relative;
bottom: 37px;
font-size: 20px;
}

.borderHeaderHighLitghtLeft{
  border-top: 1px solid #dee2e6!important;
  border-right: 1px solid #dee2e6!important;
  border-bottom: 1px solid #dee2e6!important;
}

.borderHeaderHighLitghtRight{
  border-top: 1px solid #dee2e6!important;
  border-left: 1px solid #dee2e6!important;
  border-bottom: 1px solid #dee2e6!important;
}

.bottomBorder1{
/*border-bottom: 6px solid #ee1515!important;*/
border-bottom: 6px solid #152238!important;
margin-bottom: 5px;
margin-top: 5px !important;
padding-bottom: 10px;
  
}

.bandLine{
	color: aliceblue;
}
.textarea{
    resize:none;
    height:200px;
    transition:all 0.5s;
    border:2px solid #DDDDDD;
    width:100% !important;
}

.textarea_danger{
    border:2px solid red !important;
}

.textarea:focus{
    box-shadow:none;
    outline:none;
    border:2px solid blue;
}

.login{
  text-decoration: unset;
  color: aliceblue;
  cursor: pointer;
}


@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  background: linear-gradient(to right, #222 8%, #000 18%, #222 33%);
  background-size: 800px 104px;
  height: 330px;
  position: relative;
}

.metalBestAlbumRow{
	margin-bottom: 10px;
}
.lineMetalBestAlbumRow{
	background-color: #545353;
}
.paletaRotate{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
	justify-content: center;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

@media (min-width: 576px) {
  .navUserMenu{
    display:none;
    position: absolute;
    right: 10px;
    top:70px;
  }

  .loginSignin {
    position: absolute;
    right: 10px;
    top:80px;
  }
}

@media (max-width: 665px) and (min-width: 576px) {
  .fontSizeMenu {
    font-size: 12px;
  }
  .navUserMenu{
    display:none;
    position: absolute;
    right: 10px;
    top:63px;
  }

  .loginSignin {
    position: absolute;
    right: 10px;
    top:80px;
  }
}

@media (max-width: 517px) {

  .correLoading{
    margin-left: -19px;
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.userImageCircular{
  border-radius: 50%;
  height: 35px;
  width : 35px;
}

.userImageCircularSmall{
  border-radius: 50%;
  height: 20px;
  width : 20px;
}

.planSelected{
  border: 1px solid #ccc!important;
  border-radius: 5px;
  background-color: #595858;
}

.owl-carousel .owl-item {
  opacity: 0.35;
}

.owl-carousel .owl-item {
  opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
  opacity: 1;
}

.owl-carousel-info-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  text-align: left;
}

.owl-carousel-info {
  background-color: var(--section-bg-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
}


.pulse {
  box-shadow: 0 0 0 #ff0d0d;
  animation: pulse 2s 3;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff0d0d;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #ff0d0d;
    box-shadow: 0 0 0 0 #ff0d0d;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.boxSke{
  max-width: 300px;
  width: 100%;
  padding: 0 15px;
}
.skeleton {
  width: 100%;
  /* background: #fff;
  margin-bottom: 20px; */
  border-radius: 5px;
/*   display: flex;
  justify-content: center; 
  align-items: center;*/
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}
.skeleton-left{
  flex:2;
  padding-right:15px;
}
.skeleton-right{
  flex:1;
}
.flex1{
  flex: 1;
}
.flex2{
  flex: 2;
}
.skeleton .square {
  height: 150px;
  width:150px;
  /* border-radius: 5px; */
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-squares 2s infinite ease-out;
}
.skeleton-right{
    flex:1;
}
.skeleton .line {
  height: 12px;
  margin-bottom:3px;
  border-radius: 2px;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out;
}
.circle{
  border-radius: 50% !important;
   height: 80px !important;
   width: 80px;
}

.h8{
  height: 8px !important;
}
.h18{
  height: 18px !important;
}
.h19{
  height: 19px !important;
}
.w17px{
  width: 17px !important
}
.w90px{
  width: 90px !important
}
.w100px{
  width: 100px !important
}
.w25{
  width: 25% !important
}
.w40{
  width:40% !important;
}
.w50{
  width: 50% !important
}
.w75{
  width: 75% !important
}
.m10{
  margin-bottom: 10px !important;
}
@keyframes wave-lines {
  0% {
      background-position: -468px 0;
  }
   100% {
      background-position: 468px 0;
  }
}
@keyframes wave-squares {
  0% {
      background-position: -468px 0;
  }
   100% {
      background-position: 468px 0;
  }
}

.popover {
  max-width: 400px; /* Largura máxima */
  background-color: #222; /* Cor de fundo */
  border: 2px solid #152238; /* Cor da borda */
  color: black; /* Cor do texto */
  font-size: 14px; /* Tamanho da fonte */
  border-radius: 10px; /* Raio da borda */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Sombra */
}

.popover-body {

color: aliceblue;
}

  .horn-container {
      display: flex;
      gap: 10px;
      flex-direction: row;
      justify-content: center;
      margin-top: 50px;
    }

    .hand {
        position: relative;
        width: 15px; /* Tamanho da mão */
        height: 15px; /* Tamanho da mão */
        background-color: #ffffff; /* Mão branca */
        border-radius: 3px;
        margin: 5px;
    }

    /* Dedo indicador levantado */
    .hand::before {
      content: '';
      position: absolute;
      top: -17px;
      left: -2px;
      width: 4px;
      height: 20px;
      background-color: #ffffff;
      border-radius: 2px;
      transform: rotate(-15deg);
    }

    /* Dedo mindinho levantado */
    .hand::after {
      content: '';
      position: absolute;
      top: -11px;
      right: -1px;
      width: 4px;
      height: 15px;
      background-color: #ffffff;
      border-radius: 2px;
      transform: rotate(10deg);
    }

    /* Polegar e dedos médios fechados */
    .thumb-finger, .middle-finger, .ring-finger {
        position: absolute;
        bottom: 5px;
        background-color: #ffffff;
        border-radius: 2px;
    }

  .thumb-finger {
    width: 12px;
    height: 7px;
    bottom: 2px;
    left: -4px;
    transform: rotate(-45deg);
    border-radius: 30px 15px 15px 15px;;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    z-index: 10;
      }

    /* Dedo médio fechado (centro da mão) */
    .middle-finger {
      width: 6px;
      height: 12px;
      left: 1px;
      border-radius: 7px 5px 6px 6px;
      border-color: black;
      border-style: solid;
      border-width: 1px;
    }

    /* Dedo anelar fechado (lado direito da mão) */
    .ring-finger {
      width: 6px;
      height: 12px;
      right: 2px;
      border-radius: 5px 7px 6px 6px;
      border-color: black;
      border-style: solid;
      border-width: 1px;
      z-index: 9;
    }

    /* Animação de "subir e descer" */
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
    }

    .hand {
        animation: bounce 1.2s infinite ease-in-out;
    }

    .hand:nth-child(1) {
        animation-delay: 0s;
    }

    .hand:nth-child(2) {
        animation-delay: 0.4s;
    }

    .hand:nth-child(3) {
        animation-delay: 0.8s;
    }

