html {
    scroll-behavior: smooth;
  }

.motivos-bajaj {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 80px;
    padding-bottom: 220px;
}

.motivos-bajaj .motivos-title {
    margin-top: 120px;
}

.motivos-bajaj .motivos-title h2 {
    color: #25263C;
    text-align: center;
}

.motivos-bajaj .motivos-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    gap: 60px;
}

.motivos-bajaj .motivos-content img {
    width: 300px;
    height: auto;
}

.motivos-bajaj .motivos-content p {
    color: #25263C;
    font-size: 22px;
    width: 500px;
    text-align: justify;
}

.motivos-bajaj .motivos-content p strong {
    font-weight: 800;
}

.motivos-bajaj .warranty {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #0052A1;
    border-radius: 70px;
    width: 50%;
    gap: 32px;
    padding: 12px 30px;
    margin-top: 60px;
}


.motivos-bajaj .warranty img {
    width: 70px;
}
.motivos-bajaj .warranty p {
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.75; /* 126.316% */
}

.galery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.galery img {
    filter: brightness(0.5);
    transition: filter 0.3s;
}
.galery img:hover {
    filter: brightness(1);
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section .contact-block h1, 
.contact-section .contact-block h2 {
    background: transparent;
    position: unset;
    margin: unset;
    text-align: center;
}

.contact-section .contact-block h2 {
    font-weight: 200;
    margin-bottom: 60px;
}

.contact-section .contact-block {
    background-image: url(../img/bg-slider-2.jpg);
    background-size: cover;
    width: 80%;
    margin-top: -100px;
    padding: 60px;
    gap: 32px;
}

.contact-section .contact-block div {
    display: flex;
    align-items: center;
}
.contact-section .contact-block div .contact-img {
    margin-left: -10vw;
    max-width: 70%;
}
.contact-section .contact-block div form input,
.contact-section .contact-block div form select {
    background: none;
    display: inline-flex;
    padding: 0px 24px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 0 ;
    border-bottom: 2px solid #0052A1;
    color: #FFF;
    font-size: 28px;
    font-style: italic;
    font-weight: 200;
    line-height: 38px; /* 135.714% */
  }


  .contact-section .contact-block div form {
    display: flex;
    flex-flow: column;
  }

  .contact-section .contact-block div form input::placeholder {
    color: #fff;
    font-weight: 200;
  }
  .contact-section .contact-block div form button {
    min-height: fit-content;
    font-size: 28px;
    margin-top: 30px;
    padding: 18px 24px!important;
    line-height: 28px;
  }

  .contact-section .contact-block div form p {
    font-size: 22px;
    font-weight: 200;
    line-height: 1.75;
    margin: 20px;
  }

.meu-footer div {
    background-color: #fff;
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.meu-footer div p,
.meu-footer div p a {
    color: #25263C;
    font-weight: 200;
    font-size: 28px;
    line-height: 38px;
}

.meu-footer .footer-final {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 21px;
}
.meu-footer .footer-final p:first-child {
    margin-left: 50px;
    font-size: 20px;
}
.meu-footer .footer-final p:last-child a {
    margin-right: 50px;
    font-size: 20px
}

@media (max-width:767px) {
    html {
        overflow-x: hidden;
    }
    .responsive {
        width: 100%;
        max-width: 400px;
        height: auto;
      }
    .motivos-bajaj .motivos-content {
        flex-direction: column;
    }
    .motivos-bajaj .motivos-content p {
        width: 100%;
        padding: 0 15px;
    }
    
    .motivos-bajaj .warranty {
        flex-flow: column;
        width: 90%;
        padding: 30px 20px;
    }

    .motivos-bajaj .warranty p {
        font-size: 18px!important;
        text-align: center;
    }
    .motivos-bajaj .warranty p strong {
        font-size: 22px!important;
    }
    .contact-section .contact-block {
        width: 90%;
        padding: 30px 10px;
    }
    .contact-section .contact-block div {
        flex-direction: column;
    }
    .contact-section .contact-block div .contact-img {
        display: block;
        margin-left: 0;
        max-width: 100%;
    }
    .meu-footer div,
    .meu-footer .footer-final {
        flex-direction: column;
    }
    .meu-footer div,
    .meu-footer .footer-final p:first-child,
    .meu-footer .footer-final p:last-child a {
        margin: 0;
        text-align: center;
    }

}