@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400&display=swap");

* {

    margin: 0;
    padding: 0;
    font-family: "Russo One", "Urbanist";


}

html {
    scroll-behavior: smooth;

}

.containerfoto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-image: url(./fotoportada.JPG);
    background-position-x: 0px;
    background-position-y: -25px;
    box-shadow: 10px 10px 30px rgba(10, 10, 10, 0.25);
}

.logos {
    width: 10%;
    margin-left: 5px;
    padding: 1.5rem;

}

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}



#presentacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#cajita {
    position: absolute;
    top: 12%;
    left: 9%;
    
}

.imagen {
    width: 60%;
    border-radius: 10px;
    box-shadow: 10px;
}


.bloque {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#sobremi {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(6, 206, 247, 0.212) 100%), url('./img/codigo\ de\ programacion.jpg');

    background-attachment: fixed;
}



@media (max-width:700px) {

    #cajita {
        top: 70px;
        left: 20px;
    }


    .logos {

        width: 20%;
        padding: 1rem;
    }


    .seccion {

        flex-direction: column;
        align-items: center;
    }

    .bloque {
        padding: 1.5rem;
    }


    .btnport {
        width: 100%;
    }

    .imagen {
        width: 90%;
    }

.contacto{
    height: 100vh;

}

    }
