.elementor-65 .elementor-element.elementor-element-e8f519b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-65 .elementor-element.elementor-element-e8f519b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-65 .elementor-element.elementor-element-1fbe331.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-65 .elementor-element.elementor-element-1fbe331.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}@media(max-width:1024px) and (min-width:768px){.elementor-65 .elementor-element.elementor-element-1fbe331{width:62%;}}@media(max-width:1024px){.elementor-65 .elementor-element.elementor-element-e8f519b{padding:0px 20px 0px 20px;}}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-e8f519b{margin-top:10px;margin-bottom:0px;}.elementor-65 .elementor-element.elementor-element-1fbe331{width:50%;}}/* Start custom CSS for html, class: .elementor-element-19001c0 *//*====================================================
  HEADER PREMIUM MCECA
====================================================*/

.mceca-header{
    position:fixed;
    inset:0 0 auto 0;
    z-index:99999;
    transition:.35s ease;
}

.mceca-header.scrolled{

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

}

.mceca-navbar{

    background:rgba(5,11,22,.88);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(255,255,255,.05);

    transition:.35s;

}

.mceca-navbar .mceca-container{

    max-width:1400px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    height:72px;

    padding:0 35px;

}

/*==========================
LOGO
==========================*/

.logo{

    display:flex;

    align-items:center;

}

.logo img{

    height:48px;

    width:auto;

    transition:.35s;

}

.mceca-header.scrolled .logo img{

    height:42px;

}

/*==========================
MENU
==========================*/

.main-menu{

    margin-left:auto;

    margin-right:45px;

}

.main-menu ul{

    display:flex;

    align-items:center;

    gap:38px;

    list-style:none;

    margin:0;

    padding:0;

}

.main-menu>ul>li{

    position:relative;

}

.main-menu>ul>li>a{

    color:#fff;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:8px;

    height:72px;

    transition:.25s;

}

.main-menu>ul>li>a:hover{

    color:#62A7FF;

}

.arrow{

    display:flex;

    transition:.3s;

}

.has-mega:hover .arrow{

    transform:rotate(180deg);

}

/*==========================
CTA
==========================*/

.header-buttons{

    display:flex;

    align-items:center;

    gap:18px;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:46px;

    padding:0 26px;

    border-radius:999px;

    background:linear-gradient(135deg,#2D7CFF,#57A5FF);

    color:#fff;

    font-size:15px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

    box-shadow:0 10px 30px rgba(45,124,255,.30);

}

.cta-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 18px 40px rgba(45,124,255,.40);

}
.mceca-header svg{
    width:16px;
    height:16px;
    display:block;
    flex-shrink:0;
}

.arrow svg{
    width:16px;
    height:16px;
}


.mobile-close svg{

    width:22px;
    height:22px;

    display:block;

}
/*==========================
BOTON MOVIL
==========================*/

.mobile-toggle{

    display:none;

    width:48px;

    height:48px;

    border:none;

    background:none;

    cursor:pointer;

    align-items:center;

    justify-content:center;

    flex-direction:column;

    gap:6px;

}

.mobile-toggle span{

    width:24px;

    height:2px;

    background:#fff;

    border-radius:10px;

    transition:.35s;

}


/*====================================
MEGA MENU
====================================*/

.has-mega{
    position:relative;
}

.mega-menu{

    position:absolute;

    top:calc(100% + 12px);
    left:50%;

    transform:translateX(-50%) translateY(10px);

    width:980px;
    max-width:calc(100vw - 80px);

    background:#0F172A;

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:18px;

    box-shadow:0 25px 60px rgba(0,0,0,.45);

    opacity:0;
    visibility:hidden;

    transition:.25s ease;

    z-index:9999;

}

.has-mega:hover .mega-menu,
.has-mega.mega-open .mega-menu{

    opacity:1;
    visibility:visible;

    transform:translateX(-50%) translateY(0);

}
/*=========================
GRID
=========================*/
.mega-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:12px;

    margin-bottom:16px;

}

/*=========================
CARD
=========================*/

.mega-card{

     padding:18px 20px;

    border-radius:18px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.mega-card:hover{

    background:rgba(45,124,255,.08);

    border-color:#2D7CFF;

    transform:translateY(-3px);

}
.mega-card h3{

    margin:0 0 10px;

    font-size:17px;

    color:#fff;

}
.mega-card h3{

    margin:0 0 10px;

    font-size:17px;

    color:#fff;

}
.mega-card p{

    font-size:14px;

    line-height:1.45;

    margin-bottom:16px;
    
    color:#fff;

}


.mega-card-top{

    display:flex;
    align-items:center;
    gap:16px;

    margin-bottom:18px;

}

.mega-card-top h3{

    margin:0;

    color:#fff;

    font-size:18px;

    font-weight:700;

}

.mega-icon{

    flex:0 0 52px;

    width:52px;
    height:52px;

    margin:0;

}
/*=========================
BOTON CARD
=========================*/

.mega-link-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:36px;

    border-radius:12px;

    border:1px solid rgba(45,124,255,.30);

    color:#8EBBFF;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.25s;

}

.mega-link-btn:hover{

    background:#2D7CFF;

    color:#fff;


}

/*=========================
FOOTER
=========================*/

.mega-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    padding:16px 20px;

    border-radius:18px;

    background:rgba(255,255,255,.03);

}

.mega-footer h3{

    margin:0 0 6px;

    font-size:20px;

    color:#fff;

}

.mega-footer p{

    margin:0;

    color:#B8C4D9;

}

.mega-footer-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    min-width:240px;

    height:48px;

    border-radius:14px;

    background:linear-gradient(135deg,#2D7CFF,#5AA8FF);

    color:#fff;

    text-decoration:none;

    font-weight:700;

}



/*==========================
MENU MOVIL
==========================*/

.mobile-menu{

    position:fixed;

    top:0;

    right:-100%;

    width:360px;

    max-width:100%;

    height:100vh;

    background:rgba(8,15,30,.94);

    backdrop-filter:blur(24px);

    -webkit-backdrop-filter:blur(24px);

    transition:.45s cubic-bezier(.77,0,.18,1);

    z-index:999999;

    display:flex;

    flex-direction:column;

}

.mobile-menu.open{

    right:0;

}

.mobile-backdrop{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:999998;

}

.mobile-backdrop.show{

    opacity:1;

    visibility:visible;

}


/*------*/
.mceca-topbar{
    background:#08111f;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.mceca-topbar .mceca-container{
    max-width:1400px;
    margin:auto;
    height:42px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 35px;
}

.top-left,
.top-right{
    display:flex;
    align-items:center;
    gap:25px;
}

.top-left a,
.top-right a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.top-left svg{
    width:16px;
    height:16px;
    fill:currentColor;
    margin-right:8px;
}

.top-center{
    color:#fff;
    font-size:14px;
    font-weight:600;
}
.mega-icon{

    width:46px;
    height:46px;

    border-radius:14px;

    background:linear-gradient(135deg,#2D7CFF,#5AA8FF);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:14px;

}

.mega-icon svg{

    width:24px;
    height:24px;

}
html,
body{
    overflow-x:hidden;
    width:100%;
}

.mceca-hero,
.hero-content,
.services-wrapper{
    max-width:100%;
    overflow:hidden;
}

.hero-grid,
.hero-light,
.hero-particles{
    overflow:hidden;
}
/*==========================
RESPONSIVE TABLET + MOVIL
==========================*/
@media (max-width:1024px){

  .mceca-topbar,
  .main-menu,
  .header-buttons,
  .mega-menu{
    display:none !important;
  }

  .has-mega{
    position:static;
  }

  .mceca-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
  }

  .mceca-navbar{
    background:rgba(8,15,30,.96);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .mceca-navbar .mceca-container{

    position:relative;

    display:flex;

    align-items:center;

    height:72px;

    padding:0 18px;

}

.logo{

    position:absolute;

    left:18px;

    top:50%;

    transform:translateY(-50%);

    margin:0;

    flex:none;

}
.logo img{

    height:42px;

    width:auto;

    display:block;

}

.mobile-toggle{

    position:absolute;

    right:18px;

    top:50%;

    transform:translateY(-50%);

    display:flex !important;

    align-items:center;

    justify-content:center;

    width:44px;

    height:44px;

    margin:0;

}

  .mobile-toggle span{
    width:28px;
    height:3px;
    border-radius:99px;
    background:#fff;
  }

  .mobile-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:360px;
    max-width:100%;
    height:100vh;
    background:#0f172a;
    display:flex;
    flex-direction:column;
    transition:right .35s ease;
    z-index:999999;
    overflow-y:auto;
  }

  .mobile-menu.open{right:0;}

  .mobile-backdrop{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999998;
  }

  .mobile-backdrop.show{
    opacity:1;
    visibility:visible;
  }

  .mobile-menu-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:22px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .mobile-menu-header img{height:40px;}

 .mobile-close{

    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;

    border:none;

    border-radius:12px;

    background:rgba(255,255,255,.06);

    color:#fff;

    cursor:pointer;

    transition:.3s;

}
.mobile-close:hover{

    background:rgba(255,255,255,.12);

}


  .mobile-nav{
    display:flex;
    flex-direction:column;
    padding:24px;
  }

  .mobile-nav>a,
  .mobile-services{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    padding:18px 0;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:none;
    text-align:left;
  }

  .mobile-services{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
  }

  .mobile-services span{
    font-size:28px;
    transition:.3s;
  }

  .mobile-services.active span{
    transform:rotate(45deg);
  }

  .mobile-submenu{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
  }

  .mobile-submenu a{
    display:block;
    padding:14px 0 14px 18px;
    color:#b8c6dc;
    text-decoration:none;
    font-size:16px;
  }

  .mobile-footer{
    margin-top:auto;
    padding:24px;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .mobile-cta{
    display:flex;
    justify-content:center;
    align-items:center;
    height:52px;
    border-radius:14px;
    background:linear-gradient(135deg,#2D7CFF,#5AA8FF);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    margin-bottom:18px;
  }

  .mobile-contact{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .mobile-contact a{
    color:#AFC4E8;
    text-decoration:none;
  }
  
}


/*====================================================
HEADER MÓVIL
====================================================*/

@media (max-width:1024px){

.mceca-navbar .mceca-container{

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    width:100%;

    padding:0 18px !important;

    height:72px;

}

.logo{

    flex:0 0 auto !important;

    margin:0 !important;

}

.logo img{

    display:block;

    height:42px;

    width:auto;

}

.mobile-toggle{

    display:flex !important;

    align-items:center;

    justify-content:center;

    width:44px;

    height:44px;

    margin-left:auto !important;

}
.mceca-navbar .mceca-container{

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    padding:0 18px !important;

    width:100% !important;

}

.logo{

    flex:none !important;
    width:auto !important;
    margin:0 !important;

}

.logo img{

    display:block;
    width:auto;
    height:42px;

}

.mobile-toggle{

    display:flex !important;

    margin-left:auto !important;

    flex:none !important;

    width:44px;
    height:44px;

}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover

 {
    background-color: transparent!important;
    color: #fff;
    text-decoration: none;
 
}

}



/*==================================================
HEADER MOVIL
==================================================*/


@media (max-width:768px){

.logo{

    left:16px!important;

}

.logo img{

    height:36px!important;

}

.mobile-toggle{

    right:16px!important;

}

.mceca-navbar .mceca-container{

    height:64px;

    padding:0 16px !important;

}

.mobile-menu{
    width:100%;
  }



[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover

 {
    background-color: transparent!important;
    color: #fff;
    text-decoration: none;
 
}
}
/*=====================================
 COLORES
=====================================*/

.mobile-menu a,
.mobile-menu button,
.mobile-menu .mobile-services,
.mobile-menu .mobile-submenu a{

    color:#ffffff !important;

}

.mobile-menu a:hover,
.mobile-menu .mobile-submenu a:hover,
.mobile-services:hover{

    color:#62A7FF !important;

}/* End custom CSS */