
/* Servicio */
.service{
    color: white;
    margin: 5rem;
}
.title-service{
    text-align: center;
    margin-bottom: 2rem;
}
.title-service p:first-child{
    font-size: 30px;
    font-weight: 500;
}
.title-service p:last-child{
    margin-top: 2rem;
    font-size: 20px;
    font-weight: 500;
}
.linea {
    position: relative;
}
.linea:after {
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(to bottom right, #1AAD7F, #2E44D2);
    position: absolute;
    bottom: -8px;
    right: 41%;
    transition: all .4s;
    will-change: width;
    width: 18%;
}
.contact-inf{
    background-image: linear-gradient(to bottom right, #311c66, #0c1842);
    color: white;
    padding: 2rem 2rem 4rem;
    width: 100%;
    border-top: 1px solid #e100ff;
    border-left: 1px solid #e100ff;
    border-radius: 40px 40px 0 40px;
    position: sticky;
}
.incluye-servicios .bxs-joystick{
    font-size: 30px;
    border-radius: 100%;

    background-color: var(--primary-color);
    padding: 12px;
}
.weight, .cantidad-turno{
    font-weight: 100;
    text-align: left !important;
}
.incluye-servicios p:first-of-type{
    width: 50%;
    font-weight: 100;
    text-align: left;
}
.incluye-servicios h3{
    color: var(--color-lightblue);
    font-size: 25px;
}
.includ-service{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.5rem 0;
    gap: 1rem 0;
}
.icon-user{
    display: flex;
    gap: 5px;
}
.width-includ{
    display: flex;
    justify-content: center;
    width: 30%;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.width-includ img {
    width: 60px;
    height: 58px;
}
.bx-user{
    font-size: 60px;
}
.incluye-servicios .bxs-joystick, .weight, .cantidad-turno, .incluye-servicios h3{
    margin-bottom: 0.5rem;
}
.price-service p{
    text-align: left !important;
    font-size: 30px;
    color: var(--color-lightblue);
    font-weight: 600 !important;
}
.price-service strong{
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.service button{
    background-color: #C717AF;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    margin: 1rem 2rem 0 0;
    font-size: 15px;
    cursor: pointer;
    transition: all 1.2s;}
.service button:hover{
    transform: scale(1.02);
}
/* videojuegos */
.first-file, .second-file{
    display: flex;
    justify-content: center;
}
.title-vjuegos{
    line-height: 65px;
    margin: 5rem 0 2rem 0;
}
.img-vjuegos{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}
.vjuegos-block{
    width: 15%;
}
.vjuegos-block .img1{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.vjuegos-block .img2{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.vjuegos-block .img3{
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.vjuegos-block p{
    text-align: center;
    font-family: "Jaro", serif;
    color: white;
    font-size: 30px;
}

/* Galeria de fotos */
.title-galery{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin: 5rem 5rem 2rem 5rem;
}
.line-service {
    position: relative;
}
.line-service:after {
    content: "";
    height: 3px;
    background: linear-gradient(to bottom right, #1AAD7F, #2E44D2);
    position: absolute;
    bottom: -8px;
    right: 65.5%;
    transition: all .4s;
    will-change: width;
    width: 5%;
}

/* scroll */
.galery-image{
    margin-bottom: 2rem;
}
.clientes-logos{
    margin-top: 5rem;
}
.cliente{
    display: flex;
    justify-content: center;
    align-items: center;
} 
.scroll img{
    width: 380px;
    height: 400px;
    margin: 0 18px;
    transition: .5s;
    cursor: pointer;
    object-fit: cover;
}
.scroll{
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 1rem 2rem;
}
.scroll .este{
    white-space: nowrap;
    animation: animate 30s linear infinite;
}

@keyframes animate {
    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-100%);
    }
}

.title-clientes{
    text-align: center;
    color: var(--primary-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 41px;
    font-weight: 200;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

/* ======================= SIMULADORES ======================= */

.beneficios{
    text-align: center;
    padding-block: 6rem 1rem;
}
.beneficios h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
    padding: 0 10px;
}
.beneficios-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
}
.beneficio img{
    width: 120px;
    margin-bottom: 15px;
    transition: transform .4s ease;
}
.beneficio:hover img{
    transform: scale(1.15);
}
.beneficio p{
    color:#ffffff;
    font-size: 18px;
    cursor: context-menu;
}

/* Soluciones */

.vr-section{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}
.vr-box{
    width:260px;
    padding:30px;
    background:#121c4f;
    border-radius:20px;
    text-align:center;
    color:white;
    border:2px solid transparent;
    background:
    linear-gradient(#121c4f,#121c4f) padding-box,
    linear-gradient(45deg,#ff00ff,#00ffff) border-box;
    transition:0.3s;
}
.vr-box img{
    width: 100px;
    margin-bottom: 15px;
}
.vr-box h3{
    margin-bottom:10px;
}
.vr-box p{
    font-size:14px;
    color:#cfd3ff;
}
.vr-button{
    display:inline-block;
    margin-top:15px;
    padding:8px 18px;
    border-radius:20px;
    border:1px solid #ff00ff;
    text-decoration:none;
    color:white;
    font-size:14px;
}
.vr-box:hover{
    transform:translateY(-10px);
    box-shadow:0 0 20px rgba(255,0,255,0.4);
}

.sectores{
    background:#2c1563;
    padding:80px 6%;
}

.sectores h2{
    text-align:center;
    color:#fff;
    font-size:32px;
    margin-bottom:60px;
    position:relative;
}

.sectores h2::after{
    content:"";
    width:60px;
    height:3px;
    background:#56EED7;
    display:block;
    margin:10px auto;
}

/* contenedor */
.sectores-container{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    justify-content:space-between;
    margin: 0 3rem;
}

/* card */
.sector{
    flex:1 1 calc(25% - 40px);
}

/* imagen */
.sector img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:18px;
    border:2px solid #a24cff;
}

.sector h3{
    color:#fff;
    margin-top:18px;
    font-size:20px;
}

.sector p{
    color:#fff;
    font-size:14px;
    margin-top:10px;
    line-height:1.5;
}

/* Beneficios */
.beneficios-vr{
    position:relative;
    background-image:url("../img/beneficios.jpg");
    background-size:cover;
    background-position:center;
    padding:120px 8%;
    margin-block: 8rem 1rem;
}

/* overlay oscuro */
.beneficios-vr::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}
.beneficios-content{
    position:relative;
    max-width:600px;
}
.beneficios-content h2{
    color:#fff;
    font-size:36px;
    margin-bottom:30px;
}
.lista-beneficios{
    list-style:none;
}
.lista-beneficios li{
    color:#fff;
    margin-bottom:15px;
    font-size:18px;
    position:relative;
    padding-left:30px;
}
.lista-beneficios li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#00ff9d;
    font-weight:bold;
}

/* proceso */
.proceso-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    position:relative;
    margin: 0 2rem;
}
.paso{
    background:#111f5c;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    border: 2px solid transparent;
    background: linear-gradient(#121c4f, #121c4f) padding-box, linear-gradient(45deg, #ff00ff, #00ffff) border-box;
    position:relative;
    transition:0.4s;
}
.paso img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.numero{
    width:40px;
    height:40px;
    background:#132b6b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:15px auto;
    color:#fff;
    font-weight:bold;
    font-size: 20px;
}
.paso h3{
    color:#8be9ff;
    margin-bottom:10px;
}
.paso p{
    color:#d6d6ff;
    font-size:14px;
    line-height:1.5;
}
.contact-container{
    margin-top: 8rem;
}
.proceso-container::before{
    content:"";
    position:absolute;
    top:120px;
    left:10%;
    width:80%;
    height:3px;
    background:#ff39ff;
    z-index:0;
}
.paso{
    z-index:1;
}
.paso:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 30px rgba(0,0,0,0.5);
}

/* ======================= EVENTO ======================= */

.evx-section {
    text-align: center;
    padding: 0 20px;
    margin-top: 60px;
    color: #fff;
}

.evx-title {
    font-size: 28px;
    margin-bottom: 40px;
}

.evx-highlight {
    color: #00e0c6;
}

.evx-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1000px;
    margin: auto;
}

.evx-card {
    flex: 1 1 calc(33.333% - 25px);
    max-width: 300px;
    border: 2px solid transparent;
    background: linear-gradient(#121c4f, #121c4f) padding-box,
                linear-gradient(45deg, #ff00ff, #00ffff) border-box;
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.evx-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(160, 32, 240, 0.5);
}

.content-card-rgt {
    text-align: left;
}

.evx-card-title {
    margin: 10px 0;
}

.evx-card-text {
    color: #fff;
    font-size: 14px;
}
.evx-card {
    position: relative;
    overflow: visible; 
}
/* ================= IMG + EFECTOS ================= */

.evx-img-wrap {
    position: relative;
    display: inline-block;
}

/* imagen */
.evx-img-wrap img {
    width: 70px;
    height: 70px;
    display: block;
    transition: 0.4s ease;
}
.evx-card:hover .evx-img-wrap img {
    filter:
        brightness(1.5)
        contrast(1.2)
        drop-shadow(0 0 3px #00e0ff)
        drop-shadow(0 0 3px #ff00ff)
}

.evx-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    pointer-events: none;

    background: white;
    box-shadow:
        0 0 6px #00e0ff,
        0 0 12px #a020f0;

    animation: evxExplode 0.8s ease-out forwards;
}

/* animación explosión */
@keyframes evxExplode {
    from {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    to {
        transform: translate(var(--x), var(--y)) scale(0.3);
        opacity: 0;
    }
}

/* responsive */
@media (max-width: 768px) {
    .evx-card {
        flex: 1 1 100%;
    }
}

/* Galeria Evento */

.evx-gallery-section {
    padding: 60px 20px;
    text-align: center;
}
.evx-gallery-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 40px;
}
.evx-gallery-title span {
    color: #00e0c6;
    border-bottom: 3px solid #00e0c6;
}
.evx-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1100px;
    margin: auto;
}
.evx-gallery-card {
    flex: 1 1 calc(33.333% - 25px);
    max-width: 800px;
    border: 2.5px solid transparent;
    overflow: hidden;
    background: linear-gradient(#0d1b3d, #0d1b3d) padding-box,
                linear-gradient(45deg, #ff00ff, #00ffff) border-box;
    transition: 0.3s;
}
.evx-gallery-card img {
    width: 400px;
    height: 550px;
    object-fit: cover;
    display: block;

    transition: 0.4s ease;
}
.evx-gallery-card:hover {
    box-shadow: 0 0 20px rgba(160, 32, 240, 0.5);
}
.evx-gallery-card:hover img {
    filter: brightness(1.1)
            drop-shadow(0 0 10px #00e0ff)
            drop-shadow(0 0 20px #a020f0);
}



/* responsive */
@media (max-width: 768px) {
    .evx-gallery-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 600px) {
    .proceso-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15% !important;
        margin: 0;
    }
}

@media(max-width:991px){
    
    /* header */
    header{
        padding: 0 2rem;
    }
    .menu-icono{
        display: block;
    }

    #menu:checked ~ .list-right{
        display: initial;
    }
    .list-header{
        display: none;
    }
    .list-right {
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        background-color: #323337;
        display: none;
    }
    header label{
        display: block;
    }

    .list-header{
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        background-color: #23005b;
        display: none;
    }
    .menu-horizontal{
        flex-direction: column;
        padding: 30px;
    }
    .boton{
        display: none;
    }
    .menu-vertical{
        position: relative;
        width: 100%;
    }
    .menu-horizontal a{
        justify-content: center;
    }

    /* Servicios */
    
    .service{
        margin: 4rem 1rem;
    }
    .contact-inf{
        padding: 2rem 1rem 4rem;
    }
    .width-includ{
        flex-direction: column;
        width: 48%;
    }
    .incluye-servicios p:first-of-type{
        width: 90%;
    }

    /* VideoJuegos */
    .first-file .letter{
        font-size: 80px;
    }
    .second-file .umber{
        font-size: 25px;
    }
    .vjuegos-block p{
        font-size: 10px;
        margin-top: 0;
    }
    .vjuegos-block .img1{
        height: 170px;
    }
    .vjuegos-block .img2{
        height: 205px;
    }
    .vjuegos-block .img3{
        height: 220px;
    }

    /* Galeria */
    .title-galery{
        margin: 5rem 1rem;
    }
    .line-service{
        font-size: 33px;
    }
    .line-service:after{
        width: 35%;
        right: 31.5%;
    }

    /* Beneficios */
    .beneficio{
        width: 30%;
    }
    .beneficios-container{
        gap: 3rem;
    }
    .sectores-container{
        gap: 40px;
        padding: 0 15%;
        margin: 0;
    }
    .sector {
        flex: 1 1 calc(100% - 40px);
    }
    .proceso-container{
        grid-template-columns:1fr;
        gap:30px;
        padding: 0 25%;
        margin: 0;
    }
    .proceso-container::before{
        display:none;
    }
    .paso{
        padding:30px 20px;
    }
    .paso img{
        width:80px;
        height:80px;
    }
    .numero{
        width:35px;
        height:35px;
        font-size:18px;
    }
    .paso h3{
        font-size:18px;
    }
    .paso p{
        font-size:13px;
    }
    /* línea debajo del card */
    .paso::after{
        content:"";
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:-30px;
        width:3px;
        height:30px;
        background:#ff39ff;
    }
    /* quitar línea del último */
    .paso:last-child::after{
        display:none;
    }
    .contact-inf-card h2 {
        width: 88% !important;
        margin: auto;
    }
    .contact-inf-card p {
        font-size: 15px;
    }
}


@media screen and (min-width: 865px) and (max-width: 1200px){
    .sectores-container, .proceso-container{
        margin: 0 30px;
    }
    .sectores-container{
        gap:25px;
        padding: 0 5%;
    }
    .img-nosotros img {
        width: 80%;
        height: 100%;
    }
    .proceso-container {
        gap: 15px;
    }

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

.sector{
    flex:1 1 calc(50% - 40px);
}

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

.sector{
    flex:1 1 100%;
}

}