main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.linksMenuDesktop {
    color: white;
    text-decoration: none;
}

.icon-categoria {
    width: 100%;
}

.divCategoriasPage {
    display: flex;
    margin-top: 1%;
    justify-content: center;
}

.sctMain {
    width: 95%;
    margin: auto;
    justify-content: center;
}

.h1Categorias {
    font-size: 32px;
    font-family: "Montserrat", "Sans-serif";
    font-weight: bold;
    color: #A3141E;
}

.whatsapp-icon {
    fill: #25D366 !important;
}

.whatsapp-icon:hover {
    fill: #075E54 !important;
}

@media screen and (max-width: 992px) {
    .icon-categoria {
        width: 80%;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 1000;
        cursor: pointer;
    }

    .h1Categorias {
        font-size: 22px;
        font-family: "Montserrat", "Sans-serif";
        font-weight: bold;
        color: #A3141E;
    }
}

@media screen and (max-width: 769px) {

    .divCategoriasPage {
        display: flex;
        flex-direction: column;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 1000;
        cursor: pointer;
    }
}

@media screen and (min-width: 993px) {

    #divCategoriasPage2 {
        margin-top: 1%;
    }

    .whatsapp-link {
        position: fixed;
        bottom: 20px;
        right: 15px;
        z-index: 1000;
        cursor: pointer;
    }
}