.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1249px;}.e-con{--container-max-width:1249px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}/* Start custom CSS *//* Header */
.header-logo img{
    max-width: 200px!important;
}
.header-notice,
.header-links a{
    color:#fff;
}
.header-logo a:hover{
    filter:grayscale(100) invert(1);
}
header .main-menu a{
    text-shadow:0 0 0 rgba(255,255,255,0);
}
header .main-menu a:hover{
    text-shadow:0 0 20px rgba(255,255,255,1);
}
.hero-style1 .hero-title .title1,
.hero-style1 .hero-title .title2{
    text-transform: uppercase;
}
.hero-style1 .hero-title .title2{
    font-size:.7em!important;
}
.header-links li:not(:last-child):after{
    width: 1px!important;
    background:rgba(255,255,255,0.2)!important;
}
.header-links > ul > li > a{
    color:#fff!important;
}
/**/
.hero-cta-slider1{
    margin-top:-130px!important;
}
.home-sync .hero-cta-slider1{
    margin-top:-300px!important;
}
.hero-cta-slider1 .hero-img1 img,
.hero-cta-slider1 .hero-img2 img{
    max-height: 400px;
    width: auto;
}
}
.bg-opacity img{
    filter: grayscale(1);
    opacity: 0.07;
}
.home-icons{
    text-align: center;
}
.home-icons .about-grid{
    display: inline-block!important;
    width: 33.3333%;
    text-align: center;
}
.home-icons .icon{
    width: 120px;
    height: 140px;
    margin: auto;
    background: url(https://phobosgames.net/wp-content/uploads/2025/08/ico-bg-blue.svg) no-repeat center center;
    background-size: contain;
}
.home-icons .about-grid-details{
    margin-top: 10px;
}
.home-icons img{
    width: 80px;
    padding: 30px 0;
    filter:invert(1);
}
.footer-wrapper {
    background: none!important;
}
/* Footer */
.footitle h3{
    position: relative;
    max-width: 270px;
    color: var(--white-color);
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    margin: -0.12em 0 25px 0;
    padding-bottom: 16px;
}
.contactos{
    position: relative;
}
.footitle h3:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 96px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color2));
  background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}
/**/
.borde-animado {
  position: relative;
  padding-top: 6px; /* espacio para el pseudo-borde */
  z-index: 0;
}

/* Capa base: primer degradado */
.borde-animado::before,
.borde-animado::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  pointer-events: none;
  transition: opacity 2s linear;
  z-index: -1;
}

/* Degradado 1: rojo a azul */
.borde-animado::before {
  background: linear-gradient(to right, #00ffff, #005678);
  opacity: 1;
}

/* Degradado 2: azul a rojo */
.borde-animado::after {
  background: linear-gradient(to right, #005678, #00ffff);
  opacity: 0;
}

/* Animación alterna opacidad */
@keyframes alternarDegradado {
  0% {
    --op1: 1;
    --op2: 0;
  }
  50% {
    --op1: 0;
    --op2: 1;
  }
  100% {
    --op1: 1;
    --op2: 0;
  }
}

.borde-animado {
  animation: cambiarOpacidad 4s infinite linear;
}

@keyframes cambiarOpacidad {
  0% {
    --op-before: 1;
    --op-after: 0;
  }
  50% {
    --op-before: 0;
    --op-after: 1;
  }
  100% {
    --op-before: 1;
    --op-after: 0;
  }
}

.borde-animado::before {
  animation: fadeBefore 4s infinite linear;
}

.borde-animado::after {
  animation: fadeAfter 4s infinite linear;
}

@keyframes fadeBefore {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeAfter {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
/**/
#breadcumbwrap:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(11, 14, 19, 1) 90%);
pointer-events: all;
}
#breadcumbwrap > div{
    position: relative;
    z-index: 5;
}
.bloque-contactar{
    position: relative;
}
.bloque-team:after,
.bloque-contactar:after{
    content:'';
    display: block;
    width: 100%;
    height:250%;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: -1;
    pointer-events: all;
    background: #FFF;
background: radial-gradient(circle, #00829a 0%, rgba(0, 0, 0, 0) 50%)!important;
opacity: 0.25;
}
.bloque-team strong{
    text-transform: uppercase;
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 2px;
}
.bloque-team em{
    color:var(--theme-color);
}
.bloque-team img{
    width: auto;
    max-height: 350px;
}
.home-team .cta-bg-img:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
}
.home-team .cta-area-1 .cta-wrap-bg .cta-thumb,
.partners-block-a .cta-wrap-bg .cta-thumb{
    width: 50%;
  bottom: 100px!important;
}
/**/
.legales{
    column-count: 2;
    column-gap: 60px;
}
.legales h2{
    color:var(--theme-color);
    font-size: 1.6em;
}
.legales hr{
    margin: 40px 0;
    background: rgb(255,255,255,0.4);
}
.elementor-widget-image,
.imagenes img{
    border-radius: 20px;
    overflow: hidden;
}
.contactos .elementor-widget-image{
    border-radius: 0px!important;
}
.over{
    overflow: hidden;
}
.listado ul{
    list-style-type: none;
}
.listado li{
    margin-bottom: 5px;
    padding-left: 30px;
    color:var(--theme-color);
    background: url(https://phobosgames.net/wp-content/uploads/2025/09/ico-listado.webp) no-repeat left 3px;
    background-size: 18px 18px;
}
.sync-bg{
    margin-top:-225px;
}
.financiacion{
    filter:invert(1);
    border-radius: 0;
    opacity: 0.5;
}
.imagen-borde{
    border-radius: 0;
}
.imagen-borde img{
    border:1px solid #fff;
    border-radius: 20px;
    padding: 2px;
}
.home-icons .about-grid{
    vertical-align: top;
}
.th-social a{
    margin-bottom:10px;
    margin-right: 0px!important;
}
.th-social a:last-child{
    margin-right: 0px;
}
.sidemenu-content .th-widget-about{
    max-width:90%;
}
.sidemenu-content .th-widget-contact{
    max-width:100%;
}
.elementor-widget-bamesectiontitle .sub-title,
.breadcumb-menu a,
.legales a,
.hero-style1 .sub-title{
    color:#0bd4f1!important;
}
.breadcumb-wrapper{
    background-color:#000!important; 
}
.th-btn,
.home-sync .th-btn.style-border .btn-border{
    background-color: #0e6285!important;
}
.wpcf7-not-valid-tip {
  font-size: .7em;
  margin-left: 10px;
}
.wpcf7-list-item input[type="checkbox"]{
    display: block;
    opacity: 1;
    visibility: visible;
    width: 20px;
    height: 20px;
    position: absolute;
}
.wpcf7-list-item input[type="checkbox"] + span{
    padding-left: 30px;
    color:var(--body-color);
}
.form-btn button.th-btn{
    color:#fff!important;
    text-transform: uppercase;
    margin-top:20px;
}
.wpcf7 form .wpcf7-response-output{
    border-radius: 12px;
}
.grecaptcha-badge{
     display:none;
}
/**/
@media (max-width: 1699px) {
  .header-layout1 .logo-bg {
    width: 30%!important;
  }
}
/**/
@media (max-width: 1024px) {
    .home-icons .about-grid{
    margin:3%;
      }
.cursor-animation{
        display:none;
    }
}
/*Responsive*/
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 120px 0 100px!important;
  }
  .sync-bg,
  .header-layout1 .logo-bg:before{
    display:none;
  }
  .cta-area-1 .cta-bg-img img{
      height:100%;
  }
  .mobile-logo img{
      width:80%;
  }
  .legales{
    column-count: 1;
    column-gap: 0px;
    padding-bottom:60px;
  }
  .header-layout1 .logo-bg{
      background:none!important;
  }
}/* End custom CSS */