/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
------------------*/


/*----- 1. Reset.css -----*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
	/* display: none; */
}




h1, h2, h3, h4, h5, h6 {
  font-family: Poppins;
}


::-moz-selection {
    color: #1106CC;
    background: #FFFF99;
}

::selection {
    color: #1106CC;
    background: #FFFF99;
}

.nopadding {
	padding: 0;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #0D6890;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}


/* -----Body Border -----*/
/*
#top, #bottom, #left, #right {
	background: #FFFFFF;
	position: fixed;
  z-index: 111;
	}
#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
#left { left: 0; }
#right { right: 0; }

#top {
		left: 0; right: 0;
		height: 10px;
	}
#bottom {
		left: 0; right: 0;
		height: 10px;
	}

#top { top: 0; }
#bottom { bottom: 0; }
*/
.logo {
  /* position: fixed; */
  top: 0px;
  left: 0px;
	padding: 0px 0px;
	z-index: 111;
}

.logo img { width: 250px; padding: 10px 18px; }

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

/* ------ Body Border End ------*/


/* -------------------------------------------------
------- Navbar Styling - Transparent Start ---------
---------------------------------------------------*/

.navbar {
	background: transparent;
	border-color: transparent;
	padding: 1em 2em 0 1em;
}

.navbar .navbar-brand {
  font-family: Poppins;
	color: #FFF;
}

.navbar .navbar-nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
}



/* -------------------------------------------------
------- Navbar Styling - Transparent Start ---------
---------------------------------------------------*/




/*----- Homepage css -----*/

.main {
  width: 100%;
	height: 100%;
	background: #F2F2F2;
	transition: 0.5s;
}

.jarallax {
  position: relative;
	background: url(../images/main_bg-2.html);
  background-size: cover;
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.main-intro {
	padding-top: 200px;
}

.main-intro h1 {
  font-size: 2rem;
  color: #111;
  font-weight: 700;
  line-height: 1.1;
	letter-spacing: -2px;
}



/*----------------------------------------
--- Personal About Section - Home Page ---
-----------------------------------------*/

.about-personal {
	height: 100%;
	width: 100%;
	background: #FFF;
}

.ps-intro {
	padding-top: 150px;
	padding-bottom: 100px;
}


.ps-title p {
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.ps-details p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 0px;
	line-height: 1.5;
	letter-spacing: 0px;
	margin: 0 0 20px 0;
}

.underline {
	border-color: #FFFF99;
}



/* ---------------------------------------------------
-------- Personal Two Section Homepage Start ---------
----------------------------------------------------*/

.personal-home {
	width: 100%;
	height: 100%;
	padding-top: 200px;
	padding-bottom: 100px;
}

.personal-jarallax {
  position: relative;
	background: url(../images/main_bg-3.html);
  background-size: cover;
	background-repeat: no-repeat;
  background-position: 50% 50%;
}

.personal-details {
	padding-top: 100px;
}

.personal-details h1 {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 0.9;
}

.personal-details p {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 30px;
}


/* ----- About Section -----*/

.abt-personal {
	padding-top: 100px;
	padding-bottom: 100px;
}


.abt-personal span {
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	padding: 5px;
	background: #80bfff;
	text-transform: uppercase;
}

.abt-personal h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 30px 0 0 0;
}

.abt-personal p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 20px;
}


.intro-text h1 span { font-size:70%; }

/* ---------------------------------------------------
--------- Personal Two Section Homepage Ends ---------
----------------------------------------------------*/



/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
/*
	#left, #right {
			width: 20px;
			}
	#top {
			height: 20px;
		}
	#bottom {
			height: 20px;
		}
*/
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}
	.logo img {
		width: 270px;
	}
	.intro-personal .intro-text h1 {
		margin: 0 20px;
	}
}
/*
  .main-intro {
    position: absolute;
    left: 50px;
    bottom: 75px;
  }
*/
/*  .main-intro h1 {
    font-size: 2.5rem;
		font-weight: 400;
  }


	.ps-title p {
		font-size: 2em;
		line-height: 1.2;
	}

	.ps-details p {
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0px;
	}

	.personal-details {
		padding-top: 50px;
	}

	.personal-details h1 {
		font-size: 5em;
	}

	.personal-details p {
		font-size: 15px;
		line-height: 1.4;
	}

	/* -- About Section Starts -- */

/*	.abt-personal h1 {
		font-size: 38px;
	}

	.abt-personal span {
		font-size: 16px;
	}

	.abt-personal p {
		font-size: 18px;
	}
	/* -- About Section End -- */


/*-----------------------------------------------------
---------- Hamburger Menu Styling Starts --------------
------------------------------------------------------*/



/* ----- Hamburger Menu Styling and Animation  ------*/

.nav-trigger {
  width: 40px;
  height: 40px;
	z-index: 111;
  position: fixed;
  right: 10px;
	top: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .7s cubic-bezier(.77,0,.175,1);
  -moz-transition: .7s cubic-bezier(.77,0,.175,1);
  -o-transition: .7s cubic-bezier(.77,0,.175,1);
  transition: .7s cubic-bezier(.77,0,.175,1);
  cursor: pointer;
}

.nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background: #111;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger span:nth-child(2) {
  width: 26px;
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}

.nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
}


/*-----------------------------------------------------
----------- Hamburger Menu Styling Ends ---------------
------------------------------------------------------*/

/* ------ Nav Menu Styling -----*/

#nav-menu {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 110;
  width: 75%;
  background-color: #F2F2F2;
	background-size: cover;
	overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .6s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .6s;
    transition: transform .4s 0s, visibility 0s .6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}


#nav-menu .navigation {
  margin-top: 110px;
  margin-bottom: 20px;
}


#nav-menu li {
  padding-bottom: 1em;
}

#nav-menu li {
  display: block;
  line-height: 2em;
  font-family: Quicksand;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 1em;
  color: #222;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: .8s 0s;
  -moz-transition: .8s 0s;
    transition: .8s 0s;
}

#nav-menu a {
  position: relative;
  color: #111;
	text-decoration: none;
}


#nav-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #0D6890;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#nav-menu li:hover a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.no-touch #nav-menu a:hover {
  color: #000;
	text-decoration: none;
}


/* ----- Dimming Main Content When Navigation is Active -----*/

.main::before {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -moz-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    -o-transition: opacity 0.5s ease, height 1ms 0.5s ease;
    transition: opacity 0.5s ease, height 1ms 0.5s ease;
}

.main.is-active.main::before{
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 1
}


#nav-menu.is-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-overflow-scrolling: touch;
}


#nav-menu.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .4s 0s, visibility 0s 0s;
  -moz-transition: opacity .4s 0s, visibility 0s 0s;
  transition: opacity .4s 0s, visibility 0s 0s;
}


#nav-menu.is-active li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .8s 0s;
  -moz-transition: .8s 0s;
    transition: .8s 0s;
}

#nav-menu .copyright-text {
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 200;
	text-align: center;
  letter-spacing: 1px;
  padding: 20px 20px;
}

.nav-social ul {
  padding: 0.5em;
  list-style-type: none;
	text-align: center;
}

.nav-social li {
  display: inline !important;
  padding-left: 1em !important;
}

.nav-social i, .nav-social a {
  font-size: 21px;
  color: #0D6890;
}

.nav-social a:before {
  display: none;
}

@media only screen and (min-width: 768px) {

	#nav-menu {
	  width: 50%;
	}

  #nav-menu .navigation {
    margin-top: 100px;
  }

	#nav-menu li {
	  font-size: 24px;
	  text-align: center;
	  padding-left: 0em;
	}

  .nav-social ul {
    padding: 0.4em;
  }
}




/* --------------------------------------------------
------ Homepage Split Layout Styling Starts ---------
---------------------------------------------------*/


.left-section {
	background: url(../images/sobre_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.btn-down {
	display: none;
	position: absolute;
	bottom: 10px;
    width: 100%;
    text-align: center;
}
.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
	font-size: 35px;
}

.bounce {
    color: white !important;
    -webkit-animation: bounce 2s infinite ease-in-out;
}



.atuacao .left-section { 
	background: url(../images/atuacao_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.psicologia .left-section { 
	background: url(../images/psicologia_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.depoimentos .left-section { 
	background: url(../images/depoimentos_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.duvidas .left-section { 
	background: url(../images/duvidas_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}


.googleMaps { margin-top: 50px; }

.consultorio { margin-top: 50px; }
.consultorio h5 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 20px 0 0 0;
}
.consultorio p {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	margin: 2px 0 10px 0;
	
}
.consultorio strong { font-weight: 600; }
.consultorio .whatsapp { position: absolute; margin-left: 5px; }
.consultorio .whatsapp img {
    width: 20px;    
    margin-top: -1px;
}

.consultorio .link-wa { padding-left: 32px; }

ul.depoimentos {}
ul.depoimentos li { margin-bottom:40px;}
ul.depoimentos li h3 { margin-top: 0; }
ul.depoimentos p { font-size: 15px !important; line-height: 1.5em !important; }



.no-background {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}


.particles-background {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/home_img.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.left-section:before {
	/*background: url(../images/elements.png);*/
	content: '';
	display: block;
	position: absolute;
	right: 20%;
	left: 20%;
	bottom: -10%;
	background-size: 100%;
	top: 50%;
	height: 535px;
	-webkit-animation: backgroundScroll 20s linear infinite;
	animation: backgroundScroll 20s linear infinite;
}

 .right-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background: #F2F2F2;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0 0px 30px #444444;
}

.intro-personal {
	padding-top: 200px;
	text-align: center;
}

.intro-personal .intro-text h1 {
	font-family: Poppins;
	font-size: 43px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1.2;
	padding: 0 20px;
}
.intro-personal .intro-text h2 {
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #8EADC0;
	margin-top: 20px;
}

.btn-contact {
	font-family: Quicksand;
	font-size: 18px;
	font-weight: 600;
	color: #0D6890;
	display: inline-block;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid;
	border-color: #0D6890;
	padding: 10px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-transform: 0.5s;
	-moz-transform: 0.5s;
	transition: 0.5s;
}

.btn-contact:hover, .btn-contact:focus {
	color: #FFFFFF;
	background: #0D6890;
	border-color: #0D6890;
	text-decoration: none;
}


.scrolldown {
	position: absolute;
	bottom: 0;
}

/* ----- About Page Style Starts ----- */

.split-about{
	padding-top: 150px;
}

.split-about-details {
	padding: 40px;
}

.split-about .split-about-details h4 {
	display: inline;
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #4D61FF;
	padding: 2px 4px;
	line-height: 1.2;
}

.split-about .split-about-details h1 {
	font-family: Poppins;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 50px 0 10px 0;
}


.split-about .split-about-details h2 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.3;
	margin: 50px 0 25px 0;
	color: #8EADC0;
}


.split-about .split-about-details .btn-contact {
	margin-top: 20px;
	padding: 10px 12px;
}

.split-about .split-about-details span {
	font-family: Poppins;
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
}

.split-about .split-about-details p {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
	margin: 20px 0 10px 0;
}

.split-about-experience {
  padding-top: 50px;
}

.atuacao .split-about-experience ul { margin-top: 20px;}

.atuacao .split-about-experience ul li { 
	font-family: Quicksand;
  font-size: 15px !important;
  font-weight: 700;
  color: #666;
}


.psicologia .box-text { margin-top: 50px; }


.split-about-experience h2 {
	display: inline;
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #4D61FF;
	padding: 2px 4px;
	line-height: 1.2;
}

.split-about-experience ul {
  padding: 26px 0 0 0;
}

.split-about-experience li {
  margin-bottom: 1em;
}

.split-about-experience h3 {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0px;
  line-height: 1.2;
	margin-bottom: 6px;
	margin-top: 22px;
}

.split-about-experience p {
  font-family: Quicksand;
  font-size: 14px !important;
  font-weight: 300;
  color: #666;
  padding: 0;
	margin: 0 !important;
	margin-bottom: 10px !important;
  line-height: 1.1;
}

.split-about-experience p b { font-weight: 600; color: #0D6890; }

.split-about-experience h6 {
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 400;
  color: #0D6890;
	padding: 0 0 10px 0;
  letter-spacing: 1px;
}


/* ----- About Page Style Ends ----- */



/* --------------------------------------------------
------- Portfolio Split Layout Styling Starts -------
---------------------------------------------------*/

.portfolio-split {
	padding-top: 150px;
}

.portfolio-split .portfolio-intro {
	padding: 2em;
}

.portfolio-split .portfolio-intro span {
	font-family: Poppins;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	padding: 2px 4px;
	background: #4D61FF;
}

.portfolio-split .portfolio-intro h1 {
	font-size: 28px;
	line-height: 1.2;
		margin: 40px 0 0 0;
}

.portfolio-split .portfolio-split-items {
	padding-top: 50px;
	padding-bottom: 20px;
}

.overlay {
	background: rgba(0, 0, 0, 0.8);
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
  height: 100%;
  width: 100%;
	opacity: 0;
	-webkit-transition:  0.5s;
	-moz-transition:  0.5s;
	transition: 0.5s;
}

.overlay-items {
	height: 300px;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

.overlay-items h5 {
	font-family: Poppins;
	display: block;
	color: #FFF;
	font-size: 16px;
  font-weight: 600;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}

.overlay-items p {
	margin-top: 0em;
	opacity: 0;
	font-size: 12px;
	font-family: Poppins;
  font-weight: 400;
	letter-spacing: 1px;
	color: #111111;
	padding: 5px 5px;
	background: #FFF;
	display: inline-block;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
	transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
	transition-delay: 0.2s;
}


.grid img {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
/*
.grid a:hover img {
-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
  transform: translateY(100%);
  }

.grid a:hover .overlay {
  visibility: visible;
  -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
  transform: translateY(0%);
}
*/

.grid a:hover .overlay {
	opacity: 1;
  visibility: visible;
}

.grid a:hover h5, .grid a:hover p {
  opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
  text-decoration: none;
}


/* --------------------------------------------------
-------- Portfolio Split Layout Styling Ends --------
---------------------------------------------------*/



/* ----- Portfolio Single Style Starts ----- */

.portfolio-single {
	padding-top: 150px;
	text-align: center;
}

.portfolio-single .project-details {
	padding: 40px;
}

.portfolio-single .project-details h4 {
	display: inline;
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #4D61FF;
	padding: 2px 4px;
	line-height: 1.2;
}

.portfolio-single .project-details h1 {
	font-family: Poppins;
	font-size: 34px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 50px 0 20px 0;
}

.portfolio-single .project-details p {
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.4;
}

.project-images {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.project-images img {
	max-width: 100%;
	max-height: 100%;
}

.project-details ul {
	list-style-type: none;
	text-align: left;
	padding-top: 40px;
}

.project-details span {
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	color: #FFF;
	background: #4D61FF;
	padding: 2px 4px;
	text-transform: uppercase;
}

.portfolio-single .project-sub-details p {
	font-family: Quicksand;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
}

.portfolio-single .project-sub-details a {
	font-family: Quicksand;
	color: #0D6890;
}

.portfolio-single .project-sub-details a:hover {
	font-family: Quicksand;
	color: #FF3333;
	text-decoration: none;
}

/* ----- Portfolio Single Style Ends ----- */


/* ----- Contact Page Styling Starts ----- */

.split-contact {
	padding-top: 100px;
}

.split-contact .split-contact-intro {
	padding: 40px;
}

.split-contact .split-contact-intro h4 {
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	display: inline;
	letter-spacing: 1px;
	color: #FFF;
	background: #4D61FF;
	padding: 2px 4px;
	text-transform: uppercase;
}

.split-contact-intro h1 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 20px 0 20px 0;
}

.split-form {
	padding-top: 50px;
}


/* ----- Form Styling Starts ----- */

label {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111111;
}

.controls input,
.controls textarea {
  font-family: Poppins;
  color: #888DA1;
  font-size: 14px;
}

.form-control {
  border: 0px;
  border-radius: 2px;
  margin-top: 10px;
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
  border-color: #0D6890;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  font-family: Quicksand;
  font-size: 12px;
  color: #888DA1;
}

.form-control:-moz-placeholder {
  font-family: Quicksand;
  font-size: 12px;
  color: #888DA1;
}


.form-control::-moz-placeholder {
  font-family: Quicksand;
  font-size: 12px;
  color: #888DA1;
}

.form-control:-ms-input-placeholder {
  font-family: Quicksand;
  font-size: 12px;
  color: #888DA1;
}

.text-muted {
  font-family: Quicksand;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222;
}

.text-muted strong {
  color: #FF3333;
}

.btn-send {
  font-family: Poppins;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-radius: 0px;
  color: #FFFFFF !important;
  background: #0D6890;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
    transition: 0.5s;
}

.btn-send:hover, .btn-send:focus {
  color: #FFFFFF;
  background: #000000;
  outline: none !important;
}


/* ----- Form Styling Ends ----- */


/* ----- Google Map Styling ----- */

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/* ----- Google Map Styling Ends ----- */


/* ----- Contact Page Styling Ends ----- */



/* ----- Footer Section Styling Starts ----- */


.footer-personal {
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}

.lesspadding {
	padding-top: 0;
	padding-bottom: 30px;
}

.footer-personal ul {
	list-style: none;
}

.footer-personal li {
	display: inline;
}

.footer-personal a {
	display: inline;
	font-family: Quicksand;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 10px;
	color: #111111;
	text-decoration: none;
	line-height: 30px;
}

.footer-personal a:hover, .footer-personal a:focus {
  color: #0D6890;
}

.footer-credits {
	font-family: Quicksand;
	font-size: 14px;
	margin-top: 20px;
}


.doctoralia { text-align: center; }

/* ----- Footer Section Styling Ends ----- */



.hidden-md {}
.hidden-lg { display: none; }


/* -----------------------------------------------
---------- Media Queries for Split Layout --------
----------------------------------------------- */

	@media only screen and (max-width : 801px) {
		.hidden-lg { display: inline-block; }
		.hidden-xs, .hidden-sm { display: none; }

     .right-section{
        position: relative;
        width: 100%;
    }

     .left-section{
        position: relative;
        width: 100%;
        min-height: calc(100vh - 87px);
    }
		
		.atuacao .left-section{
        position: relative;
        width: 100%;
        min-height: calc(100vh - 87px);
    }	
		
		.psicologia .left-section{
        position: relative;
        width: 100%;
        min-height: calc(100vh - 87px);
    }	
		
		
		.depoimentos .left-section{
        position: relative;
        width: 100%;
        min-height: calc(100vh - 87px);
    }	
		
		
		.duvidas .left-section{
        position: relative;
        width: 100%;
        min-height: calc(100vh - 87px);
    }	

		.btn-contact {
			font-size: 18px;
			padding: 10px 20px;
		}

		.split-about {
			padding-top: 30px;
		}

		.split-about-details {
			padding: 20px;
		}

		.portfolio-split {
			padding-top: 100px;
		}

		.portfolio-split .portfolio-intro h1 {
			font-size: 24px;
		}

		.portfolio-split .portfolio-intro {
			padding: 1em;
		}

		.portfolio-single .project-details {
			padding: 15px;
		}

		.footer-personal {
			margin-top: 50px;
			margin-bottom: 20px;
		}

		.footer-personal a {
			font-size: 14px;
			padding: 10px;
			white-space: nowrap;
		}
		
		.btn-down { display: block; }
		
		.top-zero {			
			margin-top: 0 !important;
		}
		.intro-personal {
			padding-top: 30px;
		}
		.homeSpecial { padding-top 30px !important; }
		.left-section{ min-height: calc(100vh - 307px); }
		.atuacao .left-section{ min-height: calc(100vh - 307px); }
		.psicologia .left-section{ min-height: calc(100vh - 307px); }			
		.depoimentos .left-section{ min-height: calc(100vh - 307px); }
		.duvidas .left-section{ min-height: calc(100vh - 307px); }
		
		.split-about-experience { padding-top: 0; }
		.split-about-experience ul { padding-top: 10px; }
		
		.split-contact { padding-top: 26px; }
		.split-contact .split-contact-intro { padding-top: 0px; }
		.consultorio { margin-top: 0; }
		
	}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

   .split-home .right-section,  .split-home .left-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation: landscape) {
   .right-section{
      -webkit-overflow-scrolling: touch;
  }
}

	@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
     .left-section {
       min-height: 100vh;
    }
  }

	@media only screen and (max-width: 420px) {

		.intro-personal .intro-text h1 {
			font-size: 34px;
			/* font-weight: 400; */
			line-height: 1.1;
			padding: 0 20px;
		}
		.intro-personal .intro-text h2 {
			font-size: 26px;
			font-weight: 400;
		}
		.footer-personal { margin-top: 30px; }
		.footer-personal li {  }
		
		.sobre .left-section { background-position-y: -30px; }
		
		.bottom50 { padding-bottom: 50px; }
		.split-about .split-about-details h4 { float: none; }
		.split-about-experience ul { margin-top: 0; padding-top: 14px; margin-bottom: 40px; }
		.split-about-experience h3 { margin-top: 0;}
		
		
	}

/* --------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/



.justify_p p { }