

/* =============================== */

body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif; 
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

a {
	outline: 0;
	text-decoration: none;
}	

/* =============================== */

.colname {
    font-family: 'Oswald', sans-serif;
	font-size: 17px;
	color: #333;
	padding-top: 20px;
}

.colnamelin {
	width: 100%;
	border: 0;
    height: 1px;
	margin: 15px auto 30px;
    background: #f2f2f2;
}

.destaque {
	box-sizing: border-box;
	margin: 20px auto;
}

.destaque .img-right { 
	float: left;
    margin-right: 10px;
	margin-top: 2px;
	line-height: 0;
}

.destaque .img-right img:hover {
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.destaque .img-right img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.18s linear;
    -moz-transition: -moz-transform 0.18s linear;
    -o-transition: -o-transform 0.18s linear;
    transition: transform 0.18s linear;
}

.destaque .title-right {
	padding-bottom: 3px;
}

.destaque .title-right a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 700; 
	color: #333;
}

.destaque .title-right a:hover {
	color: #fff; 	
	background: #878686; 
	border-radius: 5px;
	transition-duration: .5s;
}

.destaque .text-right {
	font-size: 13px;
	line-height: 20px;
	color: #333;
}

a.texthome-right:link, a.texthome-right:visited {
	font-size: 13px;
	color: #888;
}

a.texthome-right:hover {
	font-size: 13px;
	color: #c21212;
	text-decoration: none;
}

a.linktext1:link, a.linktext1:visited, a.linktext1no:link, a.linktext1no:visited {
	color: #9e9d9d;
}

a.linktext1:hover, a.linktext1no:hover {
	color: #333; 
	text-decoration: underline; 
}

a.linktext1no:link, a.linktext1no:visited, a.linktext1no:hover {
	white-space: nowrap;
}

.ligne {
	width: 70%;
	border: 0;
    height: 1px;
	margin: 0 auto;
    background: #ccc;
	clear: both;
}

.ligne:nth-child(1) { 
	display: none; 
}

.spaceright {
	height: 7px;
}



