﻿html, body {
    margin: 0;
    padding: 0;
}

#topBar, div_lblTitolo, div_Container {
    width: 100%;
    text-align: center;
}

#topBar {
    margin-top: 1%;
}

#imgLogo {
    width: 100%;
    max-width: 797px;
}

#div_lblTitolo {
    /*background-color: yellow;*/
    margin-top: 3%;
}

#div_Container {
    overflow-y: visible;
    background-color: lavender;
    margin-top: 2%;
}
.dx-wrap {
    line-height: 100% !important;
}

#cardView {
    position: relative;
    width: 100%;
}

.div_card_inside {
    width: 100%;
    text-align: center;
    max-width: 230px;
}

#lblTitolo {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 4.0vw !important;
    text-align: center;
    border: none !important;
    background: transparent !important;
}

.dxcvFlowCard_Office365, .dxcvTable_Office365, .dxcvFT {
    border-style: none;
}


.btnCateg {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 100% !important;*/
    /*background: transparent !important;*/
    border-radius: 10% !important;
    /*background-color: transparent !important;*/
    border-color: transparent !important;
    background-image: none !important;
    /*transition: 0.5s ease;*/
    /*opacity: 0.9 !important;*/
    /*font-family: 'Montserrat', sans-serif !important;*/
    /*font-weight: 200 !important;*/
    /*font-size: 1.5vw !important;*/
    /*font-size:x-large;*/
    width: 500px;
}

/*.prodImageContainer:hover .prodImageButton, .dx-ac:hover .prodImageButton {
    background-color: #c85757 !important;
}
*/