.elementor-kit-2492{--e-global-color-primary:#C3B9AC;--e-global-color-secondary:#403E3E;--e-global-color-text:#ECECEC;--e-global-color-accent:#C3B9AC;--e-global-color-17608ea:#DEDEDE;--e-global-typography-a9edf77-font-family:"ArialNovaCond-Bold";--e-global-typography-a9edf77-font-size:3.5rem;--e-global-typography-a9edf77-font-weight:bold;--e-global-typography-a9edf77-text-transform:uppercase;--e-global-typography-a9edf77-line-height:4.2rem;--e-global-typography-a9edf77-letter-spacing:-0.5px;--e-global-typography-f791019-font-family:"ArialNovaCond-Bold";--e-global-typography-f791019-font-size:3rem;--e-global-typography-f791019-font-weight:bold;--e-global-typography-f791019-text-transform:uppercase;--e-global-typography-f791019-line-height:3.6rem;--e-global-typography-f791019-letter-spacing:-0.5px;--e-global-typography-6435316-font-family:"ArialNovaCond-Bold";--e-global-typography-6435316-font-size:2.5rem;--e-global-typography-6435316-font-weight:bold;--e-global-typography-6435316-text-transform:uppercase;--e-global-typography-6435316-line-height:3rem;--e-global-typography-dace6fe-font-family:"ArialNovaCond-Bold";--e-global-typography-dace6fe-font-size:2rem;--e-global-typography-dace6fe-font-weight:bold;--e-global-typography-dace6fe-text-transform:uppercase;--e-global-typography-dace6fe-line-height:2.6em;--e-global-typography-45b3df2-font-family:"ArialNovaCond-Bold";--e-global-typography-45b3df2-font-size:1.5rem;--e-global-typography-45b3df2-font-weight:bold;--e-global-typography-45b3df2-text-transform:uppercase;--e-global-typography-45b3df2-line-height:2.1rem;--e-global-typography-03bb109-font-family:"ArialNovaCond-Bold";--e-global-typography-03bb109-font-size:1.25rem;--e-global-typography-03bb109-font-weight:bold;--e-global-typography-03bb109-text-transform:uppercase;--e-global-typography-03bb109-line-height:1.75rem;--e-global-typography-806ddb5-font-family:"Montserrat";--e-global-typography-806ddb5-font-size:1rem;--e-global-typography-806ddb5-line-height:1.5rem;background-color:#020101;font-family:"Montserrat", Sans-serif;font-size:1rem;line-height:1.5rem;}.elementor-kit-2492 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.background-hover-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease-in-out;
}
.background-hover-section {
  position: relative;
  overflow: hidden;
}

.background-hover-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}

.background-hover-section.transitioning::before {
  opacity: 1;
}
.background-hover-wrapper {
  position: relative;
  overflow: hidden;
}

.background-hover-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.background-hover-wrapper.show-bg::before {
  opacity: 1;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 400px; /* puedes ajustar esto */
  margin: auto;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0.2, 0.2, 0.2, 0.4);
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 177.78%; /* 16:9 = 56.25% | 9:16 = 177.78% */
}

.carousel-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ArialNovaCond-Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://linearmediapro.com/wp-content/uploads/2025/04/ArialNovaCond-Bold.eot');
	src: url('https://linearmediapro.com/wp-content/uploads/2025/04/ArialNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://linearmediapro.com/wp-content/uploads/2025/04/ArialNovaCond-Bold.woff2') format('woff2'),
		url('https://linearmediapro.com/wp-content/uploads/2025/04/ArialNovaCond-Bold.woff') format('woff'),
		url('https://linearmediapro.com/wp-content/uploads/2025/04/ArialNovaCond-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */