/* Temporaria Poliplac */

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #ffffff;
    text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
	min-height: 100%;
	background: #ffffff;
	flex-direction: column;
}

.inner {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center;
	text-align: center;
	color: #ffffff;
}

.logo {
	margin-bottom: 55px;
}

.telefones {
	list-style: none;
	margin: 0 0 80px;
	padding: 0;
}

.telefones li {
	font-size: 45px;
	color: #b57a7a;
	margin-bottom: 16px;
}

.telefones li:last-child {
	margin-bottom: 0;
}

.telefones li a {
	color: #b57a7a;
}

.titulo {
	font-size: 56px;
	font-weight: 700;
	color: #b57a7a;
	line-height: 1em;
	letter-spacing: 3.2px;
	margin: 0 0 45px;
}

.social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social li {
	margin: 0 10px;
}

.social li img {
	width: 50px;
	height: 50px;
}

.footer {
	display: block;
	width: 100%;
	line-height: 50px;
	background-color: #cf968f;
	text-align: center;
}

.footer a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 2.5px;
}

.footer-list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.footer-list li {
	line-height: 1em;
}

@media (max-height: 700px) {
	.logo {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.logo {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.inner {
		width: auto;
		height: 100%;
		background: none;
		padding: 0 25px;
	}

	.logo {
		max-width: 143px;
		margin: 0 auto 35px;
	}

	.titulo {
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.65em;
		margin-bottom: 15px;
	}

	.titulo br {
		display: none;
	}

	.telefones {
		margin-bottom: 40px;
	}

	.telefones li {
		font-size: 22px;
	}

	.footer-list {
		flex-direction: column;
	}
}