.contenedor-interior{
    color: white;
    border-radius: 7px;
    background-color: var(--colorPrimario);
    transition: .3s;
}

.contenedor-interior:hover{
    color: white;
    border-radius: 7px;
    background-color: var(--colorPrimarioHover);
    transition: .3s;
}

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

}

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

}

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

}

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

}

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

}