

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.musica_parallax {
    /*background-image: url('tuimagen.jpg');*/
    background-image: linear-gradient(-45deg, #cec5c0 50%, #4e6586 90%);
    /*height: 600px;*/
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}


.flex-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    /*background-color: DodgerBlue;*/
    z-index: 0;
  }
  /*contendores de las fotos y el texto*/
  .flex-container > div {
    background-color: #ffffff;
    margin: 10px;
    padding: 20px;
    font-size: 20px;
    text-align: right;
    height: auto;
  }
/*comportamiento del flex box diferentes 
para cada caja*/
  
  .item-1 {
  filter:brightness(1.5);
  filter:contrast(0.0);
  filter:saturate(1.0);
  box-shadow: 7px 3px 6px black;
}

  .item-2{
  
  filter:brightness(1.0);
  filter:contrast(1.0);
  filter:saturate(0.8);
  box-shadow: 7px 3px 6px black;
}

 
  .item-3 {max-width: 1100px;
    box-shadow: 7px 3px 6px black;
  }


/*Estilos Informacion en texto sobre la obra*/

.n-pod {
font-size: 20px;
color:rgb(0, 0, 0);
font-weight: bold;
}
/*Estilos Informacion en texto sobre la obra*/
.titulo-obra {
font-size: 24px;
color:rgb(248, 1, 1);
font-weight: bold;
}
/*Estilos Informacion en texto sobre la obra*/

.agno-obra {
	font-size:22px;
  font-weight: bold;
  color:rgb(0, 0, 0);
  font-weight: bold;
}
/*Estilos Informacion en texto sobre la obra*/
.periodo {
font-size:18px;
color:rgb(179, 34, 34);
font-weight: bold;
text-transform: uppercase;
margin-top: -3px;
}
/*Estilos Informacion en texto sobre la obra*/
.autor {
	font-size:20px;
color:rgb(38, 99, 230);
font-weight: bold;
font-style: italic;
}
/*Estilos Informacion en texto sobre la obra*/
.dimensiones {
font-size:16px;
color:rgb(0, 0, 0);
font-weight: bold;
}
/*Estilos Informacion en texto sobre la obra*/
.tecnica {
font-size:16px;
color:rgb(75, 21, 51);
font-weight: bold;
}
/*Estilos deñ texto de la crítica*/

.texto_principal{
font-size:16px;
color:rgb(75, 21, 51);
} 
/*Pie de foto de las abras*/
.cap {font-size:16px;
color:rgb(0, 0, 0);
font-weight: bold;
} 

/*Estilo de la caja de textos, control del paddign*/
  .critica {
  padding:20px;
}

/*Interlinieados "invisibles"*/
.internovisble {height:7pt; visibility:hidden;}



