@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
.caja-net{
    width: 172px;
    height: auto;
    margin: 10px;

}
.caja-net a img {
    margin: auto;
    width: 170px;
    transition: all ease-in 0.1s;
    border-radius: 6px;
}
.caja-net a img:hover {
    width: 172px;
}
.caja-net a p{
    color: #512BD4;
    text-align: center;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 110%;
}
.cajita{
    width: 100px;
    border-radius: 20px;
    margin-bottom: 2rem;
    border: 1px solid black;
}
.caja-form input, select{
    border: 1px solid gray;
}
.ritmo-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.img-ritmo{
    margin: 10px;
    align-self: center;
}
.cuadros{
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    flex-wrap: wrap;
}
.mini-cuadro{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    padding: 10px;
}
.mini-cuadro p {
    text-align: center;
}
.borde-c{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.title-cuadro{
    color:#00155C ;
}
@media  screen and (max-width:480px) {
    .cuadros{
        display: block;
    }
    .borde-c img {
        width: 40px;
    }
    
}