@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400&family=Poppins:wght@300&display=swap');

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid rgba(82, 222, 229, 0.15);
    border-top-color: #52dee5;
    animation: loaderSpin 0.8s linear infinite;
}
@keyframes loaderSpin {
    to { transform: rotate(360deg); }
}
html{
    box-sizing: border-box;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #fafafa;
}
.titleThecnology{
    text-align: center
}
body{
    font-family: "Fira Code", "Poppins", Arial, Helvetica, sans-serif;
    width: 100%;
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(to top, #434343, #000000);
    background-size: 28px 28px, 100% 100%;
}
body::-webkit-scrollbar {
    width: 12px;         
}

body::-webkit-scrollbar-track {  
    background: #1a1919;   
}

body::-webkit-scrollbar-thumb {
    background-color: #3B4264;  
    background-image: linear-gradient(to top,#8e6de7,#5dbeff);
    border-radius: 20px;        
    border: 3px solid #1a1919;
}

a{text-decoration: none;}
ul{
    list-style: none;
}
.container{
    width: 100%;
    padding: 7vh 4vw;
}
.container2{
    width: 100%;
    display: flex;
    gap: 2vw;
}

/*--------------presentation-----------------*/
.presentation{
    width: 21vw;  
    font-size: 30px;
}

.presentation2{
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.presentation2 > div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    padding: 9vh 3vw 5vh 3vw;
    gap: 4vh;
}
.presentation2 > div:first-child img {
    width: 10vw;
    height: 10vw;
    border-radius: 12%;
    object-fit: cover;
    animation: pulseGlow 3s ease-in-out infinite;
    transition: transform 0.4s ease-out;
}

.presentation2 > div:first-child img:hover {
    transform: scale(1.1);
    animation-play-state: paused;
    box-shadow: 0 0 30px rgba(82, 222, 229, 0.6), 0 0 0 4px rgba(82, 222, 229, 0.2);
}

.presentation2 > div:first-child div h1,.presentation2 > div:first-child div p{
    text-align: center;
    color: #fafafa;
}
.presentation2 > div:first-child div h1{
    font-size: 26px;
    font-weight: 500;
}
.presentation2 > div:first-child div p{
    padding: 5px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 18px;
    font-weight: 300;
    border-radius: 8px;
    font-size: 12px;
}
.presentation2 > div:last-child{
    padding: 0 2vw;
}
.presentation2 > div:last-child ul{
    width: 100%;
    padding: 5vh 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.presentation2 > div:last-child ul li{
    display: flex;
    gap: 6%;
    align-items: center;
    margin-bottom: 10%;
}
.presentation2 > div:last-child ul li div{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.presentation2 > div:last-child ul li div span{
    color: rgba(214, 214, 214, 0.7);
}

.presentation2 > div:last-child ul li div a{
    color: #fafafa;    
}

.presentation2 > div:last-child ul li ion-icon{
    color: #52dee5;
    padding: 12px;
    border-radius: 11px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.presentation2 > div:last-child > div{
    display: flex;
    justify-content: space-between;
    width: 66%;
    margin: 5vh 17% 5vh 17%;
} 

.presentation2 > div a:hover ion-icon.whatsapp {
    color:#25D366;
    size: 18px;
    transition: 0.5s;
    font-size: 32px;
    filter:drop-shadow(15px 10px 15px black);
}
.presentation2 > div a:hover ion-icon.mail {
    color:#db4256;
    size: 18px;
    transition: 0.5s;
    font-size: 32px;
    filter:drop-shadow(15px 10px 15px black);
}
.presentation2 > div a:hover ion-icon.github {
    color:#000000;
    size: 18px;
    transition: 0.5s;
    font-size: 32px;
    filter:drop-shadow(15px 10px 15px black);
}
.presentation2 > div a:hover ion-icon.instagram {
    color:#C13584;
    size: 18px;
    transition: 0.5s;
    font-size: 32px;
    filter:drop-shadow(15px 10px 15px black);
}
.presentation2 > div a:hover ion-icon.linkedin {
    color:#0077B5;
    size: 18px;
    transition: 0.5s;
    font-size: 32px;
    filter:drop-shadow(15px 10px 15px black);
}
.presentation > ion-icon{
    display: none;
}
.ban{
    box-shadow: 0 5px 15px rgba(0, 0, 10, 0.5);
}
/*-----------------------------------about---------------------------------------*/
.boxes{
    width: auto;
    position: relative;
}
.about,.resume, .contact, .projects{
    width: 69vw;
    border-radius: 25px;
    background: #161d4a;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 5vh 2.4vw;
    animation: fadeInSection 0.35s ease both;
}

.aboutme .h11, .projects > h1, .contact > h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    background: linear-gradient(135deg, #52dee5 10%, #fafafa 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.aboutme > div, .projects .div, .contact > div:first-child{
    width: 45px;
    height: 5px;
    border-radius: 2px;
    background: #52dee5;
    margin: 3vh 0;
    animation: expandAccent 0.6s ease both;
}
.aboutme .h12{
    color: #d6d6d6;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.aboutme .h12.typing{
    display: inline-block;
    border-right: 2px solid #52dee5;
    padding-right: 3px;
    animation: caretBlink 0.7s step-end infinite;
}
.aboutme p{
    margin-bottom: 2vh;

}
.boxes .menu{
    top: 0;
    right: 0;
    left: auto;
    width: 35vw;
    bottom: auto;
    margin: auto;
    z-index: 1000;
    display: flex;
    position: absolute;
    border-radius: 0 25px 0 25px;
    justify-content: space-evenly;
    background: rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.boxes .menu a{
    padding: 19px 0;
    font-size: 15px;
    font-weight: bolder;
    color: rgba(214, 214, 214, 0.8);
    position: relative;
    transition: color 0.25s ease;
}
.boxes .menu a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #52dee5;
    border-radius: 2px;
    transition: width 0.3s ease;
    box-shadow: 0 0 8px rgba(82, 222, 229, 0.6);
}
.boxes .menu a:hover::after, .boxes .menu a.active::after{
    width: 60%;
}
.boxes .menu a:hover, .boxes .menu a.active{
    color: #52dee5;
}

/*------------------------------------skills---------------------------------------*/
.skill{
    width: 100%;
}
.skill > h1{
    margin: 6vh 0 3vh 0;
    font-size: 24px;
    font-weight: 700;
    color: #fafafa;
}
.skill > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
}
.skill > div > div{
    gap: 5%;
    width: 48.5%;
    padding: 3.5vh 3% 4vh 3%;
    display: flex;
    margin-bottom: 3vh;
    position: relative;
    align-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    background: radial-gradient(circle at 0% 100%, #303033 20%, #38393a 40%, #3b3c41 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.06);/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill > div > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.skill > div > div img{
    width: 50px;
    height: 50px;
    filter: drop-shadow(-2px 2px 15px rgba(0, 0, 0, 0.7));
}
.skill > div > div p > span{
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
}
.skill > div > div p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #d6d6d6;
    display: flex;
    flex-direction: column;
}

/*----------------------circulos----------------------*/
.skill > div > div > div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    display: flex;
    gap: 5px;
    z-index: 1;
}
.skill > div > div > div span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.span1 { background: #FF5F56; }
.span2 { background: #FFBD2E; }
.span3 { background: #27C93F; }

/*-------------------------------scroll progress bar--------------------------------*/
#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #52dee5;
    z-index: 99999;
    width: 0%;
    transition: width 0.1s linear;
    box-shadow: 0 0 8px #52dee5;
}

/*-------------------------------timeline slide-in--------------------------------*/
.slide-in-hidden {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.slide-in {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/*-------------------------------technologies--------------------------------*/
.technologies {
    width: 100%;
    margin-bottom: 3vh;
    overflow: hidden;
}

.technologies h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 4vh 0 9vh 0;
}

.technologies > div {
    gap: 4.6vw;
    width: 95%;
    display: flex;
    margin: 0 2%;
    flex-wrap: nowrap;
    white-space: nowrap;
    animation: scrollTech 30s linear infinite;
    cursor: grab;
    user-select: none;
}
.technologies > div.is-dragging {
    cursor: grabbing;
}
@keyframes scrollTech {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

.technologies div div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5vh;
    animation: scrollTech 1000s linear infinite;
    width: 200%;
    margin: 0 2%;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.technologies div div img {
    width: 90px;
}

/* Este estilo es opcional y solo se aplica al primer logotipo */
.technologies > div img:first-child {
    animation: fadeIn 0.5s; /* Animación de desvanecimiento para el primer logotipo */
}


.technologies div div span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8vh;
}

/* Estilos de las barras de desplazamiento */
.technologies > div::-webkit-scrollbar {
    width: 6px;
}

.technologies > div::-webkit-scrollbar:horizontal {
    height: 6px;
}

.technologies > div::-webkit-scrollbar-track {
    background-color: transparentize(#ccc, 0.7);
    background: #1f2864;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin: 0 8vw;
}

.technologies > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: transparentize(#ccc, 0.5);
    background: #55cde8;
}


@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(82, 222, 229, 0.25), 0 0 0 3px rgba(82, 222, 229, 0.12); }
    50%       { box-shadow: 0 0 22px rgba(82, 222, 229, 0.5),  0 0 0 5px rgba(82, 222, 229, 0.18); }
}
@keyframes fadeInSection {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes expandAccent {
    from { width: 0; opacity: 0; }
    to   { width: 45px; opacity: 1; }
}
@keyframes caretBlink {
    from, to { border-color: transparent; }
    50%       { border-color: #52dee5; }
}

@media (max-width: 1250px) and (min-width: 1000px){
    .presentation2 > div:last-child ul li:first-child a{
        font-size: 10px;
    }

}

@media (max-width: 1000px) and (min-width: 480px){
    .container{
        width: 100%;
        padding: 2vh 3vw;
        padding-bottom: calc(2vh + 55px);
    }
    .container2{
        flex-direction: column;
    }
    .presentation{
        width: 100%;
        border-radius: 15px;
        position: relative;
    }
    .presentation2{
        border-radius: 20px;   
    }
    .presentation2 > div:first-child{
        flex-direction: row;
        padding: 1.5vh 4vw;
        justify-content:start;
        gap: 4vw;
    }
    .presentation2 > div:first-child img{
        width: 20%;
        border-radius: 20%;
        height: 20%;
    }
    .presentation2 > div:first-child div h1{
        font-size: 17px;
        margin-bottom: 1.5vh;
    }
    .presentation2 > div:first-child div p{
        padding: 3px 3vw;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 4px;
        font-weight: 300;
        border-radius: 8px;
        font-size: 11px;
        width: auto;
    }
    .presentation2 > div:last-child{
        padding: 0 4vw;
        height: 0px;
        overflow: hidden;       
    }
    .presentation2 > div:last-child ul{
        padding: 2.5vh 0 0 0;
    }
    .presentation2 > div:last-child ul li{
        gap: 5%;
        width: 100%;
        margin-bottom: 5%;
    }
    .presentation2 > div:last-child ul li div{
        font-size: 11px;
    }
    .presentation2 > div:last-child ul li ion-icon{
        padding: 7px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
    }
    .presentation2 > div:last-child > div{
        display: flex;
        justify-content:flex-start;
        width: 100%;
        margin: 5vh 15% 5vh 15%;
        margin: 0;
        padding: 2.2vh 0 2.2vh 2vw;
        gap: 3%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    } 
    .presentation2 > div:last-child > div ion-icon{
        color: #d6d6d6;
        size: 18px;
        font-weight: 400;
    }
    .presentation2 > div a:hover ion-icon.linkedin, 
    .presentation2 > div a ion-icon.mail.active{
        color:#0077B5;
        size: 18px;
        transition: 0.5s;
    }    

    .presentation > ion-icon{
        display: flex;
        color: #52dee5;
        font-size: 14px;
        position: absolute;
        font-weight: 400;
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        border-radius: 0 20px 0 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding: 9px 9px;
        margin: auto;
        background: rgba(255, 255, 255, 0.05);
        z-index: 100;
    }
    /*------------------about--------------------*/
    .about,.resume,.projects, .contact{
        width: 100%;
        height: auto;
        margin-top: 1vh;
        padding: 5vh 3.3vw;
        border-radius: 20px;
    } 
    .aboutme .h11{
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
    }
    .aboutme > div{
        width: 32px;
        height: 3px;
        border-radius: 2px;
        margin: 1.5vh 0 4vh 0;
    }
    .aboutme .h12{
        color: #d6d6d6;
        font-size: 16px;
        line-height: 26px;
        line-height: 0;
        margin-bottom: 3vh;
    }
    .aboutme p{
        font-size: 14px;
        line-height: 22px;
        color: #d6d6d6;
        font-weight: 300;
        margin-top: 2vh;
    }

    .boxes .menu{
        left: 0;
        right: 0;
        gap: 3vw;
        bottom: 0;
        top: auto;
        width: 100%;
        margin: auto;
        display: flex;
        position: fixed;
        justify-content: center;
        backdrop-filter: blur(8px);
        border-radius: 12px 12px 0 0;
        background: rgba(255, 255, 255, 0.05);
    }
    .boxes .menu a{
        padding: 19px 0;
        font-size: 11px;
        color: rgba(214, 214, 214, 0.8);
    }

    /*-----------------------------skills----------------------------*/
    .skill{
        width: 100%;
    }
    .skill > h1{
        margin: 3vh 0;
        font-size: 18px;
    }
    .skill > div{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3%;
    }
    .skill > div > div{
        width: 48%;
        flex-direction: column;
        margin-bottom: 3vh;
        border-radius: 15px;
        box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
        gap: 5%;
        padding: 3vh 3%;
        opacity: 0;
        transform: translate(-10vh, 0vh);
        transition: all 1s;
    }
    .skill > div > .scroll-content2{
        transform: translate(10vh, 0vh);
    }
    .skill > div > div.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

    .skill > div > div img{
        color: #ffdb70;
        width: 44px;
        height: 44px;
    }
    .skill > div > div p span{
        font-size: 16px;
        font-weight: 700;
        line-height: 35px;
    }
    .skill > div > div p{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 1vw;
    }

    /*----------------------circulos----------------------*/
    .skill > div > div > div{
        top: 0;
        left: 0;
        gap: 6px;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1000;
        display: flex;
        padding: 3% 4%;
        position: absolute;
    }
    .skill > div > div > div span{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    /*-----------------------technologies----------------------*/
    .technologies{
        margin-bottom: 0vh;
    }
    .technologies h1{
        font-size: 18px;
        margin: 1vh 0 6vh 0;
    }
    .technologies > div{
        gap: 10vw;
        width: 88%;
        margin: 0 6%;
    }
    .technologies div div{
        gap: 1.4vh;
    }
    .technologies div div img{
        width: 90px;
    }
    .technologies div div span{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5vh;
    }
    
    .technologies > div::-webkit-scrollbar-track {
        margin: 0 2vw;
    }

}

@media (max-width: 480px){
    .container{
        width: 100%;
        padding: 2vh 3vw;
        padding-bottom: calc(2vh + 55px);
    }
    .container2{
        flex-direction: column;
    }
    .presentation{
        width: 100%;
        border-radius: 15px;
        position: relative;
    }
    .presentation2{
        border-radius: 20px;   
    }
    .presentation2 > div:first-child{
        flex-direction: row;
        padding: 1.5vh 4vw;
        justify-content:start;
        gap: 4vw;
    }
    .presentation2 > div:first-child img{
        width: 20%;
        border-radius: 20%;
        height: 20%;
    }
    .presentation2 > div:first-child div h1{
        font-size: 17px;
        margin-bottom: 1.5vh;
    }
    .presentation2 > div:first-child div p{
        padding: 3px 3vw;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 4px;
        font-weight: 300;
        border-radius: 8px;
        font-size: 11px;
        width: auto;
    }
    .presentation2 > div:last-child{
        padding: 0 4vw;
        height: 0px;
        overflow: hidden;       
    }
    .presentation2 > div:last-child ul{
        padding: 2.5vh 0 0 0;
    }
    .presentation2 > div:last-child ul li{
        gap: 5%;
        width: 100%;
        margin-bottom: 5%;
    }
    .presentation2 > div:last-child ul li div{
        font-size: 11px;
    }
    .presentation2 > div:last-child ul li ion-icon{
        padding: 7px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
    }
    .presentation2 > div:last-child > div{
        display: flex;
        justify-content:flex-start;
        width: 100%;
        margin: 5vh 15% 5vh 15%;
        margin: 0;
        padding: 2.2vh 0 2.2vh 2vw;
        gap: 3%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    } 
    .presentation2 > div:last-child > div ion-icon{
        color: #d6d6d6;
        size: 18px;
        font-weight: 400;
    }

    .presentation > ion-icon{
        display: flex;
        color: #52dee5;
        font-size: 14px;
        position: absolute;
        font-weight: 400;
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        border-radius: 0 20px 0 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        padding: 9px 9px;
        margin: auto;
        background: rgba(255, 255, 255, 0.05);
        z-index: 100;
    }
    /*------------------about--------------------*/
    .about,.resume,.projects, .contact{
        width: 100%;
        height: auto;
        margin-top: 1vh;
        padding: 5vh 3.3vw;
        border-radius: 20px;
    } 
    .aboutme .h11{
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
    }
    .aboutme > div{
        width: 32px;
        height: 3px;
        border-radius: 2px;
        margin: 1.5vh 0 4vh 0;
    }
    .aboutme .h12{
        color: #d6d6d6;
        font-size: 16px;
        line-height: 26px;
        line-height: 0;
        margin-bottom: 3vh;
    }
    .aboutme p{
        font-size: 14px;
        line-height: 22px;
        color: #d6d6d6;
        font-weight: 300;
        margin-top: 2vh;
    }

    .boxes .menu{
        left: 0;
        right: 0;
        gap: 3vw;
        bottom: 0;
        top: auto;
        width: 100%;
        margin: auto;
        display: flex;
        position: fixed;
        justify-content: center;
        backdrop-filter: blur(15px);
        border-radius: 12px 12px 0 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .boxes .menu a{
        padding: 19px 0;
        font-size: 11px;
        color: rgba(214, 214, 214, 0.8);
    }

    /*-----------------------------skills----------------------------*/
    .skill{
        width: 100%;
    }
    .skill > h1{
        margin: 3vh 0;
        font-size: 18px;
    }
    .skill > div{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3%;
    }
    .skill > div > div{
        width: 100%;
        flex-direction: column;
        margin-bottom: 3vh;
        border-radius: 15px;
        box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
        gap: 5%;
        padding: 3vh 3%;
        background: radial-gradient(circle at 0% 100%, #2a2d3e 0%,#33374c 20%, #363a50 40%, #3e435d 100%);
        background: rgba(255,255,255, 0.05);
        background: radial-gradient(circle at 0% 100%, #3f4046 0%,#414349 20%, #3e3f42 40%, #48494f 100%);
        background: radial-gradient(circle at 0% 100%, #303033 20%, #38393a 40%, #3b3c41 100%);
        opacity: 0;
        transform: translate(-10vh, 0vh);
        transition: all 1s;
    }
    .skill > div > .scroll-content2{
        transform: translate(10vh, 0vh);
    }
    .skill > div > div.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

    .skill > div > div img{
        color: #ffdb70;
        width: 44px;
        height: 44px;
    }
    .skill > div > div p span{
        font-size: 16px;
        font-weight: 700;
        line-height: 35px;
    }
    .skill > div > div p{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 1vw;
    }

    /*----------------------circulos----------------------*/
    .skill > div > div > div{
        top: 0;
        left: 0;
        gap: 6px;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1000;
        display: flex;
        padding: 3% 4%;
        position: absolute;
    }
    .skill > div > div > div span{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }
    
    /*-----------------------technologies----------------------*/
    .technologies{
        margin-bottom: 0vh;
    }
    .technologies h1{
        font-size: 18px;
        margin: 1vh 0 6vh 0;
    }
    .technologies > div{
        gap: 10vw;
        width: 88%;
        margin: 0 6%;
    }
    .technologies div div{
        gap: 1.4vh;
    }
    .technologies div div img{
        width: 90px;
    }
    .technologies div div span{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5vh;
    }
    
    .technologies > div::-webkit-scrollbar-track {
        margin: 0 2vw;
    }

}


