.nav-padding {
    padding-top: 0 !important;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.nav-link:hover {
    opacity: 0.8;
    color: #fff
}

.w-90 {
    width: 90% !important;
}

.banner {
    margin: 0;
    padding: 0;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    max-height: 100vh;
}

.paralax-wrap {
    margin-top: 100vh;
}

.banner-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    text-align: center;
    padding-top: 10%;
}
.banner-text h1 {
    font-family: TypoGraphica_demo !important;
    font-size: 3.5em;
    letter-spacing: 5px !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

.banner-text h3 {
    color: #fff !important;
    font-size: 1.5em;
    font-family: HelveticaLTStd-Obl !important;
}

.plataformas {
    background-color: #fff;
}

.plataformas h5 {
    font-size: 2rem;
}

.plataformas h1 {
    font-size: 3rem;
}

.plataformas hr {
    height: 5px;
    background-color: yellow;
    border: 0;
    width: 10%;
    margin-left: 0;
    text-align: left;
}

.plataformas ul {
    margin-left: -21px;
}

.plataformas li {
    margin-top: 10px;
}

.plataformas .size-1-4 {
    font-size: 1.4rem;
}

.plataformas button {
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.plataformas button:hover {
    opacity: 0.9;
}

.plataformas a button {
    color: #fff;
    text-transform: uppercase;
}

.plataformas .img-mac {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.montra {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    background-attachment: fixed;
}

.montra h1 {
    font-size: 3rem;
}

.montra h3 {
    font-size: 2rem;
}

.montra li {
    margin-top: 35px;
}

.montra p, li {
    font-size: 1.5rem;
}

.newsletter {
    background: #f8f8f8;
    padding-top: 5%;
    padding-bottom: 5%
}

.newsletter form {
    background: #f8f8f8;
}

.newsletter h1 {
    font-size: 3.3rem;
}

.newsletter h3 {
    font-size: 2.5rem;
}

.newsletter button {
    border: 0;
    background-color: #fff400;
    color: #222;
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 4.5% 6%;
    width: 90%;
    margin-left: 5%;
}
.newsletter button:disabled,
.newsletter button[disabled] {
    background-color: lightgrey;
}
.newsletter input:empty{
  border: 1px solid lightgrey;
}
.newsletter input{
  border:1px solid green;
  outline: none;
}
.newsletter-input-border{
  border:1px solid #ff0000 !important;
}
.banner-arrow-container{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 3vh;
}
.arrow-down-banner{
  width: 15%;
  max-width: 100px;
  cursor: pointer;
  animation: pulse 1s ease infinite;
}
.arrow-down-banner:hover {
  animation: none;
}
/* Media queries */

@media only screen and (max-width: 1366px){
    .banner-text h1{
        font-size: 2rem;
    }
}

@media only screen and (max-width: 980px) {
    .banner-text h1{
        font-size: 1rem;
    }
    .img-mac {
        width: 50% !important;
        margin: auto;
        margin-top: 55px !important;
    }
    .plataformas h1 {
        font-size: 1.6rem !important;
    }
    .plataformas h5 {
        font-size: 1.3rem !important;
    }

    .montra p, li {
        font-size: 0.8rem !important;
    }
}
@media only screen and (max-width:420px){
  .montra h1{font-size: 1.4rem;}
  .montra h3{font-size: 1.2rem;}
  .newsletter button{
    font-size: 1rem;
  }
}
/* ANIMATIONS */


@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
