/*General*/
h1 {
    font-weight: bold;
    background: linear-gradient(to right, #94C130, #06BDF9, #1d4370);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

h2 {
    font-weight: bold;
    color: #1d4370;
}

.tabla-div {
    width: 100%;
    overflow-x: auto;
}

.menu-admin-contraer {
    cursor: pointer;
}

.menu-admin-expandir {
    cursor: pointer;
    display: none;
}

.barra-contraida {
    width: 6% !important;
}

.contenido-expandido {
    width: 94% !important;
}

.emc-buscador form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button a{
    color: #fff !important;
}

button a:hover, button:hover a{
    color: #1c4470 !important;
}

/*sólo para web*/
@media (min-width: 922px) {
    .ast-container {
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .ast-left-sidebar #secondary {
        padding-right: 10px !important;
        border: none !important;
    }
    #secondary {
        padding: 1%;
        margin: 0 !important;
        background: #F5F5F5;
    }
    h2.widgettitle {
        margin-bottom: 10px;
    }
    .ast-left-sidebar #primary {
        border: none !important;
        padding: 0% 5% !important;
    }
}

/*para móvil*/
@media (max-width: 921px) {
    #secondary { display: none !important; }
    .site-title { display: none !important; }
}