
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body{
	background:url(imagensporminas/background.jpg); 
	color:#868686; 
	font-family: "Open Sans", Helvetica, sans-serif, arial; 
	font-size: 18px; 												
	font-weight: 300;
	line-height: 1.2222222222em; 
	text-align: left; 
	text-shadow:1px 1px 0px #fff; 
}
.center{
	margin: 0 auto;
	max-width:1050px; 
	width: 95%;
}

/*.clearfix */
.clearfix:before, .clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/



img, picture, video, embed {
    max-width: 100%; 
}



h3{
	font-size: 1.7777777778em; 
	font-weight: 300;
	letter-spacing: -0.0625em; 
	line-height: 1.1875em; 
}
p{
	font-weight: 300;
	letter-spacing: -0.05555555556em; 
}
a, a:link, a:visited{
	color:#b0402b; 
	font-weight:400; 
	text-decoration:none;

}
a:hover{
	color:#b0402b;
	text-decoration:underline;
	text-shadow:none; 
}
/*
 cabeçalho 
*/
cabecalho{

    background-color:red;
	border-bottom: 1px solid #E0E0E0; 
	width:100%; 
    height:auto;
	text-align:center;
}

cabecalho figure {
     
    margin-left:0%;
    margin-right:0%;
	width:100%;   
    margin-top:0%;
}

#logoporminasmobile {

        display:none;
    }	



#box-toggle, #box-toggle2 {
	
	margin:0% 5%;
	text-align:justify;
	font:0.8em Arial, Helvetica, sans-serif;
	}

#box-toggle button, #box-toggle2 button {
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:1.7em;
    margin-top:3%;
}

.tgl, .tgl2 {
    font-size:1.3em;
}

.tgl p, .tgl2 p{
   text-align:justify;
}

	

.porminasbackground2{
	
	height:auto;
	width:100%;
}

.porminasbackground2 figure {
        
		display:block; 
		float:left; 		
}

.faleconosco {
    margin-top:-1.5%;
    padding-top:0;
    width:33%;
    float:left;
}

#galeriainstagram {
    width:90%;
    margin:0 auto;
}

.toggle1, .toggle2{
    width:100%;
    height:40px;
}

	

.rodape{

	clear:both;
    min-height:150px;
  	height:auto;
	padding: 5px 5px;
	width:100%; 
    position:relative;
    background:url(imagensporminas/rodape.png);   
    margin:0 auto;   
    
    font-family: "Open Sans", Helvetica, sans-serif, arial; 
													
	font-weight: 200;
	line-height: 1.2222222222em; 
	text-align: left; 
	text-shadow:1px 1px 0px #fff;    
}

.rodape1 {
    width:80%;
    float:left;

}

.rodapetel,.rodapemail {
    width:100%;
    float:left;

}

#rodape2 {
    width:20%;
    float:right;

}

#imagemrodape {
    padding-top:10%;
    float:right;
    margin:0 auto;   
    
}










/* 
Media query 1200px 
*/
@media screen and (max-width: 1200px){


    #tablet01 {
        display:block;
    }
      
    #logoporminasmobile {

        display:none;
    }

    .faleconosco {
    margin-top:-2%;
    padding-top:0;
     width:33%;
    float:left;
}

.rodape{

	
    min-height:160px;
  	
	
    margin:0 auto;   
    
    font-family: "Open Sans", Helvetica, sans-serif, arial; 
	font-size:17px;												
	font-weight: 100;
	line-height: 1.1em; 
	text-align: center; 
	text-shadow:1px 1px 0px #fff;    
}

   

}



/* 
780px 
*/
@media screen and (max-width:480px) {




    * {
        margin: 0;
        padding: 0;
    }

    .center {
        width: 100%;
    }

    .faleconosco {
    margin-top:-4%;
    padding-top:0;
     width:100%;
    float:none;
}




    #tablet01 {
        display:none;
    }

    #logoporminasmobile {
        display:block;
    }


    .rodape{
	
    min-height:80px;
  	
}
    .rodapetel,.rodapemail {
        display:none;
    }


}

    



   

    

      

        


       
