html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  /*height: 100%;*/
  font-family: "calibri", sans-serif;
  background: #b7b7b7 url('../images/foto_nubesita.jpg') top center no-repeat;
  background-size: cover;
}



body div a {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "calibri", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 50px;

}
#content {
  position: relative;
  margin: 10%;
  padding-left: 7%;
}

#content div {
  margin: 20px;

}
@media(max-width: 768px) {

  body {
    background: #b7b7b7 url('../images/foto_nubesita-mobile.jpg') top center no-repeat;
    background-size: cover;
  }
  body div a {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right:1%;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: "calibri", sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  
  }
  #content {
    position: relative;
    margin: 10%;
    padding-left: 0%;
  }
}
#nube{
  /*display: flex;*/
  justify-content: left;
}


header {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block;
  position: absolute;
  bottom: 28px;
  left: -10px;
  width: 187px;
}

#social-links li a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Lato', Helvetica, arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  margin-left: 8%;
  background: url('../images/youtube.png') center no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999em;
  outline: 0;
}

#social-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin-bottom: 25px;
  float: left;
  padding-right: 10px;
}

#wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

#nav-social {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block;
}

#instagram {
  background: url('../images/instagram.png') center no-repeat !important;
}

#facebook {
  background: url('../images/facebook.png') center no-repeat !important;
}

#youtube {
  background: url('../images/youtube.png') center no-repeat !important;
}

footer {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #232323;
}

footer p {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  color: #616161;
  float: left;
  margin-left: 3%;
}

footer div a {
  list-style: none;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  float: right;
  margin: 13px 3% 0 0;
  fill: currentColor;
  font-family: 'Lato', Helvetica, arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  margin-left: 8%;
}

@media(max-width: 620px) {
  margin-top: 12px;
}

.logo {
  width: 50px;
}

.logo1 {
  margin: 10px !important;
}

img#bar {
  width: 30px;
  text:align-center;
  margin-right: 12px;
}