
body {
    font-family: 'Montserrat', sans-serif;
}

.painel1 {
    padding-top:20px;
    height: 200px
}

@media (max-width: 600px) {
    .painel1 {
        padding-top: 10px;
        height: 100px
    }
}

.imgtela {
  height:350px;

}

.painel2 {
    margin-left: 90px;
    width: 400px;
    color: white;
}
@media (max-width: 600px) {
    .painel2 {
        margin-left: 10px;
        width: 400px;
        color: white;
    }
}





.h7 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
}


.tableRS {
    font-size: 12px;
    
}

@media (max-width: 600px) {
    .tableRS {
        font-size: 4px;
    }
        .tableRS td {
            padding-left: 0px;
            padding-right: 0px;
        }
}





.div-ajax-carregamento-pagina {
    position: fixed;
    
    transform: translate(-50%, -50%);

    /*position: absolute;*/
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    z-index: 9999997;
    
    
    opacity: 0.90;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    color: red;
    visibility: visible;
    padding: 15px
}
