
body {
	background: #fff;
	color: #606060;
	font-family: 'Albra Regular';
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: "Albra Bold";
	src: url(../fonts/AlbraTextTRIAL-Bold.otf);
	font-display: swap;
}

@font-face {
	font-family: "Real Head Web";
	src: url(../fonts/Real\ Head\ Web\ W01\ Book.otf);
	font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Albra Bold";
	font-weight: bold;
}
p {
	font-family: "Real Head Web";
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 40px;
	letter-spacing: 1px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #eb5424;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* navigation section */
.navbar-default {
	background: #000000;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #eb5424;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #606060;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #eb5424;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #eb5424;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-img{
	padding-top: 0;

}

/*
.navbar .btn {
	background: #6D6A6A;
	border: none;
	border-radius: 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-left: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar .btn:hover {
	background: #202020;
	color: #ffffff;
} */
/* intro section */
#intro {
	display:flex;
	max-width: 1650px;
	max-height: 590px;
	min-height: 250px;
	margin:auto;
	margin-bottom: 30px;
}
#intro h4 {
	padding-bottom: 16px;
}

#intro img{
	width: 103%;
	height: 100%;
	background-size: auto;
}

/* security section */

#security {
	align-items: center;
	min-height: 60vh;
	text-align: center;
}
.p-sec{
	text-shadow: #c52859;
	color:white;
	font-size: medium;
}

/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1600px;
	background-color: #363636;
	margin: auto;
	margin-top: 10px;
	border-radius: 5px;
}

/* Sessão Card */
.conteudo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.card1{
	border-radius: 10px;
	border: 5px solid #98b4ad ;
	box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
	padding: 30px;
	margin: 20px;
	width: 1200px;
	height: 400px;
	transition: all 0.3s ease-out;
	background-color: #363636;
}

.card1 p{
	color:#f8f8f8;
	text-align: left;
	padding-left: 420px;
}

.card1 h3{
	color:#f8f8f8;
	text-align: left;
	padding-left: 420px;
}

.card-faq{
	border-radius: 10px;
	border-left: 5px solid #98b4ad;
	border-right: 5px solid #98b4ad;
	box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
	padding: 30px;
	margin: 20px;
	width: 1200px;
	min-height: 400px;
	transition: all 0.3s ease-out;
	background-color: #363636;
}

.card-faq p{
	color:#f8f8f8;
	font-family: "Real Head Web";
	text-align: left;
}

.card-faq h2{
	color:#f8f8f8
}

.card2{
	border-radius: 10px;
	border-left: 5px solid #98b4ad;
	border-right: 5px solid #98b4ad;
	box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
	padding: 30px;
	margin: 20px;
	width: 580px;
	min-height: 500px;
	transition: all 0.3s ease-out;
	background-color: #363636;
}

.card2 p{
	color:#f8f8f8;
	font-family: "Real Head Web";
	text-align: left;
}

.card2 h3{
	color:#f8f8f8;
	font-family: "Albra Bold";
	letter-spacing: 1px;
}

.card1:hover{
	transform: translateY(-5px);
	cursor: pointer;
}

.card2:hover{
	transform: translateY(-5px);
	cursor: pointer;
}

.image-card1{
	float:left;
	width: 400px;
	height: 400px;
	padding-bottom: 50px;
	border-radius: 5px;
}

.image-card2{
	float: top;
	width: 300px;
	height: 300px;
	border-radius: 20px;
}

.fa-card1{
	float:center;
	padding-top: 40px;
}

/* price section */
#price {
	background: #363636;
	padding-top: 70px;
	padding-bottom: 120px;
	margin:auto;
	max-width: 1600px;
}
#price .plan {
	background: #f8f8f8;
	color: #6A6A6A;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #98b4ad;
	color: #212121;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #98b4ad;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Real Head Web";
	font-size: 16px;
	padding: 40px 0 10px 0;
}

#price .plan .btn {
	background: #6A6A6A;
	font-family: "Real Head Web";
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #98B4AD;
	color: #ffffff;
}

#price i{
	float: right;
	margin-right: 40px;
}

/* avaliações */

#avaliacao{
	background-color: #363636;
	max-width: 1600px;
	min-height: auto;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 70px;

}

#avaliacao h2{
	padding-top: 70px;
}

.linha{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-left: 85px;
}

.coluna-50{
	width: 500px;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.client-conteiner{
	width:400px;
	min-height: 200px;

}

.user-img{
	float:top;
	padding-top: 80px;
	padding-left: 20px;
}

.client-text{
	width: 300px;
	padding-top: 30px;
	padding-right: 70px;
	word-wrap: break-word;
	float: right;
}


/* FAQ Section */

.faq {
	display: flex;
	background-color: #363636;
	max-width: 1600px;
	justify-content: center;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.container_faq{
	max-width: 700px;
	margin:auto;
	padding-top: 70px;
	padding-bottom: 70px;
	justify-content: center;
	align-items: center;
	
}

.faq p{
	color:#f8f8f8;
}

.faq h2{
	color:#f8f8f8;
}
.faq h4{
	color:#f8f8f8;
	font-family: "Real Head Web";
}

.faq details{
	padding-bottom: 30px;
}

.faq .bg-summary{
	background-color: #ffffff;
	color:#363636;
	font-size: medium;
	font-family: "Real Head Web";
	padding: 4%;
	border-bottom: 4px solid #98b4ad;
	border-radius: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	font-style: color white;
	
}

.bg-p{
	background-color:#98b4ad;
	border-radius: 5px;
	padding-left: 5px;
	text-align: left;
	font-family: "Real Head Web";
	font-size: medium;
	color:#363636;

}

/* contact section */
#contact {
	background-color: #363636;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	max-width: 1600px;
	margin:auto;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact h2 {
	color: #ffffff;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}
#contact input {
	height: 50px;
}
#contact input[type="submit"] {
	background-color: #98b4ad;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background-color: #5bb19b;
}


/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #eb5424;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #000000;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #98b4ad;
}

@media screen and (max-width:890px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
#intro h2 {
	font-size: 32px;
}
#work .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#intro h2 {
	font-size: 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}

@media screen and (max-width:890px){
	#intro img{
		height: 300px;
	}
	.card1{
		border-radius: 10px;
		box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
		padding: 30px;
		margin: 20px;
		min-width: 400px;
		height: 800px;
		transition: all 0.3s ease-out;
	}

	.card1 p{
		padding-left: 15px;
	}

	.card1 h3{
		padding-left: 15px;
	}

	.card2 p{
		padding-left: 15px;
	}

	.card2 h3{
		padding-left: 15px;
	}

	.card2{
		width: 400px;
		height: 800px;
	}

	.image-card1{
		width: 300px;
		height: 300px;

	}

	.card-faq{
		border-radius: 10px;
		box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
		padding: 30px;
		margin: 20px;
		width: 400px;
		min-height: 500px;
		transition: all 0.3s ease-out;
	}

	.linha{
		padding-right: 100px;
	}

}
