#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/hero-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgb(51,51,51);
}

@media (min-width: 768px) {
  #hero {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/img/hero.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(51,51,51);
  }
}

#title {
  font-size: 32Px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

#subtitle {
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

#hero-htop {
  text-align: center;
}

.p-top {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}

.p-bottom {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

.col.margin-border {
  border: 1px solid rgba(255,255,255,0.4);
  border-top: 0;
  border-bottom: 0;
}

.btn:not(:disabled):not(.disabled) {
  width: 100%;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 30px;
}

.btn:not(:disabled):not(.disabled) {
}

#down-button {
  border: 0px;
}

#video-and-statics {
  text-align: center;
  color: white;
}

#table-div {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 150px;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 768px) {
  #table-div {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 250px;
    font-size: 15px;
  }
}

#top-cell {
  text-align: left;
  border-top: 0px;
  font-size: 15px;
}

#rigth-cell {
  border-left: 0px;
  border-bottom: 2px;
  text-align: right;
  font-weight: bold;
}

#left-cell {
  text-align: left;
}

#last-left-cell {
  text-align: left;
  border-bottom: 10px;
}

#last-rigth-cell {
  text-align: right;
  border-bottom: 10px;
}

#internal {
  width: 100%;
  height: 60vh;
}

@media (min-width: 768px) {
  #internal {
    width: 100%;
    height: 100vh;
  }
}

#vertical-line {
  width: 1px;
  background-color: rgba(190,190,190,0.6);
  margin-top: -70px;
  height: 200px;
  margin-left: 50%;
  margin-bottom: 20px;
}

#top3 {
  width: 100%;
  height: 100vh;
  background-image: url("../../assets/img/model5-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgb(51,51,51);
}

@media (min-width: 576px) {
  #top3 {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/img/model5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(51,51,51);
  }
}

@media (min-width: 992px) {
  #topx {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/img/modelX.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(51,51,51);
  }
}

