:root {
	/*Colores*/
	/* --colorPrimario: rgb(95, 26, 87); */
	--colorPrimario: rgb(255, 255, 255);
    --sombraDorada: rgba(255, 215, 0, 0.07);
	--sombraPrimario: rgb(95, 26, 87, 0.3);
	--sombraClara: rgb(255, 255, 255, 0.1);
    --sombraBtn: rgba(255, 215, 0, 0.1);
    --sombraBlanca: rgba(255, 255, 255, 0.7);

	--playfair_display: "playfair_display";
	--poppins: "poppins";
	--lora: "lora";
	--lora_bold: "lora_bold";
    --cormorant_garamond_bold: "cormorant_garamond_bold";
    --poppins_extra_light: "poppins_extra_light";
    --raleway: "raleway";
}

@font-face {
    font-family: 'playfair_display';
    src: url('../fuentes/playfair_display.ttf') format('opentype');
    /* src: url('/vista/css/../fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('../fuentes/poppins.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lora';
    src: url('../fuentes/lora.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'lora_bold';
    src: url('../fuentes/lora_bold.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cormorant_garamond_bold';
    src: url('../fuentes/cormorant_garamond_bold.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins_extra_light';
    src: url('../fuentes/poppins_extra_light.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'raleway';
    src: url('../fuentes/raleway.ttf') format('opentype');
    /* src: url('/vista/css/fuentes/helveticaneue.ttf')  format('opentype'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: var(--metropolis);
	-webkit-tap-highlight-color: transparent; /* iOS */
    -moz-outline-style:none; /* Firefox */
    outline-style: none;
    outline: none; /* Todos los demás navegadores */
}

html, body {
	width: 100%;
	height: 100%;
	overflow-y: none;
	overflow-x: none;
    background: #000000;
}

div {
	display: flex;
}

a{
	width: auto;
	height: auto;
	text-decoration: none;
	color:#ffffff;
}

p{
	color: #ffffff;
}

#contenedor{
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
}

#portada{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    background: #000000;
}

#logo_portada{
    width: 250px;
    height: 250px;
    position: relative;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.7));
}

#fondo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.7s;
}

#principal{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    z-index:4;
    overflow-y: scroll;
    -ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
    position: relative;
}

#header{
    width: 100%;
    height: auto;
    padding: 16px;
    flex-direction: row;
    align-items: center;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}

#menu_header{
    display: none;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
}

#info_principal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;

}

#logo{
    width: 43px;
    height: 43px;
    opacity: 0.7;
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.52));
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
}

#logo:hover{
    transform: scale(1.06);
}

#contacto{
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 11px;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 5;
    opacity: 0;
}

.icono_contacto{
    width: 34px;
    height: 34px;
    margin-left: 22px;
    margin-right: 22px;
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.7));
    opacity: 0.34;
    transition: all 0.7s;
    cursor: pointer;
}

.icono_contacto:hover{
    opacity: 1;
    transform: scale(1.06);
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.9));
}

.filtro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0));
    pointer-events: none; /* Evita interferencias con la imagen de fondo */
}

#nombre{
    width: 100%;
    height: auto;
    font-size: 34px;
    font-family: var(--poppins);
    text-align: center;
    opacity: 0;
}

#subtitulo{
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: var(--poppins_extra_light);
    text-align: center; 
    margin-top: 2.5px;
    opacity: 0;
}

#menu{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 43px;
    opacity: 0;
    transition: all 0.7s;
}

.btn_menu{
    width: 178px;
    min-width: 178px;
    height: auto;
    font-size: 18px;
    font-family: var(--raleway);
    text-align: center;
    cursor: pointer;
    transition: all 0.7s;
    padding: 11px;
    padding-bottom: 7px;
    padding-top: 7px;
    border: solid 0.5px var(--sombraDorada);
    border-radius: 32px;
    margin-left: 16px;
    margin-right: 16px;
}

.btn_menu:hover{
    transform: scale(1.01);
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.7));
    background: var(--sombraDorada);
}

.btn_menu:focus {
    transform: scale(1.01);
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.7));
    background: var(--sombraDorada);
}

.btn_header{
    width: 160px;
    min-width: 160px;
    height: auto;
    font-size: 18px;
    font-family: var(--raleway);
    text-align: center;
    cursor: pointer;
    transition: all 0.7s;
    padding: 11px;
    padding-bottom: 7px;
    padding-top: 7px;
    border: solid 0.5px var(--sombraDorada);
    border-radius: 32px;
    margin-left: 16px;
    margin-right: 16px;
}

.btn_header:hover{
    transform: scale(1.01);
    filter: drop-shadow(0px 0px 5px rgba(255, 215, 0, 0.7));
}

.seccion{
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 52px;
    padding-top: 93px;
}

#bio{
    flex-direction: row;
    justify-content: center;
}

#img_bio{
    width: 340px;
    min-width: 340px;
    height: auto;
    object-fit: cover;
}

#texto_bio{
    width: 100%;
}

#info_bio{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-left: 34px;
    padding-left: 34px;
    padding-bottom: 93px;
    border-left: solid 1px var(--sombraDorada);
}

.titulo_seccion{
    width: auto;
    height: auto;
    font-size: 25px;
    font-family: var(--poppins);
    padding-bottom: 2.5px;
    border-bottom: solid 0.5px var(--sombraBlanca);
}

.p_seccion{
    width: 70%;
    height: auto;
    font-size: 18px;
    font-family: var(--poppins_extra_light);
    margin-top: 25px;
}

#mixer{
    flex-direction: column;
    align-items: center;
}

#contenedor_mixer{
    width: 70%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 43px;
    padding-bottom: 93px;
}

.obj_mixer{
    width: 205px;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 11px;
    margin: 16px;
}

.img_obj_mixer{
    width: 106px;
    height: 106px;
    border-radius: 11px;
}

.p_obj_mixer{
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: var(--raleway);
    margin-top: 25px;
    text-align: center;
}

.obj_album{
    width: 502px;
    height: auto;
    flex-direction: row;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: solid 1px var(--sombraClara);
    transition: all 0.7s;
    padding: 11px;
}

.obj_album:hover{
    border-radius: 11px;
    background: rgb(255, 255, 255, 0.034);
}

.portada_album{
    width: 93px;
    min-width: 93px;
    height: 93px;
    min-height: 93px;
    border-radius: 11px;
    object-fit: contain;
    border: solid 1px var(--sombraClara);
    box-shadow: 0 1px 2px rgba(255, 215, 0, 0.1);
    transition: all 0.7s;
}

.columna_album{
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 11px;
    margin-left: 34px;
}

.titulo_album{
    width: 100%;
    height: auto;
    font-size: 22px;
    font-family: var(--poppins);
}

.lista_temas{
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 7px;
}

.obj_tema{
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 7px;
    border-bottom: solid 1px var(--sombraDorada);
}

.div_img_tema{
    width: 43px;
    min-width: 43px;
    height: 43px;
    min-height: 43px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.7s;
}

.div_img_tema:hover{
    transform: scale(1.06);
    opacity: 1;
}

.img_tema{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    pointer-events: none;
}

.div_icono{
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 3;
    pointer-events: none;
    border: solid 1px var(--sombraClara);
}

.icono_tema{
    width: 11px;
    height: 11px;
    opacity: 0.7;
    pointer-events: none;
}

.div_tema{
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

.titulo_tema{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: var(--poppins_extra_light);
}

.div_reproductor{
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    opacity: 0;
}

.div_botones{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.btn_reproductor{
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.5s;
}

.btn_reproductor:hover{
    opacity: 1;
    transform: scale(1.02);
}

.obj_progreso{
    width: 100%;
    height: 7px;
    border-radius: 3.5px;
    background: var(--sombraClara);
    margin-top: 16px;
    cursor: pointer;
}

.div_duracion{
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.p_duracion{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: var(--lora_bold);
    opacity: 0.7;
}

.barra_progreso{
    width: auto;
    height: 100%;
    border-radius: 2.5px;
    background: #ffffff;
    z-index: 3;
    pointer-events: none;
}

#cine{
    flex-direction: column;
    align-items: center;
}

#contenedor_cine{
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: 34px;
    border-top: solid 1px var(--sombraClara);
}

#reproductor{
    display: none;
}

#produccion{
    position: relative;
}

#head_produccion{
    width: 70%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

#contenedor_produccion{
    display: none;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 52px;
}

#menu_produccion{
    width: 70%;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 70px;
}

.obj_produccion{
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.7s;
    margin-left: 11px;
    margin-right: 11px;
}
.obj_produccion:hover{
    transform: scale(1.006);
}

.obj_produccion:hover .img_produccion {
    filter: drop-shadow(0px 1px 5px rgba(255, 215, 0, 0.2));
}

.img_produccion{
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 2px rgba(255, 215, 0, 0.3);
    pointer-events: none;
    transition: all 0.7s;
}

.p_produccion{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: var(--raleway);
    margin-top: 34px;
    pointer-events: none;
    text-align: center;
}

.btn_volver{
    display: none;
    opacity: 0;
    width: 43px;
    min-width: 43px;
    height: 43px;
    min-height: 43px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px var(--sombraClara);
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.7s;
}

.btn_volver:hover{
    opacity: 1;
    transform: scale(1.06);
}

.icono_volver{
    width: 16px;
    height: 16px;
}

#fondo_seccion{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.052;
}

@media screen and (max-width:1000px){
    #texto_produccion, #texto_mixer,#head_produccion{
        width: 90%;
    }
    #menu_produccion, #contenedor_mixer{
        width: 90%;
    }
}

@media screen and (max-width:950px){
    .seccion{
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media screen and (max-width:920px){
    #info_bio{
        width: 70%;
    }

    #img_bio{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.1;
    }

    #info_bio{
        margin: 0px;
        padding: 0px;
    }

    .btn_header{
        width: 142px;
        min-width: 142px;
        font-size: 16px;
    }

    .seccion{
        padding-bottom: 106px;
    }

    #contenedor_mixer{
        padding-bottom: 0px;
    }
}

@media screen and (max-width:850px){
    .seccion{
        padding-left: 25px;
        padding-right: 25px;
    }

    #menu{
        flex-direction: column;
    }

    .btn_menu{
        width: 223px;
        min-width: 223px;
        height: auto;
        font-size: 22px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 34px;
    }

    #fondo{
        opacity: 0.5;
    }
}

@media screen and (max-width:850px){
    .img_produccion{
        width: 115px;
        min-width: 115px;
        height: 115px;
        min-height: 115px;
    }
}

@media screen and (max-width:820px){
    #menu_header{
        display: none;
    }
}

@media screen and (max-width:700px){
    #info_bio{
        width: 90%;
    }

    .p_seccion{
        width: 90%;
    }
}

@media screen and (max-width:580px){
    #logo_portada{
        width: 205px;
        height: 205px;
    }
    
    #menu_produccion{
        flex-direction: column;
    }

    .obj_produccion{
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin: 0px;
        margin-bottom: 43px;
    }

    .img_produccion{
        width: 133px;
        min-width: 133px;
        height: 133px;
        min-height: 133px;
    }

    .p_produccion{
        width: 100%;
        margin-left: 34px;
        margin-top: 0px;
        font-size: 20px;
    }

    .obj_mixer{
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
        padding: 11px;
        margin: 0px;
        margin-bottom: 25px;
        border-bottom: solid 1px var(--sombraDorada);
    }

    .img_obj_mixer{
        width: 106px;
        min-width: 106px;
        height: 106px;
        min-height: 106px;
        object-fit: contain;
    }

    .p_obj_mixer{
        margin-top: 0px;
        margin-left: 25px;
    }

    #head_produccion{
        border-bottom: solid 1px var(--sombraBlanca);
        padding-bottom: 11px;
    }

    .btn_volver{
        position: relative;
        margin-right: 25px;
    }

    #titulo_produccion{
        width: 100%;
        text-align: start;
        border-bottom: none;
        padding: 0px;
    }
}

@media screen and (max-width:530px){
    #menu{
        align-items: center;
    }
    #fondo{
        opacity: 0.3;
    }

    .obj_album{
        width: 448px;
    }
}

@media screen and (max-width:480px){
    .portada_album{
        width: 77px;
        min-width: 77px;
        height: 77px;
        min-height: 77px;
    }

    .obj_album{
        width: 100%;
    }

    .img_produccion{
        width: 115px;
        min-width: 115px;
        height: 115px;
        min-height: 115px;
    }
}

@media screen and (max-width:450px){
    .titulo_album{
        font-size: 20px;
    }

    .obj_album{
        flex-direction: column;
        align-items: center;
    }

    .portada_album{
        width: 100%;
        height: 160px;
        min-height: 160px;
        border:none;
        box-shadow: none;
    }

    .columna_album{
        margin-left: 0px;
        margin-top: 11px;
    }

    .p_produccion{
        font-size: 18px;
        margin-left: 25px;
    }

    .img_produccion{
        width: 106px;
        min-width: 106px;
        height: 106px;
        min-height: 106px;
    }

    #nombre{
        font-size: 30.4px;
    }

    #logo_portada{
        width: 160px;
        min-width: 160px;
        height: 160px;
        min-height: 160px;
    }

    .titulo_album{
        text-align: center;
    }
}

