@font-face {
	font-family: 'DK_Longreach';
	src: url('../fonts/DK_Longreach.otf') format('opentype');	
}

body {
	overflow-x: hidden !important;
}

/* Seletor de elementos que deseja aplicar a fonte */
h1, h2, .display-4, .lead, .btn,.nav-link , .card-title, footer, header {
	font-family: 'DK_Longreach' !important;
	letter-spacing: 0.01in !important;
}



.card-img-top {
    border: 5px !important;
    max-height: 17rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.card-body {
	text-align: center;	
}
.jumbotron-wrapper {
    background-color: rgba(0, 0, 0, 0.5); /* Fundo branco transparente */
    border-radius: 10px; /* Borda arredondada */
    overflow: hidden; /* Evita que a imagem de fundo se estenda além da borda da div */
}
.jumbotron {
	padding: 0 !important;
	margin-bottom: 0 !important;
	background-color: inherit !important;  
}
.btn-primary {
    background-color: #91271d;
    border-color: #91271d;
    /*color: #000000 !important;*/
}
.btn-primary:hover {
    color: #fff;
    background-color: #ba410d !important;
    border-color: #ba410d !important;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

#footer {
    background-color: #222 !important;
    color: #fff !important;
    clear: left;
    width: 100%;
    position: unset !important;
    padding-bottom: 20px;
}

#footer .row {
     margin-right: 0px; 
     margin-left: 0px; 
}

#footer label {
     color: #fff;
}

#footer i {
     color: #fff;
}

#footer a {
     cursor: pointer !important;
}

#footer a label {
     cursor: pointer !important;
}

#btnDueto {
	background-color: #333333;
	border-color: #333333;
    max-height: 65px;
	border-radius: 0 0 0.5rem 0.5rem;
	bottom: 0;
	position: absolute;
}
#btnTrio {
	background-color: #329966 !important;
	border-color: #329966;
    max-height: 65px;
	border-radius: 0 0 0.5rem 0.5rem;
	bottom: 0;
	position: absolute;
}
#btnBanda {
	background-color: #333333;
	border-color: #333333;
    max-height: 65px;
	border-radius: 0 0 0.5rem 0.5rem;
	bottom: 0;
	position: absolute;
}
#btnTipoArtista {
	background-color: #44ad79;
	border-color: #44ad79;
    max-height: 65px;
	border-radius: 0 0 0.5rem 0.5rem;
	bottom: 0;
	position: relative;
}

#btnDj {
	background-color: #44ad79 !important;
	border-color: #44ad79;
    max-height: 65px;
	border-radius: 0 0 0.5rem 0.5rem;
	bottom: 0;
	position: relative;
}



.destaque {
	transform: scale(1.1);
	transition: transform 0.3s;
	cursor: pointer !important;
}

.video-frame {
  border: 1px solid #ccc;
  padding: 10px;
}

.parallax-container {
    position: relative;
    height: 500px;
    overflow: hidden;
  }

  .parallax-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
  }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }


@media screen and (max-width: 767px) {
  /* Estilos para celular */
  .display-4 {
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 1.2;
	}
	#banner_index {
		background-position: left bottom;
	}
	#banner_sanfoneiro {
		background-position: left top;
		height: 300px !important;
	}
	#banner_trio {
		background-position: left top;
		height: 300px !important;
	}
	#banner_banda {
		background-position: left top;
		height: 300px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Estilos para tablet */
  .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4;
	}
	#banner_index {
		background-position: center bottom;
	}
	#banner_sanfoneiro {
		background-position: left top;
		height: 300px !important;
	}
	#banner_trio {
		background-position: left top;
		height: 300px !important;
	}
	#banner_banda {
		background-position: left top;
		height: 300px !important;
	}
}

@media screen and (min-width: 992px) {
  /* Estilos para PC */
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
	}
}
