@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
.contPorta{
    border: 2px solid red;
}

.contPortafolio{
    display: flex;
    justify-content: space-evenly;
    padding: 100px 0px;
}

.titlePortafolio{
    color: black;
    font-weight: 900;
    background-color: orange;
    padding: 30px;
    font-size: 30px;
    font-family: 'Montserrat',sans-serif;
}

.portafolios{
    background-color: grey;
    width: 400px;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    border-radius: 6px;
}

.portafolios img{
    width: 100%;
}

.nombre{
    padding: 10px;
}

.description{
    padding: 20px;
}

.opciones{
    display: flex;
    width: 100%;
    padding: 20px 0px;
    justify-content: space-evenly;
}
.opciones a img{
    width: 40px;
}

.portafoliosA{
    margin-top: 10px;
    text-decoration: none;
    background-color: aqua;
    border-radius: 8px;
    padding: 5px;
}