/*boton de whatsapp*/
.btn-wpp {
    position: fixed !important;
    z-index: 100;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    bottom: 30px !important;
    right: 30px !important;
    background-color: #00C553 !important;
    border-radius: 50px !important;
    color: #fff;
    text-align: center;
    font-size: 30px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3) !important;

}

.btn-wpp:hover {
    text-decoration: none;
    color: #00C553 !important;
    background-color: #fff !important;
    transition: 0.5s !important;
}

/*categoria desktop*/
.categoria-desktop {
    display: inline !important;
}

/*categoria mobile*/

.categoria-mobile {
    display: none !important;
}

.posicion_categoria{
    justify-content: center !important;
}

.producto h3{
    font-size: 15px !important;
    font-weight: 400 !important;
}

.margen_texto{
    padding-left: 6rem;
    padding-right: 6rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

/*noticias*/
.imagen-noticia{
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.imagen-noticia img{
    width: 60%;
}

.col-padding { padding: 4rem; }


/*medida mobile*/
@media (max-width: 992px) {

    /*categoria desktop*/
    .categoria-desktop {
        display: none !important;
    }

    /*categoria mobile*/

    .categoria-mobile {
        display: inline !important;
    }

    /*certificaciones*/
    .certificado{
        width: 50% !important;
    }

    .margen_texto{
        padding-left: 4rem;
        padding-right: 4rem;
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }

    .col-padding { padding: 4rem; }
}


@media (max-width: 600px) {

    .posicion_categoria{
        justify-content: left !important;
    }

    .col-padding { padding: 2rem; }

    .arrows-mobile{
        display: none;
    }
}
