@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(preloader-henvida.css);
@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: #FF6600;
}
a:hover{
	text-decoration:none;
	color: #FF6600;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background:#FF6600; 
}

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

.btn1{
	padding:5px 15px;
	border: 1.5px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 5px;
	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;
}
.btn1:hover{
	background: #fff;
	color: #333;
	transform: scale(1.2);
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #FF6600;
	background: transparent;
	color: #FF6600;
	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:#FF6600;
	color: #fff;
}
.btn3{
	padding:10px 15px;
	background: #555;
	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:#FF6600;
	color: #fff;
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #FF6600;
	background: #FF6600;
	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:#DB5800;
	color: #fff;
	transform: scale(1.1);
}


@media(max-width:600px){
	.mobile{
		display:none;
	}
}



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:#E06616;
  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: #E06616;
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	border:1px solid #EDB688;
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:1;
}




header{
	z-index:2;
	background: #fff;
	border-bottom:0px solid #255B94;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-top: 4px solid #FF6600;
}
.barra-top{
	/*background-image: linear-gradient(to left, #FF6600 , #eb564f);
	background-image: linear-gradient(to right, #FF6600 , #005C1F);
	background-image: linear-gradient(to right, #FF6600 , #005C1F);*/
	background:#fff;
	min-height:20px;
	font-size:8.5pt;
	color:#fff;
	padding:8px;
	text-align:right;
	background:#FF6600;
}
.barra-top a{
	margin-top:5px;
	color:#ffff;
	padding: 5px 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-weight:500;
}
.barra-top a:hover{
	color:#DB5800;
}
@media(max-width:900px){
	.barra-top{
		display:none;
	}
	.ocultam{
		display:none;
	}
}
.barra-top b{
	color:#FF6600;
	font-size:10pt;
	padding-left:5px;
}
.barra-top span{
	color:#ccc;
}
.header{
	padding-top:20px;
	padding-bottom:20px;
}
.top-header{
	padding:0px;
	}


.logo-header img{
	max-width:220px;
}
.menu-top{
	float:right;
	background: #fff;
	color: #fff;
	padding:10px 10px;
	margin-top:-10px;
	margin-right:35px;
	border-radius: 0px 0px 10px 10px;
	z-index:5;
}

.menu-top a{
	text-decoration:none;
	color:#fff;
	padding:10px 10px;
	font-size:10pt;
	
}
.menu-top a:hover{
	color:#fff;
	text-decoration:none;
	background: #0b3056;
	border-radius: 0px 0px 0px 0px;
}
.menu-top span{
	color:#f7b460;
	
}
.telefone-top{
	padding-top:0px;
	text-align:right;
}
.telefone-top h2{
	margin-top:0px;
	color: #0b3056;
	font-size: 19pt;
}
.oculta{
	display:none;
}
.desoculta{
	display:inline;
}


.menusombra{
	background: transparent;
	z-index:3;
	position:relative;

}
.logobranca{
	display:none;
}
.menusombra .logobranca{
	display:block;
}

.menusombra .logo{
	display:none;
}

.menusombra .logo-header .logo{
	/*background: #fff;*/
	
	margin-top:-45px;
	padding: 15px;
	padding-top: 40px;
	border-radius: 0px 0px 5px 5px;
	
}
.menusombra .logo-header img{
	max-width:280px;
}
.menusombra .barra-top{
	background:transparent;
}


.menusombra .barra-top {
	padding:10px;
	
}
.menusombra .barra-top a{
	border-right: 0px solid rgba(255,255,255,0.3);
	
}
.menusombra .navbar-nav .nav-item .nav-link{
	color:#fff !important;
	
	
}

.menusombra .associadotop{
	background: #FF6600;
	color:#fff;
	padding:15px !important;
	padding-top:20px !important;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #FF6600;
}
.menusombra .associadotop:hover{
	background: #DB5800;
	background-image: linear-gradient(to bottom, #FF6600 , #DB5800);
	color:#fff!important;
	
}

/*mobile header*/
@media(max-width:991px){
	

	.logo-header .logo{
		padding:15px;
		padding-top:20px;
		padding-bottom:20px;
	
		margin-top:-20px;
		margin-left:-10px;
		margin-bottom: -15px;
	}
	.logo-header img{
		max-width:200px;
	}
	.oculta{
		display: inline;
	}
	.desoculta{
		display:none;
	}
	.menu-top{
		
		position:relative;
	}
}

.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;
	transition: 0.3s;
	background:#fff;
}
.fixed .barra-top{
	display:none;
}
.fixed .header{
	padding-top: 10px;
     padding-bottom: 10px;
	 
}
.fixed .logo-header img{
	max-width:180px;
	
}
/*
.fixed .logo-header .logo{
	padding:10px;
	padding-top:10px;
	background:#fff;
	margin-top:-10px;
	margin-left:20px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);
}*/
/* //topheader */

/*menu*/

.navbar-toggler{
	display:none;
	color:#41A65E;
	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:#666;
	padding:10px 10px;
	font-size:10pt;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-weight:450;
	border-radius:5px;
	
	
}
.navbar-nav .nav-item .associe{
	
	background: #FF6600;
	color:#fff;
}
.navbar-nav .nav-item .nav-link:hover{
	background:#FF6600;
	 color:#FFF;	
}
.navbar-nav .nav-item .associe:hover{
	background: #DB5800;
	color:#fff;
}
.dropdown:hover .nav-link{
	background: #DB5800;
	color:#fff;
	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:4px solid #FF6600;
	top:85%;
	border-radius:0px !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;
	padding-bottom:0px;
}
.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:#FF6600;
	
}

.dropdown .duas-abas li  a i, .dropdown-item i{
	font-size:7pt;
	color:#FF6600;
}
.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;
	}

	.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:-170px;
	z-index:1;
	height:800px;
}



.bannermenu{
	width:100%; 
	background-size:cover;
	background-position:center;
	background-blend-mode: saturation;
	height:800px;
}
.bannermenu::before{
	position:absolute;
	content: "";
	width:100%;
	height:inherit;
	z-index:0;
	left:0;
	background-image: linear-gradient(to Bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.05));
	/*background-image: linear-gradient(to Bottom, rgba(0,41,20,1), rgba(0,41,20,0.9), rgba(0,41,20,0.5), rgba(0,41,20,0.5),rgba(255,102,0,0.5));*/
	/*background-image: linear-gradient(to Bottom, rgba(0,41,20,1), rgba(0,41,20,0.5));*/
	 
}
.bannermenu::after{
	position: absolute;
    content: "";
    top: 0;
	left:0;
    bottom: 0;
    width: 100%;
	height:inherit;
    z-index: 1;
    background-image: url(../img/brilliant.png);
}
.bannermenu .texto{
	position:relative;
	padding:40px;
	height:inherit;
	display:flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: center;
	flex-direction:column;
	align-items:left;
	align-content: left;
	 z-index: 5;
}
.bannermenu .texto h2{
	font-weight:800;
	font-size:3em;
	
}


/* //banner */

.scacesso{
	position:relative;
	background:#FF6600;
	background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");

	
	/*background-image: linear-gradient(to right, #bbb , #999);
		/*background-image: linear-gradient(to top, #FF6600 , #005C1F);*/
/*background-color: #eee;
background-image: url("../img/bgservicos.png");
background-position: center;
background-size:contain;*/
/*background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");*/
	min-height:100px;
	padding-top:20px;
	padding-bottom:30px;
	margin-top:-100px;
	margin-bottom:-5px;
	z-index:2;
	    transform-origin: left;
    transform: skewY(3deg);
}

.scacesso .container{
	 transform-origin: left;
    transform: skewY(-3deg)
}
.scacesso .acessos{
	margin-top:-70px;
}
.scacesso .acessos .bcsolucoes{
	background:#DB5800;
	/*background:#096639;*/
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	 flex-flow: row wrap;
	 border-radius: 10px 0px 0px 10px;
	 padding:20px;
	 padding-right:40px;
}
.scacesso .acessos .bcsolucoes h2{
	text-align:right;
	color:#fff;
	margin-bottom:0px;
	line-height:1.1;
}
.scacesso .acessos .bcsolucoes a{
	color:#FFF13C;
	font-size:12pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding:5px 10px;

}
.scacesso .acessos .bcsolucoes a:hover{
	color:#F2CB3F;
	-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;
}
.scacesso .acessos .bcsolucoes a:hover i{
	margin-left: 10px;
	margin-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;
}

@media(max-width:991px){
	.scacesso .acessos{
		margin-top:-20px;
	}
	.scacesso .acessos .bcsolucoes{
		display:flex;
		justify-content:center;
		align-items:center;
		 flex-flow: row wrap;
		 border-radius: 0px 0px 0px 0px;
		 padding:20px;
		 padding-right:20px;
	}
	.scacesso .acessos .acessorapido{
		margin-top:-20px;
	}
	.scacesso .acessos .bcsolucoes h2{
		text-align:center;
	line-height:1;
	margin-bottom:20px;

	}
	
	
}
.scacesso .acessos .owl-dots{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
}
.scacesso .quadro{
	padding:5px;
	z-index:10;
}
.acessos .acessorapido a {
	background-image: linear-gradient(to right, #fff , #ededed);
	padding: 20px;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-radius:5px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	width:100%;	
	-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:100;
}

.acessos .acessorapido a .desconto , .solucao .desconto{
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-radius:50%;
	z-index:500;
	width: 40px;
	height: 40px;
	background: #BA2957;
	background-image: linear-gradient(62deg, #750B2D , #BA2957);
	right:20px;
	bottom:20px;
	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;
	color:#fff;
}
.acessos .acessorapido a:hover .desconto{
	right:15px;
	bottom:15px;

}

 .solucao .desconto{
	
	right:20px;
	top:10px;
	
}

@media(max-width:991px){
	.acessos .acessorapido{
		margin-right: 0px;
		margin-left: 0px;
	}
	.inicial .acessorapido a{
		padding: 15px;
		height:250px;
	}
	.acessos .acessorapido .arapi {
		width:50%;
		float:left;
	}
	
	
}

.acessos .acessorapido a:hover {
	background-image: linear-gradient(to left, #ddd , #ededed, #ddd);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);
	transform: scale(1.05);
	cursor:pointer;
	z-index:999;
}
.scacesso .acesso .ic{
	display:block;
	font-size:50pt;
	color:#005C1F;
	margin-bottom:10px;
	
}
.scacesso .acesso img{
	max-width:100%;
	max-height:140px;
	vertical-align: middle;
}

@media(max-width:991px){
	.scacesso .acessorapido .acesso img{
		max-width:100%;
		max-height: 180px !important;
	}
	.scacesso .quadro{
	
		height: 250px !important;
	}
	
}
.scacesso .acesso h5{
	display:inline-block;
	font-size: 20pt;
	color:#555;
	margin-bottom:20px;
	line-height:0.9em;
}
.acesso a{
	display:block;
	font-size: 9pt;
	color:#fff;
	background:#555;
	padding: 10px 20px;
	border-radius:5px;
}
.scacesso .acesso a:hover{
	background-image: linear-gradient(to right, #FF6600 , #005C1F);
}
.scacesso .acesso a i{
	color:#fff;

	padding: 5px 5px;
}

.scacesso .agenda{
	background:#fff;
	padding: 30px;
	padding-bottom: 0px;
	text-align:left;
	border-radius:0px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.01);
}
.scacesso .agenda h5{
	color:#666;
}

.sec02-home{
	position:relative;
	padding-top:40px;
	padding-bottom:0px;
	background: #FF6600;
	background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
	
	    transform-origin: left;
    transform: skewY(2deg);
	z-index:5;
	
}
.sec02-home .container{
	position:relative;
	    transform-origin: left;
    transform: skewY(-2deg)
}
.sec02-home .links{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow: row wrap;
	padding:0px;
	/*background: url('../img/detalhe-cinza.png') left center;*/
	background-size:contain;
	background-repeat:no-repeat;
}
.sec02-home .links .link{
	float:left;
	line-height:0;
	padding:5px;
}
.sec02-home .links .link .bc{
	background: #FF6600;
	color:#fff;
	padding:0px;
	display:flex;
	justify-content:left;
	align-items:center;
	cursor:pointer;
	font-weight:600;
}
.sec02-home .links .link .bc:hover{
	opacity:0.8;
}
.sec02-home .links .link i{
	background: #93c020;
	width: 65px;
	height:65px;
	padding:20px;
	display:flex;
	color:#fff;
	font-size:25pt;
	justify-content:center;
	align-items:center;
	margin-right:10px;
}
.sec02-home .quadro{
	background: rgba(0,0,0,0.2);
	padding:20px;
	padding-top:30px;
	padding-bottom:50px;
	border-radius: 0px;
	margin-bottom:-50px;
	border-radius:5px;
}


.scassocie{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	margin-top:20px;
	background-color: #00703A;
	background-image: url("../img/back-assoc-home2.jpg");
	background-position: center;
	background-size:cover;
	color:#fff;
	text-align:center;
	font-weight:300;
	z-index:6;
}
.scassocie h3{
	font-weight:700;
	line-height:1em;
	margin-bottom:0px;
}
.scassocie span{
	font-weight:500;
	font-size:16pt;
}
.scassocie .link{
	display:flex;
	justify-content: center;
	flex-flow: row wrap ;
	flex-direction: column;
	align-items: center;
	text-align:center;
}
.scassocie .link .associe{
	font-weight:700;
	background: #fff;
	border:1px solid #fff;
	color: #FF6600;
	padding:10px 20px;
	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;
}
.scassocie .link .associe:hover{
	background: #FF6600;
	border:1px solid #FF6600;
	color: #fff;
	transform: scale(1.2);
}

.scblog{
	position:relative;
	padding-top:60px;
	margin-top:0px;
	background:#fff;
	z-index:5;
	transform-origin: left;
    transform: skewY(2deg);
}
.scblog .container{
	transform-origin: left;
    transform: skewY(-2deg);
}
.scblog div.box-texto h2 {
    color:#FF6600;
    line-height:42px;
    position: relative;
	font-size:2.5em
}
@media(max-width:991px){
	.scblog div.box-texto h2 {
    
		font-size:1.3em
	}
}
.scblog div.box-texto h2:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #ccc;
    width: 100px;
    left:50px;
    bottom:0
}
.scblog .baseb{
	
	min-height:400px;
	padding-top:20px;
}
.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:300px;
	padding:0px; 
	overflow:hidden;
	background: #FF6600;
}
.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(255,102,0,0),rgba(255,102,0,0.6),rgba(255,102,0,1));
}/*
.blog .post h2{
	/*position:absolute;
	bottom:0px;
	left:10px;
	right:5px;
	padding-top:10px;
	color: #fff;
	font-size:14pt;
	
	text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.5);
}*/
.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(255,102,0,0),rgba(255,102,0,0.2),rgba(255,102,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(255,102,0,0),rgba(255,102,0,0.2),rgba(255,102,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 #FF6600!important ;
}
.formulario form textarea{
	height:100px;
}
.formulario form textarea:hover{
	border: 0.2pt solid #FF6600!important ;
	border-color: #FF6600!important ;
}
.formulario form .captcha{
	color: #FF6600 !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:20px;
	padding-right:20px;
	padding-top:50px;
	padding-bottom:50px;
}

.contato .dadoscontato{
	float:left;
	padding-top:50px;
	color:#555;
	padding-bottom:50px;
}

.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:#FF6600;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#FF6600;
	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:#FF6600;
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}





/*agenda*/
.agenda .owl-carousel-agenda{
	padding-top:0px;
}
.evento{
	padding:0px;
	overflow: hidden;
    cursor: pointer;
}
.evento a{
	padding:0px;
	overflow: hidden;
    cursor: pointer;
}
.evento .foto{
	height:300px;
	background-size:cover;
	background-position:center;
	filter: blur(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;
}
.evento .fotocapa{
	height:300px;
	position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
	bottom:0px;
	background-size:contain;
	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;
	background-repeat: no-repeat;
}
.evento:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: blur(5px);
}
.evento:hover .fotocapa{
	filter: contrast(1.2);
}
.evento .data{
	position:absolute;
	top:10px;
	left:10px;
	line-height:1em;
	background: #FF6600;
	background-image: linear-gradient(135deg, #FF6600, #DB5800);
	border: 1px solid #FF6600;
	padding:10px;
	text-align:center;
	color:#fff;
}
.evento .data h2{
	margin-bottom:-5px;
	font-weight:700;
}
.evento .data span{
	font-size:9pt;
}
.evento .titulo{
	position:absolute;
	bottom: 0px;
	left:0px;
	line-height:1em;
	
	width:100%;
	min-height:100px;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	padding-top:20px;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,1));
	padding:20px;
	opacuty:0.8;
	text-shadow: 1px 1px 5px #000000;
	text-align:center;
	color:#fff;
}
.evento .categoria{
	font-size:8pt;
	color:#fff;
	background: #FF6600;
	border-radius:5px;
	padding:5px;
	position:absolute;
	top: 10px;
	right:10px;
	z-index:11;
}
.evento .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,0.6));
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
	bottom:0px;
    height: 300px;
    padding-right: 10px;
	padding:20px;
	padding-top:0px;
}



.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:rgba(255,102,0,1) !important;
}

.agenda .owl-nav {
	text-align:center;
}
.agenda .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	top:120px;
	left:-23px;	
}
.agenda .owl-nav .owl-prev:hover{
	left:-26px;	
}

.agenda .owl-nav .owl-next{
	z-index:9999;
	position: absolute;
	top:120px;
	right:-5px;
}
.agenda .owl-nav .owl-next:hover{
	right:-8px;
}

.agenda .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(255,255,255,0.7) !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;
	
}
.agenda  .owl-nav button:hover {
	transform: scale(1.1);
	  color: #FFB787 !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;	
	}

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


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




.pgevento  .data{
	line-height:0.9em;
	background: #FF6600; 
	background-image:#FF6600;
	border:2px solid #FF7417;
	padding:10px;
	text-align:center;
	color:#fff;
	
	font-size:14pt;
	font-weight:600;
	border-radius: 5px ;
}
.pgevento .data h2{
	margin-bottom:-5px;
	font-weight:700;
	font-size:30pt;
}
.pgevento .data span{
	font-size:10pt;
	font-weight:400;
}
.pgevento .tituloevento{
	display:flex;
	align-items:center;
	background: #fff; 
	border-radius: 0px 5px 5px 0px;
	border:0px solid #eee;
	padding:15px;
	text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 15%);
	
}
.pgevento .tituloevento h3{
	color:#555 !important;
}


/*rodapé*/
footer{
	padding-top:50px;
	background:#FF6600;
	color:#fff;
	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:#FF6600;
}
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:250px;
	background: url('../img/tp-pag.jpg');
	background-size: cover;
	background-position: center;
	
}
@media(max-width:991px){
	.nome-pagina{
		background-position: center right;
	}
}
.nome-pagina:before{
	content:"";
	min-height:inherit;
	height:100%;
	background: rgba(0,0,0,0.85);
	background-position: center;
	background-size:140px;
	background-repeat: no-repeat;
	background-image: url("../img/detalhe-acim.png");
	

	position:absolute;
	width:100%;
	
}
.nome-pagina .base {
	text-align:center;
	padding:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:250px;
}
.nome-pagina .base h2{
	color: #fff;
	font-size:25pt;
	font-weight:bold;
	 text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 40%);
}
.conteudo-pag{
	min-height:300px;
	padding:30px;
}
.conteudo-pag .conteudo{
	padding:30px;
}
.conteudo-pag{
	color: #444;
}
.conteudo-pag h2 i, .conteudo-pag h1 i, .conteudo-pag h3 i{
	color: #FF6600;
}
@media(max-width:991px){
	.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 #FF6600;
	color:#FF6600;
		-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 #FF6600;
	color:#FF6600;
}
.conteudo-pag details[open]  summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #FF6600;
	background:#FF6600;
	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:800px){
	.nome-pagina{
		min-height:150px;
	}
	.nome-pagina:before{
		min-height:150px;
	}
	.nome-pagina .base h2{
		color: #fff;
		font-size:20pt;
	}
	.conteudo-pag{
		padding:20px;
	}
	.conteudo-pag .conteudo{
		padding: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;
}


.clinicas .owl-stage{
	padding-top:20px;
}
/*
.owl-dots{ text-align:center; margin-top:20px;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	height:10px;
	width:10px;
	background:rgba(0,0,0,0.4);
	margin:10px;
	border-radius:50%;
	-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(2);
}

 .owl-nav .owl-prev{
	position: absolute;
	top:0px;
	left:0px;
	z-index:9999;
	background:#000;
}

 .owl-nav .owl-next{
	position: absolute;
	top:0px;
	right:10px;
	z-index:9999;
	background:#000;
}

 .owl-nav button {
    width: 20px;
    background: transparent !important;
    font-size: 100pt !important;
    color: #7E573E !important;
    margin-left: 5px !important;
	 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;
}
 .owl-nav button:hover {
	transform: scale(1.2);
	top:-20px;
}

*/
.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:#FF6600;
	font-size:25pt;
	font-weight:700;
}
.blogpost .texto{
	padding-bottom:80px;
	font-size:1em;
}

.transparencia{
	background:#fff;
	color:#555;
	padding:20px;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
.transparencia p{
	font-size:9pt;
}
@media(max-width:991px){
	footer .meio{
		text-align:center;
	}
}



.nucleos .quadro {
	margin-top:10px;
}
.nucleos .quadro a{
	width:100%;
}
.nucleos .quadro .acesso{
	
	border-radius: 20px 0px;
	height:260px;
	display:flex;
	vertical-align: middle;
	justify-content: left;
    align-items: center;
	background-size:130% !important;
	text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 40%);
	border:5px solid #fff;
	line-height:1.2em;
	-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;
	overflow:hidden;
	padding-bottom:40px;
}



.nucleos .quadro .acesso h2{
	z-index:2;
	color: #fff;
	font-size:14pt;
	font-weight:600;
}
.nucleos .quadro .acesso:hover{
	transform: scale(1.1);
	background-size:200% !important;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.nucleos .quadro .acesso .logoacim{
	position:absolute;
	width:100%;
	background:#eee;
	margin-left:-15px;
	-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;
	bottom:0px;
	padding:10px;
	text-align:center;
	border:4px solid #eee;
	border-top:6px solid #fff;
}
.nucleos .quadro .acesso .logoacim img{
	max-width:80%;
	max-height: 45px;
}


.solucao{
	padding-top:20px;
	padding-bottom:20px;
	min-height:300px;
}
.solucao .conteudo{
	padding-top:40px;
	
	padding-left:40px;
	padding-right:40px;
	color:#444;
}
.solucao .conteudo img{
	width: 100% !important;
    max-width: 700px;
    max-height: 700px;
    height: auto !important;
    align: center;
}
.solucao .conteudo p img{
	width: 100% !important;
    max-width: 700px;
    max-height: 700px;
    height: auto !important;
    align: center;
}
.solucao .conteudo h2, .solucao .conteudo h3{
	font-weight:700;
}

.solucao .titulosolucao{
	display:flex;
	align-items:center;
	padding-top:20px;
	color:#777;
	font-weight:300;
	padding-left:20px;
	margin-top:-20px;
}
.solucao .titulosolucao h1{
	font-weight:800;
	color: #555;
	font-size:40pt;
	/*text-transform:uppercase;*/
	line-height:1em;
	
}
 .solucao .imgsolucao{
	text-align:left;
	display:flex;
	align-items:center;	
	border-right: 0px solid #ddd;
	background:#fff; 
	border-radius:5px;
	margin-top:-40px;
	padding:20px;
	box-shadow: 0px -30px 20px 5px rgb(0 0 0 / 15%);
	justify-content: center;
}
.solucao .imgsolucao img{
	max-height:150px; 
	max-width:100%	
}
 @media(max-width:991px){
	 
	 .solucao .titulosolucao h1{
		font-size:20pt;
	}
	  .solucao .imgsolucao{
		  margin-left:10px;
		  margin-right:10px;
		  margin-bottom:20px;
	  }
 }

.nucleo{
	padding-left:50px;

	padding-bottom:40px;
}
.nucleo .titulosolucao {
	display: flex;
    align-items: center;
	order: 2;
    padding-top: 20px;
    color: #777;
    font-weight: 300;
    padding-left: 20px;
    margin-top: -20px;
}
.nucleo .titulosolucao h1{
	font-weight:800;
	color: #555;
	font-size:40pt;
	text-transform:uppercase;
	line-height:1.2em;
	
}
.nucleo .conteudo{
	padding-top:20px;
	color:#555;
	order: 3;
}
 .nucleo .imgsolucao{
	text-align:left;
	display:flex;
	align-items:center;	
	border-right: 0px solid #ddd;
	background:#fff; 
	border-radius:5px;
	margin-top:-40px;
	padding:20px;
	box-shadow: 0px -30px 20px 5px rgb(0 0 0 / 15%);
	order: 1;
	background-position:center;
	background-repeat: no-repeat;
}
.nucleo .imgsolucao img{
	max-height:150px; 
	width:100%	
}

@media(max-width:991px){
	.nucleo{
		padding-left:10px;
		padding-right:10px;
	}
	.nucleo .titulosolucao{
		order: 2;
	}
	.nucleo .titulosolucao h1{
		font-weight:800;
		color: #555;
		font-size:25pt;
		text-transform:uppercase;
		line-height:1.2em;

	}
	.nucleo .imgsolucao{
		order: 1;
	}
}


/*associese*/
.associ .form-group{
	background:#eee;
	padding:20px;
	border-radius:5px;
	padding-top:20px;
}
.associ  h2{
	font-weight:700;
	color: #FF6600;
}
.associ .form-group h4{
	font-size:15pt;
	font-weight:700;
	color: #666;
}


.associ form label{
	padding:2.5px 5px;
}
.associ form input[type=text],  .associ form input[type=date], .associ form input[type=email], .associ form textarea, .associ form select {
	padding:10px 15px;
	background: #fff;
	border: 0.2pt solid #bbb;
	border-radius:5px;
}
.associ form input[type=text]:focus, .associ form input[type=date]:focus, .associ form input[type=email]:focus, .associ form textarea:focus{
	border: 0.2pt solid #FF6600!important ;
}


.associ form .captcha{
	color: #FF6600 !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;
}




.scpresidentes{
	padding-top: 30px;
	padding-bottom: 30px;
}
.scpresidentes .presidente{
	padding:10px;
}
.scpresidentes .presidente .foto{
	height: 300px;
	background-size:cover;
	background-position:top center;
	border: 4px solid #ddd;
}
.scpresidentes .presidente .nome{
	padding:0px;
	padding-top: 0px;
	font-weight:600;
	color:#222;
	text-align:center;
	background:#ddd;
}
.scpresidentes .presidente .gestao{
	padding:0px;
	padding-bottom: 5px;
	font-weight:400;
	font-size:10pt;
	color:#777;
	text-align:center;
	background:#ddd;
}
@media(max-width:991px){
	.scpresidentes .presidente .foto{
		height: 340px;
	
	}
}


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

.sectionacesso{
	margin-top:0px;
	background:#fff;
	background-image: url('');
}


.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:130px;
	color:#fff;
	font-size:9pt;
	line-height: 12pt;
}