body {
	background-color: #f9f2db;
}

@font-face {
    font-family: "Museo900";
    src: url(css/museo900-regular-webfont.ttf) format("truetype");
}
@font-face {
    font-family: "Museo700";
    src: url(css/museo700-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: "Museo500";
    src: url(css/museo500-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: "Museo300";
    src: url(css/museo300-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: "Museo100";
    src: url(css/1-regular-webfont.ttf) format("truetype");
}

.Museo900{
	font-family: "Museo900";
}
.Museo700{
	font-family: "Museo700";
}
.Museo500{
	font-family: "Museo500";
}
.Museo300{
	font-family: "Museo300";
}
.Museo100{
	font-family: "Museo100";
}

.hero {
	background: #7b3e3e;
	color: white;
	padding: 60px 20px;
	text-align: center;
}

.testemunhos,
.doacoes {
	padding: 40px 20px;
}

.center{
	text-align: center;
}

.margin-bottom{
	margin-bottom: 10px;
}

.testemunho {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nome_testemunho{
	font-size: 26px;
	font-weight: bold;
    font-family: "Museo700";
	color: #612c0a;
}

.btn-donate {
	background: #7b3e3e;
	color: white;
	font-weight: bold;
}

.btn-donate:hover {
	background: #5a2d2d;
}

.bg-conteudo{
	background-color: #f9f2db;
}

.bg_topo{
	background-image: url("images/bg_topo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.veja-testemunhos{
	font-size: 21px !important;
}

.relative{
	position: relative;
}

.div_sup_esq{
	position: absolute;
	top: -5px;
	left: -5px;
}

.div_sup_dir{
	position: absolute;
	top: -5px;
	right: -5px;
}

.img_beneficios{
	float: left;
	width: 100px;
	margin-right: 20px;
	border: 2px solid #c8c1ab;
	border-radius: 10px;
}

.btn-inscrevase{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #900;
	border: 0;
}

.btn-inscrevase:hover{
	background-color: #690101;
}

.sombra_topo{
	box-shadow: inset 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

.margin-top{
	margin-top: 20px !important;
}

.font-rodape{
	font-size:12px;
}

.div_inf_esq{
	position: absolute;
	bottom: -5px;
	left: -5px;
}

.div_inf_dir{
	position: absolute;
	bottom: -5px;
	right: -5px;
}

.vermelho{
	color: #900 !important;
}

.font-texto-superior{
	font-size:17px;
}

.titulo_superior{
	font-family: "Museo900";
	font-size: 42px !important;
	font-weight: bold;
	color: #900;
}

.subtitulo_superior{
	font-family: "Museo700";
	font-size: 20px !important;
	font-weight: bold;
	line-height: 32px;
}


@media screen and (max-width: 720px) {
	.titulo_superior{
		font-size: 32px !important;
		padding-left: 7%;
		padding-right: 7%;
	}
	.subtitulo_superior{
		font-size: 22px !important;
		line-height: 25px;
	}
	.pepio_topo{
		max-width: 300px;
	}
}

@media screen and (min-width: 767px) {
	.topo_desktop{display: block;}
	.topo_mobile{display: none;}
	.padding-lista{padding-top: 30px; margin-bottom: 10px;}
	.padding-lista img{margin-top: -20px;}
	.altura_testemunha{min-height: 400px;}
	.font-lista{font-size:18px;}
}
@media screen and (max-width: 768px) {
	.topo_desktop{display: none;}
	.topo_mobile{display: block;}
	.img_testemunho{width: 80px}
	.padding-zero{padding-left: 0; padding-right: 0;}
	.padding-lista{padding-top: 10px; margin-bottom: 10px;}
	.padding-lista img{margin-top: 0;}
	.font-lista{font-size:16px;}
	.sem_br{display:none;}
}

