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

@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

/* General Reset */
* {
    margin: 0;
    padding: 0;
}

/*ESTILOS GENERALES ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

body {
	font-family: 'Wallop';
    background-color: #ffc0e7;
    color: #3301ce;
    text-align: center;
		font-size:1.6vw;
}

h1{
	font-family: 'Wallop';
	color: #3301ce;
	text-align: center;
	font-size:1.6vw;
	transition: font-feature-settings 0.3s ease-in; 
}

h2{
	font-family: 'PT Mono', monospace;
	color: #3301ce;
	text-align: left;
	text-transform: uppercase;
	font-weight: 200;
	font-size: .9vw;
}

a {
  font-family: 'Wallop';
	color: #3301ce;
	text-align: left;
	font-weight: 200;
	font-size:1.6vw;
}

p {
  	font-family: 'PT Mono', monospace;
	color: #3301ce;
	text-align: left;
	text-transform: uppercase;
	font-weight: 200;
	font-size: .5vw;
}

.btn {
    font-family: 'Wallop';
    color: #3301ce;
    text-align: center;
    font-weight: 200;
    text-decoration: none;
    border-radius: 5vw;
    transition: background-color 0.3s, color 0.3s;
    border: 0.1vw solid #3301ce;
    padding: .3vw .8vw;
    width: fit-content;
    display: inline-block;
}

.btn:hover{
	background-color: #3301ce;
    color:#ffc0e7;
}

/* POSICIONES -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Container */
.container {
   width: 100vw;
   height: 100vh;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
}

/* Header _______________________________________________________________________________________*/

header {
    position: fixed;
    width: 96vw;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 2vw;
    z-index: 9;
    background-color: #ffc0e7;
}

header h1 {
    font-size: 1.6vw;
	 line-height: .9;
	width:22vw;
}

#barra_header {
    position: absolute;
    height: 1.5vw;
    top: 4.85vw;
    left: 0;
    background-color: #3301ce;
    color: #ffc0e7;
    font-family: 'PT Mono', monospace;
    width: 100vw;
    font-size: .8vw;
    overflow: hidden;
	
	span{
		width: fit-content;
	}
img {
        width: 6vw;
        padding: 0.2vw .7vw 0 .7vw;
	}
}
#barra_header div{
	text-transform: uppercase;
    width: 300vw;
    height: 1.5vw;
    display: flex;
    align-items: center;
	animation: pasar_izquierda infinite linear 10s;
	transform: translateX(0);
}
.edition-info{
    line-height: .9;
    text-align: left;
    width: 15.7vw;
	font-size: 1.6vw;
}
.edition-number {
    width: 15.7vw;
    justify-content: flex-end;
    display: flex
;
}

@keyframes pasar_izquierda{
	0%{transform: translateX(0);}
	100%{transform: translateX(-18.4vw);}
}

/* Main Section _______________________________________________________________________________________ */

main {
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    top: 0;
    position: absolute;
}
#info {
    width: 100vw;
    padding: 12vw 0 4vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
#portada {
    height: 100vh;
    position: relative;
    width: 100vw;
    overflow: hidden;
    padding: 0;
    margin: 4vw 0;
}
.video_vimeo {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    opacity: 1;
}
.video_vimeo iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titulillo {
    text-align: center;
	font-size: .8vw;
    MARGIN-BOTTOM: 2VW;
}

 .invitation {
    margin-bottom: 3vw;
    margin-top: 1.5vw;
    width: 72vw;
}
#web_antigua{
	    margin-bottom: 5vw;
}

/* Footer _____________________________________________________________________________________________*/
footer {
    position: relative;
    width: 96vw;
    display: flex;
 flex-direction: column;
    align-items: center;
    padding: 2vw;
    background-color: #330ace;
}
#footer_abajo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96vw;
    padding: 2vw 0 0 0;
}

.social-links {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
	    width: 24.5vw;
}

.social-icons {
    display: flex;
    gap: 1vw;

}
#copyright p{
	color: #ffc0e7;
	font-size: .8vw;
}
#logo_footer img{
width: 96vw;
}
	#logo_footer .escritorio{
		display: flex;
	}
		#logo_footer .movil{
		display: none;
	}

.instagram, .youtube, .twitter{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	    text-decoration: none;
	transition: 300ms;

}
.instagram p, .youtube p, .twitter p {
    font-size: .8vw;
    color: #ffc0e7;
}
.instagram:hover, .youtube:hover, .twitter:hover{
transform: scale(1.1)rotate(5deg);
}

.forma{
	height: 3vw;
	position: absolute;
}

.abreviatura{
	text-decoration: none;
	z-index: 999;
}

.logos{
	display: flex;
        width: 24.5vw;
}

.logos img {
    height: 2.7vw;
    margin: 0 .2vw;
}


/* Responsive Design-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 768px) and (orientation: portrait) {
	
h1{font-size: 5.5vw;}

h2{font-size: 3.2vw;}
	
a{font-size: 3.2vw;}
	
/* HEADER_____________________________________________________________________________________________*/
	
.logoprincipal h1 {
    font-size: 4.6vw;
	width: 47vw;
}	

header {
        position: fixed;
        top: 0;
        display: flex;
        padding: 3vw;
        align-items: center;
        width: 94vw;
    }
	#barra_header {
    position: absolute;
    height: 6vw;
    top: 14.8vw;
    width: 100vw;
    font-size: 4vw;
    overflow: hidden;
		    img {
        width: 25vw;
				height: 7vw;
        padding: .6vw 3vw 0 3vw;
    }
}
	#barra_header div {
    width: 800vw;
    height: 6vw;
	}


.logoprincipal h1 {
    font-size: 5vw;
	width: auto;
}

    .edition-number {
        position: fixed;
        top: auto;
        bottom: 0;
        padding: 2vw 5vw;
        width: 90vw;
        justify-content: center;
        left: 0;
    }
    .edition-info {
        width: auto;
        position: relative;
        bottom: 0;
        font-size: 5vw;
	}
	
/* MAIN_____________________________________________________________________________________________*/
	
.invitation{width: 92vw;
	margin-bottom: 10vw;}
	
.buttons {
    display: flex;
    flex-direction: column;
	row-gap:2vw;
}
	.btn{
			font-size: 4vw;
		        width: fit-content;
		padding: 2vw 5vw;
		       background-color: #ffc0e7;
	}
.edition-number .btn {
        background-color: #3301ce;
        color: #ffc0e7;
        border: 1px solid;
    }
	.titulillo{
		font-size: 3vw;
		margin-bottom: 5vw;
	}
	#portada{
		height: auto;
		margin-bottom: 10vw;
	}
#info {
    width: 100vw;
    padding: 35vw 0 15vw 0;
	}
	.video_vimeo {
    position: relative;
		height: auto;
	}
	  .video_vimeo iframe {
    position: relative;
    width: 100%;
    height: auto;        /* Se ajusta automáticamente según el ancho */
    min-height: unset;   /* Quitamos las restricciones */
    min-width: unset;
    top: 0;
    left: 0;
    transform: none;
    aspect-ratio: 16 / 9; /* Mantiene proporción correcta (si el navegador lo soporta) */
  }
	#web_antigua{
		margin-bottom: 20vw;
	}
	
/* Footer _____________________________________________________________________________________________*/

footer {
display: flex;
        flex-direction: column;
        align-items: center;
        width: 94vw;
        margin: 0;
        padding: 0 3vw 20vw 3vw;
    }
	#logo_footer .escritorio{
		display: none;
	}
		#logo_footer .movil{
		display: flex;
	}
	#logo_footer img {
    padding: 5vw 0;
    width: 93vw;
}

.logos {gap: 3.4vw;}

.logos img {height: 10vw;}
	
    .instagram, .youtube, .twitter {
        width: auto;
        height: auto;
    }

.social-links {
	align-items: center;
			width: 35vw;
	}
	.social-links p{
		font-size: 3vw;

	}
	.social-icons {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
	}
	#copyright{
		width: 45vw;
	}
	#copyright p{
		font-size: 3vw;
	}
.abreviatura {
    font-size: 3vw;
	
}