.uk-navbar-nav > li > a::before {
	bottom: 40% !important;
}

.btn:not(.uk-button-text):not(.uk-button-link)::before, .uk-button:not(.uk-button-text):not(.uk-button-link)::before {
	top: calc(68% - 1px) !important;
}

.uk-navbar-container.uk-navbar-transparent.uk-light .lang-inline a {
	color: #fff !important;
}

.lang-inline a {
	color: #000;
}



.inicio .tm-toolbar-default .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a, .uk-dropbar .uk-navbar-nav > li > a, .uk-dropdown .uk-navbar-nav > li > a, .uk-light .uk-navbar-nav > li > a, .uk-navbar-dropdown .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
	color: rgb(255, 255, 255);
}

a.el-title.uk-accordion-title {
  display: inline-block;   /* shrink-wrap to text */
  border: 1px solid #000;  /* border around text */
  padding: 10px 18px;        /* optional spacing */
  width: auto !important; 
  font-size: 1rem;
  text-transform: uppercase;
}

a.el-title.uk-accordion-title:hover {
text-decoration: underline;
color: #000;
}

.el-content.uk-button {
	font-size: 16px;
}

a,
em {
	color: #000;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

@media screen and (max-width:500px) {
	.display-5, .display-6, .uk-heading-small {
	font-size: 26px !important;
	line-height: 1.2;
}
.exibi h3 {
	font-size: 19px !important;
}

.exibi .uk-h5 {
	font-size: 14px !important;
}

.el-meta.uk-h5.uk-margin-top.uk-margin-remove-bottom {
	margin-top: 3px !important;
}

.uk-overlay-primary {
	--uk-inverse: light;
	background: rgb(24, 24, 24,0.83);
	width: 500px !important;
}
.uk-heading-xlarge {
	font-size: 2.7rem !important;
}
}

@media screen and (max-width:800px) {
.uk-lightbox-thumbnav.uk-lightbox-thumbnav-vertical.uk-thumbnav.uk-thumbnav-vertical {
	display: none;
}
}

@media screen and (min-width:960px) {
	.item-218 {
	text-align: right;
	float: right;
}
#redim-cookiehint {
	display: flex;
}

.cookiecontent {
	max-width: 80%;
}
.gal-mobile {
	display: none;
}
}

@media screen and (max-width:960px) {
.item-218 {
	text-align: center;
	justify-content: center;
	display: flex;
}
.gal-desktop {
	display: none;
}
#cont .uk-background-norepeat.uk-background-center-right.uk-background-image\@m.uk-section.uk-section-large {
	padding-bottom: 5px !important;
}
}

.item-218.uk-active a:hover {
	text-decoration: underline;
}

.cookiehead {
	display: none;
}

#redim-cookiehint .cookiecontent {
	font-size: 16px;
	line-height: 20px;
	display: block;
	/* vertical-align: middle !important; */
	margin: auto !important;
}

#redim-cookiehint {
	max-height: 190px;
	color: #FFF !important;
	background: #000 !important;
}

#redim-cookiehint a {
	max-height: 190px;
	color: #FFF !important;
}

#redim-cookiehint a:hover {
text-decoration: underline !important;
}

@media (min-width: 960px) {
   #cont .uk-width-1-2\@s.uk-flex-last\@s { 
		display: none !important;
    }
}




/* Pagina das Telinhas */

.item-223.uk-active {
	display: none !important;
}

.mini-telas-landing {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f5f5;
}

/* HERO */
.mt-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.mt-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

.mt-hero h1 {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  margin-bottom: 1rem;
}

.mt-hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  color: #cccccc;
}

/* BUTTONS */
.mt-btn {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.mt-btn-primary {
  background: #f5f5f5 !important;
  color: #111 !important;
}

.mt-btn-primary:hover {
  background: #ffffff;
  color: #000;
  transform: translateY(-1px);
}

.mt-btn-secondary {
  background: transparent;
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.mt-btn-secondary:hover {
  background: #f5f5f5;
  color: #111;
  transform: translateY(-1px);
}

/* SEÇÕES GENÉRICAS */
.mt-section {
  margin-bottom: 3.2rem;
}

.mt-section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

.mt-section-intro {
  max-width: 700px;
  margin-bottom: 1.8rem;
  color: #bbbbbb;
}

/* SPLIT (TEXTO + IMAGEM/VIDEO) */
.mt-split-inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.mt-split-text {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #f5f5f5;
}

.mt-split-text p {
  margin-bottom: 0.8rem;
}

.mt-split-text ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0 0.5rem;
}

.mt-split-text li {
  margin-bottom: 0.3rem;
}

/* BLOCO COM FUNDO SUAVE (DARK) */
.mt-text-alt {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem;
}

/* COLAGEM DE THUMBNAILS (2x2) - BLOCO 1 */
.mt-mini-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.mt-mini-thumb {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  background: #111;
}

.mt-mini-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mt-mini-thumb:hover img {
  transform: scale(1.05);
  opacity: 0.95;
}

/* VÍDEO DO BLOCO 2 (VERTICAL / versão reduzida) */
.mt-video-block {
  position: relative;
  width: 100%;
  max-width: 360px;          /* <<< controla o tamanho do vídeo */
  aspect-ratio: 9 / 16;      /* mantém formato vertical */
  overflow: hidden;
  border-radius: 1.5rem;
  background: #111;
  margin: 0 auto;            /* centra o vídeo no mobile */
}

.mt-video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

/* Espaçamento extra entre vídeo e texto no desktop */
@media (min-width: 768px) {
  .mt-split-inner {
    column-gap: 3.5rem;   /* mais espaço entre vídeo e texto */
  }
}


/* VÍDEOS (2 VERTICAIS 9:16) */
.mt-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.mt-video-item {
  position: relative;
  padding-bottom: 177.78%; /* 9:16 vertical */
  height: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #111;
}

.mt-video-item video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem;
}

/* INFO + PREÇOS (CARD DARK) */
.mt-info {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mt-info-grid {
  display: grid;
  gap: 2rem;
}

.mt-info-text ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}

.mt-info-text li {
  margin-bottom: 0.4rem;
}

.mt-info-prices h3 {
  margin-bottom: 0.9rem;
}

.mt-price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
}

.mt-price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #444;
  font-size: 0.98rem;
  color: #f5f5f5;
}

.mt-price {
  font-weight: 600;
}

.mt-small-note {
  font-size: 0.85rem;
  color: #bbbbbb;
}

/* CTA */
.mt-cta {
  text-align: center;
  margin: 3rem 0;
}

.mt-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.mt-cta h2 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.mt-cta p {
  margin-bottom: 1.4rem;
  color: #cccccc;
}

/* FORMULÁRIO */
.mt-form-section {
  border-top: 1px solid #333;
  padding-top: 2.5rem;
}

.mt-form-placeholder {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px dashed #555;
  text-align: center;
  font-size: 0.95rem;
  color: #cccccc;
}

/* RESPONSIVO */
@media (min-width: 768px) {
  .mt-split-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }

  .mt-info-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: flex-start;
  }
}
