@font-face {
    font-family: Myriadpro;
    src: url("../../fonts/MYRIADPRO-REGULAR.ttf") format("opentype");
}

@font-face {
    font-family: Myriadpro;
    font-weight: bold;
    src: url("../../fonts/MYRIADPRO-BOLD.ttf") format("opentype");
}

body.site_ondevoceesta h1,
body.site_ondevoceesta h2,
body.site_ondevoceesta h3,
body.site_ondevoceesta h4,
body.site_ondevoceesta h5,
body.site_ondevoceesta h6,
body.site_ondevoceesta p,
body.site_ondevoceesta span,
body.site_ondevoceesta a{
	font-family: Myriadpro;	
}

.box-descricao{
	display: block; 
	min-width: 260px; 
	padding: 15px;
}
.box-descricao h3{
	margin-bottom:5px;
}

.box-descricao a {
	text-decoration:underline;
}