/* Mis estilos para los enlaces interactivos sobre los banners de la EAAV */
.VueCarousel {
    position: relative !important;
    z-index: 1 !important;
}

.VueCarousel-wrapper {
    position: relative !important;
    z-index: 1 !important;
}

.VueCarousel-pagination {
    position: relative !important;
    z-index: 5 !important;
}

/* Mi cabecera y barra de navegacion siempre por encima de los banners */
.v-app-bar, header, nav, .v-toolbar {
    z-index: 1000 !important;
}

/* Mis menus desplegables (Servicios, Institucional, etc.) en la capa mas alta para que nada los tape */
.v-menu__content,
.menuable__content__active,
.v-overlay,
.v-dialog,
.v-dialog__content,
.v-navigation-drawer {
    z-index: 99999 !important;
}

/* Mis enlaces sobre el carrusel */
.banner-link-eaav {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
    display: none;
}

.banner-link-eaav:hover {
    outline: none;
}
