* {
	font-family: 'Poppins', sans-serif;
}

section a:visited{
	color: initial;
}

.container{
	width: 90% !important;
}

nav, .navbar-fixed, .nav-wrapper{
	height: 80px !important;
}

nav a {
	font-size: 13px !important;
	font-weight: bold !important;
}

nav a, nav i{
	line-height: 80px !important;
}

.brand-logo{
	height: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.brand-logo img{
	height: 40px !important;
}

#main-banner{
	border-bottom: solid 4px #b71c1c;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 4rem;
}

#main-banner img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-banner .banner-item .image{
	width: 100%;
	padding-top: 28.1%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section{
	padding: 32px 0;
}

section::first-child{
	padding: 0 !important;
}

.section-title{
	margin-bottom: 24px;
}

.section-title h6{
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #b71c1c;
}

.swiper-wrapper, .swiper-slide{
	height: initial !important;
}

/* MOVIES */
.movie-item{
	width: calc( 25% - 12px );
	margin-right: 16px;
}

.movie-item .image{
	width: 100%;
	padding-top: 56.25%;
	box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
	border-radius: 8px;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.movie-item .image img, .news-item .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-item h6{
	text-transform: uppercase;
	font-weight: 800;
	min-height: 1.2rem;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.movie-item span{
	display: block;
	font-size: 0.9rem;
	min-height: 1.2rem;
	min-width: 50%;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* NEWS */
#news{
	background: #f5f5f5;
	padding: 4rem 0;
}

.news-item{
	width: calc( 33% - 12px );
	margin-right: 16px;
	box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
	border: 1px solid #dadada;
	background: white;
}

.news-item .image{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}

.news-item .content{
	padding: 1rem;
}

.news-item h6{
	text-transform: uppercase;
	font-weight: 800;
	min-height: 1.2rem;
	margin-bottom: 8px;
}


.loading .image, .loading h6, .loading span{
	position: relative;
    overflow: hidden;
    background: #dadada;
    color: #dadada;
}

.loading span{
	display: inline-block;
	width: 50%;
	height: 1rem;
}

.loading .image::before, .loading h6::before, .loading span::before{
	content: '';
	display: block;
	position: absolute;
	left: -150px;
	top: 0;
	height: 100%;
	width: 150px;
	background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
	animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

.download-box{
	width: 100%;
	padding-top: 100%;
	box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dadada;
	display: flex;
	position: relative;
}

.download-box-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.download-box-content img{
	width: 80px;
	margin-bottom: 16px;
}

#about p{
	margin-bottom: 32px !important;
}

p{
	text-align: justify;
}

a.button{
	margin-top: 16px;
}

.flag{
	width: 100%;
	padding-top: 65%;
	box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dadada;
	position: relative;
	margin-bottom: 1.5rem;
	background-color: white;
}

.flag img{
	position: absolute;
	top: 0;
	left: 0;
}

#support, #sponsors{
	background: #f2f2f2;
	padding: 4rem 0;
	margin-bottom: 0;
}

.swiper-button-next, .swiper-button-prev{
	background-color: white;
	width: 48px;
	height: 48px;
	background-size: 25%;
	border: 1px solid #e0e0e0;
}

#main-banner .swiper-button-next{
	right: 2rem;
	border-radius: 48px;
}

#main-banner .swiper-button-prev{
	left: 2rem;
	border-radius: 48px;
}

#largometrajes .swiper-button-next, #cortometrajes .swiper-button-next, #videos .swiper-button-next{
	top: 33%;
	right: -10px;
	border-radius: 48px 0 0 48px;
}

#largometrajes .swiper-button-prev, #cortometrajes .swiper-button-prev, #videos .swiper-button-prev{
	top: 33%;
	left: -10px;
	border-radius: 0 48px 48px 0;
}

#programacion .swiper-button-next, #webinars .swiper-button-next{
	top: 50%;
	right: -10px;
	border-radius: 48px 0 0 48px;
}

#programacion .swiper-button-prev, #webinars .swiper-button-prev{
	top: 50%;
	left: -10px;
	border-radius: 0 48px 48px 0;
}

.dropdown-content{
	top: 80px !important;
	width: initial !important;
}

.dropdown-content a{
	padding: 0 16px !important;
}

.swiper-container a:link{
	color: black;
	text-decoration: none;
}

#main-banner.single{
	width: 100%;
	padding-top: 28.1%;
	position: relative;
}

#main-banner.single .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
}

#main-banner.single .content .text{
	width: 25%;
	position: absolute;
	left: 6%;
	top: 50%;
	transform: translateY(-50%);
}

#main-banner.single .content h5{
	margin-bottom: 1rem;
	font-weight: bold;
}

#main-banner.single .content .btn{
	margin-top: 1rem;
}

#main-banner.single .content .image{
	width: 66%;
	height: 100%;
	border-radius: 400px 0 0 400px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.technical-info p{
	text-align: center !important;
}

.technical-info p strong{
	display: block;
	font-weight: bold;
	font-size: 12px;
}


.prog-item{
	box-sizing: border-box;
	width: calc( 25% - 12px );
	margin-right: 16px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 8px;
	border: 1px solid #dadada;
	background: white;
}

.prog-item .content{
	display: block;
	width: 100%;
	padding-top: 180%;
}

.prog-item .content .image{
	width: 100%;
	height: 35%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 250px 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.prog-item .content .text{
	width: 90%;
	position: absolute;
	top: 40%;
	right: 5%;
	text-align: center;
}

.prog-item .content .btn{
	margin-top: 1rem;
	width: 50%;
	display: block;
}

.prog-item [name=availability]{
	color: grey;
	text-transform: uppercase;
	font-size: 12px;
}

.prog-item [name=feature]{
	font-weight: bold;
	margin: 0.5rem 0 1rem 0;
}

.prog-item [name=shortfilm-title]{
	font-size: 0.8rem;
	color: grey;
	margin-bottom: 0.5rem;
	display: block;
}

.prog-item [name=shortfilm]{
	font-size: 12px;
	display: block;
}

.prog-item .btn{
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

.dropdown-trigger i{
	margin-left: 0 !important;
}

#webinars [name=shortfilm]{
	font-size: 1rem !important;
}

@media only screen and (max-width: 767px) {
	#main-banner {
		margin-bottom: 0 !important;
	}

	.banner-item .image{
		padding-top: 50% !important;
	}
}