@font-face {
	font-family: Futura;
	src: url('../fonts/Futura.ttf');
}

@font-face {
    font-family: Proxima;
    src: url('../fonts/proxima-nova.otf');
}

html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Proxima, Helvetica, sans-serif;
    font-weight: lighter;
}

a{
	text-decoration: none;
	display: inline-block;
}

header{
	height: 155px;
	width: 100%;
	background: #710c5a;
}

/*Exibição dos telefones*/
#telephonesContainer{
	width: 160px;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	top: 0px;
	right: 0px;
	color: white;
	margin-right: 20px;
}

#topTelephones{
	width: 160px;
}

img.telefones{
	float: left;
}

.topLine{
	width: 120px;
	float: left;
	height: 20px;
	text-align: left;
	margin-left: 10px;
	font-size: 15px;
}

.headerAnchor{
	color: #fff;
}

.headerAnchor:hover{
	color: #fff;
}
/*---------*/

nav{
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f7f7f7;
}

.navButton{
	width: 175px;
    height: 20px;

	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #39062D;
	font-size: 12pt;
    font-weight: 400;
    transition: color 0.4s ease 0s;
	cursor: pointer;
}

.navButton:hover{
	color: #DCAAD0;
}

.this{
	color: #BCCF03 !important;
	transition: none;
}

.this:hover{
	color: #BCCF03 !important;
}

.border-right{
	border-right: 1px solid rgba(188, 207, 3, 1);
}




footer{
	height: 90%; /*era 690px*/
	max-height: 500px;
	background-color: rgba(57, 6, 45, 1);
	
	position: relative;
}

#map{
	position: absolute;
	background-color: #eee;
	bottom: 0px;
	
	width: 100%;
	height: 282px;
}

#entreEmContato{
	color: #B881AC;
	font-size: 35px;
	font-family: Futura, Helvetica, sans-serif;
	position: absolute;
	top: 56px;
	width: 960px;
	text-align: center;
}

#information{
	position: absolute;
	width: 327px;
	height: auto;
	top: 145px;
	color: white;
	margin-left: 33px;
	
	float: left;
}

.limitedWidth{
	max-width: 940px;
	margin: auto;
}

.line{
	width: 287px;
	float: right;
	margin-top: 3px;
	color: #fff;
}

.telefone{
	font-size: 16px;
}

.lightFont{
	font-family: Proxima, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 15px;
}

.footerAnchor{
	color: #fff;
}

.footerAnchor:hover{
	color: #fff;
}


#formContainer{
	width: 475px;
	height: auto;
	float: right;
	top: 145px;
	position: relative;
	margin-right: 33px;
}

input{
	background-color: rgba(255, 255, 255, 1);
    font: sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid rgba(153, 151, 151, 1);
    color: #000000;
    margin: 0px 0px 5px 0px;
    padding: 7px;
    width: 232px;
	font-size: 16px;
	
	box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

textarea{
	width: 235px;
	height: 106px;
	float: right;
	
	background-color: rgba(255, 255, 255, 1);
    font-family: sans-serif;
	font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid rgba(153, 151, 151, 1);
    color: #000000;
    margin: 0px 0px 5px 0px;
    padding: 5px;
	margin-left: 5px;
	box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	resize: none;
	
	line-height: 1.4em;
}

#solicitarConsulta{
    color: #FFFFFF;
    cursor: pointer;
    background-color: rgba(184, 129, 172, 1);
    font-size: 16px;
	font-family: sans-serif;
    padding: 7px;
    top: 0;
	margin-top: 5px;
	border-radius: 5px;
	float: right;
}