@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;
  
  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: rgba(17,60,131,1);
}
a:hover{
	text-decoration:none;
	color: #c1d565;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 6px;
    background:#777; 
}

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

.btn1{
	padding:10px 40px;
	border: 1px solid #50006A;
	background-image: linear-gradient(to right, #50006A , #9900CC);
	color: #fff;
	border-radius: 8px 25px;
	font-weight:600;
	font-size:11pt;
		-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-image: linear-gradient(to right, #9900CC, #50006A );
	color: #fff;
		-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 #999;
	background: transparent;
	color: #777;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
}
.btn2:hover{
	background-image: linear-gradient(to right, #999 , #aaa);
	color: #fff;
}
.btn3{
	padding:10px 15px;
	background: #555;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
}
.btn3:hover{
	background-image: linear-gradient(to right, #009F52 , #005C1F);
	color: #fff;
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #50006A;
	background: #50006A;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
}
.btn4:hover{
	background-image: linear-gradient(to right,  #50006A , #9900CC);
	color: #fff;
}


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

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

.top-header{
	padding:0px;
	padding-left:30px;
}

.logo-header .logo{
	padding:15px;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:30px;
	margin-top:-30px;
	margin-bottom: -30px;
}
.logo-header img{
	max-width:200px;
	margin-left:30px;
}

@media (max-width:991px){
	header{ background-image: linear-gradient(to bottom, rgba(17,60,131,1), rgba(17,60,131,1), rgba(17,60,131,1), rgba(17,60,131,1), rgba(17,60,131,1), rgba(17,60,131,0.8), rgba(17,60,131,0));}
	.header{
		padding:0px;
		padding-top:20px;
		padding-bottom:0px;
	}
}

.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;
}
/*mobile header*/
@media(max-width:991px){

	.logo-header .logo{
		padding:15px;
		padding-top:5px;
		padding-bottom:20px;
		margin-top:-20px;
		margin-left:-10px;
		margin-bottom: 5px;
	}
	.logo-header img{
		max-width:150px;
	}
	.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-image: linear-gradient(to bottom, rgba(17,60,131,1), rgba(17,60,131,1));
	
	display:none;
	
}
.fixed .barra-top{
	display:none;
}
.fixed .header{
	padding-top: 10px;
     padding-bottom: 10px;
	 
}
.fixed .logo-header img{
	max-width:150px;
	
}

.fixed .logo-header .logo{
	padding:10px;
	padding-top:10px;
	margin-top:-10px;
	margin-bottom:0px;
	margin-left:20px;
}
/* //topheader */

/*menu*/

.navbar-toggler{
	display:none;
	color:#fff;
	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:#c1d565;
	padding:10px 12px;
	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 .nav-link:hover{
	color:#FFF;
	background: #EBB400;	
}

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

/*banner*/
.banner{
	position:relative;
	margin-top:-150px;
	z-index:1
}
.jssorb05{
	position:absolute
	}
.jssorb05 div,.jssorb05 div:hover,.jssorb05 .av{
	position:absolute;
	width:16px;
	height:16px;
	background:url('../img/b05.png') no-repeat;
	overflow:hidden;
	cursor:pointer
}
.jssorb05 div{
	background-position:-7px -7px
}
.jssorb05 div:hover,.jssorb05 .av:hover{
	background-position:-37px -7px;
}
.jssorb05 .av{
	background-position:-67px -7px
}
.jssorb05 .dn,.jssorb05 .dn:hover{
	background-position:-97px -7px
}
.jssora22l,.jssora22r{
	display:block;
	position:absolute;
	width:40px;
	height:58px;
	cursor:pointer;
	background:url('../img/a22.png') center center no-repeat;
	overflow:hidden;
}
.jssora22l{
	background-position:-10px -31px;
}
.jssora22r{
	background-position:-70px -31px
}
.jssora22l:hover{
	background-position:-130px -31px
}
.jssora22r:hover{
	background-position:-190px -31px;
}
.jssora22l.jssora22ldn{
	background-position:-250px -31px;
}
.jssora22r.jssora22rdn{
	background-position:-310px -31px;
}
.jssora22l.jssora22lds{
	background-position:-10px -31px;
	opacity:.3;
	pointer-events:none;
}
.jssora22r.jssora22rds{
	background-position:-70px -31px;
	opacity:.3;
	pointer-events:none;
}
/* //banner */

@media(max-width:991px){
	.banner{
		position:relative;
		margin-top:-50px;
		z-index:1
	}
}


.barracurvada{
	height:100px;
	background-image: url('../img/bg-curvas.png');
	background-size:cover;
	background-position: top center;
	margin-top:-100px;
	text-align:center;
	position:relative;
	z-index:2;
}
@media(max-width:991px){
	.barracurvada{
		margin-top:-20px;
	}
}
.barracurvada .imglinhas{
	width:95%;
	margin-top:-12px;
	max-width:1300px;
}
.apresentacao{
	position:relative;
	background:#FDC104;
	min-height:100px;
	margin-top:-2px;
	z-index:2;
	padding-bottom:50px;
}
.apresentacao .bemvindo{
	text-align:right;
}
.apresentacao .bemvindo img{
	width:250px;
}
.apresentacao .conheca{
	padding-top:30px;
}
.apresentacao .conheca h2{
	font-size: 17;
	color: #50006A;
	font-weight:600;
}
.apresentacao .texto{
	font-size: 10pt;
	color:#000;
}
.apresentacao .texto .link{
	text-align:center;
	padding-top:20px;
}
.apresentacao .video {
	min-height:200px;
}
.apresentacao .video .vi{
	position:absolute;
	z-index:100;
}


@media(max-width:991px){
	.apresentacao{
		padding-bottom:0px;
	}
	.apresentacao .texto{
		order:1;
	}
	.apresentacao .video {
		order:2;
		margin-top:30px;
	}
	.apresentacao .video .vi {
		left: 2.5%;
		width:95%;
	}
	
	
}

.atividades{
	position:relative;
	background:#50006A;
	background:#113C83;

	min-height:200px;
	margin-top:0px;
	z-index:1;
	padding-top:80px;
	padding-bottom:60px;
}
.atividades .taulas{
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.atividades .taulas img{
	width:85%;
}
.atividades .atividadesc .atividade{
	text-align:center;
	color:#fff;
	padding-bottom: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;
	cursor:pointer;
}
.atividades .atividadesc .atividade:hover{
	transform: scale(1.1);
}
.atividades .atividadesc .atividade h3{
	text-align:center;
	color:#fff;
	font-size:14pt;
	padding-top:10px;
	font-weight:600;
	line-height:1.1;
	letter-spacing:0.5px;
}
.atividades .atividadesc .atividade .foto{
	height:150px;
	width:150px;
	background-size:cover;
	border-radius: 50%;
	border:5px solid #9900CC;
	border:5px solid #FDC104;
}
.atividades .atividadesc .atividade:hover .foto{
	border:5px solid #FFCC00;
	border:5px solid #FF0;
}

@media(max-width:991px){
	.atividades .atividadesc {
		padding:20px;
		padding-top:30px;
	}
	.atividades .atividadesc .atividade{
		max-width: 50%;
	}
}

.propostas{
	position:relative;
	margin-top:-20px;
	z-index:2;
	min-height:100px;
	background-image: linear-gradient(90deg,#FDC104 50%, transparent 50%);
}
.propostas .tpropostas{
	padding-top:80px;
	padding-bottom:50px;
}
.propostas .tpropostas img{
	width:80%;
	margin-bottom:15px;
}
.propostas .cpropostas{
	padding-top:250px;
	background-image: url('../img/flecha-proposta.png') ;
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position:left center;
	height:450px;
	margin-left:-0.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:5px;
}
.propostas .cpropostas .proposta{
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:5px;

	margin-bottom:10px;

}
.propostas .cpropostas .proposta button{
	text-align:center;
	width: 100%;
	background: #50006A;
	color:#fff;
	padding:15px;
	border: 2px solid #9900CC;
	font-weight:700;
	letter-spacing:1px;
	text-transform: uppercase;
	font-size:15pt;
	border-radius: 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;
}
.propostas .cpropostas .proposta button:hover{
	background: #9900CC;
	transform: scale(1.05);
}


@media(max-width:991px){
	.propostas{
		background-image: linear-gradient(180deg,#FDC104 65%, transparent 45%);
	}
	.propostas .cpropostas{
		background: transparent ;
		padding:20px;
		margin-top:-50px;
		height: 250px;
	}
	.propostas .cpropostas .proposta {
		max-width:50%;
	}
	.mobileoc{
		display:none;
	}
}



.scblog{
	position:relative;
	padding-top:20px;
	margin-top:0px;
	background:#fff;
	/*background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
	background-image: url("https://www.transparenttextures.com/patterns/debut-light.png");*/
}
.scblog div.box-texto h3 {
    color:#555;
    line-height:42px;
    position: relative;
	
}
@media(max-width:991px){
	.scblog div.box-texto h3 {
    
		font-size:1.3em
	}
	.scblog{
		padding:20px;
		padding-bottom:0px;
	}
}
.scblog div.box-texto h3:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #FDC104;
    width: 100px;
    left:0;
    bottom:-10px;
	
}
.scblog .baseb{
	
	min-height:400px;
	padding-top:20px;
}
.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:250px;
	padding:0px; 
	overflow:hidden;
	background: #113C83;
}
.blog .post .foto{
	height:250px;
	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;
}
.blog .post:hover .foto, .base a:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	opacity:0.6;
}
.blog .post  .sombra{
	background-image: linear-gradient(rgba(0,92,31,0),rgba(0,92,31,0.2),rgba(0,92,31,1));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:250px;
	padding-right:10px;
}/*
.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{
	padding-left:0px;
	padding-right:0px;
}
.blog .infpost h2{
	color: #666;
	font-size:13pt;
	font-weight:600;
}
.base a:hover .infpost h2{
	color: #113C83;
}
.blog .infpost span{
	font-size:8pt;
	color: #777;
	font-weight:400;
	line-height:10pt;
}




.barra .post{
	padding:0px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin-bottom:30px;
}
.barra .post  .foto-post{
	height:180px;
	background-size:cover;
}
.barra .post  .foto-post{
	height:180px;
	background-size:cover;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.barra .post:hover  .foto-post{
	transform: scale(1.2);
}
.barra .post .sombrablog{
	position:absolute;
	width:100%;
	height:180px;
	top:0;
	left:0;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,79,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);
}
.postsh{
	padding-right:30px;
	padding-top:20px;
}
@media(max-width:900px){
	.postsh{
		padding-right:20px;
	}
}




.periodos{
	background:#ddd;
	min-height:200px;
	margin-top:-130px;
	text-align:center;
	padding-top:60px;
}
@media(max-width:991px){
	
	.periodos{
		margin-top:20px;
	}
}
.periodos img{
	max-width:80%;
	margin-bottom:40px;
}
.periodos .horariop{
	padding: 20px;
	background:#555;
	margin-bottom:10px;
	border-radius: 5px;
	color:#fff;
	line-height:1.2;
	font-weight:400;
}
.periodos .horariop strong{
	font-weight:600;
}
.periodos .horariop p{
	margin-bottom: 0rem;
}
.periodos .horariop h3{
	font-weight:600;
	font-size:16pt;
}




.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 {
	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{
	border: 0.2pt solid rgba(17,60,131,1)!important ;
}
.formulario form textarea{
	height:100px;
}
.formulario form textarea:hover{
	border: 0.2pt solid rgba(17,60,131,1)!important ;
	border-color: rgba(17,60,131,1)!important ;
}
.formulario form .captcha{
	color: rgba(17,60,131,1) !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:rgba(17,60,131,1);
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .fa-whatsapp{
	color:rgba(17,60,131,1);
	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:rgba(17,60,131,1);
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}





/*rodapé*/
footer{
	padding-top:50px;
	background:#113C83;
	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;
	text-align:center;
	font-size:9pt;
	color:#555;
}
footer .menufooter{
	padding-top:30px;
}
@media(max-width:991px){
	footer .menufooter{
		padding-bottom:30px;
		text-align:center;
	}
}

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:#FFCC00;
}
footer .meio{
	border-left:1px solid #0D3575;
	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:#EEE;
	margin:5px;
}
footer .redes a:hover{
	color:#ffcc00;
}
footer .cop{
	font-size:9pt;
	text-align:center;
	padding:20px;
	color:#FFF;
	font-weight: 400;
	border-top:1px solid #0D3575;
}
footer .cop i{
	font-size:7pt;
	color:#FFCC00;
}
footer .cop b{
	text-decoration:none;
	font-weight:500;
}
footer .cop a{
	text-decoration:none;
	color:#FFCC00;
	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;
}



/*titulo página*/
.nome-pagina{
	position:relative;
	min-height:100px;
	background: #eee;
	background-size: cover;
	background-position: center;
}
@media(max-width:991px){
	.nome-pagina{
		background-position: center right;
	}
}
.nome-pagina:before{
	content:"";
	min-height:100px;
	
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
	

	position:absolute;
	width:100%;
	
}
.nome-pagina .base {
	text-align:center;
	padding:20px;
	padding-top:30px;
}
.nome-pagina .base h2{
	color: #113C83;
	font-size:25pt;
	font-weight:bold;
	 
}
.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: #009F52;
}
@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 #009F52;
	color:#009F52;
		-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 #009F52;
	color:#009F52;
}
.conteudo-pag details[open]  summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #009F52;
	background:#009F52;
	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;
}




.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%);
	}
}
@media(min-width: 768px){
	#ModalVideo .modal-content, #ModalVideo .modal-dialog {
		max-width: 800px;
		margin: 10px auto;
		padding:0px;
		background:transparent;
		box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
		border:0px;
	}
	#ModalVideo .modal-content,  #ModalVideo .modal-dialog {
		max-width: 800px;
		padding-top:0px;
		margin: 10px auto;
		padding:0px;
		background:transparent;
		box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
		border:0px;
	}
}

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


.equipe .pessoa{
	text-align:center;
	margin-bottom:20px;
	
}
.equipe .pessoa .foto{
	height:350px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #eee;
	border: 2px solid #eee;
	border-radius:50%;
	padding:10px;
}
.equipe .pessoa .informa h4{
	font-weight:800;
	color:#113C83;
	padding-top:10px;
	margin-bottom: -5px;
	text-transform:uppercase;
}
.equipe .pessoa .informa span{
	font-weight:500;
	color:#666;
	font-size:10pt;
	font-style: italic;
	text-transform:uppercase;
}
.equipe .pessoa .informa p{
	padding-top:5px;
	font-weight:400;
	color:#888;
	font-size:10pt;
	line-height:1.1;
}

@media(max-width:991px){
	.conteudo p img, .texto p img{
	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:130px;
	color:#fff;
	font-size:9pt;
	line-height: 12pt;
}