@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------- Classes ----------------------------------------------------------------*/
@media (min-width: 999px) { 

body{
    font-family:'Lato', sans-serif;
	color: #666;
	font-size: 0.9rem;
	text-align: justify;
    line-height: 20px;
}

.assunto{
    font-size: 18px;
    font-weight: bold;
    color: #0F1D4C;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.titulo{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    background-color: #DADADA;
    border-radius: 10px;
    color: #333;
}

.subtitulo{
    font-weight: bold;
}

.subtitulo a:link{
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

.texto{
    color: #333;
    margin-bottom: 10px;
}

p{
    line-height: 20px;
}

.tab-p{
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    border: 13px;
}

.tab-p1{
    background-color: #CCC;
    padding: 5px;
    border-radius: 10px;
}


    
.lista-receita{
    font-weight: bold;
    margin-bottom: 5%;
    text-decoration: none;
}

.lista-receita a: link{
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 5%;
    text-decoration: none;
}


.icon{
    vertical-align: middle;
    width: 10%;
    margin-left: 20px;
    margin-right: 20px;
}

.envelope{
    vertical-align: middle;
    width: 10%;
}

.about{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}

/*-------------------------- inicio layout produtos  --------------------*/
.figure-prod {
    float: left;
    width: 21%;
    height: auto;
    text-align: justify;
    text-indent: 0;
    border: 0;
    margin: 1%;
    background-color: #0F1D4C;
    padding: 10px;
    border-radius: 10px;
}

.figure-prod-img{
    width: 100%;
    height: auto;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
/*-------------------------- fim layout produtos  --------------------*/


/*-------------------------- inicio layout cont empresa e serviços --------------------*/
.figure {
    float: left;
    width: 29%;
    height: auto;
    text-align: justify;
    text-indent: 0;
    border: 0;
    margin: 2%;
}

.figure-img{
    width: 100%;
    height: auto;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 0;
}
/*-------------------------- fim layout cont empresa e serviços --------------------*/


.imagem{
    width: 40%;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
    float: left;
}

.leg{
    width: auto;
    border: solid 1px #CCC;
    border-radius: 0;
    margin-left: 5%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    vertical-align: middle;
}

.img-adm{
    width: 20%;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.modo{
    width: 95%;
    height: auto;
    float: left;
    margin: 2%;
}

.r{
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.re{
    vertical-align: middle;
    width: 2%;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 1%;
}

.form{
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
    
#inputs, input[type=email], input[type=text], input[type=tel], textarea{
    background: #E6E8FA;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px 10px;
    width: 90%;
    margin-bottom: 10px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    font-weight:300;
}

textarea{
    height: 150px;
}

select{
    background: #E6E8FA;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px 10px;
    width: 93%;
    margin-bottom: 10px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    font-weight:300;
    color: #666;
}

#inputs, input[type=email]:hover, input[type=text]:hover, input[type=tel]:hover, select:hover{
    background: #F5F5F5;
    
}


#submit{
    background-color: #2F74B9;
    padding: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
    right: 2%;
    bottom: -30px;
    position: absolute;
    color: #FFF;

}

#submit:hover{
    background-color: #344570;
    
}

.botao-s {
    background-color: #344570;
    padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
    color: #FFF;
    position: absolute;
    right: 0; 
    

}


.file {
    background-color: #DADADA;
    padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
    color: #666;
    margin-bottom: 15px;


}

.botao-s:hover{
    background-color: #3180BE;
    
}

.painel{
    position: absolute;
    width: 600px; 
    top: 140px;
    left: -300px;
    margin-left: 50%;
    font-size: 25px;
    color: #666;
    border: blue solid 0px;
    text-align: center;
}

.coluna{
    width: 80px; 
    font-size: 15px;
    color: #666;
    margin-bottom: #999 solid 1px;
    padding: 10px;
}

.table{
    border: blue solid 0px;
    position: absolute;
    width: 600px; 
    top: 10px;
    left: -300px;
    margin-left: 50%;
}

iframe{
    margin: 0.5%;
    margin-bottom: 150px;
    
}
    
.img-mapa{
    width: 98%;
    height: auto;
}

}

@media (min-width: 320px) and (max-width: 999px) {
    
body{
    font-family:'Lato', sans-serif;
	color: #666;
	font-size: 0.9rem;
	text-align: justify;
    line-height: 20px;
}

.assunto{
    font-size: 18px;
    font-weight: bold;
    color: #0F1D4C;
    text-align: center;
}

.titulo{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    background-color: #DADADA;
    border-radius: 10px;
    color: #333;
}

.subtitulo{
    font-weight: bold;
}

.subtitulo a:link{
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}

.texto{
    color: #333;
    margin-bottom: 50px;
}

p{
    line-height: 20px;
}


.icon{
    vertical-align: middle;
    width: 10%;
    margin-left: 20px;
    margin-right: 20px;
}

.envelope{
    vertical-align: middle;
    width: 8%;
}
    
.logo {
    width: 130px;
    background-color: transparent;
}

/*-------------------------- inicio layout cont empresa, produtos e serviços --------------------*/
.figure {
    float: left;
    width: 98%;
    height: auto;
    text-align: justify;
    text-indent: 0;
    border: 0;
    margin: 2%;
}

.figure-img{
    width: 100%;
    height: auto;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 0;
}
/*-------------------------- fim layout cont empresa, produtos e serviços --------------------*/

/*-------------------------- inicio layout cont receitas --------------------*/
.figure-rec {
    float: left;
    width: 48%;
    height: auto;
    text-align: center;
    text-indent: 0;
    border: 0;
    margin: 1%;
}
/*-------------------------- fim layout cont receitas --------------------*/

/*-------------------------- inicio layout receita --------------------*/
.figure-receita {
    float: left;
    width: 95%;
    height: auto;
    text-align: justify;
    text-indent: 0;
    border: 0;
    margin: 20px;
}

.figure-texto {
    float: left;
    width: 95%;
    height: auto;
    text-align: justify;
    text-indent: 0;
    border: 0;
    margin-right: 30px;
}


/*-------------------------- fim layout receita --------------------*/

.dicas{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.imagem{
    width: 40%;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
    float: left;
}

.leg{
    width: auto;
    border: solid 1px #CCC;
    border-radius: 0;
    margin-left: 5%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    vertical-align: middle;
}

.img-adm{
    width: 20%;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.modo{
    width: 95%;
    height: auto;
    float: left;
    margin: 2%;
}

.r{
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.re{
    vertical-align: middle;
    width: 3%;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 1%;
}
    
.form{
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: center;
}

#inputs, input[type=email], input[type=text], input[type=tel], textarea{
    background: #E6E8FA;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px 10px;
    width: 90%;
    margin-bottom: 10px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    font-weight:300;
}

textarea{
    height: 150px;
}

select{
    background: #E6E8FA;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 10px 10px;
    width: 93%;
    margin-bottom: 10px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    font-weight:300;
    color: #666;
}

#inputs, input[type=email]:hover, input[type=text]:hover, input[type=tel]:hover, select:hover{
    background: #F5F5F5;
    
}


#submit{
    background-color: #2F74B9;
    padding: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
    right: 2%;
    bottom: -30px;
    position: absolute;
    color: #FFF;

}

#submit:hover{
    background-color: #344570;
    
}

.botao-s {
    background-color: #344570;
    padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
    color: #FFF;
    position: absolute;
    right: 25px;
    bottom: 30px;

}


.file {
    background-color: #DADADA;
    padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 5px rgba(161,142,016,0.6);
    color: #666;
    margin-bottom: 15px;


}

.botao-s:hover{
    background-color: #3180BE;
    
}

.painel{
    position: absolute;
    width: 600px; 
    top: 140px;
    left: -300px;
    margin-left: 50%;
    font-size: 25px;
    color: #666;
    border: blue solid 0px;
    text-align: center;
}

.coluna{
    width: 80px; 
    font-size: 15px;
    color: #666;
    margin-bottom: #999 solid 1px;
    padding: 10px;
}

.table{
    border: blue solid 0px;
    position: absolute;
    width: 600px; 
    top: 10px;
    left: -300px;
    margin-left: 50%;
}

iframe{
    width: 98%;
    margin: 0;
    margin-bottom: 100px;
    
}
    
.img-mapa{
    width: 98%;
}  

}

