.elementor-4996 .elementor-element.elementor-element-f301376{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4996 .elementor-element.elementor-element-0b66619{--display:flex;--position:fixed;--min-height:110px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:100px 100px 100px 100px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;bottom:35px;}body:not(.rtl) .elementor-4996 .elementor-element.elementor-element-0b66619{right:45px;}body.rtl .elementor-4996 .elementor-element.elementor-element-0b66619{left:45px;}.elementor-widget-video .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-video .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4996 .elementor-element.elementor-element-a5df427 .elementor-wrapper{--video-aspect-ratio:1;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4996 .elementor-element.elementor-element-c54b207 > .elementor-widget-container{background-color:#FFFFFF;padding:10px 10px 10px 10px;border-radius:5px 5px 5px 5px;}body:not(.rtl) .elementor-4996 .elementor-element.elementor-element-c54b207{left:-78px;}body.rtl .elementor-4996 .elementor-element.elementor-element-c54b207{right:-78px;}.elementor-4996 .elementor-element.elementor-element-c54b207{top:0px;text-align:center;}.elementor-4996 .elementor-element.elementor-element-c54b207 .elementor-heading-title{font-family:"Saira", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-4996 .elementor-element.elementor-element-0b66619{--width:110px;}}/* Start custom CSS for html, class: .elementor-element-533dde6 *//*overlay*/
.container-overlay{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000000B8;
    opacity: 1;
    transition: opacity 1s;
}
.container-bg{
    background-image: url('https://fgs.media/wp-content/uploads/2025/06/Ekko-Points-BG-1.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}
/*popup*/
.popUp{
    overflow: hidden;
    border-radius: 25px;
}
.popUpVideo{
    height: 375px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px -90px;
}
.popUpVideo video{
    width: 100%;
    height: 100%;
}
/*popUpInfo*/
.popUpInfo{
    background-color: #101010;
    padding: 34px 24px;
    border-top: 2px solid #D2FB01; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popUpInfo h2{
    color: white;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    font-family: "Helvetica Neue", Sans-serif;
}
.popUpInfo p{
    color: white;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0px;
    font-family: "Helvetica Neue", Sans-serif;
}
/*botones*/
.btnPopUpPermisos{
    background-image: linear-gradient(134deg, #D2FB01 0%, #D2FB01 100%);
    padding: 12px 24px;
    margin-top: 30px;
    border-radius: 30px;
    font-family: "Helvetica Neue", Sans-serif;
    color: black;
    font-weight: 600;
    cursor:pointer;
}
.btnPopUpClose{
    color: #D2FB01;
    padding-top: 14px;
    text-decoration: underline !important;
    cursor: pointer;
    font-family: "Helvetica Neue", Sans-serif;
}/* End custom CSS */
/* Start custom CSS for video, class: .elementor-element-a5df427 */.videoPopup div div video{
    height: 110% !important;
    background-color: transparent !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-c54b207 */.textToolTip{
    position: relative;
    animation: tooltipAnimation 2s ease-in-out;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.textToolTip:before{
    content: "";
    width: 15px;
    height: 15px;
    background-color: white;
    position: absolute;
    bottom: 1px;
    right: -6px;
    border-radius: 5px;
    transform: rotate(45deg)
}

@keyframes tooltipAnimation{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0b66619 */.btnIA{
    opacity: 0
}
.btnIA:before{
    content: "";
    height: 100%;
    background-image: linear-gradient(135deg, var(--e-global-color-1d8d9a7) 0%, var(--e-global-color-d9e7428) 100%);
    	-webkit-animation: ping 0.8s ease-in-out infinite both;
	 animation: ping 2.9s ease-in-out infinite both;
}

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}/* End custom CSS */