/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/07/2019, 19:02:16
    Author     : webdesign
*/
 
      
/*-- Pagina Hospedagem -->*/  

main {overflow: auto;}

tr th {text-align: center;}
       
td {width: 33%;}

#hospedagem h2 { margin-top: 15px;
              text-align: center;
              color: red; 
              font-family: ubuntu;
            }

#hospedagem h3 {font-family: Ubuntu;
                      font-weight: 700;
                      text-transform: none;
                      color: #333;
                      text-align: center;
                      }

#hospedagem h4 {font-family: Ubuntu;
                      font-weight: 500;
                      text-transform: none;
                      color: #333;
                      margin: 0;
                      text-align: center;
                      }

table { display: block;
        padding: 0px;
        border: 1px solid silver;
        width: 100%;
        }        

tr:hover {background-color: #f5f5f5;}
td:hover {background-color:  #ffcc80;}
th:hover {background-color:  #ffcc80;}

.big {text-align: center;
      color:red;
      font-family: ubuntu;
      font-weight: 800;
      }

.td_media {background: silver;}  

.flex-container {
  display: flex;
  justify-content: center;
}

.flex-container > div {
  background-color: red;
  margin-bottom: 2PX;
  text-align: center;
  line-height: 200%;
  color: white;
  padding: 0px 10px;
}

.contrato {
    text-align: center;
    margin-top: 5px;
}
.contratoh3 {
    text-align: center;
   
}