* {
	margin: 0;
	padding: 0;
	-webket-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a:link, a:visited {   
	color: #8BA3D4;
}

body {
    background-color: #171b29;
}

section {
    overflow: hidden;
    position: relative;
}


/**tipografias*/
h1, h2 {
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 20px;
}

h2 {
	font-size: 48px;
	line-height: 1.5;
	color: #8BA3D4;
    font-weight: 500;
    letter-spacing: 10px;
}

h3 {
	font-size: 28px;
    letter-spacing: 1;
	line-height: 1.2;
    padding-bottom: 80px;
}

h2, h3 {
    text-align: center;
}

p {
    font-size: 18px;
}

p, h3 {
    color: #C7D2E5;
    font-weight: 200;
}

p, h3, body {
    font-family: 'Montserrat', sans-serif;
}

span {
    font-weight: 600;
}

form span {
    top: -25;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    background-color: red;
    border-radius: 4px;
}

header {
    width: 100%;
	height: 100vh;
	position: relative;
}

header span {
    color: #C7D2E5;
}

header h1 {
    text-shadow: 2px 2px #02050e;
}

header a:link, header a:visited {   
	color: #fff;
    text-decoration: none;
}

header > div {
    top: 10;
    right: 40;
    display: flex;
    position: absolute;
}

header > div a {
    color: #C7D2E5 !important;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
}

footer {
    padding: 20px 0;
}

footer center {
    float: right;
}

footer hr {
    margin: 10px 0;
}

footer p {
    font-size: 14px;
    padding: 20px 0;
    display: inline-block;
}

footer .fa {
    height: 44px;
    width: 44px;
	color: #C7D2E5; 
	font-size: 20px;
    border: 2px solid #C7D2E5;
    border-radius: 30px;
}

footer .fa:hover{
	color: #171B29;
    transition: all 0.3s ease 0s;
}

footer div .col-dos {
    width: 80%;
}

#inicio {
    height: 100vh;
}

#inicio {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url(../img/skystar.png) top center/cover no-repeat fixed;
}

#contacto {
    width: 100%;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url(../img/skynight.jpg) top center/cover no-repeat fixed;
}

#caracteristicas .col-cuatro:nth-of-type(1) p {
    text-align: right;
}

#caracteristicas p:first-child {
	font-size: 28px;
	text-transform: uppercase;
	color: #8BA3D4;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 5;
    font-family: 'Rajdhani', sans-serif;
}

#caracteristicas p:last-child {
	font-size: 18px;
	color: #C7D2E5;
}

#video iframe {
    height: 600px;
}

#video, #caracteristicas, #descarga {
    background-color: #02050e;
}

#video, #caracteristicas {
    padding: 100px 0;
}

#descarga, #contacto {
    padding-top: 100px;
}

#contacto .boton {
    margin-top: 100px;
}

#contacto .boton p {
    margin-right: -5px;
    font-weight: 500;
    letter-spacing: 5;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

#caracteristicas .fa {
    color: #C7D2E5;
    border: 2px solid #C7D2E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#descarga {
    overflow: hidden;
}

#inicio .boton p, #descarga .boton p {
    display: inline-block;
}

#inicio .fa, #descarga .fa {
    float: left;
    font-size: 32px;
    margin-right: 10px;
}

#inicio .boton, #descarga .boton {
    height: 58px;
    width: 210px;
    margin: 0 5px;
    text-align: left;
    padding: 10px 25px;
}

#inicio .boton p, #inicio .boton span, #descarga .boton p, #descarga .boton span {
    font-size: 14px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

#star-particle {
    display: block;
    z-index: -1;
    width: 100%;
    position: fixed;
}

.wrapper, footer {
    width: 1024px;
    margin: 0 auto;
}

.fa-linkedin, .fa-twitter, .fa-instagram {
	padding: 10px;
    margin: 5px;
}

.fa-linkedin:hover, .fa-twitter:hover, .fa-instagram:hover {
	background-color: #C7D2E5;
	transition: all 0.3s ease 0s;
}

.caja1, .caja2, .caja3, .caja4 {
    display: flex;
	margin: 60px 0;
    align-items: flex-start;
}

.caja1 img, .caja2 img, .caja3 img, .caja4 img {
    margin-right: 20px;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.col-uno {
    flex: 1;
}

.col-dos {
  flex: 2;
}

.col-tres {
    flex: 3;
}

.col-cuatro {
    flex: 4;
}

.col-cinco {
    flex: 5;
}

.animated {
  -webkit-animation:aniload 1s;
  -moz-animation:aniload 1s;
  -ms-animation:aniload 1s;
  -o-animation:aniload 1s;
  animation:aniload 1s;
}

#hamburger {
    display: none;
}

#hamburger:checked ~ .menu {
    width: auto;
}

#hamburger:checked ~ .menuicon span {
    background-color: transparent;
}

#hamburger:checked ~ .menuicon span::before, #hamburger:checked ~ .menuicon span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
}

#hamburger:checked ~ .menuicon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger:checked ~ .menuicon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger:checked ~ .cajamenu {
	display: block;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#menu {
	height: 100%;
	background-color: #000d10;
	position: fixed;
	z-index: 3;
	-webkit-transform: translateX(-100%);
  	-moz-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

#menu li a {
	-webkit-transform: translateY(100%);
  	-moz-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.menuicon {
    opacity: 0;
    position: fixed;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 5;
    margin: 10px;
    border: 2px solid #C7D2E5;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 13px 10px 10px 10px;
    display: none;
}

.menuicon span {
    display: block;
    top: 8px;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #C7D2E5;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menuicon span::after, .menuicon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #C7D2E5;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
}

.menuicon span::before {
    margin-top: -8px;
}

.menuicon span::after {
    margin-top: 8px;
}

.cajamenu {
    top: 30%;
	height: 100vh;
	width: 70px;
	position: fixed;
	z-index: 2;
	margin: 10px;
}

.cajamenu a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.cajamenu img {
	padding: 4px;
	height: 60px;
	transition: all 0.3s ease 0s;
}

.cajamenu span {
    opacity: 0;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.inicio:hover span, .sobremi:hover span, .conocimientos:hover span, .portfolio:hover span, .contacto:hover span {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.logo {
    z-index: 2;
    width: 100%;
    position: absolute;
}

.logo img {
    width: 260px;
    margin-bottom: 20px;
}

.flecha {
    padding: 10px;
    z-index: 3;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.degradado {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent 0%, #02050e 80%);
    background: -o-linear-gradient(top, transparent 0%, #02050e 80%);
    background: -moz-linear-gradient(top, transparent 0%, #02050e 80%);
    background: linear-gradient(top, transparent 0%, #02050e 80%);
}

.boton {
    cursor: pointer;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
    letter-spacing: 1;
	font-weight: 300;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1.5px solid #C7D2E5;
	background-color: transparent;
    box-sizing: border-box;
}

.boton p {
    color: #C7D2E5;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
}

.boton span {
    font-weight: 500;
}

.boton:hover {
    background-color: #C7D2E5;
    transition: all 0.3s ease-in-out 0s;
}

.boton:hover p, .boton:hover .fa, .boton:hover span {
    color: #02050e;
    transition: all 0.3s ease-in-out 0s;
}

.fa {
    font-size: 24px;
    display: inline-block;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal-content {
    top: 30%;
    background-color: rgba(0,0,0,0.8);
    margin: auto;
    border: 1px solid #000000;
    height: 40%;
    overflow: hidden;
    overflow: scroll;
    position: relative;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeInDown;
    animation-duration: 0.4s;
}

.modal-content {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content p {
    font-size: 24px;
}

.modal {
    display: none;
}

.close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
}

.close:hover {
  opacity: 1;
}

.close:after, .close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #a3a3a3;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.botonesdescarga {
    z-index: 1;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

form {
    width: 100%;
    margin-bottom: 50px;
}

form div {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

form div input, form div textarea {
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    outline: none;
    border: 2px solid #C7D2E5;
    color: #ffffff;
}

form div textarea {
    height: 150px;
    resize: none;
}

form div input, form div textarea, form div label {
    position: absolute;
}

form div label {
    opacity: 0.6;
    padding: 10px;
    padding-left: 20px;
    color: #C7D2E5;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

form div input:focus, form div textarea:focus {
    box-shadow: 0px 0px 20px #C7D2E5;
    transition: all 0.1s ease-in-out 0s;
}



@keyframes fadeLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeRight {
  animation-name: fadeOutRight;
}

@keyframes fadeDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeDown {
  animation-name: fadeOutDown;
}

@keyframes fadeO {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeO {
  animation-name: fadeO;
}