


:root {
    --aqua: rgb(0, 255, 150);
    --aliceblue:rgb(153, 208, 255);
}
*{
    margin: 0;
    padding: 0
    ;
}
body{
    background-color: black;
    color: rgb(240, 248, 255);
}
body::-webkit-scrollbar{
    background-color: rgb(0, 255, 217);
}
body::-webkit-scrollbar-thumb{
    background-color: black;
}

.uno1{
    left: 0px;
    top: 0px;
    position: absolute;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.582), var(--aliceblue));
    background-clip: text;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
}
h3{
    text-shadow: 0px 0px 20px aqua;
}

.contenedor__rayas{
    border: 3px solid rgba(255, 255, 255, 0);
    height: 65px;
    width: 55px;
    transform: scale(0.6);
    position: absolute;
    left: 0%;
    top: 3%;
}

a{
    color: aliceblue;
    transition: 1s;
    z-index: 10;
}
a:hover{
    text-decoration: none;
}
.contenedor__rayas{
    display: none
}
.raya1{
    border: 3px solid rgb(0, 255, 255);
    margin-top:15px;
    transition: 0.3s;
}

.raya2{
    border: 3px solid aliceblue;
    margin-top: 20px;
    transition: 0.3s;
}

.raya1invertido{
    border: 3px solid aliceblue;
    margin-top:25px;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.raya2invertido{
    border: 3px solid rgb(0, 254, 255);
    margin-top: -5px;
    transform: rotate(45deg);
    transition: 0.3s;
}
.nav{
    display: flex;
    justify-content: center;
    z-index: 30;
}
#menu{
    z-index: 31;
    position: relative;
}
.cola{
    margin-left: 15px;
    margin-right: 15px;
}
.home{
    font-weight: 700;
}
.background{
   width: 100%;
   height: 1200px; 
   position: absolute;
   overflow: hidden;
}

.accordion-header{
    background-color: rgba(4, 150, 255, 0);
    
}
.accordion-button{
    font-size: 25px;
    font-weight:800;
    background-color: rgba(4, 226, 255, 0);
    color: aliceblue;

}
.accordion-item{
    background-color: rgba(0, 123, 255, 0);
    color: rgb(0, 247, 255);
    border-radius: 20px;
}
#cbk0{
    height: 1150px;
}


#cbk1{
    height: 800px;
    position: relative;
    top: 300px;
}
#cbk1>h3{
    position: relative;
    top: -20px;
}


.slider {
    height: 450px;
    margin: auto;
    position: relative;
    width: 99%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track{
    display: flex;
    width: calc(450px * 18);
    animation: scroll 40s linear infinite;
}
.slide-track:hover{
    animation-play-state:paused
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }100%{
        transform: translateX(calc(-450px * 9));
    }
}

.slide{
    height: 400px;
    width: 450px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
    position: relative;
}
.slide>a{
    z-index: 32;
    font-size: 20px;
    left: 45%;
    top: 90%;
    text-align: center;
    position: absolute;
}

img{
    width: 100%;
    transition: 0.8s;
    height: 400px;
    object-fit: cover;
}
img:hover{
    transform: translateZ(5px);
    box-shadow: 0px 0px 15px aqua;
    border-radius: 10px;
}


.slider::after,.slider::before{
    background: linear-gradient(to right, rgb(0, 0, 0) 0, rgba(0, 225, 255, 0.518) );
    content: "";
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.slider::before{
    left: 0;
    top: 0;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotate(180deg);
}




.accordion{
    background-color: rgba(155, 242, 254, 0);
    /* position: absolute; */
    color: aliceblue;
    width: 70%;
    left: 20%;
    /* top: 180px; */
}

#cbk2{
    height: 725px;
    position: relative;
    top: 200px;
}
.cbk2-bordes{
    box-shadow: 0px 0px 20px aquamarine ;
    border: solid 5px rgb(11, 255, 218);
    position: relative;
    width: 90%;
    border-radius: 20px;
    top: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
}

#cbk3{
    height: 450px;
    position: relative;
    top: 250px;
}
#cbk3>h3{
    z-index: 30;
}
.img2{
    margin-top: -20px;
 }
.redes{
    border:solid 1px aqua;
    border-radius: 15px;
    box-shadow: inset 0px 0px 20px;
    width: 70%;
    height: 250px;
    padding-top: 70px;
    position: absolute;
    top: 20%;
    left: 15%;
    display: flex;
    justify-content: space-around;
}
.animation{
    position: relative;
    top: 300px;
}

.social{
    width: 100px;
    height: 85px;
    border-radius: 10px;
    background-color: rgba(250, 235, 215, 0);
    box-shadow: 2px 5px 15px aqua;
    transition: 0.5s;
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.social:hover{
    background-color: rgb(98, 245, 233);
    color: rgb(0, 104, 123);

}
.extra{
    width: 68%;
    height: 10px;
    border-radius: 5px;
    background-image: radial-gradient(rgb(0, 255, 191), rgb(83, 255, 249) );
    position: absolute;
    top: 62%;
    left: 16%;
}

#cbk4{
    height: 850px;
    position: relative;
    top: 600px;
}
.Presentation{
    height: 400px;
    font-size: 20px;
    color: rgb(106, 250, 255);
    overflow: scroll;
    border-radius: 10px;
    margin-top: 50px;
}
.Presentation::-webkit-scrollbar{
    background-color: transparent;
}
.img3{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.img3>img{
    object-fit: cover;
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0, 255, 242) ;
}

.bk{
    width:1280px;
    background-color: rgb(0, 0, 0);
    height: 1280px;
    position: absolute;
    left: -1%;
    top: -5%;
    z-index: -15;
    border-radius: 50%;

}
.bbk{
    width:1285px;
    background-image: linear-gradient(to left,rgb(0, 255, 191), aliceblue);
    height: 1285px;
    position: absolute;
    left: -1.2%;
    top: -5.8%;
    z-index: -16;
    border-radius: 50%;
}

.bk2{
    margin: auto;
    width: 1122px;
    height: 1122px;
    background-color: rgb(0, 0, 0);
    margin-top: 60px;
    position:absolute;
    border-radius: 50%;
    left: 6%;
    top: -3.5%;
    z-index: -13;
}
.bbk2{
    margin: auto;
    width: 1125px;
    height: 1125px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 60px;
    position:absolute;
    border-radius: 50%;
    left: 5.9%;
    z-index: -14;
    top: -4%;
}
.bk3{
    margin: auto;
    width: 950px;
    height: 950px;
    margin-top: 60px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    left: 13.2%;
    top: 7%;
    z-index: -10;
}
.bbk3{
    margin: auto;
    width: 955px;
    height: 955px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 60px;
    position:absolute;
    border-radius: 50%;
    left: 13%;
    top: 6.3%;
    z-index: -11;
}
.bk4{
    margin: auto;
    width: 820px;
    height: 820px;
    margin-top: 60px;
    border-radius: 50%;
    z-index: -9;
    position: absolute;
    background: rgb(0, 0, 0);
    left: 18.6%;
    top: 14.5%;
}
.bbk4{
    margin: auto;
    width: 823px;
    height: 823px;
    margin-top: 60px;
    border-radius: 50%;
    z-index: -10;
    position: absolute;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    left: 18.5%;
    top: 14%;   
}
.bk5{
    margin: auto;
    width: 650px;
    height: 650px;
    margin-top: 70px;
    border-radius: 50%;
    z-index: -8;
    position: absolute;
    left: 25.65%;
    top: 23.8%;
    background-color: rgb(0, 0, 0);
}
.bbk5{
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin: auto;
    width: 655px;
    height: 655px;
    margin-top: 70px;
    border-radius: 50%;
    z-index: -9;
    position: absolute;
    left: 25.5%;
    top: 23%;
}

.imaaa{
    width: 100%;
    height: 750px;
    /* border: solid; */
    overflow: hidden;
    position: relative;
    top: 200px;
    left: 8.5%;
}
.imaaa>img{
    margin: auto;
    margin-left: 30%;
    border-radius: 50%;
    width: 700px;
    height: 700px;
    position: absolute;
    left: -20%;
    top: 5%;
}
/*
.cch1{
    margin-top: 80px;
    font-weight:800;
    font-size: 120px;
    background-image: linear-gradient(100deg, var(--aqua), var(--aliceblue));
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
.pro-link{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    position: relative;
    z-index: 1;
} 
.pro-link>h4{
    position: relative;
    font-size: 50px;
    left: 30%;
    top: 45%;

    background-image: linear-gradient(100deg,  rgb(96, 255, 255),rgba(255, 255, 255, 0.582));
    background-clip: text;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
}
#png1{
    position: relative;
    margin: auto;
    width: 400px;
    z-index: -1;
    border-radius: 40px;
}
.subtitle{
    font-size: 70px;
    font-weight: 700;
}
.link{
    margin: auto;
    width: 250px;
    transform: scale(0.8);
    margin-top: 50px;
    border: solid 2px white;
    text-align: center;
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px aqua;
}
.link>a{
    text-decoration: none;
}
*/
#cont{
    position: relative;
    top: 1080px;
    border-radius: 10px;
    border: solid 3px rgba(0, 0, 0, 0.525);
}
#cont::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: -1px;
    border-radius: 10px;
    background-color: rgba(0, 166, 172, 0.534);
    z-index: -2;
}
#cont::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: -1px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.285);
    z-index: -5;   
}
.imgg{
    margin-top: 20px;
    height: 140px;
    border-radius: 5px;
    border: solid 3px rgba(0, 0, 0, 0.297);
    position: relative;
    margin-bottom: 40px;
}

.imgg>.p{
    position: absolute;
    top: 100%;
    text-align: center;
    left: 35%;
}
.imgg>#imagen{
    position: relative;
    left: 20%;
}

.imgg0>#ime{
 width: 35px;
 height: 30px;
 position: absolute;
 left: 95%;
 top: -19.5px;
 transform: rotate(35deg);
}

.imgg1>#ime{
    width: 35px;
    height: 30px;
    position: absolute;
    left: 95%;
    top: -16%;
    transform: rotate(35deg);
}
.imgg2>#ime{
    width: 35px;
    height: 30px;
    position: absolute;
    left: 90%;
    top: 85%;
    transform: rotate(0deg);
}
.imgg3>#ime{
    width: 35px;
    height: 30px;
    position: absolute;
    left: -10%;
    top: -15%;
    transform: rotate(35deg);
}
.imgg4>#ime{
    width: 35px;
    height: 30px;
    position: absolute;
    left: -15%;
    top: 88%;
    transform: rotate(-10deg);
}
.imgg5>#ime{
    width: 35px;
    height: 30px;
    position: absolute;
    left: -15%;
    top: 88%;
    transform: rotate(-10deg);
}
.testo{
    position: relative;
    top: 200px}
.con{
    position: relative;
    overflow: hidden;
    height: 500px;
    width: 100%;
    top: 1300px;
    z-index: -10;
}
.bkk{ 
    width:1250px;
    background-color: black;
    height: 1250px;
    position: absolute;
    z-index: -12;
    top: 0px;
    border-radius: 50%;
}
.bkb{
    width:1255px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    height: 1255px;
    position: absolute;
    z-index: -13;
    top: 0.4px;
    left: -0.2%;
    border-radius: 50%;
}
.bkk2{
    margin: auto;
    width: 1150px;
    height: 1150px;
    background-color: black;
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -11;
    left: 4%;
}
.bkb2{
    margin: auto;
    width: 1156px;
    height: 1156px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -12;
    left: 3.7%;
}
.bkk3{
    margin: auto;
    width: 1000px;
    height: 1000px;
    background-color: black;
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -10;
    left: 9.5%;
    top: 15.1%;
}
.bkb3{
    margin: auto;
    width: 1005px;
    height: 1005px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -11;
    left: 9.3%;
    top: 15%;
}
.bkk4{
    margin: auto;
    width: 900px;
    height: 900px;
    background-color: black;
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -9;
    left: 13.6%;
    top: 31.2%;
}
.bkb4{
    margin: auto;
    width: 905px;
    height: 905px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: -10;
    left: 13.4%;
    top: 31%;
}
.bkk5{
    margin: auto;
    width: 800px;
    height: 800px;
    background-color: black;
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    left: 17.5%;
    top: 45%;
    z-index: -8;
}
.bkb5{
    margin: auto;
    width: 803px;
    height: 803px;
    background-image: linear-gradient(to left, rgb(0, 255, 191), aliceblue);
    margin-top: 80px;
    border-radius: 50%;
    position: absolute;
    left: 17.5%;
    top: 44.2%;
    z-index: -9;
}
.bkk5>h3{
    margin-top: 50px;
    font-size: 60px;
    z-index: 10;
}


@media  screen and (max-width: 750px) {

    .contenedor__rayas{
        display: block;
        z-index: 31;

    }
    .nav{
        display:block;
        text-align: center;
        height: 100vh;
        z-index: 30;
        transition: 1s;
    }
    .cola{
        margin-top: 25px;
    }
    #menu{
        z-index: 30;
        top: -880px;
        transition: 1s;
        background-color: rgba(18, 18, 18, 0.484);
        position: relative;
    }
    #cont{
        position: absolute;
        top: 750px;
    }
    .cch1{
        top: -620px;
        z-index: -2;
        position: relative;
        font-size: 50px;
        border: solid;
        width: 320px;
        margin: auto;
    }
    .pro-link>h4{
        left: 5%;
    }
    .bo{
        display: none;
    }
    .imaaa{
        top: -720px;
        left: 0%;
    }
    .imaaa>img{
        width: 500px;
        height: 500px;
        left: -18%;
        top: 150px;

    }
    #cbk0{
        height: 800px;
    }
    #cbk1{
        height: 800px;
    }
    
    #cbk2{
        top: 500px;
        height: 800px;
    }
    
    #cbk3{
        top: 500px;
        height: 500px;
    }
    #cbk4{
        top: 500px;
        height: 900px;
    }

    .testo{
        position: relative;
        top: 250px}
.imgg1>#ime{
    left: 95%;
    top: -16%;
    transform: rotate(25deg);
}
.imgg2>#ime{

    left: -10%;
    top: -10%;
    transform: rotate(20deg);
}
.imgg3>#ime{

    left: -10%;
    top: -10%;
    transform: rotate(20deg);
}
.imgg4>#ime{
    left: -10%;
    top: -10%;
    transform: rotate(20deg);
}
.imgg5>#ime{
  
    left: -10%;
    top: -10%;
    transform: rotate(20deg);
}

.bkk5>h3{
    margin-left: -80px;
}

.con{
    height: 500px;
    top: 650px;
}


}

@media  screen and (max-width: 450px) {
    .imaaa{
        top: -720px;
        left: 0%;
    }
    .imaaa>img{
        width: 400px;
        height: 400px;
        left: -33%;
        top: 100px;
    }

    #cont{
        position: absolute;
        top: 880px;
    }
    #cbk0{
        height: 800px;
    }
    #cbk1{
        height: 600px;
        margin-bottom: 30px;
    }
    
.slider::after,.slider::before{
    background: linear-gradient(to right, rgb(0, 0, 0) 0, rgba(0, 225, 255, 0.518) );
    content: "";
    height: 100%;
    position: absolute;
    width: 1%;
    z-index: 2;
}
    #cbk2{
        height: 750px;
        top: 450px;
    }
    #cbk3{
        padding-top: 50px;
        height: 500px;
        top: 550px;
    }
    #cbk4{
        height: 500px;
        top: 550px;
    }
    .social{
        width: 85px;
        height: 75px;
        font-size: 15px;
    }
    .cbk2-bordes{
        width: 100%;
    }
    .redes{
        width: 95%;
        left: 2.5%;
    }
    .con{
        height: 500px;
        top: 1000px;
    }
    .bkk{ 
        top: 45px;
        left: -76.5%;
    }
    .bkb{
        top: 40px;
        left: -80%;
    }
    .bkk2{
        left: -74%;
        top: -50px;
        transform: scale(0.8);
    }
    .bkb2{
        left: -75%;
        top: -65px;
        transform: scale(0.8);
    }
    .bkk3{
        left: -46%;
        top: 11%;
    }
    .bkb3{
        left: -50.3%;
        top: 10%;
    }
    .bkk4{
        left: -30%;
        top: 26.5%;
    }
    .bkb4{
        left: -33.4%;
        top: 25.5%;
    }
    .bkk5{
        left: -12.5%;
        top: 41%;
    }
    .bkb5{
        left: -17.5%;
        top: 40.2%;
    }
    .bkk5>h3{
        margin-left: -280px;
    }
    .testo{
        position: relative;
        top: 150px}
    .of{
        top: 300px;
    }    
    .on{
    top: 480px;
    }
    .in{
        top: 450px;
    }
    .animation{
        top: 480px;
    }
    .extra{
        width: 85%;
        height: 10px;
        left: 7%;
    }
}

