.elementor-kit-7{--e-global-color-primary:#FFCD00;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FFE167;--e-global-color-6c706c0:#CCCCCC;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Syne";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h2{font-size:24px;}.elementor-kit-7 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    /*color-scheme: light dark;*/
	--header-height: auto;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(0, 0, .2, 1);    
}

/***
* class: .sticky-header
*/
.cab {
    width:100% !important;
	transition:	box-shadow var(--transition);
}


/***
* Sticky header activated
*/
.cab.elementor-sticky--effects {
    background-color: #fff !important;
	height: var(--header-height);
	transition: all var(--transition);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}

/***
* class: .logo
*/
.cab .logo img {
	transition: width var(--transition);
}
.cab.elementor-sticky--effects .logo img {
	width: 190px !important;
}


.tab button, input, textarea{
    box-shadow: none !important;
}
.tab button[data-tab-index="2"]{
  border-left:4px solid black !important;
  border-right:4px solid black !important;   
}

/*cursor*/

/* Ocultar cursor original */
body {
  /*cursor: none !important;*/
}

/* Cursor círculo por defecto */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid grey;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.15s ease;
  z-index: 99999;
}

/* Cuando pasa sobre un enlace o botón */
.custom-cursor.clickable {
  border: 1px solid grey;
  background-color: rgba(128,128,128,0.2);
}
/*fin cursor*/

#video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/*auto carrusel*/
.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
  padding-bottom: 2em;
}

.list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
  list-style: none;
}

.item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun var(--duration) linear infinite;
  animation-delay: calc(
    (var(--duration) / var(--quantity)) * (var(--position) - 1) -
      var(--duration)
  );
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider:hover .item,
.slider:focus .item {
  animation-play-state: paused;
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}

@media (prefers-reduced-motion) {
  .slider .item,
  .slider .item {
    animation-play-state: paused;
  }
}
/*fin auto carrusel*/
.elementor-button-text{
    color:white !important;
}


@media screen and (max-width:767px){
 .tab button[data-tab-index="2"]{
  border-left:0px solid black !important;
  border-right:0px solid black !important;
  border-top:4px solid black !important;
  border-bottom:0px solid black !important;   
 }  
 .tab button[data-tab-index="3"]{
  border-top:4px solid black !important;    
 }
 .uael-events-inner-new{
    padding: 20px 10px 20px 10px !important;
 } 
}/* End custom CSS */