html, body {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-color: #24748C;
}

#aca-drop {
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
    width: 100%;
    transform-origin: top left;
    cursor: pointer;
}

#aca-drop > * {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}

#aca-drop > img {
    z-index: 9;
    width: 100%;
    height: 91vh;
    margin-top: 20px;
}

#aca-drop > .wave-1 {
    z-index: 3;
}

#aca-drop > .wave-2 {
    z-index: 2;
}

#aca-drop > .wave-3 {
    z-index: 1;
}

@media (max-width: 400px) {
	#aca-drop > [class*="wave-"] {
        left: 0;
    }
}

#aca-drop > .drop-background {
    background-color: white;
    width: 100%;
    z-index: 0;
    height: 90%;
    margin-top: 20px;
}

#aca-drop > .max-value {
    z-index: 10;
    top: 4%;
    width: 90%;
    right: 5%;
    left: 5%;
    color: #ffffff;
    height: 68px;
}

#aca-drop > .max-value > .max-value-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
}

#aca-drop > .max-value > .max-value-wrapper > .text{
    position: relative;
    right: 0px;
    top: 0px;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.85rem;
}

#aca-drop > .max-value > .max-value-wrapper > .text > .number {
    margin: 4px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#aca-drop > .max-value > .max-value-wrapper > .text > .number > small {
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}

#aca-drop > .max-line {
    height: 1px;
    width: 90%;
    right: 5%;
    left: 5%;
    /* border-top: 1.5px dashed #8796a4; */
    z-index: 10;
}

#aca-drop > .current-line {
    position: absolute;
    width: 90%;
    right: 5%;
    left: 5%;
    top: 0px;
    height: 1px;
    border-top: 1.5px dashed #8796a4;
    z-index: 5;
}

#aca-drop > .current-text {
    position: absolute;
    width: 90%;
    right: 5%;
    left: 5%;
    height: 20%;
    top: 71%;
    bottom: 4%;
    text-align: left;
    z-index: 11;
    color: #ffffff;
    font-weight: 900; /* black */
    font-size: 15px;
}

#aca-drop > .current-text > .number {
    font-size: 22px;
    line-height: 115%;
    display: block;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#aca-drop > .current-text > .text {
    margin: 4px 0px 2px 0px;
    line-height: 15px;
    color: #ffffff;
    font-size: 0.85rem;
}
#aca-drop > .current-text > .text span{
    font-size: 1.4rem;
}

#aca-drop > .current-text > .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

#aca-drop > .font-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
}

#aca-drop > .font-wrapper > .font {
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    bottom: 3%;
    right: 2%;
    font-weight: normal;
    font-size: 10px;
    z-index: 10;
    color: #ffffff;
    letter-spacing: 0.3px;
}

#aca-gota canvas {
    width: 100% !important;
    height: 100% !important;
}




@media (min-width: 768px) {
    #aca-drop > .current-text > .number {
        font-size: 42px;
    }
    #aca-drop > img {
        height: 100vh;
        width: 100vw;
        margin-top: 0;
    }
    #aca-drop > .drop-background{
        height: 100%;
        margin-top: 0;
    }
}