

/************************************************************/
/*                      HOME                                */
/************************************************************/
#home {
	display:block;
	margin-bottom: 30px;
}
.banner{
	position: relative;
	width: 100%;
	display: table;
	vertical-align: middle;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
	border-bottom: 1px solid #bfbfbf;
}
.banner .slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  opacity: 1;
}
.banner .slideshow-image video {
	width: 100%;
	object-fit: fill;
}
.banner .slideshow-anim {
	-webkit-animation: kenburns 20s infinite linear;
	animation: kenburns 20s infinite linear;
}
.banner .wrapper {
	margin:auto;
	/* width: 100%; */
	/* max-width: 960px; */
	/* height: 75vh; */
	height: 490px !important;
	/*min-height:320px;*/
	position:relative;
}
.banner .banner_texto{
	width:auto;
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 0;
	font-weight: bold; 
	padding-left: 50px;
	max-width: 650px;
	position: absolute;
	top: 35%;
}
.banner .branco {
	color: #ffffff;
	text-shadow: 0px 0px 3px #3b272d;
}
.banner .banner_texto .banner_text_titulo2{
    font-size: 35px;
    line-height: 63px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -5px;
    margin-bottom: 15px;
	font-family: tahoma; 
	text-shadow: 0px 0px 15px #b4b6d9;
}
.banner .banner_texto .banner_text_titulo3{
	margin: 15px 0;
	max-width:1000px;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: tahoma;
}
.btn-red-shadow {
	border-radius: 4px;
	background-color: #d9534f;
	border: none;
	color: #fff;
	box-shadow: 1px 2px #862215;
	-webkit-box-shadow: 1px 2px #862215;
	-moz-box-shadow: 1px 2px #862215;
	-ms-box-shadow: 1px 2px #862215;
	text-shadow:none;
}
.btn-red-shadow:hover {
	background-color: #d34e3c;
	box-shadow: 1px 2px #af2b19;
	-webkit-box-shadow: 1px 2px #af2b19;
	-moz-box-shadow: 1px 2px #af2b19;
	-ms-box-shadow: 1px 2px #af2b19;
}
.banner .video{
	width: 390px;
	height: 234px;
	background: url('/img/banner-video.png') no-repeat center;
	position: absolute;
	bottom:-14px;
	right: 24px;
}
.banner .video .play-video{
	width: 295px;
	height: 186px;
	position: absolute;
	top: 13px;
	left: 48px;
	cursor: pointer;
	background: url('/img/play-video.png') no-repeat top;
}
.banner .video .play-video:hover{
	background-position: bottom;
}
.banner_animado-txt1 {
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}
.banner_text_titulo2 {
	font-weight:bold;
}
.banner_animado-txt2{
  animation-duration: 3s;
  animation-delay: 0s;
  animation-name: fadeInUp;
}
.banner_animado-txt3{
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-name: fadeInDown;
}
.banner_animado-bt {
  animation-duration: 2s;
  animation-delay: 0s;
  animation-name: pulse;
  animation-iteration-count: infinite
}


/* FORMULARÍO BANNER ***************************************************************** */
#mini-form {
	/* position: absolute; */
	position: relative;
    /* top: auto; */
    /* bottom: 25.4%; */
    right: 10%;
	height:191px;
	overflow:hidden;
    z-index: 9999;
	float: right;
	margin: -191px 0 0 0;
}
#mini-form * {
	box-sizing:border-box;
}
.landing-form-overlay {
	background: rgba(67, 155, 189, 0.8);
	margin: auto;
	width:330px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding:10px;
	text-align:center;
}
.heading-block {
	/* margin-bottom: 10px; */
	width: 100%;
	text-align: center;
}
.heading-block h2 {
	margin-bottom: 7px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
	font-size:16px;
}
.heading-block span {
	font-weight: 300;
	color: #f7edea;
	font-size: 14px;
}
.line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 10px 0 10px;
	border-top: 1px solid #EEE;
	border-top-color: rgba(255,255,255,.3);
}

/* .landing-form-overlay #msgsenha { */
	/* font-size: 2vh; */
/* } */
#mini-form input:required:invalid {
	border-color: #c4e2d9 !important;
	background-color: #fff !important;
}
#mini-form .btn {
	font-size: 13px;
	padding: 8px 12px;
	display:block;
	width:75%;
}


/* SOMBRAS */
#banner_home:after,#banner_home2:before {
	z-index: 1;
    position: relative;
	display:block;
    content: "";
    width: 50%;
    height: 20px;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(3.5deg);
    -webkit-transform: rotate(3.5deg);
    -ms-transform: rotate(3.5deg);
    -moz-transform: rotate(3.5deg);
	float:right;
	margin-top:-28px;
}
#banner_home2:before {
	float:left;
	transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    -ms-transform: rotate(-3.5deg);
    -moz-transform: rotate(-3.5deg);
}



/* FEATURED BOXES */
#featured,#banner_home {
	background-color: #f2f5f7;
	background-image: url('/img/asfalt-dark.png'),linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(253,249,255,0.9136029411764706) 50%, rgba(255,255,255,1) 100%);
}
#featured {
    position: relative;
    border-top: 1px solid #093f82;
    width: 100%;
	display: block;
}
#featured ul {
	margin:auto;
}
#featured li {
	position:relative;
    width: 33.33%;
    overflow: hidden;
    float: left;
	min-height:450px;
	margin:0;
	box-sizing: border-box;
	opacity: 0.90;
}
#featured li:nth-child(3n+1) {
    clear: both;
}
#featured .featured-item {
	position:relative;
	margin: 25px 21px 50px 21px;
	transition: all 300ms;
}

#featured li:hover {
    box-shadow: inset 0px 0 0px 0px rgba(78, 78, 78, 0.35);
	opacity: 1;
}
#featured h3 {
	text-align:center;
}
#featured h3 a {
	font-size: 19px;
	letter-spacing: 0px;
	display:block;
	font-family:tahoma;
}
#featured hr {
	width: 70px;
	margin: 20px auto;
	border: 0;
	border-top: 1px solid #093f82;
	box-sizing: content-box;
	height: 0;
}
#featured .linkimg {
	height: 190px;
	width: 100%;
	overflow: hidden;
	padding: 0;
	display:block;
	position: relative;
	border-bottom: 2px solid #093f82;
	border-radius: 5%;
}
 .linkimg2 {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
}
#featured li .featured-item:hover > .linkimg .linkimg2 {
	opacity: 1;
}
#featured img {
	width:100%;
	border:0;
	margin:0;
}

#featured a {
	color: #093f82;
	font-size:12px;
}
#featured a.veja-mais:hover {
	text-decoration:underline;
}
#featured p {
	font-size:15px;
	text-align:center;
    width: 100%;
    margin: auto;
	font-weight:normal;
	color:#40403e;
    padding:10px 0;
	line-height: 22px;
	font-family: tahoma;
}
#featured .veja-mais {
	margin:10px;
	display:block;
    width: 95%;
    text-align: right;
}
#featured .veja-mais:after {
	content:'';
	height:10px;
	display:block;
}




/* FAÇA UM TOUR */
#facatour {
	position: relative;
	/* margin-top:50px; */
    width: 100%;
	height:450px;
	overflow:hidden;
    display: block;
}
#facatour video {
    width: 100%; 
    height: 100%;
	object-fit: cover;
}
#facatour:before {
	background: url('/img/br_tv-texture2.png');
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	content:'';
}
#facatour .content_out {
	position: absolute;
	top: 0;
	display:table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
	height: 100%!important;
}
#facatour .content {
	/* right: 0px; */
	/* background: rgba(0, 0, 0, 0.6); */
	color: #f1f1f1;
	/* width: 100%; */
	/* height: 100%; */
	padding: 20px;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}
#facatour .content h1,#facatour .content p {
	text-align:center;
    margin-bottom: 30px;
}
#facatour .content p {
	line-height: 55px;	
	font-size:44px;
}
#facatour button {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
	display:block;
	margin:auto;
}
#facatour button:hover {
    background: #fff;
    color: black;
}

#tour-video-wrapper {
	width:80vw;
	max-width:720px;
	max-height:90vh;
}
#tour-video-wrapper video {
	width:80vw;
	max-width:720px;
	max-height:90vh;
}

/* FLUXO ****************************************************/
#fluxo{
	padding-top:10px;
	/* background-color:#f2f5f7; */
	overflow:hidden;
}
#fluxo .conteudo {
	padding:30px 0 30px 0;
	overflow: overlay;
	text-align:center;
	overflow:hidden;
}
#fluxo .conteudo h1, #fluxo .conteudo h1+span {
	animation-duration: 1s;
	animation-delay: 1s;
	animation-name: fadeInUp;
}
.fluxo1 {
	width:70%;
	box-sizing:border-box;
	float:left;
	overflow:hidden;
}
.fluxo2 {
	width:30%;
	padding:10px 0 0 0;
	float:right;
	box-sizing:border-box;
	overflow:hidden;
}
#fluxo .conteudo img {
	margin:auto;
	display: block;
	max-width:100%;
}
.col_fluxo{
	display: block;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	text-align:left;
}
.col_fluxo:after {
	clear:both;
}

.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box.fbox-plain .fbox-icon {
    border: none!important;
    height: auto!important;
}
.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #1abc9c;
}
.feature-box h3, .promo-uppercase {
    text-transform: uppercase;
}
.feature-box p {
    margin: 8px 0 0;
    color: #4b4b56;
	 line-height:1.8;
}
.feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1!important;
	 font-style:normal;
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    border: none!important;
    background-color: transparent!important;
    color: #1ABC9C;
    border-radius: 0;
}



/* Depoimentos  -------------------------- */
#depoimentos{
	display:block;
	border-bottom: 5px solid #ccc;	
	background-color: #e7e9e6;
	padding: 15px 0 35px;
	background: #e7e9e6;
	background: -moz-linear-gradient(130deg,#e7e9e6 0,#e7e9e6 37%,rgba(43, 127, 176, 0.25) 75%,rgba(43, 159, 176, 0.08) 100%);
	background: -webkit-linear-gradient(130deg,#e7e9e6 0,#e7e9e6 37%,rgba(43, 127, 176, 0.25) 75%,rgba(43, 159, 176, 0.08) 100%);
	background: linear-gradient(130deg,#e7e9e6 0,#e7e9e6 37%,rgba(43, 127, 176, 0.25) 75%,rgba(43, 159, 176, 0.08) 100%);
}
#depoimentos h1 {
	margin:30px 0 0;
}
#depoimentos .depoimentos_in {
	width:100%;
	display:table;
	position:relative;
	height: 100%!important;
}
#depoimentos .depoimentos_img {
	box-sizing:border-box;
	display: block;
	position:relative;
	width:240px;
	height:240px;
	margin: 0 auto 15px;
	overflow:hidden;
}
#depoimentos .depoimentos_img img {
	border:0;
	width: 240px;
	height: auto;
}
#depoimentos .depoimentos_img:before {
    background-image: url(/img/depoimentos_before.png);
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    content: '';
}
#depoimentos .depoimentos_left {
	text-align:center;
	width:300px;
	position:relative;
}
#depoimentos .depoimentos_left:after {
	content:'';
	position:absolute;
	height:100%;
	right:20px;
	top:0;
	width:1px;
    border-right: 1px solid;
	-webkit-border-image:-webkit-linear-gradient(to bottom, transparent, #969696, transparent) 1 100%;
	-moz-border-image:-moz-linear-gradient(to bottom, transparent, #969696, transparent) 1 100%;
	-o-border-image:-o-linear-gradient(to bottom, transparent, #969696, transparent) 1 100%;
    border-image: linear-gradient(to bottom, transparent, #969696, transparent) 1 100%;
}
@media (max-width: 768px) {
	#depoimentos .depoimentos_left, #depoimentos .depoimentos {
		display:block !important;
		clear:both;
		width:100% !important;
	}
	 #depoimentos .depoimentos {
		 margin-top:20px;
	 }
	 #depoimentos .depoimentos_left:after {
		top: 130px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	 }
}
#depoimentos .depoimentos_left h2{
	color: #0d3e81;
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
#depoimentos .depoimentos_left h3{
	font-weight:normal;
	margin-top:8px;
	text-transform: uppercase;
	font-size: 14px;
	color: #778899;
}
#depoimentos .depoimentos {
	box-sizing:border-box;
	text-align:center;
	word-break: normal;
	box-sizing: border-box;
	display: table-cell;
    vertical-align: middle;
	background: rgba(0, 0, 0, 0.08);
	background: -moz-linear-gradient(130deg,rgba(0, 0, 0, 0.08) 0,rgba(231, 233, 230, 0) 37%,rgba(0,0,0,0.075) 75%,rgba(0,0,0,0.2) 100%);
	background: -webkit-linear-gradient(130deg,rgba(0, 0, 0, 0.08) 0,rgba(231, 233, 230, 0) 37%,rgba(0,0,0,0.075) 75%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(130deg,rgba(0, 0, 0, 0.08) 0,rgba(231, 233, 230, 0) 37%,rgba(0,0,0,0.075) 75%,rgba(0,0,0,0.2) 100%);
	color: #778899;
	width:100%;
	border-radius:10px;
}
#depoimentos .depoimentos p{
	line-height: 1.8;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	margin-bottom:20px;
	color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 0 3px #0d3e81, 0 0 3px #000;
}
#depoimentos .depoimentos a {
    color: #0067ae;
    text-decoration: underline;
}





/* VIDEO PLAYER */
.video-wrapper {
	display:table-cell;
}
.video-wrapper-in {
	position: relative;
	overflow: hidden;
	width:auto;
	max-width: 80%;
	margin:0 auto 50px;
}
@media (min-width: 925px) {
	.video-wrapper-in {
		/* width:900px; */
	}
}
.video-wrapper video {
	display: block;
	width: 100%;
	height: auto;
}
.video-wrapper .video-controls {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    /* left: 50%; */
    width: 100%;
    padding: 6px 10px;
    background: rgba(26, 188, 156, 0.68);
    /* transform: translateX(-50%); */
    /* transition: bottom .25s ease-in; */
}
.video-wrapper:focus > video + .video-controls,
.video-wrapper:hover > video + .video-controls {
  /* bottom: 12px; */
  /* z-index: 2; */
}
.video-wrapper .btn {
    padding: 5px 20px;
    width: 31px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: opacity .175s ease-in;
	display:block;
}
.video-wrapper .btn:focus {
	outline: 0;
}
.video-wrapper .btn:hover {
	color: #0d3f82;
}
.video-wrapper .btn-play {
	float:left;
}
.video-wrapper .btn-expand, .video-wrapper .btn-mute {
	float:right;
}
.video-wrapper .splay {
	float:none;
	position:absolute;
	top:50%;
	left:50%;
	width:130px;
	font-size:40px;
	transform: translate(-50%,-50%);
	background: rgba(26, 188, 156, 0.68);
}
.video-wrapper .progress-bar {
    position: absolute;
    bottom: 0px;
    left: 68px;
    right: 94px;
    z-index: 1;
	background-color: rgba(44, 48, 56, 0.26);
}
.video-wrapper .progress-bar-fill {
    width: 0%;
    height: 45px;
    background-color: rgba(9, 63, 130, 0.8);
    transition: width .5s linear;
}




/*  - Argumentos  ------------------------*/
#argumentos{
	background-color:#d9d5dd;
	background-image: url('/img/asfalt-dark.png');
	display:block;
	padding:50px 0 30px 0;
}

#argumentos .wpb_wrapper {
	padding: 150px 0;
}
#argumentos .wpb_wrapper h3 {
	text-align:center;
	color: #3bbe68;
	font-size: 30px;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #000;
}
#argumentos .wpb_wrapper p {
	text-align:center;
	color: #BDBDBD;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}
#argumentos .cardrow {
	display:block;
}
#argumentos .card {
	float:left;
	width:33%;
	box-sizing: border-box;
	padding:0 1% 30px 1%;
	/* margin-top: -120px; */
	display: block;
	
}
#argumentos .cardtb {
    height: 150px;
    display: block;
    background-size: contain;
    /* background-color: rgba(26, 32, 41, 0.31); */
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-position: bottom center;
}
#argumentos .cardbody {
	display:block;
	background-color:#E9E5EE;
	position: relative;
	overflow: hidden;
	padding: 30px;
} 
#argumentos .cardbody h5,#argumentos .cardbody h5 a {
	font-size:20px;
	color:#232323;
	margin-bottom:13px;
	/* background: url('/img/brush_verde.png') no-repeat center center; */
	background-size:contain;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(255,255,255,.2);
}
#argumentos .cardbody p, #argumentos .cardbody p a {
	margin:26px 0;
	color:#222222;
	font-size:16px;
	line-height:26px;
	text-align:center;
}
#argumentos .cardbody a:hover {
	text-decoration:underline;

}






/* NIVEL ****************************************************/
#nivel{
	padding: 0 25px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff; 
	background-image: url('/img/asfalt-dark.png');
}
@media (min-width: 900px) {
	#nivel {
		padding: 0 0 25px;
	}
}
#nivel:after {
	content: '';
    background: #3ac9bb;
    background: -moz-linear-gradient(-45deg,#3ac9bb 0,#2b9fb0 100%);
    background: -webkit-linear-gradient(-45deg,#3ac9bb 0,#2b9fb0 100%);
    background: linear-gradient(135deg,#3ac9bb 0,#2b9fb0 100%);
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	
}
#nivel .conteudo {
	padding: 50px 0 0;
}
#nivel .conteudo h1 {
    position: relative;
    color: #222222;
    text-shadow: 0px 0 3px #f2f9ff;
    z-index: 2;
	font-size: 62px;
	font-family: Tahoma;
	font-weight: 700;
}
#nivel .conteudo h1:after {
	background: rgba(217,213,221,1);
}
#nivel .conteudo h1+span {
	color: #404040;
	position: relative;
	z-index: 2;
	font-family: tahoma;
	font-size: 26px;
}
#nivel .panel {
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 25px;
	position: relative;
	width: 100%;
	z-index: 10;
}
#nivel .pricing-table {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 900px) {
	#nivel .pricing-table {
		flex-direction: row;
	}
}
#nivel .pricing-table * {
	text-align: center;
	/* text-transform: uppercase; */
}
#nivel .pricing-plan {
	border-bottom: 1px solid #e1f1ff;
	padding: 25px;
}
#nivel .pricing-plan:last-child {
	border-bottom: none;
}
@media (min-width: 900px) {
	#nivel .pricing-plan {
		border-bottom: none;
		border-right: 1px solid #e1f1ff;
		flex-basis: 100%;
		padding: 25px 50px;
	}

	#nivel .pricing-plan:last-child {
		border-right: none;
	}
}
#nivel .pricing-img {
	margin-bottom: 25px;
	max-width: 100%;
}
#nivel .pricing-header {
	color:#093f82;
	font-weight: 600;
	letter-spacing: 1px;
}
#nivel .pricing-header2 {
	color: #aaa;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top:20px;
}
#nivel .pricing-features {
	color: #4693f5;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px 0 25px;
}
#nivel .pricing-features-item {
	border-top: 1px solid #65a3da;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 0;
}

#nivel .pricing-features-item:hover {
	background-color: rgb(255,252,230);
}

#nivel .pricing-features-item:last-child {
	border-bottom: 1px solid #65a3da;
}
#nivel .pricing-price {
	color: #016FF9;
	display: block;
	font-size: 32px;
	font-weight: 700;
}
#nivel .pricing-button {
	border: 1px solid #9dd1ff;
	border-radius: 10px;
	color: #348EFE;
	display: inline-block;
	margin: 25px 0;
	padding: 15px 35px;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}
#nivel .pricing-button:hover,#nivel .pricing-button:focus {
	background-color: #e1f1ff;
}
#nivel .pricing-button.is-featured {
	background-color: #48aaff;
	color: #fff;
}
#nivel .pricing-button.is-featured:hover,#nivel .pricing-button.is-featured:active {
	background-color: #269aff;
}


