/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Ricardo Acevedo
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
*/


/* General */

html, body {
    overflow-x: hidden;
	--vw-min: 1201;
	--vw-max: 1440;
}

.skip-link{
	background-color: #000;
	color: #fff;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
    transition: all .3s ease-in-out !important;
}

a:focus {
  outline: 3px solid #005fcc;
}

a:focus-visible, button:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

::placeholder {
    opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}


.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

.hide-br-desktop br{
	display: none;
}

.button-bottom{
	position: absolute !important;
	bottom: 0;
}

.show-element{
	display: inherit !important;
}

.hide-element {
	display: none !important;
}


/***********************
		NOT EDIT
************************/

	[class^="el-text-"], [class*=" el-text-"] {
		--fluid-value-txt: clamp( calc(var(--min-text) * 1px), calc( (var(--min-text) * 1px) + (var(--max-text) - var(--min-text)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-text) * 1px));
		font-size: var(--fluid-value-txt);
	}
	
	[class^="el-pt-"], [class*=" el-pt-"] {
		--fluid-value-pt: clamp( calc(var(--min-pt) * 1px), calc( (var(--min-pt) * 1px) + (var(--max-pt) - var(--min-pt)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pt) * 1px));
		padding-top: var(--fluid-value-pt) !important;
	}
	
	[class^="el-pb-"], [class*=" el-pb-"] {
		--fluid-value-pb: clamp( calc(var(--min-pb) * 1px), calc( (var(--min-pb) * 1px) + (var(--max-pb) - var(--min-pb)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pb) * 1px));
		padding-bottom: var(--fluid-value-pb) !important;
	}
	
	[class^="el-pl-"], [class*=" el-pl-"] {
		--fluid-value-pl: clamp( calc(var(--min-pl) * 1px), calc( (var(--min-pl) * 1px) + (var(--max-pl) - var(--min-pl)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pl) * 1px));
		padding-left: var(--fluid-value-pl) !important;
	}
	
	[class^="el-pr-"], [class*=" el-pr-"] {
		--fluid-value-pr: clamp( calc(var(--min-pr) * 1px), calc( (var(--min-pr) * 1px) + (var(--max-pr) - var(--min-pr)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-pr) * 1px));
		padding-right: var(--fluid-value-pr) !important;
	}
	
	[class^="el-text-"] *, [class*=" el-text-"] *{
		font-size: 100% !important;
	}
	
/***********************
		END NOT EDIT
************************/	


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
	position: relative;
	overflow: hidden;
}

.shiny-img .elementor-image::before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
} */


/* Only if you have hero arrow */
/*
.down-arrow a{
	animation: move_down 2s ease-in-out infinite;
}
*/

/************************************** 
***************************************
***************************************

   From here add the classes you need

***************************************
***************************************
***************************************/

.el-text-18{
	--min-desktop-text: 15; --max-desktop-text: 18;
	--min-tablet-text: 14; --max-tablet-text: 17;
	--min-mobile-text: 14; --max-mobile-text: 18;
}


/************************************** 
***************************************
***************************************

			ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}

/************************************** 
***************************************
***************************************

		Privacy and Terms Styles

***************************************
***************************************
***************************************/

.legal-content > *:not(h1, h2, h3, h4, h5, h6){
	font-size: 16px;
}

.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4 {
	line-height: 1.4;
	--max-desktop-ltf: 34;
	--min-desktop-ltf: var(--max-desktop-ltf) * var(--vw-min) / var(--vw-max); 
	
	--max-tablet-ltf: 32;
	--min-tablet-ltf: var(--max-tablet-ltf) * var(--vw-min) / var(--vw-max);
	
	--max-mobile-ltf: 35;
	--min-mobile-ltf: var(--max-mobile-ltf) * var(--vw-min) / var(--vw-max); 
	
	font-size: clamp( calc(var(--min-ltf) * 1px), calc( (var(--min-ltf) * 1px) + (var(--max-ltf) - var(--min-ltf)) * ((100vw - (var(--vw-min) * 1px)) / (var(--vw-max) - var(--vw-min))) ), calc(var(--max-ltf) * 1px)) !important;
}

.legal-content h2, .legal-content h3, .legal-content h4 {
	margin-top: 40px;
}

.legal-content a{
	font-weight: bold;
	text-decoration: underline !important;
	color: inherit;
}

.legal-content a:hover{
	color: var(--e-global-color-primary);
}

.legal-content ul {
	padding-top: 20px;
}

/*************************************************
**************************************************
**************************************************

					Header 

**************************************************
**************************************************
**************************************************/



/*************************************************
**************************************************
**************************************************

					Homepage 

**************************************************
**************************************************
**************************************************/


/*************************************************
**************************************************
**************************************************

					Forms 

**************************************************
**************************************************
**************************************************/

.mc4wp-form-fields {
	text-align: center;
}


.mc4wp-form-fields > p {
	margin-bottom: 28px;
}

.mc4wp-form-fields label {
	 color: #fff;
}

/*************************************************
**************************************************
**************************************************

					Footer 

**************************************************
**************************************************
**************************************************/


/* Animations - KeyFrames */

@keyframes opacDown {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}


/* Media Queries */

@media (min-width: 768px) and (max-width: 1200px) {
	html, body{
		--vw-min: 768;
		--vw-max: 1200;
	}
	
	/***********************
			NOT EDIT
	************************/
	
		[class^="el-text-"], [class*=" el-text-"] {
			--min-text: var(--min-tablet-text);
			--max-text: var(--max-tablet-text);
		}
		
		[class^="el-pr-"], [class*=" el-pr-"] {
			--min-pr: var(--min-tablet-pr);
			--max-pr: var(--max-tablet-pr);
		}
		
		[class^="el-pb-"], [class*=" el-pb-"] {
			--min-pb: var(--min-tablet-pb);
			--max-pb: var(--max-tablet-pb);
		}
		
		[class^="el-pt-"], [class*=" el-pt-"] {
			--min-pt: var(--min-tablet-pt);
			--max-pt: var(--max-tablet-pt);
		}
		
		[class^="el-pl-"], [class*=" el-pl-"] {
			--min-pl: var(--min-tablet-pl);
			--max-pl: var(--max-tablet-pl);
		}
		
		.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
			--min-ltf: var(--min-tablet-ltf);
			--max-ltf: var(--max-tablet-ltf);
		}
	
	/***********************
		END NOT EDIT
	************************/
	
}


@media (min-width: 1201px) {
	
	/***********************
			NOT EDIT
	************************/
	
		[class^="el-text-"], [class*=" el-text-"] {
			--min-text: var(--min-desktop-text);
			--max-text: var(--max-desktop-text);
		}
	
		[class^="el-pt-"], [class*=" el-pt-"] {
			--min-pt: var(--min-desktop-pt);
			--max-pt: var(--max-desktop-pt);
		}
		
		[class^="el-pb-"], [class*=" el-pb-"] {
			--min-pb: var(--min-desktop-pb);
			--max-pb: var(--max-desktop-pb);
		}
		
		[class^="el-pr-"], [class*=" el-pr-"] {
			--min-pr: var(--min-desktop-pr);
			--max-pr: var(--max-desktop-pr);
		}
		
		[class^="el-pl-"], [class*=" el-pl-"] {
			--min-pl: var(--min-desktop-pl);
			--max-pl: var(--max-desktop-pl);
		}
		
		.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
			--min-ltf: var(--min-desktop-ltf);
			--max-ltf: var(--max-desktop-ltf);
		}
		
	/***********************
		END NOT EDIT
	************************/	
	
}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {}

@media (max-width: 1400px) {}

@media (max-width: 1366px) {}

@media (max-width: 1300px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {}

@media (max-width: 989px) {}

@media (max-width: 880px) {}

@media (max-width: 780px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {
	html, body{
		--vw-min: 320;
		--vw-max: 767;
	}
	
	/***********************
			NOT EDIT
	************************/
	
		[class^="el-text-"], [class*=" el-text-"] {
			--min-text: var(--min-mobile-text);
			--max-text: var(--max-mobile-text);
		}
		
		[class^="el-pl-"], [class*=" el-pl-"] {
			--min-pl: var(--min-mobile-pl);
			--max-pl: var(--max-mobile-pl);
		}
		
		[class^="el-pb-"], [class*=" el-pb-"] {
			--min-pb: var(--min-mobile-pb);
			--max-pb: var(--max-mobile-pb);
		}
		
		[class^="el-pt-"], [class*=" el-pt-"] {
			--min-pt: var(--min-mobile-pt);
			--max-pt: var(--max-mobile-pb);
		}
		
		[class^="el-pr-"], [class*=" el-pr-"] {
			--min-pr: var(--min-mobile-pr);
			--max-pr: var(--max-mobile-pr);
		}
		
		.legal-content h2, .legal-content h1, .legal-content h3, .legal-content h4{
			--min-ltf: var(--min-mobile-ltf);
			--max-ltf: var(--max-mobile-ltf);
		}
	
	/***********************
		END NOT EDIT
	************************/
	
	.legal-content > *:not(h1, h2, h3, h4, h5, h6){
		font-size: 14px;
	}
	
}

@media (max-width: 360px) {}