@font-face {
    font-family: 'Archivo-bold';
    src: url('font/Archivo-ExtraBold.eot');
    src: url('font/Archivo-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('font/Archivo-ExtraBold.woff2') format('woff2'),
        url('font/Archivo-ExtraBold.woff') format('woff'),
        url('font/Archivo-ExtraBold.svg#font/Archivo-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('font/Archivo-Regular.eot');
    src: url('font/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Archivo-Regular.woff2') format('woff2'),
        url('font/Archivo-Regular.woff') format('woff'),
        url('font/Archivo-Regular.svg#font/Archivo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo-semiBold';
    src: url('font/Archivo-SemiBold.eot');
    src: url('font/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Archivo-SemiBold.woff2') format('woff2'),
        url('font/Archivo-SemiBold.woff') format('woff'),
        url('font/Archivo-SemiBold.svg#font/Archivo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*****************************************************************************************/
*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
    font-family: 'Archivo';
    letter-spacing: var(--interletraEst);
    line-height: var(--interlineaEst);
    font-size: var(--tamanioTextoEst);
}

:root{
	font-size: 10px;
	--anchoContenedorTexto: 55%;
    --espaciadoVerticalEstandar: 8vh;
    --espaciadoVerticalEstandarVw: 7vw;
    --interletraEst: 0.5pt;
    --interlineaEst: 25.5pt;
    --tamanioTextoEst: 14pt;
    --pisada: 5px;
}

@media only screen and (max-width:768px) {
	:root{
        --porcentajeReduccion: 0.85;
        --interlineaEst: calc(25.5pt * var(--porcentajeReduccion));
        --tamanioTextoEst: calc(14pt * var(--porcentajeReduccion));
        --anchoContenedorTexto: 80%;
	}
}

@media only screen and (max-width:500px) and (orientation: portrait){
	:root{
        --porcentajeReduccion: 0.75;
        --interlineaEst: calc(25.5pt * var(--porcentajeReduccion));
        --tamanioTextoEst: calc(14pt * var(--porcentajeReduccion));
        --anchoContenedorTexto: 85%;
	}
}

a{
    text-decoration: none;
    display: block;
    position: relative;
}

.negrita{
    font-family: 'Archivo-bold';
}

.fondo{
    z-index: 0;
}

.contenedorFullAncho{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.contenedorUnaColCentrada{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}

.imagenFullAncho{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

/************************************************************************/

.contenedorHome{
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100vh;
    position: relative; 
    background-color: black;
    background-image: url('imagenes/fondoHome.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

@media only screen and (orientation: portrait){
    .contenedorHome{
        background-image: url('imagenes/fondoHomeVertical.jpg');
        background-size: auto 100%;
    }
}

.contenedorHome-botonera{
    width: 250px;  
    display: grid;
    position: relative;
    row-gap: calc(var(--espaciadoVerticalEstandar) * 0.8);
}

.botonIdioma{
    display: block;
    position: relative;
    width: 150px;
}

.enlaceIdioma:first-child{
    justify-self: end;
}

.enlaceIdioma:last-child{
    justify-self: start;
}


/**************************************************************************/
.contenedorGeneral{
    display: block;
    width: 100%; 
    height: auto;
}

.contenedorSinopsis-contenedorTitulo{
    display: block;
    position: relative;
    text-align: center;
    margin: var(--espaciadoVerticalEstandar) 0;
    z-index: 1;
    width: 100%;
}

.contenedorSinopsis-titulo{
    font-size: calc(var(--tamanioTextoEst) * 1.1);
    letter-spacing: calc(var(--interletraEst) * 2.5);
    display: block;
    position: relative;
}


.tituloSinopsis-subrrayado{
    display: inline-block;
    position: relative;
    width: 100%;
    display: block;
}

.contenedorSinopsis-texto{
    z-index: 1;
    text-align:justify;
    width: var(--anchoContenedorTexto);

}

.contenedorSinopsis-texto-cromanon{
    display: inline;
    position: relative;
    height: calc(var(--interlineaEst));
    top: calc(var(--interlineaEst) / 4);
}

.contenedorSinopsis-inspirada{
    display: block;
    position: absolute;
    z-index: 2;
    bottom: calc(var(--espaciadoVerticalEstandarVw)*2.75);
    right: 6vw;
    width: 300px;
}

.contenedorSinopsis-fondo{
    margin-top: calc(var(--espaciadoVerticalEstandarVw)* -0.75);
}

@media only screen and (max-width:768px){
    .contenedorSinopsis-inspirada{
        bottom: calc(var(--espaciadoVerticalEstandarVw) * 2.75 * var(--porcentajeReduccion));
        width: calc(300px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
    }
}

@media only screen and (max-width:500px) and (orientation: portrait){
    .contenedorSinopsis-fondo{
        margin-top: calc(var(--espaciadoVerticalEstandarVw)* -0.75 * var(--porcentajeReduccion));
    }
}

/*****************************************************************/

.contenedorDescripcion{
    margin-top: calc(var(--espaciadoVerticalEstandarVw) * -1);
    display: grid;
    justify-items: center;
    align-items: center;
}

.contenedorDescripcion-dni{
    display: block;
    position: absolute;
    z-index: 2;
    width: 45vw;
    top: calc(var(--espaciadoVerticalEstandar) * -1.2);
    left:-15vw;
}

.contenedorDescripcion-contenedorTexto{
    position: relative;
    background-color: black;
    width: 100%;
    margin-top: calc(var(--pisada) * -1);
}

.contenedorDescripcion-contenedorReducidoTexto{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: var(--espaciadoVerticalEstandarVw);
    text-align:justify;
    width: var(--anchoContenedorTexto); 
    padding: 0 0 var(--espaciadoVerticalEstandar);
}

.cD-contenedorTexto-cabeza{
    margin-top: calc(var(--espaciadoVerticalEstandar) * 0.75);
    display: block;
    position: relative;
    justify-self: end;
    width: 70%;
    color: white;
    font-size: calc(var(--tamanioTextoEst) * 0.8);
    line-height: calc(var(--interlineaEst) * 0.8);
    letter-spacing: var(--interletraEst);
    font-family: 'Archivo-semiBold';
}

.cD-contenedorTexto-cuerpo{
    color: white;
}

@media only screen and (max-width:500px) and (orientation: portrait){
    .contenedorDescripcion-dni{
        width: 60vw;
        top: calc(var(--espaciadoVerticalEstandar) * -0.5);
    }

    .contenedorDescripcion-contenedorReducidoTexto{ 
        padding: calc(var(--espaciadoVerticalEstandar)*1.5) 0 var(--espaciadoVerticalEstandar);
    }

    .cD-contenedorTexto-cabeza{
        width: 100%;
    }
}


/*******************************************************************/
.contenedorPapeles{
    overflow-x: hidden;
    margin-top: -30vw;
    z-index: 1;
}

.contenedorPapeles-imagen{
    display: block;
    position: relative;
    margin-left: -15%;
    width: 120%;
    height: auto;
    z-index: 1;
}

.contenedorPapeles-fondoTop{
    margin-top: calc(var(--espaciadoVerticalEstandarVw) * -3);
}

.contenedorPapeles-texto{
    display: block;
    position: relative;
    text-align: center;
    margin-top: calc(var(--espaciadoVerticalEstandarVw) * -0.75);
}

.contenedorContacto-contenedorEtiquetas{    
    width: 400px;
    margin: var(--espaciadoVerticalEstandar) 0;
    row-gap: calc(var(--espaciadoVerticalEstandar) / 1.5);
}

.cC-contenedorEtiquetas-tx{
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    padding: 0.5rem 2rem 0.75rem;
}

.cC-contenedorEtiquetas-tx:first-child{
    justify-self: start;
    background-image: url('imagenes/bloqueMail.png');
    transform: rotate(-1.5deg);
}

.cC-contenedorEtiquetas-enlace{
    justify-self: end;
}

.cC-contenedorEtiquetas-tx:last-child{
    background-image: url('imagenes/bloqueInstagram.png');
    transform: rotate(1.5deg);
}

@media only screen and (max-width:768px){
    .cC-contenedorEtiquetas-tx{
        padding:  calc(0.5rem*var(--porcentajeReduccion)) calc(2rem*var(--porcentajeReduccion)) calc(0.75rem*var(--porcentajeReduccion));
    }
}

@media only screen and (max-width:500px) and (orientation: portrait){
    .contenedorContacto-contenedorEtiquetas{    
        width: 100%;
    }
    
    .cC-contenedorEtiquetas-tx:first-child{
        justify-self: center;
    }
    
    .cC-contenedorEtiquetas-enlace{
        justify-self: center;
    }
}

/**************************************************************************/

.contenedorFooter{
    margin-top: calc(var(--espaciadoVerticalEstandarVw) * -2);
    z-index: 0;
}

.contenedorFooter-contenedorSpotify{
    position: absolute;
    top:55%;
}

.cF-contenedorSpotifyReducido-escuchate{
    width: 200px;
    justify-self: end;
    padding-left: 100px;
}

.escuchateEnIngles{
    padding-left: 120px;
}

.cF-contenedorSpotifyReducido-flecha{
    width: 40px; 
    margin-top: -20px;  
}

.cF-contenedorSpotifyReducido-soundtrack{
    margin-top: 20px;
    width: 150px;
    justify-self: end;
}

@media only screen and (max-width:768px){
    .contenedorFooter{
        margin-top: calc(var(--espaciadoVerticalEstandarVw) * -2 * var(--porcentajeReduccion));
    }

    .cF-contenedorSpotifyReducido-escuchate{
        width: calc(200px * var(--porcentajeReduccion));
        padding-left: calc(100px * var(--porcentajeReduccion));
    }

    .escuchateEnIngles{
        padding-left: calc(120px * var(--porcentajeReduccion));
    }
    
    .cF-contenedorSpotifyReducido-flecha{
        width: calc(40px * var(--porcentajeReduccion));
        margin-top: calc(-20px * var(--porcentajeReduccion)); 
    }
    
    .cF-contenedorSpotifyReducido-soundtrack{
        margin-top: calc(20px * var(--porcentajeReduccion));
        width: calc(150px * var(--porcentajeReduccion));
    }
}

@media only screen and (max-width:500px) and (orientation: portrait){

    .cF-contenedorSpotifyReducido-escuchate{
        width: calc(200px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
        padding-left: calc(100px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
    }

    .escuchateEnIngles{
        padding-left: calc(120px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
    }
    
    .cF-contenedorSpotifyReducido-flecha{
        width: calc(40px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
        margin-top: calc(-20px * var(--porcentajeReduccion) * var(--porcentajeReduccion)); 
    }
    
    .cF-contenedorSpotifyReducido-soundtrack{
        margin-top: calc(20px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
        width: calc(150px * var(--porcentajeReduccion) * var(--porcentajeReduccion));
    }
}
