@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #F2E8D7;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 14px;
}

.grecaptcha-badge {
	display: none;
}

#directoras {
	display: block;
    width: 100%;
    height: 100%;
    background: #F2E8D7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#directoras .container {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;	
}

#directoras .container-fluid {
	display: block;
	width: 100%;
}

#directoras .container.desktop,
#directoras .container-fluid.desktop {
	display: none;
}

.footer-desktop { display: none; }

#directoras .header { display: none; }
#directoras .footer { display: none; }

@media (min-width: 768px) {

	#directoras {
		/*background: #F2E8D7 url('../images/main_bg.jpg') no-repeat top left 25% / cover;*/
	}

	#directoras .container.desktop,
	#directoras .container-fluid.desktop {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 100vh;
	}

	#directoras .desktop .afiche {
		display: block;
		width: 200%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#directoras .header {
		display: flex;
	    justify-content: space-around;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    width: 40%;
	    max-width: 400px;
	    position: fixed;
	    top: 40%;
	    left: 50%;
	    transform: translate(50%,-50%);
	    z-index: 1;
	    background: rgb(240 232 215 / .5);
	   	border-radius: 7px;
	}

	#directoras .header .main-logo {
		display: block;
    	width: calc(100% - 60px);
    	margin: 30px auto;
	}

	#directoras .header .w-25 {
		display: block;
	    width: 100%;
	    padding: 15px;
	}

	#directoras .header .w-25 p {
		margin-bottom: 15px;
		letter-spacing: .1em;
		font-size: 12px;
		/*text-shadow: 1px 1px 0px rgba(240, 232, 215, 1);*/
	}

	#directoras .header .qr {
		display: block;
		width: 100px;
		margin: 30px auto 0;
		mix-blend-mode: multiply;
	}

	#directoras .desktop .directoras {
		position: relative;
		width: 100%;
		height: 50vh;
		display: flex;
    	align-items: center;
    	overflow: hidden;
	}

	#directoras .desktop .directoras .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 50%;
		padding: 20% 15px 0;
	}

	#directoras .desktop .directoras .owl-nav .owl-prev,
	#directoras .desktop .directoras .owl-nav .owl-next {
		display: block;
		width: 40px;
		height: 40px;
		background: transparent url(../images/owl-prev.png) no-repeat center center / contain;
		border: none;
		outline: none;
	}

	#directoras .desktop .directoras .owl-nav .owl-next { transform: scaleX(-1); }

	#directoras .desktop .directoras .owl-nav .owl-prev span,
	#directoras .desktop .directoras .owl-nav .owl-next span {
		display: none;
		
	}

	#directoras .desktop .directoras .owl-nav .owl-prev.disabled,
	#directoras .desktop .directoras .owl-nav .owl-next.disabled {
		visibility: hidden;
	}

	#directoras .footer {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 30px;
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#directoras .footer img {
		display: block;
		width: 160px;
	}

	.footer-desktop {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		background: black;
		width: 100%;
		padding: 15px;
		border-top: 2px solid #feaf0a;
	}

	.footer-desktop img {
		display: block;
		width: 100%;
		max-width: 256px;
	}
}

#splash {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FE473A;
	z-index: 10;
}

#splash img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash .logo_01 {
	top: 75%;
	opacity: 0;
}

#splash .logo_02 {
	left: 25%;
	opacity: 0;
}

#splash .logo_03 {
	left: 75%;
	opacity: 0;
}

#splash .cargando {
	display: block;
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 14px;
    letter-spacing: .05em;
    opacity: 0;
}

@media (min-width: 768px) {
	#splash {
		display: none;
	}
}

#menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: black;
}

#menu .content {
    display: block;
    width: 70%;
    color: #F2E8D7;
    font-family: 'Playfair Display', serif;
    font-style: italic;
	font-weight: 400;
	font-size: 30px;
}

#menu .content ul {
    display: block;
    list-style: none;
    padding-top: 30px;
}

#menu .content ul li {
    font-size: 26px;
    font-style: initial;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
	#menu {
		display: none;
	}
}

#directoras .mobile {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#directoras .mobile .home {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#directoras .mobile .home .bg {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#directoras .mobile .home .main-logo {
	display: block;
	width: 35%;
	position: absolute;
	top: 20px;
    left: 20px;
}

#directoras .mobile .home .menu-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
    right: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    z-index: 1;
}

#directoras .mobile .home .menu-toggle img {
	display: block;
	width: 100%;
}

#directoras .mobile .home .content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    padding: 70px 15px 0;
}

#directoras .mobile .home .content p {
	width: 162px;
	font-style: italic;
	font-size: 16px;
}

#directoras .mobile .home .scanner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 280px;
	height: 44px;
}

#directoras .mobile .home .scanner .capture {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
    width: 100%;
    height: 100%;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
}

#directoras .mobile .home .scanner .scan {
	display: block;
	width: 100%;
	height: 100%;
	background: #FFAE00;
	border: none;
	outline: none;
	color: black;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 4px;
}

#directoras .mobile .home .analyzer {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
}

#directoras .mobile .home .analyzer .preview {
	display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#directoras .mobile .home .analyzer .scope {
	display: block;
    width: 75%;
    position: relative;
    z-index: 1;
}

#directoras .mobile .home .analyzer .loading {
	display: block;
    width: 75%;
    color: #FFAE00;
    text-shadow: 1px 1px 1px #00000033;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (min-width: 768px) and (orientation: landscape) {
	#directoras .mobile {
		display: none;
	}
}

#profiles {
	position: fixed;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #F2E8D7;
	z-index: 2;
}

#profiles .profile {
	display: none;
	width: 100%;
	height: 100%;
}

#profiles .profile .retrato {
	display: block;
	width: 100%;
    margin: 0 auto 0;
}

#profiles .profile .retrato img {
	display: block;
	width: 100%;
}

#profiles .profile .nombre {
	display: block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 24px;
	font-style: italic;
	position: absolute;
	top: 50%;
	left: 0;
}

#profiles .profile .info {
	display: block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 24px;
	padding-top: 15px;
}

#profiles .profile .info .slider {
	display: block;
	width: 100%;
	position: relative;
}

#profiles .profile .info .slider .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

#profiles .profile .info .slider .owl-nav .owl-prev,
#profiles .profile .info .slider .owl-nav .owl-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 50px;
	border:none;
	outline: none;
	background: transparent;
}

#profiles .profile .info .slider .owl-nav .owl-prev.disabled,
#profiles .profile .info .slider .owl-nav .owl-next.disabled {
	visibility: hidden;
}

#profiles .profile .info .slider .owl-nav .owl-prev span,
#profiles .profile .info .slider .owl-nav .owl-next span {
	display: block;
	font-size: 50px;
}

#profiles .profile .info .slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
}

#profiles .profile .info .slider .owl-dots .owl-dot {
	display: block;
	width: 4px;
	height: 4px;
	margin: 0 10px;
	background: #B3B3B3;
	border-radius: 2px;
}

#profiles .profile .info .slider .owl-dots .owl-dot.active {
	width: 6px;
	height: 6px;
	background: black;
	border-radius: 3px;
}

#profiles .profile .info .slider .slide {
	display: block;
	width: 100%;
	height: 160px;
}

#profiles .profile .info .biografia {
	font-size: 13px;
	padding: 15px 30px 0;
	line-height: 1.4em;
}

#profiles .profile .info .biografia p {
	margin-bottom: 10px;
}

#profiles .profile .info .filmografia {
	font-size: 16px;
	padding: 10px 30px 0;
	line-height: 1.4em;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

#profiles .profile .info .filmografia .title {
	font-style: normal;
	padding-bottom: 10px;
	text-decoration: underline;
}

#profiles .profile .info .galardones {
	font-size: 16px;
	padding: 10px 30px 0;
	line-height: 1em;
	font-family: 'Playfair Display', serif;
	text-align: center;
}

#profiles .profile .info .galardones .premios {
	display: block;
	width: 70px;
	height: 70px;
	background: transparent url(../images/laurel.svg) no-repeat bottom center / contain;
	margin: 0 auto;
	font-size: 56px;
}

#profiles .profile .info .galardones .line {
	display: block;
	width: 70px;
	height: 1px;
	background: black;
	margin: 5px auto 3px;
}

#profiles .profile .info .galardones .nominaciones {
	display: block;
    height: 15px;
    font-size: 12px;
}

#profiles .ticket {
	display: block;
    background: #FFAE00;
    color: black;
    border: none;
    outline: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 7px 50px 10px;
    letter-spacing: 0.05em;
    z-index: 1;
}

#profiles .logo {
	display: block;
	width: 35%;
	position: absolute;
	top: 20px;
    left: 20px;
}

#profiles .cerrar, #menu .cerrar {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
    right: 20px;
    border: none;
    outline: none;
    background: transparent;
}

#profiles .cerrar img, #menu .cerrar img {
	display: block;
	width: 100%;
}

#form {
	display: block;
	width: 100%;
	height: 100%;
	background: #F2E8D7;
	position: absolute;
	top: -100%;
	left: 0;
}

#form .main-logo {
	display: block;
    width: 35%;
    position: absolute;
    top: 20px;
    left: 20px;
}

#form .title {
	font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 400;
    padding: 20% 40px 15px;
    line-height: 1.2em;
}

#form form  {
    padding: 0 40px 0;
}

#form form label {
	font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 3px;
}

#form form input {
	font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid black;
    border-radius: 0;
    background: #F2E8D7;
    margin-bottom: 10px;
    outline: none;
    padding: 5px 10px;
}

#form form input[type="submit"] {
	height: 40px;
	margin: 20px auto;
	border: none;
	outline: none;
	background: #FFAE00;
	color: black;
	font-weight: 900;
}

#form form input[type="submit"]:disabled {
	opacity: .3;
}

#form .shadowbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: -100%;
	left: 0;
	opacity: 0;
}

#form .shadowbox .thanks {
	background: #FFAE00;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    font-style: italic;
    font-size: 24px;
}

@media (min-width: 768px) and (orientation: landscape) {
	#form {
		display: none;
	}
}












