@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");



/* image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		width: 100%
	}
		.image.center {
			float: center;
			padding: 0 0 1em 0;
			top: 0.25em;
		}


/* imagen responsive */

.image.featured {
	display: block;
	margin: 0 0 2em 0;
}

	.image.featured img {
		display: block;
		width: 100%;
	}


.container_responsive {
	margin: 0 auto;
	max-width: 100%;
	width: 500px;
}

.container_responsive_home {
	margin: 0 auto;
	max-width: 100%;
	width: 500px;
	padding: 0 0 0 0;
}

.container_responsive.medium {
	width: 1050px;
}

@media screen and (max-width: 1680px) {

	.container_responsive {
		width: 1200px;
	}

		.container_responsive.medium {
			width: 900px;
		}

}

@media screen and (max-width: 1280px) {

	.container_responsive {
		width: 960px;
	}

		.container_responsive.medium {
			width: 735px;
		}

}

@media screen and (max-width: 980px) {

	.container_responsive {
		width: 95%;
	}

		.container_responsive.medium {
			width: 71.25%;
		}

}

@media screen and (max-width: 840px) {

	.container_responsive {
		width: 95%;
	}

		.container_responsive.medium {
			width: 95%;
		}

}

@media screen and (max-width: 736px) {

	.container_responsive {
		width: 80%;
	}

		.container_responsive.medium {
			width: 80%;
		}

}


.container_responsive.content{
	width: 500px;
}



/* ajuste responsive logo */
.logo_responsive {
	width: 350px;
	height: auto;
}


.spotlights section .image {
	width: auto;
}

.donar {
	margin-top: 5rem;
}


.responsive {
	width: 80%;
	height: auto;
}


.img_center {
  display: flex;
  justify-content: center;
  align-items: center;
}