@media only screen and (max-width: 320px) {
    
    .div_img{
        padding: 2px;
    }

    #capa{
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 70%;
        height: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
        border: 3.5px solid blueviolet;
        box-shadow: 5px 10px 18px #888888;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 10px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 12px;
    }
    
    .projects_card_txt{
        width: 100%;
        margin-bottom: 30px;
        padding: 5px;
    }
    
    .projects_links{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .projects_links a{
        padding: 3px;
        text-decoration: none;
        border: 2px solid black;
        color: white;
        border-radius: 10px;
        margin: 3px;
        transition: 0.5s;
    }
    
    .projects_links a img{
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width: 600px) {

    .div_img{
        padding: 10px;
    }

    #capa{
        height: 120px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 70%;
        height: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
        border: 3.5px solid blueviolet;
        box-shadow: 5px 10px 18px #888888;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 12px;
    }
    
    .projects_card_txt{
        width: 100%;
        margin-bottom: 30px;
        padding: 5px;
    }
    
    .projects_links{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .projects_links a{
        padding: 3px;
        text-decoration: none;
        border: 2px solid black;
        color: white;
        border-radius: 10px;
        margin: 3px;
        transition: 0.5s;
    }
    
    .projects_links a img{
        height: 20px;
        width: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .div_img{
        padding: 10px;
    }

    #capa{
        width: 100%;
        height: 130px;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 45%;
        height: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
        border: 3.5px solid blueviolet;
        box-shadow: 5px 10px 18px #888888;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 12px;
    }
    
    .projects_card_txt{
        width: 100%;
        margin-bottom: 40px;
        padding: 5px;
    }

    .projects_links a{
        padding: 5px;
        text-decoration: none;
        border: 2px solid black;
        color: white;
        border-radius: 10px;
        margin: 5px;
        transition: 0.5s;
    }
    
    .projects_links a img{
        height: 22px;
        width: 23px;
    }
}

@media only screen and (min-width: 799px) {

    
    .div_img{
        padding: 10px;
    }

    #capa{
        height: 200px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 45%;
        height: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
        border: 3.5px solid blueviolet;
        box-shadow: 5px 10px 18px #888888;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 14px;
    }
    
    .projects_card_txt{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .projects_links{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .projects_links a{
        padding: 5px;
        text-decoration: none;
        border: 2px solid black;
        color: white;
        border-radius: 10px;
        margin: 5px;
        transition: 0.5s;
    }
    
    .projects_links a img{
        height: 20px;
        width: 20px;
    }

    .projects_card_txt{
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media only screen and (min-width: 992px) {

    .projects_cards{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 5%;
        padding: 0;

    }
    
    .div_img{
        padding: 10px;
    }

    #capa{
        height: 200px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 25%;
        margin-right: 10px;
        margin-left: 10px;
        height: auto;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 10px;
        border: 3.5px solid blueviolet;
        box-shadow: 5px 10px 18px #888888;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 14px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 16px;
    }
    
    .projects_card_txt{
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        background-repeat: no-repeat;
        border-radius: 15px;
    }
    
    .projects_links{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .projects_links a{
        padding: 10px;
        text-decoration: none;
        border: 2px solid black;
        color: white;
        border-radius: 10px;
        margin: 10px;
        transition: 0.5s;
    }
    
    .projects_links a img{
        height: 30px;
        width: 30px;
    }
    
    .projects_links a:hover{
        background-color: rgb(121, 120, 120);
        border: 2px solid white;
    }

    .projects_card_txt{
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media only screen and (min-width: 1023px) {
    
    .div_img{
        padding: 10px;
    }

    #capa{
        height: 200px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 30%;
        height: auto;
        margin-top: 30px;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 17px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 18px;
    }
    
    .projects_links a{
        padding: 15px;
    }
    
    .projects_links a img{
        height: 35px;
        width: 35px;
    }

    .projects_card_txt{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media only screen and (min-width: 1200px) {
    
    .div_img{
        padding: 10px;
    }

    #capa{
        height: 200px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 3px 7px 14px #888888;
    }
    
    .projects_card{
        width: 30%;
        height: auto;
        margin-top: 30px;
    }
    
    .projects_card_txt p, .projects_card_txt h3{
        color: black;
        font-size: 17px;
        text-align: center;
    }
    
    .projects_card_txt h3{
        font-size: 18px;
    }
    
    .projects_links a{
        padding: 15px;
    }
    
    .projects_links a img{
        height: 35px;
        width: 35px;
    }

    .projects_card_txt{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
