@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:400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(owl.carousel.css);






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

.lb-data .lb-number{font-family: 'Poppins', sans-serif;}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color:  #666;
}
a:hover{
	text-decoration:none;
	color: #1482CC;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 6px;
	background-image: linear-gradient(140deg, #096491 , #1482CC, #096491);	
}

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

.btn1{
	padding:10px 15px;
	border: 1px solid #1482CC;
	/*background-image: linear-gradient(to right, #096491 , #1482CC, #096491);*/
	background: #1482CC;
	color: #fff !important;
	border-radius: 8px;
	font-weight:600;
	font-size:10pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	cursor:pointer;
}
.btn1:hover{
	background-image: linear-gradient(to right, #1482CC, #096491 );
	color: #fff!important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #1482CC;
	background: transparent;
	color: #1482CC!important;
	border-radius: 8px;
	font-weight:550;
	font-size:10pt;
	cursor:pointer;
}
.btn2:hover{
	background: #1482CC;
	color: #fff !important;
}
.btn3{
	padding:10px 15px;
	background: #fff;
	color: #0C63AB;
	
	border-radius: 5px;
	font-weight:550;
	font-size:10pt;
	border: 1px solid #fff;
}
.btn3:hover{
	background: transparent;
	color: #fff;
}
.btn4{
	padding:10px 15px;
	border: 1px solid #fff;
	background: #transparent;
	color: #fff;
	border-radius: 5px;
	font-weight:550;
	font-size:10pt;
}
.btn4:hover{
	background: #fff;
	color: #555;
}


@media(min-width:991px){
	.mobile{
		display:none;
	}
}
@media(max-width:991px){
	.desktop{
		display:none !important;
	}
	.navbar{
		width:100%;
	}
	.menu{
		border-right:0px !important;
	}
}



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


#btTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  	background-image: linear-gradient(to right,#113C83, #052559);
  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-image: linear-gradient(to left, #113C83, #052559);
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	border:1px solid #113C83;
	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: #fff ;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.header{
	padding-top:40px;
	padding-bottom:20px;
}

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

.top-header{
	padding:0px;
}


.logo-header .logo{
}
.logo-header img{
	max-width:250px;
}
.oculta{
	display:none;
}
.desoculta{
	display:inline;
}
/*mobile header*/
@media(max-width:991px){
	.oculta{
		display: inline;
	}
	.desoculta{
		display:none;
	}
	.menu-top{
		position:relative;
	}
	.logo-header{
		padding-right:0px;
	}
	.logo-header img{
		width:190px;
		margin-right:20px;
	}
}

.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;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	border-bottom:0px solid #eee;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding-top:10px;
	padding-bottom:10px;
	transition: 0.3s;
}
.fixed .barra-top{
	display:none;
}
.fixed .header{
	padding-top: 10px;
    padding-bottom: 10px;
	 
}
.fixed .logo-header img{
	max-width:180px;
}


/* //topheader */

/*menu*/

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

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

.navbar-nav .nav-item .nav-link{
	color:#222;
	padding:10px 12px;
	font-size:11pt;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-weight:600;
	border-radius:5px;
	
	
}
.navbar-nav .nav-item .nav-link:hover{
	color:#1482CC;

}

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

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

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

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

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

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


.sec01{
	position:relative;
	padding-top:60px;
	z-index:2;
}
.sec01 .img{
	padding:20px;
	padding-top:0px;
	text-align:center;
}
.sec01 .texto{
	padding:20px;
	padding-top:50px;
}
.sec01 .texto h2{
	font-weight:800;
	font-size: 2.9em;
	color:#222;
	line-height:1;
}
.sec01 .texto h2 b{
	color:#1482CC;
	font-weight:800;
	background-image: linear-gradient(140deg, #096491 , #1482CC, #096491);	
	background-clip: text;
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}
.sec01 .texto span{
	font-weight:700;
	font-size: 1.6em;
	line-height:1.1;
	color:#222;
}
.sec01 .texto p{
	max-width:80%;
	font-size: 0.9em;
	text-align:justify;
	line-height:1.3;
	font-weight:500;
	margin-top:50px;
	color:#444;
	margin-bottom:40px;
}
.sec01 .img img{
	max-width:120%;
	margin-left:-70px;
	margin-top:-40px;
}

@media(max-width:991px){
	.sec01{
		padding-top:0px;
	}
	.sec01 .texto h2{
		font-size: 2.4em;
	}
	.sec01 .texto p{
		max-width:100%;	
	}
	.sec01 .img img{
		max-width:100%;
		margin-left:0px;
		margin-top:40px;
	}
}



.sec02{
	position:relative;
	min-height:500px;
	
	transform-origin: left; 
	transform: skewY(-2deg); 
	background:#f6f6f6;
	/*background:#CCE7D4;*/
	background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
	margin-top:-30px;
	margin-bottom:-30px;
	padding-top:180px;
	padding-bottom:-30px;
}
.sec02 .container{
	transform-origin: left; 
	transform: skewY(2deg); 
}
.sec02 .img{
	order:1;
}
.sec02 .img img{
	max-width:115%;
	margin-left:-10%;
	/*margin-bottom:-5%;*/
	margin-top:-50px;
}
.sec02 .texto{
	order:2;
	padding:20px;
	padding-top:0px;
	margin-top:-30px;
}
.sec02 .texto h2{
	font-weight:800;
	font-size: 2.3em;
	color:#000;

}
.sec02 .texto h2 b{
	color:#1482CC;
	font-weight:800;
}
.sec02 .texto p{
	font-weight:400;
	text-align:justify;
	font-size:1em;
}

@media(max-width:991px){
	.sec02{
		padding-top:100px;
	}
	.sec02 .img{
		order:2;
	}
	.sec02 .texto{
		order:1;
	}
	.sec02 .img img{
		max-width:100%;
		margin-left:0%;
		margin-bottom:-5%;
		margin-top:-50px;
	}
}

.sec03{
	position:relative;
	padding-top:80px;
	padding-bottom:60px;
	z-index:1;
}
.sec03 .img{
	padding:20px;
	padding-top:0px;
	text-align:center;
}
.sec03 .texto{
	padding:20px;
	padding-top:80px;
	text-align:center;
}
.sec03 .texto h2{
	font-weight:800;
	font-size: 2.5em;
	color:#000;
}
.sec03 .texto p{
	font-size: 1.2em;
	color:#555;
}
.sec03 .passos .passo{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.sec03 .passos .passo i{
	font-size:2.8em;
	margin-bottom:20px;
	color: #0C63AB;
}
.sec03 .passos .passo p{
	font-size: 1em;
	line-height:1.2;
}
.sec03 .passos .avanca {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.8em;
	color: #ccc;
}
.sec03 .passos .avanca .fa-chevron-down{
	display:none;
}

.sec03 a{
	font-size:1em;
}
@media(max-width:750px){
	.sec03 .passos .avanca .fa-chevron-down{
		display:block;
	}
	.sec03 .passos .avanca .fa-chevron-right{
		display:none;
	}
	.sec03 .texto h2{
		font-weight:800;
		font-size: 2em;
		color:#000;
	}
}
.teste30{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	background-image: linear-gradient(to right, #0C63AB, #1482CC);
	color:#fff;
}
.teste30 h2{
	font-weight:800;
	font-size: 2.2em;
}
.teste30 .botao{
	display:flex;
	align-items:center;
	justify-content:center;
}
.teste30 .botao a{
	font-size:12pt;
}

@media(max-width:991px){
	.teste30 h2{
		font-weight:800;
		font-size: 2em;
	}
}

.planos{
	position:relative;
	padding-top:80px;
	padding-bottom:20px;
	z-index:1;
	background-color:#fff;
	background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
}
.planos .texto {
	text-align:center;
	margin-bottom:20px;
}
.planos .texto h2{
	font-weight:800;
	font-size: 3em;
	color:#000;
	line-height:1;
	margin-bottom:20px;
}
.planos .texto p{
	font-size: 1.1em;
	color:#666;
}
.planos .plano{
	padding:5px;
}
.planos .plano .base{
	background-image: linear-gradient(120deg, #1482CC, #0C63AB);
	border: 2px solid #329CE3;
	height:280px;
	padding:10px;
	color:#fff;
	border-radius:5px;
	text-align:center;
}
.planos .plano .bronze{
	background-image: linear-gradient(120deg, #CE8946, #9c6229);
	border-color:#ca7f36;
}
.planos .plano .prata{
	background-image: linear-gradient(120deg, #999999, #555555);
	border-color:#ccc;
}
.planos .plano .ouro{
	background-image: linear-gradient(120deg, #B0892D, #a07d29);
	border-color:#d0a746;
}
.planos .plano .base h4{
	font-size:16pt;
	font-weight:700;
	border-bottom:1px solid rgba(255,255,255,0.2);
	height:110px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:30px;
}
.planos .plano .base price{
	font-size:25pt;
	font-weight:800;
	color: #fff;
	line-height:0.1;
}
.planos .plano .base b{
	font-size:14pt;
	font-weight:800;
	color: #00DDFF;
	line-height:0.1;
}
.planos .plano .base price span{
	font-size:10pt;
	font-weight:500;
	color: rgba(255,255,255,0.7);
	line-height:0.1;
}
.planos .plano .base .formapgto{
	font-size:10pt;
	font-weight:500;
	color: rgba(255,255,255,0.7);
	height:20px;
	line-height:1.1;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:0px;
}
.dadosplanos{
	position:relative;
	background:  #0C63AB;
	background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	color:#fff;
	padding: 20px;
	padding-top: 40px;
	z-index:2;
}
.dadosplanos .titulo{
	margin-top:30px;
	margin-bottom:0px;
	padding-left:0px;
}
.dadosplanos .titulo b{
	font-size:25pt;
	/*background-image: linear-gradient(120deg, #555, #444);*/
}
.dadosplanos .infos{
	margin-top:40px;
}
.dadosplanos .img img{
	width:130%;
	margin-top:-80px;
	margin-left:-60px;
}

.dadosplanos ul {
    list-style: none;
	padding-left:0px;
}
.dadosplanos ul li{
     margin: 15px 0px;
	 font-weight: 600;
}    
.dadosplanos ul li::before{
	content: '';
	position: relative;
	left: 0;
	top: 0;
	padding: 5px 15px;
	background-image: url('../img/confirma.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 3px;
}

@media(max-width:991px){
	.planos .texto h2{
		font-size: 2em;
	}
	.dadosplanos .titulo b{
		font-size:12pt;
	}
	.dadosplanos .img{
		text-align:center;
	}
	.dadosplanos .img img{
		width:110%;
		margin-top:40px;
		margin-left:0px;
	}
}

.faq{
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
}
.faq h2{
	font-size: 2.5em;
	text-align:center;
	font-weight:800;
	margin-bottom:40px;
}
@media(max-width:991px){
	.faq h2{
		font-size: 2em;
	}
}

	
.faq 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;
	padding:0px;
	margin-bottom:10px;
}
.faq details[open] {	
	-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;
}

.faq details summary{
	font-size:12pt;
	font-weight:600;
	padding:10px;
	background: #eee;
	color:#555;
	border-radius: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;
}
.faq details summary:hover{
	font-weight:600;
	padding:10px;
	color:#fff;
	background: #0C63AB;
}
.faq details[open]  summary{
	font-weight:600;
	padding:10px;
	padding-left:20px;
	background: #0C63AB;
	color:#fff;
	
}
.faq 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;
	font-size: 10pt;
}

/*rodapé*/
footer{
	padding-top:80px;
	background-image: linear-gradient(140deg, #096491 , #1482CC, #096491);
	color:#FFF;
	margin-top:0px;
}
footer .logo-footer img{
	width:90%;
	max-width:200px;
}
footer .logo-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size:9pt;
	color:#555;
	margin-bottom:60px;
	 flex-direction: column;
}
footer .logo-footer p{
	font-weight:700;
	color:#fff;
	border-bottom:2px solid #fff;
	width:100px;
	margin-top:40px;
}

footer .dados{
	text-align:center;
	margin-bottom:20px;
}
footer .dados i{
	font-size:40pt;
	color: #00DDFF;
	margin-bottom:20px;
}
footer .dados h3{
	font-size:14pt;
	font-weight:700;
	color: #00DDFF;
}
footer .dados b{
	font-size:10pt;
	font-weight:600;
}


footer .redes{
	
	margin-top: 40px;
	margin-bottom: 40px;
	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:10pt;
	font-weight:500;	
}
footer .redes a{
	color:#EEE;
	margin:5px;
}
footer .redes a:hover{
	color:#00DDFF;
}
footer .cop{
	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 span{
	font-size:8pt;
	color:#ddd;
}
footer .cop b{
	text-decoration:none;
	font-weight:500;
}
footer .cop a{
	text-decoration:none;
	color:#eee;
	font-weight:600;
}
@media(max-width:991px){
	footer .logo-footer{
		text-align:center;
	}
	footer .row{
		margin-left:0px;
		margin-right:0px;
	}
}

/* //rodapé*/


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





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

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


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





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

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

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

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

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

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

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


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




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

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

button:disabled{
	opacity:0.5;
	background: #1482CC !important;
}
  
/*    Input Icon */
.input-icone {
  position: relative; 
}
.input-icone .form-controle:not(:first-child) {
    padding-left: 2.5rem; 
}
.input-icone .form-controle:not(:last-child) {
    padding-right: 2.5rem; 
}
.input-icone .input-icone-addon {
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center; 
}
.input-icone .input-icone-addon:last-child {
  left: auto;
  right: 1rem; 
}
.input-icone i{
	color:#999;
}
  
.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;
}