/*Estilos del boton*/





.page-content{
    min-height: 92vh;
}


#btnAyuda{
    position: fixed;
    bottom: 15px;
    left: 15px;
}


.question-button {
	border-radius: 50%;
	width: 4.5em;
	height: 4.5em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border: .3em solid #fff;
	background-color: #009ade;
	box-sizing: content-box;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	display: block;
	cursor: pointer;
}
.q-icon {
	font-size: 65px;
	line-height: 1;
	color: #FFF;
}

.q-icon i {
	color: #FFF;
}

/*Estilos del popover modificados*/
.popover {
	max-width: 600px !important;
}





@media only screen and (max-width: 1024px){
    
    .webui-popover.top-right{
        position: fixed !important;
        left: 31.9219px;
        bottom: 90px;
        top: auto !important;
    }

}


@media only screen and (max-width: 500px){

   
    #btnAyuda{
    left: 15px;
    }  
    
    #btnAyuda.barra-oculta{
    left: 225px;
    }

}

