/*letrasNABOesquerda*/
#NABOimgleft{
      display:block; float:left
}


/*letrasNABOdireita*/
#NABOimgright{
      display:block; float:right
}


/*nabofotoesquerda*/
#NABOfotoleft{
      display:block; float:right
}


/*nabogravuradireita*/
#NABOgravright{
      display:block; float:left
}


/*nabologocentro*/
#NABOlogocenter{
      display:block; margin-left: auto; margin-right: auto;
}


/*EstilosModal*/

.modal {
	display: none;	
}

.modal:target {
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal a:not(.fechar){
	color: white;
}

.imagem {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imagem a {
	color: #fff;
	font-family: GothamBold;
	font-size: 25px;
	text-decoration: none;
	margin: 0 10px;
}

.imagem a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagem img {
	margin-top: 40px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.fechar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 55px auto;
	text-align: center;
	text-decoration: none;
	font-family: GothamBold;
	font-size: 20px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
}