/*!
Theme Name: Site 2 : Santiago del Teide
Author: EVM
Author URI: https://grupoevm.com
Template: Divi
Version: 1.0.0
*/


/* Navegación Principal */
#top-menu-nav #top-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#top-menu-nav #top-menu li.menu-item:hover .sub-menu {
    height: initial;
}

/* Áreas */
#top-menu-nav #top-menu li.menu-item-5752:hover .sub-menu {
    height: 85vh;
    overflow-y: scroll;
}

#top-menu-nav #top-menu li.menu-item .sub-menu li {
    width: calc(100% / 4) !important;
    display: flex !important;
    padding: 0 .75rem !important;
    margin: 0 !important;
    float: initial !important;
}

#top-menu-nav #top-menu li.menu-item .sub-menu .menu-item>a {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    margin: 0 !important;
    padding: .5rem 0;
    line-height: 1.2rem;
}


#top-menu-nav #top-menu li.menu-item .sub-menu .menu-item>a img {
    max-width: inherit;
    height: 145px;
    max-height: inherit;
    object-fit: cover;
    width: inherit;
}

