@font-face {
font-family: roboto;
src: url('fuentes/Roboto-Light.ttf');
font-family: bebas;
src: url('fuentes/BebasNeue-Regular.ttf');
font-family: myrabold;
src: url('fuentes/MyraLight.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
html, body {
width: 100%;
height: 100%;
background-image: url('imagenes/fondo.png');
background-size: auto;
overflow: hidden;
background-repeat: no-repeat;
}
a{
  text-decoration: none;
}
span{
  display: none;
}
* {
font-family: roboto;
margin: 0%;
/*border: solid red 2px;
box-sizing: border-box;*/
}

.saludo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 100%;
  background-image: url(imagenes/esc1.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  transition: left 1s;
  -webkit-transition: left 1s;
}
.textsaludo{
  position: absolute;
  left: 10%;
  width: 80%;
  height: 80%;
  text-align: center;
}
#hsaludo{
  position: relative;
  top: 29%;
  font-family: roboto;
  font-weight: 200;
  color: white;
  font-size: 60pt;
  border-bottom: solid 0.2px white;
    opacity: 0.9;
}
#hsaludo1{
  position: relative;
  top: 29%;
  font-family: roboto;
  font-weight: lighter;
  font-weight: 100;
  color: white;
  font-size: 30pt;
  opacity: 0.8;
}
.txtsalud{
  position: absolute;
  width: 45%;
  right: 50%;
  top: 75%;
}
.txtsaludo{
  font-size: 14pt;
  font-weight: 100;
  color: rgba(255,255,255,0.6);
  font-family: Roboto;
}
#data{
  width: 30%;
  top: 75%;
position: absolute;
  left: 70%;
}
.flechas{
  position: relative;
  left: 44.3%;
  width: 16%;
  height: 10%;
  background-color: black;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 1s;
}

.slideder{
  position: absolute;
  width: 11%;
  top: 38%;
  left: 87%;
}
#slider:target ~ header .saludo-container{
  left: 0%;
}
#slider1:target ~ header .saludo-container{
  left: -48%;
}
.granslide{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  z-index: 100;
}
#slider1:target ~ .granslide {
display: none;
}
#slider1:target ~ header .saludo-container .flechas{
opacity: 0.6;
}

#slider-button{
  position: absolute;
  top: 47.5%;
  left: 100%;
  display: inline-block;
  height: 5%;
  width: 3.5%;
}
.cabeza{
  width: 100%;
  height: 13%;
  display: flex;
  margin-bottom: 2.5%;
  background-image: url(imagenes/cajanav.png);
  -webkit-box-shadow: 4px 4px 15px black;
  /*background-image: linear-gradient(rgb(0,0,0), rgba(0,0,0,0.5));*/
}
.logo {
  display: flex;
  align-items: center;
  width: 14%;
  height: 100%;
  background-size: 100% 100%;
}
.logofoto{
  margin-top: 3%;
  position: relative;
  left: 23%;
  width: 33%;
  /*mix-blend-mode: overlay;*/
}
.nombre{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  left: 10%;
  width: 20%;
  text-align: center;
  justify-content: center;
}

.nombretxt{
  font-size: 16pt;
  font-weight: 300;
  color: grey;
}
#subnombre{
font-size: 14pt;
font-weight: 100;
border-top-width: thin;
border-top: solid grey 0.5;
padding-top: 1%;
}
.enlaces{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 45%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  left: 19%;
}
.picenlace{
  width: 23%;
  opacity: 0.4;
  transition: 0.5s;
  /*mix-blend-mode: overlay;*/
}
.picenlace:hover{
  opacity: 1;
-webkit-transform:scale(1.1);

}
#cuerpo{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  filter: blur(3px);
  transition: 0.65s -webkit-filter linear;
}
#slider1:target ~ #cuerpo{
  filter: none;
}

#slidercom1{
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.secprincipal{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.sec{
    width: 49%;
    height: 80%;
    background-image: url(imagenes/caja.png);
    background-size: 100% 100%;
}
#work{
font-size: 16pt;
position: relative;
top: 8.5%;
left: 7.85%;
font-style: italic;
font-weight: 100;
color: white;
font-family: Roboto;
}
.negr{
  font-weight: normal;
}
.containertrabajos {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  position: relative;
  left: 7.77%;
  top: 11%;
  width: 85%;
  height: 76%;

}
.containerhover{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.trabajos{

  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20pt;
  transition: 0.5s;
}
.trabajos:hover{
-webkit-transform:scale(1.3);

}

.titulodesign{
  color: white;
  position: relative;
  border-bottom: solid white 1px;
}
.design{
    color: white;
  font-weight: lighter;
  position: relative;
  width: 100%;
  height: 5%;
}
#webhid{
    grid-column: 1/3;
    grid-row: 1/3;
}
#designhid{
  grid-column: 3/4;
  grid-row: 1/3;
}
#codehid{
  grid-column: 1/4;
  grid-row: 3/4;
  /*mix-blend-mode: multiply;*/
}
#secdesign{
  background-image: linear-gradient(rgb(178,34,34), rgba(178,34,34,0.5));
}
#secweb{
  background-image: linear-gradient(rgb(17,49,49), rgba(17,49,49,0.5));
}
#seccode{
  background-image: linear-gradient(rgb(232,99,10), rgba(255,110,10,0.6));
  /*mix-blend-mode: multiply;*/
}
#titulosoft{
  border: none;
  position: relative;
  top: 35%;
  height: 26%;
}
.sec1{
    position: relative;
    width: 49%;
    height: 80%;
    background-image: url(imagenes/caja.png);
    background-size: 100% 100%;
}
input#buton1, input#buton2, input#buton3 {
opacity: 0;
}
.cv{
  position: absolute;
  top: 5%;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
b{
    font-weight: 100;
    color: white;
}
.titudere{
  position: absolute;
  font-size: 16pt;
  font-style: italic;
  font-weight: 100;
  color: grey;
  font-family: Roboto;
}
.botons { /*container botones blancos*/
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.botons label { /*botones blancos*/
  position: relative;
  top: 90%;
  cursor: pointer; /* Cambio de cursor a tipo link */
  display: inline-block;
  width: 2%;
  height: 2.7%;
  background: white;
  opacity: 0.8;
  border-radius: 50%;
  margin: 1%;
}
.botons label:hover{
  background: white;
}

.buton { /*caja cambiante defoult*/
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: 7.8%;
  z-index: 1;
  transition: 1s;
  opacity: 0;

}
/*Cambiamos el check al div con ID que comienza por buton y clase buton
lo traemos alante*/
[id^="buton"]:checked + .buton {
  z-index: 2;
  opacity: 1;
}


.buton1 {
  position: absolute;

}
.pictures{
  position: absolute;
  top: 13%;
  height: 68%;
  width: 40%;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
}
.pictures2{
  position: absolute;
  top: 13%;
  left: 45%;
  height: 68%;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}
#skfoto2{
  width: 65%;
}
#skfoto1{
  width: 65%;
}
.skfoto{
  width: 90%;
}
.buton2 {
  position: absolute;
  top: 8.5%;
}
.pictures3{
  position: absolute;
  top: 11.5%;
  height: 61%;
  width: 60%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  align-content: center;
}
.pictures4{
  position: absolute;
  top: 11.5%;
  left: 60%;
  height: 61%;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}
.titultext{
  color: white;
  font-size: 13pt;
  font-weight: 400;
  font-family: Roboto;
  margin-left: 2%;
  margin-top: 1%;
}
.black{
  font-weight: 400;
  color: white;
}
.parraf{
    color: rgba(255, 255, 255, 1);
  margin: 2%;
  font-size: 11pt;
  font-weight: 100;
}
#skfoto3{
  margin-top: 4%;
  width: 85%;
}

#skfoto4{
  width: 95%;
  margin-bottom: 11%;
}
.buton3 {
  position: absolute;
    top: 8.5%;
}
.obras{
  position: relative;
  margin-top: 10%;
  text-align: center;
}
.tituobras{
display: inline;
font-size: 25pt;
color: white;
position: relative;
  }
  #light{
font-weight: lighter;
border: none;
  }
  #ilustracionobras{
    margin-top: 3%;
    width: 80%;
  }
  @media screen and (max-width: 768px){
header{
display: none;
}
.secprincipal{
position: relative;
left: 4%;
}
.sec{
  height: 40%;
  width: 100%;
}
.sec1{
  width: 100%;
  height: 40%;
  bottom: 10%;
}
  @media screen and (max-width: 992px){
    header{
    display: none;
    }
    .picenlace{
    width: 56%;
    }
    .logofoto{
      width: 64%;
    }
.nombre{
  top: 25%;
  left: 8%;
}
.nombretxt{
  font-size: 15pt;
}
#subnombre{
display: none;
}
.titulodesign{
  font-size: 18pt;
}
.design{
  font-size: 18pt;
}
.sec{
  height: 40%;
  width: 90%;
}
.sec1{
  width: 90%;
  height: 40%;
  bottom: 10%;
}
.titudere{
  font-size: 13pt;
  bottom: 95%;
}
#work{
  font-size: 13pt;
  bottom: 97%;
}
.containertrabajos{
  height: 70%;
  top: 13%;
}
.skfoto{
  width: 75%;
}
#skfoto1{
width: 50%;
}
#skfoto2{
  width: 50%;
}
.parraf{
  font-size: 8pt;
  display: none;
}
.tituobras{
  font-size: 16pt;
}
#cuerpo{
filter: none;
}
