html {
  min-width: 100%;
}

body {
  width: 100vw;
  height: 100vh;
  min-width: 850px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
  background-color: #fff;
}

body,
input,
textarea,
select {
  font-size: 14pt;
}

h1 {
  font-size: 1.8em;
  letter-spacing: -0.015em;
}

h2 {
  font-size: 1.8em;
  letter-spacing: -0.015em;
}

#wrapper {
  margin: 0 auto;
}

#nav {
  display: none;
  text-align: center;
  height: 8em;
  background-color: #1b1e2d;
  padding-top: 2em;
  border-radius: 30px 30px 0 0;
}

#nav a {
  font-size: 2.5em;
  margin: 0 0.25em 0 0.25em;
  opacity: 0.35;
  outline: 0;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

#nav a:before {
  font-size: 0.8em;
}

#nav a:hover {
  opacity: 1;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 45em;
}

#home {
  padding: 0;
  height: 19em;
}

#home .pic {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home .pic img {
  position: relative;
  display: block;
  height: 90%;
  border-radius: 12px;
}

#home header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 7em;
}

#home header > h1 {
  position: absolute;
  left: 10px;
  bottom: 50.5%;
  margin: 0;
  font-weight: bolder;
  text-shadow: #15132d 1px 1px 0;
}

#home header > p {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 1em;
  letter-spacing: -0.015em;
  margin-top: 0;
  text-shadow: #15132d 1px 1px 0;
}

#home header > span {
  position: absolute;
  left: 14px;
  top: 57%;
  font-size: 0.75em;
  line-height: 1.6em;
  margin-top: 0;
  font-weight: 400;
  text-shadow: #15132d 1px 1px 0;
}

#home .menu-left {
  background-color: #8a8891;
  width: 12.5%;
  text-align: center;
  height: 100%;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3px 0;
}

.menu-left a {
  font-size: 2.4em;
  color: #b5b5b5;
  position: relative;
  display: block;
  line-height: 1.52em;
  outline: 0;
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-color: #373440 !important;
  border-radius: 12px;
  margin: 9px 10px;
  width: 68px;
  left: 9.5px
}

.menu-left a:before {
  font-size: 0.8em;
}

.menu-left a:hover {
  opacity: 1;
}

body,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #fff;
}

article {
  border-radius: 12px;
  margin-bottom: 3em;
}

section:last-child,
article:last-child {
  margin-bottom: 0;
}

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

#nav a {
  position: relative;
  display: inline-block;
  color: #66696D;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: 0.3s transform;
}

.panel {
  position: relative;
  background: #171731 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 0 0 1px rgba(110, 118, 129, 0.2), 0 2px 10px rgba(95, 92, 111, 0.6)
}

.panel:before,
.panel:after{
  position: absolute;
  content: "";
  top: 100px;
  bottom: 10px;
  left: 60px;
  right: 60px;
  z-index: -1;
  border-radius: 100px/5px;
}

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

#movil {
  display: none;
}

@media only screen and (max-device-width: 480px){
  #wrapper {
    padding: 0 25px;
  }

  #nav {
    display: block;
  }
  
  #main {
    display: none;
  }

  #movil {
    display: block;
    margin-top: 0;
    padding-top: 0.2em;
    padding-bottom: 2em;
    text-align: center;
    border-radius: 0 0 30px 30px;
    background: #171731 !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .38), 0 7px 10px -5px rgba(233, 30, 99, .4);
  }

  #nav a {
    width: 1.3em;
    font-size: 5.8em;
    opacity: 0.55;
    color: #fff;
  }

  #movil header > h1 {
    font-size: 3.6em;
    color: #7d7e80;
    color: #fff;
  }

  #movil header > p {
    font-size: 2.5em;
    margin-top: -0.6em;
    margin-bottom: 0.4em;
    color: #fff;
  }

  #movil header > span {
    font-size: 1.8em;
    color: #fff;
  }

  #movil .pic img {
    border-radius: 30px;
    margin-top: 3em;
    width: 85%;
  }
}

