.header-logo__img {
	
	height: 40px;
	
}

.text-color-marron {
	color: #b15e36 !important;
}

.bg-marron {
	background-color: #b15e36 !important;
}

.text-color-verde {
	color: #54775d !important;
}

.bg-verde {
	background-color: #54775d !important;
}

.line-height-15 {
	line-height: 1.5 !important;
}

.headline-xxxs {
	font-size: 20px;
}

.has-scroll-scrolling iframe {
  pointer-events: none;
}
.has-scroll-scrolling .iframe-parent {
  cursor: wait;
}

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

	.headline-xxxs {
		font-size: 20px;
	}

}