
.cuadro-radius{
    width: auto;
}

.btn-menu-custom{
    width: 195px;
}


@media (min-width: 576px) {
    .btn-menu-custom{
        width: auto;
    }

}
@media (min-width: 1200px) {
    .btn-menu-custom{
        width: 195px;
    }

}
