/*
 * iSenhas - Landing Page
 * CSS específico da página principal
 */

/* =========================================================
   01. GLOBAL
========================================================= */

body {
	font-family: 'Open Sans', sans-serif;
	color: #68727c;
}

p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #68727c;
	margin-bottom: 15px;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	color: #2f362f;
}

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

.width-100 {
	width: 100%;
}


/* =========================================================
   02. NAVBAR
========================================================= */

.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #333 !important;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-fixed-top {
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
	position: fixed !important;
	background-color: #fff !important;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
	color: #0099fa;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
	color: #0099fa !important;
}

.navbar-fixed-top .navbar-nav > li > a {
	color: #333;
	font-size: 14px !important;
	line-height: 30px !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav > li > a {
	color: #454545 !important;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
	background: #0099fa;
	border: 1px solid #0099fa;
	border-radius: 28px;
	padding: 8px 24px !important;
	color: #fff;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
	color: #fff !important;
	background: #0099fa;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
	border-color: #fff;
	color: #fff !important;
	background: #0099fa;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
	color: #fff !important;
	background: #008aff;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a.discover-btn {
	color: #fff !important;
}


/* =========================================================
   03. SEÇÕES GERAIS
========================================================= */

.section-padding {
	padding: 85px 0;
}

.section-white {
	background: #fff;
	padding: 70px 0;
}

.section-grey {
	background: #f2f7f8;
	padding: 70px 0;
}

.section-gradient {
	background: #0099fa;
	padding: 70px 0;
}

.section-dark {
	background-color: #272834;
	padding: 70px 0;
}

.section-title-custom {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #202a35;
	margin-top: 0;
	margin-bottom: 15px;
}

.section-subtitle-custom {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 55px;
	color: #69737d;
	font-size: 17px;
	line-height: 1.7;
}


/* =========================================================
   04. HERO
========================================================= */

.hero {
	padding: 150px 0 80px;
	background: linear-gradient(
		135deg,
		#f7fbff 0%,
		#ffffff 60%
	);
}

.hero h1 {
	font-size: 52px;
	line-height: 1.12;
	font-weight: 700;
	color: #1d2733;
	margin-top: 0;
	margin-bottom: 25px;
}

.hero h1 span {
	color: #0099fa;
	display: inline;
}

.hero-description {
	font-size: 20px;
	line-height: 1.65;
	color: #606a75;
	margin-bottom: 30px;
	max-width: 580px;
}

.hero-buttons {
	margin-bottom: 25px;
}

.hero-buttons .btn {
	margin-right: 8px;
	margin-bottom: 10px;
}

.hero-proof {
	color: #66717c;
	font-size: 14px;
}

.hero-proof strong {
	color: #222;
}

.hero-image {
	width: 100%;
	max-width: 620px;
}


/* =========================================================
   05. BOTÕES DO HERO
========================================================= */

.btn-primary-custom {
	background: #0099fa;
	border: 2px solid #0099fa;
	color: #fff;
	padding: 14px 25px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}

.btn-primary-custom:hover {
	background: #0085da;
	border-color: #0085da;
	color: #fff;
}

.btn-outline-custom {
	background: #fff;
	border: 2px solid #0099fa;
	color: #0099fa;
	padding: 14px 25px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}

.btn-outline-custom:hover {
	background: #0099fa;
	color: #fff;
}


/* =========================================================
   06. CONQUISTAS / SPONSORS
========================================================= */

.section-grey.sponsors-padding {
	padding: 25px 0;
}

.sponsors {
	text-align: center;
}

.img_google_safe {
	padding: 0 25px;
}


/* =========================================================
   07. DEPOIMENTOS
========================================================= */

.testimonial {
	text-align: center;
	padding: 35px 20px;
}

.testimonial img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.testimonial p {
	font-size: 17px;
	line-height: 1.7;
	color: #555;
	font-style: italic;
}

.testimonial h4 {
	font-size: 15px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.testimonial a {
	color: #0099fa;
	font-size: 14px;
}


/* =========================================================
   08. PROBLEMA
========================================================= */

.problem-section {
	padding: 90px 0;
	background: #fff;
}

.problem-section .problem-text {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.problem-section .problem-text p {
	font-size: 17px;
	line-height: 1.7;
	color: #52606d;
	margin-bottom: 20px;
}

.problem-section .problem-highlight {
	font-size: 19px;
	font-weight: 600;
	color: #10263e;
	margin-top: 10px;
}

.problem-section .problem-highlight span {
	color: #0099fa;
}


/* =========================================================
   09. BENEFÍCIOS
========================================================= */

.benefit-box {
	text-align: center;
	padding: 30px 20px;
}

.benefit-icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 50%;
	background: #eef8ff;
	color: #0099fa;
	font-size: 32px;
	margin: 0 auto 22px;
}

.benefit-box h3 {
	font-size: 21px;
	font-weight: 700;
	color: #222;
	margin-top: 0;
	margin-bottom: 15px;
}

.benefit-box p {
	color: #68727c;
	line-height: 1.7;
}

.mid-cta-wrapper {
	text-align: center;
	padding: 10px 0 60px 0;
}

.mid-cta-wrapper p {
	font-size: 18px;
	font-weight: 600;
	color: #10263e;
	margin-bottom: 20px;
}


/* =========================================================
   10. BOTÃO AZUL
========================================================= */

.btn-blue {
	color: #fff !important;
	background: #0099fa;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	border-radius: 28px;
	margin: 10px 0;
	padding: 16px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
}

.btn-blue.small {
	padding: 14px 26px;
}

.btn-blue:hover {
	color: #fff !important;
	background: #008aff;
}


/* =========================================================
   11. SEGURANÇA
========================================================= */

.youtube-video-wrapper {
	background: url(../images/security.png) top center no-repeat;
	background-size: initial;
	padding: 160px 0;
	position: relative;
	height: 500px;
	text-align: center;
}


/* =========================================================
   12. GALERIA
========================================================= */

.gallery-item-wrapper {
	float: left;
	width: 100%;
}

.gallery-show {
	margin: 20px 10px 40px 10px;
}


/* =========================================================
   13. DOWNLOAD
========================================================= */

.download-section {
	background: #1f2730;
	color: #fff;
}

.download-section .section-title-custom {
	color: #fff;
}

.download-section .section-subtitle-custom {
	color: #cbd2d9;
}

.download-box {
	background: #fff;
	border-radius: 8px;
	padding: 28px;
	margin-bottom: 25px;
	color: #222;
	min-height: 145px;
}

.download-box a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.download-box i {
	font-size: 40px;
	color: #0099fa;
	float: left;
	margin-right: 20px;
}

.download-box h3 {
	margin-top: 0;
	font-size: 19px;
	font-weight: 700;
}

.download-box p {
	color: #777;
	margin-bottom: 0;
	line-height: 1.5;
}


/* =========================================================
   14. PLANOS
========================================================= */

.price-box-white,
.price-box-blue {
	text-align: center;
	padding: 50px 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-white {
	border: 2px solid #f8f8f8;
	background: #fff;
}

.price-box-blue {
	background: #0099fa;
	color: #fff;
}

.price-box-white:hover,
.price-box-blue:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

.price-box-white .price-title,
.price-box-white ul.pricing-list li.price-value {
	color: #292929;
}

.price-box-white .price-subtitle,
.price-box-white .price-text {
	color: #6a6a6a;
}

ul.pricing-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pricing-list li {
	list-style: none;
}

ul.pricing-list li.price-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}

ul.pricing-list li.price-value {
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul.pricing-list li.price-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

ul.pricing-list li.price-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

ul.pricing-list li.price-tag a {
	color: #fff;
	background: #0099fa;
	border-radius: 28px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
	transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover {
	background: #008aff;
}

.price-box-blue ul.pricing-list li.price-tag a {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}

.price-box-blue ul.pricing-list li.price-tag a:hover {
	color: #4285f4;
	background: #fff;
	border-color: #fff;
}


/* =========================================================
   15. FAQ
========================================================= */

.faq-section {
	background: #f5f7f9;
}

.faq-item {
	background: #fff;
	border-radius: 6px;
	padding: 25px;
	margin-bottom: 15px;
}

.faq-item h3 {
	font-size: 18px;
	margin-top: 0;
	color: #222;
	font-weight: 700;
	margin-bottom: 15px;
}

.faq-item p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 0;
}


/* =========================================================
   16. BLOG
========================================================= */

.blog-item {
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}

.blog-item-inner {
	padding: 10px 0 20px 0;
}

.blog-item-inner p {
	margin: 15px 0 20px 0;
}

h3.blog-title {
	margin-top: 15px;
	margin-bottom: 10px;
}

h3.blog-title a {
	font-size: 21px;
	color: #454545;
	transition: all 0.25s ease-in-out;
}

h3.blog-title a:hover {
	color: #228798;
}

a.blog-icons {
	color: #858585;
	font-size: 14px;
	font-style: italic;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	transition: all 0.25s ease-in-out;
}

a.blog-icons i {
	color: #656565;
	font-size: 16px;
	line-height: 16px;
	vertical-align: text-bottom;
}

a.blog-icons.last {
	border-right: none;
}

a.blog-icons:hover {
	color: #228798;
}


/* =========================================================
   17. BLOG - IMAGENS / HOVER
========================================================= */

.popup-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.popup-gallery {
	display: inline-block;
	position: relative;
}

.popup-gallery img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper2 {
	background-color: #000;
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 2;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	opacity: 0;
	border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper2 i.eye-icon {
	position: absolute;
	display: inline-block;
	font-size: 38px;
	z-index: 3;
	top: 50% !important;
	margin-top: -19px !important;
	left: 0;
	right: 0;
}

.popup-gallery a:hover span {
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	transition: all 0.25s ease-in-out;
}


/* =========================================================
   18. CONTATO
========================================================= */

#contact-form {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 960px;
	text-align: center;
}

input.contact-input {
	width: 100%;
	height: 55px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
	color: #aaa;
	border: 1px solid #757575;
	background-color: transparent;
	font-size: 14px;
	border-radius: 5px;
}

textarea.contact-commnent {
	height: 205px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #aaa;
	border: 1px solid #757575;
	background-color: transparent;
	font-size: 14px;
	border-radius: 5px;
	resize: vertical;
}

input.contact-submit {
	color: #fff;
	background: #0099fa;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	padding: 18px 32px;
	position: relative;
	text-transform: uppercase;
	border-radius: 28px;
	transition: all 0.3s ease-in-out;
}

input.contact-submit:hover {
	color: #fff;
	background: #008aff;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
	color: #aaa;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
	color: #aaa;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
	color: #aaa;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
	color: #aaa;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
	border-color: #fff;
	outline: none;
}

p.contact_success_box {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-style: italic;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
}


/* =========================================================
   19. FOOTER
========================================================= */

.footer {
	z-index: 900;
	background-color: #2f3539;
	border-top: 1px solid #393f43;
	padding: 50px 0;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	color: #cecece;
}

.footer p a {
	font-size: 16px;
	color: #0099fa;
	text-decoration: underline;
}

ul.footer_social {
	width: 100%;
	max-width: 1140px;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
}

ul.footer_social li {
	display: inline-block;
	margin: 0;
	line-height: 100% !important;
}

ul.footer_social li a i {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	font-size: 26px !important;
	line-height: 26px !important;
	color: #8d8d8d;
	transition: all 0.5s ease-in-out;
}

ul.footer_social li a i:hover {
	color: #0099fa;
}


/* =========================================================
   20. ESPAÇAMENTOS USADOS PELO HTML
========================================================= */

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.padding-top-30 {
	padding-top: 30px !important;
}


/* =========================================================
   21. RESPONSIVO
========================================================= */

@media (max-width: 991px) {

	.navbar-fixed-top.opaque {
		padding: 10px 0;
	}

	.navbar-default .navbar-toggle {
		border-color: #9f9f9f !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #9f9f9f !important;
	}

}


@media (max-width: 767px) {

	.navbar-header {
		padding-left: 2%;
	}

	.navbar-brand {
		padding-left: 0;
	}

	.hero {
		padding: 115px 0 55px;
		text-align: center;
	}

	.hero h1 {
		font-size: 38px;
	}

	.hero-description {
		font-size: 17px;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-image {
		margin-top: 35px;
	}

	.section-title-custom {
		font-size: 30px;
	}

	.problem-section {
		padding: 70px 0;
	}

	.download-box {
		min-height: 0;
	}

	.price-box-white,
	.price-box-blue {
		margin-bottom: 30px;
	}

	.testimonial {
		padding: 25px 20px;
	}

}


@media (max-width: 375px) {

	.navbar-toggle {
		margin-bottom: 0;
		border: 1px solid #9f9f9f !important;
	}

	.navbar-default .navbar-toggle {
		border-color: #aeaeae !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #aeaeae !important;
	}

	.owl-carousel .owl-item img {
		width: 80% !important;
		margin: 0 10%;
	}

}