/*=== MEDIA QUERY ===*/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
body {
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-weight: 300;
}

h1 {
	font-size: 45px;
	line-height: 61px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

p,
a,
li,
blockquote,
label {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 25px;
	color: #666;
	margin-bottom: 0;
}

cite {
	font-size: 14px;
	font-style: normal;
}

.text-small {
	font-size: 12px;
}

.lora {
	font-family: "Lora", serif;
	font-style: italic;
}

.form-control::-webkit-input-placeholder {
	color: #808080;
	line-height: 25px;
	font-size: 16px;
}

ul.app-badge {
	margin-bottom: 60px;
}

ul.app-badge li a img {
	width: 150px;
	height: auto;
}

@media (max-width: 400px) {
	ul.app-badge li {
		margin-bottom: 10px;
	}
}

ul.post-tag {
	margin-bottom: 20px;
}

ul.post-tag li {
	font-size: 14px;
}

ul.post-tag li img {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin-right: 5px;
}

ul.post-tag li a {
	font-size: 14px;
}

ul.post-tag li:last-child {
	margin-left: 25px;
}

ul.social-links {
	margin-bottom: 0;
}

ul.social-links li:first-child a {
	padding-left: 0;
}

ul.social-links li a {
	padding: 0 15px;
	display: block;
}

ul.social-links li a i {
	font-size: 20px;
	color: #000;
}

.shadow,
.service .service-box,
.privacy .block {
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.11);
}

.overlay:before {
	content: '';
	background: rgba(105, 140, 230, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a:focus,
a:hover {
	color: #5176CF;
	text-decoration: none;
}

.bg-gray {
	background: #fafafa;
}

.bg-blue {
	background: #5176CF;
}

.text-white {
	color: white !important;
}

.bg-1 {
	background: url(../video/simbg.png) fixed no-repeat;
	background-size: cover;
}

.section {
	padding: 60px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 80px;
}

.section-title h2 {
	font-size: 35px;
	margin-bottom: 13px;
}

.h2-title:before { 
	display: block; 
	content: " "; 
	height: 100px; 
	visibility: hidden;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.section-title-margin {
	margin-bottom: 30px;
}

.section-title p {
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 480px) {
	.section-title p {
		width: 100%;
	}
}

.page-title {
	text-align: center;
}

/*==== INTERNA ====*/
.breadcrumb_area {
	background: #5176CF url(../images/background/bg_hero.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.breadcrumb_area:after {
	background: #3e558a;
	opacity: 0.8;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	content: '';
	width: 100%;
	position: absolute;
}

.breadcrumb_area h1 {
	color: white;
	position: relative;
	z-index: 99;
}

/*==== VIDEO ====*/

.video {
	position: relative;
}

.video:before {
	border-radius: 3px;
}

.video img {
	width: 100%;
	border-radius: 8px;
}

.video .video-button {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.video .video-box a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video .video-box a i {
	height: 125px;
	width: 125px;
	font-size: 40px;
	background: #5176CF;
	border-radius: 100%;
	color: #fff;
	line-height: 125px;
	text-align: center;
}

.video .video-box a iframe {
	width: 100%;
	height: 100%;
}

.form-control.main {
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	font-size: 14px;
}

.form-control.main:focus {
	border: 1px solid #5176CF;
}

.form-control::-webkit-input-placeholder {
	color: #808080;
	font-size: 14px;
}

.left {
	overflow: hidden;
}

.left img {
	margin-left: -40px;
}

@media (max-width: 768px) {
	.left img {
		margin-left: 0;
		margin-bottom: 30px;
	}
}

.right {
	overflow: hidden;
}

.right img {
	margin-left: 40px;
}

@media (max-width: 768px) {
	.right img {
		margin-left: 0;
	}
}

.hide-overflow,
.service {
	overflow: hidden;
}

.nav-up {
	top: -70px;
}

.figure-caption {
	font-size: 12px;
	padding-left: 20px;
	visibility: hidden;
}

.owl-caption {
	font-size: 12px;
}

/*==== BUTTONS ====*/

.btn {
	text-transform: uppercase;
}

.btn-download {
	padding: 16px 32px;
	height: 50px;
	font-size: 14px;
	background: #fff;
	color: #5176CF;
	margin-left: 16px;
}

.btn-download i, .btn-white i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.btn-white {
	background: white;
	padding: 10px;
	z-index: 9;
	position: relative;
}

.btn-main {
	padding: 25px 45px;
	border-radius: 3px;
	background: #5176CF;
	color: #fff;
	outline: none;
}

.btn-main:hover {
	color: #fff;
}

.btn-main:focus {
	color: #fff;
	box-shadow: none;
}

.btn-main-md {
	padding: 17px 38px;
	border-radius: 3px;
	background: #5176CF;
	color: #fff;
	outline: none;
}

.btn-main-md:hover {
	color: #fff;
}

.btn-main-md:focus {
	color: #fff;
	box-shadow: none;
}

.btn i {
	margin-left: 8px;
}

.btn-main-sm {
	padding: 15px 35px;
	border-radius: 3px;
	background: #5176CF;
	color: #fff;
	outline: none;
	font-size: 14px;
}

.btn-main-sm:hover {
	color: #fff;
}

.btn-main-sm:focus {
	color: #fff;
	box-shadow: none;
}

.btn-white {
	background: white;
	color: #5176CF;
}

.btn-rounded-icon {
	border-radius: 100px;
	color: #fff;
	border: 1px solid #fff;
	padding: 13px 50px;
}


/*==== MAIN NAV ====*/
/*
.body-padding {
padding-top: 96px;
}
*/
.main-nav {
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.main-nav .navbar-brand {
	padding: 0;
}

.main-nav .navbar-nav .nav-item {
	position: relative;
	font-family: "Open Sans", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
	position: relative;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 45px;
}

.main-nav .navbar-nav .nav-item .nav-link.active {
	color: #5176CF;
}

.main-nav .navbar-nav .nav-item .nav-link.active:before {
	content: '';
	background: #5176CF;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.nav-link-acesso {
	margin-left: 30px;
}

@media (max-width: 768px) {
	.main-nav .navbar-nav .nav-item .nav-link.active:before {
		content: none;
	}
}

.main-nav .navbar-nav .nav-item .nav-link i {
	font-size: 24px;
	vertical-align: sub;
	margin-right: 6px;
}

.main-nav .navbar-nav .nav-item .nav-link i.icon-right {
	font-size: 16px;
	margin-left: 8px;
	vertical-align: text-top;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
}

.nav-link-translate {
	line-height: 56px;
}

.nav-link-translate::before {
	background: #ccc;
	height: 24px;
	width: 1px;
	content: '';
	position: relative;
	margin-top: 18px;
	float: left;
	margin-right: 16px;
}

/*==== FOOTER ====*/
.link-facebook {
	border-radius: 30px;
	height: 60px;
	padding: 0 24px;
	background: #5176CF;
	display: block;
	margin: auto;
	width: 280px;
	color: white;
	line-height: 60px;
	transition: .2s;
}

.link-facebook:hover,
.link-facebook:visited {
	color: white;
}


.link-facebook i {
	background-color: white;
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: sub;
	border-radius: 50%;
	color: #5276ce;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	margin-right: 10px;
}

.footer-main {
	padding: 92px 0;
}

@media (max-width: 768px) {
	.footer-main {
		padding: 50px 0;
	}
}

.footer-main .block img {
	margin-bottom: 20px;
}

.footer-main .block img #small-Apps {
	fill: red;
}

.footer-main .block ul.social-icon li a {
	text-decoration: none;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #3f3f43;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

@media (max-width: 768px) {
	.footer-main .block {
		margin-bottom: 40px;
	}
}

.call-to-action-app {
	text-align: center;
}

.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
	color: #fff !important;
}

.call-to-action-app p {
	margin-bottom: 60px;
}

.call-to-action-app ul li {
	margin-left: 15px;
}

@media (max-width: 480px) {
	.call-to-action-app ul li {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.call-to-action-app ul li:first-child {
	margin-left: 0;
}

.call-to-action-app ul li a i {
	font-size: 20px;
	margin-right: 5px;
}

.cta-hire {
	background: #FAFAFA;
}

.cta-hire p {
	width: 65%;
	margin: 0 auto;
}

.cta-hire h2,
.cta-hire p {
	margin-bottom: 20px;
}

.cta-community {
	margin: 50px 0;
	padding: 40px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.cta-community {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
}

@media (max-width: 400px) {
	.cta-community {
		padding: 20px;
	}
}

.cta-community .content,
.cta-community .action-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-community .action-button {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (max-width: 768px) {
	.cta-community .action-button {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

.jd-modal .modal-content {
	padding: 25px;
	text-align: left;
	background: #fafafa;
}

.jd-modal .modal-content .modal-header .modal-title {
	color: #000;
}

.jd-modal .modal-content .modal-body .block-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
}

.jd-modal .modal-content .modal-body .block-2 .title {
	width: 30%;
}

.jd-modal .modal-content .modal-body .block-2 .title p {
	color: #000;
}

.jd-modal .modal-content .modal-body .block-2 .details {
	width: 70%;
}

.jd-modal .modal-content .modal-body .block-2 .details ul {
	padding-left: 0;
	margin: 0;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li {
	list-style: none;
	margin-bottom: 5px;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li span {
	padding-right: 5px;
	color: #000;
}

.jd-modal .modal-content .modal-body .form-title {
	margin-bottom: 30px;
}

.banner {
	padding: 180px 0 100px;
}

.banner .block h1 {
	margin-bottom: 13px;
}

.banner .block p {
	font-size: 20px;
	margin-bottom: 30px;
}

.banner .block .video {
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.banner .block .video {
		width: 100%;
	}
}

.banner .block ul.clients-logo {
	margin-top: 30px;
}

.banner .block ul.clients-logo li {
	margin-left: 30px;
}

@media (max-width: 480px) {
	.banner .block ul.clients-logo li {
		margin-bottom: 20px;
	}
}

.banner .block ul.clients-logo li:first-child {
	margin-left: 0;
}


/*==== PRELOADER ====*/

.preloader-bg {
	background: rgba(239, 239, 239, 0.4);
	position: fixed;
	z-index: 9191919;
	width: 100%;
	height: 100%;
}

.preloader_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
	-o-animation: 1.15s infinite ease-in-out;
	-ms-animation: 1.15s infinite ease-in-out;
	-webkit-animation: 1.15s infinite ease-in-out;
	-moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
	content: "";
}

.cssload-loader:before,
.cssload-loader:after {
	content: "";
	background-color: rgb(81, 119, 207);
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	animation: cssload-animation 1.73s infinite ease-in-out;
	-o-animation: cssload-animation 1.73s infinite ease-in-out;
	-ms-animation: cssload-animation 1.73s infinite ease-in-out;
	-webkit-animation: cssload-animation 1.73s infinite ease-in-out;
	-moz-animation: cssload-animation 1.73s infinite ease-in-out;
}

.cssload-loader:after {
	animation-delay: 0.86s;
	-o-animation-delay: 0.86s;
	-ms-animation-delay: 0.86s;
	-webkit-animation-delay: 0.86s;
	-moz-animation-delay: 0.86s;
}

@keyframes cssload-animation {
	0% {
		transform: translateX(-100%) scale(0);
	}
	50% {
		transform: translateX(0%) scale(1);
	}
	100% {
		transform: translateX(100%) scale(0);
	}
}

@-ms-keyframes cssload-animation {
	0% {
		-ms-transform: translateX(-100%) scale(0);
	}
	50% {
		-ms-transform: translateX(0%) scale(1);
	}
	100% {
		-ms-transform: translateX(100%) scale(0);
	}
}

@-webkit-keyframes cssload-animation {
	0% {
		-webkit-transform: translateX(-100%) scale(0);
	}
	50% {
		-webkit-transform: translateX(0%) scale(1);
	}
	100% {
		-webkit-transform: translateX(100%) scale(0);
	}
}

@-moz-keyframes cssload-animation {
	0% {
		-moz-transform: translateX(-100%) scale(0);
	}
	50% {
		-moz-transform: translateX(0%) scale(1);
	}
	100% {
		-moz-transform: translateX(100%) scale(0);
	}
}


/*==== HERO AREA ====*/

.slider {
	padding: 250px 0 300px;
	text-align: center;
	position: relative;
	overflow: hidden;
	/*	background: #5176CF url(../images/background/bg_hero.jpg) no-repeat center center;
	background-color: #5176CF;*/
	background-size: cover;
	height: 100vh;
}

.slider .container {
	position: relative;
	z-index: 20;
}

.slider > div:nth-child(1)::after {
	background: rgba(43, 65, 117, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	content: '';
	-webkit-animation: bgfadeIn 2s ease-in 1;
	-o-animation: bgfadeIn 2s ease-in 1;
	animation: bgfadeIn 2s ease-in 1;
	animation-iteration-count: 1;
	transition: .3s;
}

@keyframes bgfadeIn {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(43, 65, 117, 0.75);
	}
}

@-webkit-keyframes bgfadeIn {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(43, 65, 117, 0.75);
	}
}

@-moz-keyframes bgfadeIn {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(43, 65, 117, 0.75);
	}
}

.slider .block {
	position: relative;
}

.slider .block h1,
.slider .block h3 {
	color: #fff;
}

.slider .block .download {
	margin-top: 20px;
}

.slider .block .image-content {
	text-align: center;
	position: relative;
}

.slider .block .image-content img {
	margin-top: 100px;
	margin-bottom: -200px;
}

.slider::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 290px solid #fff;
	border-left: 2000px solid transparent;
	width: 0;
}

.slider::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 290px solid #fff;
	border-right: 2000px solid transparent;
	width: 0;
}


/*==== DESCRIÇÃO ====*/
section.feature {
	margin-top: -60px;
}
.feature .feature-content h2,
.feature .feature-content p {
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.feature .feature-content h2,
	.feature .feature-content p {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.feature .testimonial {
		text-align: center;
	}
}

.feature .testimonial p {
	font-family: "Lora", serif;
	margin-bottom: 10px;
	font-style: italic;
	color: #242424;
}

.feature ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.feature ul li {
	list-style-type: circle;
	margin-bottom: 20px;
}

.feature .testimonial ul.meta li {
	font-size: 12px;
	margin-right: 10px;
}

.feature .testimonial ul.meta li img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}


.services .service-block {
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.services .service-block:last-child {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.services .service-block:last-child {
		margin-bottom: 30px;
	}
}

.services .service-block h3 {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
}

.services .service-block i {
	font-size: 24px;
	color: #5176CF;
	margin-right: 15px;
	float: left;
}

.services .service-block p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}

.services .app-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.services .app-preview img {
	height: 500px;
	width: auto;
}

@media (max-width: 768px) {
	.services .col-lg-4.m-auto {
		display: none;
	}
}

@media (max-width: 768px) {
	.service .service-thumb {
		width: 80%;
		margin: 0 auto;
	}
}

.service .service-box {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.service .service-box {
		width: 80%;
		margin: 0 auto;
	}
}

.service .service-box .service-item {
	text-align: center;
	margin: 20px 0;
}

.service .service-box .service-item i {
	font-size: 24px;
	color: #5176CF;
	display: inline-block;
}

.service .service-box .service-item p {
	font-size: 14px;
}

.objetivos-list li {
	list-style-type: none;
	margin-bottom: 24px;
}

.objetivos-list li i {
	float: left;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 8px;
	width: 30px;
	color: #E64A19;
}

.objetivos-list li div {
	border-left: 1px solid #ccc;
	display: inline-block;
	float: left;
	width: 80%;
	padding-left: 10px;
}

.objetivos-list li div span {
	font-size: 1.5rem;
	color: #E64A19;
}

.destaque-color {
	color: #E64A19;
}

@media (max-width: 480px) {
	.app-features .app-feature {
		margin-bottom: 30px;
	}
}

.app-features .app-explore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-bottom: 40px;
}

.banner-full .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-full .image img {
	height: 625px;
}

@media (max-width: 768px) {
	.banner-full .image {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.banner-full .block {
		text-align: center;
	}
}

.banner-full .block .logo {
	margin-bottom: 40px;
}

.banner-full .block h1 {
	margin-bottom: 40px;
}

.banner-full .block p {
	font-size: 20px;
	margin-bottom: 50px;
}

.banner-full .block .app {
	margin-bottom: 20px;
}

.video-promo {
	padding: 150px 0;
}

.video-promo .content-block {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.video-promo .content-block h2 {
	font-size: 30px;
	color: #fff;
}

.video-promo .content-block p {
	margin-bottom: 30px;
}

.video-promo .content-block a i.video {
	height: 125px;
	width: 125px;
	background: #5176CF;
	display: inline-block;
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 125px;
	border-radius: 100%;
}

.video-promo .content-block a:focus {
	outline: 0;
}

.testimonial .testimonial-slider .item {
	padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
	padding: 40px;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
	margin-top: 30px;
	margin-bottom: 5px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.testimonial .testimonial-slider .item .block .image {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.testimonial .testimonial-slider .item .block .image img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
	font-family: "Lora", serif;
	font-style: italic;
	color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
	font-style: normal;
	font-size: 14px;
	color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
	background: #5176CF;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
	background: #5176CF;
}





.section-webcasting {
	background: #5176CF url(../images/gallery/drauziovarella.jpg) no-repeat 0 -230px;
	background-size: cover;
	position: relative;
}

.section-webcasting::after {
	background: rgba(43, 65, 117, 0.7);
	content: '';
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.section-webcasting h2,
.section-webcasting p, 
.section-webcasting button {
	position: relative;
	z-index: 10;
}


.featured-article {
	padding: 0 0 50px 0;
}

.featured-article article.featured {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.featured-article article.featured {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.featured-article article.featured .image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 20px;
}

.featured-article article.featured .image img {
	width: 100%;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.featured-article article.featured .image {
		margin-bottom: 20px;
	}
}

.featured-article article.featured .content {
	margin-left: 30px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (max-width: 768px) {
	.featured-article article.featured .content {
		text-align: center;
	}
}

.featured-article article.featured .content h2 {
	margin-bottom: 20px;
}

.featured-article article.featured .content h2 a {
	font-size: 30px;
	color: #000;
}

.featured-article article.featured .content h2 a:hover {
	color: #5176CF;
}

.featured-article article.featured .content p {
	margin-bottom: 25px;
}

.post-sm {
	margin: 10px 0;
}

.post-sm .post-thumb {
	margin-bottom: 15px;
	overflow: hidden;
}

.post-sm .post-thumb img {
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.post-sm .post-title {
	margin-bottom: 15px;
}

.post-sm .post-title h3 a {
	color: #000;
	font-size: 20px;
}

.post-sm .post-title h3 a:hover {
	color: #5176CF;
}

.post-sm:hover .post-thumb img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.blog-single .single-post {
	padding-bottom: 70px;
}

.blog-single .single-post .post-body .feature-image {
	margin-bottom: 30px;
}

.blog-single .single-post .post-body .feature-image img {
	width: 100%;
}

.blog-single .single-post .post-body p {
	margin-bottom: 20px;
}

.blog-single .single-post .post-body .quote {
	padding: 30px 0;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.blog-single .single-post .post-body .quote {
		width: 80%;
	}
}

.blog-single .single-post .post-body .quote blockquote {
	color: #000;
	padding: 10px 0 10px 30px;
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	border-left: 6px solid #666666;
}

.blog-single .single-post .post-body .post-image {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.blog-single .about-author h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	font-size: 30px;
}

@media (max-width: 480px) {
	.blog-single .about-author h2 {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.blog-single .about-author .media {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	.blog-single .about-author .media .image {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.blog-single .about-author .media .image img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.blog-single .about-author .media .media-body {
	margin-left: 40px;
}

@media (max-width: 480px) {
	.blog-single .about-author .media .media-body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}
}

.blog-single .about-author .media .media-body p {
	margin-bottom: 15px;
}

.related-articles .title {
	margin-bottom: 20px;
}

.related-articles .title h2 {
	font-size: 30px;
}

.pagination-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination-nav ul.pagination {
	padding-top: 30px;
}

.pagination-nav ul.pagination li {
	margin-right: 10px;
}

.pagination-nav ul.pagination li a {
	border-radius: 3px;
	padding: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-color: transparent;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	color: #808080;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}

.pagination-nav ul.pagination li a:hover {
	background-color: #5176CF;
	color: #fff;
	border-color: transparent;
}

.pagination-nav ul.pagination .active a {
	background-color: #5176CF;
	color: #fff;
	border-color: transparent;
}

@media (max-width: 480px) {
	.about .content {
		text-align: center;
	}
}

.about .content h2 {
	margin-bottom: 20px;
	text-transform: capitalize;
}

.about .about-slider .item {
	padding: 20px;
}

.about .about-slider .owl-dots .owl-dot:hover span {
	background: #5176CF;
}

.about .about-slider .owl-dots .owl-dot.active span {
	background: #5176CF;
}

.lista-icones li {
	list-style: none;
	margin-bottom: 24px;
}

.lista-icones i {
	font-size: 32px;
	color: #ffffff;
	float: left;
	margin-right: 8px;
	border-radius: 50%;
	background: #5176CF;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	padding-left: 2px;
}

.lista-icones h3 {
	color: #5176CF;
	margin: 12px 0 20px 0;
	display: inline-block;
}

.quotes .quote-slider h2 {
	font-size: 50px;
}

.quotes .quote-slider cite {
	margin-left: 150px;
	font-style: normal;
}

.clients {
	padding: 50px 0;
}

.clients h3 {
	margin-bottom: 30px;
}

.clients .client-slider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.investors .block {
	margin-bottom: 30px;
}

.investors .block .image {
	margin-bottom: 20px;
}

.investors .block .image img {
	width: 100%;
	border-radius: 8px;
}

.investors .block h3 {
	margin-bottom: 0;
	line-height: 1;
}

.investors .block p {
	font-size: 14px;
}

.error-page {
	position: fixed;
	height: 100%;
	width: 100%;
}

.error-page .center {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.error-page .center .block h1 {
	font-size: 200px;
	font-weight: 400;
	line-height: 266px;
	font-family: "Lora", serif;
}

.error-page .center .block p {
	margin-bottom: 50px;
}




.faq .block {
	padding: 50px;
}

@media (max-width: 480px) {
	.faq .block {
		padding: 30px;
	}
}

.faq .block .faq-item {
	margin-bottom: 40px;
}

.faq .block .faq-item .faq-item-title {
	margin-bottom: 30px;
}

.faq .block .faq-item .faq-item-title h2 {
	font-size: 30px;
	border-bottom: 1px solid #cccccc;
}

.faq .block .faq-item .faq-item-title:last-child {
	margin-bottom: 0;
}

.faq .block .faq-item .item .item-link {
	position: relative;
	padding: 10px 0 10px 18px;
}

.faq .block .faq-item .item .item-link a {
	font-size: 20px;
	color: #000;
}

.faq .block .faq-item .item .item-link a span {
	margin-right: 5px;
}

.faq .block .faq-item .item .item-link:before {
	font-family: themefisher-font;
	content: "\f3d0";
	position: absolute;
	left: 0;
	font-weight: 600;
}

.faq .block .faq-item .item .accordion-block {
	background: #fafafa;
	margin-left: 18px;
}

.faq .block .faq-item .item .accordion-block p {
	padding: 20px;
}




img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 3px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
.timeline-centered {
	position: relative;
	margin: 0 auto 30px auto;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	left: 50%;
	top: 20px;
	bottom: 20px;
	margin-left: -4px;
}

.timeline-centered .timeline-entry {
	position: relative;
	width: 50%;
	float: right;
	margin-bottom: 70px;
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
	float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 24px;
	float: left;
	padding-left: 5px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
	background-color: #303641;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
	background-color: #ee4749;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
	background-color: #00a651;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
	background-color: #21a9e1;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
	background-color: #fad839;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
	background-color: #cc2424;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f5f5f6;
	padding: 1rem;
	margin-left: 70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: "Noto Sans",sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}





.privacy .privacy-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
	background: #fafafa;
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.privacy .privacy-nav ul {
	padding-left: 0;
	margin-bottom: 0;
}

.privacy .privacy-nav ul li {
	list-style: none;
}

.privacy .privacy-nav ul li a {
	font-size: 20px;
	color: #000;
	padding: 10px 0;
	display: block;
}

@media (max-width: 768px) {
	.privacy .privacy-nav ul li a {
		font-size: 16px;
		padding: 5px 0;
	}
}

@media (max-width: 768px) {
	.privacy .privacy-nav {
		margin-bottom: 30px;
	}
}

.privacy .block {
	background: #fff;
	padding: 40px 50px;
}

.privacy .block .policy-item {
	padding-bottom: 40px;
}

.privacy .block .policy-item .title {
	margin-bottom: 20px;
}

.privacy .block .policy-item .title h3 {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}

.privacy .block .policy-item .policy-details p {
	margin-bottom: 40px;
}





.address .block .address-block {
	text-align: center;
}

.address .block .address-block .icon {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.address .block .address-block .icon i {
	display: block;
	height: 100px;
	width: 100px;
	background: #fafafa;
	border-radius: 100%;
	font-size: 45px;
	text-align: center;
	line-height: 100px;
}

.address .google-map {
	position: relative;
}

.address .google-map #googleMap {
	height: 400px;
	width: 100%;
}


/*# sourceMappingURL=maps/style.css.map */