@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: white;
    font-family: Urbanist,sans-serif;
    margin: 0;

}
p, h2, h3, h5{
    margin: 0;
}

.contenedorNavbar{

    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 0;
    padding: 1.5rem;
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 1;
    /* flex-direction: row; */
}

.contenedorNavbar a{
    text-decoration: none;
    color: white;

}
.contenedorNavbar li{
    list-style-type: none;
}
.presentacion{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-image: url(https://excursionesenushuaia.com/wp-content/uploads/2022/04/009871_1-min.jpg); */
    background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%), 
    url(https://excursionesenushuaia.com/wp-content/uploads/2022/04/009871_1-min.jpg);    background-position: 10% 79%;
    filter: grayscale(100%);
    background-size: cover;

    /* background-attachment: fixed; */
}
.presentacion h1{
    color: white;
    font-weight: bolder;
    font-style: normal;
    font-size: clamp(3.34rem, 2.45rem + 4.43vw, 5.61rem);
    letter-spacing: 0.5rem;
}

.presentacion h4{
    color: white;
    letter-spacing: 0.2rem;
    font-size: 2rem;
}

.presentacion a{
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    border: white 0.2rem solid;
    padding: 0.5rem;
}
/* ---- */

.fondo{
    height: 10rem;
    /* background-image: url(https://masterpiecer-images.s3.yandex.net/5fbafcee353e815:upscaled);
    background-size: cover;
    background-attachment: fixed; */
}

/* ---- */
.fondoGrande{
    background-image: url(https://masterpiecer-images.s3.yandex.net/5fbafcee353e815:upscaled);
    background-size: cover;
    background-attachment: fixed;
}
.containerProyectosSeccion{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    align-content: center;
    padding: 0 6rem 0 6rem;
    background-size: cover;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: black;
    height: 78vh;
}

.tituloProyecto{
    position: absolute;
    right: 89%;
    z-index: 1;
    font-size: 3.2rem;
    line-height: 3.4rem;
    font-weight: 900;
}

.containerProyectos{
    flex-grow: 10;
}

.containerProyectosSeccion:hover .tituloProyecto span{

    /* line-height: 2.5rem; */
    color: white;

}


.tituloProyecto span{
    display: block;
    transition: 2s;

}
.containerProyectosSeccion h2{
    text-align: center;
    font-size: 3rem;
    color: whitesmoke;
}

.proyectos{
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    /* background-image: url(img/asistencias.PNG); */
    margin: 0.5rem;
    width: 100%;
}

.imagenProyecto{
    /* height: 34rem; */
    width: 34rem;
}

.card{
    /* padding: 1rem; */
    /* padding-bottom: 1.5rem; */
    width: 100%;
    /* height: 17rem; */
}


.linkProyecto{
    position: absolute;
    right: 0%;
    bottom: 0%;
    background-color:#ffffff1c;
    border: none;
    border-radius: 0;
    
}

.linkGithub{
    position: absolute;
    right: 9%;
    bottom: 0%;
    background-color:#ffffff1c;
    border: none;
    border-radius: 0;
}

/* ---- */
.card-body{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    color: white;
    padding: 0;
    gap: 5rem;

}

.card-body a{
    font-size: 3.7rem;
    text-decoration: none;
    color: gray;
    transition: letter-spacing 1s ease; 

}

.card-body a:hover{
    transition: 1s;
    letter-spacing: 0.3rem;
}
.card-body .card-title{
    font-size: 2rem;
}

.card-body .card-text{
    font-size: 1.4rem;
}

#asistencias, #todoapp, #Newsletter{
    background-color: rgba(0, 0, 0, 0.8);

}


.redes{
    background: 
    linear-gradient(to top, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.8) 100%);
    background-color: rgb(210, 210, 210);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    
}

.redes h2{
    font-size: 3rem;
}

.redesLogos{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.red{
    transform: scale(1);
    transition: 1s;
}
.red:hover{
    transform: scale(1.3);
    transition: 1s;
}

.json{
    width: 7em;
    height: 7em;
}


/* ---- */

.sticky-sidebar {
    position: fixed;
    top: 20px;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    /* border-radius: 10px; */
  }
  .sticky-sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .sticky-sidebar a:hover {
    color: #0d6efd; /* Color de hover */
  }
  .sticky-sidebar i {
    font-size: 24px;
  }

  /* ---- */

.biografia{
    /* padding: 5rem; */
    /* background-color: black; */
    display: flex;
    flex-wrap: wrap;
}

.bio1{
    background-color: black;
    color: white;
    transition: 1s;
    padding: 5rem;
    display: flex;
    justify-content: center;
}

/* .bio1:hover{
    background-color: white;
    color: black;
    transition: 1s;
}

.bio2{
    background-color: white;
    color: black;
    transition: 1s;
    padding: 5rem;
}
.bio2:hover{
    background-color: black;
    color: white;
    transition: 1s;
} */

.biografia h4{
    text-wrap: balance;
    font-weight: 500;
    font-size: 1.3rem;
    /* color: whitesmoke; */
    line-height: 1.5;
    width: 50%;
}

.footer{
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    height: 10rem;
    display: flex;
    flex-direction: column;
}

.navbarFooter ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;

}

.navbarFooter ul li{
    list-style-type: none;
    
}

.navbarFooter ul a{
    text-decoration: none;
    font-size: 3rem;
    color: gray;
}



.containerRedesFooter{
    display: flex;
    gap: 6rem;
}
         
.redesFooter{
    display: flex;
    gap: 3rem;
    align-items: center;
}

.github {
    color: black;
}

.mail{
    color: gray;
}
.footer h4{
    font-size: 1rem;
    /* font-family: 'Rubik', sans-serif; */
    font-weight: 500;
    unicode-bidi: isolate;
}

/* Asistencias */


.Contenedor-Proyectos{
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Contenedor-Proyectos-Texto, .Contenedor-Proyectos-Texto-Secundario, .Contenedor-Proyectos-Texto-Terciario {
    width: 60%;
    margin: 1.9rem;
}

.Contenedor-Proyectos-Texto-Terciario{
    margin-bottom: 2rem;
}

.Contenedor-Proyectos-Imagen{
    width: 60%;
}

.Contenedor-Proyectos-Imagen img{
    width: -webkit-fill-available;
    height: 28rem;
}

.Contenedor-Proyectos h5{
    color: white;
    font-size: 1.3rem;
}

.Contenedor-Proyectos p{
    color: gray;
    font-size: 1.5rem;
    font-weight: 500;
}

.Contenedor-Proyectos .Titulo-Texto{
    color: white;
    font-weight: 500;
}

.Texto-Tecnologias-Repositorio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Texto-Tecnologias-Repositorio i{
    color: white;

}

.Texto-Tecnologias-Repositorio a{
    color: white;
    text-decoration: none;
    border: 1.5px solid gray;
    padding: 0.4rem;
    border-radius: 0.6rem;
    display: flex;
    font-size: 0.9rem;
    gap: 0.6rem;
    justify-content: center;
    width: 7.8rem;
    align-items: center;

}


@media only screen and (max-width: 768px){
    
    .bio1{
        padding: 2rem;
    }
    .biografia h4{
        width: 85%;
    }

    .redesLogos{
        gap: 0.9rem;
    }

    .fa-7x {
        font-size: 5em !important;
    }


    .tituloProyecto{

        font-size: 2.8rem;
        line-height: 2.9rem;

    }
    .card-body{
        font-size: 3.3rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        
    }

    .containerRedesFooter{
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .navbarFooter ul a {
        font-size: 2.6rem;
    }

    .card-body{
        align-items: center;
    }

    .Contenedor-Proyectos-Texto, .Contenedor-Proyectos-Texto-Secundario, .Contenedor-Proyectos-Texto-Terciario{
        width: 80%;
    }

    .Contenedor-Proyectos-Imagen{
        width: 80%;
    }

    .Contenedor-Proyectos-Imagen img{
        height: 17rem;
    }

    .Contenedor-Proyectos h5{
        font-size: 1.1rem;
    }

    .Contenedor-Proyectos p{
        font-size: 1.1rem;
    }

    .Contenedor-Proyectos-Texto, .Contenedor-Proyectos-Texto-Secundario, .Contenedor-Proyectos-Texto-Terciario {
        /* width: 60%; */
        margin: 1rem;
    }


}



@media only screen and (max-width: 430px) {
    .bio1, .bio2{
        padding: 2rem;

    }

    .bio1 h4{
        width: 90%;
    }
    .bio1 h4, .bio2 h4{
        font-size: 1rem;
    }

    .fa-7x{
        font-size: 4em !important;
    }
    .json{
        font-size: 0.5em ;

    }

    .containerProyectosSeccion{
        padding: 0;
    }

    .proyectos{
         margin: 0;
        
    }
    .card-body{
        font-size: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        
    }

    .card-body a{
        width: 100%;
        font-size: 2.6rem;
    }

    .tituloProyecto{
        font-size: 2.3rem;
        line-height: 2.3rem;
    
    }
    .card{
        display: flex;
        align-items: center;
    }
    .linkGithub{
        right: 25%;
    }

    .containerRedesFooter{
        flex-direction: column;
        gap: 0;
    }

    .navbarFooter ul a{
    font-size: 1.7rem;    
}

    .redesFooter{
        justify-content: center;
    }
    .footer h4{
        margin: 0.9rem;
    }

    .Contenedor-Proyectos-Texto{
        margin-top: 4rem;
    }
    .Contenedor-Proyectos-Imagen img{
        height: 11rem;
    }
}

