@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);

:root{
	--bs-primary: #CC9933;
	--bs-secondary: #BA8522;
	--bs-ter: #DEAB4C;
	--bs-semilight: #f3d8a3;
	--bg-light:#f8f7f3; 
}


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;*/
  letter-spacing: -0.2px;
  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:15px 20px;
	border: 1px solid var(--bs-primary);
	background: var(--bs-primary);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 30px;
	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: var(--bs-secondary);
	color: #fff;
	background-position: 100px;
	background-repeat: no-repeat;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid  var(--bs-primary);
	background: transparent;
	color:  var(--bs-primary);
	border-radius: 30px;
	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;
}
.btn2:hover{
	background: var(--bs-primary);
	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);
}

.btn-branco{
	padding:10px 20px;
	border: 1px solid #fff;
	background: #fff;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: var(--bs-secondary);
	border-radius: 30px;
	font-weight:700;
	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;
}
.btn-branco:hover{
	opacity:0.8;
	color: var(--bs-secondary);
	border: 1px solid var(--bs-primary);
}
@media(min-width:991px){
	.mobile{
		display:none;
	}
}
@media(max-width:991px){
	.desktop{
		display:none !important;
	}
}

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


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 .topHeader{
	background:#111;
	text-align: right;
	font-size:10pt;
	color:rgba(255,255,255,0.7);
	font-size: 10pt;
	font-weight: 500;
}
.fixed .topHeader{
	display: none;
}
header .topHeader .informacoes{
	padding:2px;
}
header .topHeader .informacoes b{
	color:#fff;
}
header .topHeader .informacoes i{
	color:var(--bs-primary);
}
header .topHeader .informacoes span{
	border:1px solid var(--bs-primary);
	border-radius:5px;
	padding:2px 5px;
	color:var(--bs-primary);
	font-size:8pt;
	font-weight: 600;
	margin-top:-5px;
}
.header{
	padding:0px;
	padding-top:18px;
	padding-bottom:10px;
	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;
}


@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%;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 200ms ease;
}
.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;
	}
	
	.logo-header img{
		max-width:200px;
		width:100%;
		transition: 0.2s all ease-in-out;
		-webkit-transition: 200ms ease;
}
}



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

header .tarja {
    background: #00AFEF;
    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: #fff;
}
.fixed .menu-top, .fixed .barra-menu{
	display:none;
}

.fixed .logo-header img{
	width:200px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 200ms ease;
	margin:5px;
}
.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;
	}
}

*/




#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease, height 0.3s ease;
	background-color: #fff;
	    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

/* move tudo pra cima (cola o menu no topo) */
#header.hide-top {
    transform: translateY(-40px); /* altura do .topHeader */
}

/* topHeader */
.topHeader {
    height: 40px; /* importante definir altura fixa */
}

/* animação do menu */
.header {
    transition: padding 0.3s ease;
    padding: 20px 0;
}

/* header reduzido */
#header.small .header {
    padding: 8px 0;
}

/* logo */
.logo-header img {
   
    transition: all 0.3s ease;
}

#header.small .logo-header img {
    width:200px;
}

/* compensação do conteúdo */
body {
    padding-top: 130px; /* ajuste real */
}

@media(max-width:991px){
	.header {
		padding: 10px 10px;
		padding-bottom:0px;
	}
	#header.small .header {
		padding: 15px 10px;
		padding-bottom:0px;
	}
	body {
		padding-top: 100px; /* ajuste real */
	}
	header .topHeader .informacoes {
		text-align: center!important;
	}
}

/*menu*/

.navbar-toggler{
	display:none;
	color:var(--bs-primary);
	border:0px solid transparent;
	margin-top:20px;
}
.navbar{
	padding-top:0px;
	padding-bottom:0px;

}

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

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

	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.navbar-nav .nav-item .active:hover{
	background: var(--bs-secondary);
	color:#fff !important;
}
.dropdown:hover .nav-link{
	background: var(--bs-primary);
	color:#fff !important;
	border-radius: 10px;
}


.navbar-nav .redemenu{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color:#00441F;
	font-size:9pt;
	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: #00441F;
	background: #c79b44;
}
.navbar-nav .redemenu:hover .nav-link{
		color:#fff ;
}

.navbar-nav .ult{
	padding-right:10px;
	border-right: 1px solid rgba(0,0,0,0.2);
	margin-right:5px;
}
@media(max-width:991px){
	.navbar-nav .ult{ border-right: 0px solid #000;}
	.navbar-nav .redemenu { 
		display:none;
	}
}
/*/.navbar-nav .btnacessar, .navbar-nav .btnacessaroutline {
	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 var(--bs-primary);
	border-radius:20px;
	background: var(--bs-primary);
	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;
	background: #555;
}

.navbar-nav .btnacessaroutline .nav-link{
	color:var(--bs-primary);
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1.5px solid var(--bs-primary);
	border-radius:20px;
	background: transparent;
	font-weight:600;
}
.navbar-nav .btnacessaroutline:hover .nav-link{
	color:#fff;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1.5px solid var(--bs-primary);
	background: var(--bs-primary);
}
@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: 9pt;
	font-weight:600;
	border-bottom: 1px dotted #e6e6e6;
}
.dropdown .dropdown-menu a:hover{
	color:#fff;
	background:var(--bs-primary);
	border-radius:5px;
	border-bottom: 1px solid var(--bs-primary);
}

.dropdown .duas-abas li  a i, .dropdown-item i{
	font-size:7pt;
	color:var(--bs-primary);
}
.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;
	z-index:1;
	min-height:430px;
	background:var(--bs-primary);
}



/*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:var(--bs-secondary) !important;
}
.banners  .owl-dots{
	z-index:9999;
	position: absolute;
	top:20%;
	left:5%;
	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 var(--bs-secondary);
	height: 12px;
	border-radius:10px;
}

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


.banner{
	padding-top:0px;
	margin-top:0px;
	width:100%!important; 
	text-align:center !important; 
	height:90vh;
	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:center;
}
.banner:before{
	content:'';
	position:absolute;
	height:inherit;
	width:101%;
	left:-1px;
	top:0px;
	background-color: transparent;
	background-image: linear-gradient(50deg, rgba(0,0,0, 0.9) 30%, rgba(0,0,0, 0)75%);
}
.banner:after{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	top:0px;
	background-color: transparent;
	background-image: url('../img/fd-banner.png');
	background-size: cover;
	background-position:right;
	opacity:0.3;
	z-index:1;
}
.banner .conteudo{
	text-align:left;
	color:#fff;
	margin-left:0px;
	position:relative;
	z-index:2;
}
.banner .conteudo h2{
	font-weight: 700;
	font-size:2.8em;
	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: var(--bs-ter);
	color: #fff;
	border-radius: 10px;
	font-weight:600;
	border: 1px solid var(--bs-ter);
}
.banner .conteudo a:hover{
	background: var(--bs-secondary);
}

.banner .conteudo .frase{
	float:left;
	padding:10px 20px; 
	border-radius:20px; 
	margin-top:10px;
	border:2px solid var(--bs-ter);
	font-size:14pt; 
	z-index:0;
}

@media(max-width:991px){
	.banner{
		height:450px;
	}
	.banner .conteudo{
		margin-left:10px;
		padding-top:50px;
	}
	.banner .conteudo h2{
		font-weight: 700;
		font-size:1.5em;
		line-height:1;
		text-align:center; 
	}
	.banner .conteudo a, .banner .conteudo .frase{
		font-size:1em;
		max-width: 97%;
		line-height: 1;
		text-align:center;
	}
	 .banner .conteudo .frase{
		font-size:1em;
		padding:5px;
	}
	.banners .owl-nav {
		display:none;
	}
	.banner:before{
		width:100%;
		left:0px;
		top:0px;
		background-image: linear-gradient(50deg, rgba(0,0,0, 0.7) 560%, rgba(0,0,0, 0)90%);
	}


}



/*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 */

.beneficios{
	position: relative;
	background:var(--bg-light);
	min-height: 100px;
	padding-bottom:40px;
	z-index: 3;
}
.beneficios .texto{
	padding-top:50px;
}
.beneficios .texto h2{
	
	line-height: 1;
	margin-bottom:20px;
	font-weight: 600;
}
.beneficios .texto h2 b, .beneficios .texto h2 strong{
	font-weight: 800;
	color: var(--bs-primary);
}
.beneficios .vantagens{
	margin-top:-30px;
}

.beneficios .vantagens .vantagem{
	background:#fff;
	border:1px solid var(--bg-light);
	text-align: center;
	height:150px;
  	display: flex;
    align-items: center;
	flex-direction: column;
	 justify-content: center;
	 border-radius:10px;
	
}
.beneficios .vantagens .vantagem img{
	width: 50px;
	margin-bottom:10px;
}
.beneficios .vantagens .vantagem h2{
	font-size:12pt;
	line-height: 1;
}
@media(max-width:991px){
	.beneficios .vantagens{
		margin-top:30px;
		padding:20px;
		margin-left:5px;
	}
	.beneficios .vantagens .vantagem{
		height:135px;
		 max-width: 33%;
	}
	.beneficios .vantagens .vantagem h2{
		font-size:9pt;
		line-height: 1;
	}
}
.planos{
	position: relative;
	padding-top:80px;
	padding-bottom: 80px;
	background-color: var(--bs-secondary);
}
.planos .texto{
	color:#fff;
}
.planos .texto h2{
	line-height: 0.9;
	font-weight: 700;
	font-size:4em;
	margin-bottom:20px;
}
.planos .texto h2 small{
	color:var(--bs-semilight);
	font-size:0.4em;
}
.planos .texto ul{
	 list-style: none;
    padding-left: 15px;
}
.planos .texto ul small i{
	font-size:8pt;
	opacity: 0.5;
}
.planos .texto p {
	margin-top:15px;
	margin-bottom:20px;
}
.planos .plano{
	background-color: #fff;
	border-radius: 10px;
	padding:15px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
}
.planos .plano h2{
	font-weight:700;
	text-align: center;
	margin-bottom:0px;
	background: #000;
	color:#fff;
	margin-top:-30px;
	border-radius:10px;
	padding:10px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.planos .plano .price{
	font-size:25pt;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom:15px;
}
.planos .plano .price span, .planos .plano .price small{
	font-size:10pt;
	font-weight: 500;
}
.planos .plano small{
	font-size:8pt;
	color:#888;
}
.planos .plano ul {
    list-style: none;
    padding-left: 0;
}

.planos .plano ul li {
    border-bottom: 1px dashed #eee;
    padding: 5px 5px;
	font-size:9pt;
}
.planos .plano ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url('../img/ic-lista.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.planos .plano ul li:last-child {
    border-bottom: none;
}

@media(max-width:991px){
	.planos .plano:first-child {
		margin-top:20px;
		margin-bottom:20px;
	}
}

.buscaconvenios{
	position: relative;
	padding-top:30px;
	padding-bottom:30px;
	background: var(--bg-light);
	font-size:9pt;
	border-top:3px solid var(--bs-primary);
}
.buscaconvenios h2{
	font-weight: 700;
	color:var(--bs-secondary);
	line-height: 1;
	margin-bottom:0px;
}
.buscaconvenios label i{
	font-size:20pt;
}
.sobre{
	position: relative;
	z-index: 4;
	padding-top:80px;
	padding-bottom:80px;
}
.sobre h2{
	margin-bottom:40px;
	font-weight: 600;
	line-height: 1;
	font-size:1.4em;
}
.sobre h2 b, .sobre h2 strong{
	color:var(--bs-primary);
	font-size:2.4em;
	font-weight: 700;
}
.sobre h3{
	margin-bottom:40px;
	font-size:15pt;
	width: 100%;
}
.sobre img{
	width: 95%;
	margin-top:20px;
	transform: rotate(-2deg);
}

@media(max-width:991px){
	.sobre img{
		width: 100%;
		margin-top:-80px;
		margin-left:0px;
	}
	.sobre h2 b, .sobre h2 strong {
		font-size: 1.7em;
	}
	.sobre h2{
		text-align:center;
	}
}

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

.formulario form .captcha{
	color: #00AFEF !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:var(--bs-ter);
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .conteds i{
	color:var(--bs-ter);
	font-size:12pt;
	width:14px;
}
.contato .dadoscontato h2 .fa-whatsapp{
	color:var(--bs-primary);
}

.contato .dadoscontato p{
	margin-left:35px;
}
.contato .dadoscontato a i{
	color: var(--bs-semilight);
	font-size:16pt;
	width:16px;
}





.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: var(--bs-primary);
	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: var(--bs-ter);
}

@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:20px;
	padding-bottom:20px;
	position:relative;
	min-height:90px;
	margin-bottom:40px;
	background: var(--bs-primary) url(../img/fd-top.png);
	background-size: contain;
	background-position: top;
}
.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: rgba(255,255,255,0.7);
	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: var(--bs-secondary);
}
.conteudo-pag .conteudo h2{
	font-weight: 700;
	color: #000;
	line-height: 1;
}
.conteudo-pag .conteudo h2 b, .conteudo-pag .conteudo h2 strong{
	font-weight: 800;
	color: var(--bs-secondary);
}
@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;
	}
	.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:#00AFEF  !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 #00AFEF ;
	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;
	padding:0px;
}
footer .menu-footer ul li {
	font-size:9pt;
	padding-bottom:10px;
}
footer .menu-footer ul li a{
	color: #fff;
}
footer .menu-footer ul li i{
	color: #fff;
	opacity: 0.6;
	font-size:8pt;
	display:inline;
}

footer .menu-footer ul li a:hover{
	opacity:0.8;
}

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

.icon-baixo{
	font-size:30pt;
	color:var(--bs-secondary);
}

.efeito-1{
	-webkit-animation: efeito-1 1.2s ease;
    animation: efeito-1 1.2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.efeito-2{
	-webkit-animation: efeito-2 1.5s ease;
    animation: efeito-2 1.2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.efeito-3{
	-webkit-animation: efeito-3 1.2sease;
    animation: efeito-3 1.2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.efeito-2, .efeito-3{
	margin-top:-40px;
}

@keyframes efeito-1{
	0%
	{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
		opacity:0.8;
	}
	50%
	{
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity:0.3;
	}
	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity:0;
	}
}
@keyframes efeito-2{
	0%
	{
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		opacity:0.3;
	}
	50%
	{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity:0.8;
	}
	100%
	{
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
		opacity:0;
	}
}
@keyframes efeito-3{
	0%
	{
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		opacity:0;
	}
	50%
	{
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity:0.3;
	}
	100%
	{
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		opacity:0.8;
	}
}

.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:#00AFEF; 
	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:  var(--bs-secondary);
	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: var(--bs-primary)!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 : var(--bs-primary)!important;
        }

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

        .btn-primary,
        .btn-primary:active {
            background-color: var(--bs-secondary)!important;
            border-color:  var(--bs-secondary)!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: var(--bs-ter)!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:0px;
		margin: 20px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
}
#etapa0 button{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 2px;
	float:left;
	border-radius:5px;
}
#etapa0 i{
	font-size:20pt;
}
.convenio{
	background-image: linear-gradient(to right, #f6f6f6, #f2f2f2);
	border-radius:5px;
	height: 100%;
	padding:10px;
	font-size: 11pt;
	
}
.convenio .titulo{
	font-size: 12pt;
	font-weight: 600;
	line-height: 1.1;
	height:35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.convenio .categoria span{
	font-size:7pt;
	letter-spacing: 0.1px;
	background: var(--bs-primary);
	color:#fff;
	padding: 2px 6px;
	font-weight: 500;
	border-radius:20px;
}
.convenio .contato{
	font-weight: 600;
	color: var(--bs-primary);
}
.convenio .contato span{
	font-weight: 300;
	opacity:0.8;
	color:#ccc;
}
.convenio .contato i{
	color: var(--bs-primary);
}
.convenio .contato a{
	background-color: #1fa04e;
	font-size:7.5pt;
	padding: 2px 8px;
	color:#fff;
	border-radius:20px;
	position:relative;
	top:-2px;
}
.convenio .contato a i{
	color:#fff;
}
.convenio .contato a:hover{
	background-color:#128C7E;
}
.convenio .endereco{
	font-size:9pt;
	padding-bottom:8px !important;
}
.convenio .endereco i{
	font-size:10pt;
	color:var(--bs-primary);
}
.convenio .links{
	margin-top:-5px;
	margin-bottom:-15px;
}
.convenio .links a{
	font-size:7pt;
	background: var(--bs-primary);
	padding: 3px 10px;
	border-radius:10px;
	font-weight: 500;
	color: #fff;
}
.convenio .links a:hover{
	background-color: #777;
}
.cpbusca{
	background:#eee;
	border-radius:30px;
}

.beneficios-plano{
	padding-top:40px;
	padding-bottom:80px;
}

.beneficios-plano .beneficio{
	border:2px solid #eee;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:#f6f6f6;
	border-radius:20px;
	color:#555;
}
.beneficios-plano .beneficio i{
	font-size:3em;
	color:var(--bs-primary);
}
.beneficios-plano .beneficio h2{
	text-align: center;
	font-size:1.3em;
	margin-top:10px;
	font-weight: 600;
}
.beneficios-plano .beneficio:hover{
	background:var(--bs-secondary);
	color:#fff;
	border-color: var(--bs-primary);
}
.beneficios-plano .beneficio:hover i{
	color:#fff;
	opacity:0.6;
}
.buscaconvenios .bt{
	text-align: center;
	padding-top:5px;
}
@media(max-width:991px){
	.beneficios-plano .col-md-4{
		max-width: 50%;
	}
	.beneficios-plano .beneficio h2{
		font-size:1em;
	}

	.buscaconvenios label .col-md-2{
		max-width: 16%;
	}
	.buscaconvenios label .col-md-10{
		max-width: 80%;
	}
	.buscaconvenios .bt{
		text-align: center;
	}
	.cpbusca {
		border-radius:10px;
		padding-top:15px !important;
		padding-bottom:10px !important;
	}
}