body{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}


h1{

}
h2{
	margin:  0;
}
h3{
	margin:  0;
}

input, select, textarea{
	width: 100%;
	border: solid 1px #cdd1d8;
	border-radius: 4px;
	padding: 7px;
	margin-bottom: 10px;
    color:#555;
}
input[type=color]{
	padding: 0;
}
button{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
}
ul{
	padding: 0;
}
a{
	text-decoration: none;
}






.header{
	 width:calc(100% - 20px) ;
	 padding: 4px 10px;
	 border-bottom: solid 1px rgba(0,0,0,0.1);
	 position: fixed;
	 background-color: white;

}
.header img{
	height: 30px;

}

.lb_menu{
	padding: 2% 10%;
	width: 80%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	display: none;
	position: fixed;
	z-index: 9;
}
.lb_menu a{
	color: white;
	display: block;
}
.txt_menu{
	text-transform: uppercase;
	line-height: 42px;
}
































.mobile_in{
	display: none;
}
@media (max-width:700px) {
	.mobile_out{
		display: none;
	}
	.mobile_in{
		display: block;
	}

}







.col2{
	float: left;
	width: 46%;
	margin: 2%;
}
.col3{
	float: left;
	width: 31%;
	padding: 0 1%;
}
.col4{
	float: left;
	width: 24%;
	margin-right: 1%;
}
@media (max-width:700px) {
	.col2{
		width: 96%;
	}
	.col3{
		width:100%;
	}
	.col4{
		width: 100%;
	}
}




.titulo_input{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
}













.cta{
	display: inline-block;
	border-radius: 3px;
	padding: 2%;
	cursor: pointer;
	background-color: #777;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-right: 1%;
	margin-bottom: 5px;
	border: 0;
	cursor: pointer;
	text-align: center;
}
.cta:hover{
	color: black;
	background-image: linear-gradient(to right, #fff,#fff);
}

.cta2{
	display: inline-block;
	border-radius: 3px;
	padding: 3px 10px;
	cursor: pointer;
	background-color: #bbb;
	border-radius: 14px;
	margin-top: 3px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
	cursor: pointer;
	text-align: center;
}






























.centro1000{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;

}








.lista_1d{
	padding: 15px;
}
.lista_1d li{
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
	margin-right:1%;
	margin-left:1%;
}
.lista_1d li img{
	width: 100%;
	height: 50vw;
	object-fit: cover;
	margin-bottom: 5px;
}
.lista_1d li h3{
	padding: 0 2% 10px 2%;
}
.lista_1d a{
	color: #333;
	font-size: 23px;
}







.lista_1c{
	padding: 15px;
}
.lista_1c li{
	list-style: none;
	margin-bottom: 20px;
	height: 120px;
}
.lista_1c li img{
	width: 40%;
	height: 100%;
	object-fit: cover;
	float: left;
}
.lista_1c li h3{
	float: left;
	width: 56%;
	padding: 0 2%;
}
.lista_1c a{
	color: #333;
	font-size: 16px;
}







.lista_2c{
	padding: 15px;
}
.lista_2c li{
	float: left;
	width: 48%;
	list-style: none;
	margin-right:1%;
	margin-left:1%;
}
.lista_2c li img{
	width: 100%;
	height: 33vw;
	object-fit: cover;
}
.lista_2c li h3{
	padding: 0 2% 10px 2%;
}
.lista_2c a{
	color: #333;
	font-size: 13px;
}
.sub1{
	font-size: 12px;
	color: grey;
	font-weight: 500;
	padding: 0 2% 10px 2%;
}












.container{
	width: calc(100% - 20px);
	padding: 10px;
}





.single_header h1{
	font-size: 26px;
	text-align: center;
	padding: 0 4%;
}
.single_header h2{
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	padding: 0 4%;
}
.single_header img{
	width: 100%;
}


.single_tags li{
	list-style: none;
	float: left;
}
	.single_tags a{
		color: #333;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: underline;
		margin-right: 10px;
	}



.autor{
	display: block;
	text-align: center;
	font-size: 13px;
}
.data{
	display: block;
	text-align: center;
	font-size: 13px;
}

.artigo{
	display: block;
	padding: 40px;
	line-height: 28px;
}






