*{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
}

body{
    padding-top: 50px;
}

p{
    font-size: 12pt;
}

h1{
    font-size: 15pt;
}

h2{
    font-size: 14pt;
}

h3{
    font-size: 13pt;
}

h4{
    font-size: 12pt;
}

h5{
    font-size: 11pt;
}

/*Configuração da section*/
section{
    padding-top: 20px;
    padding-bottom: 15px;
    min-height: 100vh;
}

/*Configuração da última section*/
section#contato{
    min-height: auto;
}

/*Configuração da section quem somos*/
/*section#quemsomos{
    min-height: auto;
}*/

.navbarcolorida{
    font-weight: 900;
    font-size: 25pt;
}

.section_interna{
    padding-top: 0px;
}

/*
.espasamentodiv{
    margin-left: 35px;
}
*/

.img_grayscale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

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

.divslider{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    /*background-color: #DCEB15;*/
}

/*Configuração do Slider da tela modal*/
.divslider-modal{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
}

.div_colorida{
    background: #DCEB15;
}

.servicos_item {
    text-align: center;
}

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

.servico_btn_todososservicos{
    margin-top: 20px;
}


.portifolio_row{
    margin-bottom: 20px;
}

.portifolio_item h4{
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}

.contato textarea{
    height: 168px;
}

.contato .aviso{
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

footer#footer{
    color: white;
    background-color: black;
}

footer{
    padding-top: 15px;
    padding-bottom: 10px;
}


.album-fotos:hover{
	-webkit-transform: scale(1.1);/*Realiza um ZOO*/
}

.album-fotos_produtos:hover{
	-webkit-transform: scale(1.5);/*Realiza um ZOO*/
}

/*CONFIGURAÇÃO DO MENU*/
.div-menu-navegacao{
    /*background-color: black;*/
    font-size: 15px;  
}

/*a#nomeempresa{
    background-image: url(../imgs/background/tumblr_lnduk11jjp1ql3k2io1_500.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}*/


.FUNDO_CARNAVAL{
    background-image: url(../imgs/background/carnaval1.jpg);
    background-repeat123: no-repeat;
}




.esquerda{
    margin-right: 10px;
}

nav a{
    font-weight: 600;
}

/*.div-menu-navegacao li:hover{
    background-color: #D3D3D3; /*Muda a cor do background-color quando passa o mouse por cima do menu*/
/*    font-size:110%;
}*/


#centro {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cordotxto h2{
    color: aliceblue;
    text-shadow: 2px 2px 2px black;   
}

#ttt a{
    font-size: 8pt;
    font-weight: 700;
}

.item_pro {
    font-size: 8pt;
    /*color: aliceblue;*/
    color: black;
}

.cor-texto {
    color: black;
}

