* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  color: white;
  background-color: black;
  height: 100vh;
  padding: 15px;
  display: grid;
  place-items: center;
}

.app__videos {
  display: none;
  position: relative;
  /*height: 750px;*/
  height: 100%;
  background-color: white;
  overflow: scroll;
  width: 45%;
  max-width: 400px;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
  border-radius: 20px;
  max-width: 100%;
  overflow-x: hidden;
}

.app__videos::-webkit-scrollbar {
  display: none;
}

.app__videos {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.video {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.video__player {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.videoSidebar {
  position: absolute;
  top: 45%;
  right: 10px;
}

.videoSidebar .material-icons {
  font-size: 28px;
  cursor: pointer;
}

.videoSidebar__button {
  padding: 10px;
  text-align: center;
}

.videoSidebar1{
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /*margin-bottom: 55%;*/
  justify-content: center;
  color: white;
}

.videoSidebar1 .material-icons {
  font-size: 28px;
  cursor: pointer;
}

.videoFooter
{
	position: relative;
	margin-left: 20px;
	color: white;
	display: flex;

	/*position: absolute;
	bottom: 60%;*/
	width: 75%;
	bottom: 6em;
}

.used_icon {
  color: red;
}

.secondary_footer
{
  display: block;
}

.optional_footer
{
  display: none;
  width: 75%;
  padding-right: 90px;
}

@keyframes spinTheRecord {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(360deg);
  }
}

.videoFooter__record {
  display: none;
  animation: spinTheRecord infinite 5s linear;
  height: 50px;
  filter: invert(1);
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.videoFooter__text {
  flex: 1;
  width: 100%;
}

.videoFooter__text h3 {
  padding-bottom: 20px;
  width: 100%  !important;
}

.videoFooter__icon {
  position: absolute;
}

.videoFooter__ticker {
  width: 400px;
  display: flex;
  align-items: center;
}

.videoFooter__ticker marquee {
  height: fit-content;
  margin-left: 30px;
  width: 60%;
}

.videoFooter__description {
  padding-bottom: 20px;
}

.sidebarMobile
{
	display: none !important;
	position: absolute;
	top: 35%;
	right: 10px;
}

/*BUTTONS*/
.button-7 {
  width: -webkit-fill-available;
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
  background-color: #07c;
}

.button-7:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
  background-color: #0064bd;
  box-shadow: none;
}

._90percent {
	height:90% !important;
}

.video_container{
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  background-color: black;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.filtros_busqueda
{
	display: none;
}
.sidebarWeb
{
	width: auto !important;
}
.fullHeight
{
	height: 100% !important;
}

@media (max-width: 525px)
{
	.app__videos
	{
		display: none;
		width: 100%;
		height: -moz-calc(100% - 100px); /* Firefox */
		height: -webkit-calc(100% - 100px); /* Chrome, Safari */
		height: calc(100% - 100px); /* IE9+ and future browsers */
		height: 100%;
		max-width: 100%;
		border-radius: 0;
	}
	.optional_footer
	{
		display: none;
		width: 100%;
		padding-right: 90px;
	}
	body
	{
		padding: 0;
	}
	.loader
	{ 
		width: unset !important; 
		height: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.sidebarWeb
	{
		display: none;
	}
	.sidebarMobile
	{
		display: block !important;
		position: absolute;
		top: 35%;
		right: 10px;
	}
	.sidebarMobile:last-child
	{
		/*background-color: red;
			top: cal(attr(data-top) - 20)%;*/
	}
	.vidCont
	{
		width:100% !important;
	}
	.video_container
	{
		/*height: 99%;*/
		height: -moz-calc(100% - 57px); /* Firefox */
		height: -webkit-calc(100% - 57px); /* Chrome, Safari */
		height: calc(100% - 57px); /* IE9+ and future browsers */
	}
	.video_container:last-child
	{
		scroll-snap-stop: normal;
		height: 100%;
	}
	.penultimate_video1
	{
		height: -moz-calc(100% - 120px) !important; /* Firefox */
		height: -webkit-calc(100% - 120px) !important; /* Chrome, Safari */
		height: calc(100% - 75px) !important; /* IE9+ and future browsers */
	}
	.videoFooter
	{
		width: 90%;
		/*bottom: 160px;
		bottom: 65% !important;*/
		bottom: 23em;
	}
	.post-comments-area
	{
		height: 250px;
	}
	.modal {
		width: unset !important;
		margin: 1em;
	}
	.videoFooter__text h3 {
	  width: 100% !important;
	}
}