@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('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;
  
  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:10px 15px;
	border: 1px solid #DFB152;
	background: #DFB152 url('../img/fd-btn.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 5px;
	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:hover{
	background: #a17c30;
	color: #fff;
	background-position: 100px;
	background-repeat: no-repeat;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid  #DFB152;
	background: transparent;
	color:  #DFB152;
	border-radius: 5px;
	font-weight:400;
	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;
}
.btn2:hover{
	background: #DFB152;
	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:1px solid #555;
	padding:10px 15px;
	background: #555;
	color: #fff;
		border-radius: 5px;
	font-weight:500;
	font-size:11pt;
	opacity:0.8;
		-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:#555;
	color: #fff;
		opacity: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.7), 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 .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;
	
}

.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 .icone-logo{
		max-width: 60px;
	}
	.logo-header .letras-logo{
		max-width: 200px;
	}
	.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:200px;
}
.fixed .logo-header .logo{
	display:none;
}
.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 .navbar-toggler {
		margin-top:15px !important;
	}
	.fixed .logo-header .logo{
		margin-top:15px;
		margin-left:10px;
	}
	.fixed .header {
		padding-top:10px;
		padding-bottom:0px;
	}
}

/*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: #DFB152;
	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: #DFB152;
	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: #DFB152;
	background: #c79b44;
}
.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:#DFB152 !important;
}
.banners  .owl-dots{
	z-index:9999;
	position: absolute;
	top:35%;
	left:10%;
	display:flex;
	flex-direction: column;
}
.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 #DFB152;
	height: 15px;
	border-radius:10px;
}

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


.banner{
	padding-top:100px;
	margin-top:0px;
	width:100%!important; 
	text-align:center !important; 
	height:85vh;
	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;
	
	top:0px;
	background-color: transparent;
	background-image: linear-gradient(30deg, rgba(0,0,0, 0.8) 40%, rgba(0,0,0, 0) 70%);
}
.banner:after{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	top:0px;
	background-color: transparent;
	background-image: url('../img/teste-fundo.png');
	background-size: cover;
	background-position:right;
	opacity:0.8;
	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: #DFB152;
	color: #fff;
	border-radius: 10px;
	font-weight:600;
	border: 1px solid #DFB152;
}
.banner .conteudo a:hover{
	background: #c79b44;
}

.banner .conteudo .frase{
	float:left;
	padding:10px 20px; 
	border-radius:20px; 
	margin-top:10px;
	border:2px solid #DFB152; 
	font-size:18pt; 
	z-index:0;
}

@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 .frase{
		font-size:0.8em;
	}
	.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 */


.administradoras{
	margin-top:0px;
	z-index:3;
	padding-bottom:60px;
	background:#1D1D1B;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	background-image: url("https://www.transparenttextures.com/patterns/dark-dot.png");
	
}
.administradoras .r-administradoras{
	background: #fff;
	margin-top:-40px;
	padding:20px;
	padding-top:15px;
	border-radius:20px;
	z-index:3;
}
.administradoras .r-administradoras .texto{
	text-align: center;
	margin-bottom:10px;
	color:#555;
}
	

.administradoras .owl-dots{display:none;}

@media(max-width:991px){
	.administradoras{
		padding-left:10px;
		padding-right:10px;
	}
	.administradoras .r-administradoras .texto h4{
		font-size: 1em;
	}
}
	

.servicos{
	position: relative;
	margin-top:0px;
	z-index:3;
	overflow-x: hidden;
	padding-bottom:150px;
	background:#1D1D1B;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	background-image: url("https://www.transparenttextures.com/patterns/dark-dot.png");
}

.servicos .servico{
	padding:30px;
}
.servicos .servico .row{
	box-shadow: 2px 10px 10px 1px rgba(0, 0, 0, 0.2);
	border-radius:20px;
	overflow: hidden;
}
.servicos .servico .bg-fundo{

	background-position: center;
	background-size: cover;
	height: 250px;
	background-color: #fff;
}
.servicos .servico .informacoes{
	position:relative;
	height: 200px;
	text-align: center;
	background-color: #fff;

}
.servicos .servico .informacoes .titulo{
	text-align: center;
	margin-top:-10px;
	height: 40px;
}
.servicos .servico .informacoes .titulo b{
	font-size:15pt;
	padding:5px 15px;
	color:#fff;
	background: #DFB152;
	border-radius:10px;
}
.servicos .servico .informacoes p{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:12pt;
	font-weight: 500;
}

.owl-carousel-servicos{
	margin-left:5px;
}
@media(max-width:991px){
	
	.owl-carousel-servicos{
		margin-left:1px;
	}
	.servicos .servico .informacoes p {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 10pt;
		font-weight: 500;
	}
}

.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:-25px;
}

.servicos .owl-nav .owl-next{
	z-index:9999;
	margin-left: 0px;
	position: absolute;
	top:45%;
	right:0px;
}

.servicos .owl-nav button {
    background: transparent !important;
    font-size: 25pt !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;
	
}
.servicos .owl-nav button:hover {
	  color:#DFB152  !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(255,255,255,0.2)!important;
}

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





.vantagens{
	position: relative;
	margin-top:0px;
	z-index:3;
	padding-bottom:120px;
	background: #f6f6f6;
	/*background: #eee url("https://www.transparenttextures.com/patterns/debut-light.png");*/
}
.vantagens .tarja{
	background: #fff;
	border-radius:20px;
	margin-top:-80px;
	box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.1);
	margin-bottom:20px;
	padding:20px;
	padding-top:30px;
	padding-bottom:30px;
}
.vantagens .tarja h2{
	font-weight: 700;
}
.vantagens .titulo{
	margin-bottom: 20px;
}
.vantagens .vantagem{
	border-left:1px solid #DFB152;
	padding: 20px;
	line-height: 1.4;
}
.vantagens .vantagem:nth-of-type(2){
	border-left: 0 !important;
}
.vantagens .vantagem i{
	font-size:40pt;
	color:#DFB152;
	margin-bottom:20px;
}
.vantagens .vantagem h2{
	font-size: 15pt;
	font-weight: 700;
}
.vantagem h2 {
  position: relative;
  margin-bottom: 20px; /* espaço entre o h2 e o risquinho */
  display: block;
}
.vantagem h2::after {
  content: "";
  display: block;
  width: 50px; 
  height: 3px; 
  background-color: #DFB152; 
  margin: 8px auto 0; 
  border-radius: 2px;
  transition: width 0.5s ease; 
}
.vantagens .contempladas{
	background: #fff;
	border-radius:20px 150px 150px 20px;
	border:1px solid #eee;
	margin-top:200px;
	padding-left:30px;
	padding-right:0px;
}
.vantagens .contempladas h2 b, .vantagens .contempladas h2 strong{
	color:#DFB152;
}
.vantagens .contempladas img{
	margin-top:-220px;
	margin-bottom:-80px;
	width: 110%;
}

@media(max-width:991px){
	.vantagens{
		padding-left: 15px;
		padding-right: 15px;
	}
	.vantagens .titulo{
		font-size: 0.8em;
	}
	.vantagens .titulo h2{
		font-size: 1.9em;
	}
	.vantagens .vantagem{
		border-left:0px solid #DFB152;
		border-top:1px solid #DFB152;
		font-size:0.9em;
	}
	.vantagens .vantagem h2{
		font-size: 1.5em;
	}
	.vantagens .vantagem:nth-of-type(2){
		border-top: 0 !important;
	}
	.vantagens .contempladas{
		background: #fff;
		border-radius:20px 150px 10px 10px;
		border:1px solid #eee;
		margin-top:200px;
		padding-left:15px;
	}
	.vantagens .contempladas .texto{ 
		order:2;
		padding-bottom:10px;
	}
	.vantagens .contempladas .foto{
		order:1;
	}
	.vantagens .contempladas img{
		margin-top:-220px;
		margin-bottom:20px;
		width: 100%;
	}
}

.sobre{
	position: relative;
	z-index: 4;
	padding-bottom:100px;
}
.sobre h2{
	margin-bottom:40px;
}
.sobre h2 b, .sobre h2 strong{
	color:#DFB152;
}
.sobre h3{
	margin-bottom:40px;
	font-size:15pt;
	width: 100%;
}
.sobre img{
	width: 110%;
	margin-top:-80px;
	margin-left:-5%;
}

@media(max-width:991px){
	.sobre img{
		width: 100%;
		margin-top:-80px;
		margin-left:-5%;
	}
}

.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 #DFB152!important ;
}
.formulario form textarea{
	height:150px;
	outline:0;
}

.formulario form .captcha{
	color: #DFB152 !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;
}
	
	.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:#DFB152;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .conteds i{
	color:#DFB152;
	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;
}





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




/*rodapé*/
footer{
	position:relative;
	padding-top:50px;
	/*background-image: linear-gradient(65deg,  #FF4D00, #FF4D00, #FF4D00);*/
	background: #DFB152;
	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:#005C1F;
}
footer .meio{
	border-left:1px solid rgba(255,255,255,0.1);
	padding-left:30px;
}
footer .meio i, footer .meio svg{
	color: #DFB152;
}

@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{
	font-size:7pt;
	color:#007D3F;
}
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:120px;
	margin-bottom:40px;
	background: #1D1D1B;
	background-size: cover;
	background-position: center;
}
.nome-pagina .base {
	text-align:center;
	padding:20px;
	padding-top:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:120px;
}
.nome-pagina .base h2{
	color: #666;
	font-size:14pt;
	font-weight:200;
}
.nome-pagina .base h2 b{
	color: #fff;
	font-weight:700;
	font-size:20pt;
}
.conteudo-pag{
	min-height:500px;
	padding:30px;
	position:relative;
}
.conteudo-pag .conteudo{
	padding:40px;
	padding-top:0px;
	background:#fff;
	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;
	}

}

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

.depoimentos .owl-nav .owl-next{
	z-index:9999;
	margin-left: 0px;
	position: absolute;
	top:45%;
	right:0px;
}

.depoimentos .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;
	
}
.depoimentos .owl-nav button:hover {
	  color:#DFB152  !important;
}
.depoimentos  .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;
}
.depoimentos  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2)!important;
}

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


.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:#ff9b1c;
}


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

#linkmo button{
	background: #ff9b1c;
	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:150px;
	color:#fff;
	font-size:9pt;
	line-height: 12pt;
}


.mouse{
	margin-top:0; 
	border:2px solid #fff; 
	width:26px; 
	height:42px; 
	border-radius:10px; 
	text-align:center; 
	margin-left:50%;
	-webkit-animation: animacaoMouse 1.5s ease;
    animation: animacaoMouse 1.5s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
@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; 
}
	
.cartas {
  	position: relative; /* cria o contexto do sticky */
	padding-bottom:20px;
}
.card-contempladas {
	border-radius: 5px;
	border: 1px solid #efefef;
	
	padding:10px;
	background:#fff;
}
.card-contempladas .selecionar{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	font-size: 9px!important;
	padding-top:10px;
	color:#777;
	
}
.card-contempladas .selecionar label{
	cursor: pointer;
}
.card-contempladas .selecionar input[type="checkbox"] {
	accent-color: #DFB152;
	height: 20px;
	width: 20px;
}

.card-contempladas .icone{
	float:left; 
	font-size:25pt; 
	padding-right:10px; 
	display:flex; 
	align-items:center; 
	height:100%; color:#222;
}
.card-contempladas .logo{
	text-align: center;
}
.card-contempladas .logo img{
	padding:5px; 
	background:#fff; 
	border-radius:5px; 
	width:80%;
	max-width: 200px!important;
}
.cartas .linhaSomar {
  position: sticky;
  bottom: 10px;             
  background: rgba(0,0,0,0.1);      
  padding: 15px;
  z-index: 10;  
  border-radius:20px;       
}


        .text-primary {
            color: #ceaf58!important;
        }

        a.text-primary:hover, a.text-primary:focus, a.text-primary.active {
            color : #ceaf5870!important;
        }

        .text-secondary {
            color: #666!important;
        }

        a.text-secondary {
            color: #0B061Bee!important;
        }

        a.text-secondary:hover, a.text-secondary:focus, a.text-secondary.active {
            color : #0B061B!important;
        }

        .text-dark {
            color: #0B061B!important;
        }

        .bg-primary {
            background-color : #ceaf58!important;
        }

        .bg-secondary {
            background-color : #0B061B!important;
        }

        .btn-primary,
        .btn-primary:active {
            background-color: #ceaf58ee!important;
            border-color: #ceaf58dd!important;
            color: #ffffff!important;
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
        }
        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary.focus,
        .btn-primary.active {
            color: #ffffff!important;
            background-color: #ceaf58!important;
            border-color: #ceaf58!important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        }
        .btn-primary.disabled,
        .btn-primary:disabled {
            color: #ffffff!important;
            background-color: #ceaf5870!important;
            border-color: #ceaf5870!important;
        }

        .btn-text-color {
            color: #ffffff!important;
        }

        .form-control {
            background-color: #ffffff;
            border-radius: 7px !important;
            border: 2px solid #eee !important;
            box-shadow: none !important;
            color: #0B061B!important;
        }

        .form-control:hover,
        .form-control:focus {
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
            border-color: #ceaf58!important;
        }

       

        .card-segmento {
            border-radius:10px;
            border:#eee solid 2px;
            transition:0.5s;
        }

        .card-segmento:hover {
            border-radius:10px;
            border-color:#ceaf58!important;;
            transition:0.5s;
        }

        .form-check-input:checked {
            background-color: #ceaf58!important;
            border-color: #ceaf58!important;
        }

        .cid-tLaJ2q7Jzi button.navbar-toggler .hamburger span {
            position: absolute;
            right: 0;
            width: 30px;
            height: 2px;
            border-right: 5px;
            background-color: #0B061B!important;
        }

        .irs--round .irs-handle {
            border: 4px solid #ceaf58!important;
        }

        .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
            background-color: #0B061B!important;
        }

        .irs--round .irs-bar {
            background-color: #0B061B!important;
        }

        .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {

            border-top-color: #0B061B!important;
        }
		.alert-copiado {
			display: none;              
			position: fixed;            
			top: 5px; 
			left: 50%;                
			transform: translateX(-50%);
			z-index: 999999999999999999;            
			text-align: center;
			font-size: 10pt;
			width: auto;                
			max-width: 90%; 
		}


@media(max-width: 991px){
	.card-contempladas .selecionar{
		width: 30%;
		order: 2;
		margin-top:20px;
	}
	.card-contempladas .btns{
		order: 2;
		width: 70%;
		text-align: center;
		margin-top:20px;
		padding-top:10px;
	}
	.card-contempladas .btns button, .card-contempladas .btns a{
		width: 45% !important;
		float: left;
		margin-top: 5px;
	}
	.card-contempladas .btns a{
		margin-left:5px;
	}
	.card-contempladas .meio{
		order: 1;
		width: 50%;
	}
	.card-contempladas .valor{
		order: 1;
	}
	.cartas{
		padding:10px;
	}
	.cartas .linhaSomar{
		text-align: right;
		padding-right: 35px;
	}
	.linhaSomar button{
		width: 43% !important;
		padding: 10px 10px;
		font-size: 10pt;
	}
}
@media(min-width: 771px){
	#DetalhesCredito .modal-content,  #DetalhesCredito .modal-dialog {
		max-width: 600px;
		padding-top:10px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
}
#etapa0 button{
	width: 200px;
	height:200px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 5px;
	float:left;
}
#etapa0 i{
	font-size:35pt;
}