
/* 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, #161A51);
    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: center;
}
.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: 1rem;
    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;
}
.service button:hover{
    transform: scale(1.02);
}
/* videojuegos */
.first-file, .second-file{
    display: flex;
    justify-content: center;
}
.first-file .number{
    font-size: 35px;
    font-family: "Jaro", serif;
    color: white;
    display: flex;
    align-items: center;
}
.first-file .letter{
    font-size: 90px;
    font-family: "Jaro", serif;
    color: white;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 100;
}
.second-file .umber{
    font-size: 30px;
    font-family: "Jaro", serif;
    color: #CD4B23;
    letter-spacing: 1px;
}
.title-vjuegos{
    line-height: 65px;
    margin: 5rem 0 2rem 0;
}
.videojuegos p{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 2rem;
}

.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: 280px;
    height: 300px;
    margin: 0 18px;
    transition: .5s;
    cursor: pointer;
}

.scroll{
    position: relative;
    display: flex;
    width: 1200px;
    overflow: hidden;
    padding: 1rem 2rem;
    /* mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent); */
}

.scroll .este{
    white-space: nowrap;
    animation: animate 30s linear infinite;
}


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

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

.scroll:hover .este{
    animation-play-state: paused;
}

.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);
}

  /* footer */

  footer{
    border-top: 1px solid #a1a4a54d;
}
.footer-inf{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4rem;
    color: white;
    margin: 3rem 0;
}
.footer-width{
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.width-rs{
    width: 15% !important;
}
.one-file img{
    width: 120px;
    height: 100px;
}
.fourth-file ul{
    display: flex;
    gap: 0.5em;
}
.one-file .question-footer{
    color: var(--color-grey);
}
.one-file button{
    border: 1px solid var(--color-lightblue);
    padding: 0.5em 1rem;
    border-radius: 40px;
    background-color: transparent;
    width: 48%;
    font-size: 16px;
}
.one-file button a{
    color: var(--color-lightblue);
}
.second-file-footer h4, .third-file h4, .fourth-file h4{
    font-weight: 500;
    text-transform: uppercase;
}
.second-file-footer li, .third-file li, .fourth-file li{
    display: flex;
    gap: 0.4rem;
    margin-bottom: 10px;
    color: var(--color-grey);
    cursor: pointer;
}
.third-file li a{
    color: var(--color-grey);    
}
.third-file li:hover{
    transform: scale(1.02);
}
.bxs-map, .bxs-phone, .bxs-envelope, 
.bxs-chevron-right, .bxl-facebook, .bxl-instagram, .bxl-tiktok{
    color: var(--color-lightblue) !important;
}
.bxl-facebook, .bxl-instagram, .bxl-tiktok{
    font-size: 32px;
    transition: 0.5s;
}
.bxl-facebook:hover, .bxl-instagram:hover, .bxl-tiktok:hover{
    transform: scale(1.1);
}
.derecho p{
    color: white;
    margin: 4rem 0 2rem 4.5rem;
    position: absolute;
}

.ilumination-footer{
    width: 400px;
    height: 100px;
    padding: 0.2em 0.2em;
    background-color: var(--primary-color);
    border: none;
    border-radius: 1000px;
    position: relative;
    box-shadow: 0px 0 20px #008cffa4, -40px 0 100px #e100ff9b;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    filter: blur(70px);
    top: 0%;
    left: 80%;
}

.ilumination-footer::after{
    content: '';
    position: absolute;
    height: 107%;
    width: 102%;
    border-radius: 1000px;
    background-image: linear-gradient(to bottom right, #008cff, #e100ff);
    z-index: -1;
    transition: 0.9s;
}
.ilumination-footer-up{
    width: 50%;
    height: auto;
    position: absolute;
}
.whatsapp-container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 50px;
    height: auto;
    position: fixed;
    bottom: 15px;
    right: 60px;
    z-index: 9999999;
}
.whatsapp-container img{
    width: auto;
    height: auto;
    background: #36c62a;
    border-radius: 100%;
    padding: 8px;
    border: solid 4px white;
}

.icono-whatsapp{
    display: block;
    margin: 10px;
}

@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 li{
        width: 100%;
    }
    .menu-horizontal a{
        justify-content: center;
    }

    /* Banner */
    .banner{
        flex-direction: column;
        text-align: center;
        margin-top: 1rem;
        height: auto;
    }
    .title-banner{
        margin: 0;
        width: 92%;
        line-height: 35px;
    }
    .title-banner .title-second{
        font-size: 60px;
    }
    .title-banner .title-third{
        width: 100%;
        font-size: 12px;
    }
    .button-banner{
        justify-content: center;
    }
    .img-banner{
        width: 100%;
    }
    .img-banner img{
        width: 300px;
        height: 30vh;
    }
    .redes-sociales ul{
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
    .redes-sociales{
        width: 100%;
        margin-top: 1rem;
        padding-left: 0;
    }


    /* 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%;
    }

     /* footer */
     .footer-inf{
        flex-direction: column;
    }
    .footer-width{
        width: 98% !important;
        flex-direction: column;
        align-items: center;
    }
    .derecho p {
        margin: 4rem 0;
        width: 100%;
        text-align: center;
    }
    .ilumination-footer{
        width: 50%;
    }

}


@media screen and (min-width: 991px) and (max-width: 1300px){

    /* Banner */
    .banner{
        height: 38vh;
    }
    .img-banner img{
        width: 450px;
        height: 35vh;
    }
    .servicios .title h1{
        width: 40%;
    }
    .block-service{
        width: 40%;
    }
    .ilumination{
        height: 45vh;
    }
    .img-banner{
        width: 43%;
    }
    .title-banner{
        width: 45%;
        line-height: 40px;
        margin: 0;
    }
    .img-inf-nosotros p, .img-inf-nosotros h4, 
    .img-inf-nosotros .pregunta{
        width: 100%;
    }
    .img-nosotros img{
        margin: 3rem;
    }

    .includ-service{
        justify-content: space-around;
    }

     /* Footer */
     .footer-inf{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4rem;
    }
    .footer-width, .width-rs{
        width: 40% !important;
    }
}