@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}



body {
  font-family: Arial, Helvetica, sans-serif;}

/* Style the header */
.header {
	/*background-color: #f1f1f1; */
  padding: 1px;
	text-align: center;
	font-size: 20px;
}

/* Container for flexboxes */
.row {
  display: -webkit-flex;
  display: flex;
}

.lista{max-width:800px; margin-left:auto;margin-right:auto;background-color:#fff;padding-left:5px;padding-right:5px;padding-bottom:100px;}

.abertura{max-width:800px; margin-left:auto;margin-right:auto;background-color:#fff;padding-left:5px;padding-right:5px;padding-bottom:5px;}

.cont_destaque{max-width:800px; margin-left:auto;margin-right:auto;background-color:#fff;padding-left:5px;padding-right:5px;padding-bottom:20px;}




/* Create three equal columns that sits next to each other */
.column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}
.destaque {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1px;
	height:auto; /* Should be removed. Only for demonstration */
}
/* Style the footer */
/*.footer {
 /* background-color: #f1f1f1;
  padding-top: 100px;
  text-align: center;
  position: fixed; 
  bottom: 0px; 
  width: 100%; 
  height: auto; 
  background-color: #BC434F;
  color:#ffffff;
  padding-left:5px;padding-right:5px;
}*/
.footer {
	position:absolute;
	bottom:-2179px;
	width:100%;
	left: 2px;
	background-color: #BC434F;
}

footer {
 /* background-color: #f1f1f1;*/
  padding-top: 100px;
  text-align: center;
  position: fixed; 
  bottom: 0px; 
  width: 100%; 
  height: auto; 
  background-color: #BC434F;
  color:#ffffff;
  
}
@media (max-width: 800px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/*logo-marca-do-site*/
.logo{width:200px;margin-left:auto;margin-right:auto;margin-bottom:20px;background-color:#fff;}

/* imagem - configuração */
img{max-width:800px; heigh:auto;}

img    {
    border-radius: 10%;
}

 /* Está área esta destinada ao controle fontes */ 
h2{font-family: "Arial Black", Gadget, sans-serif;line-height:200%;font-weight:bolder;} 
h3{font-family: "Arial Black", Gadget, sans-serif;line-height:200%;font-weight:bolder;} 
p{font-family: "Times New Roman", Times, serif;line-height:100%;font-weight: 100;}
