@charset "UTF-8";
html {
  min-width: 320px;
}

html::-webkit-scrollbar {
  display: none;
}
/*Elementos*/
body {
  min-width: 350px;
}
body, div, p, span {
  font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Questrial', sans-serif !important;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
}
footer a {
  color: #999999;
  text-decoration: none;
}
section {
  height: auto;
  padding: 64px 32px 64px 32px;
  float: left;
  width: 100%;
}
footer p {
  color: #fff;
  font-size: 14px;
}
footer h5 {
  color: #f1f1f1;
}
label {
  font-weight: 400;
  margin: 5px;
}
i:hover {
  transform: scale(1.15);
}
a {
  margin: auto;
}

/*
  Clases
*/

/*inputs*/
.input {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.input-group {
  margin: auto;
}
.input-group input {
  border-radius: 5px 0px 0px 5px;
  width: 80%;
}
.input-group .button {
  border-radius: 0px 5px 5px 0px;
  width: 20%;
  font-weight: 700;
  padding: 8.5px !important;
}
.input-group .email {
  padding-left: 20px;
}
.boton {
  border: none;
  text-decoration: none;
  padding: 5px;
  font-size: large;
  cursor: pointer;
}

/*width*/
.w20 {
  width: 20%;
}
.w80 {
  width: 80%;
  margin: auto;
}

/*display*/
.inline {
  display: inline;
}
.block {
  display: block;
}

/*style*/
.round {
  border-radius: 25px;
}
.round10 {
  border-radius: 10px;
}
.roundsm {
  border-radius: 4px;
}

/*layout*/
.row {
  width: 100%;
  display: table;
}
.v-center {
  margin: auto;
  vertical-align: middle;
  display: table-cell;
  height: 90%;
}
.half {
  width: 50%;
}
.third {
  width: 33%;
}
.twothird {
  width: 67%;
}
.left {
  float: left;
}
.right {
  float: right;
  text-align: right;
}
.center {
  text-align: center;
}
.content {
  max-width: 1200px;
  margin: auto;
  display: block;
  position: relative;
}
.contentw {
  max-width: 1400px;
  margin: auto;
  display: block;
  position: relative;
}
.w3-row .cont {
  width: 100%;
}
.w25p {
  width: 25%;
  margin: 0px;
  float: left;
}
.w75p {
  width: 75%;
  margin: 0px;
  float: left;
}
.halfp {
  width: 50%;
  float: left;
}
.v-container { 
  margin: auto;
  vertical-align: middle;
  display: table-cell;
}

/*menu*/
.menu-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 550;
}
.menu-item {
  float: left;
  z-index: 100;
  display: table;
}
.menu-item:hover {
  transform: scale(1.1);
}
.menu-item a {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  height: 90%;
}

/*padding*/
.padding {
  padding: 12px;
}
.padding16 {
  padding: 16px;
}
.padding-large {
  padding: 36px;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-bottom: 20px;
}

/*colors*/
.black {
  background-color: #000;
}
.clear {
  background-color: #f2f2f2;
}
.blue {
  background-color: #213F99 !important;
  color: #fff !important;
}
.dark-bg {
  background-color: #323642;
  color: #AFAFAF;
}
.dark-2-bg {
  background-color: #25272d;
}
.orange {
  background-color: #DC7644 !important;
}
.dark-gradient {
  background-image: linear-gradient(141deg, #25272d, #323642, #4B4756);
}
.accent {
  background-color: #C96567 !important;
  color: #25272d !important;
}

/*elements*/
.bottombtn {
  padding: 8.5px !important;
}
.subtitle {
  font-size: xx-large;
  font-weight: 600;
}
.title-image {
  height: 500px !important;
}
.info-title {
  position: relative;
  top: 45%;
}
.feature {
  max-width: 300px !important;
  width: 100%;
  display: block;
  margin: auto;
  z-index: 200;
}
.title {
  position: relative;
  margin-top: 20px;
  line-height: 60px;
}
.tag:before {
  content: "#";
}
.particles {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
}
.tag {
  color: #AFAFAF !important;
  text-shadow: none;
  font-size: 12px !important;
}
.feat {
  margin: 15px 0px 15px 0px;
}
.date {
  font-style: italic;
}
.date:before {
  content: "- ";
}
.divider {
  height: 30px;
}

/*misc*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0.16);
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.opacity {
  background-color: #000;
  opacity: 0.4;
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
}

/*text*/
.quote {
  font-style: italic;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.text-shadow {
  text-shadow: 1px 1px 2px #000;
}
.text-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

/*text-colors*/
.blue-text {
  color: #213F99;
}
.text-orange {
  color: #DC7644;
}
.text-accent {
  color: #C96567;
}
.white-text {
  color: #fff;
}

/*IDs*/

/*sections*/
#banner {
  background-image: url('../images/banner.jpg');
  padding: 0px !important;
  height: 100vh;
}
#banner-content {
  margin-top: 25%;
  max-width: 60%;
}
#phrase {
  height: 500px;
  width: 100%;
  display: table;
  padding: 0px;
}
#header {
  font-size: 30px;
}
#navbar {
  background: rgba(37, 39, 45, 0.85);
  position: fixed;
  z-index: 300;
}
#freud-quote {
  font-size: 48px;
}
#features {
  height: 750px;
  padding: 0px !important;
}
#dream-section {
  background-image: url('../images/1D-MED.jpg');
  z-index: 200;
}
#register {
  background-image: url("../images/1J-MED.jpg");
  z-index: 200;
  padding: 200px 0px;
}
#neurons {
  background-size: 50px;
  background-repeat: no-repeat;
}

/*elements*/
#info-share {
  color: #808080;
}
#logo {
  font-family: 'Bree Serif', sans-serif !important;
}
#dream-copy {
  position: relative; top: 180px;
}
#dream-image {
  background-image: url("../images/1D-SMALL.jpg");
  background-position: center;
  background-size: cover;
  height: 250px;
  color: #FF6E40;
  position: relative;
}
#below-text {
  line-height: 30px;  
}
#quote {
  font-size: 48px;
}
#feat-container {
  display: block;
  padding: 16px 16px 16px 16px;
}
#title {
  z-index: 10;
  font-weight: 700;
  font-size: 160px;
  line-height: 120px;
  color: #fff;
  visibility: inherit;
  letter-spacing: -1px;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
}
#footer-menu a {
  display: block;
  font-size: 16px;
}
#beta-email {
  padding-left: 20px;
  font-size: 14px;
  background-color: #ccc;
}
#opt-in {
  margin: auto;
  height: auto;
  opacity: 0.9;
  padding: 12px 48px;
}
#dream {
  padding: 16px 32px 16px 32px;
  max-width: 500px;
}
#controls {
  position: absolute;
  bottom: 25px;
  width: 90%;
}
#opt-in {
  margin: auto;
}
#signup1 {
  max-width: 60%;
  margin-left: 0px;
}
#desc {
  margin-top: 20px;
}
#tags {
  padding-bottom: 15px;
}
#particles-2 {
  height: 750px;
  z-index: 0;
}

/*small pc*/
@media only screen and (max-width: 1200px) {
  #quote {
    padding: 0px;
  }
  #phone {
    background-position: right;
  }
  #banner-content {
    padding-left: 25px;
    width: 100%;
  }
  #title {
    width: 100%;
  }
  .title {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px){
  #signup1 {
    max-width: 90%;
  }
}

/*Tablet*/
@media only screen and (max-width: 900px) {
  #banner {
    height: 600px;
  }
  #phone {
    background-size: 300px;
    background-position-y: 0%;
    height: 750px !important;
  }
  #signup1 {
    width: 100%;
  }
  .input-group .input {
    border-radius: 5px;
    width: 100%;
  }
  .input-group .button {
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
  }
  .menu-item:hover {
    transform: none;
  }
}
/*Large mobile or Small Tablet*/
@media only screen and (max-width: 700px){
  #dream {
    padding: 18px;
  } 
}

@media only screen and (max-width: 600px) {
  section {
    height: auto;
  }
  wave {
    height: 60px !important;
  }
  .overlay {
    height: 770px;
  }
  .opacity {
    height: 700px;
  }
  .tag {
    margin: 0px 5px 0px 0px;
    font-size: 18px;
  }
  .v-container {
    display: block;
  }
  .input-group {
    margin-top: 5px;
  }
  .quote {
    max-width: 100%;
    padding: 16px;
  }
  .particles {
    z-index: 0;
  }
  #below-text {
    width: 90%;
  }
  #quote {
    text-align: center;
    padding: 15px !important;
  }
  #phrase {
    height: 480px !important;
  }
  #freud-quote {
    font-size: 32px !important;
  }
  #banner {
    padding: 50px 0px 50px 0px;
    height: 700px !important;
  }
  #dream-copy {
    top: 0px;
  }
  #opt-in {
    height: auto;
    margin: 50px 25px;
    padding: 12px;
  }
  #register {
    padding: 18px 0px 18px 0px;
    position: relative;
  }
  #features {
    position: relative;
    padding-bottom: 0px;
    height: 900px;
  }
  #dream {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  #dream-section {
    position: relative;
    padding: 50px 0px 50px 0px !important;
  }
  #beta-email {
    width: 100%;
    border-radius: 5px;
  }
  #beta-btn {
    width: 100%;
    border-radius: 5px;
    margin-top: 8px;
  }
  #social {
    float: left;
    text-align: center;
  }
  #navbar {
    padding-left: 32px !important;
  }
  #mce-EMAIL {
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
  }
  #title{
    max-width: 100%;
    margin-top: 35%;
    margin-right: 0px !important;
    width: 100%;
  }
  #dream-title {
    font-size: 28px !important;
  }
  #desc {
    font-size: 18px !important;
  }
  #banner-content {
    margin-top: 0px;
    padding: 0px;
    max-width: 100%;
  }
}
/*mobile*/
@media only screen and (max-width: 550px) {
  footer p {
    font-size: 12px;
  }
  header .third{
    width: 33%;
  }
  header .twothird {
    width: 67%;
  }
  header .right{
    float: right;
  }
  header .half{
    width: 50%;
  }
  .third{
    width: 100%;
  }
  .twothird{
    width: 100%;
  }
  .right{
    float: left;
  }
  .half{
    width: 100%;
  }
  #opt-in {
    margin: 100px 5px;
  }
}
/*small mobile*/
@media only screen and (max-width: 430px){
  wave {
    height: 50px !important;
  }
  section {
    padding: 0px;
  }
  .overlay {
    top: 0px;
    height: auto !important;
  }
  .tag {
    margin: 2px !important;
    font-size: 18px;
  }
  #dream {
    top: 0px;
  }
  #register {
    padding: 64px 5px 64px 5px; 
    top: 0px;
  }
  #banner {
    height: 650px !important;
  }
  #banner-content {
    margin-top: 0px;
  }
  #tags-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  #tags-title {
    display: none;
  }
}