@font-face {
    font-family: 'sv_basic_manualbook';
    src: url('fonts/svbasicmanual-webfont.woff2') format('woff2'),
        url('fonts/svbasicmanual-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

    body::-webkit-scrollbar {
      width: 0.2em;



    }

    body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        width: 1em
    }

    body::-webkit-scrollbar-thumb {
      background-color: lawngreen;
      border-radius: 1px;

    }

*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none !important;
}

::selection{
    color: lawngreen;
}

body{
    background: white;
    -webkit-font-smoothing:antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}


header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    width: 100%;
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 10pt;
    position: sticky;
    top: 0;
    z-index: 1;
    color: white;
    mix-blend-mode: exclusion;
}


a { 
    color: inherit;
    text-decoration: none;
}


a:hover {
    background-color: #6C07C0;
}

.creditos a:hover, .descripcion-proyecto2 a:hover{
    background-color: lawngreen;
}

#header-about a:hover {
    background-color: lawngreen;
}

footer a:hover{
    background-color: lawngreen;
}

footer{
    width: 100%;
    padding: 5px 10px;    
    font-family: 'neue_haas_display';
    font-weight: 500;
    font-size: 9pt;
    position: fixed;
    bottom: 0px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.tiempo{
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 9pt;
}

#info {
    display: block;
    position: fixed;
    right: 20px;
    text-align: right;
    bottom: 40px;
    font-family: 'neue_haas_display', sans-serif;
    font-size: 26pt;
    font-kerning: auto;
    letter-spacing: -1%;
    font-weight: 400;
}


#about {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


#sobremi {
    margin-top: 20%;
    font-family: 'neue_haas', sans-serif;
    font-size: 26pt;
    width: 60%;
    margin-bottom: 40px;
}


#sobremi p{
    margin-bottom: 20px;
}


#servicios {
    width: 20%;
    margin-top: 20%;
}

h1 {
    font-size: 55pt;
    font-family: 'neue_haas_display';
    font-weight: 400;
    letter-spacing: -3%;
    line-height: 80%;  
    margin-bottom: 0px;
}

h4 {
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 9pt;
    color: #999999;
    text-transform: uppercase;
}


#pag-proyecto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;   
    flex-wrap: nowrap;
}


.datos-proyecto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 20px;
}


.descripcion-proyecto {
    font-family: 'neue_haas', sans-serif;
    font-size: 20pt;
    line-height: 125%;
    font-weight: 400;
    margin-bottom: 15px;
}


.titulo-proyecto {
    text-transform: uppercase;
    margin-top: 4px;
}

.imagenes-proyecto {

    width: 68%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.dos-imagenes {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 12px 2px 0;
}

.dos-imagenes img{
    width: 50%;
    margin:0;
    padding: 0 !important;
}

.dos-imagenes video{
    width: 50%;
}

.tres-imagenes {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 14px 2px 0;
}

.tres-imagenes img{
    width: 33.33%;
    margin: 0;
    padding: 0 !important;
}


.creditos {
    margin-top: 20px;
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 9pt;
    text-transform: uppercase;
    color: gray;
    position: relative;
    margin-bottom: 2vh;
}


#info a :hover{
    background-color:lawngreen;
}


.descripcion-proyecto2 p {
    margin-bottom: 15px;
}


#lab {
    background-color: #DDDDDD
}


.descripcion-proyecto2 {
    font-family: 'neue_haas', sans-serif;
    font-size: 11pt;
    line-height: 122%;
    font-weight: 400;
    column-count: 1;
    column-width: 30px;
    orphans: 2;
    widows: 2;
    width: 100%;
}

#canvas-lab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex: auto;
    align-items: baseline;
    margin: 0 10px;
    align-self: flex-start;
    column-gap: 01%;
    row-gap:50px;
    margin-bottom: 30px;
}

#lab footer {
    background-color: #DDDDDD
}


.list {
    width: 30%;
    margin-left: 17%;
    margin-top: 20vh;
    margin-bottom: 10vh;
}

.categoria {
    padding-bottom: 30px;
}


.intro {
    width: 100%;
    padding-bottom: 65px;
}

.intro img {
    display: none
}

.intro:hover img {
    position:fixed;
    top:  30px;
    right: 20px;
    width: 400px;
    display: block;
    box-shadow: 0px 0px 5px lightgray;
}

.intro video {
    display: none
}

.intro:hover video {
    position:fixed;
    top:  30px;
    right: 20px;
    width: 400px;
    display: block;
}

.creditos a {
    text-decoration: underline;
}

#nombre {
    z-index: 0;
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 10pt;
    position: sticky;
    top: 30px;
    margin-left:  10px;
    margin-top: 70px;
    text-transform: uppercase;
}

#textizq {
    width: 30%;
    height: 94vh;
    padding-left: 10px;
    padding-right: 10px;    
    display: flex;
    flex-direction: column;
    justify-content:  space-between;
    top: 25px;
    position: sticky;
}


img {
    width: 100%;
}


video {
    width: 100%;
}


h3 {
    width: 100%;
    font-family: 'neue_haas_display', sans-serif;
    font-weight: 500;
    font-size: 9pt; 
    top: 22px;
}

#servicios ul {
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
    list-style: none;
    column-count: 2;
    margin-top: 20px;
    line-height: 105%;

}

#abuelo {
    width: 10%;
    mix-blend-mode: multiply;
}

#yuju {
    width: 25%; 
    mix-blend-mode: multiply;
}

#dedo {
    width: 10%; mix-blend-mode: multiply
}

#jerez {
    width: 21%; mix-blend-mode: multiply
}

#tripi {
    width: 12%;
}

#caballo {
    width: 18%; mix-blend-mode: multiply
}

#barraca {margin-left: 20px;
    width: 16.5%; 
    transform: rotate(03deg);
    mix-blend-mode: normal
}

#tio {
    width: 22%; filter: brightness(105%); z-index: -1
}

#loco {
    width: 17%;
}

#scofield {
    width: 22%; mix-blend-mode: multiply
}

#viejo {
    width: 12%; mix-blend-mode: multiply
        ;margin: 0;
}

#conejo-playboy {
    width: 14%; mix-blend-mode: multiply
}

#cromado {
    width: 21%; mix-blend-mode: normal
}

#visitacion {
    width: 16%; mix-blend-mode: normal
}

#figura {
    width: 24%; mix-blend-mode: normal
}

#raton {
    width: 16%; mix-blend-mode: multiply
}

#pescaito {
    width: 24%; mix-blend-mode: normal
}

#orihuela {
    width: 27%; mix-blend-mode: normal
}

#cora {
    width: 14%; mix-blend-mode: multiply
}

nav {
    display: flex;
    flex-direction: row;
    width: 100%; 
    text-align: right;
}

.presentacion {
    padding-left:10px;
    width: 48%;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}

.imagenes-proyecto img{
    padding: 0 10px 2px 0;
}

.imagenes-proyecto video{
    padding: 0 10px 2px 0;

}

#header-about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 10px;
    width: 100%;
    font-family: 'pp_right';
    font-weight: 300;
    font-size: 10pt;
    position: sticky;
    top: 0;
    z-index: 1;
    color: black;
    mix-blend-mode: normal;
    background-color: white;
}



@media screen and (max-width:600px){
    #pag-proyecto {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;   
        flex-wrap: nowrap;
        }
        
    #textizq {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;    
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        position: relative;
        margin-top: 25px;
        top: 0px;
    }

    .descripcion-proyecto2 {
        font-family: 'neue_haas', sans-serif;
        font-size: 9pt;
        line-height: 125%;
        font-weight: 400;
        margin-top: 100px;
        column-count: 2;
        column-width: 30px;
        orphans: 2;
        widows: 2;
        width: 100%;
    }
    .datos-proyecto {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 0px;
    }
    
    .imagenes-proyecto {

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .imagenes-proyecto img{
        padding: 0 2px 2px 2px;
    }


    .imagenes-proyecto video{
        padding: 0 2px 2px 2px;

    }

    .list {
        width: 100%;
        padding:0px 10px;
        margin: 0;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    .intro video {
        position:relative;
        top:  0;
        right: 0;
        width: 100%;
        display: block;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .intro img {
        position:relative;
        top:  0;
        right: 0;
        width: 100%;
        display: block;
        border-radius: 0px;
        box-shadow: 0px 0px 5px lightgray;
        margin-bottom: 10px
    }

    .intro {
        width: 100%;
        padding-top: 65px;
        padding-bottom: 5px;
    }

    .categoria {
        padding-bottom: 10px;
    }

    .texto {
        margin-bottom: 30px;
    }



    #about {
        margin: 0 10px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;

    }

    #sobremi {
        margin-top: 30%;
        font-family: 'neue_haas', sans-serif;
        font-size: 14pt;
        width: 100%;
        margin-bottom: 40px;
    }
    
    #info {
        display: none;
        position: fixed;
        right: 20px;
        text-align: right;
        bottom: 40px;
        font-family: 'neue_haas_display', sans-serif;
        font-size: 26pt;
        font-kerning: auto;
        letter-spacing: -1%;
        font-weight: 400;
    }

    #servicios {
        width: 100%;
        margin-top: 40px;
        padding: 0px 0px;
        position: sticky;
        top: 22px;
        background-color: white;
        padding-bottom: 3px;
    }


    h1 {
        font-size: 45pt;
        font-family: 'neue_haas_display';
        font-weight: 400;
        letter-spacing: -3%;
        line-height: 80%;  
        margin-bottom: 5px;
    }

    #canvas-lab {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        flex: auto;
        align-items: baseline;
        margin: 0 10px;
        align-self: flex-start;
        column-gap: 01%;
        row-gap:20px;
    }

    #abuelo {
        width: 25%;
        mix-blend-mode: multiply;margin-bottom: 30px;margin-top: 30px
    }

    #yuju {
        width: 64%; 
        mix-blend-mode: multiply;
    }

    #dedo {
        width: 30%; mix-blend-mode: multiply;margin-bottom: 15px
    }

    #jerez {
        width: 54%; mix-blend-mode: multiply
    }

    #tripi {
        width: 40%;
    }

    #caballo {
        width: 50%; mix-blend-mode: multiply
    }

    #barraca {
        width: 35%; 
        transform: rotate(03deg);
        mix-blend-mode: normal
    }

    #tio {
        width: 70%; filter: brightness(105%); z-index: -1;
        margin-bottom: 30px;margin-top: 30px
    }

    #loco {
        width: 50%;
    }
    #cora {
        width: 40%; mix-blend-mode: multiply
    }


    #scofield {
        width: 56%; mix-blend-mode: multiply
    }

    #viejo {
        width: 36%; mix-blend-mode: multiply;margin-right: 10px;margin-left: 5px
    }


    #conejo-playboy {
        width: 40%; mix-blend-mode: multiply;margin-right: 13px;
    }

    #cromado {
        width: 56%; mix-blend-mode: normal
    }

    #visitacion {
        width: 40%; mix-blend-mode: normal;
        transform: rotate(-3deg);margin-top: 5px;margin-bottom: 20px
    }

    #figura {
        width: 55%; mix-blend-mode: normal
    }

    #raton {
        width:40%; mix-blend-mode: multiply
    }

    #pescaito {
        width: 80%; mix-blend-mode: normal
    }

    #orihuela {
        width: 80%; mix-blend-mode: normal;margin-bottom: 80px;
    }

    #servicios ul {
        font-family: 'pp_right';
        font-weight: 300;
        font-size: 9.5pt;
        text-transform: uppercase;
        list-style: none;
        column-count: 2;
        margin-top: 20px;
        line-height: 105%;
    }

    .intro:hover img {
        position:relative;
        top:  0;
        right: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        box-shadow: 0px 0px 5px lightgray;
        margin-bottom: 10px;
    }

    .intro:hover video {
        position:relative;
        top:  0;
        right: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        margin-bottom: 10px;
    }

    nav {
        display: flex;
        flex-direction: row;
        width: 90%; 
        text-align: right;
    }

    #info {
        display: none;
        position: fixed;
        right: 20px;
        text-align: right;
        bottom: 40px;
        font-family: 'neue_haas_display', sans-serif;
        font-size: 26pt;
        font-kerning: auto;
        letter-spacing: -1%;
        font-weight: 400;
    }
    .presentacion {
        padding-left:10px;
        font-family: 'neue_haas_display';
        font-family: 'neue_haas_display', sans-serif;
        font-weight: 500;
        font-size: 9.5pt;
        width: 90%;
        margin-top: 40px;
        orphans: 2;
        widows: 2;
    }
    
    .dos-imagenes {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 4px 2px 2px;
}
    .tres-imagenes {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 6px 2px 2px;
}
}