*{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
a{
    width:100%;
    height: 100%;
    text-decoration: none!important;
}
.vh-90{
    min-height: 90vh;
}
.logoImg{
    margin-bottom:-20px;
    margin-top:-20px;
    max-width: 130px;
}
.logoFooter{
    color: #aaa;
}
#catalogo .cat, .cat .imgCont{
    border-radius: 14px;
    cursor: pointer;
    max-height: 110px!important;
    max-width: 110px!important;
}
.imgCont img{
    max-width: 120%;
}
.cat .catName{
    z-index: 999;
    font-weight: bold;
    text-shadow: 0 2px 3px #000000;
    font-size: 1rem!important;
    text-transform: uppercase!important;
}
.cat .mask{
    background: rgba(124,124,124,0.7);
    opacity: 0.24;
    right: -5px;
    top: -5px;
    z-index: 99;
}
.cat, a{
    transition: 0.2s;
}
.cat:hover, a:hover{
    transform: scale(1.1,1.1);
}
.grayScale{
    filter: grayscale(100%);
}
.catBox{
    background: #07B0F0;
    border-radius: 10px;
    box-shadow: 0px 4px 0px #106A8D;
    font-family: 'Raleway', sans-serif;
}

#social a{
    border-radius: 10px;
    line-height: 14px;
    text-transform: uppercase!important;
}
#social a p{
    font-size: 0.9em!important;
}

.whatsApp{
    background: rgba(0 170 57 / 80%)
}
.icon{
    font-size: 30px;
}
.whatsApp svg{
    fill: #FFF;
}
.facebook{
    background: rgba(24 119 242 / 80%);
}
