@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Kalam:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(owl.carousel.css);



body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
  /*font-family: 'Oswald', sans-serif
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  
  padding: 0;
  margin: 0;
  border:0;
  overflow-x: hidden !important;
}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color: #555;
}
a:hover{
	text-decoration:none;
	color:#1D2D72;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background:#555; 
}

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

.btn1{
	padding:10px 15px;
	border: 1px solid #3F4F63;
	background: #3F4F63;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 5px;
	font-weight:500;
	font-size:14pt;
		-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{
	color: #fff;
	background:#2E4057;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid  #91C8CC;
	background: transparent;
	color:  #91C8CC;
	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: #91C8CC;
	color: #fff !important;

}
.btn2:hover i{
	color: #fff !important;
}
.btnCinza{
	padding:10px 15px;
	border: 1.5px solid #ccc;
	background: transparent;
	color: #555;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btnCinza:hover{
	background:#555;
	color: #fff;
}
.btn3{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn3:hover{
	background:#FF4D00;
	color: #fff;
	opacity: .85;
	transform: scale(1.1);
}
.btn3:disabled, .btn3:hover:disabled{
	border:0;
	padding:10px 15px;
	background: #FF4D00;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity:0.5;
	transform: scale(1);
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #007D3F;
	background: #007D3F;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn4:hover{
	background:#006E36;
	color: #fff;
	transform: scale(1.1);
}


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

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


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


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

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



header{
	position:fixed;
	z-index:2;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);*/
	width:100%;
	
}


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

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


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

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


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



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

.top-header{
	padding:0px;
}

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

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

@media(max-width:991px){
	.logo-header img{
		width:250px;
	}

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

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



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

}

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

.fixed .logo-header img{
	width:230px;
}
.fixed .logo-header .logo{
	margin-top:5px;
	margin-left:20px;
}
.fixed .header{
	padding-top:5px;
	padding-bottom:5px;
	
}
.fixed .menu-top, .fixed .espMenu{
	display:none;
}



@media(max-width:991px){
	.fixed .header{
		padding-bottom:0px;
		
	}
	.fixed .logo-header img{
		width:190px;
	}
	.fixed .logo-header .logo{
		margin-left:0px;
	}
	
}

/*menu*/

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

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

.navbar-nav .nav-item .nav-link{
	 /*font-family: "Alegreya Sans", sans-serif;*/
	color:#4B5A6C;
	padding:10px 15px;
	font-size:11pt;
	
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	font-weight:400;
	border-radius:5px;
	border-right: 0px solid #ddd;
	margin:2px;
	text-transform: uppercase;
	
}
.navbar-nav .nav-item .active{
	border-radius:10px;
	background: #91C8CC;
	color:#fff !important;
}
.navbar-nav .nav-item .nav-link:hover{
	background:#4B5A6C;
	/*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: #91C8CC;
	color:#fff !important;
}
.dropdown:hover .nav-link{
	background: #006E36;
	color:#fff !important;
	border-radius: 5px 5px 0px 0px;
}


.navbar-nav .redemenu{
	text-shadow: 1px 1px 2px rgba(0,0,0,0);
	color:#fff ;
	font-size:12pt;
	width:35px;
	height:35px;
	margin-top:5px;
	margin-left:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #91C8CC;
	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:#91C8CC;
	
}
.navbar-nav .redemenu:hover{
	
	background: #4B5A6C;
}
.navbar-nav .redemenu:hover .nav-link{
		color:#fff ;
}

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


.dropdown .dropdown-menu{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border:0px;
	border-bottom:0px solid #007D3F;
	padding:5px;
	top:90%;
	border-radius:0px 5px 5px 5px !important;
	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*/
.banners{
	position:relative;
	margin-top:0px;
	z-index:1;
	min-height:430px;
	background:#eee;
}



/*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:#009440 !important;
}
.banners  .owl-dots{
	z-index:9999;
	position: absolute;
	top:35%;
	left:10%;
	display:flex;
	flex-direction: column;
}
.banners  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(255,255,255,0.9)!important;
}

.banners .owl-carousel button.active{
	transform: scale(1.5);
	background:transparent !important;
	border: 1px solid #91C8CC;
	height: 15px;
	border-radius:10px;
}

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


.banner{
	padding-top:100px;
	margin-top:0px;
	width:100%!important; 
	text-align:center !important; 
	height:105vh;
	max-height:1000px;
	overflow:hidden;
	align-content:center;
	align-items:center;
	display:flex;
	justify-content:center;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:right;
}
/*.banner:before{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	
	top:0px;
	background-color: transparent;
	background-image: linear-gradient(30deg, rgba(255,255,255, 1) 40%, rgba(255,255,255, 0) 70%);
}
/*.banner:after{
	content:'';
	position:absolute;
	height:inherit;
	width:inherit;
	top:0px;
	background-color: transparent;
	background-image: url('../img/teste-fundo.png');
	background-size: cover;
	background-position:right;
	opacity:0.8;
	z-index:1;
}*/
.banner .texto{
	float:left;
	padding-top:120px;
	text-align:left;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-content:center;
	border:0px solid #000;
	order:1;
	animation-duration: 1s;
	animation-name: slideinLeft;
}
.banner .texto a{
	font-size:1.1em;
	padding: 15px 25px;
	background: #91C8CC;
	color: #fff;
	border-radius: 10px;
	font-weight:600;
	border: 1px solid #91C8CC;
}
.banner .texto a:hover{
	background: #74a0a3;
}

.banner .conteudo{
	text-align:left;
	
	margin-left:80px;
	position:relative;
	z-index:2;
}
.banner .conteudo h2{
	font-weight: 700;
	font-size:3em;
	line-height:1;
	color: #91C8CC;
}
.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: #91C8CC;
	color: #fff;
	border-radius: 10px;
	font-weight:600;
	border: 1px solid #91C8CC;
}
.banner .conteudo a:hover{
	background: #74a0a3;
}
.banner .foto{
	order:2;

}
.banner .foto img{
	width:90%;
	animation-duration: 2s;
	animation-name: slideinB;
}



@media(max-width:991px){
	.banner{
		height: auto !important;
		max-height:2000px;
		padding-top:0px;
		background-position:center;
	}
	
	.banner .texto{
		padding-top:0px;
		padding-bottom:50px;
		order:2;
		margin-top:-40px;
		text-align:center;
		animation-duration: 2s;
		animation-name: slideinB;
	}
	.banner .conteudo{
		margin-left:10px;
		padding-top:0px;
		text-align:center;
	}
	.banner .conteudo h2{
		font-weight: 700;
		font-size:2em;
		line-height:1;
	}
	.banner .conteudo a, .banner .conteudo p{
		font-size:1em;
	}
	.banner .conteudo .bemVindo{
		margin-top:0px;
		margin-bottom:0px;
	}
	.banners .owl-nav {
		display:none;
	}
	.banner .foto{
		order:1;
		margin-top:90px;
	}
	.banner .foto img{
		width:110%;
		margin-left:-5%;
		animation-duration: 1s;
		animation-name: slideinA;
	}


}



/*ANIMAÇÃOBANNER*/
@keyframes slideinA {
 from {
	margin-bottom:-50%;

	opacity:0;
  }

  to {
	margin-bottom:0%;
	opacity:1;
  }
 }
 @keyframes slideinB {
 from {

	opacity:0;
  }

  to {

	opacity:1;
  }
}

 @keyframes slideinLeft {
 from {
	margin-right:-50%;
	opacity:0;
  }

  to {
	margin-right:0%;
	opacity:1;
  }
}


@-webkit-keyframes animacaoEntradaRight
{
	0%
	{
		opacity:0;
		margin-right:200px;
	}
	100%
	{
		 opacity:1;
		margin-right:0 auto;
	}
}
	
	@-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 */



.sc1{
	position:relative;
	z-index:2;
	background:#3F4F63;

	padding-top:80px;
	padding-bottom:80px;
}


.sc1 .texto{
	padding:30px;
	
	font-size:13pt;
	color:#fff;
	z-index:2;
	font-weight:400;
	display:flex;
	align-content:center;
	align-items:flex-start;
	flex-flow: row wrap ;
	flex-direction: column;
}
.sc1 .texto a{
	font-size:14pt;
	font-weight:500;
	margin-top:20px;
	
}
.sc1 .texto a:hover i{
	color:#fff;
}
.sc1 .tit{
	display:flex;
	justify-content: start-flex;
	align-content:center;
	align-items:center;
	flex-flow: row wrap ;
	flex-direction: column;
	color: #fff;
	padding-right:30px;
	border-right: 0px solid #ddd;
}
.sc1 .tit h2{
	font-size:4em;
	text-align:right;
	color: #fff;
	font-weight:600;
	line-height:1;
}
.sc1 .tit h2 b{
	color:#91C8CC;
	font-weight:700;
}
.sc1 .texto b , .sc1 .texto strong{
	font-weight:600;
}
.sc1 .texto h2{
	font-weight:700;
	color: #91C8CC;
	margin-bottom:20px;
}

.sc1 .texto i, .sc1 .texto svg{
	color: #91C8CC;
}


@media(max-width:991px){
	.sc1{
		padding-top:80px;
		padding-bottom:40px;
		background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
	}
	.sc1 .tit h2{
		font-size:2em;
		text-align:center;
		color: #fff;
		font-weight:600;
		line-height:1;
		
	}
	.sc1 .texto {
		text-align:center;
	align-content:center;
	align-items:center;

	}
	.sc1 .texto p{
		text-align:center;
	}
	
}
.sc2{
	position:relative;
	z-index:2;
	background:#77B8BD;
	padding-top:80px;
	padding-bottom:80px;
}
.sc2 .titulo{
	color:#fff;
	font-weight:600;
	text-align:center;
	margin-top:30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-size:2.5em;
}
.sc2 .especialidades .especialidade{
	margin-bottom:30px;
}
.sc2 .especialidades .especialidade .col-md-12{
	border: 1px solid #fff;
	border-radius:20px;
	height:100%;
	text-align:center;
	color:#fff;
	padding:20px;
	line-height:1.2;
}
.sc2 .especialidades .especialidade .col-md-12 h2{
	font-weight:700;
	line-height:1;
	height:100px;
	display:flex;
	justify-content: center;
	align-content:center;
	align-items:center;
	font-size:20pt;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.sc3{
	position:relative;
	z-index:3;
	background:#fff;
	background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
	padding-top:0px;
	padding-bottom:0px;
}
.sc3 .texto{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.sc3 .texto h2{
	color:#77B8BD;
	color:#3F4F63;
	font-weight:700;
	margin-bottom:40px;
	font-size:3em;
}
.sc3 .foto img{
	width:95%;
	margin-top:-60px;
	margin-bottom:-20px;
}
@media(max-width:991px){
	.sc3 .foto {
		order:1;
		
	}
	.sc3 .foto img{
		width:105%;
		margin-bottom:0px;
		margin-left:-2%;
	}
	.sc3 .texto{
		order:2;
	}
	.sc3{
		padding-bottom:20px;
	}
	
}

.scblog{
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
	margin-top:0px;
	background:#fff;
	z-index:1;
	transform-origin: left;
  
}
.scblog .container{
	transform-origin: left;
}

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

.scblog .texto h2{
	font-weight:700;
	color: #91C8CC;
	margin-bottom:20px;
}
.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:300px;
	padding:0px; 
	overflow:hidden;
	background: #eee;
}
.blog .post .foto{
	height:inherit;
	background-size:cover;
	padding:0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
}
.blog .post:hover .foto, .base a:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: contrast(1.3);
}
.blog .post  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 9;
	height:inherit;
	padding-right:10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog .post:hover  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.9));
}
.blog .infpost{
	position: absolute;
	bottom:0px;
	z-index:10;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.blog .infpost h2{
	color: #fff;
	font-size:13pt;
	  text-shadow: 1px 1px 2px black;
}
.base a:hover .infpost h2{
	color: #fff;
}
.blog .infpost span{
	font-size:8pt;
	color: #eee;
	line-height:10pt;
}
.blog .infpost P{
	margin-top:30px;
	font-weight: 600;
	font-size:12pt;
	color: #FFF;
	line-height:10pt;
}
.blog  .post:hover  .infpost P{
	color: #91C8CC;
}
.blog .infpost P i{
	color: #91C8CC;
}
@media(max-width:991px){
	.scblog .texto{
		padding-top:0px;
	}
	.scblog {

		padding-bottom:0px;
	  
	}
}


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



.faq{
	position:relative;
	padding-top:60px;
	padding-bottom:100px;
	margin-top:0px;
	z-index:1;
}
.faq .col-md-4{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
	padding:30px;
	color:#ccc;
	background-image: url('../img/bg_faq.jpg');
	background-position:center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.faq h2{
	font-size:3.4em;
	text-align:right;
	font-weight:800;
	color: #3F4F63;
	line-height:1;
}


	
.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: #77B8BD;
}
.faq details[open]  summary{
	font-weight:600;
	padding:10px;
	background: #77B8BD;
	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;
}


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

.formulario form .captcha{
	color: #91C8CC !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:#009440;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .conteds i{
	color:#009440;
	font-size:12pt;
	width:14px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#bbb;
	font-size:18pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contato .dadoscontato .fa-whatsapp:hover{
	color:#007D3F;
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}





.owl-dots{ text-align:center;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	height:8px;
	width:8px;
	background:rgba(0,0,0,0.4);
	border-radius:50%;
	margin:5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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




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

	background: #3F4F63;
	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: #91C8CC;
}

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

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

/* //rodapé*/

/*titulo página*/
.nome-pagina{

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

}



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

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

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


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

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




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

	font-size:70pt;
	color:#ff9b1c;
}


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

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


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

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

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

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


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


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



@media(max-width:991px){
	.conteudo p img, .texto p img, .texto p iframe, .conteudo p iframe{
		width: 100% !important;
		max-width: 700px;
		max-height: 700px;
		height: auto !important;
		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:11pt;
	line-height: 1;
}


.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%;
		margin-top:-550px;
	}
}
.mouse .bolinha{
	border-radius:5px; 
	width:4px;
	height:8px; 
	background:#91C8CC; 
	margin-top:5px; 
	margin-left:41%;
	-webkit-animation: animacaoMouseBolinha 1s ease;
    animation: animacaoMouseBolinha 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

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