.contenedor{
    display: grid;
    place-items: center;
    height: 60%;
    width: 60%;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.contenido{
    background-color: #020230;
}

h4{
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    font-family: Helvetica;
    font-weight: bolder;
}

.titulo{
    color: aliceblue;
    font-size: 35px;
    font-weight: bold;
}

.subtitulo{
    margin: auto;
    text-align: center;
    font-size: 27px;
    font-family: Helvetica;
    font-weight: 500; 
    margin-bottom: 10px;
    color: aliceblue;
}

.textoobra{
    text-align: justify;
    color: aliceblue;
    font-size: 18px;
}

.sonidoambiente{
    display: grid;
    place-items: center;
    margin: auto;
    margin-top: 10px;
    position: relative;
}

audio{
    opacity: 0%;
}


#Sol{
    opacity: 0%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Medialuna{
    opacity: 0%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Estrella5{
    opacity: 0%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Estrella21{
    opacity: 0%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Estrella14{
    opacity: 0%;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Circulo33{
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Circulo34{
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#Circulo20{
    transform-origin: 50% 50%;
    transform-box: fill-box;
    opacity: 100%;
}

#Circulo3{
    transform-origin: 50% 50%;
    transform-box: fill-box;
    opacity: 0%;
}

.Circulo3Ruta{
    position: absolute;
    z-index: 3;
    top: -10px;
    left: 0px;  
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

#Circulo35{
    opacity: 100%;
}

#Circulo31{
    transform-origin: 50% 50%;
    transform-box: fill-box;
    opacity: 0%;
}

.Circulo31Ruta{
    position: absolute;
    z-index: 3;
    top: -20px;
    left: -10px;  
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

#Circulo42{
    transform-origin: 50% 50%;
    transform-box: fill-box;
    opacity: 0%;
}

.Circulo42Ruta{
    position: absolute;
    z-index: 3;
    top: -15px;
    left: 0px;  
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.botonsonidoambiente{
    width: 250px;
    height: 80px;
    background-color:aliceblue ;
}

.botonsonidoambiente:hover{
    background-color:  #dbe5ff;
}

.textobotonsonidoambiente{
    color: #020230;
    font-size: 24px;
    font-weight: 500;
}

.colorfooter{
    background-color:#020230;
}

.textofooter{
    color: aliceblue;
}