.elementor-kit-1399{--e-global-color-primary:#0AA0BA;--e-global-color-secondary:#53A4B5;--e-global-color-text:#202020;--e-global-color-accent:#F3F6F6;--e-global-color-4ce978d:#BAB309;--e-global-color-e731d88:#16A299;--e-global-color-a547141:#2C8ACE;--e-global-color-bc5fdd5:#F9FAFA;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0em;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:-1.1px;--e-global-typography-secondary-word-spacing:0px;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-letter-spacing:-1.8px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-1399 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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:1024px){.elementor-kit-1399{--e-global-typography-primary-font-size:38px;--e-global-typography-text-font-size:14px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1399{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:21px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wave-container {
    position: relative;
    width: 100%;
    height: 150px; /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    background: #e0f7fa; /* Color de fondo de tu elección */
}

.waves {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 100px;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
.scroll-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.scroll-button.show {
  display: block;
  opacity: 1;
  visibility: visible;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://old.pronesoft.com/wp-content/uploads/2024/07/Jost-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://old.pronesoft.com/wp-content/uploads/2024/07/Jost-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://old.pronesoft.com/wp-content/uploads/2024/07/Jost-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */