@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(owl.carousel.css);






body {
	font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Poppins', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
  padding: 0;
  margin: 0;
  border:0;
  overflow-x: hidden !important;
}

.lb-data .lb-number{font-family: 'Poppins', sans-serif;}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color:  #CE5C3B;
}
a:hover{
	text-decoration:none;
	color: #C93B14;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 6px;
	background: #555;	
}

input:hover, input:focus {
  outline: none !important;
}

.btn1{
	padding:10px 25px;
	border: 1px solid #CE5C3B;
	/*background-image: linear-gradient(to right, #696db0 , #46AB99, #396ab1);*/
	background: #CE5C3B;
	color: #fff !important;
	border-radius: 8px;
	font-weight:600;
	font-size:10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor:pointer;
}
.btn1:hover{
	background-image: linear-gradient(to right, #CE5C3B, #C93B14);
	color: #fff!important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #CE5C3B;
	background: transparent;
	color: #CE5C3B!important;
	border-radius: 40px;
	font-weight:550;
	font-size:11pt;
	cursor:pointer;
}
.btn2:hover{
	background: #CE5C3B;
	color: #fff !important;
}
.btn3{
	padding:10px 15px;
	background: #555;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
}
.btn3:hover{
	background-image: linear-gradient(to right, #009F52 , #005C1F);
	color: #fff;
}
.btn4{
	padding:15px 15px;
	border: 1.5px solid #ccc;
	background: #fff;
	color: #aaa;
	border-radius: 5px;
	font-weight:500;
	font-size:10pt;
}
.btn4:hover{
	background-image: linear-gradient(to right,  #CE5C3B , #43311f);
	color: #fff;
}


@media(max-width:600px){
	.mobile{
		display:none;
	}
}



body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


#btTop {
  display: none ; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  	background-image: linear-gradient(to left, #000, #111);
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 12px; /* Some padding */
  border-radius:10px;
  font-size: 15pt; /* Increase font size */
  line-height:5pt;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0.3;
}

#btTop:hover {
  	background-image: linear-gradient(to left, #CE5C3B, #BD4E2F);
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	border:1px solid #CE5C3B;
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:1;
}


.whats-home{
	position:fixed;
	bottom: 30px;
	left: 20px;
	color:#fff;
	font-size:20pt;
	width:50px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #25d366;
	border-radius:50%;
	z-index: 999999999;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
	
	    -webkit-animation: animacao 1s ease;
    animation: animacao 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;

}
.whats-home:hover{
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
	    -webkit-animation: animacao 1s ease;
    animation: animacao 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: stop;
}

@-webkit-keyframes animacao
	{
	    15%
	    {
	        -webkit-transform: translateY(0px);
	        transform: translateY(0px);
	    }
	    30%
	    {
	        -webkit-transform: translateY(2px);
	       transform: translateY(2px);
	    } 
	    50%
	    {
	        -webkit-transform: translateY(4px);
	        transform: translateY(4px);
	    }
	    65%
	    {
	        -webkit-transform: translateY(2px);
	        transform: translateY(2px);
	    }
	    80%
	    {
	        -webkit-transform: translateY(1px);
	        transform: translateY(1px);
	    }
	    100%
	    {
	        -webkit-transform: translateY(0);
	        transform: translateY(0);
	    }
	}



.txt-whats-home{
	position:fixed;
	bottom: 0px;
	left: 10px;
	width:0px;
	color:#fff;
	font-size:0pt;
	padding:10px 20px;
	background: #25d366;
	border-radius:20px;
	font-weight:300;
	display:none;
}
.whats-home:hover  .txt-whats-home{
	display:inline;
	left: 45px;
	width:130px;
	color:#fff;
	font-size:11pt;
	line-height: 12pt;
}


.conthome{
	padding-top:100px;
	background-image: linear-gradient(65deg, #192557, #151D42);
}


header{
	position:relative;
	z-index:2;
	background-image: linear-gradient(65deg, #192557, #151D42);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	width:100%;
	
}
header .menu-top{

	background: #CE5C3B;

	height:0px;
}


.header{
	padding-top:15px;
	padding-bottom:10px;
	
}

.headpag{
	background: rgba(17,60,131,1);
}
.headpag .header{
	padding-bottom:0px !important;
}
.headpag .menutopo{
	margin-top:0px;
}


header .barra-menu{
	background: #CE5C3B;
	height:6px;
	margin-bottom:-3px;
}

.top-header{
	padding:0px;
}


.logo-header {
	text-align:center;
}
@media(max-width:900px){
	.logo-header {
		text-align:left;
	}
}
.logo-header .logo{
	padding:10px;
	padding-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;

	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.logo-header img{
	width:250px;
}
.oculta{
	display:none;
}

@media(max-width:800px){
	.logo-header .logo{
		margin-bottom:-15px;
	}
	.logo-header img{
		width:170px;
	}
	.navbar-toggler {
		margin-top:20px !important;
	}
	.navbar-nav {
		width:100% !important;
	}
}

.desoculta{
	display:inline;
}
/*mobile header*/
@media(max-width:991px){
	.oculta{
		display: inline;
	}
	.desoculta{
		display:none;
	}
	
}

.fixed{
	position: fixed;
	right: 0;
	width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 990;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0);
	transition: 200ms ease;
	-webkit-transition: 200ms ease;
	
	border-bottom:0px solid #eee;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding-top:0px;
	padding-bottom:0px;
	transition: 0.3s;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
}
.fixed .menu-top, .fixed .barra-menu{
	display:none;
}

.fixed .logo-header img{
	width:180px;
}
.fixed .logo-header .logo{
	margin-top:-5px;
	margin-left:20px;
}
.fixed .header{
	padding-top:5px;
	padding-bottom:5px;
	
}



/* //topheader */

/*menu*/

.navbar-toggler{
	display:none;
	color:#fff;
	margin-top:20px;
	border:0px solid transparent;
	margin-top:0px;
}
.navbar{
	padding-top:0px;
	padding-bottom:0px;
	margin-left: auto;
	padding-right:0px
}
@media(max-width:900px){
	.navbar{
		width:100%;
	}
}
.navbar-nav{
	
}
.menu-mobile{
	display:none;
	float:right;
}

.navbar-nav .nav-item .nav-link{
	color:#fff;
	padding:10px 20px;
	font-size:11pt;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	font-weight:400;
	
	border-right: 1px solid rgba(255,255,255,0.05);

	
}
.navbar-nav .nav-item:last-child .nav-link{

	border-right: 0px solid rgba(255,255,255,0);

}

.navbar-nav .nav-item .nav-link:hover{
	background:#CE5C3B;
	/*background-image: linear-gradient(to right, #CEB26F, #AC9354);*/
	border-radius:5px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.navbar-nav .redemenu{
	color:#fff ;
	font-size:14pt;
	width:40px;
	height:40px;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1.5px solid #CE5C3B;
	padding:0px 0px !important;
	border-radius:50%;
	background: transparent;
}
.navbar-nav .redemenu .nav-link{

	padding-top:10px;
	color:#CE5C3B;
	
}
.navbar-nav .redemenu:hover{

	background: #CE5C3B;
}
.navbar-nav .redemenu:hover .nav-link{
		color:#fff ;
}

.dropdown:hover .nav-link{
	color:#FFF;
	background:#EBB400;
	border-radius: 5px 5px 0px 0px;
}
.dropdown .dropdown-menu{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border:0px;
	border-top:0px solid #009F52;
	top:80%;
	
	webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 30%);
	background:#EBB400;
	color:#555;
	min-width:200px;

}
.dropdown .duasabas a{
	font-size: 10pt;
	color:#555;
	padding:8px 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.dropdown .dropdown-menu a{
	color:#222;
	font-size: 10pt;
	font-weight:500;
	
}
.dropdown .dropdown-menu a:hover{
	color:#fff;
	background:#555
	
}

.dropdown .duas-abas li  a i, .dropdown-item i{
	font-size:7pt;
	color:#FFF;
}
.dropdown .dropdown-menu a:hover i{
	color:#fff;
}
.dropdown .duas-abas li .t{
	font-size:15pt;
	font-weight:500;
	color: #0b3056;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle i{
	opacity:0.5;
	font-size:7pt;
}
.dropdown-item{
	font-size:11pt;
	padding:8px 15px;
}

@media(min-width:991px){
	.dropdown:hover .dropdown-menu{
		display:inline;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
		
	}
	.dropdown .duas-abas{
		min-width:600px;
		padding:10px;
		padding-top:20px;
		padding-bottom:20px;
			left:-100%;
	}
	.dropdown .duas-abas li{
		float:left;
	}
	.dropdown .duas-abas li:first-child{
		float:left;
		border-right:1px solid #eee;
	}
	.dropdown .duas-abas li .t{
		padding-bottom:10px;
	}
	

}
@media(max-width:1200px){
	.navbar-nav .nav-item .nav-link{
		padding:10px 20px;
	}
	
}
/*
@media (min-width:991px){
	.navbar{
		margin-left: auto;padding-right:0px;
	}
}*/
	
@media (max-width:991px){
	.navbar-toggler{
		display:block;
		float:right;
	}
	.menusite{
		display: block !important;
		background: rgba(17,60,131,1);
		margin-bottom:30px;
	}

	.navbar-collapse {
		z-index: 99!important;
		position: relative;
		left: 0;
		top: 0px;
		padding-top:20px;
		padding-bottom:20px;
		width: 100%;
		text-align: center !important;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.navbar-nav .nav-item .nav-link{
	padding:10px 15px;
	
	}
	.dropdown .menu-suspenso{
		position:relative;
		clear: both;
		min-height:100px;
		width:100%;
	}
	.dropdown .menu-suspenso li .dropdown-item{
		
	}
	
}
/* //menu*/



/*banner*/
.banner{
	position:relative;
	
	background:#2B347A;
}
.jssorb05{
	position:absolute
	}
.jssorb05 div,.jssorb05 div:hover,.jssorb05 .av{
	position:absolute;
	width:16px;
	height:16px;
	background:url('../img/b05.png') no-repeat;
	overflow:hidden;
	cursor:pointer
}
.jssorb05 div{
	background-position:-7px -7px
}
.jssorb05 div:hover,.jssorb05 .av:hover{
	background-position:-37px -7px;
}
.jssorb05 .av{
	background-position:-67px -7px
}
.jssorb05 .dn,.jssorb05 .dn:hover{
	background-position:-97px -7px
}
.jssora22l,.jssora22r{
	display:block;
	position:absolute;
	width:40px;
	height:58px;
	cursor:pointer;
	background:url('../img/a22.png') center center no-repeat;
	overflow:hidden;
}
.jssora22l{
	background-position:-10px -31px;
}
.jssora22r{
	background-position:-70px -31px
}
.jssora22l:hover{
	background-position:-130px -31px
}
.jssora22r:hover{
	background-position:-190px -31px;
}
.jssora22l.jssora22ldn{
	background-position:-250px -31px;
}
.jssora22r.jssora22rdn{
	background-position:-310px -31px;
}
.jssora22l.jssora22lds{
	background-position:-10px -31px;
	opacity:.3;
	pointer-events:none;
}
.jssora22r.jssora22rds{
	background-position:-70px -31px;
	opacity:.3;
	pointer-events:none;
}

.cards{
	
	z-index:4;
	background: #192557;
	margin-top:-5px;
	padding-bottom:30px;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	background-image: url("https://www.transparenttextures.com/patterns/dark-dot.png");
	
}

.cards .row{
	
}
.cards .owl-carousel-servicos {
	margin-top:-60px;
	
}

.cards .row .card-home .fd{
	background: #fff;
	border-radius:5px;
	overflow:hidden;
	padding:0px;
	display:flex;
	float:left;
	align-items: center;
	justify-content:center;
	flex-direction:column ;
	flex-wrap: wrap;
	 flex-flow: row wrap;
	 font-size:11pt;
	 color: #555;
	 font-weight: 500;
	 cursor:pointer;
	 box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
	 -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  border:-1px solid #ddd;
  margin-bottom:20px;
}

.cards .row .card-home .fd .fa-caret-up{
	margin-top:-30px;
	margin-bottom:-30px;
	font-size:50px;
	color:transparent;
	z-index:2;
	transform: skew(10deg);
}
.cards .row .card-home:hover .fd .fa-caret-up{
	margin-top:-80px;
	margin-bottom:-80px;
	font-size:90px;
	color:#CE5C3B;
}
.cards .row .card-home .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:60%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color:#fff;
	 transform: skew(10deg);
	 color:#fff;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 font-size:20pt;
}
.cards .row .card-home:hover .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:80%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.cards .row .card-home .titulo{
	height:100px;
	text-align:center;
	font-size:14pt;
	font-weight:600;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#ddd;
	
}
.cards .row .card-home .titulo txt{
	 transform: skew(10deg);
	
}
.cards  .card-home:hover .titulo{
	color:#fff;
	background:#CE5C3B;
}

.cards .card-home:hover .foto::after{
	content:'+';
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	color: #fff;
	position:absolute;
	left:0;
	height:inherit;
	width:100%;
	display:flex;
	align-items: center;
	justify-content:center;
	font-size:60pt;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index:0;
}
.cards .card-home:hover .foto::before{
	content:'';
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	color: #fff;
	position:absolute;
	left:0;
	height:inherit;
	width:100%;
	background: rgba(0,0,0,0.7);
	display:flex;
	align-items: center;
	justify-content:center;
	font-size:60pt;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index:0;
	transform: skew(-10deg);
	
}


/*
.cards .row .card-home .fd{
	background: #CE5C3B;
	border-radius:5px;
	overflow:hidden;
	padding:0px;
	display:flex;
	float:left;
	align-items: center;
	justify-content:center;
	flex-direction:column ;
	flex-wrap: wrap;
	 flex-flow: row wrap;
	 font-size:11pt;
	 color: #555;
	 font-weight: 500;
	 cursor:pointer;
	 box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	 transform: skew(-10deg);
}
.cards .row .card-home .fd .fa-caret-up{
	margin-top:-30px;
	margin-bottom:-30px;
	font-size:50px;
	color:transparent;
	z-index:2;
}
.cards .row .card-home:hover .fd .fa-caret-up{
	margin-top:-80px;
	margin-bottom:-80px;
	font-size:90px;
	color:#CE5C3B;
}
.cards .row .card-home .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:60%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color:#fff;
}
.cards .row .card-home:hover .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:80%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.cards .row .card-home .titulo{
	height:100px;
	text-align:center;
	font-size:14pt;
	font-weight:600;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#ddd;
}
.cards .row .card-home:hover .titulo{
	color:#fff;
	background:#CE5C3B;
}

.cards .row .card-home:hover .foto::before{
	content:'+';
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	color: #fff;
	position:absolute;
	left:0;
	height:inherit;
	width:100%;
	background: rgba(0,0,0,0.7);
	display:flex;
	align-items: center;
	justify-content:center;
	font-size:60pt;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index:0;
}*/


@media(max-width:800px){
	.cards .row .card-home {
		margin-top:-10px;
		margin-bottom:50px;
	}
	.cards .row .card-home .fd .col-md-2{
		width:60px;
	}
	.cards .row .card-home .fd .endereco{
		float:left;
		width:80%;
	}
	.cards .informacoes{
		padding-top:50px;
	}
}


.owl-carousel .owl-stage-outer {
	overflow:visible;
}
.owl-carousel-servicos .owl-item .card-home{
	opacity:0;
	margin-left:20px;
	margin-right:20px;
}
.owl-carousel-servicos .active .card-home{
	opacity:1;

}
.passos{
	position:relative;
	background: #CE5C3B;
	
	
	padding-top:60px;
	padding-bottom:70px;
	transform-origin: left; 
	transform: skewY(-2deg); 
	position:relative;
	margin-top:-20px; 
}
.passos::before{
	position:absolute;
	content:'';
	background: url("../img/simbolo-lider-preto.png") no-repeat;
	background-size:contain;
	background-position:100px;
	height:calc(100% + 180px);
	width:100%;
	left:0;
	top:-160px;
	opacity: 0.08;
}

.passos .container{
	transform-origin: left; 
	transform: skewY(2deg); 
}
.passos .container .lista{
	margin-top:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.passos H2{
	text-align:center;
	font-size:30pt;
	font-weight:700;
	color:#fff;
	margin-bottom:50px;
	line-height:0.8;
}
.passos H2 img{
	height:40px;
	margin-top:-20px;
}
.passos .seta{
	display:flex;
	justify-content:center;
	padding-top:0px;
	font-size:25pt;
	color:rgba(0,0,0,0.3)
}
@media(max-width: 991px){
	.passos .seta{ display:none;}
}
.passos .passo{
	text-align:center;
	color:#fff;
	font-weight:600;
	margin-bottom:30px;
	line-height:1.1;
	letter-spacing:0.5px;
	font-size:14pt;
	cursor:pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.passos .passo p{
	text-align:center;
	color:#fff;
	font-weight:300;
	margin-bottom:50px;
	line-height:1.1;
	letter-spacing:0px;
	font-size:10pt;
	border-radius:5px;
	display:flex;
	opacity:0;
	padding:10px;
	-webkit-transition: 0.42s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position:absolute;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	height:110%;
	width:120%;
	top:30px;
	left:-10%;
	background: rgba(25,37,87,0.9);
}
@media(max-width: 991px){
	.passos .passo p{ width:90%;left:5%;}
}
.passos .passo p b{
	font-weight:600;
	font-size:11pt;
	padding:5px;
	background: #fff;
	color: #CE5C3B;
	border-radius:5px;
	margin-top:-5px;
	position:absolute;
	top:-5px;
	
}
.passos .passo:hover p{	
	opacity:1;
	top:-5%;
}
.passos .passo img{
	height:100px;
	margin-bottom:20px;
}
.especialidades .especialidade{
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.especialidades .especialidade, .especialidades .especialidade a{
	padding:5px;
	font-size:9pt;
	text-align:center;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.1;
}
.especialidades .especialidade img{
	max-width:100%;
	height:50px;
	margin-bottom:5px;
}
.especialidades .especialidade:hover{
	transform: scale(1.2);
	z-index:10000;
	cursor:pointer;
}

@media(max-width:800px){
	.especialidades .especialidade{
		width:50%;
	}
}

.pag-especialidades{
	padding-top:40px;
	padding-bottom:40px;
}

.pag-especialidades .especialidade{
	background: #2B347A;
	padding:20px;
	border: 2px solid #fff;
	text-align:center;
	cursor:pointer;
	height:220px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pag-especialidades .especialidade:hover{
	background: #171E52;
}

.pag-especialidades .especialidade a{
	padding:5px;
	font-size:9pt;
	text-align:center;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.1;
	font-weight:500;
}
.pag-especialidades .especialidade img{
	max-width:100%;
	height:100px;
	margin-bottom:10px;
}

@media(max-width:800px){
	.pag-especialidades .especialidade{
		width:50%;
	}
}

.sobrenos{
	position:relative;
	background: #fff;
	padding-top:30px;
	padding-bottom:30px;
	transform-origin: left; 
	transform: skewY(-2deg); 
	position:relative;
	margin-top:0px; 
	text-align:center;
}
.sobrenos .container{
	transform-origin: left; 
	transform: skewY(2deg); 
}
.sobrenos .container .txt{
	text-align:left;
	display:flex;
	align-items:center;
	justify-content:left;
	flex-flow: wrap ; 
}
.sobrenos .container .txt h2{
	font-weight:600;
	color:#18214E;
}
.sobrenos .container .img img{
	width:90%; 
}



.top-pagina{
	position:relative;
	background: #eee url("../img/bctop.jpg");
	color:#fff;
	text-align:left;
	padding-top:40px;
	padding-bottom:40px;
	background-position:center;
	background-size:cover;
}
.top-pagina::before{
	content: "";
    min-height: inherit;
    height: 100%;
    background: rgba(0,0,0,0.85);
    position: absolute;
    width: 100%;
	top:0;
	background-image: url("https://www.transparenttextures.com/patterns/navy.png");
	background-image: url("https://www.transparenttextures.com/patterns/classy-fabric.png");
	
}
.top-pagina .container:before{
	content: "";
    min-height: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
	opacity:0.1;
	background-size:20%;
	background-position:300px center;
	background-repeat: no-repeat;
	background-image: url("../img/favicon.png") ;
	
}
.top-pagina h2{
	text-align:center;
	padding:30px;
	font-weight: 400;
	line-height:1.02;
}
.top-pagina h2 B{
	font-weight: 600;
}
.top-pagina h2 span{
	font-size:14pt;
	 color: #CE5C3B;
	 
}
.top-pagina h2:after{
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #CE5C3B;
  margin: 0 auto;
  margin-top:10px;
  line-height:1.3;
}
.conteudo .texto{
	padding:30px;
	padding-top:60px;
	padding-bottom:60px;
	color:#333;
	font-size:10pt;
}

.conteudo h2 i, .conteudo h1 i, .conteudo h3 i{
	color: #2B347A;
}

@media(max-width:991px){
	.conteudog .texto img{
		max-width:90% !important;
		width:90% !important;
		height: auto !important;
	}
}


.servicos{
	position:relative;
	padding-top:40px;
	padding-bottom:40px;
}

.servicos .row .card-home .fd{
	background: #fff;
	border-radius:5px;
	overflow:hidden;
	padding:0px;
	display:flex;
	float:left;
	align-items: center;
	justify-content:center;
	flex-direction:column ;
	flex-wrap: wrap;
	 flex-flow: row wrap;
	 font-size:11pt;
	 color: #555;
	 font-weight: 500;
	 cursor:pointer;
	 box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0);
	 -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  border:1px solid #ddd;
  margin-bottom:20px;
}
.servicos .row .card-home .fd .fa-caret-up{
	margin-top:-30px;
	margin-bottom:-30px;
	font-size:50px;
	color:transparent;
	z-index:2;
	transform: skew(10deg);
}
.servicos .row .card-home:hover .fd .fa-caret-up{
	margin-top:-80px;
	margin-bottom:-80px;
	font-size:90px;
	color:#CE5C3B;
}
.servicos .row .card-home .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:60%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color:#fff;
	 transform: skew(10deg);
	 color:#fff;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 font-size:20pt;
}
.servicos .row .card-home:hover .foto{
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:80%;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.servicos .row .card-home .titulo{
	height:100px;
	text-align:center;
	font-size:14pt;
	font-weight:600;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#ddd;
	
}
.servicos .row .card-home .titulo txt{
	 transform: skew(10deg);
	
}
.servicos  .card-home:hover .titulo{
	color:#fff;
	background:#CE5C3B;
}

.servicos .card-home:hover .foto::after{
	content:'+';
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	color: #fff;
	position:absolute;
	left:0;
	height:inherit;
	width:100%;
	
	display:flex;
	align-items: center;
	justify-content:center;
	font-size:60pt;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index:0;
}
.servicos .card-home:hover .foto::before{
	content:'';
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	color: #fff;
	position:absolute;
	left:0;
	height:inherit;
	width:100%;
	background: rgba(0,0,0,0.7);
	display:flex;
	align-items: center;
	justify-content:center;
	font-size:60pt;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index:0;
	transform: skew(-10deg);
}

.servico{
	position:relative;
	padding-top:10px;
	padding-bottom:30px;
}
.servico .foto{
	background: #fff;
	margin-top:-60px;
	border-radius:10px;
	 
	 text-align:center;
	padding:15px;
	
}
.servico .foto .styck{
	position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0px;
	
}
.servico .foto img{
	margin-top:20px;
	max-width:70%;
}
.servico .marcas {
	padding-top:40px;
}
.servico .marcas img{
	width:90px;
	padding:10px;
}

.servico .informacoes{
	font-size:11pt;
	color:#555;
	padding:20px;
}
.servico .informacoes h2{
	font-weight:600;
	color:#333;
	margin-bottom:20px;
}

/*rodapé*/
footer{
	padding-top:80px;
	background-image: linear-gradient(to Bottom, #fff, #bbb);
	color:#555;
	margin-top:0px;
}
footer .logo{
	text-align: center;
	padding-bottom:20px;
	
}
footer .logo img{
	width:90%;
	max-width:250px;
}
footer .logo-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size:9pt;
	color:#555;
}
footer .menufooter{
	padding-top:30px;
	padding-left:30px;
	border-left: 1px solid rgba(0,0,0,0.04)
}
@media(max-width:991px){
	footer .menufooter{
		padding-bottom:30px;
		text-align:center;
	}
}

footer .menufooter a{
	display:block;
	font-size:10pt;
	margin-bottom:3px;
	font-weight:500;
	text-transform: lowercase;
	color:#555;
}
footer .menufooter a::first-letter{
	text-transform: uppercase;
}
footer .menufooter a:hover{
	color:#000;
}
footer .meio{
	border-left: 1px solid rgba(0,0,0,0.04);
	padding-left:30px;
}

footer .redes{
	
	margin-top: 20px;
	padding-top:10px;
	text-align:center;
	font-size:15pt;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
footer .redes B{
	font-size:10pt;
	font-weight:500;	
}
footer .redes a{
	color:#777;
	margin:5px;
}
footer .redes a:hover{
	color:#232A63;
}
footer .cop{
	font-size:9pt;
	text-align:center;
	padding:20px;
	color:#666;
	font-weight: 400;
	border-top:1px solid rgba(0,0,0,0.1);
}
footer .cop span{
	font-size:8pt;
	color:#ddd;
}
footer .cop b{
	text-decoration:none;
	font-weight:500;
}
footer .cop a{
	text-decoration:none;
	color:#555;
	font-weight:600;
}
@media(max-width:991px){
	footer .logo-footer{
		text-align:center;
	}
	footer .row{
		margin-left:0px;
		margin-right:0px;
	}
}

/* //rodapé*/


.modal-body{
	font-size:10pt;
}





.barracookies{
	padding:20px;
	background: rgba(255,255,255, 0.85);
	
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:555;
	width:60%;
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.barracookies .txt-cookies{
	font-size:10pt;
	float:left;
	color:#555;
}
.barracookies .linkcookies{
	float:left;
	padding-top:20px;
	text-align:center;
	
	
}

@media(max-width:991px){
	.barracookies{
		width:95%;
	}
}


blockquote {
    margin-left: 30px;
    border-left: 2px solid #ddd;
    padding-left: 20px;
	font-style: italic;
}





footer .menu-footer{
	padding-top:20px;
}
footer .menu-footer ul {
	list-style: none;
}
footer .menu-footer ul li {
	font-size:11pt;
	padding-bottom:10px;
}
footer .menu-footer ul li a{
	color: #fff;
}
footer .menu-footer ul li i{
	color: #ff9b1c;
	font-size:8pt;
	display:inline;
}

.modal-open{
	padding-right:0px !important;
}
.modal {
	z-index: 9999999999999999 !important;
	background:rgba(0,0,0,0.2);
}

@media(min-width: 768px){
	#ModalForm .modal-content, #ModalForm .modal-dialog {
		max-width: 800px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
	#ModalForm .modal-content,  #ModalForm .modal-dialog {
		max-width: 800px;
		
		margin: 10px auto;

		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
}

.close{
	color:rgba(0,0,0,0.5);
	outline-style: none;
}
.close:hover{
	color:rgba(0,0,0,0.8);
	outline-style: none;
}
.modal-header h4{
	color: #555;
	font-size:14pt;
}

.modal-dialog {
    animation-duration: 0.8s;
	animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-top: -300px;
	opacity:0;
  }

  to {
    margin-top: 10px;
    opacity:1;
  }
}


.oculto{
	display:none;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}




form input[type=text], form input[type=email], form input[type=password], form textarea{
	padding: 10px;
	border: 1.5px solid #ccc;
	border-radius: 5px;
	width:100%;
	font-size:10pt;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form textarea:focus{
	border: 1.5px solid #CE5C3B;
}

form .checkbox label{
	padding-right:15px;
}

button:disabled{
	opacity:0.5;
	background: #46AB99 !important;
}
  
  
  #sucessoorc{
	text-align:center;
	color:#555;
	font-size:15pt;
}
#sucessoorc i{
	font-size:80pt;
	color:#CE5C3B;
}
#sucesso{
	text-align:center;
	color:#CE5C3B;
	font-size:15pt;
}
#sucesso i{
	font-size:80pt;
	color: #CE5C3B;
}
  
/*    Input Icon */
.input-icone {
  position: relative; 
}
.input-icone .form-controle:not(:first-child) {
    padding-left: 2.5rem; 
}
.input-icone .form-controle:not(:last-child) {
    padding-right: 2.5rem; 
}
.input-icone .input-icone-addon {
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center; 
}
.input-icone .input-icone-addon:last-child {
  left: auto;
  right: 1rem; 
}
.input-icone i{
	color:#999;
}
  
	 form .captcha{
	color: rgba(17,60,131,1) !important;
	font-weight:700;
	text-align:center;
	font-size:15pt;
	padding:8px 10px !important;
	background-size:cover;	
	background-image: url('../img/fundocaptch.png') !important;
	border:0px;
}

.formulario .tmsg{
	color:#fff;
	padding-bottom:20px;
	padding-left: 0px;
	font-size: 14pt;
}
.formulario .tmsg i{
	color:#6FACCC;
}

.formulario form label{
	padding:2.5px 5px;
}
	
	.btnenv{
		text-align:right
	}

	.pl{
		padding-left:5px;
	}
	.pr{
		padding-right:5px;
	}
@media(max-width:700px){
	.pl{
		padding-left:15px;
	}
	.pr{
		padding-right:15px;
	}
	.codv{
		width:50%;
	}
	
	.btnenv{
		padding-top:20px;
		text-align:center
	}
	
}

.contato .dadoscontato{
	float:left;
	padding-top:50px;
	color:#555;
	padding-bottom:50px;
}

.contato .dados:last-child{
	border-right:0px solid #ddd;
}
.contato .dadoscontato h2{
	font-size:18pt;
	
}
.contato .dadoscontato h3{
	font-size:15pt;
}
.contato .dadoscontato i{
	color:#CE5C3B;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#CE5C3B;
	font-size:18pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contato .dadoscontato .fa-whatsapp:hover{
	color:#CE5C3B;
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}





.barra .post{
	padding:0px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin-bottom:30px;
}
.barra .post  .foto-post{
	height:180px;
	background-size:cover;
}
.barra .post  .foto-post{
	height:180px;
	background-size:cover;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.barra .post:hover  .foto-post{
	transform: scale(1.2);
}
.barra .post .sombrablog{
	position:absolute;
	width:100%;
	height:180px;
	top:0;
	left:0;
	background-image: linear-gradient(rgba(24,40,79,0),rgba(24,40,79,0.2),rgba(24,40,79,1));
}
.barra .post .titulo-post{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:10px;
	color:#fff;
	line-height:1.2em;
	font-weight:600;
background-image: linear-gradient(rgba(24,40,79,0),rgba(24,40,79,0.2),rgba(24,40,79,1));
	text-shadow: 0.1em 0.1em 0.1em rgb(0 0 0 / 60%);
	font-size:11pt;
}
.barra .post .titulo-post .data-post{
	font-size:8pt;
	font-weight:400;
	color: rgba(255,255,255,0.8);
	text-shadow: 0em 0em 0em rgb(0 0 0 / 0);
}


.top-pag{
	padding:30px 20px;
	background: #ccc;
	color:#18284F;
}
.tpost{
	color:#18284F;
	font-size:25pt;
	font-weight:600;
}
.blogpost .texto{
	padding-bottom:80px;
	font-size:1em;
}
