:root{

/* Fuentes */

--fuentePrincipal :'Josefins sans', sans-serif;
--fuenteSecundaria: 'Lobster', cursive;
--fuenteTerciaria: 'Paytone One', sans-serif;
/* Colores */

--negro: #000000;
--blanco: #ffffff;
--primario: #363636;
--secundario: #7A7A7A;
--terciario: #1C3738;



}

html{
    box-sizing: border-box;
    font-size: 62,5%;
}
*. *:before, *:after{
    box-sizing: inherit;
}

body{
    font-family: var(--fuenteSecundaria);
    font-size: 1.6rem;
    line-height: 2;
    
    
}
p{
    font-family: var(--fuentePrincipal);
    font-size: 1rem;
    text-align: left;
}
h1{
font-size: 4.5rem;
    
}

h2{
    font-size: 4rem;

}

h3{
    font-size: 3rem;
}

h4{

    font-size: 2rem;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;

}

h1, h2, h3, h4 {
    text-align: center;

}

.contenedor{
    width: min(90%, 120rem);
    margin: 0 auto;
    
}



/* Header*/
.header{
    background-image: url(../img/varias/portada.jpg);
    height: 580px;
    background-size: cover;
    background-position: center center;
    padding: 0;
    margin-top: 0;
    
}



.header-texto{
    font-family: var(--fuenteSecundaria);
    text-align: center;
   
}



/* Navegacion */

.navegacion{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
}





.navegacion__enlace{
    
        font-family: var(--fuenteBeatle);
        color: var(--blanco);
        text-align: center;
    font-size: 2rem;

}
@media (min-width: 530px){
    .navegacion__enlace{  
    text-align: center;
    font-size: 3rem;}
}
.navegacion a:hover { /* Cambia color cuando apunta el cursor*/
    color: #1C3738;
}

/* Contenido principal */

/* .principal{ // antes del responsive
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 2rem;
    row-gap: 2rem;
} */
@media (min-width: 768px){
    .principal{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
        row-gap: 2rem;
        max-width: 100%;
    }

}

/* .imagen1{  
    max-width: 80%;
} */

.textoPrincipal{
    text-decoration: underline;
}


/*  Footer */

.footer{
    background-image: url(../img/varias/footer1.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3rem;

}

/*  Historia */

.contenedor-historia{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    max-width: 100%;
    text-align: justify;
    font-family: var(--fuentePrincipal);
    padding: 1;
    font-size: 1rem;
    margin: 0 auto;
    

}
@media (min-width: 1200px){
    .contenedor-historia{
        display: flex;
        flex-direction: column;
        row-gap: 3rem;
        max-width: 100%;
        text-align: justify;
        font-family: var(--fuentePrincipal);
        padding: 1rem;
        font-size: 2rem;
        margin: 0 auto;
        
}
}

article{
    margin-bottom: 1rem;
    border-bottom: 5px solid #EFE015;
    
}

article:last-of-type{
    border-bottom: none;
}

.saberMas{
    font-family: var(--fuentePrincipal);
    color: var(--primario);
}

.boton{
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10%;
    background-color: var(--secundario);
    color: var(--negro);
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

.boton:hover{
    color: var(--blanco);
    background-color: #1C3738;
    text-decoration: none;
}

/*  Discos  */

.discos{
    



}

.discos-section{
    display: block;
    max-width: 100%;
    max-height: 100%;
    align-items: initial;
    margin-top: 3rem;
    font-family: var(--fuenteTerciaria);
    font-size: 1rem;
}

@media (min-width: 768px){
    .discos-section {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    margin-top: 3rem;
    font-family: var(--fuenteTerciaria);
    font-size: 3rem;
    }
}

@media (min-width: 530px){
    .discos-section{
        display: flex;
        flex-direction: column;
        text-align: left;
        max-width: 50%;
        margin-top: 3rem;
        font-family: var(--fuenteTerciaria);
        font-size: 1.5rem;
        }
}



span{
    font-weight: 700;
    font-size: 1rem;
}

@media (min-width: 768px){
    span{
    font-weight: 700;
    font-size: 2.5rem;
    }
}

.span1{
    color: #F01919ff;
}
.span2{
    color: #E41928ff;
}
.span3{
    color: #D71A38ff;
}
.span4{
    color: #CB1A47ff;
}
.span5{
    color: #BF1A56ff;
}
.span6{
    color: #B21B66ff;
}
.span7{
    color: #A61B75ff;
}
.span8{
    color: #9A1B84ff;
}
.span9{
    color: #8D1C94ff;
}
.span10{
    color: #811CA3ff;
}
.span11{
    color: #751CB2ff;
}
.span12{
    color: #681DC2ff;
}
.span13{
    color: #5C1DD1ff;
}
