body {
    background-image: url(../img/peerGarra.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 700px;
}

button {
    position: fixed;
    width: 200px;
    left: 20%;
    bottom: 25%;
    z-index: 0;
    background-color: rgba(128, 0, 0, 0.6);
    color: aliceblue;
    font-size: 1.5em;
    border-radius: 10px;
}

button:focus,
button:hover {
    cursor: pointer;
    background-color: rgba(128, 0, 0, 0.8);
}

#nextShow {
    position: fixed;
    display: block;
    top: 30%;
    right: 10%;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    width: 30%;
}

#nextShow:hover {
    border: 2px solid #ff702d;
}

#nextShow img {
    position: relative;
    top: 1.5px;
    left: 0px;
    width: calc(100%);
    border-radius: 10px;
    border: 0px solid #000;
    z-index: 0;
}

#nextShow:hover img {
    opacity: 0.9;
}

h2 {
    color: #fae7ce;
    transition: opacity 2s;
}

h2.show {
    color: #4D0000;
    transition: color 2s;
}

section>section>h2 {
    position: relative;
    font-family: sans-serif;
    text-align: center;
    font-size: 1.4em;
    /* border-bottom: 1px solid maroon; */
    margin-bottom: 0;
    /* background: maroon; */
    color: #d89325;
    background: #fae7ce;
    padding-top: 10px;
}

.marionetistaComentario {
    width: 250px;
    height: 140px;
    background-color: rgba(219, 219, 219, 0.8);
    position: absolute;
    visibility: hidden;
    text-align: left;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 35px 20px;
    top: 0;
    z-index: 0;
}

#equipo {
    margin-bottom: 9%;
}

@media screen and (max-width:850px) {
    .contenido {
        flex-direction: column;
    }
    .contenido div {
        margin: 5px !important;
        padding: 10px !important;
        width: calc(100% - 30px) !important;
    }
    .contenido div img {
        max-width: none !important;
        max-height: none !important;
        width: calc(100% - 30px) !important;
    }
    .musicos div figure {
        margin: 0;
        padding: 0;
    }
    .musicos div figure figcaption {
        font-size: 0.6em;
    }
    .marionetistaComentario {
        display: none !important;
    }
    .actores {
        font-size: 0.6em;
    }
    #nextShow {
        top: 40%;
        right: 10%;
        width: 80%;
        border-radius: 15px;
    }
    #nextShow:hover {
        border: none;
    }
}

@media screen and (max-width:450px) {}