body {
    padding: 0;
    margin: 0;
}

.containerAc {
    /*** Define Tamanho Para Centralizar Sem Quebrar ***/
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    padding-top: 16px;
    background-color: white;
}

img {
    margin-top: 0;
    border-radius: 0 0 8px 8px;

    height: auto;
    width: 100%;

    max-width: 98%;
}

/***************************************/

@media screen and (max-width:500px) {
    img {
        /*width: 880px;*/
        max-width: 98vw;
    }
}

@media screen and (min-width: 500px) and (max-width: 780px) {
    img {
        min-width: 30%;
        max-width: 44vw;
    }
}

/*@media screen and (min-width: 720px) and (max-width: 895px) {*/
@media screen and (min-width: 780px) and (max-width: 895px) {
    img {
        min-width: 230px;
        max-width: 41vw;
    }
}

@media screen and (min-width: 895px) {
    img {
        min-width: 242px;
        max-width: 30vw;
    }
}

/***************************************/

.paiAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /*max-width: 100vw;*/


    /*background-color: #ee0; /*** Amarelo ***/
}

.headAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.acorde-containerAc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
    align-content: flex-end;

    margin: 0;
    padding: 0;
    padding-top: 0.4vw;
    /*background-color: #e6ffff;*/
    background-color: #DAF7A6;
}

.acordeAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: flex-end;

    margin: 12px;
    padding: 0;

    /*border: 1px solid #006100;
    border-radius: 8px;*/

    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.itemAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /*background-color: #ddd;*/
    /*border-radius: 8px;*/

    padding: 0;
    margin: 0;
}

.itemAc p {
    line-height: 20px;
    font-family: Consolas, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
    color: #00f;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
}

/*** Grau do Acorde (<s>I</s> - Tônica) ***/
/* s {
    font-family: "Courier New", Consolas;
    font-size: 27.2px;
    font-weight: 900;
    text-decoration: none;
} */

.grauAc {
    font-family: "Courier New", Consolas;
    font-size: 27.2px;
    font-weight: 900;
}

figure {
    padding: 0px;
    margin: 0;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

h1 {
    line-height: 25px;
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #DA1C1C;
}

h2 {
    line-height: 25px;
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 8px;
    padding-bottom: 8px;

    color: #009900;
}

h3 {
    line-height: 30px;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;

    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    color: #00f;

    -webkit-text-stroke-width: 0.9px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-shadow: 0.5vw 0.5vw 0.8vw #484848;
}

.pai-trocaAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-bottom: 16px;
    padding-left: 22px;
    padding-right: 22px;

    margin: 12px;
    margin-top: 18px;
    margin-bottom: 18px;

    border: 2px solid #888;
    border-radius: 8px;
    background-color: #FFF8DC;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.trocaAc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.trocaAc h2 {
    line-height: 1;
    margin-top: 10px;
    text-align: center;
}

.sequenciaAc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding: 0;
    padding-left: 18px;
    padding-right: 18px;

    height: auto;
    width: fit-content;

    border: 1px solid #888;
    background-color: white;
}

.sequenciaAc p {
    font-size: 35px;
    font-weight: 800;
    color: rgb(0, 0, 232);

    margin: 0;
    padding-top: 8px;
    padding-bottom: 9px;

    line-height: 1.5;
    /* Parágrafo */
}

.relativa {
    color: #cc0000;
}

.sequenciaAc i {
    margin-left: 15px;
    margin-right: 15px;
}

.obs {
    padding: 0;
    margin: 0;
    line-height: 1;
    /* Entrelinha */
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

span {
    font-weight: bold;
    /* color: blue; */
}

.closeAc {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 3.7vw;
    font-weight: 700;
    padding: 0.5vw;
    border-radius: 50%;
    height: 4vw;
    width: 4vw;
    transition: all ease 0.6s;
}

/* .closeAc:hover {
    cursor: pointer;
    background-color: #D5F5E3;
} */

/***************************************************/

/* The Modal (background) */
.modalAc {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* padding-top: 100px; */
    padding-top: 10vh;
    padding-top: calc((100vh / 2) - 50vh);

    /*** Define Tamanho Para Centralizar Sem Quebrar ***/
    /* Full height */
    height: 100%;
    min-height: 100vh;
    /* height: 100%; */

    /* Full width */
    width: 100%;

    /* Location of the box */
    left: 0;
    top: 0;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-contentAc {
    /*** Define Tamanho Para Centralizar Sem Quebrar ***/
    height: fit-content;
    width: fit-content;

    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        /* top: -0; */
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        /* top: -0; */
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.closeAc {
    color: white;
    float: right;
    font-size: 4vw;
    font-weight: bold;
}

.closeAc:hover,
.closeAc:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    background-color: #D5F5E3;
}

.modal-headerAc {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    justify-items: center;

    height: fit-content !important;
    padding: 0.6vw 0.6vw 0.6vw 1.5vw;
    background-color: #5cb85c;
    color: white;
}

.modal-headerAc h2 {
    color: white;
    padding: 0;
    margin: 0;
}

/* .modal-bodyAc {
    padding: 2px 16px;
} */

.modal-footerAc {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Reestilização acordes */
.acorde-containerAc .acordeAc {
    padding: 0 !important;
}

.acorde-containerAc .acordeAc .itemAc figure {
    background-color: white;
}

.acorde-containerAc .acordeAc .itemAc figure img {
    width: 89vh !important;
    height: auto !important;
}

.acorde-containerAc .acordeAc {
    padding: 0;
    margin-top: 0;
}

#acr-nao-cadAc {
    color: black;
    /* display: none !important; */
    padding-left: 2vw;
    padding-right: 2vw;
    background-color: white;
}