.wrapper {
	background-color: rgb(249, 249, 249);
}

.contenedor-player {
	background: rgba(0, 0, 0, .8);
	margin-top: 15px;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	overflow: hidden;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.contenedor-player .actualizar-canal {
	background-color: transparent;
	color: #a4a4a4;
	float: right;
	border: none;
	font-size: 11px;
	font-weight: 600;
	border-top-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.contenedor-player .titulo {
	padding: 10px;
	margin: 0;
	width: 95%;
	font-family: logo, logo_explorer, Verdana;
	color: #EBEBEB;
}

@media (min-width: 768px) {
	.player {
		height: 440px;
	}
}

.player {
	display: block;
	width: 100%;
	height: 250px;
}

.video-usuario {
	position: absolute;
	top: 75px;
	right: 15px;
	color: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .5);
	padding: 3px 5px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}

.video-usuario2 {
	left: 10%;
}

.video-usuario2,
.video-usuario3 {
	top: 75%;
	position: absolute;
	display: none;
	color: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .5);
	padding: 3px 5px;
	font-family: logo, logo_explorer, Verdana;
	border-radius: 3px;
}

.video-usuario3 {
	right: 10%;
}

@media (min-width: 768px) {
	.video-nombre-web {
		left: 40%;
	}
}

.video-nombre-web {
	position: absolute;
	display: none;
	top: 75px;
	left: 10%;
	color: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .5);
	padding: 3px 5px;
	border-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}

.text-warning-1 {
	color: #8a6d3b;
}

/* 
  #fechas-container {
    height: 300px;
    width: 500px;
    overflow: hidden;
  }
  
  .carrusel-fechas {
    display: flex;
    transition: transform 0.5s ease-in-out;
    white-space: nowrap;
  }
  
  .fecha-item {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
    width: 150px;
    text-align: center;
  }
  
  .carrusel-fechas::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 5px;
  }
  
  .carrusel-fechas::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }*/

.scrolling-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.scrolling-card {
	flex: 0 0 auto;
	border: solid 3px #df0909;
	margin: 10px;
	/* width: 80px; */
	/*height: 150px; */
	text-align: center;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 7px;
}

/* .scrolling-container::-webkit-scrollbar {
    display: none;
  } */

.scrolling-buttons-container {
	display: flex;
	justify-content: space-between;
	font-size: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
