/* Add here all your CSS customizations */
.btn-wsp{
	position: fixed;
	width: 70px;
	height: 70px;
	line-height: 70px;
	bottom: 100px;
	right: 30px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	box-shadow: 0px,1px,10px rgba(0,0,0,0.3);
	z-index: 1000;
}
.btn-wsp:hover{
	text-decoration: none;
	color: #0df053;
	background: #fff;
}
.fuenteH1{
		font-size: 1.4em !important;
		line-height: 25px;
		padding-bottom: 10px;
}
.fuenteH2{
		font-size: 1.2em;
    	font-weight: 300;
    	line-height: 22px;
    	margin: 0 0 11px 0;
    	letter-spacing: 0em;
    	text-transform: none;
}
.TituloPil_H1{
	font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}
.TituloPilHomologados_Marcas_Aliadas_H1{
	font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
    /*text-transform: uppercase;*/
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}