/*
 Theme Name:   Skilled Child Theme
 Theme URI:    http://example.com/wheels/
 Description:  Skilled Child Theme
 Author:       Aislin
 Author URI:   http://example.com
 Template:     skilled
 Version:      1.0.0
 Tags:
 Text Domain:
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
#grid-de-curso{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}
#grid-de-curso > div:nth-child(1){
    flex: 4;
}
#grid-de-curso > div:nth-child(2){
    flex: 1;
}
.no-flotante-magister:hover img{
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
}
.wh-top-bar-additional .cbp-container{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.admin-bar #menu-desktop {
    margin-top: 31px;
}

#menu-desktop {
    position: fixed;
    background: #0A3868;
    backdrop-filter: saturate(180%) blur(20px);
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: rgba(10,56,104,0.92);
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Raleway';
}

#menu-desktop .mag-gn-content {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    position: relative;
    z-index: 2;
}

#menu-desktop .mag-gn-list {
    cursor: default;
    margin: 0 -10px;
    width: auto;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu-desktop .mag-gn-item{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    height: 44px;
    z-index: 1;
    vertical-align: top;
}

#menu-desktop .mag-gn-link{
    font-size: 14px;
    line-height: 3.14286;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "Raleway","Helvetica","Arial",sans-serif;
    color: #f5f5f7;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    opacity: .8;
    background: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px;
}

#menu-desktop .mag-gn-link-magister .mag-gn-link-text{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

#menu-desktop .mag-gn-link-magister{
    opacity: 1;
    background-size: 64px 44px;
    background-repeat: no-repeat;
    background-image: url(https://medios.magister.com/logo-icon.png);
    background-position: center center;
    width: 64px;
}
