﻿.dropdownMM {
    float: left;
    overflow: hidden;
}

    /* Dropdown button */
    .dropdownMM .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
        cursor: pointer
    }


/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    /* background: #A7A7A7;*/
    z-index: 99999;
}

    /* Mega Menu header, if needed */
    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: black;
    }

/* Show the dropdown menu on hover */
.dropdownMM:hover .dropdown-content {
    display: block !important;
}

.column {
    float: left;
    width: 25%;
    padding: 5px;
    background-color: #A7A7A7;
}

    .column a {
        float: none;
        color: white;
        font-weight: bold;
        padding: 5px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.linkSR {
    display: none
}

.ddRubro:hover + linkSR {
    display: block
}

.column a:hover {
    color: #000
}

/* Clear floats after the columns */
.fila:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1000px) {

    .dropdownMM .dropbtn {
        padding: .5rem 0;
    }
}

.megamenuR {
    background: #fff;
    color: #E21318;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 6px 10px 25px
}

    .megamenuR:hover {
        background: #E21318;
        color: #fff
    }

.megamenuSR {
    box-sizing: border-box;
    font-size: 13px;
    color: #000 !important;
    font-weight: 400;
    transition: 0s;
    padding-left: 25px;
    padding-top: 8px
}

    .megamenuSR:hover {
        color: #E21318 !important;
    }

@media screen and (max-width: 1200px) {

    .megamenuSR {
        padding-left: 0px
    }
}
