/*----------- POST-PROCUTOS . Enlaces para cuadricula----------- */

.post-productos {
font-family: 'Montserrat';
font-size: 19px;
font-weight: 700;
color: #006762;
text-decoration: none;
}

.post-productos:hover {
font-family: 'Montserrat';
font-size: 19px;
font-weight: 700;
color: #98bc28;
text-decoration: none;
}

.post-productos:active {
font-family: 'Montserrat';
font-size: 19px;
font-weight: 700;
color: #98bc28;
text-decoration: none;
}

/*----------- valores-org. Titulo para quickfinder----------- */
.quickfinder-item-title {
    text-transform: none;}
    
    /*-----------  Titulo para acordeon----------- */
.vc_tta-title {
    text-transform: none;
}
.vc_tta.vc_tta-accordion{
    text-transform: none;
}
.vc_tta-panel{
    text-transform: none;
}
/*-----------  Titulo para hover-box----------- */
.vc-hoverbox-inner :last-child {
    margin-bottom: 0;
    color: #ffffff;
}

/* personalizar botón volver arriba*/

.scroll-top-button {
	position: fixed;
	left: 8px;
	bottom: 5px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	line-height: 0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.scroll-top-button.visible {
	opacity: 0.6;
	visibility: visible;
}
.scroll-top-button:before {
	font-family: 'thegem-icons';
	content: '\e633';
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #006762;
	color: #fff;
}
/* personalizar menu flotante */