/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  margin:0;
  padding:0;
  text-decoration:none;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline:none;
  border:none;
  font-size: 100%;
  list-style:none;
  color:#000;
  vertical-align: baseline;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
    box-sizing: border-box;
}
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}

html{
  position: absolute;
  width:100%;
  min-height:100%;
}

body{
  position: absolute;
  width:100%;
  min-height:100%;
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------RESET---------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------INTRODUCCIÓN-------------------*/

body{
    font-family: "Wire One", "Century Gothic","Helvetica", sans-serif;
    font-weight: 700;
     font-size: 40px;
}

.wrapper{
    width:95%;
    height: 562px;
}

.alto-ventana{
  min-height: 500px;
}

header{
  z-index: 9999;
  position: relative;
}

.principal{
  position:absolute;
  float: left;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 37px;
  margin-left: 4%;
  margin-right: 20%;
}

nav ul li{
    width: 70px;
    height: 70px;
    list-style: none;
    float:right;   
}

.medio{
  width: 58px;
  height: 60px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 6px #000 solid;
  margin-top: -22px;
}

nav ul li:hover, nav ul li:active{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    border-color:  #d495d6;
}

li.medio:hover, li.medio:active{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    border-color: #000;
}

.menu{
  width: 50px;
  height: 50px;
  display:none;
}

.fa{
  font-size: 40px;
  color: #000;
}

.secundario{
  display: none;
  width: 40%;
  height: auto;
  position: absolute;
  left: 690px;
  top: 0px;
}


#sobremi{
  background-image: url(../img/bigbang.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 1px;
  border-radius:100px;
  border: 3px #000 solid;
}

#futurismo{
  background-image: url(../img/dinosaurio.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 0;
  border-radius:100px;
  border: 3px #000 solid;
  }

#presente{
  background-image: url(../img/prehistoria.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 17px;
  border-radius:100px;
  border: 3px #000 solid;
}

#sxix{
  background-image: url(../img/vikingo.png);
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: 4px;
  border-radius:100px;
  border: 3px #000 solid;
}

#rrcc{
  background-image: url(../img/rrcc.png);
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: 2px;
  border-radius:100px;
  border: 3px #000 solid;
}

#vikingo{
  background-image: url(../img/sxix.png);
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: 4px;
  border-radius:100px;
  border: 3px #000 solid;
}

#prehistoria{
  background-image: url(../img/barrio.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 10px;
  border-radius:100px;
  border: 3px #000 solid;
}

#dinosaurio{
  background-image: url(../img/futurismo.png);
  background-repeat: no-repeat;
  background-size: 67px;
  background-position: 7px;
  border-radius:100px;
  border: 3px #000 solid;
}

#inicio{
  width: 85px;
  height: 85px;
  background-image: url(../img/sobremi.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px;
  margin-top: -6px;
  border-color:  #80E7E3;
  border-radius:100px;
  border: 3px #FE08BE solid;
}

#inicio:hover{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.texto{
    width: 33%;
    height: auto;
    float: left;
    position: absolute;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.texto p{
  font-family: "Century Gothic", "Helvetica", sans-serif;
  font-weight: 400;
  color: #837E7E;
  font-size: 14px;
  line-height: 145%;
}

h1{
  text-indent: -9999999999px;
  background-image: url(../img/titulo.png);
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: -6px -7px;
  margin-bottom: 5px;
}
.cv{
    width: 35%;
    height: auto;
    position: absolute;
    top: 790px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cv img{
  width: 800px;
  height: auto
}

.clearfix{
  clear: both;
}

.extras{
    width: 8%;
    height: auto;
    position: absolute;
    top: 666px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.extras ul li{
  width: 60px;
  height: 90px;
  list-style: none;
  float:right;
}

.extras li:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

#premios{
  width: 95px;
  height: 115px;
  background-image: url(../img/premios.png);
  background-repeat: no-repeat;
  background-size: 82%;
  margin-bottom: -104px;
}

#encargos{
  float:left;
  width: 95px;
  height: 100px;
  background-image: url(../img/encargos.png);
  background-repeat: no-repeat;
  background-size: 82%;
  margin-left: 155px;
}

.rrss{
  position: absolute;
  float:right;
  bottom:-1436px;
  left:0;
  right: 0;
  margin: auto;
  margin: auto auto auto 813px;
  width: 100%;
}

.rrss li{
  margin-left:3px;
}

.rrss li:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

#linkedin{
  background-image: url(../img/linkedin.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  float:left;
}

#domestika{
  background-image: url(../img/domestika.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  float:left;
}

#instagram{
  background-image: url(../img/instagram.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  float:left;
}

#facebook{
  background-image: url(../img/facebook.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  float:left;
}



footer{
    width: 100%;
    height: auto;
    position: absolute;
    bottom:-1490px;
    left: 0
    right: 0;
    opacity: 0.7;
    margin: auto;
    border-top: 3px solid #FFEF00;
}

h3{
    color: #515050;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 5px;
}


/*-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1554px) {

nav{
  width: 124%;
  -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    transform:scale(0.8);
    margin-left: -87px;
}

.medio{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.medio:hover{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.cv{
  margin-top: 100px;
}

.extras{
  margin-top: 100px;
}
}

@media only screen and (max-width: 1248px) {

nav{
  width: 154%;
  -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    transform:scale(0.8);
    margin-left: -234px;
}

li{
  -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

.medio{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.medio:hover{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.cv{
  margin-top: 100px;
}

.extras{
  margin-top: 100px;
}
}

@media only screen and (max-width: 1067px) {

nav{
  width: 202%;
  -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
    transform:scale(0.6);
    margin-left: -437px;
    margin-top: 0;
}

li{
  -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

.medio{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.medio:hover{
  -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.cv{
  margin-top: 100px;
}

.extras{
  margin-top: 100px;
}

footer{
  bottom:-1468px ;
}

.rrss{
  bottom: -1322px;
  margin-left: 738px;
}

}

@media only screen and (max-width: 853px) {
 .principal{
  display:none;
 }

 .menu {
  display: inline-block;
  position: absolute;
  left: 238px;
  top: 70px;
 }

 .secundario {
    display: none;
    width: 40%;
    height: auto;
    position: absolute;
    left: 336px;
    top: 0px;
}

.medio{
  display: none;
}

li{
  height: 60px;
  width: 260px;
  font-family: 25px;
}

 #sobremi{
  background-image: url(../img/bigbang.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 1px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#futurismo{
  background-image: url(../img/dinosaurio.png);
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: 14px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

 #presente{
  background-image: url(../img/prehistoria.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 17px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px; 
  padding-top: 20px;
}

#sxix{
  background-image: url(../img/vikingo.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 17px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#rrcc{
  background-image: url(../img/rrcc.png);
  background-repeat: no-repeat;
  background-size: 59px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
   margin-top:20px;
}

#vikingo{
  background-image: url(../img/sxix.png);
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: 4px;
  border: none;
  float:none;
  padding-left: 100px;
   margin-top:20px;
}

#prehistoria{
  background-image: url(../img/barrio.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
   margin-top:20px;
}

#dinosaurio{
  background-image: url(../img/futurismo.png);
  background-repeat: no-repeat;
  background-size:70px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
   margin-top:20px;
}

#inicio{
  background-image: url(../img/sobremi.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 20px;
  border:none;
  margin-top:20px;
  float:none;
  padding-left: 100px;
}

#inicio:hover{
   -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform: scale(1);
}

.cv{
  margin-top: 447px;
}

.extras{
  margin-top: 445px;
}

.rrss{
  bottom: -1764px;
  margin-left: 622px;
}

footer{
  bottom:-1811px;
}

h3{
bottom:260px;
}
}


@media only screen and (max-width: 516px) {
 .principal{
  display:none;
 }

 .menu {
   display: inline-block;
   left: 100px;
   top:70px;
 }

 .medio{
  display: none;
 }

.secundario{
  left:150px;
}

li{
  height: 60px;
  width: 260px;
  font-family: 25px;
}

 #sobremi{
  background-image: url(../img/bigbang.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 1px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#futurismo{
  background-image: url(../img/dinosaurio.png);
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: 14px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

 #presente{
  background-image: url(../img/prehistoria.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 17px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px; 
  padding-top: 20px;
}

#sxix{
  background-image: url(../img/vikingo.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 17px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#rrcc{
  background-image: url(../img/rrcc.png);
  background-repeat: no-repeat;
  background-size: 59px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#vikingo{
  background-image: url(../img/sxix.png);
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: 4px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#prehistoria{
  background-image: url(../img/barrio.png);
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#dinosaurio{
  background-image: url(../img/futurismo.png);
  background-repeat: no-repeat;
  background-size:70px;
  background-position: 10px;
  border: none;
  float:none;
  padding-left: 100px;
  margin-top:20px;
}

#inicio{
  background-image: url(../img/sobremi.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 20px;
  border:none;
  margin-top:20px;
  float:none;
  padding-left: 100px;
}

#inicio:hover{
   -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform: scale(1);
}

.texto{
 width: 86%;
}

.cv{
  margin-top: 200px;
  margin-left: 10px;
}

.extras{
  margin-top: 208px;
}

.rrss{
  bottom: -1517px;
  margin-left: 411px;
}

footer{
  bottom:-1575px;
}

h3{
  bottom:260px;
}
}