/*
 Theme Name:   Nome do tema
 Theme URI:   
 Description:  
 Author:       Danillo Lima
 Author URI:   https://danillolima.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
*/

html{
    font-size: 62.5%;
}

/*estilização da tag do post do blog*/
.tag-post .elementor-widget-container h5 {
	display: none;
}
.tag-post .tag-cloud-link {
	font-size: 14px !important;
    background-color: #FFE28A !important;
    color: #22221F !important;
    padding: 8px 15px !important;
}
.blog-content a {
	color: #EAB921;
}

/*limitar texto do depoimento*/
.texto-depo{
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
}

/*icones do depoimento da home*/
.depo-container .jet-listing-grid__item:nth-child(1) .avatar-depo{
	background-image: url("assets/images/ic_avatar_01.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
.depo-container .jet-listing-grid__item:nth-child(2) .avatar-depo{
	background-image: url("assets/images/ic_avatar_02.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
.depo-container .jet-listing-grid__item:nth-child(3) .avatar-depo{
	background-image: url("assets/images/ic_avatar_03.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
.depo-container .jet-listing-grid__item:nth-child(4) .avatar-depo{
	background-image: url("assets/images/ic_avatar_04.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

/*icones da pagina de depoimentos*/
.depo-principal-container .jet-listing-grid__item:nth-child(1) .avatar-depo-principal {
	background-image: url("assets/images/ic_avatar_01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 46px;
	height: 59px;
}

.depo-principal-container .jet-listing-grid__item:nth-child(2) .avatar-depo-principal {
	background-image: url("assets/images/ic_avatar_03.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 46px;
	height: 59px;
}

.depo-principal-container .jet-listing-grid__item:nth-child(3) .avatar-depo-principal {
	background-image: url("assets/images/ic_avatar_04.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 46px;
	height: 59px;
}

/*estilização icones de tratamento na home*/
.tratamento-container:hover .tratamento-titulo {
	color: white !important;
}

/*estilização icones tratamentos na home*/

.jet-listing-grid__item .tratamento-container .icone-tratamento {
	height: 40px;
	width: 40px;
	background-image: url("assets/images/ic_tratamentos.svg");	
	background-repeat: no-repeat;
	background-size: cover;
}

.jet-listing-grid__item .tratamento-container:hover .icone-tratamento {
	height: 40px;
	width: 40px;
	background-image: url("assets/images/ic_tratamentos_branco.svg");	
	background-repeat: no-repeat;
	background-size: cover;
}

.tratamento-container .elementor-widget-wrap {
	justify-content: center;
}

.selecionado{
	background-color: #EAB921;
	padding: 10px;
}