.uk-lightbox-toolbar {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.ei-title-over-slideshow {
	font-size: var(--hero-font-size) !important;
	text-transform: uppercase !important;
	color: #fff !important !important;
	font-weight: var(--heading-h1-font-weight)  !important;
	text-align: center  !important;
	font-family var(--body-font-family)  !important;
}

.ei-texto-slideshow {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .ei-hidden-on-phone {
    display: none;
  }
}


.ei-large-button {
  width: 350px;
}