.total-texto-e-fotos{
	margin-bottom: 108px;
}
.esquerda-texto,
.direita-fotos{
	width: 50%;
	float: left;
}
.esquerda-texto,
.esquerda-texto p{
	font-size: 15px;
	line-height: 29px;
	color: #444;
}
.esquerda-texto{
	padding-right: 40px;
}
.total-fotos-adicionas{
	margin-bottom: 120px;
}
.titulo-fotos-adicionais{
	font-weight: 300;
	font-size: 31px;
	color: #444;
	width: 305px;
	float: left;
}
.titulo-fotos-adicionais span{
	font-weight: 900;
	font-size: 36px;
	color: #444;
	display: block;
	margin-top: -2px;
}
.titulo-fotos-adicionais .borda-verde{
	width: 80px;
	height: 6px;
	background: #66CC34;
	display: table;
	margin-bottom: 20px;
}
.listagem-fotos-adicionais{
	float: right;
	margin-left: -12px;
	margin-right: -12px;
	width: calc(100% - 305px);
}
.contorno-campo-adicional{
	width: 33.333%;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}
.campo-foto-adicional img{
	width: 100%;
	display: block;
}

/* MOBILE */
@media (max-width: 767px){
	.esquerda-texto,
	.direita-fotos{
		width: 100%;
		float: none;
	}
	.esquerda-texto{
		padding-right: 0px;
		text-align: center;
	}
	.display-fotorama{
		margin: 0 auto;
		width: 100%;
	}
	.titulo-fotos-adicionais{
		width: 100%;
		float: none;
		text-align: center;
	}
	.titulo-fotos-adicionais .borda-verde{
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.listagem-fotos-adicionais{
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 24px;
	}
	.contorno-campo-adicional{
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.total-fotos-adicionas{
		margin-bottom: 70px;
	}
	.total-texto-e-fotos{
		margin-bottom: 60px;
	}
}

/* TABLET */
@media (max-width: 999px) and (min-width: 768px){
	.esquerda-texto,
	.direita-fotos{
		width: 100%;
		float: none;
	}
	.esquerda-texto{
		padding-right: 0px;
		text-align: center;
	}
	.display-fotorama{
		margin: 0 auto;
		display: table;
	}
	.titulo-fotos-adicionais{
		width: 100%;
		float: none;
		text-align: center;
	}
	.titulo-fotos-adicionais .borda-verde{
		display: table;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.listagem-fotos-adicionais{
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 24px;
	}
	.contorno-campo-adicional{
		width: 33.333%;
		margin-bottom: 24px;
	}
	.total-fotos-adicionas{
		margin-bottom: 70px;
	}
	.total-texto-e-fotos{
		margin-bottom: 60px;
	}
}