.container{
	margin:0 auto;
	max-width: 1265px;
}

#banner-pop-up{
	background: url(../images/portifolio/banner-agroceres.jpg) top center no-repeat;
	height: 366px;
}
.itens-redes-sociais {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 250px;
}
.itens-redes-sociais h1{
	font-size: 30.94px;
	text-transform: uppercase;
}

.itens-redes-sociais a{
	border: 1px solid #00995d;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50px;
	margin-left: 10px;
}

.itens-redes-sociais a img{
	width: 17px;
	margin-top: 7px;
}

.banner-descricao{
	background: url(../images/portifolio/banner-portifolio.jpg) top center no-repeat;
	height: 1000px;
}
.descricao-portifolio {
	padding-right: 30px;
}

.descricao-portifolio h2{
	font-size: 79.69px;
		text-align: right;
}
.descricao-portifolio h1{
	font-size: 108.41px;
	text-align: right;
}

.descricao-portifolio p{
	font-size: 18px;
text-align: right;
}

.banner-descricao .container{
	display: flex;
	justify-content: center;
}

#banner-catalogo{
	background: url(../images/portifolio/banner-revista-portifolio.jpg) top center no-repeat;
	height: 1205px;
}