body a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body {
    color: black;
    background-color: white;
}

body a:hover {}

::selection {
    color: white;
    background: black;
}


/*///////////Menu 'Sirin Stencil', cursive//////////*/

/*///////////estaba 'Sirin Stencil', cursive//////////*/

#mainMenu {
    z-index: 400;
    position: fixed;
    font-family: 'Sirin Stencil';
    font-size: 14px;
    top: 40px;
    width: 1200px;
    height: 30px;
    left: -100px;
    color: black;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}


#mainMenu p {
    font-weight: 800;
}

#mainMenu a {
    float: left;
    padding-right: 80px;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    /* border: 1px solid #d6d6d6;*/
    /*box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);*/
    border-radius: 3px;
    transition: .2s all;
}

#mainMenu:hover a {
    filter: blur(3px);
    opacity: .5;
    transform: scale(.98);
    box-shadow: none;
}


#mainMenu:hover a:hover {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    /*box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);*/
}

/*///////////LAN//////////*/

#lan {
    font-family: 'Sirin Stencil', cursive;
    z-index: 21;
    font-size: 14px;
    position: fixed;
    left: -80px;
    bottom: 180px;
    color: #bababa;
    display: block;
    float: left;
    transform: rotate(-90deg);
}

#headereng {
    padding: 0px;
    margin: 0px;
}

#headeresp {
    padding: 0px;
    margin: 0px;

}

#lan a {
    color: inherit;
    text-decoration: none;

}

#lan a:hover {
    text-decoration: none;
    /*que se ponga todo en negro, incluida cualquier imagen cuando esta en hover, o que cambie de contenido*/
}



/*///////////Intro//////////*/

@media screen and (max-width:1078px) {
    #contentIntro {
        position: absolute;
        top: 50px;
        left: 140px;
        margin-left: 0px;
    }
}

#pablorasgado {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #f4f4f4;
    font-family: Georgia, serif;
    line-height: 18px;

    font-size: 14px;
    font-weight: 800;
}

#pablorasgado a:hover {
    color: black;
    font-weight: 800;
}





/*///////////Content//////////*/

.menuProyectos {
    z-index: 1000;
    left: 12%;
    right: 12%;
    width: 80%;
    top: 120px;
    position: relative;
    color: black;
    font-family: 'Sirin Stencil', serif;
    font-size: 12px;
}

.menuProyectos a {
    padding: 20px;
    line-height: 60px;
    z-index: 20;


}

.tabique {
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    height: 60px;
    border: 1px solid #000;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 1;
    margin-right: -1px;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;


}

.tabique-menor {
    display: inline-block;
    width: auto;
    position: relative;
    float: right;
    height: 60px;
    border: 1px solid #000;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 1;
    margin-right: -1px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.tabique:hover {
    z-index: 10;
}

.tabique:before,
.tabique:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    opacity: 0;
}

.tabique:before {
    width: calc(100% + 2px);
    height: 100%;
    z-index: 1;
    transition: height 1s ease, opacity 0.8s ease;
}

.tabique:after {
    height: calc(100% + 2px);
    width: 100%;
    z-index: 1;
    transition: width 1s ease, opacity 0.8s ease;
}

.tabique:hover:before,
.tabique:focus:before {
    transition: height 0.2s ease, opacity 0.3s ease;
    height: 85%;
    opacity: 0.7;
}

.tabique:hover:after,
.tabique:focus:after {
    transition: width 0.2s ease, opacity 0.3s ease;
    width: 85%;
    opacity: 0.8;
}

.box__image {
    fill: #000;
    width: 60%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease;
    z-index: 2;
}




.mainContent {
    z-index: 1;
    position: absolute;
    top: 120px;
    width: 700px;
    left: 180px;
    font-size: 12px;
    text-align: justify;
    line-height: 21px;
    color: black;
}

.mainContent h3 {
    font-weight: 800;
    font-family: 'Sirin Stencil', serif;
    font-size: 40px;
    line-height: 40px;
}


.exhibicion {
    padding-bottom: 80px;
}


.current {
    font-weight: bold;
}

.column1 {
    width: 300px;
    font-family: 'Sirin Stencil', cursive;
    font-size: 14px;
    float: left;
    padding-bottom: 100px;
    text-align: justify;
}

.bloquetexto {
    height: 200px;
    margin: 0px;
    padding: 0px;
}

.bloquetexto2 {
    height: 405px;
    margin: 0px;
    padding: 0px;
}

.bloquetexto3 {
    height: 608px;
    margin: 0px;
    padding: 0px;
}

.column2 {
    width: 300px;
    padding: 25px;
    float: right;
    padding-bottom: 100px;
    text-align: justify;
}

hr {
    margin: 0px;
    padding: 0px;
}

.hrinvisible {
    color: white;
}

.cita {
    text-align: right;
}

.notasalpie {
    padding-top: 5px;
    font-size: 11px;
}

.fichas {
    font-family: 'Offside', cursive;
    line-height: 21px;

    font-size: 14px;
    position: relative;
    z-index: 4000;
    color: black;
}






@font-face {
    font-family: 'ChollaSlab';
    src: url('http://www.pablorasgado.com/css/fonts/ChollaSlab.eot');
    src: url('http://www.pablorasgado.com/css/fonts/ChollaSlab.woff') format('woff'),
        url('http://www.pablorasgado.com/css/fonts/ChollaSlab.otf') format('opentype'),
        url('http://www.pablorasgado.com/css/fonts/ChollaSlab.svg#font') format('svg');
}

@font-face {
    font-family: 'ChollaSans';
    src: url('http://www.pablorasgado.com/css/fonts/ChollaSans.eot');
    src: url('http://www.pablorasgado.com/css/fonts/ChollaSans.woff') format('woff'),
        url('http://www.pablorasgado.com/css/fonts/ChollaSans.otf') format('opentype'),
        url('http://www.pablorasgado.com/css/fonts/ChollaSans.svg#font') format('svg');
}

@font-face {
    font-family: 'Knockout';
    src: url('http://www.pablorasgado.com/css/fonts/Knockout.otf') format('opentype'),

}

@font-face {
    font-family: 'GillSans';
    src: url('http://www.pablorasgado.com/css/fonts/GillSans.otf') format('opentype')
}

@font-face {
    font-family: 'GorteskBold';
    src: url('http://www.pablorasgado.com/css/fonts/GorteskBold.otf') format('opentype')
}

@font-face {
    font-family: 'SlimExtreme';
    src: url('http://www.pablorasgado.com/css/fonts/SlimExtreme.otf') format('opentype')
}

@font-face {
    font-family: 'FUTRFW';
    src: url('http://www.pablorasgado.com/css/fonts/FUTRFW.otf') format('opentype')
}

@font-face {
    font-family: 'GeosansLight';
    src: url('http://www.pablorasgado.com/css/fonts/GeosansLight.otf') format('opentype')
}

@font-face {
    font-family: 'FuturaMed';
    src: url('http://www.pablorasgado.com/css/fonts/FuturaMed.otf') format('opentype')
}

@font-face {
    font-family: 'AvantGarde';
    src: url('http://www.pablorasgado.com/css/fonts/AvantGarde.ttf') format('opentype')
}











.box {
    display: inline-block;
    float: left;
    width: 160px;
    position: relative;
    height: 160px;
    border: 1px solid #000;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 1;
    margin-right: -1px;
}

.box:hover {
    z-index: 10;
}

.box:before,
.box:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    opacity: 1;
}

.box:before {
    width: calc(100% + 2px);
    height: 100%;
    z-index: 1;
    transition: height 1s ease, opacity 0.8s ease;
}

.box:after {
    height: calc(100% + 2px);
    width: 100%;
    z-index: 1;
    transition: width 1s ease, opacity 0.8s ease;
}

.box:hover:before,
.box:focus:before {
    transition: height 0.2s ease, opacity 0.3s ease;
    height: 85%;
    opacity: 0.7;
}

.box:hover:after,
.box:focus:after {
    transition: width 0.2s ease, opacity 0.3s ease;
    width: 85%;
    opacity: 0.8;
}

.box__image {
    fill: #000;
    width: 60%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease;
    z-index: 2;
}
