@charset "utf-8";
/* CSS Document */

html, body {
	overflow-x: hidden;
	width: 100vw;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-style: normal;
	font-weight: 400; 
	font-stretch: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	
	
}





.container{
	width: 80%;
	margin: 0 auto;
}

h1{
	color: #690e00;
	margin: 60px 0 80px;
	text-transform: capitalize;
	
}

.row2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 65px;
	column-gap: 25px;
}

.coluna{
	width: 31%;
	padding-bottom: 20px;
	line-height: 1.4;
	color: #4b4b4b;
	margin: 0;
	
	
}

.coluna .foto-pratica{
	background-size: cover;
	margin-bottom: 15px;

}

.coluna img{
	width: 100%;
}

.coluna .descricao{
	width: 90%;
	margin: 0 auto;
}

.coluna h2{
	padding-left: 12px;
	color: #690e00;
}

.saibaMais{
	float: right;
	margin: 15px 15px 15px 0 ;
	text-decoration: none!important;
	color: #ffffff;
	width: auto;
	padding: 8px;
	background: #690e00;
	border-radius: 10px;
	
}






/* PRÁTICA SIGLE-POST da prática */

.pratica{
	width: 100%;
	line-height: 1.8em;
	margin-bottom: 100px;
}

.titulo-da-pratica{
	font-family: inherit;
	font-size: 1.8em;
	font-weight: 100;
	margin: 40px 0 60px;
	text-transform: uppercase;
}

.pratica h3{
	color: #690e00;
	margin-top: 40px;
	font-size: 1.0em;
}

.pratica strong{
	font-weight: 100;
	color: #575757;
	
}

.fotos-da-pratica{
	display: inline-flex;
	margin-bottom: 100px;

}

.fotos-da-pratica figure{
	width: 500px;
	height: 350px;
	display: table;
}

figure .box-img{
	width: 100%;
	height: auto;
	
}

.box-img img{
	width: 100%;
	height: auto;
	min-height: 400px;
	margin-bottom: -10px;
}

.descreve-pratica{
	width: 100%;
}



/* Dispositivos um pouco maiores, mas ainda pequenos (Pequenos Tablets e Smartphones + largos, 600px para cima)  */
@media only screen and (max-width: 600px) {
	.coluna{
		width: 100%;
	}
	
	
	.fotos-da-pratica{
		display: block;
		margin-bottom: 100px;
}
	
	
	.fotos-da-pratica figure{
		margin-bottom: 100px;
	}
	
	
	.box-img img{
		width: 90%;
		height: auto;
		min-height: 300px;
	
}
	
	
	.pratica, .titulo-da-pratica, .pratica h3, .pratica strong, .fotos-da-pratica, .fotos-da-pratica figure, figure .box-img, .box-img img, .descreve-pratica{
		margin: 0;
	
}
	
	.margin-base-100{
		margin-bottom: 1120px;
	}
	
	.margin-base-30{
		margin-bottom: 30px;
	}
	
}






 
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.coluna{
		width: 45%;
	}
	
	.fotos-da-pratica figure{
	width: 250px;
	height: auto;
	
}
	
}
.boas-praticas-single {
	padding: 60px 0;
}





/* Dispositivos um pouco maiores, mas ainda pequenos (Pequenos Tablets e Smartphones + largos, 600px para cima) 
@media only screen and (min-width: 600px) {...} */

/*Dispostivos Médios (Tablets deitados, 768px para cima) 
@media only screen and (min-width: 768px) {...} */

/*
/ Dispostivos Largos (laptops/desktops, 992px para cima) /
@media only screen and (min-width: 992px) {...}
*/
/*
/ Super Largos (Telas maiores laptops, desktops e até TVs, 1200px para cima) 
@media only screen and (min-width: 1200px) {...}


