/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
*/
/* Theme default */
body {
	font-family: 'Open Sans', arial, sans-serif;
	color: #494d55;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img {
	image-rendering: crisp-edges;
}

p {
	margin-bottom: 15px;
	line-height: 1.5;
}

a {
	color: #3aa7aa;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	text-decoration: underline;
	color: #339597;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.btn,
a.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.btn .fa,
a.btn .fa {
	margin-right: 5px;
}

.btn-cta,
a.btn-cta {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 30px;
}

.btn-primary {
	background: #127499;
	border: 1px solid #127499;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
	background: #3aa7aa;
	color: #fff;
	border: 1px solid #3aa7aa;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-indicators {
	bottom: 30px;
	margin-bottom: 0;
}

.carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
	width: 11px;
	height: 11px;
	margin: 0;
	margin-right: 5px;
}

.carousel-indicators li.active {
	background-color: #127499;
	width: 11px;
	height: 11px;
	margin: 0;
	margin-right: 5px;
}

/* ======= Header ======= */
.header {
	position: fixed;
	width: 100%;
	z-index: 30;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.header.header-scrolled {
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
	color: #494d55;
}

.header.header-scrolled .logo {
	color: #127499;
	padding-top: 12px;
}

.header.header-scrolled .logo .logo-icon-wrapper {
	background: #127499;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-align: center;
}

.header.header-scrolled .logo .logo-icon {
	width: 20px;
	height: 20px;
	margin-right: 0;
}

.header.header-scrolled .main-nav .nav .nav-item a {
	color: #a2a6af;
}

.header.header-scrolled .main-nav .nav .nav-item.active a {
	color: #494d55;
	border-bottom: 4px solid #127499;
}

.header a {
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.header a:hover {
	text-decoration: none;
}

.header .logo {
	margin: 0;
	display: inline-block;
	float: left;
	font-size: 28px;
	padding-top: 15px;
}

.header .logo .logo-icon-wrapper {
	margin-right: 3px;
	position: relative;
	display: inline-block;
	top: -3px;
}

.header .logo .logo-icon {
	width: 30px;
	height: 30px;
}

.header .logo .highlight {
	font-weight: 800;
}


/* MENU LATERAL */
.menu_lateral {
	position: fixed;
	z-index: 99;
	right: 10px;
	top: 51%;
	width: 60px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu_lateral div {
	clear: both;
	cursor: pointer;
}

.btn_auto {
	background: url(../images/icons/ic_directions_car_white_18dp_2x.png) no-repeat center;
	background-color: rgba(239, 83, 80, 1.0);
}

.btn_profissoes {
	background: url(../images/icons/ic_group_white_18dp_2x.png) no-repeat center;
	background-color: rgba(236, 64, 122, 1.0);
}

.btn_saude {
	background: url(../images/icons/ic_local_hospital_white_18dp_2x.png) no-repeat center;
	background-color: rgba(171, 71, 188, 1.0);
}

.btn_odonto {
	background: url(../images/icons/ic_airline_seat_flat_white_18dp_2x.png) no-repeat center;
	background-color: rgba(126, 87, 194, 1.0);
}

.btn_vida {
	background: url(../images/icons/ic_wc_white_18dp_2x.png) no-repeat center;
	background-color: rgba(92, 107, 192, 1.0);
}

.btn_empresarial {
	background: url(../images/icons/ic_trending_up_white_18dp_2x.png) no-repeat center;
	background-color: rgba(156, 204, 101, 1.0);
}

.btn_residencial {
	background: url(../images/icons/ic_home_white_18dp_2x.png) no-repeat center;
	background-color: rgba(212, 225, 87, 1.0);
}

.btn_condominio {
	background: url(../images/icons/ic_location_city_white_18dp_2x.png) no-repeat center;
	background-color: rgba(255, 202, 40, 1.0);
}

.btn_viagem {
	background: url(../images/icons/ic_flight_white_18dp_2x.png) no-repeat center;
	background-color: rgba(255, 112, 67, 1.0);
}

.btn_lateral {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 35px;
	padding: 20px;
	margin: 3px 0;
}

/*
.btn_auto:hover, .btn_auto:focus  { background-color: rgba(239, 83, 80, 0.5);}
.btn_profissoes:hover, .btn_profissoes:focus  { background-color: rgba(236, 64, 122, 0.5); }
.btn_saude:hover, .btn_saude:focus  { background-color: rgba(171, 71, 188, 0.5); }
.btn_odonto:hover, .btn_odonto:focus  { background-color: rgba(126, 87, 194, 0.5); }
.btn_vida:hover, .btn_vida:focus  { background-color: rgba(92, 107, 192, 0.5); }
.btn_empresarial:hover, .btn_empresarial:focus { background-color: rgba(156, 204, 101, 0.5);}
.btn_residencial:hover, .btn_residencial:focus {background-color: rgba(212, 225, 87, 0.5);}
.btn_condominio:hover, .btn_condominio:focus  { background-color: rgba(255, 202, 40, 0.5); }
.btn_viagem:hover, .btn_viagem:focus  { background-color: rgba(255, 112, 67, 0.5); }*/

@media (max-width: 990px) {
	.menu_lateral {
		display: none;
	}

	.navbar-right {
		margin-right: 0px
	}
}

/**** MAIN******/
.main-nav {
	margin-top: 6px;
}

.main-nav .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #26282c;
}

.main-nav .navbar-toggle:focus {
	outline: none;
}

.main-nav .navbar-toggle .icon-bar {
	background-color: #fff;
	height: 3px;
}

.main-nav .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.main-nav .nav .nav-item {
	font-weight: normal;
	font-size: 14px;
	margin-right: 25px;
}

.main-nav .nav .nav-item.active a {
	background: none;
	color: #fff;
}

.main-nav .nav .nav-item a {
	color: rgba(255, 255, 255, 0.65);
	font-weight: 700;
}

.main-nav .nav .nav-item a:hover {
	color: #fff;
	background: none;
}

.main-nav .nav .nav-item a:focus {
	outline: none;
	background: none;
}

.main-nav .nav .nav-item a:active {
	outline: none;
	background: none;
}

.main-nav .nav .nav-item:last-child {
	margin-right: 0;
}

.main-nav .nav.active {
	position: relative;
}

.nav>li>a {
	padding-left: 5px;
	padding-right: 5px;
}

/* ====== Footer ====== */
.footer {
	background: #26282c;
	color: rgba(255, 255, 255, 0.6);
	padding: 15px 0;
}

.footer a {
	color: #127499;
}

.footer .fa-heart {
	color: #EA5395;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #127499;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border: 2px solid #FFFFFF;
}

.scrolltop:hover,
.scrolltop:active,
.scrolltop:focus {
	color: #fff !important;
	opacity: .75;
}

.mu-social-media {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media a {
	display: inline-block;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	margin: 0 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
	background-color: #fff;
}

/* ======= Hero Section ======= */
.hero-carousel {
	height: 560px;
	color: #fff;
}

.hero-carousel .carousel-inner .item {
	height: 560px;
	background-position: center center;
}

.hero-carousel .carousel-inner .item {
	background-size: cover;
}

.hero-carousel .carousel-inner .heading {
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	padding-left: 20px;
}

.hero-carousel .carousel-inner .intro {
	font-size: 18px;
	padding-left: 20px;
}

.hero-carousel .carousel-inner .intro+.btn {
	margin-top: 15px;
}

/* ======= About Section ======= */
.about-section {
	padding-top: 90px;
}

.about-section .section-title {
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 300;
}

.about-section .intro {
	color: #a2a6af;
	font-size: 16px;
	max-width: 760px;
	margin: 0 auto;
}

.about-section .items-wrapper {
	margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
	min-height: 170px;
	margin-bottom: 15px;
	vertical-align: bottom;
}

.about-section .items-wrapper .item-inner {
	padding: 30px;
}

.about-section .items-wrapper .item-title {
	color: #127499;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.about-section .items-wrapper .item-desc {
	color: #616670;
}

.contornoPolitica {
	box-shadow: 0px 0px 5px #127499;
	padding: 20px 10px;
}

.parceiros {
	margin-bottom: 90px;
}

.parceiros li {
	margin-right: 10px;
}

.parceiros li:last-child {
	margin-right: 0;
}

.testimonials {
	background: #127499;
}

.testimonials-inner {
	padding: 60px 30px;
	position: relative;
	max-width: 800px;
}

.testimonials-inner .profile-holder {
	position: absolute;
	left: 30px;
	text-align: center;
}

.testimonials-inner .profile-image {
	display: inline-block;
	margin: 0 auto;
}

.testimonials-inner .quote {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	margin-left: 130px;
	border-left: none;
	margin-bottom: 0;
	font-size: 14px;
	min-height: 100px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	padding: 15px;
}

.testimonials-inner .quote:before {
	position: absolute;
	left: -10px;
	top: 30px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, 0.2);
}

/* ======= Testimonials Section ======= */
.testimonials-section {
	background: #127499;
	background-size: cover;
	padding: 90px 0;
	height: auto;
}

.testimonials-section .section-title {
	margin: 0;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}

.testimonials-section .item {
	position: relative;
	padding: 30px 50px;
}

.testimonials-section .item:last-child {
	margin-bottom: 0;
}

.testimonials-section .item.item-reversed .profile-holder {
	left: inherit;
	right: 30px;
}

.testimonials-section .item.item-reversed .quote {
	margin-left: 0;
	margin-right: 160px;
}

.testimonials-section .item.item-reversed .quote:before {
	left: inherit;
	right: -10px;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.2);
	border-right: inherit;
}

.testimonials-section .item .profile-holder {
	position: absolute;
	left: 30px;
	text-align: center;
}

.testimonials-section .item .profile-image {
	display: inline-block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

.numero1 {
	border-radius: 100px;
	background-color: rgba(239, 83, 80, 1.0);
}

.numero2 {
	border-radius: 100px;
	background-color: rgba(236, 64, 122, 1.0);
}

.numero3 {
	border-radius: 100px;
	background-color: rgba(171, 71, 188, 1.0);
}

.numero4 {
	border-radius: 100px;
	background-color: rgba(126, 87, 194, 1.0);
}

.numero5 {
	border-radius: 100px;
	background-color: rgba(92, 107, 192, 1.0);
}

.numero6 {
	border-radius: 100px;
	background-color: rgba(156, 204, 101, 1.0);
}

.numero7 {
	border-radius: 100px;
	background-color: rgba(212, 225, 87, 1.0);
}

.numero8 {
	border-radius: 100px;
	background-color: rgba(255, 202, 40, 1.0);
}

.numero9 {
	border-radius: 100px;
	background-color: rgba(255, 112, 67, 1.0);
}

.testimonials-section .item .quote {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	margin-left: 160px;
	border-left: none;
	margin-bottom: 0;
	font-size: 14px;
	min-height: 80px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: relative;
	padding: 30px;
}

.testimonials-section .item .quote:before {
	position: absolute;
	left: -10px;
	top: 30px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.testimonials-section .item .quote-source {
	color: rgba(0, 0, 0, 0.6);
}

/* ======= Contact Section ======= */
.contact-section {
	padding: 90px 0;
	background: #494d55 url('../images/map.png') no-repeat center center;
	color: #fff;
}

.contact-section .section-title {
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 30px;
}

.contact-content {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}


.contact-info {
	margin-bottom: 4em;
	padding: 0;
	text-align: left;
}

.contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}

.contact-info li i {
	position: absolute;
	left: 0;
	font-size: 22px;
	color: #fff;
}

.contact-info li a {
	color: #fff;
}

.form-control {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 300;
	border-radius: 0px;
}

.form-control:focus,
.form-control:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
	/*  height: 50px;*/
}

.form-group {
	/*  margin-bottom: 30px;*/
}









/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.container {
		padding: 0
	}

	.xsTextSize {
		font-size: 15px;
	}

	.boxFlex {
		flex-direction: column;
	}

	.parceiroBox {
		padding: 10px 0;
	}

	#girlRunning {
		background-position-x: 700px;
	}

	.contact-section {
		padding: 90px 20px;
	}

	.navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		left: 0;
		top: 60px;
		position: absolute;
		background: #26282c;
		z-index: 40;
	}

	.header .main-nav .navbar-collapse .nav-item.active a {
		color: #127499;
	}

	.header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
		border: none;
		color: #127499;
	}

	.main-nav .navbar-collapse .nav-item {
		margin-right: 0;
	}

	.main-nav .navbar-collapse .nav-item a {
		text-align: center;
	}

	.pricing-wrapper .item-inner {
		min-height: inherit;
	}

	.pricing-wrapper .price-desc {
		min-height: inherit;
	}

	.hero-section .figure-image {
		width: 300px;
	}

	.hero-carousel .carousel-inner .heading {
		font-size: 26px;
	}

	.hero-carousel .carousel-inner .item-content-inner {
		padding-top: 100px;
	}

	.hero-section .figure-holder .figure-image {
		width: inherit;
		bottom: 0;
		top: inherit;
		right: inherit;
		left: 15px;
		max-width: 320px;
	}

	.parceiros li {
		margin-bottom: 15px;
	}

	.hero-carousel {
		height: 560px;
	}

	.hero-section .carousel-inner {
		height: 560px;
	}

	.hero-carousel .carousel-inner .item {
		min-height: 560px;
	}

	.testimonials-section .item .profile-image {
		width: 60px;
		height: 60px;
	}

	.testimonials-section .item .quote {
		margin-left: 60px;
		padding: 20px;
	}

	.testimonials-section .item.item-reversed .quote {
		margin-right: 60px;
	}

	.team-section .item-inner {
		min-height: inherit;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container {
		padding: 0
	}

	.feature-nav {
		text-align: left;
		padding-left: 30px;
	}

	.feature-nav>li {
		font-size: 15px;
	}

	.hero-section .figure-holder .figure-image {
		width: 400px;
		bottom: inherit;
		top: 130px;
	}

	.hero-carousel .carousel-inner .item-content-inner {
		max-width: 300px;
		padding-top: 300px;
	}

	.team-section .item-inner {
		min-height: 515px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		padding: 0
	}

	.feature-nav {
		margin-top: 30px;
		padding-left: 15px;
	}

	.feature-nav>li {
		font-size: 16px;
	}

	.feature-nav>li>a {
		padding: 15px 0;
	}

	.feature-nav>li.active>a {
		padding: 15px 0;
	}

	.hero-section .figure-holder .figure-image {
		width: 420px;
		bottom: inherit;
		top: 130px;
	}

	.hero-carousel .carousel-inner .item-content-inner {
		max-width: 500px;
	}

	.team-section .item-inner {
		min-height: 490px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		padding: 0
	}

	.hero-section .figure-holder .figure-image {
		width: 570px;
		bottom: 0;
		top: inherit;
	}
}