/*svg:hover {
	fill: red;
	}*/
/* https://yoksel.github.io/url-encoder/ */
.icon {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-out;
	fill: white;
	stroke: white;
}

.icon:hover,
.icon:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menuhome {
	width: 77px;
	height: 30px;
}

.icon-menuhome:hover,
.icon-menuhome:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menumovie {
	width: 62px;
	height: 30px;
}

.icon-menumovie:hover,
.icon-menumovie:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menushow {
	width: 72px;
	height: 30px;
}

.icon-menushow:hover,
.icon-menushow:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menukids {
	width: 67px;
	height: 30px;
}

.icon-menukids:hover,
.icon-menukids:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menusagas {
	width: 68px;
	height: 30px;
}

.icon-menusagas:hover,
.icon-menusagas:active {
	fill: #bf000a;
	stroke: #bf000a;
}

.icon-menuhorror {
	width: 91px;
	height: 30px;
}

.icon-menuhorror:hover,
.icon-menuhorror:active {
	fill: #bf000a;
	stroke: #bf000a;
}


.avatarred {
	/* border: 1px solid #333; */
	/* border-radius: 10px; */
	border: 4px solid #e50914;
	/* Animation */
	-webkit-animation: ombre ease-in infinite alternate 500ms;
	-moz-animation: ombre ease-in infinite alternate 500ms;
	animation: ombre ease-in infinite alternate 500ms;
}


.menu-bg-bordergradient-red {
	border-left: 5px solid #bf000a;
	border-right: 5px solid #bf000a;
	background: transparent linear-gradient(90deg, rgba(255, 55, 65, 0.5) 0%, rgba(1, 1, 1, 0) 50%, rgba(255, 55, 65, 0.5) 100%);
	border-radius: 5px;
	height: 50px;
	transition: all 0.3s ease-in-out;
}

.menu-bg-bordergradient-red:hover {
	border-left: 5px solid #e50914;
	border-right: 5px solid #e50914;
	background: transparent linear-gradient(90deg, rgba(255, 55, 65, 0.6) 0%, rgba(255, 55, 65, 0.2) 10%, rgba(1, 1, 1, 0) 40%, rgba(1, 1, 1, 0) 70%, rgba(255, 55, 65, 0.2) 90%, rgba(255, 55, 65, 0.6) 100%);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.navbar-brand {
	margin-right: 0rem !important;
}

/**https://codepen.io/nxworld/pen/ZYNOBZ */
/* figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
} */
/* Shine */
/* .hoverShine figure {
	position: relative;
}
.hoverShine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hoverShine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.post-img {
    position: relative;
}
*{
    transition: all 0.3s ease-in-out;
} */

/* .dropdown-item:active, .dropdown-item:hover {
color: #f8f9fa;
text-decoration: none;
background-color: var(--iq-bg1)!important;
background: var(--iq-bg1)!important;
padding: .25rem 1.5rem!important;
text-align: center;
}	 */





/*.icon-cartoon {
	width: 59px;
	height: 30px;
	background-image: url(../logos/Cartoon_logo-white.svg); */
/* margin-top: 20px!important; */
text-align: center;
}

.icon-cartoon:hover,
.icon-cartoon:active {
	width: 59px;
	height: 30px;
	background-image: url(../logos/Cartoon_logo-red.svg);
	*/
	/* margin-top: 20px!important; */
	text-align: center;
}

*/
/* .shadowes
   {
	-moz-box-shadow: 4px 4px 10px rgb(0, 255, 191); 
	-webkit-box-shadow: 4px 4px 10px rgb(0, 255, 191); 
	box-shadow:4px 4px 6px rgb(0, 255, 191);
/* margin-top: 20px!important; */
text-align: center;
}

*/
/* svg {
    fill: white;
    &:hover,
    &:nth-child(2) {
      filter: drop-shadow(4px 4px 1px #b71c1c);
    } */

/* svg {
		filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	  } */
/* svg {
		fill: #90caf9;
		&:hover,
		&:nth-child(2) {
		  filter: url(#shadow)2023;
		}
	  } */