@import url("https://use.typekit.net/ixu0chz.css");

body {
 	margin: 0;
 	padding: 0;
  	font-family: "finalsix", sans-serif;
 	font-weight: 300;
	font-style: normal;
	color:#3e3e3e;
	overflow-x: hidden;
}

.ref-14{
	float:left;
		width:20px;
		height:20px;
		border:1px solid #dddddd;
		margin-right:20px; 
		background: #1D8F1E;
}

.ref-56{
	float:left;
		width:20px;
		height:20px;
		border:1px solid #dddddd;
		margin-right:20px; 
		background: #EBDC17;
}

.ref-78{
	float:left;
		width:20px;
		height:20px;
		border:1px solid #dddddd;
		margin-right:20px; 
		background: #EA5805;
}

.ref-910{
	float:left;
		width:20px;
		height:20px;
		border:1px solid #dddddd;
		margin-right:20px; 
		background: #EA1C16;
}
.cabecalho{
	display: flex;
 	justify-content: space-between;
 }
 
 .menu {
 	margin-top:5px;
 }
  .menu .row{
    padding-right: 0px !important;
}

.nav-last{
	padding-right:0 !important;
}
.logotipo{
	display: flex;
	align-items: center;
	margin-top:-15px;
}
.logotipo .logotipo-img{
	display: inline-block;
	margin-right:20px;	
}
.logotipo .logotipo-sub{
	display: inline-block;
	margin-top:20px;
}
.logotipo .logotipo-sub .tit-sublogo{
	font-size:16px;
	font-weight: 500;
	font-style: normal;
	color:#424542;
}
.logotipo .logotipo-sub .text-sublogo{
	font-size:14px;
	font-weight: 500;
	color:#424542;
}
.menuemail{
	margin-top:35px;
}
.logemail{
	font-size:12px;
	border-color: #92a8d1;
	margin-top:20px;
	
}
.logemail .email{
	display:  inline-block;
	vertical-align: middle;
	
}
.logemail .tit-email{
	display:inline-block;
	font-weight: 700;
}

.logemail .tit-email a{
	text-decoration:none;
	color: #3e3e3e;
	font-weight: 700;
}
#mapacorpo{
	width:600px;
	height:500px;
}
#btnlogin{
	display: none;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-right{
	float: right;
}
.align-center{
	display: flex;
  justify-content: center;
}

.azul-escuro{
	width:100%;
	background-color:#ccccd7;
	height:2px;
	margin: 20px 0 10px 0;
}
.nav-link {
	color:#454471;
	font-weight: 700;
	font-size:16px;
}
.navbar{
	--bs-navbar-padding-y:0px;	
}

.navbar-nav a {
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
.navbar-nav .active {
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: #a3a1e1;
}

.navbar-nav .inactive {
 border-bottom: none;


}

.hidden{ display: none; }
.flex{ display: flex; }

.navbar-nav a:hover {
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: #a3a1e1;
}

.btn-azul{
	display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #17123c;
    border: none;
    border-radius: 20px;
    margin: 0px auto 0; 
    padding:8px 40px;
}
.btnlogin{
	display: inline-block;
	margin-right:15px;
}
.sociais{
	display: inline-block;
}

.sociais .btnsocial{
	margin: 0 5px;
	color:#7266d1;
}

.sociais .btnsocial a{
	color:#7266d1;
}

.banner {
    width: 100vw;
    height: 100vh;
}

.image1 {
    background-image: url(../img/bg-banner2.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.image2 {
    background-image: url(../img/bg-banner1.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.image3 {
    background-image: url(../img/bg-banner3.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.banner .hero-inner {
	display:block;
    width: 50%;
    text-align: left;
    color:#ffffff;   
   	margin-top:25%;
}

.banner .hero-inner h1{
	font-size:3em;
	font-weight: 300;
}

.banner .hero-inner h1 span{ 
	font-weight: 700;
}

.banner .hero-inner h3{
	font-size:1.2em;
	font-weight: 300;
	margin:20px 0px;
}
.btn-saibamais{
	display: table;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #7266d0;
    border: none;
    border-radius: 20px;
    padding:8px 40px;
    margin:40px 0;
}
.mapaversaude{
	margin-top:20px;
}
.btn-enviar{
	display: table;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #7266d0;
    border: none;
    border-radius: 20px;
    padding:8px 40px;
    margin:40px 0;
}
.btn-scroll {
    position: fixed;
    right: 2%;
    bottom: 5px;
    z-index: 999;
}
.icones-qualidades{
	display:table;
	border-radius: 50%;
	background-color: #ebf1fe;
	padding:20px;
	margin:20px auto;
}

.qualidades{
	background-color:#ffffff;
	padding:20px;
	text-align:center;
	margin-top:40px;
}
.qualidades .titulo{
	font-weight: 700;
	font-size:1.2em;
}

.sobrenos{
	margin:60px 0 20px;
}

.sobrenos h1{
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
}
.patriciacordeiro{
	margin-top:40px;	
}
.patriciacordeiro .patricia{
	position: relative;
}
.patriciacordeiro .patricia .bottom-left {
 position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #7266d0;
  color: white;
  padding: 30px 20px;
}

.sobrenos h5{
	color:#2c2a5e;
	display:inline;
}

.sobrenos .subtitulo{
	display: flex;
 	justify-content: space-between;
}

.sobrenos .subtitulo .bullet{
	color:#7266d0;
	margin-top:10px;
}

.m-r-5{
	margin-right:10px;
}

.sobrenos .ligar{
	font-weight: 700;
	margin-top:20px;
}
#kt_app_root{
	min-height:600px;
}
.azul{
	width:100%;
	background-color:#ccccd7;
	height:1px;
	margin: 10px 0 10px 0;
}

.top-10{
	margin-top:20px !important;
}
.btn-roxo{
	display: table;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #7266d0;
    border: none;
    border-radius: 20px;
    padding:8px 40px;
    margin:20px 0;
}

.rodape{
	width: 100vw;
    min-height: 15vh;
    display: flex;
    align-items: center;
    text-align: right;
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.cinza{
	background-color: #f2f2f2;
}
.analise{
	width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
   -
}

.analise .hero-inner {
	position:relative;
    width: 100%;
    text-align: left;
}

.analise .hero-inner .titulo{
	position:relative;
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
	text-align:left;
	line-height: 3.5em;
}

.analise .hero-inner .texto{
	position:relative;
    width: 100%;
    text-align: left;
}

.servicos .titulo{
	position:relative;
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
	text-align:left;
	margin-bottom:20px;
}
.servicos a{
	text-decoration: none;
	color:#1d1b53;
}
.btn-servicos{
	border: 2px solid #8a80d6;
  	border-radius: 10px;
  	text-align:center;
}

.btn-servicos{
	border: 0px;
  	border-radius: 10px;
  	text-align:center;
}

.btn-servicos {
	border: 2px solid #8a80d6;
  	border-radius: 10px;
  	text-align:center;
  	width:100%;
  	padding:40px 0;
  	margin:20px 0;
}

.btn-servicos:hover {
    cursor: pointer;
    background-color:#ffffff;
    box-shadow: #8a80d6 2.4px 2.4px 3.2px;
}

.btn-servicos .icones-servicos{
	height:55px;
}

.btn-servicos .sub-titulo{
	padding:10px 0;
	font-weight: 700;
	font-size:16px;
	min-height:90px;
}
.blogSite .titulo,
.blog .titulo{
	position:relative;
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
	text-align:left;
	margin:40px 0 0 0;
}
.blogSite .btn-blog,
.blog .btn-blog{
	margin-top:40px 0;
}

.blogSite .icones-blog,
.blog .icones-blog{
	margin-bottom:20px;
}
.blogSite .sub-titulo,
.blog .sub-titulo{
	font-weight: 700;
	font-size:16px;
	height:40px;
	overflow-y:40px;
	margin-bottom:20px;
}
.blogSite .sub-texto,
.blog .sub-texto{
	font-weight: 300;
	font-size:14px;
	height:30px;
	overflow-y:30px;
	margin-bottom:20px;
}

.blogSite a{
	text-decoration:none;
	color:#3e3e3e;
}
.img-responsive{
	width:100%;
}
.faleconosco{
	margin-bottom:50px;
}

.faleconosco{
	margin-top:60px;
	margin-bottom:50px;
}

.faleconosco .titulo{
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
}
.faleconosco .form-control{
	margin:15px 0;
	background-color:#ebebeb;
}

.faleconosco .tit{
	font-size:1.4em;
	font-weight: 700;
}

.rodape{
	color:#ffffff;

}
.rodape .listarodape{
	display: flex;
	justify-content: space-between;
}

.rodape .listarodape .coluna{
	display: flex;
	align-items: center;
	flex-direction: row;
	
}


.rodape .listarodape .copyright{
	
	line-height: normal;
}


.rodape .sociais a{
	color:#ffffff;
	margin: 0 10px;
}
.rodape img{
	margin-right:20px;
}


.outrosservicos h3{
	position:relative;
	font-size:2em;
	font-weight: 700;
	color:#1d1b53;
	text-align:center;
	margin:40px 0 20px;
}
.outrosservicos h5{
	text-align:center;
}
.outrosservicos a{
	text-decoration: none;
	color:#1d1b53;
}

.banner-servicos-1 {
    width: 100vw;
    min-height: 120vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-servicos-9.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.banner-servicos-2 {
    width: 100vw;
    min-height: 120vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-servicos-4.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.banner-servicos-3 {
    width: 100vw;
    min-height: 120vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-servicos-1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.banner-servicos-4 {
    width: 100vw;
    min-height: 120vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-servicos-3.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.banner-servicos-5 {
    width: 100vw;
    min-height: 140vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-servicos-6.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.banner-servicos b{
	font-weight: 700;
}
.banner-servicos .analise-inner {
    width: 50%;
    text-align: left;
    color:#1d1b53;   
}
.blog a{
	text-decoration:none;
	color:#1d1b53;
}
.picker {
			border-radius: 5px;
			width: 36px;
			height: 36px;
			cursor: pointer;
			-webkit-transition: all linear .2s;
			-moz-transition: all linear .2s;
			-ms-transition: all linear .2s;
			-o-transition: all linear .2s;
			transition: all linear .2s;
			border: thin solid #eee;
		}
		.picker:hover {
			transform: scale(1.1);
		}

.banner-servicos .analise-inner h1{
	font-size:3em;
	font-weight: 300;
}

.banner-servicos .analise-inner h1 span{ 
	font-weight: 700;
}

.banner-servicos .analise-inner h3{
	font-size:1.2em;
	font-weight: 300;
	margin:20px 0px;
}

.labelform{
	margin:10px;
	font-size:14px;
	color:#1d1b53;
}
.p-20x{
	padding:10px !important;
}

.sizeface{
	font-size:2em;
}
.rodape a{
	color:#ffffff;
	text-decoration:none;
}
.white-link{
	color:#ffffff;
	text-decoration:none;
}
.app-main{
	min-height:1200px;
}
.mapa{
	display: flex;
	flex-direction: flow;
	
  
}

.mapa .ferramenta .corpo{
	justify-content: center;
}

.mapa .ferramenta .centralizar{
 	display:flex;
 	flex-flow: row;
  	align-items: center;
  justify-content: center;
 
}
.rodape .listarodape{
	
}
.rodape .coluna-l{
	float:left;
}
.rodape .coluna-r{
	float:right;	
}
.rodape .texto-copy{
	display:block;
	margin:15px auto;
	text-align:center;
}

.empresas .titulo{
	position:relative;
	font-size:3em;
	font-weight: 700;
	color:#1d1b53;
	text-align:left;
	margin:40px 0 0 0;
}
.is-static-open{
	display:inline-block;
}
		.huebee__container {
		border-radius: 5px;
			cursor: pointer;
			 background: #eeeeee;
  border: 1px solid #eaeaea;
  border-radius: 0;
  padding:5px;
  height:48px;
  display:inline-block;
}
		
	.rodape .texto-copy{
	font-size:11px;
}
	
	.color-input{
		float:left;
		width:42px;
		height:42px;
		border:2px solid #dddddd;
		margin-right:20px; 
		background: #ffffff;
		display:none;
	}
.huebee__cursor {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: content-box;
    border: 3px solid #000;
    border-radius: 5px;
    pointer-events: none;
}
.is-hidden{
	border: 3px solid transparent
}
	
	.resetCor{
		display:inline-block;
		width:42px;
		height:42px;
		border:2px solid #dddddd;
		background: #ffffff;
		padding:8px 7px;
		margin-left:5px;
		margin-top:-5px;
		
	}
	
	.resetCorSelect{
		border:3px solid #000000 !important;
		border-radius: 5px;
	}
	
	.resetCor:hover {
  cursor: pointer;
}	
	.mousechange:hover {
  cursor: pointer;
}
.rodape .listarodape{
	width:100%;
}

@media all and (max-width:820px) {
	.mapa{
	display: block;
}

.mapa .corpo{
	width:50%;
}

#mapacorpo{
	width:300px !important;
	height:250px !important;
}
	.logotipo .logotipo-img img{
	 width:70%;
	 margin-top:10px;
}
.logotipo .logotipo-img{
	margin-bottom:10px;
}
	.rodape .listarodape .copypolitica{
	display:none;
}
.rodape .listarodape .copyright{
	font-size: 11px;
	text-align: center;
	width:100%;
}
.rodape .listarodape .imgcopyright img{
	width:60px;
}
.logotipo .logotipo-sub .tit-sublogo{
	display:none;
}
.navbar {
	margin-top:-30px;
}
.rodape .listarodape{
	justify-content:  center;
}


}

@media all and (max-width:414px) {
	.logotipo .logotipo-sub {
		display: none;
	}
	.analise .hero-inner .titulo{
	line-height:normal;
	}
	.container-md, .container-sm, .container{
		max-width:98%;
	}
.col-sm{
	flex:1 0 100% !important;
}
.white-link{
	margin-top:10px;
}


.rodape .listarodape .imgcopyright img{
	width:60px;
}
.btn-servicos .sub-titulo{
	min-height:initial;
}
.rodape .listarodape .copyright{
	font-size: 11px;
	text-align: center;
	width:100%;
}
.rodape .listarodape .coluna{
	width:90%;
}
.rodape .listarodape .copypolitica{
	display:none;
}

.coluna{
	width:100%;
}
.rodape .listarodape{
	width:100%;
}
.rodape .coluna{
	display:inline-block;
	width:48%;
}
.rodape span{
	width:100%;
}
.w-100px{
	width:100px !important;
}
.rodape .img-logo{
	margin:10px 0;
	float:left;
}
.rodape .coluna{
	line-height:normal;
	text-align:left;
	margin-bottom:5px;
}

.rodape span{
	padding-top:20px;
	font-size:11px;
	line-height:normal;
	
}
.rodape .img-logo img{
	width:90%;
}
.texto-copy span{
	display:none;
}
}	
@media all and (max-width:760px) {
	.logotipo .logotipo-sub {
		display: none;
	}
	.analise .hero-inner .titulo{
	line-height:normal;
	}

}

@media all and (max-width:820px) {
	.logotipo{
		display: flex;
		align-items: start;
		margin-top:-15px;
	}
	.logemail{
		display:  none;
	}
	.banner .hero-inner {
    	width: 100%; 
	}
	.analise .hero-inner  {
    	width: 100%; 
	}
	.analise .hero-inner .texto {
    	width: 100%; 
	}
	.analise{
		 background: none;
	}
	.banner-servicos .analise-inner{
	width: 100%; 
	}
	.button-nav{
	display: none;
	}
	#btnlogin{
	display: block;
	}
	.col-4{
		width:100%;
	}
	.col-sm{
		flex:1 0 50%;
	}
	.col-md-4{
	width:100%;
	}
	.mapa .texto{
	width:100%;
	}
	.mapa .corpo{
	width:100%;
	}
	.mapa{
	display: block;
	}
	
}

.editar-cadastro {
	display: none;
}

.span-cadastro{
	display: block;
}

.entradaImg img{
	display: block;
	height: max(15vw, 30vh);
	object-fit: cover;
	width:80%;
	border-radius: .625rem;
	margin-left: auto;
    margin-right: auto;
}


.blogSite img{
	width:100%;
	height: max(15vw, 30vh);
	border-radius: .625rem;
	margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-device-width: 840px) and (min-device-width: 400px)  {
.w-100px{
	width:150px !important;
}
}