.quadro{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    width: 400px;
    height: 400px;
    color: white;
    background-size: 400px 400px; 
    background-color: transparent;
    border-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.quadro:hover{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none! important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .quadro{
        width: 300px;
        height: 300px;
        background-size: 300px 300px; 
    }
}

@media screen and (max-width: 767px) {
    .quadro{
        width: 150px;
        height: 150px;
        background-size: 150px 150px; 
    }
}

.testo{
    color: white;
}
.testo:hover {
    color: transparent;
}

.testo_nero{
    color: black;
}

.testo_nero:hover{
    color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .testo_nero{
        font-size: 2rem;
    }

    .testo{
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .testo_nero{
        font-size: 1.5rem;
    }
    .testo{
        font-size: 1.5rem;;
    }
}

/* @media screen and (max-width: 767px) {
    h1{
        font-size: 1.25rem;
    }
} */