/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p:last-child {
    margin-bottom:0;
}



/* numbers */
.number-circle .elementor-heading-title {
    aspect-ratio: 1;
    width:70px;
    height:70px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius:50%;
    border:1px solid var(--e-global-color-accent);
    background:var(--e-global-color-text);
    color:var(--e-global-color-secondary) !important;
    line-height: 1;
    font-size: 28px;
    font-weight: 200;
}




@media (min-width:768px) {

    .scroll-box .elementor-image-box-img {
      display: none !important;
    }
  /* vertical scroll iphone */

  .scroll-steps-wrapper {
    position: relative;
  }

  /* Sección sticky */
  .scroll-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    z-index: 2;
  }

  .scroll-box {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 160px auto 0 auto;
    padding: 0px 0px;
  }

  /* Columna izquierda: títulos */
  .left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .step-title {
    opacity: 0.4;
    transition: opacity 0.3s ease;
  }

  .step-title.active {
    opacity: 1;
  }

  /* Imagen fija que cambia con fade */
  .right-column {
    flex: 2;
    position: relative;
    height: 600px;
  }

  .step-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
  }

  @media (min-width:991px) {
    .step-content .elementor-widget-container {
      margin-right: -200px;
    }
  }

  .step-content.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* Triggers scroll */
  .scroll-triggers {
    position: relative;
    z-index: 1;
  }

  .scroll-trigger {
    height: 100vh;
  }
}



/* hero video bg */
.bg-video-hero video {
  max-height: 400px;
  top:120px !important;
}

@media (max-width:767px) {

  .step-content {
    display: none !important;
  }
}



/* icon box */
.elementor-widget-icon-box:not(:has(.elementor-icon-box-content)) {
    display:none !important;
}



/* cms */
.cms h1,
.cms h2 {
	font-size: 30px;
}

.cms h3 {
	font-size: 24px;
}

.cms h4 {
	font-size: 20px;
}

.cms h5 {
	font-size: 16px;
}

@media (max-width:767px) {
	.cms h1,
	.cms h2 {
		font-size: 24px;
	}

	.cms h3 {
		font-size: 20px;
	}

	.cms h4 {
		font-size: 18px;
	}

	.cms h5 {
		font-size: 16px;
	}
}


.cms p + h1,
.cms p + h2,
.cms p + h3,
.cms p + h4,
.cms p + h5,
.cms ul + h1,
.cms ul + h2,
.cms ul + h3,
.cms ul + h4,
.cms ul + h5{
	margin-top:30px;
}


/* event */


.soldout {
	overflow:hidden;
}
.soldout:after {
    content: 'SOLD OUT';
    display: block;
    position: absolute;
    width: calc(100% + 80px);
    /* height: 40px; */
    background: white;
    left: -40px;
    top: calc(50% - 20px);
    transform: rotate(-27deg);
    padding: 6px 10px;
    font-weight: 700;
    text-align: center;
}



/* form newsletter */
.form-newsletter .elementor-field-type-submit {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0 !important;
	width: auto;
	margin-bottom:0 !important;
}

.form-newsletter .elementor-field-type-submit button {
	min-height: 40px !important;
}

