html, body {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5;
	height: auto;
	min-height: 100%;
	overflow-x: hidden; 
}
body {
	color: #848789;
	font-family: 'Raleway';
}
li.separator {
	background: #c3e2d5;
	height: 15px;
	width: 1px;
	position: relative;
	top: 13px;
	margin: 0 1px;
}
/* MAIN SECTIONS */
footer {
	background: #fff;
	padding: 15px 0;
}

/* TEXTS */
.text-main-color { color: #0a6f45; }
h2 {
	text-transform: uppercase;
	text-align: center;
}
h3.address {
	color: #c59a6d;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
p.address-info {
	color: #000;
	font-size: 14px;
}

/* SUBSECTIONS */
#banner {
	height: 560px;
	width: 100%;
	margin-top: 110px;
}
#bannerimg-1, #bannerimg-2, #bannerimg-3 {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 560px;
	width: 100%;
}
#bannerimg-1 { background: url('../img/banner/banner-rita-lamas-nutricionista-1.jpg'); }
#bannerimg-2 { background: url('../img/banner/banner-rita-lamas-nutricionista-2.jpg'); }
#bannerimg-3 { background: url('../img/banner/banner-rita-lamas-nutricionista-3.jpg'); }

#banner .banner-icon {
	position: absolute;
    top: 120px;
    width: 400px;
    right: 60px;
}
@media(max-width: 991px) {
	#banner, #bannerimg-1, #bannerimg-2, #bannerimg-3 {
		height: 480px;
	}
	#banner .banner-icon {
		top: 90px;
    	width: 340px;
    	right: 25px;
    }
}
@media(max-width: 767px) {
	#banner, #bannerimg-1, #bannerimg-2, #bannerimg-3 {
		height: 420px;
	}
	#banner .banner-icon {
		top: 40px;
    	width: 300px;
    	right: 0px;
    }
}
@media(max-width: 480px) {
	#banner, #bannerimg-1, #bannerimg-2, #bannerimg-3 {
		height: 360px;
	}
}
#banner img {
	padding: 0 40px;
}


#sobre {
	padding: 40px 0 0;
}
#sobre ul {	padding: 0; }
#sobre li {
	list-style-type: none;
	font-size: 14px;
	color: #0a6f45;
	padding: 5px 0;
}
#sobre li:before {
	content: '+';
	color: #d7df36;
}
#sobre h3 { font-size: 18px; }
#sobre .box-foto {
	height: 500px;
	overflow: hidden;
}
@media(max-width: 1199px) { #sobre .box-foto { height: 511px;} }
@media(max-width: 991px) { 
	#sobre .box-foto { 
		height: auto; 
		overflow: auto;
		} 
	#sobre .box-foto img { width: 25%; }
}
@media(max-width: 767px) { #sobre li { font-size: 14px; } }
@media(max-width: 500px) { #sobre .box-foto img { width: 30%;} }

#ultimas-noticias { margin-top: 40px; }
#ultimas-noticias .col-md-10 { padding-left: 0; }
#ultimas-noticias .col-md-1 { padding-right: 0; }
@media(max-width: 991px) {
	#ultimas-noticias .col-md-10 { padding-left: 15px; }
	#ultimas-noticias .col-md-10 h3 { text-align: center;}
	#ultimas-noticias .col-md-1 { padding-right: 15px; }
}

#bioimpedancia {
	background: #0a6f45;
	padding: 110px 0;
	font-weight: lighter;
}
#bioimpedancia h2 { 
	color: #d7df36; 
	font-weight: lighter; 
}
#bioimpedancia p  {
	color: #fff;
	font-size: 15px;
	margin: 30px 0;
	line-height: 200%
}

#atuacao { padding: 70px 0 30px; }
#atuacao p {
	margin-top: 10px;
	color: #0a6f45;
	line-height: 220%;
	text-align: center;
	font-size: 16px;
}
.box-elipse { width: 140px; }
.elipse-out {
	width: 120px;
	height: 120px;
	background: #0a6f45;
	margin: 10px auto;
	border-radius: 50%;
	cursor: pointer;
}
.elipse-in {
	width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 5px;
    cursor: pointer;
    left: 8px;
}
.elipse-in img { 
	width: 75px; 
	height: 75px;
}

#atuacao-content {
	background: #0a6f45;
	padding: 30px 0 10px;
}
#atuacao-content h3 {
	color: #d7df36;
	text-transform: none;
	text-align: left;
	font-size: 18px;
}
#atuacao-content img { margin-bottom: 30px; }
#atuacao-content p {
	color: #fafcfb;
    line-height: 200%;
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 30px;
}
.img1 { margin-top: 20px; }
.p2 { margin-top: 15px;}
.p3 { margin-top: 15px; }
.img4 { margin-top: 25px; }
.p5 { margin-top: 30px; }
@media(max-width: 991px) { .img1, .p2, .p3, .img4, .p5 { margin-top: 10px; } }

#midia { 
	background: #f6f8fa;
	color: #0a6f45; 
	padding: 40px 0;
}
#midia .btn-more {
	background: #0a6f45;
	color: #fff;
	padding: 7px 0 8px;
	border: 2px solid #0a6f45;
	border-radius: 4px;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	transition: all 0.2s ease-in-out;
}
#midia .btn-more:hover {
	background: #fff;
	color: #0a6f45;
	transition: all 0.2s ease-in-out;
}
#midia a, #midia a:hover, #midia a:focus { color: #0a6f45; text-decoration: none; }
#midia a:hover { text-decoration: underline; }
#midia .content-left {
	height: 420px;
}
@media(max-width: 991px) {
	#midia .content-left { height: auto; }
	#midia .va-middle { 
		position: static; 
		transform: translateY(0);
		margin-bottom: 40px;
	}
}
.content-box { 
	border: 1px solid #e4e7e4; 
	border-radius: 6px;
	margin: 20px 0;
	height: 155px !important;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
}
.content-box:hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
}
.content-box img { 
	width: 100%; 
	height: 130px;
	margin: 10px;
	border: 1px solid #0a6f45 !important
}
.title { 
	font-size: 14px;
	margin: 10px 0 5px;
	font-weight: bold;
}
.date {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 7px;
}
.text { 
	font-size: 12px; 
	text-align: justify;
	padding-right: 15px;
	margin: 0 0 5px;
}
.readmore a,
.readmore a:focus,
.readmore a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #0a6f45;
	text-decoration: none;
}
.readmore a:hover { text-decoration: underline; }

#receitas {
	background: #f6f8fa;
	color: #0a6f45; 
	padding: 40px 0;
}
#receitas .container-fluid { 
	background: #0a6f45; 
	color: #fff;
}
#receitas h2 {
	margin: 15px 0;
	font-weight: lighter;
}
#receitas .content-box {
	height: 360px !important;
	margin: 10px 15px;
	padding: 15px;
}
#receitas .content-box img {
	margin: 0 0 15px;
	height: auto !important;
	width: 100%;
}
#receitas .readmore {
	position: absolute;
    bottom: 20px;
}
#imc {
	background: #fff;
	padding: 60px 0;
}
#imc h2 { margin-bottom: 40px; }
#imc .btn-submit {
	background: #0a6f45;
	color: #fff;
	border: 2px solid #0a6f45;
	box-shadow: none !important; 
}
#imc .btn-submit:hover {
	background: #fff;
	color: #0a6f45;
	border: 2px solid #0a6f45;
	box-shadow: none !important; 
}
#contato {
	background: #0a6f45;
	padding: 40px 0;
}
#contato .col-md-3, #contato .col-md-12 { padding: 0 10px; }
#contato h2 {
	margin-bottom: 30px;
	font-size: 28px;
	color: #fff;
	text-transform: none;
}
#contato img { margin-top: 40px; }
/* INPUTS */
.flat {	border-radius: 0 !important; }
textarea.form-control, input.form-control {
	background: #f6f6f6;
	border: 1px solid #06492d;
	margin: 0 0 15px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	height: 46px;
}
textarea.form-control:focus, input.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(139, 204, 36, 0.4);
	border: 1px solid #5eb18e;
}
textarea.form-control {
	height: 229px;
	max-width: 100%;
	padding: 15px 15px 15px 12px;
}
input.btn-submit {
	background: #fff;
	border: 2px solid #fff;
	color: #0a6f45;
	text-transform: uppercase;
	width: 220px;
	margin: 10px auto;
	text-align: center;
	box-shadow: none !important; 
}
input.btn-submit:hover {
	background: transparent;
	color: #fff;
	box-shadow: none !important; 
}
@media(max-width: 767px) {
	input.btn-submit {
		width: 100%;
	}
}
@media(max-width: 991px) { 
	#contato .col-md-3, #contato .col-md-12 { padding: 0 15px; }
	textarea.form-control { margin-top: 0; }
	input.btn-submit { margin-top: 0; }
}
.va-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.display-inline {
	display: inline-block;
}
.display-inline:first-child {
	vertical-align: top;
    position: relative;
    top: 10px;
    margin-right: 30px;
}
/* GMAPS */
#googleMaps {
	width: 480px;
	height: 280px;
	margin: 10px 0 30px 0;
}
@media(max-width: 991px) {
	#googleMaps {
		width: 100%;
	}
}
#imc-result { 
	display: none;
	color: #0a6f45; 
	vertical-align: middle;
	margin-right: 15px;
}
#imc-category {
	display: none;
	background: #0a6f45;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	vertical-align: middle;
}
#noticias-interno {
	background: #f6f8fa;
	margin-top: 110px;
	padding: 60px 0;
}
@media(max-width: 991px) {
	#noticias-interno { margin-top: 80px; }
}
.noticia-interno-box {
	margin: 0 0 30px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 15px 0;
	border-left: 3px solid #0a6f45;
	transition: all 0.2s ease-in-out;
}
.noticia-interno-box:hover {
	border-left: 3px solid #a8cf45;
	transition: all 0.2s ease-in-out;
}
.noticia-interno-box h1, .noticia-interno-box h3, .noticia-interno-box p, .noticia-interno-box a { color: #0a6f45; }
.noticia-interno-box p { 
	margin-bottom: 30px; 
	text-align: justify;
}
.noticia-interno-box img { max-height: 180px; }
.noticia-interno-box #destaque img { 
	max-height: auto !important; 
	margin-bottom: 20px;
}

/*
 * =========================
 * BOOTSTRAP EDITS
 * ========================= */
.navbar-skin {
	background: #fff;
	margin-bottom: 0px;
	border: none;
	padding: 30px 0;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:active {
	color: #0a6f45;
	padding: 12px 6px;
	text-shadow: none;
	font-size: 13px; 
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover { 
	color: #0ca364; 
	padding: 12px 6px; 
}
.navbar-brand {
	padding: 0 0 0 15px;
	position: relative;
   	top: 2px;
}
.header-logo {
	position: relative;
	top: -13px;
}
@media(max-width: 767px) {
	.navbar-brand {
		padding: 15px;
		position: relative;
    	top: -12px;
	}
}
nav.shrink {
	padding: 15px 0;
	transition: all 0.2s ease-in-out;
}
img.shrinked { display: none; }
@media(max-width: 991px) {
	img.shrinked { display: block; }
	img.not-shrinked { display: none; }
}
.navbar-default .navbar-toggle:hover {
	background: #0ca364;
	border: 1px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus{
	background: #0a6f45;
    border-radius: 0;
    border: 1px solid #fff;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar .active a {
    color: #c59966;
    background: #2f2d2a;
    box-shadow: inset 0 0 0 1px #fff;
}
@media(max-width: 767px) {
	.navbar-default .navbar-collapse {
		width: 100%;
		border-color: #0a6f45;
    	margin-top: 23px;
		margin-right: 0px;
	}
}
@media(max-width: 1991px) { 
	.navbar-default .navbar-nav>li>a { padding: 12px 6px; }
@media(max-width: 991px) { .navbar-default .navbar-nav>li>a { padding: 12px; } }

@media (max-width: 991px) {
   .navbar-header { float: none; }
    .navbar-left, .navbar-right { float: none !important; }
    .navbar-toggle { display: block; }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse { display: none!important; }
    .navbar-default .navbar-collapse {
        border-color: #0a6f45;
    	margin-top: 23px;
    }
    .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li { float: none; }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in {
      display: block !important;
      width: 100%;
      overflow: hidden;
    }
    .collapsing { width: 100%; }
    .navbar-default .navbar-nav > li > a {
	    padding: 15px 0px 15px 20px;
	    font-size: 0.9em;
	}
}
/*
 * =========================
 * SLICK EDITS
 * ========================= */
.highlight-slick-active {
    box-shadow: none !important;
    background: #d7df36;
}
.atuacao-show {
	display: block;
}
#banner .slick-dots {
	bottom: 40px;
}
#banner .slick-dots li {
	height: 30px;
	width: 30px;
}
#banner .slick-dots li button:before { border: 1px solid #999; opacity: 1; box-shadow: 0 0 3px rgba(0,0,0, 0.1); }
#banner .slick-dots li.slick-active button:before{ border: 1px solid #0d5739; }	 


.g-recaptcha > div { margin: 0 auto 5px; }