/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/************ GENERALES ************/

*, *:before, *:after {box-sizing: border-box;}

.clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.hidden {display: none;}

a {
    color: #c87f64;
    -webkit-transition: all .4s ease-in-out;  
    -moz-transition: all .4s ease-in-out;  
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:hover {text-decoration: underline;}

strong {font-weight: bold;}

.highlight {color: #c87f64;}
	
.grey {color: #777;}

.upper {text-transform: uppercase;}

abbr {
    border-bottom: 2px dotted #c87f64;
    opacity: .5;
    font-weight: 600;
}
body {
    background-color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    line-height: 1.9rem;
    font-weight: 300;
    color: #352d2f;
}
.container {
    width: 100%;
    position: absolute; /* Para recolocar con JS */
    right: 0;
    top: 0;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Botones RRSS */

.btn-social{
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10;	
}
.social-item + .social-item {margin-top: 5px;}

.social-item a {
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    transition: .4s all;
}
.social-item a:hover{
    background-color: #c87f64;
    opacity: .8;
}

.social-item .icon-facebook {background: #3b5998;}
.social-item .icon-twitter {background: #00abf0;}

.social-item span {
    position: absolute;
    display: inline-block;
    text-indent: -9000px;
}

/* Boton volver arriba */

.scroll-up {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: 40px;
    display: none; /* Se pinta por JQuery */
    text-indent: -9999px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    color: white;
    background: url(../img/up.png) no-repeat center #c87f64;
    background-size: 35px;
    z-index: 99;	
}
.scroll-up:hover, .scroll-up:focus {
    background-color: #c87f64;
    opacity: .7;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

/************ HEADER ************/

.page-header {
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 10px 0;
    background-color: #352d2f;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.6);
}
.logo {
    float: left;
    width: 15%;
    padding: 0 10px;
}
.logo > a {
    display: inline-block;
    width: 108px;
    height: 40px;
    background: url(../img/logo_white.png) no-repeat center;
    background-size: contain;
    text-indent: -99999px;
}
#navigation {
    float: left;
    width: 70%;
}
#toggle-nav {
    display: none;
}
#main-nav {
    line-height: 40px;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
}
#main-nav .menu-item {
    display: inline-block;
}
#main-nav .menu-item a {
    padding: 0 10px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding-bottom: 14px;
}
#main-nav .menu-item a:hover, #main-nav .menu-item a:active {
    color: #c87f64;
    text-decoration: none;
    border-bottom: 4px solid #c87f64;
}
#main-nav .menu-item .active {
    color: #c87f64;
    text-decoration: none;
    border-bottom: 4px solid #c87f64;
}
.lang-menu {
    width: 15%;
    float: left;
    text-align: right;
    line-height: 40px;
    font-size: 1rem;
}
.lang-menu .lang-item {
    display: inline-block;
    padding: 0 10px;
}
.lang-item + .lang-item {
    border-left: 1px solid #777;
    line-height: 30px;
}
.lang-item a {
    text-decoration: none;
	color: #fff;
}
.lang-item a:hover {color: #c87f64;}

/************ HERO ************/

#hero {
    width: 100%;
    height: 100vh; /* Alto del viewport */
    position: relative;
    background-color: rgb(224, 199, 190);
}
.wrapper-hero {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
#home-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
}
.title {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255,255,255,.4);
    padding: 50px 50px 10px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}
.cover-logo {
    display: inline-blocK;
    margin: 0 0 10%;
    width: 360px;
    height: 133px;
    background: url(../img/logo_black.png) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
}
#hero h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 0 0 1%;
}
#hero p {
    padding-bottom: 2%;
    font-size: 1.05rem;
    font-weight: 400;
}
#hero .cta {
    padding-bottom: 0;
    font-size: 1.15rem;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.btn-down{
    width: 60px;
    transition: .4s all;
}
.btn-down:hover{width: 75px;}

/************ SECTIONS ************/

.info {
    width: 100%;
    background-color: #fff;
}
.info, .video, .img-sec {
    position: relative;
    z-index: 10;
}
.info .wrapper, .video .wrapper {
    padding: 90px 10px;
    width: 900px;
    text-align: center;
}
.info h2, .video h2 {
    font-size: 3.8rem;
    line-height: 5rem;
    padding: 0 0 30px;
}
.info h2:after, .video h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 70px;
    padding-bottom: 15px;
}
.video h2:after {border-bottom: 1px solid #777;}

.info p {padding-bottom: 10px;}

.secondary:before {
    content: "";
    display: block;
    border-top: 2px dotted #E6E6E6;
    margin: 20px auto 0;
    padding-top: 15px;
}
.secondary blockquote {
	width: 400px;
	max-width: 90%;
	margin: 0 auto;
    padding: 20px 0 0 50px;
    background: url(../img/quotes_brown.png) 5px 5px no-repeat;
    background-size: 35px;
    text-align: left;
}
.secondary p {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.secondary footer p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: .9rem;
    color: #c87f64;
}
.versalitas {
    font-size: .8rem;
    color: #c87f64;
}

/************ TRAILER ************/

.video{
    width: 100%;
    background-color: rgb(224, 199, 190);
}
.video-box {
    width:80%;
    margin: 0 auto;
}
.video-container{
    position: relative;
    padding-bottom: 56.25%; /* Para que el contenedor tenga relacion de aspecto 16/9 */
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.8);
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#trailer h2{padding-bottom: 50px;}

/************ PRESS ************/

.press-item {
    width: 50%;
    float: left;
    display: table;
    height: 212px; /* Alto de la imagen */
    margin: 30px 0;
}
.press-item-photo {float: right;}

.press-cover {
    width: 150px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.4);
    transition: .4s all;
}
.press-cover:hover {
    opacity: .7;
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -transform: scale(1.05,1.05);
}
.press-item .data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	padding: 20px;
}
.press-item h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
}
.btn-download {
    display: inline-block;
    padding: 8px 12px 8px 8px;
    border: 2px solid #c87f64;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    transition: .4s all;
}
.btn-download:hover {
    text-decoration: none;
    opacity: .7;
}
.btn-download .icon-download {
    padding-right: 5px;
}

/* GALLERY */

.gallery {
    clear: both;
    width: 100%;
    padding: 0 0 20px;
}
.gallery-item {
    float: left;
    max-width: 300px;
    width: 25%;
    height: auto;
    padding: 15px;   
}
.gallery-item:hover {
    opacity: .7;
}
.gallery-item a {
    display: block;
}
.gallery-item a img {
    display: block;
    width: 100%;
    height: auto;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    transition: transform 0.25s ease-in-out,opacity 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out,opacity 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out,opacity 0.25s ease-in-out;
}
.gallery-item a:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}

/************ CONTACT ************/

#contact .wrapper {
    padding-bottom: 30px;
}
.portrait {
    padding: 10px;
    width: 150px;
}
#contact address p {
    padding-bottom: 0;
    font-size: 1.1rem;
}

/************ SLIDES ************/

.img-sec {
    width: 100%;
    min-height: 400px;
    background: url(../img/francilia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.img-sec:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.05);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(25%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
}
.img2 {
    background-image: url(../img/escenario.jpg);
}
.img3 {
    background-image: url(../img/camarero.jpg);
}
.img4 {
    background-image: url(../img/paisaje.jpg);
}
.img-sec .wrapper {
    width: 60%;
    padding: 230px 10px;
    text-align: center;
    position: relative;
}
.quote {
    margin: 0 auto;
    padding: 30px 0 0 70px;
    background: url(../img/quotes.png) 5px 5px no-repeat;
    background-size: 50px;
    text-align: left;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2.4rem;
}
.quote-txt {
    border-left: 2px dotted rgba(256,256,256,.35);
    padding-left: 15px;
}
.quote-name {
    padding: 10px 0 0 15px;
    font-size: 1.1rem;
    font-weight: 200;	
}
.quote-name:before {
    font-size: .9rem;
    color: #c87f64;
    vertical-align: 1px;
}

/************ FOOTER ************/

.page-footer {
    width: 100%;
    text-align: center;
}
.collaborators {
    padding: 10px 0 5px;
    background-color: rgb(224, 199, 190);
}
.collaborators-item{
    display: inline-block;
    padding: 0 15px;
}
.logos {
    background-image: url(../img/collaborators.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 715px; /* La mitad, para retina */
}
.logos-epc {
    /*width: 206px;
    height: 173px;
    background-position: -5px -5px;*/
    width: 103px;
    height: 86px;
    background-position: -2px 0px;
}
.logos-filmografo {
    /*width: 363px;
    height: 173px;
    background-position: -221px -5px;*/
    width: 181px;
    height: 86px;
    background-position: -110px 0px;
}
.logos-gesto {
    /*width: 180px;
    height: 173px;
    background-position: -594px -5px;*/
    width: 90px;
    height: 86px;
    background-position: -297px 0px;
}
.logos-izq {
    /*width: 188px;
    height: 173px;
    background-position: -784px -5px;*/
    width: 94px;
    height: 86px;
    background-position: -392px 0px;
}
.logos-paisajes {
    /*width: 444px;
    height: 173px;
    background-position: -982px -5px;*/
    width: 222px;
    height: 86px;
    background-position: -491px 0px;
}
.credits {
    padding: 20px 10px 25px;
    background-color: #352D2F;
    color: #9d9d9d;
    font-size: .85rem;
    line-height: 1.4rem;
}
.social-footer {padding: 20px 0px;}

.social-footer-item {display: inline-block;}

.social-footer-item + .social-footer-item {border-left: 1px solid #777;}

.social-footer-item a {
    position: relative; /* Para posicionar span con texto oculto */
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0 5px;
}
.social-footer-item a:hover {color: #c87f64;}

.social-footer span {
    position: absolute;
    text-indent: -9000px;
    display: inline-block;
}

/************ MEDIA QUERIES ************/

@media screen and (max-width: 1250px) {
    .cover-logo {
        width: 100%;
        margin: 5% 0;
    }
	.title {
		padding: 20px 20px 10px;
	}
    .wrapper, .info .wrapper, .video .wrapper {
        width: 100%;
    }
	.info .wrapper, .video .wrapper {
        padding: 90px 40px;
    }
}
@media only screen and (max-width: 950px){
	.img-sec .wrapper {
		width: 80%;
	}
	.press-item {
		width: 100%;
		margin: 20px 0;
	}
	.press-item + .press-item {
		margin-bottom: 0;
	}
	.gallery-item {
		padding: 10px;
	}
}
@media only screen and (max-width: 900px){
	/*Main menu*/
	#navigation {
		float: right;
		width: auto;
	}
	#toggle-nav {
	    display: inline-block;
		margin: 0 10px;
		font-size: 1.7rem;
		padding: 4px 5px 3px;
		text-decoration: none;
		border: 1px solid #777;
		border-radius: 5px;
		color: #fff;
		background-color: rgba(256,256,256,0.1);
		-webkit-transition: background-color .2s ease-in-out;
		-moz-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}
	#toggle-nav:hover, #toggle-nav:active, #toggle-nav:focus {
		background-color: rgba(0,0,0,0.3);
	}
	#toggle-nav span {
		display: inline-block;
		text-indent: -9999px;
	}
	#main-nav {
		position: fixed;
		top: -500px; /* Inicialmente fuera de pantalla */
		transition: .8s all;
	}
	.lang-menu {
		float: right;
		width: 25%;
	}
	/* Menu desplegable */
	#main-nav {
		display: block;
		position: fixed;
		top: 57px;
		right: -900px;
		width: 100%;
		background-color: #352d2f;
		border-top: 2px solid #000;
		z-index: -1;
	}
	#main-nav.open {right: 0;}
	
	#main-nav .menu-item {
		display: block;
		border-bottom: 2px solid #000;
		border-top: 1px solid #4A4949;
	}
	#main-nav .menu-item a {
		display: block;
		padding-bottom: 0;
	}
	#main-nav .menu-item .active, #main-nav .menu-item a:hover, #main-nav .menu-item a:active {
		border-bottom: none;
	}
	#toggle-nav.icon-close:before {content: '\e814';}
	#toggle-nav.icon-close {padding: 3px 5px 4px;}
}
@media only screen and (max-width: 650px){
	#hero {
		background: url(../img/video_corcho_bg.jpg); /* Sustituye al video */
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	#home-video {
		display: none;
	}
	.title {
		background: rgba(255,255,255,.45);
	}
	#hero p {
		font-size: 1.2rem;
	}
	.btn-down:hover {
		width: 60px;
	}
	.info .wrapper, .video .wrapper {
		padding: 60px 20px;
	}
	.img-sec .wrapper {
		padding: 150px 10px;
	}
	.video-box {
		width: 100%;
	}
	.img-sec .wrapper {
		width: 90%;
	}
	.quote {
		font-size: 1.3rem;
	}
	.gallery-item {
		width: 50%;
	}
}
@media only screen and (max-width: 480px){
	.secondary blockquote {
		max-width: 100%;
		background-size: 30px;
		padding: 20px 0 0 40px;
	}
	.quote {
		padding: 30px 0 0 50px;
		background-size: 40px;
	}
	.press-item {
		display: block;
		height: auto;
		margin-top: 0;
	}
	.press-item-photo {
		float: none;
		display: inline-block;
	}
	.press-cover {
		width: 125px;
	}
	.press-item .data {
		display: block;
		text-align: center;
		padding-top: 10px;
	}
	.collaborators-item {
		width: 100%;
	}
	.logos {
		margin: 0 auto;
	}
	.collaborators-item:last-child {
		padding-bottom: 20px;
	}
}
@media only screen and (max-height: 300px){
	.btn-social{
		top: 40%;
	}
}