@import url('https://fonts.googleapis.com/css2?family=Thasadith:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
*{

    font-family: 'Rajdhani', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    width: 100vw; height: 100vh;
}
:root {
    --card_width: 150px;
    --row_increment: 10px;
    --card_border_radius: 16px;
    --card_small: 26;
    --card_med: 33;
    --card_large: 45;
    }
body{
background-color: rgb(56, 56, 56);
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
#visor3d{
position: absolute;
width: 100vw; height: 100vw;
border-radius: 16px;
border: #4e0be0 1px solid;
top: 0;
left: 0;
}
#visor2d{
position: absolute;
pointer-events: none;
width: 100vw; height: 100%;
border-radius: 16px;
overflow: hidden;
border: #4e0be0 1px solid;
top: 0;
left: 0;
}
#iuControles{
    position: absolute;
    display: flex;
    height: 80px;
    width: auto;
    transition: all 1s ease-in-out;
    gap: 5px;
    z-index: 500;
    bottom: 5.5%; left: 10%;

}
#botonera {
    width: auto; height: 50px;
    background-color: #8d89bb1e;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    display: flex;
    gap: 20px;
    padding:16px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transform: translateY(-20px);
    position: absolute;
    justify-content: center;
}

.videitos{
    width: 45%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    pointer-events: all;
    cursor: pointer;
    background-color: red;
}
.videitos:hover{
    transform-origin: center center;
    transform: scale(1.1);
    transition: all 0.2s ease-out;
}

#brilloBotonera{
    position: fixed;
    pointer-events: none;
    width: 600px; height: 600px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out ;
    background: radial-gradient(circle, rgba(63,209,251,1) 0%, rgba(0,21,196,0) 70%);
    
}
.puntoScroll{
    pointer-events: none;
    position: fixed;
    width: 50px; height: 50px;
    background-color: crimson;
    border-radius: 50%;
    z-index: 10000;
}
/* #iuControles{
    position: absolute;
    bottom: 6%;
    display: flex;
    gap: 10px;
    width: 80%; height: 60px;
    border-radius: 50px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.212);
    backdrop-filter: blur(10px);
    transition: all 1s ease-in-out;
} */
.puntoDeInteres{
    z-index: 1000;
/*     pointer-events: all;
    cursor: pointer; */
    position: absolute;
    width: 100px; height: 100px;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    background-image: url(assets/puntInteres.gif);
}
.miniBotones{
    cursor: pointer;
    bottom: 16%;
    width: 50px; height: 50px;
    transform: scale(70%);
    border-radius: 50%;
    background: #dfdfdf;
    /* border: 2px solid #868686; */
    display: flex;
    font-size: 0.8em;
    justify-content: center;
    align-items: center;
    transition: all ease-out .7s;
}
#controlRegresarInicio{
    display: none;
    background-image: url(assets/atlas-02.png);
    background-position: 0px 0px;
}
#controlAudio{
    background-image: url(assets/atlas-02.png);
    background-position: 150px -50px;
}
#controlCamaraAuto{
    background: #c0c0c0;
    background-image: url(assets/atlas-02.png);
    background-position: 100px -50px;
}
#controlFullScreen{
    background-image: url(assets/atlas-02.png);
    background-position: 50px 0px;
}
#controlRegresarInicio:hover{
    background-color: #E0D316;
}
#controlAudio:hover{
    background-color: #E0D316;
}
#controlCamaraAuto:hover{
    background-color: #E0D316;
}
#controlFullScreen:hover{
    background-color: #E0D316;
}
#cajaVideos{
    overflow: hidden;
}
.videoNosotros{
    width: 100%; height: 242px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.btnSecciones{
    font-weight: 100;
    cursor: pointer;
    color: azure;
    transition: color .3s ease-in-out;
}
/* .btnSecciones:hover{
    color: aqua;
}
.btnSecciones:active{
    color: aqua;
} */
#sombraUi{
    width: auto;
    height: 70px;
    position: absolute;
    display: flex;
    gap: 4px;
    align-items: center;
    bottom: 2.5%;
    left:10%;
    justify-content: center;
    z-index: 501;
}

.styled-button.active {
    color: aqua;
  }
.styled-buttonB.active {
    color: aqua;
  }
#tempBorde{
/*     filter: drop-shadow(0px 0px 5px rgb(0, 7, 71)); */
    transform: rotate(-75deg);
    stroke: #0b3de0;
    fill: none;
    stroke: width 8px;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
}
@keyframes cicloBorde {
    0%{ stroke-dashoffset: 360; }
    100%{ stroke-dashoffset: 210; }
}
@keyframes cicloBordeEnd {
    100%{ stroke-dashoffset: 210; }
}
#wsp{
    display: flex;
    justify-content: center; align-items: center;
    cursor: pointer;
    position: fixed;
    width: 50px; height: 50px;
    border-radius: 50%;
    background-image: url(assets/atlas-02.png);
    background-position: 100px 100px;
    bottom: 5%; right: 5%;
    transition: all 0.35s ease-in-out;
    z-index: 1000;
}
#wsp:Before{
    pointer-events: none;
    content: " ";
    position: fixed;
    background: radial-gradient(circle, rgba(5,255,0,0) 3%, rgba(0,96,71,0.9) 6%, rgba(0,3,42,0) 73%, rgba(0,21,196,0) 100%);
    width:700px; height: 700px;
}
#wsp:hover{
    transform: scale(1.2);
}


#miniatura3d{
    position: fixed;
    width: 100px; height: 100px;
    border-radius: 50%;
    border: white 2px solid;
    pointer-events: none;
    box-shadow: rgb(0, 0, 0) 0px 0px 30px ;
    opacity: 0;
    z-index: 500;
    transition: opacity .3s ease-out, top 0.3s ease-out;
}


#barraSuperior{
position: absolute;
bottom:5.5%;
width: 94%;
height: 20px;
/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
display: flex;
justify-content: left;
align-items: center ;
}
#barraSuperior::after{
content: " ";
width: 70px; height: 54px;
margin-top: 12px;
background-image: url(assets/logoPranaMediaIso.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#barraLateral{
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 70%;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.banner{
pointer-events: none;
color: black;
font-weight: 300;
width: 92%;
padding: 16px;
display: flex;
margin-top: 16px;
flex-direction: column;
border-radius: 10px;
background-color: white;
}
.banner p{
margin-top: 20px;
margin-bottom: 20px;
text-align: justify;
}
#ver{
position: absolute;
bottom:-15px;
pointer-events: all;
cursor: pointer;
width: 100px; height: 30px;
background-color: #4e0be0;
color: white;
border-radius: 15px;
align-self: flex-end;
display: flex;
justify-content: center;
align-items: center;
}
#panelContenido{
    pointer-events: none;
    width: 100%;
    height: 70%;
    position: absolute;
    display: flex; flex-direction: column;
    justify-content: initial; align-items: center;
}

.correxionT{transform: translateY(-30px);}

#galeriaContenido{
    display: flex;
    transform: rotateY(-110deg) translateX(80px) translatez(-180px);
    transform-origin: 100% 50%;
    overflow-y: auto; overflow-x: hidden;
    width: 100%; height: 100%;
    pointer-events: all;
    transition: all 1s cubic-bezier(.63,-0.14,.19,1.19);
}
/*   .gridVisor{
    padding-right: 20px;
    display: block;  
    justify-content: center;
    columns: 4 160px;
    column-gap: 0.5em;
} */
.gridVisor{
    width: 100%;
    height: 100%;
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
#visorSombraRadial, #visorSombraRadial2{
 width: 100%; height: 100%;
 background: radial-gradient(circle, rgba(63,209,251,0) 0%, rgba(0,21,196,0.38699229691876746) 61%, rgba(42,0,101,1) 100%);
 pointer-events: none;
position: absolute;
 top: 0px; left: 0px;
}
#visorSombraRadial2{
    background-image: url(assets/parallax/fondoGaleria2.jpg);
    background-color: rgb(92, 0, 179);
    opacity: 0;
    transition: all 3s ease-in-out;
    background-size: 100% 100%;
}
#visorPuntos{
    background-image: url("3dm/puntos.png");
    pointer-events: none;
    width: 100%; height: 100%;
    opacity: 0.2;
    top: 0; left: 0;
    position: absolute;
}

#galeriaContenido::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
  width: 6px;
}
#galeriaContenido::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
#galeriaContenido::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}
#galeriaContenido::-webkit-scrollbar-track {
    max-height: 50%; height: 50%;
}

#fondoColor{
    pointer-events: none;
    left: 6%;
    width: 45%; height: 65%;
    overflow: hidden;
    position: absolute;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#fondoRelleno{
    transition: all 1.8s ease-in-out;
    background-color: #dfdfdf;
    position: absolute;
    border-radius: 50%;
}
#fondoContenido{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%; height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

}
.apareceFondo{ animation: fondoColorAnima .8s forwards cubic-bezier(.32,-0.01,.12,.99);}
.desapareceFondo{ animation: fondoColorAnimaOut .8s cubic-bezier(.32,-0.01,.12,.99);}
@keyframes fondoColorAnima {
    0%{width: 50px; height: 50px; transform: translateY(500px);}
    100%{width: 110vh; height: 110vh; transform: translateY(0px);}
}
@keyframes fondoColorAnimaOut {
    0%{width: 110vh; height: 110vh; transform: translateY(0px);}
    100%{width: 50px; height: 50px; transform: translateY(800px);}    
}
.galeriaMarco{
    cursor: pointer;
        list-style: none;
        height: 180px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        color: white;
        font-size: 0.8rem;
        align-items: flex-end;
        filter: saturate(0);
        transition: all 0.2s ease-out;
        background-size: cover;
        background-position: center center;
}
.galeriaMarco:hover{
    transform: scale(1.3);
    z-index: 10;
    filter: saturate(1);
}
.galeriaMarco:nth-child(odd){
    width:260px; background-color: rgb(158, 0, 40);
}
.galeriaMarco:nth-child(even){
    width: 260px; background-color: rgb(0, 82, 121);
}
.textoGaleriaMin{
    color: white;
}
.icono{
    border-radius: 50%;
    width: 40px; height: 40px;
    background-color: crimson;
}
.posicionItem{
    cursor: pointer;
list-style: none;
width: 10px; height: 10px;
transform: translateX(6px);
border-radius: 50%;
border: 1px solid white;
margin-bottom: 20px;
transition: 0.2s ease-in-out;
}

.circuloItem{
list-style: none;
width: 26px; height: 26px;
background-color: white;
border-radius: 50%;
transform: translateX(13px);
position: absolute;
top: 0;
transition: all 0.3s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
@keyframes item {
    from   {opacity:0;}
    to {opacity: 1;}
}
@keyframes carga {
    from   {left:-100px;}
    to {left: 100%;}
}
#circuloItemBorde{
pointer-events: none;
position: absolute;
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0) 60%);
width: 70px; height: 70px;
animation: item .05s linear infinite alternate;
}
.vinculoGrafico{
    background-image: url(assets/vinculoGrafico.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 11px; height: 40px;
    position: absolute;
    transform: translateY(90px);
}
/* .circuloItemBorde::after{
    content: " ";
    width: 60px; height: 60px;
    background-color: black;
    border-radius: 50%;
    z-index: 200;
    position: absolute;
} */
.nombreDemo{
    position: absolute;
    width: 200px;
    overflow: hidden;
    height: auto;
    background-color: rgba(245, 238, 228, 0.5);
    backdrop-filter: blur(14px);
    border: rgb(255, 255, 255) 1px solid;
    padding: 0.5em;
    border-radius: 5%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all .5s ease-out;
    justify-content: center; align-items: center;
}
.botonFlotante{
    font-size: 0.8rem;
    font-weight:300;
    pointer-events: all;
    color:white;
    width: 100%; 
    padding: 6px;
    margin-top: 0.3em;
    background-color: hsla(259, 91%, 46%, 0.3);
    border-radius: 10px;
    text-align: center;
} 
#todo{
    width: 50%; height: 50%;
    position: absolute;
}

/*//// SERVICIOS------------------------------------------------------------ */
#ventanaServicios{
/*     perspective: 500px; */
    position: relative;
    width:100%;
    height:100%;
    top: 0;
    /* transform-style: preserve-3d; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#imagenEfecto{
    position: fixed;
    width: 1920px; height: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roca{
    display: none;
    background-size: 1920px 1280px;
    width: 100%;height: 100%; position: fixed;
    background-image: url(assets/parallax/fondoAnimadoPersonaje.png);
    background-repeat: no-repeat;
}
/* #roca2{
    transform: translateZ(50px) scale(0.6);
    background-image: url(assets/parallax/Gaming2.png);
}
#roca3{
    transform: translateZ(30px) scale(0.7);
    background-image: url(assets/parallax/Gaming3.png);
} */
 #tituloServicio{
     text-shadow: #4e0be0 0px 0px 20px;
     font-size: 30px;
     font-weight: 800;
     color: #ffffff;
     margin-top: 2%;
 }
 #bloqueServicio{
    pointer-events: none;
    text-align: justify;
    color: white;
     font-size: 14px;
     margin-top: 10px;
     font-weight: 100;
 }
#barraScroll{
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    height: 35px; width: 16px;
    position: absolute;
    right: 10%;
    top: 50%;
    display: flex; justify-content: center;
    z-index: 5001;
}
#indicadorScroll{
    width: 10px; height: 10px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-5px);
    background-color:cornflowerblue;
    
}
.miniaturaServicio{
    width: 70px; height: 70px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 20px 25px 0px #00000075;
}
.btnItemServicio{
    cursor: pointer;
    background-color: #95cee43b;
    backdrop-filter: blur(10px);
    color: white;
    border-radius: 30px;
    padding: 10px;
    font-weight: 100;
    transition: all 0.2s ease-in-out;
}
/* .btnItemServicio:hover{
    cursor: pointer;
    background-color: #53afd37c;
} */
.puntoIda{
    cursor: pointer;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    outline: 1px solid rgba(255, 255, 255, 0.192);
    outline-offset: 2px;
    /* border: 1px solid rgba(255, 255, 255, 0.192); */
    width: 20px; height: 20px;
}
/*//// SERVICIOS------------------------------------------------------------ */







@media screen and (max-aspect-ratio: 1/1) {
    #panelContenido{
        overflow: hidden;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    #bloqueServicio{
        pointer-events: none;
        height: 140px;
        overflow-y: auto;
        text-align: justify;
        color: white;
         font-size: 12px;
         margin-top: 10px;
         font-weight: 100;
         padding-right: 15px;
     }
    #fondoColor{
        left: auto;
        width: 96%; height:96%;
    }
    #wsp{
        right: 16%;
        bottom: 70px;}
        #wsp:Before{
            display: none;
            content: "";
            opacity: 0;
        }


    #iuControles{
        width: 100vw;
        padding-left: 25%;
        padding-right: 25%;
        justify-content: center;
        bottom: 20px; left: 0;
    }
    #botonera{
        position: absolute;
        width: 90%;
        justify-content: center;
        bottom: -30px;
    }
    #sombraUi{
        left:auto ; bottom: 42px;
        z-index: 501;
        transform: scale(1);
    }
    #barraScroll{
        right: 2%;
    }
    #indicadorScroll{
        transform: translateY(5px);
        
    }
    .btnItemServicio{
        font-size: 0.7em;
        justify-content: center;
        text-align: center;
        padding: 6px;
    }
    .posicionItem::after{
        content: " ";
        width: 25px; height: 25px;
      
        z-index: -1;
        position: absolute;
        left: -8px;
        top: -8px;
    }
    .roca{
        background-position: -1200px -300px;
    }
    .btnSecciones{
        font-weight: 100;
        font-size: 0.8em;
    }
    #barraSuperior{
        top:3%;
        }
    #videitos{
        width: 120px;
        height: 100px;
    }
    #visorSombraRadial2{
    background-position: center;
    transition: all 3s ease-in-out;
    background-size: 300% 100%;
}
 }
.particulasGIF{
    position: absolute;
    width: 100%; height: 100%;
    background-image: url("assets/particulas.gif");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    mix-blend-mode: screen;
    opacity: .2;
    transition: opacity 2s ease-in;
    transform: rotate(180deg);
    z-index: 5007;
}
 .cabesas{
    position: absolute;
    width: 100%; height: 100%;
    background-image: url("assets/trama.jpg");
    background-repeat: repeat-y;
    background-size: 80% auto;
    opacity: .3;
    mix-blend-mode: screen;
    transition: opacity 2s ease-in;
    animation: movePattern 300s linear infinite;
    z-index: 5008;
}
@keyframes movePattern {
    from {
      background-position: center 0%;
    }
    to {
      background-position: center 1000%; /* La imagen se moverá hacia arriba, ajusta según la altura de tu imagen */
    }
  }
/* @keyframes desaparecerTrama {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 0;
    }
  }
  .cabesasDesaparece {
    animation: desaparecerTrama 3s ease-in forwards;
  } */
  @media (min-width: 769px) {
    .cabesas {
      animation: movePattern 300s linear infinite;
    }
  }
  
  @media (max-width: 768px) {
    .cabesas {
      animation: movePattern 20s linear reverse infinite;
    }
    #miDisplay{ width: 100%; height: 100%;}
  }