﻿body {
    font-family: sans-serif;
}

thead th, table.dataTable thead td {
    padding: 0px 0px !important;
}

.container-fluid {
    z-index: 1;
    font-size: 14px;
}

/*FONDO DE MENU*/

#menu-js {
    position: relative;
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index =0;
}

canvas.menu-js-canvas-el {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.home {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    border: 0px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 43px -28px rgba(102,102,102,0.49);
    -moz-box-shadow: inset 0px 0px 43px -28px rgba(102,102,102,0.49);
    box-shadow: inset 0px 0px 43px -28px rgba(102,102,102,0.49);
}

nav ul li a {
    border-radius: 3px;
}

/*RESPONSIVE MENU PRINCIPAL CORXY*/

@media(max-width: 1200px) {
    header {
        margin: 0px;
    }
}

@media screen and (min-width: 200px) and (max-width: 800px) {
    .menu-toggle {
        display: block;
        cursor: pointer;
        background: none;
    }

    canvas.menu-js-canvas-el {
        z-index: -1;
    }

    nav {
        display: none;
        flex-direction: column;
    }

        nav.active {
            display: block;
            width: 100%;
        }

            nav.active ul {
                display: block;
            }

                nav.active ul li {
                    margin: 0;
                }

    .center-menu {
        margin-right: -15px;
        margin-left: -15px;
        justify-content: center;
        padding-top: 6%;
    }

    .dropleft .dropdown-menu {
        top: 40px;
        right: auto;
        left: auto;
        margin-top: 0;
        margin-right: 0.125rem;
    }
}

@media screen and (min-width: 801px) and (max-width:120000px) {
    #menuHamburguesa {
        display: none;
    }
}
