.button-visite {
	color: #31338e !important;
}

.arte-content [data-contains="link"] a {
	border: 1px solid #31338e !important;
}

.arte-content [data-contains="link"] a:hover {
	background-color: #31338e !important;
}

figcaption {
	font-size: 14px;
	color: #31338e;
	padding-top: 8px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.anotacao {
	font-size: 14px;
	color: #31338e;
}

.arte-content .arte-split {
	margin: 24px auto;
}

.video-wrapper {
  position: relative;
  margin-bottom: 96px;
}

.video-wrapper img {
  opacity: 1;
  pointer-events: none;
}

.video-wrapper.played img {
  display: none !important;
}

.video-wrapper:not(.played) video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #ffffff;
    pointer-events: none;
}

.video-wrapper.played::after {
    display: none;
}

.video-placeholder {
	position: absolute;
	width: 100%;
	/*z-index: 1000;*/
}

.bio-arquiteto {
  font-family: 'LatoRegular' !important;
  font-weight: 300 !important;
  display: block;
}