@charset "UTF-8";

/*!// Contents
// ------------------------------------------------>
1. Global Styles
2. Typography
3. Color
4. Align
5. Grid
6. Background
7. Buttons
8. Forms
9. Header
10. Menu
11. Hero
12. Testimonial
13. Feature
14. Call To Action
15. Pricing Tables
16. Clients
17. Footer
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/

.topHeader{
	background: #ef6b18;
	width: 280px;
	height: 40px;
	position: absolute;
	right: 0;
	border-bottom-left-radius: 10px;
	z-index: 99999;
}

@media (max-width: 350px){
	.topHeader{
		width: 100%;
		border-bottom-left-radius: 0px;
	}
}
header{
	z-index: 9;
}

body,
html {
	overflow-x: hidden
}

html {
	font-size: 14px
}

body {
	background-color: #fff;
	font-family: poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #777;
	line-height: normal !important;
	margin: 0
}

.textoJustificado{
	text-align: justify !important;
}

.wrapper {
	background-color: #fff
}

* {
	outline: none
}

::-moz-selection {
	text-shadow: none
}

::selection {
	background-color: #ef6b18;
	color: #fff;
	text-shadow: none
}

a {
	color: #ef6b18
}

.mapiconGray a {
	color: #777;
}

.mapiconGray i {
	color: #f84740;
}

a:hover {
	color: #e64c0f;
	text-decoration: none
}

a:focus {
	color: #e64c0f;
	outline: none;
	text-decoration: none
}

a:active {
	color: #e64c0f;
	outline: none;
	text-decoration: none
}

textarea {
	resize: none
}

button.btn {
	margin-bottom: 0
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: poppins, sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1
}

.h1,
h1 {
	font-size: 55px
}

.h2,
h2 {
	font-size: 36px
}

.h3,
h3 {
	font-size: 20px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 16px
}

.h6,
h6 {
	font-size: 14px
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.lead {
	font-size: 16px;
	line-height: 1.8
}

.text--left {
	text-align: left!important
}

.text--right {
	text-align: right!important
}

.text--center {
	text-align: center!important
}

.text--just {
	text-align: justify!important
}

.align--top {
	vertical-align: top
}

.align--bottom {
	vertical-align: bottom
}

.align--middle {
	vertical-align: middle
}

.align--baseline {
	vertical-align: baseline
}

.bold {
	font-weight: 700
}

.regular {
	font-weight: 400
}

.italic {
	font-style: italic
}

.break-word {
	word-wrap: break-word
}

.no-wrap {
	white-space: nowrap
}

.text-white {
	color: #fff!important
}

.text-gray {
	color: #fbf2e1!important
}

.text-black {
	color: #444
}

.text-theme {
	color: #ef6b18
}

.text--capitalize {
	text-transform: capitalize!important
}

.text--uppercase {
	text-transform: uppercase!important
}

.font-heading {
	font-family: poppins, sans-serif
}

.font-body {
	font-family: poppins, sans-serif
}

.font-18 {
	font-size: 16px
}

.font-16 {
	font-size: 16px
}

.font-20 {
	font-size: 20px
}

.font-40 {
	font-size: 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
	text-center-xs {
		text-align: center!important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	text-center-sm {
		text-align: center!important
	}
}

.higlighted-style1 {
	background-color: #ef6b18;
	color: #fff;
	padding: 5px 0
}

.higlighted-style2 {
	background-color: #444;
	color: #fff;
	padding: 5px 0
}

.higlighted-style3 {
	background-color: #fbf2e1;
	color: #ef6b18;
	padding: 5px 0
}

.reveal {
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.color-heading {
	color: #444!important
}

.color-theme {
	color: #ef6b18!important
}

.color-white {
	color: #fff!important
}

.color-gray {
	color: #fbf2e1!important
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px
}

section {
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden
}

@media only screen and (max-width:991px) {
	section {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media only screen and (min-width:991px) {
	.m-0 {
		margin: 0!important
	}
	.m-xs {
		margin: 10px
	}
	.m-sm {
		margin: 20px
	}
	.m-md {
		margin: 40px
	}
	.m-lg {
		margin: 80px
	}
	.mt-0 {
		margin-top: 0
	}
	.mt-xs {
		margin-top: 10px
	}
	.mt-10 {
		margin-top: 10px!important
	}
	.mt-20 {
		margin-top: 20px!important
	}
	.mt-30 {
		margin-top: 30px!important
	}
	.mt-40 {
		margin-top: 40px!important
	}
	.mt-50 {
		margin-top: 50px!important
	}
	.mt-60 {
		margin-top: 60px
	}
	.mt-70 {
		margin-top: 70px!important
	}
	.mt-80 {
		margin-top: 80px!important
	}
	.mt-90 {
		margin-top: 90px!important
	}
	.mt-100 {
		margin-top: 100px!important
	}
	.mt-150 {
		margin-top: 150px
	}
	.mb-0 {
		margin-bottom: 0!important
	}
	.mb-15 {
		margin-bottom: 15px
	}
	.mb-10 {
		margin-bottom: 10px!important
	}
	.mb-20 {
		margin-bottom: 20px!important
	}
	.mb-30 {
		margin-bottom: 30px!important
	}
	.mb-50 {
		margin-bottom: 50px!important
	}
	.mb-40 {
		margin-bottom: 40px!important
	}
	.mb-60 {
		margin-bottom: 60px!important
	}
	.mb-70 {
		margin-bottom: 70px!important
	}
	.mb-80 {
		margin-bottom: 80px!important
	}
	.mb-90 {
		margin-bottom: 90px!important
	}
	.mb-100 {
		margin-bottom: 100px!important
	}
	.mb-150 {
		margin-bottom: 150px!important
	}
	.mr-0 {
		margin-right: 0
	}
	.mr-30 {
		margin-right: 30px!important
	}
	.mr-50 {
		margin-right: 50px
	}
	.mr-60 {
		margin-right: 60px
	}
	.mr-150 {
		margin-right: 150px
	}
	.ml-0 {
		margin-left: 0
	}
	.ml-xs {
		margin-left: 10px
	}
	.ml-sm {
		margin-left: 20px
	}
	.ml-md {
		margin-left: 40px
	}
	.ml-lg {
		margin-left: 80px
	}
	.ml-30 {
		margin-left: 30px!important
	}
	.ml-50 {
		margin-left: 50px
	}
	.ml-60 {
		margin-left: 60px
	}
	.ml-150 {
		margin-left: 150px
	}
	.p-0 {
		padding: 0!important
	}
	.p-xs {
		padding: 10px
	}
	.p-sm {
		padding: 20px
	}
	.p-md {
		padding: 40px
	}
	.p-lg {
		padding: 80px
	}
	.pt-0 {
		padding-top: 0!important
	}
	.pt-20 {
		padding-top: 20px!important
	}
	.pt-30 {
		padding-top: 30px!important
	}
	.pt-40 {
		padding-top: 40px!important
	}
	.pt-50 {
		padding-top: 50px
	}
	.pt-60 {
		padding-top: 60px
	}
	.pt-70 {
		padding-top: 70px!important
	}
	.pt-80 {
		padding-top: 80px
	}
	.pt-90 {
		padding-top: 90px
	}
	.pt-100 {
		padding-top: 100px!important
	}
	.pt-150 {
		padding-top: 150px!important
	}
	.pb-0 {
		padding-bottom: 0!important
	}
	.pb-30 {
		padding-bottom: 30px
	}
	.pb-50 {
		padding-bottom: 50px
	}
	.pb-60 {
		padding-bottom: 60px
	}
	.pb-70 {
		padding-bottom: 70px!important
	}
	.pb-80 {
		padding-bottom: 80px
	}
	.pb-90 {
		padding-bottom: 90px
	}
	.pb-100 {
		padding-bottom: 100px!important
	}
	.pr-0 {
		padding-right: 0
	}
	.pr-xs {
		padding-right: 10px
	}
	.pr-sm {
		padding-right: 20px
	}
	.pr-md {
		padding-right: 40px
	}
	.pr-lg {
		padding-right: 80px
	}
	.pr-15 {
		padding-right: 15px!important
	}
	.pr-30 {
		padding-right: 30px!important
	}
	.pr-50 {
		padding-right: 50px
	}
	.pr-60 {
		padding-right: 60px
	}
	.pr-100 {
		padding-right: 100px!important
	}
	.pr-150 {
		padding-right: 150px
	}
	.pl-0 {
		padding-left: 0!important
	}
	.pl-30 {
		padding-left: 30px
	}
	.pl-50 {
		padding-left: 50px
	}
	.pl-60 {
		padding-left: 60px
	}
	.pl-100 {
		padding-left: 100px!important
	}
	.pl-150 {
		padding-left: 150px
	}
}

.fixed {
	position: fixed
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.static {
	position: static
}

.zindex-1 {
	z-index: 1
}

.zindex-2 {
	z-index: 2
}

.zindex-3 {
	z-index: 3
}

.border-all {
	border: 1px solid #ef6b18
}

.border-top {
	border-top: 1px solid #ef6b18
}

.border-bottom {
	border-bottom: 1px solid #ef6b18
}

.border-right {
	border-right: 1px solid #ef6b18
}

.border-left {
	border-left: 1px solid #ef6b18
}

.inline {
	display: inline
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.hide {
	display: none
}

.flex {
	display: flex
}

@media only screen and (max-width:767px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.text-center-xs {
		text-align: center!important
	}
	.pull-none-xs {
		float: none!important;
		text-align: center!important
	}
	.mb-15-xs {
		margin-bottom: 15px
	}
	.mb-30-xs {
		margin-bottom: 30px!important
	}
	.mb-50-xs {
		margin-bottom: 50px
	}
	.mb-60-xs {
		margin-bottom: 60px!important
	}
	.p-none-xs {
		padding-right: 0;
		padding-left: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-center-sm {
		text-align: center!important
	}
	.mb-0-sm {
		margin-bottom: 0
	}
	.mb-15-sm {
		margin-bottom: 15px
	}
	.mb-30-sm {
		margin-bottom: 30px!important
	}
	.mb-50-sm {
		margin-bottom: 50px
	}
	.mb-60-sm {
		margin-bottom: 60px
	}
	.pb-15-sm {
		padding-bottom: 15px
	}
	.pb-30-sm {
		padding-bottom: 30px
	}
	.pb-50-sm {
		padding-bottom: 50px
	}
	.pb-60-sm {
		padding-bottom: 60px
	}
	.p-none-sm {
		padding-right: 0;
		padding-left: 0
	}
	.pull-none-sm {
		float: none!important;
		text-align: center!important
	}
}

.border-b {
	border-bottom: 1px solid #fbf2e1
}

.row-no-padding [class*=col-] {
	padding-left: 0!important;
	padding-right: 0!important
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-5ths {
	width: 20%;
	float: left
}

@media(min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
}

@media(min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}
}

@media(min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}
}

.col-content {
	padding: 120px 100px 90px 120px
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.col-content {
		padding: 40px!important
	}
}

.col-img {
	height: 600px!important;
	padding: 60px;
	overflow: hidden
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.col-img {
		height: auto;
		min-height: 600px
	}
}

.pos-fixed {
	position: fixed
}

.pos-relative {
	position: relative
}

.pos-absolute {
	position: absolute
}

.pos-static {
	position: static
}

.pos-top {
	top: 0
}

.pos-bottom {
	bottom: 0
}

.pos-right {
	right: 0
}

.pos-left {
	left: 0
}

.pos-vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-moz-transform: perspective(1px) translateY(-50%);
	-o-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%)
}

.height-700 {
	height: 700px!important
}

.height-500 {
	height: 500px!important
}

.height-800 {
	height: 800px!important
}

@media only screen and (min-width:992px) {
	.hidden-lg,
	.hidden-md {
		display: none
	}
}

.bg-shape {
	position: relative;
	overflow: visible
}

.bg-shape:before {
	position: absolute;
	top: -150px;
	right: 0;
	content: "";
	width: 480px;
	height: 830px;
	background: url(../images/background/shape-right.svg)
}

.bg-shape-left:before {
	left: 0;
	right: auto;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.bg-theme {
	background-color: #ef6b18!important
}

.bg-gray {
	background-color: #fbf2e1!important
}

.bg-white {
	background-color: #fff!important
}

.bg-dark {
	background-color: #444!important
}

.bg-gradient {
	background-image: linear-gradient(268deg, #a87efb 0%, #7160ff 100%)
}

.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%
}

.bg-section2 {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.bg-overlay-light:before {
	background-color: #fff;
	opacity: .8
}

.bg-overlay-dark:before {
	background-color: #444;
	opacity: .3
}

.bg-overlay-theme:before {
	background-color: #ef6b18;
	opacity: .7
}

.bg-parallex {
	background-attachment: fixed
}

.btn {
	font-family: poppins, sans-serif;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	width: 210px;
	height: 44px;
	line-height: 44px;
	letter-spacing: .2px
}

.btn.active,
.btn:active,
.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--primary {
	background-color: #ef6b18;
	color: #fff;
	border-color: #ef6b18;
	margin: 0 auto;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #e64c0f;
	border-color: #e64c0f;
	color: #fff
}

.btn--gradient {
	background-color: #ef6b18;
	background-image: linear-gradient(270deg, #885bfe 0%, #664ffa 100%);
	color: #fff;
	border: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	background-size: 200% 200%;
	-moz-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
	-webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
	box-shadow: 0 3px 10px rgba(71, 44, 173, .2)
}

.btn--gradient:hover,
.btn--gradient:focus,
.btn--gradient:active {
	background-position: right center;
	color: #fff
}

.btn--secondary {
	background-color: #444;
	color: #fff;
	border: 2px solid #444
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #ef6b18;
	color: #fff;
	border-color: #ef6b18
}

.btn--white {
	background-color: #fff;
	color: #444;
	border: 1px solid #fff;
	border-radius: 4px
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #ef6b18;
	color: #fff;
	border-color: #ef6b18
}

.btn--block {
	width: 100%
}

.btn--auto {
	width: auto
}

.btn--rounded {
	border-radius: 26px
}

.btn--bordered {
	background-color: transparent
}

.btn--bordered.btn--primary {
	color: #ef6b18;
	border-color: #ef6b18
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color: #fff;
	background-color: #ef6b18;
	border-color: #ef6b18
}

.btn--bordered.btn--secondary {
	color: #2c303d;
	border-color: #e0e0e0
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color: #fff;
	background-color: #444;
	border-color: #444
}

.btn--bordered.btn--white {
	color: #fff;
	border-color: #fff
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color: #ef6b18;
	background-color: #fff;
	border-color: #fff
}

.btn--white.btn--secondary {
	color: #444;
	border-color: #fff;
	background-color: #fff
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color: #fff;
	background-color: #ef6b18;
	border-color: #ef6b18
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
	background-color: #444;
	color: #fff;
	border: none
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
	color: #ef6b18
}

.navbar-toggle {
	border-color: #ef6b18;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px
}

label {
	font-weight: 300;
	margin-bottom: 8px;
	text-transform: capitalize;
	font-size: 14px;
	color: #444
}

.form-group {
	margin-bottom: 0
}

.form-control {
	color: #aaa;
	font-family: poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	height: 42px;
	border: 1px solid #e6eaf4;
	background: #f8f9fc;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999
}

.form-control:-ms-input-placeholder {
	color: #999
}

.select-form {
	position: relative
}

.select-form i {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	line-height: 44px;
	color: #aaa
}

.select-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

.select-form select.form-control:not([size]):not([multiple]) {
	height: 42px;
	line-height: 35px
}

.form-radio {
	text-align: center
}

.form-radio .form-check-label {
	display: block;
	position: relative;
	padding-left: 6px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 14px
}

.form-radio .form-check-input {
	z-index: -1;
	opacity: 0;
	margin: 0
}

.form-radio .label-radio {
	position: relative
}

.form-radio .radio-indicator {
	position: absolute;
	top: -2px;
	left: 0;
	height: 14px;
	width: 14px;
	background: 0 0;
	border: 1px solid #aaa;
	border-radius: 50%;
	cursor: pointer
}

.form-radio .radio-indicator:after {
	content: "";
	position: absolute;
	display: none;
	left: 3px;
	top: 3px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff
}

.form-radio input:checked~.radio-indicator {
	background: #ef6b18;
	border-color: #ef6b18
}

.form-radio .label-radio:hover input:not([disabled]):checked~.radio-indicator,
.form-radio .label-radio input:checked:focus~.radio-indicator {
	background: #ef6b18
}

.label-radio input:checked~.radio-indicator:after {
	display: block
}

.subscribe-alert {
	margin-top: 20px
}

.heading {
	margin-bottom: 70px
}

.heading .heading-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 0
}

.heading-title-vacina{
	font-size: 52px;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 100px;
	margin-top: 20px;
	text-align: center;
}
@media (max-width:600px) {
	.heading-title-vacina {
		font-size: 38px;
	}
}

.heading .heading-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: justify;
}
.heading .heading-desc2 {
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: justify;
}

@media only screen and (max-width:991px) {
	.heading {
		margin-bottom: 30px
	}
	.heading .heading-title {
		font-size: 30px
	}
}

.header {
	height: 140px
}

.header-transparent {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header .navbar-collapse {
	padding-right: 0;
	padding-left: 0
}

.header .navbar {
	bottom: 0;
	padding: 0;
	border-radius: 0;
	min-height: 100px;
	border: none;
	z-index: 1030
}

.header .navbar.affix {
	top: 0
}

.header .navbar .logo {
	max-width: 100%;
	height: auto;
	line-height: 140px;
  position: relative;
  top: 10px;
}

.navbar-nav {
	padding-top: 32px;
}

.navbar-nav>li {
	margin-right: 13px;
}

.navbar-nav>li:last-child {
	margin-right: 0
}

.navbar-nav>li>a {
	font-size: 14px;
	/* text-transform: capitalize; */
	font-weight: 400;
	line-height: 1;
	color: #77787b;
	padding: 0;
	letter-spacing: 0;
}

.navbar-nav>li>a:hover {
	color: #ef6b18
}

@media only screen and (max-width:991px) {
	.header {
		height: 80px
	}
	.header .navbar {
		min-height: 130px;
		background: #fff;
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		margin: 0;
		width: 100%;
		max-width: inherit
	}
	.navbar .navbar-brand {
		height: 80px;
		line-height: 80px;
		margin-left: 15px
	}
	.navbar .navbar-brand .logo-dark {
		display: inline-block
	}
	.navbar-toggler {
		width: 30px;
		height: 30px;
		position: relative;
		padding: 0;
		position: absolute;
		top: 35px;
		right: 15px;
		border: none;
		cursor: pointer;
	}
	.navbar-toggler:focus {
		outline: none
	}
	.toogle-inner {
		top: 50%;
		display: block;
		margin-top: -2px;
		position: absolute;
		width: 30px;
		height: 2px;
		margin-top: 25px;
		background-color: #444;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform
	}
	.toogle-inner:before,
	.toogle-inner:after {
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #444;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0
	}
	.toogle-inner:before {
		top: -6px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform, opacity
	}
	.toogle-inner:after {
		bottom: -6px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform
	}
	.toggler-active .toogle-inner {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.toggler-active .toogle-inner:before {
		opacity: 0;
		-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		-moz-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		-ms-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		-o-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0)
	}
	.toggler-active .toogle-inner:after {
		-webkit-transform: translate3d(0, -6px, 0) rotate(-90deg);
		-moz-transform: translate3d(0, -6px, 0) rotate(-90deg);
		-ms-transform: translate3d(0, -6px, 0) rotate(-90deg);
		-o-transform: translate3d(0, -6px, 0) rotate(-90deg);
		transform: translate3d(0, -6px, 0) rotate(-90deg)
	}
	.navbar-nav {
		width: 100%;
		padding: 40px 15px
	}
	.navbar-nav>li {
		float: none;
		text-align: center;
		height: auto!important;
		margin-right: 0
	}
	.container>.navbar-collapse {
		width: 100%;
		background-color: #fff;
		margin-right: 0
	}
	.navbar-nav>li.pull-left {
		float: none!important
	}
	.navbar-nav>li>a {
		line-height: 42px!important;
		color: #444!important;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		display: block;
		text-align: center
	}
	.navbar-nav>li:after {
		display: none
	}
	.navbar-nav>li.active {
		border-bottom: none
	}
	li a:hover,
	li.open>a:focus {
		color: #fff
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background-color: transparent
	}
	.navbar-nav>li>a:before {
		display: none
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.navbar-nav>li {
		margin-right: 16px
	}
}

.hero {
	padding-top: 310px;
	padding-bottom: 140px;
	background-position: right top;
	background-color: #f6fafd
}

.hero .hero-headline {
	color: #444;
	font-size: 55px;
	font-weight: 500;
	line-height: 75px;
	margin-bottom: 35px
}

.hero .hero-bio {
	font-family: poppins, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 50px
}

.hero .btn {
	height: 60px;
	line-height: 60px;
	width: 210px
}

.hero-action .btn {
	width: 205px;
}

.hero-action form {
	margin-bottom: 0
}

.hero-action form .form-control {
	width: 300px;
	height: 50px;
	line-height: 50px;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e6eaf4;
	background: #fff
}

.hero-action form input[type=submit] {
	height: 50px;
	line-height: 50px
}

@media only screen and (max-width:767px) {
	.hero {
		background-image: none!important
	}
	.hero .hero-action .btn {
		display: block;
		margin: 15px auto
	}
	.hero .hero-action form {
		text-align: center
	}
	.hero .hero-action form .form-control {
		margin-bottom: 0;
		margin-right: 0;
		max-width: 280px;
		margin: 15px 0
	}
	.hero .hero-action form .btn {
		margin: 15px 0
	}
}

@media only screen and (max-width:991px) {
	.hero {
		padding-top: 240px
	}
	.hero .row-content {
		padding-top: 0
	}
	.hero .hero-headline {
		padding-top: 0;
		font-size: 28px;
		line-height: 33px
	}
	.hero .hero-bio {
		font-size: 15px;
		line-height: 26px
	}
	.hero .hero-img img {
		margin-top: 40px;
		max-width: 100%;
		height: auto
	}
	.hero .hero-action form {
		justify-content: center
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.hero .row-content {
		padding-top: 0
	}
	.hero .hero-headline {
		padding-top: 0;
		font-size: 36px;
		line-height: 45px
	}
	.hero .hero-action form .form-control {
		width: 230px
	}
}

.testimonial-panel {
	padding-top: 95px;
	background: #fff;
	padding: 65px 40px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear
}

.testimonial-panel:before {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 60px;
	height: 52px;
	background: url(../images/icons/quotes.svg);
	content: ""
}

.testimonial-panel .testimonial-body p {
	font-size: 18px;
	line-height: 1.9;
	font-weight: 400;
	margin-bottom: 15px
}

.testimonial-panel .testimonial-author h5 {
	color: #ef6b18;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize
}

.testimonial-panel:hover {
	background: #ef6b18
}

.testimonial-panel:hover:before {
	background: url(../images/icons/quotes2.svg)
}

.testimonial-panel:hover .testimonial-body p {
	color: rgba(255, 255, 255, .9)
}

.testimonial-panel:hover .testimonial-author h5 {
	color: #fff
}

.carousel-dots .owl-dots {
	text-align: center;
	margin-top: 70px
}

.carousel-dots .owl-dots .owl-dot {
	height: 8px;
	width: 8px;
	margin: 0 3px
}

.carousel-dots .owl-dots .owl-dot:active,
.carousel-dots .owl-dots .owl-dot:focus {
	outline: none
}

.carousel-dots .owl-dots .owl-dot span {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #e0e0e0;
	border: none;
	display: block;
	cursor: pointer
}

.carousel-dots .owl-dots .owl-dot.active span {
	background-color: #ef6b18
}

.feature-panel {
	position: relative
}

.feature-panel .feature-icon {
	color: #ef6b18;
	font-size: 55px;
	line-height: 1;
	margin-bottom: 35px
}

.feature-panel .feature-img {
	width: 70px;
	height: 70px;
	line-height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 40px;
	text-align: center
}

.feature-panel .feature-content h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 19px
}

.feature-panel .feature-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0
}

.feature-panel .feature-content ul {
	padding: 0;
	margin: 24px 0 0;
	list-style: none
}

.feature-panel .feature-content ul li {
	padding-left: 26px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	margin-bottom: 15px
}

.feature-panel .feature-content ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	font-family: fontawesome;
	font-size: 14px;
	line-height: 26px;
	color: #ef6b18
}

.feature-center {
	text-align: center
}

.feature-center .feature-img {
	margin-right: auto;
	margin-left: auto
}

.feature-2 .feature-panel {
	position: relative;
	padding-top: 100px
}

.feature-2 .feature-panel .feature-content h3 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 24px
}

.feature-2 .feature-panel .feature-content p {
	font-size: 16px;
	margin-bottom: 12px
}

.feature-3 .feature-panel {
	position: relative;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center
}

.feature-3 .feature-panel:hover {
	-moz-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	-webkit-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.feature-3 .feature-panel .feature-img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 33px;
	text-align: center;
	background: #FBE2C9
}

.feature-3 .feature-panel .feature-content h3 {
	font-size: 18px;
	margin-bottom: 20px
}

.feature-3 .feature-panel .feature-content p {
	font-size: 14px
}

.feature-left .feature-panel {
	margin-bottom: 40px
}

.feature-left .feature-panel:last-of-type {
	margin-bottom: 0
}

.feature-left .feature-panel .feature-img {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	width: auto
}

.feature-left .feature-panel .feature-content {
	padding-left: 70px
}

.feature-left .feature-panel .feature-content h3 {
	font-size: 18px;
	margin-bottom: 15px
}

.feature-left .feature-panel .feature-content p {
	font-size: 14px;
	max-width: 300px
}

.img-shadow {
	-moz-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, .2);
	-webkit-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, .2);
	box-shadow: 0 10px 25px 0 rgba(32, 62, 84, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.hr-bar {
	border-top-color: #e0e0e0;
	margin: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.feature-panel,
	.feature-left .feature-panel {
		margin-bottom: 30px
	}
	.feature-panel .feature-icon,
	.feature-left .feature-panel .feature-icon {
		margin-bottom: 10px
	}
	.feature-panel .feature img,
	.feature-left .feature-panel .feature img {
		max-width: 100%;
		height: auto
	}
	.feature-panel .feature-content ul li:before,
	.feature-left .feature-panel .feature-content ul li:before {
		position: relative;
		padding-right: 10px
	}
	.feature-2 .feature-panel .feature-content h3 {
		font-size: 30px;
		line-height: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feature-panel {
		margin-bottom: 20px
	}
	.feature-3 .feature-panel {
		padding: 10px
	}
	.feature-2 .feature-panel .feature-content h3 {
		font-size: 30px;
		line-height: 36px
	}
}

.cta h3 {
	font-size: 50px;
	font-weight: 500;
	line-height: 65px;
	margin-bottom: 23px;
	text-transform: capitalize
}

.cta p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 48px
}

.cta .btn {
	height: 70px;
	width: 280px;
	font-size: 24px;
	line-height: 70px
}

.form-wrapper {
	padding: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	-webkit-box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	box-shadow: 0 10px 40px 0 rgba(32, 62, 84, .08);
	background-color: #fff
}

.form-wrapper .heading {
	margin-bottom: 45px;
	text-align: center
}

.form-wrapper .heading h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0
}

.form-wrapper .btn {
	margin-bottom: 10px
}

.form-wrapper .agreement {
	font-size: 12px;
	text-align: center
}

@media only screen and (max-width:992px) {
	.form-wrapper {
		padding: 30px
	}
	.form-wrapper .heading h3 {
		font-size: 18px
	}
}

.pricing-filter {
	margin: 0 auto 100px;
	text-align: center;
	width: 260px;
	height: 45px;
	border: 1px solid #ef6b18;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden
}

.pricing-filter a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	width: 50%;
	line-height: 43px;
	color: #ef6b18;
	float: left;
	position: relative;
	z-index: 1
}

.pricing-filter a.is-active {
	color: #fff
}

.pricing-filter .switch {
	position: absolute;
	left: 0;
	top: 0;
	height: 43px;
	width: 135px;
	background-color: #ef6b18;
	content: "";
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear
}

.pricing-filter .switch.switch-yearly {
	-moz-transform: translateX(135px);
	-webkit-transform: translateX(135px);
	-ms-transform: translateX(135px);
	-o-transform: translateX(135px);
	transform: translateX(135px)
}

.pricing-filter .switch.switch-monthly {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.pricing-panel {
	padding: 50px 0;
	position: relative;
	text-align: center;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear
}

.pricing-panel .pricing-heading {
	margin-bottom: 30px
}

.pricing-panel .pricing-heading h4 {
	color: #444;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 17px;
	text-transform: uppercase
}

.pricing-panel .pricing-heading .pricing-switcher {
	height: 70px;
	overflow: hidden
}

.pricing-panel .pricing-heading .pricing-switcher.active-yearly .pricing-yealry {
	-moz-transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform: translateY(-70px);
	transform: translateY(-70px)
}

.pricing-panel .pricing-heading .pricing-switcher.active-yearly .pricing-monthly {
	-moz-transform: translateY(-140px);
	-webkit-transform: translateY(-140px);
	-ms-transform: translateY(-140px);
	-o-transform: translateY(-140px);
	transform: translateY(-140px)
}

.pricing-panel .pricing-heading .pricing-switcher.active-monthly .pricing-yealry {
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform: translateY(70px);
	transform: translateY(70px)
}

.pricing-panel .pricing-heading .pricing-switcher.active-monthly .pricing-monthly {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.pricing-panel .pricing-heading p {
	color: #444;
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
	-moz-transition: transform 300ms ease-in-out;
	-webkit-transition: transform 300ms ease-in-out;
	-ms-transition: transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out
}

.pricing-panel .pricing-heading p .period {
	padding-left: 15px;
	color: #999;
	font-size: 22px;
	font-weight: 400;
	text-transform: none
}

.pricing-panel .pricing-body {
	padding: 0 65px;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	text-align: center
}

.pricing-panel .pricing-body ul {
	margin-bottom: 33px
}

.pricing-panel.pricing-active {
	-moz-box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
	-o-box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff
}

.pricing-panel:hover .btn:not(.btn--gradient) {
	background-color: #ef6b18;
	color: #fff
}

.pricing-panel .pricing-footer {
	padding: 0 65px
}

.pricing-panel .pricing-footer p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 0
}

@media only screen and (max-width:991px) {
	.pricing-filter {
		margin-bottom: 50px
	}
	.pricing-panel {
		max-width: 390px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		text-align: center;
		padding: 30px
	}
	.pricing-panel .pricing-footer {
		padding: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.pricing-panel .pricing-footer {
		padding: 10px
	}
}

#wrapperParallax {
	position: relative;
	z-index: 1060;
	min-height: 100vh
}

#footerParallax {
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0
}

@media only screen and (max-width:767px) {
	#wrapperParallax {
		margin-bottom: 0!important
	}
	#footerParallax {
		position: relative
	}
}
.textoFooter{
	text-align: center;
}
.redesSociais100{
	margin:20px 0 0;
	width: 100%;
	text-align: center;
}
.redesSociais100 img{
	background-color:#ef6b18;
}
.redesSociais100 img:hover{
	background-color:#e64c0f;
}
.corrigeBoxFooter{
	margin: 0 auto;
}
.footer {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0
}

.footer .footer-top {
	padding-top: 100px;
	padding-bottom: 30px
}

.footer .widget-info-box .info-img {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: block;
	background-color: #FBE2C9
}

.footer .widget-info-box h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: capitalize
}

.footer .widget-info-box p {
	margin-bottom: 0
}

.footer .footer-bar hr {
	border-top-color: #e0e0e0;
	margin: 0
}

.footer-bottom {
	padding: 30px 0
}

.footer .footer-bottom .footer-copyright {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-transform: capitalize
}

.footer .footer-bottom .footer-social {
	    margin-left: -26%;
}

.footer .footer-bottom .footer-social a {
	font-size: 14px;
	color: #999;
	margin-right: 20px;
	display: inline-block
}

.footer .footer-bottom .footer-social a:hover {
	color: #ef6b18
}

.footer .footer-bottom .footer-social a:last-of-type {
	margin-right: 0
}

@media only screen and (max-width:767px) {
	.footer .widget-info-box {
		margin-bottom: 20px
	}
	.footer .footer-bottom {
		text-align: center;
		margin-bottom: 40px;
	}
	.footer .footer-bottom .footer-social {
		margin-top: 20px;
		text-align: center
	}
}

.member {
	text-align: center;
	overflow: hidden
}

.member .member-img {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.member .member-img img {
	max-width: 100%;
	height: auto
}

.member .member-img:hover .member-overlay .member-social {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.member .member-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	left: 0
}

.member .member-overlay .member-social {
	border-radius: 2px;
	background-color: #ef6b18;
	opacity: .9;
	width: 100%;
	height: 100%;
	-moz-transition: all .35s;
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}

.member .member-overlay .member-social a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 20px
}

.member .member-overlay .member-social a:last-child {
	margin-right: 0
}

.member .member-overlay .member-social a:hover {
	color: #444
}

.member .member-info h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: capitalize
}

.member .member-info h5 span {
	color: #ef6b18;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-left: 10px
}

.member .member-info h6 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500
}

.member .member-info h6 a {
	color: #999
}

.member .member-info h6 a i {
	color: #ef6b18;
	margin-right: 8px
}

.member .member-info h6 a:hover {
	color: #ef6b18
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.member {
		margin-bottom: 30px
	}
}

.landing-hero {
	height: 100vh;
	padding-top: 200px
}

.landing-hero h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase
}

.landing-hero p {
	font-family: poppins, sans-serif;
	font-size: 18px;
	line-height: 27px
}

.landing-demos {
	padding: 40px 0
}

.landing-demos .portfolio-item {
	margin-bottom: 50px
}

.landing-demos .portfolio-title h4 {
	color: #444;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0
}

.landing-demos .portfolio-title:hover h4 {
	color: #ef6b18
}

.landing-demos .portfolio-img {
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, .1);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, .1);
	box-shadow: 0 0 36px 4px rgba(0, 0, 0, .1);
	background-color: silver;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s
}

.landing-demos .portfolio-img img {
	max-width: 100%;
	height: auto
}

.landing-demos .portfolio-item:hover .portfolio-img {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px)
}

.landing-demos .portfolio-item:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.landing-demos .portfolio-bio {
	padding-top: 23px
}

.landing-action {
	padding-top: 200px
}

.landing-action img {
	margin-bottom: 50px
}

.landing-action h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.landing-hero {
		height: auto;
		padding-top: 60px
	}
	.landing-hero h1 {
		font-size: 34px;
		line-height: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.landing-hero {
		height: auto;
		padding-top: 100px
	}
	.landing-hero h1 {
		font-size: 50px;
		line-height: 55px
	}
}

.divMenu{
	width: 100%;
}

@media(max-width: 991px){
	.header .navbar .logo{
		left: 25px;
		z-index: 9999;
		top: -18px;
	}
	.containerMaior{
		max-width: 90% !important;
	}
	.sectionPaginasInternas{
		padding-top: 130px;
	}
}
@media(max-width: 767px;){
	.sectionPaginasInternas{
		padding-top: 145px;
	}
}
@media(max-width: 575px){
	.header .navbar .logo{
		max-width: 55%;
		top: 5px;
	}
}
@media(max-width: 440px){
	.tituloPaginasInternas{
		font-size: 24px !important;
	}
}
/* index */

.imagensLaranja img {
	filter: invert(68%) sepia(12%) saturate(2576%) hue-rotate(342deg) brightness(101%) contrast(98%);
}

.imagensSvgLaranja{
	width: 35px;
	filter: invert(29%) sepia(63%) saturate(1714%) hue-rotate(334deg) brightness(115%) contrast(95%) !important;
}

/* dropdown */
.dropbtn {
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.dropbtn:hover, .dropbtn:focus {
  color: #f1f1f1;
}
.dropdown {
  position: relative;
	font-size: 18px;
	text-align: left;
	top: 5px;
  text-align: center;
}
.dropdown button{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  padding: 0;
  letter-spacing: -.0px;
  outline: none;
	vertical-align: top;
}

.dropdown img{
  width: 10px;
  filter: invert(1);
}
.dropdown-content {
	display: none;
	position: absolute;
  background-color: #f6fafd;
  border-radius: 5px;
  min-width: 170px;
  right: 2px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  padding: 15px;
  border: 1.5px solid #ef6b18;
  margin-top: 1px;
  z-index: 9999;
}
.dropdown-content img{
  padding-right: 16px;
  width: 18px;
  vertical-align: text-bottom;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #666;
}

.formResultados{
  margin: 0;
}

.formResultados p{
  margin: 10px 0 0;
	text-align: left;
}
.formResultados input{
  height: 28px;
  border: 1px solid #e1e1e1;
  color: #13618d;
  border-radius: 4px;
  padding-right: 4px;
}

.tituloResultados{
  padding: 5px;
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 100%;
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  border-radius: 3px;
  background-color: #f4a30c;
}

.botaoAcessarResultados{
  height: 30px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #13618d;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 4px;
  width: 95%;
  display: block;
  margin: 18px auto 0;
}

.show {display:block;}
/* fim dropdown */

.polaroid {
	float: right;
	padding: 5px;
	margin: 18px 0 5px 20px;
	text-align: center;
}

#servicos p{
	height: auto;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.institucionalImgDesktop{
	width: 27%;
}
.institucionalImgMobile{
	display: none;
}
.boxServicos{
	display: inline-block;
	vertical-align: top;
}
.iconeMissaoVisao{
	color: #f84740;
  font-size: 48px;
  text-align: center;
  background-color: #FBE2C9;
  border-radius: 50%;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.iconeMissaoVisao i{
	vertical-align: middle;
}
.boxIcones{
	max-width: 32%;
	text-align: justify;
}
.divMissaoVisao{
	margin-top: 22px;
}
@media(max-width: 991px){
	.polaroid{
		width: 50%;
	}
}
@media(max-width: 767px) and (min-width: 500px){
	.boxServicos{
		width: 46% !important;
		flex: 0 0 46% !important;
	}
	.boxIcones{
		max-width: unset;
	}
}
@media(max-width: 560px){
	.institucionalImgMobile{
		display: block;
		width: 86% !important;
	}
	.institucionalImgDesktop{
		display: none;
	}
	.polaroid{
		width: 100%;
		margin: 26px auto;
		padding: 0;
		float: none;
	}
	.polaroid img{
		float: revert;
	}
	.boxIcones{
		max-width: unset;
	}
}
@media (max-width: 350px){
	.dropdown{
		float: none;
		right: unset;
		text-align: center;
		padding-right: 0;
	}
}
/* fim index */



/* preparo exames */
.table td{
	padding: 6px 12px !important;
}
.quadroSangueOculto{
	display: block;
	margin: 20px auto;
}
.imgPezinho{
	width: 450px;
	margin: 15px auto 0;
	display: block;
}
@media(max-width: 715px){
	.quadroSangueOculto{
		width: 100%;
	}
}
@media(max-width: 530px){
	.imgPezinho{
		width: 100%;
	}
}

.imgCovid{
	width: 100%;
	margin: 15px auto 0;
	display: block;
}

@media(max-width: 530px){
	.imgCovid{
		width: 100%;
	}
}
/* fim preparo exames */

/* convenios */
.imgConvenios img{
	display: block;
  margin: 0 auto;
  width: 70%;
	padding-bottom: 70px;
}
@media(max-width: 992px){
	.imgConvenios img{
	  width: 100%;
	}
}
/* fim convenios */

/* convenios2 */
.imgConvenios2 img{
	display: block;
  margin: 0 auto;
  width: 60%;
}
@media(max-width: 992px){
	.imgConvenios2 img{
	  width: 100%;
	}
}
/* fim convenios */

/* contato */
.labDeConfiança{
	font-size: 30px;
}
.iconeContato{
	color: #f84740;
  font-size: 38px;
  text-align: center;
  background-color: #FBE2C9;
  border-radius: 50%;
  margin: 0 20px 0 0;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.iconeContato i{
	vertical-align: middle;
	margin-top: 6px;
}
@media(max-width: 575px){
	.labDeConfiança{
		font-size: 24px;
	}
}
@media (max-width: 380px){
	.postoContato{
		width: 70%;
		float: right;
		margin-top: 15px;
	}
}
@media (max-width: 336px){
	.postoContato{
		width: 65%;
	}
}
/* fim contato */


/* perguntas Frequentes */
table button{
	outline: none;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
	color: #777;
	background: none;
	cursor: pointer;
}
table button:focus{
	outline: none;
}
tbody div.divToggle{
	display: none;
}
.mystyle{
	display: block !important;
	height: fit-content;
	padding: 6px 12px;
	width: 100%;
  box-sizing: border-box;
}
/* fim perguntas Frequentes */

/*    KIDS CLUB      */
.tituloMidKidsClub{
	text-align: center;
	color: #444;
  font-family: poppins, sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}

.tituloValores{
	margin: 0 auto !important;
	text-align: center;
	color: #444;
	margin-top: 1em !important;
}
/* FIM DO KIDS CLUB */

#myBtn {
  /* display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #25D366; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 15px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
}
.mensagemHoverWhatsapp {
	position: fixed;
	bottom: 120px;
	right: 115px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #ff904a;
	color: white;
	cursor: pointer;
	padding: 20px;
	border-radius: 15px;
	font-size: 18px;
	width: 20%;
	display: none;
}

#myBtn:hover + .mensagemHoverWhatsapp {
	display: block;
	background-color: #ff904a;
}

@media (max-width:767px) {
	.mensagemHoverWhatsapp {
		width: 40%;
		font-size: 16px;
	}
}

.btnWhatsappServicos{
	margin: 0 auto;
}

.fixedLineHeight{
	line-height: normal;
}

.heading-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: justify;
}

.imagensSvgLaranja{
	width: 40px;
	filter: invert(29%) sepia(63%) saturate(1714%) hue-rotate(334deg) brightness(115%) contrast(95%) !important;
}

.mainList i{
	color: #ef6b18;
	list-style: none !important;
}

.mainList li {
	list-style: none !important;
}

.orangeText{
	color: #ef6b18;
}

.btnPosition{
	margin: 0 auto;
}

/* PAGINA VACINAS */
.vacinacao-calendarios-lista{
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
}

.vacinacao-calendarios-item{
  display: block;
  margin-bottom: 15px;
  padding: 60px 45px 75px;
  width: 100%;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  background: -webkit-gradient(left bottom,right top,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.2)));
  background: -o-linear-gradient(-65deg,transparent 0,rgba(0,0,0,.2) 100%);
  background: -o-linear-gradient(155deg,transparent 0,rgba(0,0,0,.2) 100%);
  background: linear-gradient(-65deg,transparent,rgba(0,0,0,.2));
  position: relative;
  /* word-break: break-all; */
  text-align: center;
  overflow: hidden;
}
@media (max-width: 400px) {
	.vacinacao-calendarios-item {
		padding: 50px 15px;
	}
}

.vacinacao-calendarios-item small {
	font-size: .9em;
}

.vacinacao-calendarios-item small, .vacinacao-calendarios-item span {
  display: block;
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

.vacinacao-calendarios-item b i, .vacinacao-calendarios-item small, .vacinacao-calendarios-item span, .vacinacao-item-nome b {
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  -ms-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
	color: #FFF;
}

.vacinacao-calendarios-item span {
	font-size: 2.4em;
  font-weight: 100;
  line-height: 1em;
	color: #FFF;
}
@media (max-width:767px) {
	.vacinacao-calendarios-item span {
		font-size: 2em;
	}
}
@media (max-width:400px) {
	.vacinacao-calendarios-item span {
		font-size: 1.8em;
	}
}

.vacinacao-calendarios-item b{
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em;
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.vacinacao-calendarios-item b span {
  font-weight: 400;
  font-size: 1.2em;
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.pace-done .vacinacao-calendarios-item {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media screen and (min-width: 768px){
  .vacinacao-calendarios-item {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667% 30px;
    text-align: left;
  }
}

@media screen and (min-width: 768px){
  .vacinacao-calendarios-item {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667% 30px;
    text-align: left;
  }
}

.vacinacao-calendarios-item,.vacinacao-calendarios-item a {
  color: #fff;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

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

.vacinacao-calendarios-item:hover b {
    background-color: hsla(0,0%,100%,.3);
}

b, optgroup, strong {
    font-weight: 700;
}

.pace-done .vacinacao-calendarios-item {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.campoFoto{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000e0;
  height: 100vh;
  display: none;
  z-index:99999;
}
.fecharFoto{
  width: 100%;
  height: 100%;
  position: absolute;
}
.fecharFotoIcone{
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.conteudoCampoFoto{
  width: 60%;
  /* background-color: #fff; */
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.espacoimagemvacina {
	top: 13vh;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 30px);
	height: 95vh;
	max-width: 1200px;
	/* background-color: #ef6b18; */
	display: none;
	position: fixed;
	z-index: 999;
}
@media (max-width: 767px) {
	.espacoimagemvacina {
		top: 0;
		height: 100vh;
		overflow: scroll;
	}
}
@media (max-width: 767px) {
	#idImagem {
		width: 800px;
	}
}
.fundoimagem{
	background-color: rgb(234 148 94 / 75%);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.botaofechar{
	height: 15px;
  width: 15px;
  position: absolute;
  top: 35px;
  right: 45px;
  font-size: 35px;
  cursor: pointer;
	color: #FFF;
	position: fixed;
}

.secao_medalhas {
	display: flex;
	flex-direction: row;
	text-align: center;
}
@media (max-width:767px) {
	.secao_medalhas {
		flex-direction: column;
		padding: 15px;
	}
}

.imagemMedalhas {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media (max-width:767px) {
	.imagemMedalhas {
		flex-direction: column;
	}
}

.secao_medalhas h3 {
	color: #FFF;
	font-family: poppins, sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin: auto;
	line-height: 1.2;
	width: 30%;
	text-align: left;
}
@media (max-width:767px) {
	.secao_medalhas h3 {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}
}

.medalha img {
	width: 70%;
	margin:
}


.classeFecharVacina {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.89);
	z-index: 999999999999999;
	text-align: center;
}

.containerTextoVacina {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.textoVacina {
	width: 40%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	padding: 25px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
@media (max-width: 767px) {
	.textoVacina {
		width: 95%;
	}
}

.textoVacina h3 {
	text-align: left;
	color: #ef6b18;
	font-family: poppins, sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	margin-left: 10px;
	line-height: 1;
	font-size: 28px;
}

.textoVacina h4 {
	text-align: center;
	color: #444;
	font-family: poppins, sans-serif;
	font-weight: 600;
	margin: 0 0 28px;
	line-height: 1;
	font-size: 22px;
}

.textoVacina p {
	text-align: center;
	font-size: 16px;
  font-weight: 400;
  line-height: normal;
	margin-bottom: 20px;
}

.botaoFecharVacina {
	border: 1px solid #FFF;
	padding: 10px;
	width: 100px;
	margin-left: 10px;
	background-color: orangered;
	cursor: pointer;
	color: #FFF;
	font-size: 18px;
  font-weight: 600;
  font-family: poppins, sans-serif;
	border-radius: 6px;
	text-align: center;
}

.textoVacinaViajante {
	width: 50%;
	margin: auto;
	margin-top: 20px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 25px;
}
@media (max-width: 767px) {
	.textoVacinaViajante {
		width: 95%;
	}
}

.textoVacinaViajante h3 {
	text-align: left;
	color: #ef6b18;
	font-family: poppins, sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	margin-left: 20px;
	line-height: 1;
	font-size: 28px;
}

.textoVacinaViajante h4 {
	color: #444;
	font-family: poppins, sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 28px 20px;
	line-height: 1;
	text-align: left;
}

.textoVacinaViajante p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 20px;
}

.imgMobile{
	display: none;
}
.imgDesktop{
	display: block;
}

@media (max-width: 767px){
	.imgMobile {
		display: block;
	}
	.imgDesktop {
		display: none;
	}
}


.img_pb {
	width: 50%;
	margin: 0 auto;;
}

.img_pb img {
	width: 100%;
}

/* ============================== BLOG ============================== */
.bgBlog {
	background-color: #fff;
	padding-top: 160px;
}

.blog_page {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog_post {
	width: 48%;
	padding: 20px 0;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.blog_post_img {
	width: 100%;
	margin-bottom: 20px;
}

.blog_post_img img {
	width: 100%;
	border-radius: 10px;
}

.blog_post_title {
	width: 100%;
}

.blog_post_title h2 {
	font-size: 2em;
	font-weight: 100;
	line-height: 1em;
	color: #ef6b18;
}

.blog_post_btn {
	width: 25%;
	background-color: #ef6b18;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	text-align: center;
	transition: ease 300ms;
}

.blog_post_btn:hover {
	background-color: #e64c0f;
	transition: ease 300ms;
	color: #fff;
}

@media (max-width: 1000px) {
	.blog_post_btn {
		width: 30%;
	}
}
@media (max-width: 800px) {
	.blog_post_btn {
		width: 33%;
	}
}
@media (max-width: 767px) {
	.blog_page {
		flex-direction: column;
	}
	.blog_post {
		width: 100%;
	}
	.bgBlog {
		padding-top: 140px;
	}
	.blog_post_btn {
		width: 30%;
	}
}

@media (max-width: 600px) {
	.bgBlog {
		padding-top: 130px;
	}
}

@media (max-width: 500px) {
	.blog_post_btn {
		width: 35%;
	}
	.blog_post_img h2 {
		font-size: 2em;
	}
	.bgBlog {
		padding-top: 130px;
	}
}

/* ============================== SINGLE POST ============================== */

.blog_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.blog_item_area {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.blog_item_title {
	width: 100%;
	margin-bottom: 20px;
	background: #ef6b18;
}

.blog_item_title h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 0;
}

.blog_item_img {
	width: 100%;
}

.blog_item_img img {
	width: 50%;
}

.blog_item_content p {
	color: #444;
	font-size: 20px;
	font-weight: 100;
}

@media (max-width: 767px) {
	.blog_item_img img {
		width: 70%;
	}
}

@media (max-width: 500px) {
	.blog_item_img img {
		width: 90%;
	}
}


.heading-title-politica-privacidade{
	font-size: 52px;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 100px;
	margin-top: 20px;
	text-align: center;	
}
@media (max-width:600px) {
	.heading-title-politica-privacidade {
		font-size: 38px;
	}
}

.title-politica-de-qualidade {
	font-size: 30px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 2%;
    text-align: left;
    margin-top: 5%;
    color: #ef6b18;
}

@media (max-width: 594px) {
	.title-politica-de-qualidade {
		margin-bottom: 4%
	}
}

.certificado-iso {
	color: #ef6b18;
}