body
{
    margin: 0;
}

*
{
    box-sizing: border-box;
}

a
{
    text-decoration: none;
}

.codemobile
{
    display: none;
}

#header
{
    position: fixed;
    width: 100%;
    height: auto;
    top: -800px;
    left: 0;
    right: 0;
    background: #fff;

    transition: top .3s ease;

    z-index: 999 !important;
    
}

.nav
{

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: auto;
}

.logo
{
    padding-left: 20px;
    padding-right: 20px;
}

.logo > a > h1
{
    margin: 0;
    font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    color: black;
    text-transform: uppercase;
}

.menu 
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu > ul
{
    padding-left: 0;
    padding-right: 20px;
}

.menu > ul > li
{
    list-style: none;
}

.menu > ul > li > a
{
    margin-left: 20px;
    margin-right: 20px;

    font-size: 18px;

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    color: black;
}

.lang
{
    padding-right: 20px;
}

.lang > a
{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
}


.crt-title
{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.crt-title-in
{
    position: relative;
    width: 1250px;
}

.crt-title-in > h1
{
    text-align: center;
    position: relative;
    font-size: 90px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    color: rgb(107, 107, 107);
    text-transform: uppercase;
}



.section-crt
{
    position: relative;

    margin-top: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: auto;
}

.section-crt-in
{
    border-radius: 7px;
    display: grid;
    grid-template-columns: repeat(2,1fr);

    width: 1250px;
    height: auto;
}

.filter-bkg
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 240, 240, 0.568);
    z-index: -1;
}

.card-mex
{
    margin: 20px;
    background-color: #fff;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 0px 8px rgb(209, 209, 209);
}

.card-mex:nth-child(4)
{
    margin: 20px;
    background-color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 8px rgb(209, 209, 209);
}

.title-mex > h1
{
    padding-left: 15px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.title-mex > p
{
    margin: 0;
    padding-left: 15px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: hsl(0, 0%, 64%);
}

.crt-text > p
{
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;

    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 24px;

}

.link-view
{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.link-view > p
{
    margin: 0;
    padding-left: 15px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: rgb(0, 26, 255);
    padding-bottom: 15px;
    text-decoration: underline;
    transition: color .3s ease;
}

.link-view-1
{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.link-view-1 > p
{
    margin: 0;
    padding-left: 15px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: rgb(0, 26, 255);
    padding-bottom: 15px;
    text-decoration: underline;
    transition: color .3s ease;
}

.link-view-2
{
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.link-view-2 > p
{
    margin: 0;
    padding-left: 15px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: rgb(0, 26, 255);
    padding-bottom: 15px;
    text-decoration: underline;
    transition: color .3s ease;
}

.link-view > a:hover
{
    color: rgb(0, 0, 0);
}

.js-open
{
    display: none;
}

.js-open--open
{
    display: block;
}


.js-open-1
{
    display: none;
}

.js-open-1--open
{
    display: block;
}

.js-open-2
{
    display: none;
}

.js-open-2--open
{
    display: block;
}


.open-crt
{
    opacity: 0;

    padding-left: 15px;
    padding-right: 15px;

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
    background-color: rgba(0, 0, 0, 0.5);

    display: flex;
    justify-content: center;

    width: 100%;
    height: auto;

    z-index: 999 !important;

    overflow-y: auto;

    animation-name: fadein;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

@keyframes fadein
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

.open-crt-in
{
    width: 900px;
    height: auto;
}

.wall
{

    position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    position: relative;
    margin-top: 10px;

    width: 100%;
    height: auto;
    padding-top: 40%;

    background-image: url(/GK-content/img/art/random/med-badr-chemmaoui-KF8_7yi4BKg-unsplash.jpg);
    background-size: cover;
    background-position: center;
}

.js-open-1 > .open-crt > .open-crt-in > .wall
{
    
    background-image: url(/GK-content/img/art/random/tim-kohlen-zfku-bR8-qY-unsplash-min.jpg);
    background-size: cover;
    background-position: center;
}

.js-open-2 > .open-crt > .open-crt-in > .wall
{
    
    background-image: url(/GK-content/img/art/random/content-pixie-woMD-vhzOHI-unsplash.jpg);
    background-size: cover;
    background-position: center;
}


.icon-wall
{
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 100%;

    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2 !important;

    cursor: pointer;

    transition: box-shadow .3s ease;
}

.filter-wall
{

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1 !important;
}


.name-crt > h1
{
    position: relative;
    z-index: 2 !important;

    font-size: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}

.crt-down
{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #fff;
    padding: 20px;
}

.crt-open > p
{
    font-size: 16px;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 25px;
}

footer
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

    width: 100%;
    height: auto;

    background-color: #333;
}

.footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.footer-in
{
    margin-bottom: 20px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;

    width: 1250px;
    height: auto;
    border-bottom: 1px solid rgb(110, 110, 110);
}

.footer-name > h1
{
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.footer-categories > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-categories > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.footer-art > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-art > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.footer-art-exh > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-art-exh > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}


.box-contact
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: auto;
}

.box-contact-grid
{
    padding: 20px;

    display: grid;
    grid-template-columns: repeat(3,1fr);

    width: 1250px;
    height: auto;
    background-color: rgb(83, 83, 83);
}

.box-in
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.email
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.email > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.facebook
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook > a > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.copyright
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: auto;
}

.copyright > h1
{
    margin: 0;
    padding: 30px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

















@media(max-width: 956px)
{

    #header
    {
        display: none;
    }

    .codemobile
    {
        display: block;
    }

    #header-mobile
    {
        position: fixed;
        width: 100%;
        height: auto;
        top: -800px;
        left: 0;
        right: 0;
        background: #fff;
    
        transition: top .3s ease;
    
        z-index: 998 !important;
    }

    .nav-mobile
    {

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        height: auto;
    }

    .logo-mobile
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .logo-mobile > a > h1
    {
        margin: 0;
        font-size: 17px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 300;
        color: black;
        text-transform: uppercase;
    }

    .menu-mobile
    {
        cursor: pointer;

        padding-top: 5px;
    }

    .menu-list-mobile
    {
        display: none;
    }

    .close
    {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .list   
    {
        display:  flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        position: fixed;

        top: 0;
        right: 0;
        left: 0;
        bottom: 0;

        width: 100%;
        height: auto;

        background-color: #fff;
        opacity:    1;

        animation-name: fadeIn;
        animation-duration: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

    @keyframes fadeIn
    {
        0%
        {
            opacity: 0;
        }

        100%
        {
            opacity: 1;
        }
    }

    .list > ul
    {
        padding: 0;
    }

    .list > ul > li
    {
        display:  flex;
        flex-direction: column;
        max-width: 100%;
    }

    .list > ul > li > a
    {
        padding-bottom: 10px;
        padding-top: 10px;

        font-size: 35px;

        color: #333;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .section
    {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: 100%;
        height: auto;
    }
    
    .section-in
    {
        width: 100%;
        height: auto;
    }

    .menu-list-mobile--open
    {
        display: block;
    }

    .wallpaper > img
    {
        max-width: 100%;
        height: auto;
    }
    
    .title > h1
    {
        font-size: 25px;
        font-family: 'Caveat', cursive;
        font-weight: 600;
        color: red;
    }
    
    .title > p
    {
        font-size: 20px;
    }

    .title-room > h1
    {
        font-size: 25px;
    }
    
    .room-in{
        margin-left: 10px;
        margin-right: 10px;
    }

    .img-room > img{
        max-width: 100%;
    }

    .name-exh
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .wrapper
    {
        margin-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrapper-in
    {
        flex-direction: column-reverse;
    }

    .museo
    {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .crt
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title-art > h1
    {
        margin-bottom: 10px
    }

    .section-gallery
    {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-gallery
    {
        grid-template-columns: repeat(1,1fr);
    }

    .card
    {
        padding-top: 8%;
        padding-right: 8%;
        padding-left: 8%;
        padding-bottom: 8%
    }

    .section-crt
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-crt-in
    {
        grid-template-columns: repeat(1,1fr);
    }

    .none
    {
        display: none;
    }

    .name-crt > h1
    {
        padding-bottom: 0;
        font-size: 25px;
    }

    .icon-wall
    {
        top: 5px;
        left: 5px;
    }

    .crt-title
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wall
    {
        padding-top: 70%;
    }

    .crt-open > p
    {
        font-size: 15px;
    }



    .footer-in
    {
        margin-bottom: 20px;
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;

        width: 1250px;
        height: auto;
        border-bottom: 1px solid rgb(110, 110, 110);
    }

    .footer-name > h1
    {
        text-align: left;
        padding: 0;
    }

    .footer-categories > p
    {
        text-align: left;
    }

    .footer-categories > a > p
    {
        text-align: left;
    }

    .footer-art > p
    {
        text-align: left;
    }


    .footer-art > a > p
    {
        text-align: left;
    }

    .footer-art-exh > p
    {
        text-align: left;
    }


    .footer-art-exh > a > p
    {
        text-align: left;
    }

    .box-contact-grid
    {
        padding: 20px;
    
        display: grid;
        grid-template-columns: repeat(1,1fr);
    
        width: 1250px;
        height: auto;
        background-color: rgb(83, 83, 83);
    }

    .box-in
    {
        padding-left: 20px;
        justify-content: left;
    }


    /* New */




    .crt-title-in > h1{
        font-size: 10vw;
    }
    
    .name-exh-in > h1{
        font-size: 9vw;
    }

    .name-exh{
        margin-top: 30px;
    }
}