@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');



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;
}

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

    width: 100%;
    height: auto;
}

.section-in
{
    width: 1250px;
    height: auto;
    position: relative;
}

.wallpaper > img
{
    max-width: 100%;
    height: auto;
}

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

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.1;
    z-index: 3 ;
}

.class_index
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5 !important;
}

.title > h1
{
    font-size: 50px;
    font-family: 'Caveat', cursive;
    font-weight: 600;
    color: rgb(255, 0, 0);
}


.wrapper
{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;

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

    width: 100%;
    height: auto;
}

.wrapper-in
{
    display: flex;

    width: 1250px;
    height: auto;
}

.museo
{
    margin-top: 18px;
    width: 100%;
}

.name
{
    position: sticky;
    top: 80px;
}

.name > p:nth-child(1)
{
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
}

.name > p:nth-child(2)
{
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.name > p:nth-child(2) > span
{
    color: rgb(155, 155, 155);
    font-weight: 400;
}

.name > p:nth-child(3)
{
    margin: 0;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.name > p:nth-child(3) > span
{
    color: rgb(155, 155, 155);
    font-weight: 400;
}

.name > p:nth-child(4)
{
    margin: 0;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.name > p:nth-child(4) > span
{
    color: rgb(155, 155, 155);
    font-weight: 400;
}

.name > p:nth-child(5)
{
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}

.link
{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 15px
}

.link > a
{
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.link-1
{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 5px
}

.link-1 > a
{
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}




.section-gallery
{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;

    margin-bottom: 50px;

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

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

    border-top: 0.1px solid rgb(212, 212, 212);
    border-left: 0.1px solid rgb(212, 212, 212);

    width: 1250px;
    height: auto;
}

.card
{
    position: relative;
    width: 100%;
    border-right: 0.1px solid rgb(212, 212, 212);
    border-bottom: 0.1px solid rgb(212, 212, 212);
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 12%;
    padding-bottom: 12%;
}


.bkg
{
    position: relative;
    max-width: 100%;
    padding-top: 100%;
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/una\ donna\ da\ copertina-min.jpg);
    background-size: cover;
    background-position: 50% 30%;
}


.arrow
{
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .3s ease;
    box-shadow: 0px 0px 10px rgb(126, 126, 126);
}

.icon
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.arrow > p
{
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
}

.name-exh
{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-exh-in
{
    position: relative;
    width: 1250px;
}

.name-exh-in > h1
{
    position: relative;

    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

#linee-txt
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: rgb(255, 0, 0);
}

a:hover > .card > .bkg > .arrow
{
    opacity: 1;
}

.card:hover > .title-art > h1
{
    color: #000000;
}

a:nth-child(2) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/copricapo\ osceno-min.jpg);
    background-position: 30% 30%;
}

a:nth-child(3) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/l\'immagine\ più\ della\ musica-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(4) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/la\ famiglia\ del\ generale-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(5) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/la\ politica\ delle\ donne-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(6) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/nel\ segno\ dei\ gemelli-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(7) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/un\ ricordo\ senza\ tempo-min.jpg);
    background-position: 0% 40%;
}

a:nth-child(8) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/un\ salotto\ molto\ osè-min.jpg);
    background-position: 20% 0%;
}

a:nth-child(9) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/una\ coppia\ quasi\ in\ regale-min.jpg);
    background-position: 20% 0%;
}

a:nth-child(10) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/come\ madam\ Bovarhi\-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(11) > .card > .bkg
{
    background-image: url(/GK-content/img/art/cenando-en-casa-de-sevillano/una\ notizia\ inaspettata-min.jpg);
    background-position: 0% 0%;
}




.fancybox-bg
{
    background: #fff !important;
}

.fancybox-is-open .fancybox-bg
{
    opacity: 1 !important;
}

.fancybox-infobar
{
    display: none !important;
}

.fancybox-caption__body
{
    font-size: 17px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 600 !important;
}


.crt-title
{
    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
{
    position: relative;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.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/steve-johnson-5MTf9XyVVgM-unsplash-min.jpg);
    background-size: cover;
    background-position: center;
}

.js-open-1 > .open-crt > .open-crt-in > .wall
{
    
    background-image: url(/GK-content/img/art/random/dan-cristian-padure-6JD9T94TrqU-unsplash.jpg);
    background-size: cover;
    background-position: center;
}

.js-open-2 > .open-crt > .open-crt-in > .wall
{
    
    background-image: url(/GK-content/img/art/random/lukasz-szmigiel-jFCViYFYcus-unsplash-min.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;
    }

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

    .section
    {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: 100%;
        height: auto;
    }
    
    .section-in
    {
        width: 100%;
        height: auto;
    }
    
    .wallpaper > img
    {
        max-width: 100%;
        height: auto;
    }
    
    .title > h1
    {
        text-align: center;
        font-size: 30px;
        font-family: 'Caveat', cursive;
        font-weight: 600;
        color: red;
    }

    .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: 20pxFls;
        justify-content: left;
    }
}