
/* ---- Projeto social ---- */


@font-face {
	font-display:swap;
	font-family:"Poppins";
	font-style:normal;
	font-weight:300;
	src:url("fonts/Poppins.woff2") format("woff2"); }

.p-img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center; }

.p-bloco + .p-bloco {
	margin-top:40px; }

.p-projeto {
	font-family:"Poppins", "Helvetica Neue", "Arial", "sans-serif";
	background-color:#ecdcd3; }

.p-projeto__envelope {
	max-width:720px;
	padding:160px 20px;
	margin:0 auto; }


.p-projeto__botao {
	min-width:120px;
	min-height:32px;
	padding:8px 20px;
	display:inline-flex;
	align-items:flex-start;
	justify-content:space-between;
	background:#000;
	border-radius:20px;
	text-transform:uppercase;
	transition:opacity 0.2s; }

.p-projeto__botao__texto {
	color:#ecdcd3;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	text-align:justify;
	text-transform:uppercase; }

.p-projeto__botao:hover {
	opacity:0.6; }


.p-projeto__titulo {
	margin-top:40px;
	color:rgba(0,0,0,0.87);
	font-size:48px;
	line-height:52px;
	text-align:center;
	text-transform:uppercase; }

.p-projeto__titulo--movimento {
	margin-left:120px; }

@media (min-width:720px) {
	.p-sobre__envelope {
		padding-right:40px;
		padding-left:40px; }
}

.p-projeto__paragrafo__titulo {
	color:rgba(0,0,0,0.87);
	font-size:24px;
	font-weight:bold;
	line-height:1; }

.p-projeto__paragrafo__texto {
	margin-top:10px;
	color:rgba(0,0,0,0.6);
	font-size:14px;
	line-height:1.2;
	text-align:justify; }


@media (min-width:720px) {
	.p-projeto__paragrafo__titulo {
		font-size:32px;}

	.p-projeto__paragrafo__texto {
		margin-top:20px;
		font-size:18px; }
}


/* ---- isDesign.com.br ---- */
