*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


a {
	color: inherit;
	text-decoration: none;
}




li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	display: block;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	background-color: white;
	position: relative;
	color:#7455a1;
}


.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 7.5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3.5%;
	background-color: white;
	flex-wrap: wrap;
	z-index:9999;
}

.social-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.social-wrapper li {
	margin-left: 0;
}

.social-wrapper li:first-child {
	margin-left: 0;
}

.social-wrapper li img {
	max-width: 65%;
	transition: .3s;
}

.social-wrapper li img:hover {
	opacity: .6;
}


#follow-us {
	text-transform: uppercase;
	font-size: 16px;
	color: #7455a1;
	font-weight: 500;
	margin-left: 15px;
}

.info-text-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#talkToUs {
	text-transform: uppercase;
	font-size: 16px;
	color: #7455a1;
	margin-right: 40px;
	font-weight: 500;
}

#phone-number {
	font-size: 25px;
	font-weight: 500;
	color: #7455a1;
}

#phone-number2 {
	font-size: 16px;
	font-weight: 500;
	color: #7455a1;
}

.logo-menu-wrapper {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 5;
	width: 255px;
	transform: translateY(-50%);
}


.logo-wrapper {
	width: 100%;
	position: relative;
	background-color: white;
}

.logo-wrapper a img {
	max-width: 100%;
	margin: 0 auto;
}

#mySidenav {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-height: 0px;
	align-items: center;
	margin-top: -2px;
	background: url(../images/back.jpg) top center no-repeat #7455a1;
	transition: max-height 0.3s ease, padding .3s ease;
}

.menu-item {
	max-height: 0;
	color: white;
	font-size: 12px;
	opacity: 1;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	transition: max-height 0.3s ease, padding .3s ease, opacity .25s ease;
}

.menu-item:hover {
	opacity: .65;
}


.menu-icons-wrapper {
	position: relative;
	width: 100%;
	background-color: #7455a1;
	height: 80px;
	transition: 2s;
	margin-top: -2px;
}

#open-icon, #close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: .3s;
}	

#close-icon {
	visibility: hidden;
	opacity: 0;
}

#sliders {
	height: 85%;
	position: fixed;
	top: 7.5%;
	width: 100%;
}

.slItem {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 50px 85px 50px 300px;
}

.slText {
	position: relative;
	font-size: 38px;
	color: white;
	text-transform: uppercase;
}

#top-hr, #bottom-hr {
	background-color: #7455a1;
	height: 6px;
	width: 220px;
	border: none;
	position: absolute;
}

#top-hr {
	bottom: 75px;
	right: 0;
}

#bottom-hr {
	top: 75px;
	right: 110px;
}

.copyrights {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 3.5%;
	height: 7.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.copyrights span {
	text-transform: uppercase;
	font-size: 10px;
	color: #7455a1;
	font-weight: 500;
}

.page-wrapper {
	width: 100%;
}

.background-img-wrapper {
	background-size: cover!important;
	height: 85%;
	position: fixed;
	top: 7.5%;
	left: 0;
	width: 38%;
	background: url(../images/background-img2.jpg) no-repeat center center;
}

.background-img-wrapperconsultas {
	background-size: cover!important;
	height: 85%;
	position: fixed;
	top: 7.5%;
	left: 0;
	width: 38%;
	background: url(../images/consultas.jpg) no-repeat center center;
}

.background-img-wrappertestemunhos {
	background-size: cover!important;
	height: 85%;
	position: fixed;
	top: 7.5%;
	left: 0;
	width: 38%;
	background: url(../images/testemunhos.jpg) no-repeat center center;
}
.background-img-wrappercontactos {
	background-size: cover!important;
	height: 85%;
	position: fixed;
	top: 7.5%;
	left: 0;
	width: 38%;
	background: url(../images/contactos.jpg) no-repeat center center;
}

.right-wrapper {
	position: fixed;
	overflow-y: auto;
	width: 62%;
	left: 38%;
	position: absolute;
	background-color: white;
	top: 7.5%;
	padding: 100px 60px 50px 60px;
}

.page-title-wrapper {
	position: relative;
	font-size: 25px;
	color: #7455a1;
	text-align: center;
	text-transform: uppercase;
}

#page-top-hr, #page-bottom-hr {
	background-color: #7455a1;
	height: 4px;
	width: 220px;
	border: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#page-top-hr {
	bottom: 50px;
	margin-left: 140px;
}

#page-bottom-hr {
	top: 50px;
	margin-left: 0;
}

.sobre-text {
	margin-top: 12.5%;
	font-size: 14px;
	text-align: justify;
	word-spacing: 1px;
	color: #7455a1;
	font-weight: 400;
	line-height: 23px;
	padding-bottom:80px;
}

#nav_consultas ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_consultas ul li { display: inline-table;
text-transform: uppercase;
width: 47.9%;
text-align: right;
background: #7455a1;
color: #FFF;
transition: .3s;
height: 200px;
position: relative;
margin-right: 2%;
margin-bottom: 2%;
}
#nav_consultas ul li:hover {background:#333;}


#nav_blog ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_blog ul li { display: inline-table;
text-transform: uppercase;
width: 100%;
text-align: right;
background: #7455a1;
color: #FFF;
transition: .3s;
position: relative;
margin-right: 0%;
margin-bottom: 2%;
}
#nav_blog ul li:hover {background:#333;}

#nav_blog2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_blog2 ul li { display: inline-table;
text-transform: uppercase;
width: 47.9%;
text-align: left;
color: #FFF;
transition: .3s;
position: relative;
margin-right: 2%;
margin-bottom: 0%;
vertical-align:middle;
background:none;
font-size:12px;
}
#nav_blog2 ul li:hover {background:none;}


.circle
{
	border: 4px solid #FFF;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 22px;
padding: 10px 10px;
text-align: center;
left: 50%;
position: relative;
margin-left: -25px;
margin-bottom:10px;
}

#nav_prof ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_prof ul li { display: inline-table; vertical-align:middle;
text-transform: uppercase;
width: 47.9%;
text-align: right;
color: #7455a1;
transition: .3s;
position: relative;
margin-right: 2%;
margin-bottom: 2%;
}

.form_regist
{
	background:#7455a1;
	color:#FFF;
	padding:20px;
}


.input
{
	background:#FFF;
	border:0;
	border-radius:5px;
	color:#7455a1;
	width:100%;
	padding:10px;
	margin-bottom:5px;
}

.submit-btn
{
	border:1px solid #fff;
	color:#FFF;
	background:none;
	padding:10px;
	border-radius:5px;transition: .3s;

}

.submit-btn:hover
{
	border:1px solid #333;
	color:#FFF;
	background:#333;
}



@media all and (max-width: 900px) {
	
#nav_consultas ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_consultas ul li { display: inline-table;
text-transform: uppercase;
width: 100%;
text-align: right;
background: #7455a1;
color: #FFF;
transition: .3s;
height: 200px;
position: relative;
margin-right: 2%;
margin-bottom: 2%;
}
#nav_consultas ul li:hover {background:#333;}


#nav_blog ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_blog ul li { display: inline-table;
text-transform: uppercase;
width: 100%;
text-align: right;
background: #7455a1;
color: #FFF;
transition: .3s;
position: relative;
margin-right: 0%;
margin-bottom: 2%;
}
#nav_blog ul li:hover {background:#333;}

#nav_blog2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_blog2 ul li { display: inline-table;
text-transform: uppercase;
width: 100%;
text-align: left;
color: #FFF;
transition: .3s;
position: relative;
margin-right: 2%;
margin-bottom: 0%;
vertical-align:middle;
background:none;
font-size:12px;
}
#nav_blog2 ul li:hover {background:none;}


.circle
{
	border: 4px solid #FFF;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 22px;
padding: 10px 10px;
text-align: center;
left: 50%;
position: relative;
margin-left: -25px;
margin-bottom:10px;
}

#nav_prof ul { margin: 0;padding: 0;list-style-type: none; position:relative; font-size:0; color:#fff;}
#nav_prof ul li { display: inline-table; vertical-align:middle;
text-transform: uppercase;
width: 100%;
text-align: right;
color: #7455a1;
transition: .3s;
position: relative;
margin-right: 2%;
margin-bottom: 2%;
}	
	
	
	.header {
		height: auto;
		position: relative;
		height: auto;
		padding: 25px;
		justify-content: center;
		border-bottom: 2px solid #7455a1;
	}

	.slItem {
		justify-content: center;
		padding: 25px;
	}



	.social-wrapper {
		width: 100%;
		justify-content: center;
	}

	.logo-menu-wrapper {
		width: 100%;
		position: relative;
		top: auto;
		transform: unset;
	}

	.page-title-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	#talkToUs {
		display: none;
	}

	.slText {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px!important;
		text-align: center;
		font-size: 35px
	}

	#top-hr, #bottom-hr {
		position: relative;
		margin-top: 25px;
		margin-bottom: 25px;
		left: auto;
		transform: unset;
		bottom: auto;
		top: auto;
		right: auto;
		width: 120px;
	}

	#top-hr {
		margin-left: 140px;
	}

	#bottom-hr {
		margin-left: 10px;
	}

	#sliders {
		position: relative;
		height: 600px;
		top: auto;
	}

	#page-bottom-hr, #page-top-hr {
		position: relative;
		width: 120px;
		height: 5px;
		left: auto;
		transform: unset;
		bottom: 0;
		top: 0;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#page-bottom-hr {
		margin-left: 10px;
	}


	.info-text-wrapper {
		width: 100%;
		justify-content: center;
		margin-top: 25px;
	}


	.copyrights {
		position: relative;
		height: auto;
		padding: 25px;
		flex-direction: column;
		justify-content: center;
		border-top: 2px solid #7455a1;
	}

	.copyrights span {
		margin: 5px 0;
		text-align: center;
	}

	.background-img-wrapper {
		width: 100%;
		position: relative;
		height: 600px;
		top: auto;
	}


	.page-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.sobre-text {
		margin-top: 25px;
	}

	.right-wrapper {
		position: relative;
		top: auto;
		padding: 35px 25px;
		height: auto;
		left: auto;
		width: 100%;
	}

}