body {
  color: #fff !important;
  background-color: #0f0f0f !important;
  font-family: "Montserrat", sans-serif !important;
}

a:hover {
  text-decoration: none !important;
}

h1 {
  color: #fff !important;
  font-size: 52px !important;
}

h2 {
  font-weight: 700 !important;
  font-size: 48px !important;
}

h3 {
  font-weight: 600 !important;
  font-size: 18px !important;
}

p {
  font-size: 24px !important;
}

span {
  font-weight: 600;
}

hr {
  border-color: #fff !important;
}

a {
  text-decoration: none;
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

li {
  list-style: none;
}

nav {
  z-index: 3;
  width: 100%;
}
nav img {
  width: 130px;
  height: 100%;
}
nav .container {
  display: flex;
  justify-content: space-between;
}
nav .container .row {
  width: 100%;
}
nav .container .row .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuicon {
  z-index: 4;
}
.menuicon img {
  width: 128px;
}

nav,
.menuicon {
  margin: 0;
  position: fixed;
  background-color: transparent;
}
nav a,
.menuicon a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
nav a:hover,
.menuicon a:hover {
  color: #DAA520;
}
nav ul > li,
.menuicon ul > li {
  padding: 20px 18px;
  border-top: 3px solid transparent;
  transition: all 0.3s ease 0s;
}
nav ul > li:hover,
.menuicon ul > li:hover {
  border-color: #DAA520;
}
nav ul > li:hover a,
.menuicon ul > li:hover a {
  color: #DAA520 !important;
}
nav img,
nav ul,
nav li,
.menuicon img,
.menuicon ul,
.menuicon li {
  display: inline-block;
}
nav ul,
nav .col-12,
.menuicon ul,
.menuicon .col-12 {
  display: flex;
}
nav ul,
.menuicon ul {
  align-items: center;
}
nav .col-12,
.menuicon .col-12 {
  justify-content: space-between;
}

header {
  display: flex !important;
  align-items: center;
  height: 100vh;
  background: url(../img/cabecera.jpg) no-repeat bottom center fixed;
  background-size: cover;
}
header img {
  height: 100%;
  margin: 0 auto;
}
header .row {
  top: 200px;
  position: relative;
}
header .col-12 {
  z-index: 2;
}

footer {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  background: url(../img/cabecera.jpg) no-repeat bottom center fixed;
  background-size: cover;
}
footer h3,
footer p,
footer a {
  color: #fff;
  font-size: 16px !important;
}
footer a {
  line-height: 2;
}
footer ul li:hover a, footer ul li:hover .fa {
  color: #DAA520;
}
footer h3 {
  text-transform: uppercase;
}
footer img {
  display: block;
  margin-bottom: 10px;
}
footer .col-4 a {
  display: block;
}
footer .row:nth-of-type(1) {
  padding-bottom: 30px;
}
footer .row:nth-of-type(2) p, footer .row:nth-of-type(2) a {
  font-size: 12px !important;
}
footer .row:nth-of-type(2) a:hover {
  color: #DAA520;
}
footer #grad1 {
  bottom: 0;
}
footer p {
  display: inline-block;
}

.type--features {
  font-size: 38px !important;
}

.btn {
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px !important;
  border-radius: 6px !important;
  display: inline-block;
  background-color: #DAA520;
}
.btn:hover {
  color: #DAA520;
  background-color: #fff;
}

.fa {
  color: #fff;
  font-size: 20px !important;
  margin-top: 7px;
  margin-right: 10px;
}

.responsive {
  display: none !important;
}

.ntresponsive {
  display: block !important;
}

.menuicon {
  top: 0;
  cursor: pointer;
  padding: 15px;
  display: none;
  justify-content: space-between;
}
.menuicon span {
  order: 2;
  float: right;
  display: block;
  width: 25px;
  height: 3px;
  margin: 18px 0;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.menuicon span::after, .menuicon span::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.menuicon span::before {
  margin-top: -8px;
}
.menuicon span::after {
  margin-top: 8px;
}

#grad1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: transparent;
  background: -webkit-linear-gradient(top, rgba(15, 15, 15, 0.5) 0%, transparent 20%, transparent 0%, #0f0f0f 90%);
  background: -o-linear-gradient(top, rgba(15, 15, 15, 0.5) 0%, transparent 20%, transparent 0%, #0f0f0f 90%);
  background: -moz-linear-gradient(top, rgba(15, 15, 15, 0.5) 0%, transparent 20%, transparent 0%, #0f0f0f 90%);
  background: linear-gradient(top, rgba(15, 15, 15, 0.5) 0%, transparent 20%, transparent 0%, #0f0f0f 90%);
}

#hamburger, .hamburger {
  display: none;
}

#select .row, #create .row {
  align-items: center;
  justify-content: space-evenly;
}

#select {
  padding: 200px 0 100px;
}

#create {
  padding: 100px 0;
}

#follow {
  padding: 200px 0;
  display: flex;
  align-items: center;
  background: url(../img/follow.jpg) no-repeat bottom right scroll;
  background-size: cover;
}
#follow .row {
  align-items: center;
}

#connect {
  text-align: center;
  padding-bottom: 42%;
  background: url(../img/connect.jpg) no-repeat bottom center scroll;
  background-size: 100%;
}
#connect p {
  margin-bottom: 50px;
}
#connect img {
  margin-bottom: 50px;
}
#connect .row {
  justify-content: center;
}

#downloads {
  padding: 100px 0;
  text-align: center;
}
#downloads p {
  margin: 0 auto 50px;
}
#downloads img {
  height: 100%;
}
#downloads .row {
  justify-content: center;
}
#downloads .col-6 {
  display: flex;
  /*margin-bottom: 50px;*/
}
#downloads .col-6:nth-of-type(1) {
  padding-right: 5px !important;
  justify-content: flex-end;
}
#downloads .col-6:nth-of-type(2) {
  padding-left: 5px !important;
  justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
  h1, h2 {
    font-size: 42px !important;
  }

  P {
    font-size: 20px !important;
  }

  .type--features {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 768px) {
  h1, h2 {
    font-size: 32px !important;
  }

  P {
    font-size: 18px !important;
  }

  header {
    background-attachment: scroll;
  }
  header .row {
    top: 100px;
  }

  nav {
    padding: 20px 0;
  }
  nav ul > li {
    padding: 0 18px !important;
  }
  nav ul, nav nav .col-12, nav .menuicon ul, nav .menuicon .col-12 {
    display: block;
  }

  footer {
    background-attachment: scroll;
  }
  footer .col-12 {
    margin-bottom: 10px;
  }

  .menu ul {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .menu ul li {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 2;
    text-align: left;
  }

  .menuicon {
    display: flex;
    align-items: center;
  }

  .hamburger {
    display: block;
  }

  .menu-list {
    left: 0;
    z-index: -1;
    width: 100%;
    display: none;
    position: fixed;
    padding: 240px 0px 20px 0px !important;
  }

  .type--features {
    font-size: 28px !important;
  }

  #select {
    padding: 0 0 70px 0;
  }

  #follow {
    padding: 100px 0;
  }

  #create, #downloads {
    padding: 70px 0;
  }

  footer {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .type--features {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  header {
    height: auto;
  }
  header img {
    margin-top: 50px;
  }
  header .row {
    top: 100px;
  }
  header #grad1, header .container {
    height: 130vh;
  }

  #select {
    padding: 50px 0;
  }

  #select img, #create img {
    order: 2;
    margin-top: 50px;
  }

  #follow {
    padding: 50px 0 200px;
  }

  #create, #downloads {
    padding: 50px 0;
  }

  footer {
    padding-top: 50px;
  }
  footer .row:nth-of-type(1) {
    padding-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
