.top-div{
    height: 40vh;
    max-height: 250px;
    background-color: #184873;
}

.logo{
    top: 50%;
    left: 50%;
    width: auto;
    height: 200px;
    max-height: 60%;
    position: relative;
    transform: translate(-50%, -50%);
}

.bottom-div{
	height: 60vh;
}

.linha{
	width: 350px;
	max-width: 25vw;
	position: absolute;
}

.linha-tl{
	transform: translateY(-50%);
}

.linha-tr{
	right: 0;
	transform: translateY(-50%);
}

.linha-bl{
	bottom: 0
}

.linha-br{
	bottom: 0;
	right: 0;
}

.content{
	font-family: 'Gotham-Book', 'open-sans' !important;
	text-align: center;
	top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.brevemente{
	color: #184873;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 80px;

}

.entretanto{
	color: #c4a05e;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}

.contacts > div{
	display: inline-block;
	margin: 0 100px;
}

.icons{
	height: 80px;
	display: block;
    margin: auto;
}

.contacts a{
	color: #184873;
	display: block;
	font-size: 18px;
	margin-top: 25px;
	transition-duration: .3s;
}

.contacts a:hover{
	color: #c4a05e;
	text-decoration: none;
}

@media (max-width: 991px){
	.top-div {
    	height: 20vh;
    }
	
	.bottom-div{
		height: 80vh;
	}

	.entretanto{
		font-size: 14px;
    	padding: 0 15px;
    	margin-bottom: 30px;
	}

	.brevemente{
		font-size: 18px;
    	letter-spacing: 1px;
    	margin-bottom: 40px;
	}

	.icons {
    	height: 60px;
    }

    .contacts a {
    	font-size: 16px;
    	margin-top: 15px;
    	margin-bottom: 45px;
    }

    .contacts > div {
	    display: block;
	    margin: 0;
	}

	.linha-br, .linha-bl{
		position: fixed;
	}

	br{
		line-height: 40px;
	}
}

@media (max-height: 600px) and (max-width: 991px){
	.content{
		top: 0;
    	transform: unset;
    	padding-top: 50px;
	}
}