@font-face {
  font-family: fontIkigai; /* set name */
  src: url(https://clinicamokuzen.com.br/fonts/font-ikigai.woff2); /* url of the font */
}

.indicado h3{
    min-height: 67.19px;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px;
}

.convertforms .cf-btn:hover {
    opacity: 1;
}

body{
	font-family: fontIkigai;
}

.home #sp-logo{
	/*background: #e1c98d;*/
}

.home #sp-header{
	height: 70px;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.0);
}

@media (max-width: 991px) {

	.home #sp-header{
		background-color: #e1c98d;
		height: 70px !important;
	}

	.home .header-sticky{
 		height: 60px
	}

	.home .logo-image{
		height: 45px !important;
	}


}


.home .header-sticky{
	background-color: rgb(225, 201, 141) !important;
	height: 80px !important;
}


.equipe-desk h5{
text-transform: uppercase;
min-height: 72px;
}

.equipe-desk p{
min-height: 96px;
}

.equipe-bt{
background-color: #E1C98D !important;
color: #2B2A27 !important;
}

.equipe-bt:hover{
background-color: #2B2A27 !important;
color: #E1C98D !important;
}

.proc-texto h5{
text-transform: uppercase;
min-height: 48px;
}



#simbolo-giratorio {
    position: fixed;
    margin-right: 8px;
    bottom: 20px;     /* Distância do fundo */
    right: 20px;      /* Distância da direita */
    width: 35px;      /* Tamanho do seu símbolo */
    height: 35px;
    z-index: 9999;    /* Para ficar acima de tudo */
    pointer-events: none; /* Opcional: para não atrapalhar cliques em botões atrás dele */
}

#simbolo-giratorio img {
    width: 100%;
    height: auto;
    will-change: transform; /* Melhora a performance da animação */
}