.div_pause {
    position: fixed;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: #dcdcdc;
	z-index: 99;
}

.div_pause___visivel {
    display: flex;
}

.div_pause__conteudo {
    align-items: center;
    background-color: white;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* max-height: 60vh; */
    padding: .8rem;
    width: 70%;
}

.div_pause__conteudo__titulo::after, .div_pause__conteudo__titulo::before {
    display: none;
}

.div_pause__conteudo__img {
    max-width: 100px;
    width: 50%;
}

.div_pause__conteudo__titulo {
    color: black;
    font-size: 1.5rem;
    font-weight: bolder;
    height: unset;
    line-height: normal;
    margin: unset;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.div_pause__conteudo__titulo__span {

}

.div_pause__conteudo__texto {
    font-size: 1rem;
}

.div_pause__conteudo__texto__span {
    font-weight: bold;
}

.div_pause__conteudo__link {
    background-color: #128C7E;
    border-radius: 1rem;
    color: white !important;
    margin-top: 1rem;
    padding: .5rem;
    text-align: center;
    width: 100%;
}