@keyframes wavebar-svg-object {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1600px);
    }
}
@keyframes gpu-swell {
	0%,100% {
		transform:translate3d(0,-24px,0);
	}
	50% {
		transform: translate3d(0,4px,0);
	}
}

/*----------------------------------------------------------------------------*/
@keyframes wave {
	0%,60%,100% {
			transform:translateY(0);
			background:rgba(255, 255, 255, 0.05);
	}
	20% {
			transform:translateY(20px);
			background:rgba(255,255,255);
	}
	40% {
			transform:translateY(-20px);
			background:rgba(255,255,255);
	}
}
/*----------------------------------------------------------------------------*/


body {
    width: 100%;
    height: 100%;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-con-content {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 100%;
    display: inline-block
}

.wavebar-con-container-master {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden
}

.wavebar-con-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    overflow: hidden
}

.wavebar-con-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #f10303;
    transition: all 1s ease-in-out 0s
}

.wavebar-svg-object {
    background: url(/View/images/wavebar.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 8144px;
    height: 198px;
    animation: wavebar-svg-object 11s cubic-bezier(.36,.45,.63,.53) 0s infinite normal none running;
    transform: translateX(0);
    filter: none; /* Increase brightness for a lighter appearance */
}

.wavebar-svg-object:nth-of-type(1) {
    top: -198px;
    animation: 11s cubic-bezier(.36,.45,.63,.53) 0s infinite normal none running wavebar-svg-object;
    opacity: 1;
}
.wavebar-svg-object:nth-of-type(2) {
    top: -174px;
    animation: 11s cubic-bezier(.4,.2,.2,.2) -.124s infinite normal none running wavebar-svg-object,11s ease -1.24s infinite normal none running swell;
    opacity: 1;
}

.content-con-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-135deg,rgb(255, 165, 0) 25%,  rgb(255, 255, 0)100%);
    background-repeat: no-repeat;
}
.landing-img-backdrop {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.landing-con-main {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    max-height: unset;
    background: #f10303
}

.landing-con-override {
    position: absolute!important;
    height: 100%!important;
    min-height: 100%!important;
    display: block!important;

}

#object-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    pointer-events: none;
}

.particles-js-canvas-el {
    width: 100%!important;
    
}

/*----------------------------------------------------------------------------*/

.gradient {
    background: linear-gradient(-135deg,rgb(255, 165, 0) 25%,  rgb(255, 255, 0)100%);
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/../View/images/Fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/../View/images/Fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/../View/images/Fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/../View/images/Fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik Wet Paint';
    src: url('/../View/images/Fonts/Rubik_Wet_Paint/RubikWetPaint-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 2rem;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.75rem;
    letter-spacing: -0.025em;
}

p, li, span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.font-display {
    font-family: 'Rubik Wet Paint', cursive;
    font-weight: 400;
}

/* Ajustes específicos para elementos */
.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.hero-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
}
