@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,800,900&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('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Kalam:wght@300;400;700&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(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: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0;
  border:0;
  overflow-x: hidden !important;
}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color: #555;
}
a:hover{
	text-decoration:none;
	color:#1D2D72;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background:#555; 
}

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

.btn1{
	padding: 20px 35px;
	border: 2px solid #3B409C;
	background: #2E3384;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 5px 25px;
	font-weight:500;
	font-size:12pt;
	-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;
}

.btn1 i, .btn1 svg{
	opacity:0;
	margin-left:-12px;
	transition: all 0.3s ease 0s;
}
.btn1:hover i, .btn1:hover svg{
	opacity:0.8;
	color: #eee;
	margin-left:0px;
}

.btn1:hover{
	
	background:#3B409C;
	color: #fff;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid  #3B409C;
	background: transparent;
	color:  #3B409C;
	border-radius: 5px 15px;
	font-weight:400;
	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;
}
.btn2:hover{
	background: #3B409C;
	color: #fff;

}
.btnCinza{
	padding:10px 15px;
	border: 1.5px solid #ccc;
	background: transparent;
	color: #555;
	border-radius: 5px;
	font-weight:400;
	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;
}
.btnCinza:hover{
	background:#555;
	color: #fff;
}
.btn3{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	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;
}
.btn3:hover{
	background:#FF4D00;
	color: #fff;
	opacity: .85;
	transform: scale(1.1);
}
.btn3:disabled, .btn3:hover:disabled{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	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;
	opacity:0.5;
	transform: scale(1);
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #007D3F;
	background: #007D3F;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	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;
}
.btn4:hover{
	background:#006E36;
	color: #fff;
	transform: scale(1.1);
}


@media(min-width:991px){
	.mobile{
		display:none;
	}
}
@media(max-width:991px){
	.desktop{
		display:none !important;
	}
}

@media(min-width:1400px){
	.container{
		max-width:1400px;
	}
}


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:#eee;
	border:1px solid #fff;
  color: #666; /* 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.6;
}

#btTop:hover {
  	background: #ccc;
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	border:1px solid #eee;
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}



header{
	position:fixed;
	z-index:2;
	background-image: linear-gradient(to Bottom,  rgba(0,0,0,1),  rgba(0,0,0,0.5), transparent);
	-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);*/
	width:100%;
	
}


header .menu-top{
	float:right;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom: 1px solid #e6e6e6;
	font-size:8.5pt;
	text-align:right;
	margin-bottom:15px;
}
header .menu-top span{
	color: #ddd;
	margin-left: 5px;
	margin-right: 5px;
}
header .menu-top a{
	color: #888;
}
header .menu-top a:hover{
	color: #DFB152;
}

@media(max-width: 991px){
	header .menu-top{
		font-size:8pt;
		text-align:center;
	}
}


.header{
	padding-top:20px;
	padding-bottom:90px;
	transition: 0.3s all ease-in-out;
}

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


.menu_top{
	position:fixed;
	z-index:2;
	/*background: #1D1D1B;*/
	top:0;
	
}
.menu_top .header {
	    padding-bottom: 20px;
	
}



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

.top-header{
	padding:0px;
}

.logo-header {
	text-align:center;
}
@media(max-width:991px){
	.logo-header {
		text-align:left;
	}
}
.logo-header .logo{
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:10px;
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.logo-header img{
	max-width:250px;
	width:100%;
}
.oculta{
	display:none;
}
.logo-header .logo-reta{
	display: none;
}

.logo-header .icone-logo{
	max-width: 130px;
	width: 50%;
	transition: 0.4s all ease-in-out;
	margin-bottom:5px;
}
.logo-header .letras-logo{
	max-width: 300px;
	width: 90%;
	transition: 0.5s all ease-in-out;
}

.fixed .logo-header .icone-logo{
	max-width: 60px;
	width: 20%;
	transition: 0.4s all ease-in-out;
}
@media(max-width:991px){
	.logo-header img{
		width:150px;
	}

	.navbar-nav {
		width:100% !important;
	}
}

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



header .linhabarra{
	margin-top:10px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px solid rgba(255,255,255,0.2);
}

header .tarja {
    background: #DFB152;
    height: 0px;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0px;
    border-radius: 100%;
}
header .linhabarra .entrega{
		color: #fff;
	padding:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:11pt;
	padding-top:10px;
	text-align:left;
	border-right: 0px solid rgba(255,255,255,0.2);
}
header .linhabarra .contato{
		color: #fff;
	padding:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:14pt;
	text-align:center;
	border-right: 1px solid rgba(255,255,255,0.2);
}
header .linhabarra .redes{
	color: #fff;
	padding:5px;
	padding-bottom:5px;
	padding-right:5px;
	text-align:center;
	font-size:12pt;
	text-align:center;
	display:flex;
	justify-content:right;
}
header .linhabarra .redes i{
	font-size:18pt;
	margin-left:10px;
	color: #fff;
}
header .linhabarra .redes i:hover{
	opacity: 0.7;
}

.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: 0.2s all ease-in-out;
	-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);
	background: #1D1D1B;
}
.fixed .menu-top, .fixed .barra-menu{
	display:none;
}

.fixed .logo-header img{
	width:120px;
	margin-top:0px;
}

.fixed .logo-header .logo-reta{
	display: block;
}
.fixed .header{
	padding-top:5px;
	padding-bottom:5px;
	
}
.fixed .menu-top, .fixed .espMenu{
	display:none;
}



@media(max-width:991px){
	.fixed .logo-header img{
		width:120px;
	}
	.fixed .navbar-toggler {
		margin-top:20px !important;
	}
	.fixed .logo-header .logo{
		margin-top:15px;
		margin-left:10px;
	}
}

/*menu*/

.navbar-toggler{
	display:none;
	color:#fff;
	border:0px solid transparent;
	
}
.navbar{
	padding-top:0px;
	padding-bottom:0px;

}

@media(max-width:991px){
	.navbar{
		margin-top:10px;
		padding-bottom:0px;
		background: #1D1D1B;
		border-radius: 10px;
	}
}
.menu-mobile{
	display:none;
	float:right;
}

.navbar-nav .nav-item .nav-link{
	 /*font-family: "Alegreya Sans", sans-serif;*/
	color:#fff;
	padding:10px 15px;
	font-size:11pt;
	
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	font-weight:400;
	border-radius:5px;
	border-right: 0px solid #ddd;
	margin:2px;
	text-transform: uppercase;
	
}
.navbar-nav .nav-item .active{
	border-radius:10px;
	background: #126837;
	background: #2E3384;
	color:#fff !important;
}
.navbar-nav .nav-item .nav-link:hover{
	background:rgba(255,255,255, 0.9);
	/*background-image: linear-gradient(to right, #CEB26F, #AC9354);*/

	color:#333;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.navbar-nav .nav-item .active:hover{
	background: #3B409C;
	color:#fff !important;
}
.dropdown:hover .nav-link{
	background: #006E36;
	color:#fff !important;
	border-radius: 5px 5px 0px 0px;
}


.navbar-nav .redemenu{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color:#fff ;
	font-size:12pt;
	width:35px;
	height:35px;
	margin-top:5px;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid rgba(255,255,255,0.5);
	padding:0px 0px !important;
	border-radius:50%;
	background: transparent;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navbar-nav .redemenu .nav-link{

	padding-top:10px;
	color:rgba(255,255,255,0.7);
	
}
.navbar-nav .redemenu:hover{
	border-color: #3b40a1;
	background: #363b96;
}
.navbar-nav .redemenu:hover .nav-link{
		color:#fff ;
}

.navbar-nav .ult{
	padding-right:2px;
	border-right: 1px solid rgba(255,255,255,0.1);
	margin-right:5px;
}
@media(max-width:991px){
	.navbar-nav .ult{ border-right: 0px solid #000;}
	.navbar-nav .redemenu { 
		display:none;
	}
}
.navbar-nav .btnacessar {
	
	margin-left:5px;
}
.navbar-nav .btnacessar .nav-link{
	color:#fff ;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1.5px solid #DFB152;
	border-radius:10px;
	background: #DFB152;
	font-weight:600;
}
.navbar-nav .btnacessar:hover .nav-link{
	color:#fff ;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1.5px solid #555;
	border-radius:10px;
	background: #555;
}
@media(max-width:991px){
	.navbar-nav .btnacessar .nav-link{
		border:1.5px solid #666;
		background: #666;
	}
}


.dropdown .dropdown-menu{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border:0px;
	border-bottom:0px solid #007D3F;
	padding:5px;
	top:90%;
	border-radius:0px 5px 5px 5px !important;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
	background-image: linear-gradient(to bottom, #fff , #eee);
	color:#fff;
	min-width:200px;
}
.dropdown .duasabas a{
	font-size: 9pt;
	color:#fff;
	padding:8px 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.dropdown .dropdown-menu a{
	color:#555;
	font-size: 9.5pt;
	font-weight:400;
}
.dropdown .dropdown-menu a:hover{
	color:#fff;
	background:#007D3F;
	border-radius:5px;
}

.dropdown .duas-abas li  a i, .dropdown-item i{
	font-size:7pt;
	color:#007D3F;
}
.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:25px 10px;
	}
}

@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;
		border-right:0px;
	}

	.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%;
	}
	
}
/* //menu*/

/*banner*/
.banners{
	position:relative;
	margin-top:0px;
	z-index:1;
	min-height:430px;
	background:#000;
}



/*carrousel banner*/
.banners .owl-nav {
	text-align:center;
}
.banners .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	top:45%;
	left:20px;	
}

.banners .owl-nav .owl-next{
	z-index:9999;
	position: absolute;
	top:45%;
	right:40px;
}

@media(max-width:991px){
	.banner .owl-nav .owl-prev{
		left:0px;
		top:95%;		
	}

	.banner .owl-nav .owl-next{
		right:20px;
		top:95%;
	}
}


.banners .owl-nav button {
    background: transparent !important;
    font-size: 30pt !important;
    color: rgba(255,255,255,0.1) !important;
	font-weight:700;
	 outline-style: 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;
	transform-origin: center;
	
}
.banners .owl-nav button:hover {
	  color:#2E3384 !important;
}
.banners  .owl-dots{
	z-index:9999;
	position: absolute;
	top:88%;
	left:5%;
	display:flex;
	flex-direction: row;
}
.banners  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(255,255,255,0.9)!important;
}

.banners .owl-carousel button.active{
	transform: scale(1.5);
	background:transparent !important;
	border: 1px solid #5056bd;
	width: 12px;
	border-radius:10px;
}

@media(max-width:991px){
	.banners  .owl-dots{
		z-index:9999;
		position: absolute;
		top:70%;
		left:5%;
		display:flex;
		flex-direction: column;
	}
}


.banner{
	padding-top:100px;
	margin-top:0px;
	width:100%!important; 
	text-align:center !important; 
	height:100.5vh;
	max-height:1000px;
	overflow:hidden;
	align-content:center;
	align-items:center;
	display:flex;
	justify-content:center;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:right;
}
.banner:before{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	left:-1px;
	top:0px;
	background-color: transparent;
	background-image: linear-gradient(30deg, rgba(0,0,0, 0.9) 40%, rgba(0,0,0, 0) 70%);
	overflow: hidden;
}
.banner:after{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	top:0px;
	background-color: transparent;
	background-image: url('../img/brilliant.png');

	opacity:0.6;
	z-index:1;
}
.banner .conteudo{
	text-align:left;
	color:#fff;
	margin-left:80px;
	position:relative;
	z-index:2;
}
.banner .conteudo h2{
	font-weight: 700;
	font-size:4.2em;
	line-height:1;
	text-shadow: 1px 1px 2px black;
}
.banner .conteudo p{
	margin-top:30px;
	margin-bottom:30px;
	font-weight: 500;
	font-size:1.1em;
}
.banner .conteudo a{
	font-size:1.1em;
	padding: 15px 25px;
	background: #2E3384;
	color: #fff;
	border-radius: 10px;
	font-weight:600;
	border: 1px solid #2E3384;
	transition: 0.2s;
}
.banner .conteudo a:hover{
	background: #4a50be;
}



@media(max-width:991px){
	.banner{
		height:550px;
	}
	.banner .conteudo{
		margin-left:10px;
		padding-top:50px;
	}
	.banner .conteudo h2{
		font-weight: 700;
		font-size:2.2em;
		line-height:1;
	}
	.banner .conteudo a, .banner .conteudo p{
		font-size:1em;
	}
	.banners .owl-nav {
		display:none;
	}

}



/*ANIMAÇÃOBANNER*/
@keyframes animacaoFundo
	{
	    0%
	    {
	        background-size:100%;
	    }
	    50%
	    {
	        background-size:120%;
	    }
	    100%
	    {
	         background-size:100%;
	    }
	}
	
	@keyframes animacaoImg
	{
	    0%
	    {
	        opacity:0;
			bottom:-500px;
			filter: brightness(100%);
	    } 
		83%
	    {
			filter: brightness(100%);
			transform: scale(1);
	    }
	    85%{
			filter: brightness(110%);
			 opacity:1;
			bottom:0px;
		}
		88%{
			filter: brightness(100%);
			
		}
		90%{
			filter: brightness(180%);
			transform: scale(1.2);
			
		}
		93%{
			filter: brightness(100%);
			
		}
		95%{
			filter: brightness(180%);
			
		}
		100%
	    {
	        filter: brightness(100%);
			transform: scale(1);
	    }
	}
	@keyframes animacaoTxt
	{
	    0%
	    {
	        opacity:0;
			right:-500px;
	    }
	    100%
	    {
	         opacity:1;
			right:0px;
	    }
	}



/* //banner */


.owl-dots{ text-align:center;}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	height:8px;
	width:8px;
	background:rgba(0,0,0,0.4);
	border-radius:50%;
	margin:5px;
	-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;
}

.owl-carousel button.owl-dot:hover{
	transform: scale(1.5);
	/*background:#1D2D72 !important;*/
}
.owl-carousel button.active{
	transform: scale(1.5);
	background:#33CC66 !important;
}


.detalhe-banner{
	position:relative;
	width:100%;
	margin-top:0px;
	z-index:9;
	text-align:center;
	background:#fff;
}
.detalhe-banner img{
	width:100%;
	max-width:1600px;
	margin-top:-56px;
	border-bottom:5px solid #fff;
}

.servicos{
	position:relative;
	z-index:10;
	background: url('../img/fundo-servicos.png');
	background-repeat: repeat-x;
	background-size:inherit;
	background-position: bottom right;
	margin-top:-80px;
	padding-bottom:20px;
}

    

@media(max-width:991px){
	.servicos{
		margin-bottom:-20px;
		padding-bottom:0px;
	}
	/*.servicos .owl-stage-outer{
		overflow:inherit;
		overflow-x: visible;
	}*/
}

.servicos .owl-carousel-servicos {
	margin-top:0px;
}

@media(max-width:991px){
	.servicos .owl-carousel-servicos {
		margin-top:30px;
	}

}
.servicos .row .card-home .fd{
	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 10px 5px rgba(0, 0, 0, 0);
  border:-2px solid #eee;
  margin-bottom:20px;
  border-radius: 5px 50px;
}

.servicos .row .card-home .fd .fa-caret-up{
	margin-top:-30px;
	margin-bottom:-30px;
	font-size:50px;
	color:transparent;
	z-index:2;
}
.servicos .row .card-home:hover .fd .fa-caret-up{
	margin-top:-80px;
	margin-bottom:-80px;
	font-size:90px;
	color:#2E3384;
}
.servicos .row .card-home .foto{
	height:250px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background-color:#fff;
	 color:#fff;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 font-size:20pt;
}
.servicos .row .card-home:hover .foto{
	height:250px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	
}
.servicos .row .card-home .titulo{
	height:80px;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#333;
	color:#fff;
	
}
.servicos  .card-home:hover .titulo{
	color:#fff;
	background:#2E3384;
}

.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;	
}


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

.owl-carousel-servicos .owl-item .card-home{
	opacity:0;
}
.owl-carousel-servicos .active .card-home{
	opacity:1;

}
.servicos .owl-nav {
	text-align:right;
	display: inline !important;
    margin-top: -200px;
    float: right;
	border:0px solid #000;
	width: 100%;
	padding-right:280px;
}
.servicos .owl-nav .owl-prev{
	z-index:9999;
	margin-right: 20px !important;
	position: absolute;
	top:45%;
	left:0px;
}

.servicos .owl-nav .owl-next{
	z-index:9999;
	margin-left: 20px;
	position: absolute;
	top:45%;
	right:20px;
}
/*
@media(max-width:991px){
	.servicos .owl-nav .owl-prev{
		left:0px;
		top:95%;		
	}

	.servicos .owl-nav .owl-next{
		right:20px;
		top:95%;
	}
}*/


.servicos .owl-nav button {
    background: transparent !important;
    font-size: 25pt !important;
    color: rgba(0,0,0,0.1) !important;
	font-weight:700;
	 outline-style: 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;
	transform-origin: center;
	
}
.servicos .owl-nav button:hover {
	  color:#2E3384 !important;
}
.servicos  .owl-dots{
	z-index:9999;
	position: relative;
	text-align: center;
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.servicos  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2)!important;
}

.servicos .owl-carousel button.active{
	transform: scale(1.5);
	background:transparent !important;
	border: 1px solid #2E3384 ;
	width: 15px;
	border-radius:10px;
}



.servicos .texto{
	padding-top:0px;
	text-align: center;
}
.servicos .texto h2{
	color: #333; 
	font-weight:800;
	font-size: 2.5em;
}
.servicos .texto p{
	margin-bottom: 50px;
}





.sc1{
	position:relative;
	z-index:2;
	background:#333;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	margin-top:100px;
	padding-bottom:10px;
}

.sc1 .foto{
	margin-top:-70px;
}
.sc1 .foto img{
	width:115%;
	margin-left:-10%;
	z-index:-1;
	rotate: -3deg;
}
.sc1 .texto{
	padding-top:60px;
	font-size:14pt;
	color:#ddd;
	z-index:2;
	font-weight:300;
}
.sc1 .texto b , .sc1 .texto strong{
	font-weight:600;
}
.sc1 .texto h2{
	font-weight:700;
	color: #fff;
	margin-bottom:20px;
	line-height: 1.1;
}
.sc1 .texto h2 b{
	font-size: 2em;
	font-weight:800;
	color:#a4c8ff;
	color:#fff;
}
.sc1 .texto a{
	font-weight:600;
	font-size:12pt;
}
.sc1 .texto a i, .sc1 .texto a:hover svg{
	opacity:0;
	margin-left:-12px;
	transition: all 0.3s ease 0s;
}
.sc1 .texto a:hover i, .sc1 .texto a:hover svg{
	opacity:0.9;
	color: #ccc;
	margin-left:0px;
}

@media(max-width:991px){
	.sc1 .foto{
		margin-top:-30px;
		overflow:hidden;
	}
	.sc1 .foto img{
		margin-left:-10%;
	}
	.sc1 .texto{
		padding-top:0px;
		padding-bottom:80px;
	}
}
.clientes{
	position:relative;
	z-index: 4;
}
.clientes .titulo-clientes{
	display: flex;
	justify-content: center;
	text-align: center;
	background: #fff;
	padding-top:20px;
	color:#555;
}
.clientes .lista-clientes{
	background: #fff;
	padding:20px;
	margin-top:-30px;
	border-radius:5px 40px;
	box-shadow: 0px -10px 15px 5px rgb(0 0 0 / 0.2);
	padding-top:20px;
	padding-bottom:35px;
}
.clientes .owl-carousel-clientes .cliente{
	text-align: center;
	padding:10px;
	display:flex;
	align-items: center;
	height:80px;
}
/*.clientes .owl-carousel-clientes .cliente img{
	max-height:50px;
	max-width: 100%;
	max-height:80px;
}*/

.clientes .owl-nav {
	text-align:right;
	display: inline !important;
    float: right;
	border:0px solid #000;
	width: 100%;
	padding-right:0px;
}
.clientes .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	bottom:35px;
	left:-40px;
}

.clientes .owl-nav .owl-next{
	z-index:9999;
	margin-left: 20px;
	position: absolute;
	bottom:35px;
	right:-10px;
}
/*
@media(max-width:991px){
	.servicos .owl-nav .owl-prev{
		left:0px;
		top:95%;		
	}

	.servicos .owl-nav .owl-next{
		right:20px;
		top:95%;
	}
}*/


.clientes .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(0,0,0,0.1) !important;
	font-weight:700;
	 outline-style: 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;
	transform-origin: center;
	
}
.clientes .owl-nav button:hover {
	  color:#2E3384 !important;
}
.clientes  .owl-dots{
	z-index:9999;
	position: absolute;
	bottom:-25px;
	left:-20px;
	width: 100%;
	text-align: center;
}
.clientes  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2)!important;
}

.clientes .owl-carousel button.active{
	transform: scale(1.5);
	background:transparent !important;
	border: 1px solid #2E3384;
	width: 15px;
	border-radius:10px;
}

.acessoprojetos{
	position: relative;
	z-index: 3;
	margin-top:20px;
}
.acessoprojetos img{
	width: 110%;
}
.acessoprojetos .texto{
	padding-top:0px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	font-size:14pt;
	
}
.acessoprojetos .texto h2{
	font-weight: 400;
	font-size: 2.2em;
	color:#333;
}
.acessoprojetos .texto h2 b{
	font-weight: 800;
}

.scblog{
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	margin-top:0px;
	background:#fff url('../img/fd-blog-home.png') no-repeat;
	z-index:3;
	transform-origin: left;
  
}
.scblog .container{
	transform-origin: left;
}

.scblog .texto{
	padding-top:120px;
	font-size:12pt;
	color:#555;
}

.scblog .texto h2{
	font-weight:700;
	color: #555;
	margin-bottom:20px;
}

.scblog .texto span{
	background:#2E3384;
	color:#fff;
	padding:2px 10px;
	border-radius: 5px 10px;
}

.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:300px;
	padding:0px; 
	overflow:hidden;
	background: #eee;
	border-radius:5px 40px;
}
.blog .post .foto{
	height:inherit;
	background-size:cover;
	padding:0px;
	-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;
	z-index:1;
}
.blog .post:hover .foto, .base a:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: contrast(1.3);
}
.blog .post  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 9;
	height:inherit;
	padding-right:10px;
	-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;
}
.blog .post:hover  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.9));
}
.blog .infpost{
	position: absolute;
	bottom:0px;
	z-index:10;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
.blog .infpost h2{
	color: #fff;
	font-size:13pt;
	  text-shadow: 1px 1px 2px black;
}
.base a:hover .infpost h2{
	color: #fff;
}
.blog .infpost span{
	font-size:8pt;
	color: #eee;
	line-height:10pt;
}
.blog .infpost P{
	margin-top:30px;
	font-weight: 600;
	font-size:12pt;
	color: #FFF;
	line-height:10pt;
}
.blog  .post:hover  .infpost P{
	color: #757bf1;
}
.blog .infpost P i{
	color: #757bf1;
}
@media(max-width:991px){
	.scblog .texto{
		padding-top:0px;
	}
}

.blog .vejamais{
	display: flex;
	align-items: center;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
.blog .vejamais a{
	color:#999;
	font-size:10pt;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.blog .vejamais a:hover{
	color:#2E3384;
	transform: scale(1.1);
}
.blog .vejamais a i{
	border:1px solid #999;
	border-radius:50%;
	font-size:22pt;
	padding: 5px 7px;
}
.blog .vejamais a:hover i{
	border:1px solid #2E3384;;
	color:#fff;
	background: #2E3384;
}

.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(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,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(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,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);
}
.projetos .infpost{
	position: absolute;
	bottom:5px;
	z-index:10;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:10px;
}
.projetos .infpost h2{
	color: #fff;
	font-size:15pt;
	  text-shadow: 1px 1px 2px black;
}
.projetos .mais{
	position: absolute;
	bottom:5px;
	right:12px;
	color:#fff;
	z-index:10;
	font-size:25pt;
	
}
.projetos .mais i{
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius:50%;
	text-align: center;
	opacity:0;
	transition: all 0.3s ease 0s;
}
.projetos .post:hover  .mais i{
	opacity:0.8;
}

.formulario{
	padding-left:50px;
	padding-right:50px;
}
.formulario form label{
	padding:2.5px 5px;
}
.formulario form input[type=text], .formulario form input[type=email], .formulario form textarea, .formulario form select, .formulario form input[type=password] {
	padding:10px 15px;
	background: #fff;
	border: 0.2pt solid #bbb;
	border-radius:5px;
}
.formulario form input[type=text]:focus, .formulario form input[type=email]:focus, .formulario form textarea:focus, .formulario form input[type=password]:focus{
	border: 0.2pt solid #3B409C!important ;
}
.formulario form textarea{
	height:150px;
	outline:0;
}

.formulario form .captcha{
	color: #3B409C !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:#3B409C;
}
	
	.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
	}
	
}


.fcontato{
	
	padding-left:30px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:20px;
	background: #f6f6f6;
	border-radius:5px 5px 0px 0px;
}

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

.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:#3B409C;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .conteds i{
	color:#3B409C;
	font-size:12pt;
	width:14px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#bbb;
	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:#007D3F;
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}








/*rodapé*/
footer{
	position:relative;
	padding-top:50px;
	/*background-image: linear-gradient(65deg,  #FF4D00, #FF4D00, #FF4D00);*/
	background: #1D1D1B;
	color:#fff;

}
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;
	flex-flow: row wrap;
	text-align:center;
	font-size:9pt;
	color:#555;
}
footer .menufooter{
	padding-top:30px;
}
footer .menufooter a{
	display:block;
	font-size:10pt;
	margin-bottom:5px;
	font-weight:400;
	text-transform: lowercase;
	color:#fff;
}
footer .menufooter a::first-letter{
	text-transform: uppercase;
}
footer .menufooter a:hover{
	color:#757bf1;
}
footer .meio{
	border-left:1px solid rgba(255,255,255,0.1);
	padding-left:30px;
}
footer .meio i, footer .meio svg{
	color: #aaa;
}

@media(max-width:991px){
	footer .meio{
		border-left:0px solid rgba(255,255,255,0.1);
		border-top:1px solid rgba(255,255,255,0.1);
		padding-left:0px;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:10px;
	}
}

footer .redes{
	
	margin-top: 20px;
	padding-top:10px;
	text-align:center;
	font-size:20pt;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
footer .redes B{
	font-size:12pt;	
}
footer .redes a{
	color:rgba(255,255,255,0.6);
	margin:5px;
}
footer .redes a:hover{
	color:rgba(255,255,255,1);
}
footer .cop{
	margin-top:40px;
	font-size:9pt;
	text-align:center;
	padding:20px;
	color:#fff;
	font-weight: 400;
	border-top:1px solid rgba(0,0,0,0.1);
}
footer .cop i{
	color:#999;
}
footer .cop a{
	text-decoration:none;
	color:#ddd;
	font-weight:500;
}
@media(max-width:991px){
	footer .logo-footer{
		text-align:center;
	}
	footer .row{
		margin-left:0px;
		margin-right:0px;
	}
}

/* //rodapé*/

/*titulo página*/
.nome-pagina{
	padding-top:150px;
	position:relative;
	min-height:100px;
	margin-bottom:0px;
	background: #1D1D1B url('../img/bg-menu.png');
	background-size: cover;
	background-position: right;
}
.nome-pagina .base {
	text-align:center;
	padding:20px;
	padding-top:40px;
	display:flex;
	
	align-items:center;
	min-height:100px;
}
.nome-pagina .base h2{
	color: #ddd;
	font-size:14pt;
	font-weight:200;
	background-color: #2E3384;
	padding:10px 40px;
	border-radius:10px;
	margin-bottom:-70px;
	 z-index: 3;
}
.nome-pagina .base h2 b{
	color: #fff;
	font-weight:700;
	font-size:20pt;
	
}
.nome-pagina .detalhe-banner {
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index: 2;
    text-align: center;
    background: #fff;
}
.nome-pagina .detalhe-banner img {
    width: 100%;
    max-width: 1600px;
    margin-top: -56px;
    border-bottom: 5px solid #fff;
}

.conteudo-pag{
	min-height:500px;
	padding:30px;
	position:relative;
}
.conteudo-pag .conteudo{
	padding:40px;
	padding-top:50px;
	border-radius:10px;
}
.conteudo-pag{
	color: #444;
}
.conteudo-pag h2 i, .conteudo-pag h1 i, .conteudo-pag h3 i{
	color: #007D3F;
}
@media(max-width:991px){
	.nome-pagina .base {
		padding:0px;
		padding-top:20px;
	}
	.nome-pagina .base h2 b{
		font-size:18pt;
	}
	.conteudo-pag .conteudo img{
		max-width:90% !important;
		width:90% !important;
		height: auto !important;
	}
}

	
.conteudo-pag details {	
	border-radius:5px;
	overflow:hidden;
	-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;
}
.conteudo-pag details[open] {	
	background:#eee;
	-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;
}

.conteudo-pag details summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	border-bottom:2px solid #007D3F;
	color:#007D3F;
		-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;
}
.conteudo-pag details summary:hover{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #007D3F;
	color:#007D3F;
}
.conteudo-pag details[open]  summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #007D3F;
	background:#007D3F;
	color:#fff;
}
.conteudo-pag details p{
	padding:20px;
		-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;
}

@media(max-width:991px){
	.conteudo-pag{
		padding:10px;
		margin-top:-30px;
	}
	.conteudo-pag .conteudo{
		padding:10px;
		margin-top:0px;
	}

}



.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%;
	}
}

.paginacao {
	list-style:none;
}
.paginacao .page-item{
	padding:5px;
	border-left:1px solid #eee;
	background:#fff;
	width:42px;
	text-align:center;
	color: #555;
	font-size:12pt;
	display: inline-block;
	margin:0;
}
.paginacao .ativo{
	padding:5px;
	border:1px solid #ff9b1c;
	background:#ff9b1c;
	width:42px;
	text-align:center;
	color: #fff;
	font-size:12pt;
	display: inline-block;
	margin:0;
}
.paginacao .page-item:hover{
	padding:5px;
	background:#555;
	width:42px;
	text-align:center;
	color: #fff;
	font-size:12pt;
}
.paginacao .page-item a{
	color: #555;
}


.con-blog{
	padding:20px;
}
.con-blog h2{
	color: #0b3056;
	line-height:25pt;
	margin-bottom:10px;
}
.con-blog span{
	color: #888;
	font-size:10pt;
}
.con-blog .con-capa{
	padding:20px;
	text-align:center;
	margin-top:20px;
}
.con-blog .con-capa img{
	max-width:100%
}
.con-blog .txt-blog img{
	max-width:90% !important;
}
.con-blog .txt-blog {
	font-size: 12pt;
	color:#666;
}

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




.popup{
	position:fixed;
	background: rgba(0,0,0,0.7);
	text-align:center;
	z-index:99999999999999999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding-top:100px;
}
.popup .janela{
	width: 50%;
	margin:0 auto;
	padding:0px;
	min-height:100px;
	background:#fff;
	border-radius:10px;
}
.popup .janela .t-pop{
	font-size:13pt;
	padding:20px;
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	text-align:left;
}
.popup .janela .t-pop button{
	color:rgba(255,255,255,0.5);
	background: transparent;
	border: 0;
	float:right;
}
.txt-pop{
	color:#666;
	font-size:12pt;
	padding-top:0px;
	text-align:left;
}
.txt-pop a{
	color:#ff9b1c;
	font-size:17pt;
	font-weight:600;
}
.form-pop form label{
	width:100%;
}
.form-pop form{
	padding-top:30px;
	padding-bottom: 30px;
}
 .form-pop form label input[type=text],  .form-pop form label input[type=email]{
	width:100%;
	border:0;
	border-bottom:1px solid #ccc;
	padding:5px;
	color: #555;
	font-size:10pt;
} .form-pop .bt-form{
	padding:10px 20px;
	color:#fff;
	background: #0b3056;
	border:0px;
	border-radius:10px;
}
.form-pop .bt-form:hover{
	padding:10px 20px;
	color:#fff;
	background: #ff9b1c;
	border:0px;
	border-radius:10px;
}
.confirmacao{
	min-height:200px;
	font-size:12pt;
	text-align:center;
	color:#555;
}
.confirmacao i{

	font-size:70pt;
	color:#3B409C;
}


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: #3B409C;
	font-size:8pt;
	display:inline;
}

#linkmo button{
	background: #3B409C;
	color: #fff;
	font-size:8pt;
	padding:10px 15px;
	border:0px;
	border-radius:10px;
	outline-style: none;
}
#linkmo button:hover{
	-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1) ;
        transform: scale(1.1) ;
	
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition:.2s;
}


.modal-open{
	padding-right:0px !important;
}
.modal {
	z-index: 9999999999999999 !important;
	background:rgba(0,0,0,0.2);
}
@media(min-width: 768px){
	.modal-content, .modal-dialog {
		max-width: 600px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
	.modal-content,  .modal-dialog {
		max-width: 900px;
		padding-top:10px;
		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;
}


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



@media(max-width:991px){
	.conteudo p img, .texto p img, .texto p iframe, .conteudo p iframe{
		width: 100% !important;
		max-width: 700px;
		max-height: 700px;
		height: auto !important;
	}
}

.whats-home{
	position:fixed;
	bottom: 30px;
	left: 20px;
	color:#fff;
	font-size:20pt;
	padding:7px 15px;
	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;
}

@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:120px;
	color:#fff;
	font-size:10pt;
	line-height: 12pt;
}


.mouse{
	margin-top:0; 
	border:0px solid #fff; 
	width:40px; 
	height:40px; 
	border-radius:10px; 
	text-align:right; 
	margin-left:74%;
	-webkit-animation: animacaoMouseBolinha 2s ease;
    animation: animacaoMouseBolinha 2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
	color:#ccc;
	font-size: 22pt;
}
@media(max-width:991px){
	.mouse{
		margin-left:90%;
	}
}
.mouse .bolinha{
	border-radius:5px; 
	width:4px;
	height:8px; 
	background:#DFB152; 
	margin-top:5px; 
	margin-left:41%;
	-webkit-animation: animacaoMouseBolinha 1s ease;
    animation: animacaoMouseBolinha 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

@keyframes animacaoMouse
{
	15%
	{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50%
	{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	80%
	{
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes animacaoMouseBolinha
{
	15%
	{
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	50%
	{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	80%
	{
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100%
	{
		-webkit-transform: translateY(2);
		transform: translateY(2);
	}
}

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

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





#login .modal-content, #login .modal-dialog {
	max-width: 500px;
	margin: 30px auto;
	padding-top:0px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}


/*    Input Icon */
.input-icon {
	position: relative; 
}
.input-icon .form-control:not(:first-child) {
	padding-left: 2.5rem;
}
.input-icon .form-control:not(:last-child) {
	padding-right: 2.5rem; }
.input-icon .input-icon-addon {
	position: absolute;
	left: 1rem;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center; 
}
.input-icon .input-icon-addon:last-child {
	left: auto;
	right: 1rem; 
}

.produto .foto{
	
	 text-align:center;
	padding:15px;
	
}
.produto .foto .styck{
	position: -webkit-sticky;
    position: sticky;
    top: 110px;
    padding: 5px;
	border-radius:5px;
	background: #eee;
}
.produto .foto img{
	margin-top:20px;
	max-width:80%;
}

.produto .foto .fotoproduto{
	height: 500px;
    background-size: cover;
    background-position: center;
    border: 0px solid #eee;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
	background-repeat:no-repeat;	
	border-radius:5px;
}
.produto .foto .fotoproduto:hover{
	opacity:.95;
}

.produto .miniaturas{

	display:flex;
	justify-content:center;
	flex-flow: row wrap;
}
.produto .miniaturas .miniatura{
	height: 100px;
	width: 100px;
    background-size: cover;
    background-position: center;
    border: 0px solid #fff;
    cursor: -webkit-pointer;
    cursor: pointer;
	margin: 5px;
	background-repeat:no-repeat;
	float:left;
	border:1px solid #eee;
	border-radius:5px;
}
.produto .miniaturas .active{
	opacity: .6;
}

@media(max-width:991px){
	.produto .miniaturas{display:none;}
}

.produto .owl-nav {
	text-align:center;
}
.produto .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	top:45%;
	left:0px;	
}

.produto .owl-nav .owl-next{
	z-index:9999;
	position: absolute;
	top:45%;
	right:35px;
}

@media(max-width:991px){
	.produto .owl-nav .owl-prev{
		left:-10px;
		top:45%;
		z-index:99999;		
	}

	.produto .owl-nav .owl-next{
		right:22px;
		top:45%;
		z-index:99999;
	}
}
.produto .owl-nav button {
    background: transparent !important;
    font-size: 30pt !important;
    color: rgba(255,255,255,0.6) !important;
	font-weight:700;
	 outline-style: 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;
	transform-origin: center;
	
}
.produto .owl-nav button:hover {
	   color: rgba(255,255,255,1) !important;
}
.produto  .owl-dots{
	z-index:9999;
	position: relative;
	margin-top:-20px;
	background:transparent;
	display:none;
}
@media(max-width:991px){
	.produto  .owl-dots{
		z-index:9999;
		position: relative;
		margin-top:-20px;
		background:transparent;
		display:none;
	}
	.produto .foto{
		order:0;
	}
	.produto .conteudo{
		order:1;
		padding-top:20px;
	}
	.produto .foto .fotoproduto{
	height: 350px;
}
}
.produto  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2);
}
.lb-number{display: none !important;}
	  
	  
	  