@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:#012047;
}
::-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: 0px solid #999;
	background: #052C60;
	color: #fff;
	border-radius: 5px;
	font-weight:500;
	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;
}
.btn1:hover{
	background: #555;
	color: #fff;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #FF4D00;
	background: transparent;
	color: #FF4D00;
	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;
}
.btn2:hover{
	background:#FF4D00;
	color: #fff;
	opacity: .85;
}
.btnCinza{
	padding:10px 15px;
	border: 1.5px solid #ccc;
	background: transparent;
	color: #555;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btnCinza:hover{
	background:#555;
	color: #fff;
}
.btn3{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn3:hover{
	background:#FF4D00;
	color: #fff;
	opacity: .85;
	transform: scale(1.1);
}
.btn3:disabled, .btn3:hover:disabled{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity:0.5;
	transform: scale(1);
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #007D3F;
	background: #007D3F;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn4:hover{
	background:#006E36;
	color: #fff;
	transform: scale(1.1);
}


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

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


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


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

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



header{
	position:relative;
	z-index:2;
	background-image: linear-gradient(to Bottom, #e9e9e9, #fff);
	-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{

	background: #CE5C3B;

	height:0px;
}


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

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


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

.top-header{
	padding:0px;
}

.menucarrinho{
	border-left: 0px solid #052C60;
}

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

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

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

@media(max-width:991px){
	.logo-header img{
		width:150px;
	}
	.navbar-toggler {
		margin-top:30px !important;
	}
	.navbar-nav {
		width:100% !important;
	}
}

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



.menucarrinho{
	display:flex;
	align-items:center;
}

.menucarrinho .iccarrinho{
	border-left:2px solid #052C60;
	padding-top:20px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:10px;
	
}
.menucarrinho .iccarrinho i{
	font-size:28pt;
	color: #052C60;
}
.menucarrinho .iccarrinho span{
	position:absolute;
	top:10px;
	right:-4px;
	font-size:8pt;
	font-weight:700;
	border-radius:50%;
	background: #FF4D00;
	color:#fff;
	display:flex;
	align-items:center;
	padding-left:1px;
	padding-top:2px;
	justify-content:center;
	width:20px;
	height:20px;
}
.infouser{
	font-size:9pt;
	line-height:1.3;
	padding-top:10px;
}
.infouser b{
	font-size:10pt;
	color: #FF4D00;
	font-weight:700;
}

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

}

header .tarja{
	background: #FF4D00;
	height:6px;
	position:absolute;
	bottom:-3px;
	width:100%;
	left:0px;
}
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: 200ms ease;
	-webkit-transition: 200ms ease;
	
	border-bottom:0px solid #eee;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding-top:0px;
	padding-bottom:0px;
	transition: 0.3s;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2);
}
.fixed .menu-top, .fixed .barra-menu{
	display:none;
}

.fixed .logo-header img{
	width:150px;
}
.fixed .logo-header .logo{
	margin-top:-5px;
	margin-left:20px;
}
.fixed .header{
	padding-top:5px;
	padding-bottom:5px;
	
}
.fixed .linhabarra, .fixed .tarja{
	display:none;
}

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

/*menu*/

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

}
.navbar-nav{
	
}
.menu-mobile{
	display:none;
	float:right;
}

.navbar-nav .nav-item .nav-link{
	 /*font-family: "Alegreya Sans", sans-serif;*/
	color:#052C60;
	padding:10px 15px;
	font-size:10pt;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	font-weight:700;
	border-radius:10px;
	border-right: 0px solid rgba(255,255,255,0.1);
	margin:1px;
	text-transform: uppercase;
}
.navbar-nav .nav-item .active{
	border-radius:10px;
	background: #FF4D00;
	color:#fff !important;
}
.navbar-nav .nav-item .nav-link:hover{
	background:#FF4D00;
	/*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: #FF4D00;
	color:#fff;
}
.dropdown:hover .nav-link{
	background: #006E36;
	color:#fff !important;
	border-radius: 5px 5px 0px 0px;
}

.dropdown .dropdown-menu{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border:0px;
	border-bottom:0px solid #007D3F;
	padding:5px;
	top:90%;
	border-radius:0px 5px 5px 5px !important;
	webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    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%;
	}
	.dropdown .menu-suspenso li .dropdown-item{
		
	}
	
}
/* //menu*/

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

.banneritem{
	margin-top:0px;
	width:100%!important; 
	text-align:center !important; 
	height:500px;
	overflow:hidden;
	align-content:center;
	align-items:center;
	display:flex;
	justify-content:center;
}
.banneritem img{
	width: auto !important;
	height:500px;
	margin: auto;
	display: block;
}



@media(max-width:991px){
	.banner{
		min-height:300px;
	}

	.banneritem{
		height:auto !important;
	}
	
	.banneritem img{
		width: 100% !important;
		height:auto !important;
		margin: auto;
		display: block;
	}
	
}

.passos{
	position:relative;
	z-index:6;
}

.passos .comofunciona{
	margin-top:-220px;
	background:#fff;
	border-radius:5px;
	text-align:center;
	padding:20px;
	padding-top:0px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
.passos .comofunciona .titulo{
	font-size:18pt;
	font-weight:700;
	color:#012047;
	margin-bottom:20px;
	margin-top:0px;
}
.passos .comofunciona .titulo b{

	background:#012047;
	color:#fff;
	padding:10px 15px;
	font-weight:700;
	border-radius:5px;
}
.passos .comofunciona .passo{
	padding:20px;
	border-right: 1px solid #eee;
	color:#888;
}
.passos .comofunciona .passo:last-child {
		border-right: 0px solid #eee;
		border-bottom: 0px solid #eee;
	}
.passos .comofunciona .passo h2{
	color:#012047;
	font-weight:700;
	font-size:40pt;
}
.passos .comofunciona .passo b{
	color:#555;
}
@media(max-width:991px){
	.passos{
		position:relative;
		z-index:5;
		padding:10px;
	}
	.passos .comofunciona{
		margin-top:-90px;
		background:#fff;
		border-radius:5px;
		text-align:center;
		padding:20px;
		padding-top:0px;
		box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	}
	.passos .comofunciona .passo{
		border-right: 0px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
}



/*ANIMAÇÃOBANNER*/
@-webkit-keyframes animacaoFundo
	{
	    0%
	    {
	        background-size:100%;
	    }
	    50%
	    {
	        background-size:120%;
	    }
	    100%
	    {
	         background-size:100%;
	    }
	}
	
	@-webkit-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);
	    }
	}
	@-webkit-keyframes animacaoTxt
	{
	    0%
	    {
	        opacity:0;
			right:-500px;
	    }
	    100%
	    {
	         opacity:1;
			right:0px;
	    }
	}


/* //banner */


.scprodutos{
	position:relative;
	padding-top:20px;
	padding-bottom:40px;
}
.scprodutos .titulo{
	padding-top:40px;
	padding-bottom:40px;
	font-size:25pt;
	color:#012047;
	font-weight:700;
	text-align:center;
}
@media(max-width:991px){
	.scprodutos .titulo{
		font-size:15pt;
	}
}

.scprodutos .produto{
	text-align:center;
}
.scprodutos .produto .foto{
	height:220px;
	background-size:75%;
	background-position:center;
	background-repeat:no-repeat;

}
.scprodutos .produto:hover .foto{
	opacity: .7;
}
.scprodutos .produto .categoria{
	font-size:8pt;
	color:#999;
	text-align:center;
	padding-top:10px;
}
.scprodutos .produto .categoria b{
	background: #012047;
	color:#fff;
	padding:3px 5px;
	border-radius:5px;
	font-weight:400;
}
.scprodutos .produto .nome{
	font-weight:600;
	text-align:center;
	padding-top:10px;
	line-height:1.1;
}

.scprodutos .produto:hover .nome, .scprodutos .produto:hover .valor{
	color:#FF4D00!important;
}

.scprodutos .produto  .btn{
	color:#FF4D00;
	text-align:center;
	/*background: #FF4D00;
	background: ;*/
	border: 1.5px solid #FF4D00;
	font-weight:500;
	opacity:0;
	border-radius:30px;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top:10px;
	
}
.scprodutos .produto  .btn:hover{
	opacity:1;
	background:#FF4D00;
	color:#ffff;
}

.scprodutos .produto:hover  .btn{
	opacity:0.9;
	margin-top:10px;
}


.barraacessos{
	background: #FF4D00;
	padding:20px;
	color:#fff;
	border-radius:5px;
	margin-top:40px;
}
.barraacessos .titulo{
	padding-top:0px;
	padding-bottom:0px;
	color:#fff;
	text-align:right;
	border-right: 1px solid rgba(255,255,255,0.1);
	display:flex;
	justify-content:right;
	align-items:center;
}
@media(max-width:991px){
	.barraacessos .titulo{
		text-align:center;

	}
}

.barraacessos .acessos {
	display:flex;
	justify-content:center;
	align-items:center;
	 flex-wrap: wrap;
}
.barraacessos .acessos a{
	border:1px solid #fff;
	padding:  10px 15px;
	border-radius: 5px;
	background:#fff;
	color:#FF4D00;
	margin:5px;
}
.barraacessos .acessos a:hover{
	border:1px solid #F56A7F;
	color:#fff;
	background:#F56A7F;

}


.publicidade .base{
	background:#eee;
	border-radius:5px;
}
.publicidade .base .col-md-4{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow: row wrap;
	padding:30px;
	padding-top:0px;
	padding-bottom:0px;
}
.publicidade .base .col-md-4 .btn3{
	font-size:14pt;
	padding:10px 20px;
}
.publicidade .base img{
	width:100%;
	margin:15px;
}



.scblog{
	position:relative;
	padding-top:0px;
	margin-top:0px;
	background:#fff;
	z-index:5;
	transform-origin: left;
  
}
.scblog .container{
	transform-origin: left;
}
.scblog div.box-texto  {
   text-align:center;
	
}
.scblog div.box-texto h2 {
    color:#FF4D00;
    line-height:42px;
    position: relative;
	font-size:2.5em;
	
}
@media(max-width:991px){
	.scblog div.box-texto h2 {
    
		font-size:1.3em
	}
}

.scblog .baseb{
	
	min-height:400px;
	padding-top:20px;
	padding-bottom:40px;
}
.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:300px;
	padding:0px; 
	overflow:hidden;
	background: #007D3F;
}
.blog .post .foto{
	height:inherit;
	background-size:cover;
	padding:0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
}
.blog .post:hover .foto, .base a:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: contrast(1.3);
}
.blog .post  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,1));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 9;
	height:inherit;
	padding-right:10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog .post:hover  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.blog .infpost{
	position: absolute;
	bottom:0px;
	z-index:10;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.blog .infpost h2{
	color: #fff;
	font-size:13pt;
	  text-shadow: 1px 1px 5px #000000;
}
.base a:hover .infpost h2{
	color: #fff;
}
.blog .infpost span{
	font-size:8pt;
	color: #eee;
	line-height:10pt;
}




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

.scpatrocinadores{
	margin-top:40px;
	position:relative;
	padding:20px;
	padding-top:40px;
	z-index:7;
	margin-top:-5px;
	background:#fff;
	min-height:100px;
}
.scpatrocinadores .patrocinadores .owl-item{
	display:flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content:center;
}
.scpatrocinadores .patrocinadores .owl-item img{
	max-height:80px;
	max-width:100%;
	margin: 0 auto;
}



.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 #FF4D00!important ;
}
.formulario form textarea{
	height:150px;
}
.formulario form textarea:hover{
	border: 0.2pt solid #FF4D00!important ;
	border-color: #FF4D00!important ;
}
.formulario form .captcha{
	color: #FF4D00 !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:#FF4D00;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .conteds i{
	color:#FF4D00;
	font-size:12pt;
	width:14px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#007D3F;
	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:#012047 !important;*/
}
.owl-carousel button.active{
	transform: scale(1.5);
	background:#FF4D00 !important;
}



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

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

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

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


.banner .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(0,0,0,0.3) !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;
	
}
.banner .owl-nav button:hover {
	  color: #FF4D00 !important;
}
.banner  .owl-dots{
	z-index:9999;
	position: absolute;
	top:95%;
	left:60px;	
}
.banner  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2);
}


/*carouselhome*/





.scprodutos .owl-nav {
	text-align:center;
	margin-top:-450px;
	float:right;
	z-index:99999;
}

.scprodutos .owl-nav .owl-prev {
	z-index:9999;
}

.scprodutos .owl-nav .owl-next {
	z-index:9999;
}

@media(max-width:991px){
	.scprodutos .owl-nav {
		margin-top:0px;
		margin-right:20px;
	}
}



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

.scprodutos .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(0,0,0,0.3) !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;
	margin: 0px 20px!important;
	
}
.scprodutos .owl-nav button:hover {
	  color: #FF4D00 !important;
}

.scprodutos  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2);
}

.lb-data .lb-number {display:none!important;}


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

}footer::before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}
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(0,0,0,0.1);
	padding-left:30px;
}

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{
	position:relative;
	min-height:120px;
	margin-bottom:20px;
	background: #fff;
	background-size: cover;
	background-position: center;
	
}
.nome-pagina .base {
	text-align:left;
	padding:20px;
	padding-top:40px;
	display:flex;
	justify-content:left;
	align-items:center;
	min-height:100px;
	border-bottom: 1px solid #eee !important;
}
.nome-pagina .base h2{
	color: #666;
	font-size:14pt;
	font-weight:200;
}
.nome-pagina .base h2 b{
	color: #012047;
	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;
	}

}




.produto{
	position:relative;
	padding-top:10px;
	padding-bottom:30px;
}
.produto .foto{
	background: #fff;
	margin-top:-30px;
	border-radius:10px;
	 
	 text-align:center;
	padding:15px;
	
}
.produto .foto .fotoproduto{
	height: 400px;
    background-size: contain;
    background-position: center;
    border: 0px solid #eee;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
	background-repeat:no-repeat;	
}
.produto .foto .fotoproduto:hover{
	opacity:.95;
}
.produto .foto .styck{
	position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0px;
	
}

.produto .miniaturas{

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

.produto .informacoes{
	font-size:11pt;
	color:#555;
	padding:20px;
}
.produto .informacoes h2{
	font-weight:600;
	color:#333;
	margin-bottom:10px;
}
.produto .informacoes h4 {
	margin-bottom:20px;
}
.produto .informacoes h4 b{
	font-weight:750;
	color:#FF4D00;
}

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

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

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

	.produto .owl-nav .owl-next{
		right:20px;
		top:90%;
		z-index:99999;
	}
}
.produto .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(0,0,0,0.3) !important;
	font-weight:700;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform-origin: center;
	
}
.produto .owl-nav button:hover {
	  color: #FF4D00 !important;
}
.produto  .owl-dots{
	z-index:9999;
	position: relative;
	margin-top:-20px;
	background:transparent;
	display:none;
}
@media(max-width:991px){
	.produto  .owl-dots{
		z-index:9999;
		position: relative;
		margin-top:-20px;
		background:transparent;
		display:block;
	}
}
.produto  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0,0.2);
}



.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:#FF4D00;
	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;
		align: center;
	}
}

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

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



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

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