@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list > li > a::before, .tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a::before {
    display: none;
  }

  .ptr-prel-image {
	max-height: 150px; /* You may need to change the img height to match your logo type! */
	opacity: 1; /* You may need to change the opacity as well! */
}

.align-center {
    width: 100%;
  height: 100vh;
    display: flex; 
  justify-content: center;
  align-items: center;
}

.page-header-inner:not(.tt-wrap) {
  padding-left: 0;
  padding-right: 0;
}

.c33 {
  width: 52%; max-width: 1340px; display: block; margin: 0 auto; text-align: center; position: relative;
}
.btn-inicio {
  display: block; margin-left: auto !important; margin-right: auto !important; text-align: center; position: relative;
}
.tt-btn:hover > * {
  transform: none;
}

/*#page-header.ph-full {
  min-height: 100vh;
  aspect-ratio: 16 / 10;
  max-height: 100vh;
}*/

.aspect {
  position: relative;
  overflow:hidden;
 /* width: 177.777vh;
  height: 100vh;*/
  height: 100vh;
  max-height:56.25vw;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  min-height: auto !important;
}


#ball .ball-view {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.3;
	text-align: center;
	transform: scale(0);
}



#tt-header.tt-header-fixed {
  position: absolute !important;
  overflow:hidden;
 /* width: 177.777vh;
  height: 100vh;*/
  height: 100vh;
  max-height:56.25vw;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  min-height: auto !important;
  left: 0;
  right: 0;
  width: auto;
}

.modal {
  width: 100% !important;
  max-width: 960px !important;
}
.blocker {
  z-index: 999 !important;
}

.creditos{
  font-size: 14px;
  font-style: italic;
  margin-bottom: 32px;

}