#modal__plantao {
    display: none;
    z-index: 9998;
    position: relative;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    max-width: 460px;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 992px) {
    #modal__plantao {
        right: 20px;
        bottom: 20px;
    }
}
#modal__plantao.activemodal {
    display: block;
}

.modal__plantao--close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

.modal__plantao--close:hover {
    background: #000;
}

.modal__plantao--link {
    display: block;
}

.modal__plantao--image {
    max-width: 100%;
}
