/*CONFIGURAÇÃO GERAL*/

.evento-01 {
    background: url(img/pic1.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 150px;
    display: block;
    margin-top: 115px;}

.eventos{
    background-color: #F6AB45;
    width: 100%;
    height: 100%;}
                      
.titulo-evento:after{
    width: 545px;  }

.texto-evento p{
    font-size: 25px;
    color:#373125 }

.cafe{
    width: 170px;
    margin-right: 25px; 
    margin-bottom: 50px;}

.logopq{
    margin: -20px auto 20px;
    width: 250px   }

h2{
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    color:#373125}

h2:hover{
    color:#F6AB45 ;}

h2:after{
    content: "";
    display: block;
    width: 545px;
    height: 3px;
    background-color: #373125; 
    margin: 8px auto 30px;}

.tabela{
    background-color:#4B8E85 ;
    width: 100%;
    height: 100%;
    padding-bottom: 50px; }

.rTable{
    width: 100%;
    text-align: center;
    color:#373125}

.rTable thead{
    background:#373125; 
    font-weight: bold; 
    color:white;
    text-transform: uppercase;}

.rTable tbody tr:nth-child(1n){
    background:  #F6AB45;}

.rTable tbody tr:nth-child(2n){
    background: #4B8E85;    }

.rTable th , .rTable td{
    padding: 6px 0 6px 0 ;}
    

