body {	
	margin:0px;
	position: relative;
}
h1{
	font-weight: bold;
}
h2{
	

}
h3{
	margin-top: 5px;
	color: #000;
}
p{
	font-family: calibri;
	font-size: 20px;
}

a:link, a:visited {
	text-decoration: none;
	opacity: none;
	

	}
a:hover {
	text-decoration: none;
	color:rgb(142, 170, 255);
	}
	a:active {
		text-decoration: none;
		color: rgb(142, 170, 255);
		}

#lista{
		padding: 20px;
		max-width: 340px;
		height: 500px;
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
		background-color: #EEE9E9 ;

		border-radius: 10px;

}


.list{
	float: left;
	max-width: 600px;

}
#list2{
	width: 100%;
	background-color: ;
	min-height: 160px;
	max-height: 350px;
	border-bottom: 1px solid;

}

#textohome{
	height:132px ;

}

.img-container{
	height: 250px;
	width: 300px;
	margin-bottom: 5px;
	background-color:rgb(142, 170, 255);
	overflow: hidden;
	border: 1px solid #000;
}

.img-container img{
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;

}

.img-container:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#lista img{
	
	float: none;
	margin: auto;
	
}
.legenda{
	padding: 10px;
	opacity:0.90;
	background-color: black;
}
#topo	{padding-top:50px;min-height: 200px; width: 100%; background-color: #008EDC; }
#home {padding-top:30px ; height:100%;  display: table;  }
#materia{padding-top:30px ; height:100%;  display: table; max-width:700px; float:left; }
#anuncio{ margin-left: 10px; max-width: 300px; float: left;  vertical-align:middle; display:table-cell; text-align: left;
	}
#contato {padding: 0px 20px 20px 0px ; max-width: 700px; float: left;  vertical-align:middle; display:table-cell; text-align: left;
		
		}
.footer {padding-top:30px; min-height: 100px;color: #fff; background-color: #000; padding-bottom: 0px;}
#coluna {max-width: 700px; float: left;  vertical-align:middle; display:table-cell; text-align: left;
	
	}

.album{
	max-width: 700px;
	
	
	
}

	#colunaform { min-width: 50%; float: left;  vertical-align:middle; display:table-cell; text-align: left;}

	#formulario{

		display: table;
		min-width: 50%;
		margin-top: 15px;
		margin-bottom: 20px;
	margin: 0 auto;


		padding: 40px 20px 40px 20px;
	}

	#colunaquem{
		margin-top: 0px;
		margin-left: 20px;
		padding-top: 20px;
		padding-right: 20px;
		max-width: 500px;
		height: 100%;
		background-color: #fff;
	}
	#chamada {width:420px; height: 100%; min-height: 500px;   float: left; padding-right: 15px;  display:table-cell; margin-right: 50px; margin-bottom: 30px; background-color: ;}
	#corpo {max-height: }
.css img{


 display: block;
	width: 250px;
	height: 150px;
	margin-right: 10px;

}

.topo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.topo h6{
	margin-left: 15px;
	font-size: 15px;
}

.topo h2{
	color: #000;
}

.topo h5{
	color: #008B45;
	font-size: 15px;
}

.text{
	padding: 30px;
}
#centro{

	margin-left: 30px;
	background-color: green;


}
#frame{

	 width: 560px;
	 height: 315px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

hr{
	width: 100%;
	color: red;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}



.main-login{
    background-color: #fff;
    /* shadows and rounded borders */

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{

    margin-top: 15px;
    margin-bottom: 20px;
    margin: 0 auto;

    padding: 40px 40px ;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
	margin-right: 10px;
	}

	.carousel h3{
		text-align: left;
	}
	.carousel a:hover{
		color: #fff;
		text-decoration: none;
	}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #000 ;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* Share Buttons */

.share-btn-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.share-btn-container a i {
  font-size: 32px;
}

.share-btn-container a {
  margin: 12px 0;
  transition: 500ms;
}

.share-btn-container a:hover {
  transform: scale(1.2);
}

.share-btn-container .fa-facebook {
  color: #3b5998;
}

.share-btn-container .fa-twitter {
  color: #1da1f2;
}

.share-btn-container .fa-linkedin {
  color: #0077b5;
}

.share-btn-container .fa-pinterest {
  color: #bd081c;
}

.share-btn-container .fa-whatsapp {
  color: #25d366;
}
