.badge-new {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	background: #e74c3c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	pointer-events: none;
	overflow: hidden;
    animation: badgeBounce 2s infinite;
}

.badge-new::after {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes badgeBounce {
    0%, 100% {
        transform: translateY(0) rotate(-3deg) scale(1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    30% {
        transform: translateY(-9px) rotate(3deg) scale(1.1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    60% {
        transform: translateY(-4px) rotate(-2deg) scale(0.97);
    }
    80% {
        transform: translateY(-6px) rotate(2deg) scale(1.05);
    }
}

@keyframes shimmer {
    0%   { left: -75%; }
    100% { left: 125%; }
}
.header-top-left span,
#button-search {
	cursor: pointer;
}

.search_tetatita_menu {
	display: none !important;
}

#div-form-search input {
	border-radius: 3rem 0rem 0rem 3rem;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#div-form-search form {
	display: flex;
}

#div-form-search {
	padding: 10px;
	max-width: 900px;
	margin: 0 auto;
}

#div-form-search button {
	border-radius: 0rem 4rem 4rem 0rem;
	background-image: -webkit-linear-gradient(top, #dc2a0b 0, #c4250a 100%);
	background-image: linear-gradient(to bottom, #dc2a0b 0, #c4250a 100%);
	background-repeat: repeat-x;
	border-color: #c4250a;
}

.active {
	display: block !important;
}

.row-alejandro {
	margin: 0 auto;
	max-width: 1600px;
	display: flex;
	flex-wrap: wrap;
}

.row-alejandro .videov1,
.row-alejandro .videov2 {
	max-width: 519px;
	position: relative;
	margin: 5px 5px 20px 5px;
}

.icon-more{
	z-index: 1111111;
	pointer-events: none;
	animation: bounce 1s infinite;
}
.more-left {
	transform: scaleX(-1);
	animation: bounce2 1s infinite;
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes bounce2 {

	0%,
	100% {
		transform: translateY(0) scaleX(-1);
	}

	50% {
		transform: translateY(-8px) scaleX(-1);
	}
}

.title_most,.most_viewed_div{
	background: #212121;
	color: white;
	padding: 10px;
	border-radius: 3rem;
}
.most_viewed_div h4,.most_viewed_div .project-desc .title>a{
	color: white !important;
}

.most_viewed_div_belselection,.most_viewed_div_belselection .title_most{
	background: #ffb001;
	color: black;
	padding: 10px;
	border-radius: 3rem;
}

.videov2 video {
	width: 518px;
	max-height: 293px;
	background-color: black;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.videov2 .first-video {
	position: absolute;
	max-width: 519px;
	height: 293px;
}

.videov1 {
	width: 519px;
	height: 340px
}

.vintage h5 {
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 519px;
	margin-top: 120px;
	z-index: 9;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;

}

.vintage h5 span {
	color: #820e97;
}

.vintage .owl-item {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.vintage:hover .owl-item {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

.placeholder-tetatita {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: darkgray;
	background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	position: relative;
}

.videov1 a {
	clear: both;
}

.videov1 .project-desc {
	padding-top: 10px;
	padding-bottom: 5px;
}

.project-desc small {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	color: black;
}

.videov2 .project-desc .text,
.videov1 .project-desc .text {
	padding: 20px;
}

.teta-carousel {
	display: flex;
	overflow: hidden;
	padding-bottom: 17px;
}

.teta-carousel img {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 100%;
	min-width: 519px;
}

.paginator {
	margin-top: 20px;
}

.project-desc .desc {
	background-color: #2f2f2f;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: white;
	border-radius: 1em;
}

.owl-carousel .owl-stage-outer {
	/* height:292px; */
	overflow: hidden;
}

.tags-home {
	margin: 2px;
	margin-top: 10px;
	padding: 7px;
	border-radius: 3rem;
	background: #f2f2f2;
	color: black;
	font-size: 12px;
	font-weight: 500;
}

.tags-home:hover {
	color: black;
}

.owl-dots {
	display: none;
}

/* media query mobile */
@media screen and (max-width: 519px) {
	.search_tetatita_menu {
		display: block !important;
	}

	.categories-row a {
		text-align: left !important;
		margin: 0 !important;
	}

	.categories-row a:hover {
		background: #f2f2f2 !important;
		color: black !important;
	}

	.movil .header-top-nav {
		width: 70%;
	}

	.teta-carousel img {
		width: 100%;
		min-width: 100%;
	}

	.videov2 video {
		max-width: 338px !important;
		height: auto;
	}

	.videov2 .first-video {
		/* max-width:350px !important; */
	}

	.owl-carousel .owl-stage-outer {
		height: auto !important;
	}

	.owl-item:not(.active) {
		padding-left: 11px;
	}

	.login-tetatita {
		text-align: center;
	}

	.login-tetatita a {
		font-size: 10px !important;

	}
}

@media screen and (max-width: 450px) {
	.videov2 video {
		max-width: 100% !important;
		height: auto;
	}

	.videov1 {
		width: 100%;
		height: auto;
	}

	.videov2,
	.videov1 {
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 1780px) {
	.container2 {
		max-width: 90% !important;
	}

	.row-alejandro .videov1,
	.row-alejandro .videov2 {
		max-width: 450px;
		margin: 0 auto;
	}

	.owl-carousel .owl-item img,
	.owl-carousel .owl-item source {
		height: none !important;
	}

	.videov2 .first-video {
		position: absolute;
		max-width: 450px;
		height: auto !important;
	}

	.videov2 video {
		max-width: 450px;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	.vintage h5 {
		max-width: 519px;
		margin-top: 90px;

	}
}