#meus_icons {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	justify-content: center;
	/*border: 1px solid #000;*/
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#meus_icons {
	padding: 0rem 2.5rem 0rem 2.5rem;/*existe padding por causa do icon do whatsApp*/
}
.texto_info_icon {
	/*border: 1px solid #000;*/
	margin-top: 1rem;
	padding: 0rem 4rem 0rem 4rem;/*existe padding por causa do icon do whatsApp*/
}

.texto_info_titulo, .texto_info_mensg {
	/*border: 1px solid #000;*/
	background: #fde3ec;
	text-align: justify;
	width: 100%;
	border-radius: 0.5rem; 
	-webkit-border-radius: 0.5rem; 
	-moz-border-radius: 0.5rem;
}
.texto_info_titulo {
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-family: "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif;
  	font-size: 1.1rem;
  	font-weight: 600;
  	/*color: #121212;*/
  	color: #5b003f;
}
.texto_info_mensg {
	padding: 0.5rem 1rem 1rem 1rem;
	/*font-family: "Fraunces", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;*/
	font-family: "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif;
	font-size: 1rem;
	line-height: 1.4rem;
	/*color: #07024d;*/
	color: #5b003f;
	/*hyphens: auto;*/
}
.meu_terapia {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    text-align: center;
    width: 5.2rem;
    /*border: 1px solid #000;*/
}

.meu_terapia img {
    border-radius: 100%;
    height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 3.5rem;
    /*border: 1px solid #000;*/
}

.meu_slide{
    /*display: block;*/
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    /*width: 100%;*/
}

.imagem_titulo {
	/*font-family: "Playwrite CO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;*/
	font-family: "Lexend", "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif, cursive;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #5b003f;
	font-weight: 600;
}

@media only screen and (max-width: 480px) {
	.texto_info_icon {
    	padding: unset;
	}
	.texto_info_titulo {
    	padding: 0.5rem 1rem 0.5rem 1rem;
  	}
	.texto_info_mensg {
    	padding: 0.5rem 1rem 1rem 1rem;
	}  	
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.texto_info_icon {
    	padding: 0rem 1.5rem 0rem 1.5rem;
	}
	
}