@import url('https://fonts.googleapis.com/css?family=Play');

* {
    font-family: 'Play','Lato', sans-serif;
    font-weight: 300;
}

body {
    padding-top: 0px;
     background: white;  
}

body_body {
    margin: 0;
    padding: 0;S
    padding-top: 0px;
     background: white;  
}

.menu {
    font: 20px 'Play';
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color:beige; 
 }

section {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 100vh;
}

section#contato {
    min-height: 80vh;   
}

footer {
    padding-top: 10px;
    padding-bottom: 30px;
    background:#ffffff;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.navbar-brand {
   font-weight: 700; 
}  

.divslider {
    padding-top: 5px;
    padding-bottom: 15px;
    background: url(../imgs/bgslider.png);
}

.div_colorida {
    background: url(../imgs/bgslider.png);
}

.servicos_item * {
    text-align: center;
}

.servicos_item h4 {
    margin-top: 30px;  
    font-size: 25px;
}

.servicos_btn_todososservicos {
    margin-top: 25px;   
}

.portfolio_item {
    background: white;   
}

.portfolio_row {
    margin-bottom: 20px;   
}

.portfolio_row:last-child {
    margin-bottom: 0px;   
}

.portfolio_item h4 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.contato textarea {
    height: 170px;   
}

.contato .aviso {
   padding: 15px; 
}  

.section_interna {
    padding-top: 0px;
}

.form-login {
    max-width: auto;
    max-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    
}

.form-login input {
    margin-bottom: 10px;
}

.panel {
    margin-bottom: 2px;
}

.conteudo_painel{
    background: white;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 2px 3px 5px #888;
    
}

.conteudo_painel_int {
   padding: 12px;
}

.modal-x1 {
    width: auto;
    padding: 30px 60px;
        padding-top: 30px;
        padding-right: 60px;
        padding-bottom: 30px;
        padding-left: 60px;
}