@charset "UTF-8";
.faq-div{
	padding: 20px;
}

/* links blancs */
.link-white, .link-white a {
  color: #fff !important; 
}

.logo-footer{
	padding-bottom: 10px;
	width: 236px;
	margin: 0 auto;
}

.logo-mobile{
	width: 161px !important;
}

@media print {
	.no-print {
		display: none; 
	} 
	a[href]:after {
    	content: none !important;
  	}
}

.bolo{
	margin: 0;
}
.bolo-info{
	font-weight: 300;
}
.bolo-title{
	padding-top: 10px;
}

/* modal multimedia */
button.closemodal{
	padding-left: 5px;
	padding-right: 0px;
}


/* texto imagen cabecera paginas */
.hidden-text{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
	display: block !important;
}