.btn-azul  {
    color: #fff;
    background-color: #0397CE;
    border-color: #0397CE;
    border-radius: 0;
    height: 40px;
    line-height: 30px;
    bottom: auto;
    right: auto;
    position: relative;
    font-size: 19px;
    margin: auto;
}

/*form_geral*/
.covid-19 {
    position: fixed;
    top: 50%;
    left: -99px;
    width: 115px;
    height: 0px;
    text-align:right;
    z-index:9999;
    margin-top:-15px;
}

.covid-19 a {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    background: #2e8dd6;
    text-align:center;
    height: 90px;
    width: 285px;
    padding: 23px 16px;
    color: #fff;
    font-family: 'Open Sans',arial,verdana,sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

.covd-19 a:hover {
    background: #CCC;
}

@media screen and (max-width: 906px) {
    .no-mobile {
        display: none;
    }
}

.no-decoration {
    color: inherit; !important;
    text-decoration: none; !important;
}

.swal-wide{
    width:70% !important;
    min-width: 300px;
}

.swal-medium{
    width:70% !important;
    min-width: 300px;
}

.limit-5-lines {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 120px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.text-color-red {
    text-color: red; !important;
}
