@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'text medium';
    src: url('fonts/text_medium.woff2') format('woff2'),
        url('fonts/text_medium.woff') format('woff'),
        url('fonts/text_medium.svg#text_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'text';
    src: url('fonts/text.woff2') format('woff2'),
        url('fonts/text.woff') format('woff'),
        url('fonts/text.svg#text') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sans';
    src: url('fonts/sans.woff2') format('woff2'),
        url('fonts/sans.woff') format('woff'),
        url('fonts/sans.svg#sans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'title';
    src: url('fonts/title.woff2') format('woff2'),
        url('fonts/title.woff') format('woff'),
        url('fonts/title.svg#title') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dbold';
    src: url('fonts/dbold.woff2') format('woff2'),
        url('fonts/dbold.woff') format('woff'),
        url('fonts/dbold.svg#dbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'dsuper';
    src: url('fonts/dsuper.woff2') format('woff2'),
        url('fonts/dsuper.woff') format('woff'),
        url('fonts/dsuper.svg#dsuper') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body{
	background: black;
	margin: 0;
	text-rendering: geometricPrecision;
}

html {
  scroll-behavior: smooth;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.desktop{
	display: inherit;
}

/* POPUP */
    .popup_fons {
        position:fixed;
        top:0;
        left:0;
        display:block;
        width:100%;
        height: 100%;
        opacity:1;
        z-index:9999;
		font-family: 'dbold';
		color: #FBD133;
		font-size: 29.2vw;
		letter-spacing: -2px;
    }

    .popup_fons p{
        text-align: center;
        margin: 0px;
    }

    .popup_fons img{
        width: 31%;
        height: auto;
    }

    #popup_centre{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.teaser{
    width: 100vw;
    height: 100%;
	align-items: center;
    display: flex;
    justify-content: center;
	padding-bottom: 20px;
}

.video{
	padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

#menu{
	position: -webkit-sticky;
	position: sticky;
	width: 100vw;
	height: 45px;
	top: 0;
	left: 0;
	z-index: 999;
	background: black;
	-webkit-box-shadow: 0px 2px 8px 3px rgb(0 0 0);
    box-shadow: 0px 2px 8px 3px rgb(0 0 0);
}

.title{
	font-family: 'dbold';
	color: #FBD133;
    font-size: 35px;
    text-align: center;
    padding-top: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0;
	 -webkit-transition: all 1.5s ease-in-out;
    -moz-transition:    all 1.5s ease-in-out;
    -o-transition:      all 1.5s ease-in-out;
    -ms-transition:     all 1.5s ease-in-out;
    transition:         all 1.5s ease-in-out;
	width: 200px;
    margin: 0 auto;
}

.apartats{
	float: right;
    margin-top: -32px;
    font-family: 'dbold';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.apartats a{
	text-decoration: none;
	color: white;
	padding-right: 25px;
}

.apartats a:hover{
	color: #FBD133;
}

.idiomes{
    float: left;
    margin-top: 15px;
    font-family: 'dbold';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.idiomes a{
	text-decoration: none;
	color: white;
	padding-right: 10px;
}

.idiomes a:hover{
	color: #FBD133;
}

.text{
    width: 100vw;
	color: white;
	font-family: 'text';
	padding-bottom: 150px;
}

.logline{
    font-family: 'text medium';
    font-size: 30px;
    line-height: 35px;
	padding: 100px 50px 100px 50px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.meitat{
    width: 50%;
    float: left;
	height: 550px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.meitat2{
    width: 50%;
    float: left;
    position: relative;
}

.titol_seccio{
    font-family: 'dbold';
    text-transform: uppercase;
    text-align: center;
    width: 100%;
	font-size: 27px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
	padding-top: 50px;
	color: white;
}

.storyline{
    max-width: 80%;
    margin: 0 auto;
    font-size: 21px;
    line-height: 26px;
    text-align: center;	
	 -webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

td{
	vertical-align: text-top;
	width: 50%;
}
		
td p{
	color: white;
	text-align: center;
	font-size: 18px;
    line-height: 24px;
}

.imatges_1{
    width: 100%;
	height: 450px;
    padding-bottom: 50px;
}

.imatges_1 .slick-slide, .imatges_2 .slick-slide{
	margin-left: 25px;	
	box-sizing: border-box;
    position: relative;
	height: 100%;
}

.imatges_1 .slick-list, .imatges_1 .slick-track, .imatges_1 .slick-slide, .imatges_2 .slick-list, .imatges_2 .slick-track, .imatges_2 .slick-slide{
	max-height: 100%;
}

/*.imatges_1 .slick-slide img{
	max-width: 100%;
    max-height: 100%;
}
.imatges_2 .slick-slide img{
	width: 100%;
}
*/

.imatges_2{
    height: 90vh;
    width: 100%;
    padding-bottom: 50px;
}

.imatges_2 .slick-slide{
	margin-left: 0;
}

.premsa{
    margin: 100px 0;
    height: auto;
    display: inline-block;
}

.ousman_imatge{
	background-image: url(img/ousman.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 80%;
}

.ousman .titol_seccio{
	padding-top: 0;
}

.ousman{
    font-family: 'text';
    color: white;
	width: 80%;
    font-size: 18px;
    line-height: 24px;
}

.premsa span{
    display: block;
    font-family: 'text medium';
    padding: 50px;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
}

h10{
    font-family: 'sans';
    font-size: 15px;
    padding-left: 10px;
}

.retalls_premsa{
	color: white;
	padding-bottom: 0;
	display: inline-block;
    width: 100%;
}

.retall{
	width: -webkit-calc(100% / 4);
	width: expression(100% / 4);
	width: -moz-calc(100% / 4);
	width: -o-calc(100% / 4);
	width: calc(100% / 4);
	text-align: center;
	float: left;
    padding: 25px 0;
	height: 125px;
}

h11	{
    font-family: 'dbold';
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.5px;
	display: block;
}

.retall a, .llibre a{
	text-decoration: none;
    color: #FBD133;
    font-size: 17px;
    line-height: 18.5px;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    padding-top: 1px;

}

.retall a:hover, .llibre a:hover{
	text-decoration: none;
	color: white;
}

.llibres{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
	padding-bottom: 100px;
}

.llibres_centrar{
	width: 550px;
    margin: 0 auto;
}

.llibre{
	width: -webkit-calc(100% / 2);
	width: expression(100% / 2);
	width: -moz-calc(100% / 2);
	width: -o-calc(100% / 2);
	width: calc(100% / 2);
	text-align: center;
	float: left;
    padding: 25px 0;
}

.llibre img{
    max-width: 200px;
    height: auto;
	display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.imatges_3{
	display: inline-block;
	height: 550px;
	width: 100vw;
}

.centrar_fotos{
	height: 100%;
	width: 50%;
	margin: 0 auto;
}

.fotos .slick-slide img{
	max-height: 525px;
    max-width: 100%;
	margin: 0 auto;
}

.notas{
	font-size: 18px;
    line-height: 24px;
}

.equip{
	color: #FBD133;
	text-align: center;
	font-size: 17px;
    line-height: 30px;
	padding: 0 50px;
    word-break: keep-all;
}

.equip h11{
	display: inline;
	font-size: 22px;
}

.equip p{
	display: inline;
	padding-left:5px;
	padding-right: 20px;
}

.titol_footer {
	display:block;
	width:100%;
	opacity:1;
	font-family: 'dbold';
	color: #FBD133;
	font-size: 29.2vw;
	letter-spacing: -2px;
	text-align: center;
}

.contacte{
    width: 100%;
    margin-top: -25px;
    text-align: center;
	padding-bottom: 50px;
	font-family: 'text';
    font-size: 17px;
}

.contacte a{
	color: #FBD133;
	text-decoration: none;
	margin-right: 25px;

}

.contacte a:hover{
	color: white;
}


/* MOBIL */

@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2) {
		
		.desktop{
			display: none;
		}
		
		.teaser {
			height: 50vh;
		}
		
		#menu {
			position: fixed;
			height: 80px;
		}
		
		.title{
			font-size: 60px;
			padding-top: 6px;
		}
		
		.titol_seccio{
			font-size: 47px;
		}
		
		.storyline, .ousman {
			max-width: 90%;
			font-size: 30px;
			line-height: 38px;
			-webkit-columns: 1;
			-moz-columns: 1;
			columns: 1;
			margin: 0 auto;
		}
				
		.notas{
			font-size: 30px;
			line-height: 38px;
		}
		
		.imatges_2 {
			height: 600px;
		}
		
		.meitat{
			width: 100%;
			height: auto;
			display: block;
		}
		
		.ousman{
			margin: 0 auto;
			padding-top: 50px;
			text-align: center;
		}
		
		.ousman_imatge{
			height: 450px;
			margin: 0 auto;
		}
		
		.retalls_premsa{
			zoom: 1.2;
		}
		
		.retall {
			width: -webkit-calc(100% / 2);
			width: expression(100% / 2);
			width: -moz-calc(100% / 2);
			width: -o-calc(100% / 2);
			width: calc(100% / 2);
			height: 250px;
		}
		
		h11{
			font-size: 47px;
		}
		
		.retall a, .llibre a{
			font-size: 30px;
			line-height: 30px;
		}
		
		.llibres{
			zoom: 1.3;
		}
		
		.centrar_fotos{
			width: 100%;
		}	
		
		td {
			vertical-align: text-top;
			width: 90%;
			display: block;
		}
}

@media (min-width: 2000px) and (max-width: 3500px) { 
	.video{
		padding: 4% 0 0 0;
	}
	
	#menu{
		margin-top: 50px;
	}
	
	.logline {
		padding: 200px 50px 200px 50px;
		max-width: 60%;
	}
	
	.imatges_1 {
		height: 650px;
	}
	
	.storyline {
		max-width: 50%;
	}
	
	.premsa {
		margin: 100px 15%;
		width: 70%;
	}
	
	.retalls_premsa {
		width: 50%;
		margin: 0 25%;
	}
	
	.equip{
		width: 50%;
		margin: 0 auto;
	}
	
}

