div.vertical-line {
    width: 1px; /* Line width */
    background-color: rgba(118, 228, 37, 1); /* Line color */
    float: left; /* Causes the line to float to left of content. 
        You can instead use position:absolute or display:inline-block
        if this fits better with your design */
}
#html-622 .titulo-WS125 {
    max-width: 192px !important;
}
#html-622 .titulo-WTrail {
    margin-top: 10px !important;
    max-width: 302px !important;
}

/*#region Dobra Background*/
#html-622 .dobra-background {
    background: url(../Imagens/banner-watts-calculadora.webp), no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
}
/*#endregion Dobra Background*/

/*#region Dobra 1*/
#html-622 .dobra-1 {
    padding: 50px 20px 130px;
    overflow-x: hidden;
}
#html-622 .dobra-1 .titulo-1 {
    color: rgba(0, 0, 0, 1);
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
}
#html-622 .dobra-1 .bottom-line {
    width: 300px;
    background-color: #76E425;
    height: 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#html-622 .dobra-1 .texto-1 {
    max-width: 1000px;
    font-size: 36px;
    margin: 50px auto 105px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
#html-622 .dobra-1 .conteudo-motos {
    margin-top: 60px;
    /*max-width: 900px;*/
    margin: 60px auto 0;
    column-gap: 45px;
    row-gap: 180px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#html-622 .dobra-1 .conteudo-motos .bloco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    border-radius: 20px;
    background: #F5F5F5;
    position: relative;
}
#html-622 .dobra-1 .conteudo-motos .bloco-titulo {
    background-color: #76E425;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border-radius: 20px;
    position: absolute;
    top: -45px;
    width: 325px;
}
#html-622 .dobra-1 .conteudo-motos .bloco-titulo img {
    max-width: 275px;
}
#html-622 .dobra-1 .conteudo-motos .bloco .bloco-img {
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#html-622 .dobra-1 .conteudo-motos .bloco .bloco-img img {
    transition-duration: 2s;
    height: 400px;
    margin-top: 40px;
    object-fit: cover;
}
#html-622 .dobra-1 .conteudo-motos .bloco-1 .bloco-img > img {
    height: 356px;
    margin-top: -39px;
}
#html-622 .dobra-1 .conteudo-motos .bloco .bloco-img img:hover {
    transform: scale(1.2);
}
#html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
}
#html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta .button-cta {
    width: 235px;
    height: 60px;
    border-radius: 12px;
    background: rgba(118, 228, 37, 1);
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    font-weight: 800;
}
/*#endregion Dobra 1*/

/*#region Carousel Mobile*/
#html-622 .dobra-1 .carousel-mobile {
    display: none;
}
#html-622 .dobra-1 .carousel-mobile .tns-carousel .tns-nav {
    padding-top: 1.875rem;
}
#html-622 .dobra-1 .carousel-mobile .bloco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    border-radius: 20px;
    background: #F5F5F5;
    position: relative;
}
#html-622 .dobra-1 .carousel-mobile .bloco-titulo {
    background-color: #76E425;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border-radius: 20px;
    position: absolute;
    top: -45px;
    width: 325px;
}
#html-622 .dobra-1 .carousel-mobile .bloco-titulo img {
    max-width: 275px !important;
}
#html-622 .dobra-1 .carousel-mobile .bloco .bloco-img {
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
    transition-duration: 2s;
    height: 340px;
    margin-top: 40px;
    object-fit: cover;
}
#html-622 .dobra-1 .carousel-mobile .bloco-1 .bloco-img > img {
    height: 300px;
}
#html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img:hover {
    transform: scale(1.2);
}
#html-622 .dobra-1 .carousel-mobile .bloco .bloco-botao-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
}
#html-622 .dobra-1 .carousel-mobile .bloco .bloco-botao-cta .button-cta {
    width: 235px;
    height: 60px;
    border-radius: 12px;
    background: rgba(118, 228, 37, 1);
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    font-weight: 800;
}
/*#endregion Carousel Mobile*/

/*#region Dobra 2*/
#html-622 .dobra-2 {
    background: #ffff;
    padding: 50px 70px 70px;
}
#html-622 .tns-outer {
    height: 100%;
}
#html-622 #tns1-mw {
    height: 100%;
    overflow: visible;
}
#html-622 .tns-carousel .tns-carousel-inner {
    overflow: visible;
}
#html-622 #tns1-iw {
    height: 100%;
}
.hidden {
    display: none;
}
.visible {
    display: block; 
}
.highlight {
    filter: brightness(60%);
}
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
}
#html-622 .dobra-2 .conteudo-form {
    display: grid;
    gap: 12px;
    grid-template-columns: 30% 70%;
}
#html-622 .dobra-2 .bloco.bloco-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    border-radius: 20px;
    background:rgba(245, 245, 245, 1);
    position: relative;
}
#html-622 .dobra-2 .bloco-titulo.mobile {
    display: none;
}
#html-622 .dobra-2 .bloco-titulo {
    background-color: rgba(118, 228, 37, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border-radius: 20px;
    position: absolute;
    top: -45px;
    width: 325px;
}
#html-622 .dobra-2 .bloco-titulo img {
    max-width: 275px;
}
#html-622 .dobra-2 .bloco .bloco-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#html-622 .dobra-2 .bloco .bloco-img img {
    transition-duration: 2s;
    height: 25vw;
    object-fit: cover;
    margin-top: 55px;
}
#html-622 .dobra-2 .bloco .bloco-img img:hover {
    transform: scale(1.2);
}
#html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
    background: rgba(48, 48, 48, 1);
    padding: 30px 40px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#html-622 .dobra-2 .bloco.bloco-2 #form-calculadora {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    justify-items: center;
}
#html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 347px;
    margin: 0 auto 14px;
    height: 75px;
    color: rgba(118, 228, 37, 1);
}
#html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 1.1;
    margin: 18px 0 5px;
}
#html-622 .dobra-2 .input-group-text {
    padding: .45rem 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}
#html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
    padding: .45rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    width: 20vw;
    color: black;
}
#html-622 .dobra-2 .bloco.bloco-2 .bloco-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    align-items: center;
}
#html-622 .dobra-2 .bloco-2 .bloco-btn button {
    text-align: center;
    width: 432px;
    background-color: rgba(118, 228, 37, 1);
    border-radius: 10px;
    height: 44px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(64, 64, 64, 1);
}
#html-622 .dobra-2 .conteudo-2 {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    justify-items: center;
    padding: 40px;
    border-radius: 20px;
    margin-top: 12px;
    background: rgba(48, 48, 48, 1);
}
#html-622 .dobra-2 .bloco-comparativo .form-control {
    padding: .45rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: black;
}
#html-622 .dobra-2 .bloco-comparativo label {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 5px;
}
#html-622 .dobra-2 .bloco-comparativo label.mobile {
    display: none;
}
#html-622 .btn-modal-contato {
    color: white;
    font-weight: 700;
    border: none;
    background-image: linear-gradient(80deg, #6dd03f 0, #4bc83c 25%, #02bd38 50%, #00b236 75%, #00a937 100%);
}
#html-622 .modal-footer {
    padding: 0.5rem;
}
/*#endregion Dobra 2*/

/*#region Mobile Genérico*/
@media only screen and (max-width: 576px) {
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
        height: 280px;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco {
        margin: 0 5px !important;
    }
    #html-622 .dobra-background {
        height: 280px;
    }
    #html-622 .dobra-1 {
        padding: 35px 15px 130px;
        overflow-x: hidden;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 34px;
        margin-bottom: .6rem;
        letter-spacing: 0.12em;
    }
    #html-622 .dobra-1 .texto-1 {
        font-size: 24px;
        margin: 35px auto 100px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 152px;    
        height: 3px;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr;
        row-gap: 130px;
    }
    #html-622 .dobra-1 .conteudo-motos  .bloco-titulo {
        width: 250px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-img {
        height: 430px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-img img {
        height: 88vw;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco-1 .bloco-img > img {
        height: 80vw;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta {
        bottom: -26px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta .button-cta {
        width: 195px;
        font-size: 27px;
        height: 52px;
    }
    #html-622 .dobra-2 {
        margin-top: 90px;
        padding: 0 10px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 10px 0 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora {
        grid-template-columns: 1fr;
    }
    #html-622 .dobra-2 .conteudo-form {
        display: flex;
        gap: 0;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    #html-622 .dobra-2 .bloco.bloco-1 {
        display: none;
    }
    #html-622 .dobra-2 .conteudo-1 .coluna-1 {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(118, 228, 37, 1);
    }   
    #html-622 .dobra-2 .bloco-titulo.dektop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        margin-left: 15px;
        top: -80px;
        height: 85px;
        width: 235px;
    }
    /*#html-622 .titulo-WS125 {
        max-width: 130px !important;
    }*/
    #html-622 .dobra-1 .conteudo-motos .bloco-titulo img,
    #html-622 .dobra-2 .bloco-titulo img {
        max-width: 184px;
    }
    #html-622 .titulo-WTrail {
        max-width: 212px !important;
        margin-top: 12px !important;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 26px;
        height: auto;
        max-width: 310px;
        padding-top: 20px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 {
        margin: 0 auto;
        width: 100%;
    }
    #html-622 .dobra-2 .bloco .bloco-img {
        display: none;
    }
    #html-622 .dobra-2 .bloco-comparativo label.desktop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-comparativo label.mobile {
        display: block;
        max-width: 170px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 19px;
        max-width: 300px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .input-group {
        width: 84vw;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
        width: auto;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .vertical-line {
        display: none;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1.1rem;
        padding: .45rem 0.5rem;
    }
    #html-622 .dobra-2 .bloco-2 .bloco-btn button {
        width: 310px;
        font-size: 23px;
    }
    #html-622 .dobra-2 .conteudo-2 {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 25px 10px;
    }
    #html-622 .dobra-2 .conteudo-2 .coluna-1 {
        border-bottom: 1px solid #76E425;
        padding-bottom: 8px;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
    }
}
/*#endregion Mobile Genérico*/

/*#region Início mobile 280 a 319px*/
@media only screen and (min-width: 280px) and (max-width: 319px) {
    #html-622 .dobra-background .titulo-1 {
        font-size: 20px;
    }
    #html-622 .dobra-background .bottom-line {
        width: 138px;
    }
    #html-622 .dobra-1 {
        padding: 35px 5px 130px;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 29px;
        margin-bottom: .6rem;
        letter-spacing: 0.12em;
    }
    #html-622 .dobra-1 .texto-1 {
        font-size: 21px;
        margin: 35px auto 100px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 138px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 10px 6px 40px;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        margin-left: 10px;
        width: 220px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        border-radius: 12px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .input-group {
        width: 100%;
    }
    #html-622 .dobra-2 .input-group-text {
        padding: .45rem 0.4rem;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        width: 20vw;
    }
    #html-622 .dobra-2 .bloco-2 .bloco-btn button {
        width: 100%;
        font-size: 21px;
    }
}
/*#endregion*/

/*#region Início mobile 320 a 359px*/
@media only screen and (min-width: 320px) and (max-width: 358px) {
    #html-622 .dobra-background .titulo-1 {
        font-size: 22px;
    }
    #html-622 .dobra-background .bottom-line {
        width: 147px;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 29px;
        margin-bottom: .6rem;
        letter-spacing: 0.12em;
    }
    #html-622 .dobra-1 .texto-1 {
        font-size: 21px;
        margin: 35px auto 100px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 147px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 10px 8px 40px;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        margin-left: 10px;
        width: 220px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        border-radius: 12px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .input-group {
        width: 100%;
    }
    #html-622 .dobra-2 .input-group-text {
        padding: .45rem 0.4rem;
    }
}
/*#endregion*/

/*#region Início mobile 360 a 374px*/
@media only screen and (min-width: 358px) and (max-width: 374px) {
    
}
/*#endregion*/

/*#region Início mobile 375 a 410px*/
@media only screen and (min-width: 375px) and (max-width: 410px) {
}
/*#endregion*/

/*#region Início mobile 411 a 575px*/
@media only screen and (min-width: 411px) and (max-width: 575px) {
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-img img {
        height: 360px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco-1 .bloco-img > img {
        height: 330px;
    }
    #html-622 .dobra-background .texto-1 {
        font-size: 19px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        max-width: 100%;
    }
    #html-622 .dobra-2 .conteudo-2 {
        grid-template-columns: 1fr 30px 1fr;
        padding: 25px 15px;
    }
    #html-622 .dobra-2 .conteudo-2 .coluna-1 {
        border-bottom: none;
        padding-bottom: 0;
    }
}
/*#endregion*/

/*#region Início mobile 576 a 767px*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #html-622 .dobra-background {
        height: 300px;
    }
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco {
        margin: 0 5px !important;
    }
    #html-622 .dobra-1 {
        padding: 40px 20px 130px;
        overflow-x: hidden;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 39px;
        margin-bottom: .6rem;
        letter-spacing: 0.12em;
    }
    #html-622 .dobra-1 .texto-1 {
        font-size: 26px;
        margin: 40px auto 105px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 180px;    
        height: 4px;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr;
        row-gap: 130px;
    }
    #html-622 .dobra-1 .conteudo-motos  .bloco-titulo {
        width: 250px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-img {
        height: 430px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta {
        bottom: -26px;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-botao-cta .button-cta {
        width: 195px;
        font-size: 27px;
        height: 52px;
    }
    #html-622 .dobra-2 {
        margin-top: 90px;
        padding: 0 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 10px 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora {
        grid-template-columns: 1fr;
    }
    #html-622 .dobra-2 .conteudo-form {
        display: flex;
        gap: 0;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    #html-622 .dobra-2 .bloco.bloco-1 {
        display: none;
    }
    #html-622 .dobra-2 .conteudo-1 .coluna-1 {
        padding-bottom: 17px;
        border-bottom: 1px solid rgba(118, 228, 37, 1);
    }   
    #html-622 .dobra-2 .bloco-titulo.dektop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        margin-left: 18px;
        top: -85px;
        width: 300px;
    }
    /*#html-622 .titulo-WS125 {
        max-width: 140px !important;
    }*/
    #html-622 .dobra-1 .conteudo-motos .bloco-titulo img,
    #html-622 .dobra-2 .bloco-titulo img {
        max-width: 197px;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img {
        height: 500px;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
        height: 283px;
    }
    #html-622 .titulo-WTrail {
        max-width: 228px !important;
        margin-top: 12px !important;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 28px;
        height: auto;
        max-width: 100%;
        padding-top: 20px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 {
        margin: 0 auto;
        width: 750px;
    }
    #html-622 .dobra-2 .bloco .bloco-img {
        display: none;
    }
    #html-622 .dobra-2 .bloco-comparativo label.desktop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-comparativo label.mobile {
        display: block;
        max-width: 180px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 20px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
        width: 370px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .vertical-line {
        display: none;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1rem;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
    }
}
/*#endregion*/

/*#region Início mobile 768 a 800px*/
@media only screen and (min-width: 767px) and (max-width: 800px) {
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco {
        margin: 0 5px !important;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
        height: 310px;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-background {
        height: 310px;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 42px;
    }
    #html-622 .dobra-1 .texto-1 {
        max-width: 900px;
        font-size: 28px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 200px;
    }
    #html-622 .dobra-2 {
        margin-top: 90px;
        padding: 0 10px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 30px 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora {
        grid-template-columns: 1fr 45px 1fr;
    }
    #html-622 .dobra-2 .conteudo-form {
        display: flex;
        gap: 0;
        position: relative;
        margin: 0 auto;
        width: 740px;
    }
    #html-622 .dobra-2 .bloco.bloco-1 {
        display: none;
}
    #html-622 .dobra-2 .bloco-titulo.dektop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        margin-left: 47px;
        top: -85px;
        width: 270px;
    }
    #html-622 .titulo-WS125 {
        max-width: 147px !important;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco-titulo img,
    #html-622 .dobra-2 .bloco-titulo img {
        max-width: 202px;
    }
    #html-622 .titulo-WTrail {
        max-width: 248px !important;
        margin-top: 17px !important;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 28px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 {
        margin: 0 auto;
        width: 100%;
    }
    #html-622 .dobra-2 .bloco .bloco-img {
        display: none;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 20px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
        width: 18vw;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .vertical-line {
        height: 350px !important;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1rem;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr 1fr;
    }
    
}
/*#endregion*/

/*#region Início mobile 800 a 959px*/
@media only screen and (min-width: 800px) and (max-width: 959px) {
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco {
        margin: 0 5px !important;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-background {
        height: 320px;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 42px;
    }
    #html-622 .dobra-1 .texto-1 {
        max-width: 900px;
        font-size: 28px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 200px;
    }
    #html-622 .dobra-2 {
        margin-top: 90px;
        padding: 0 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 .conteudo-1 {
        padding: 30px 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora {
        grid-template-columns: 1fr fr;
    }
    #html-622 .dobra-2 .conteudo-form {
        display: flex;
        gap: 0;
        position: relative;
        margin: 0 auto;
        width: 750px;
    }
    #html-622 .dobra-2 .bloco.bloco-1 {
        display: none;
}
    #html-622 .dobra-2 .bloco-titulo.dektop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        margin-left: 47px;
        top: -85px;
        width: 270px;
    }
    #html-622 .titulo-WS125 {
        max-width: 147px !important;
    }
    #html-622 .dobra-1 .conteudo-motos .bloco-titulo img,
    #html-622 .dobra-2 .bloco-titulo img {
        max-width: 202px;
    }
    #html-622 .titulo-WTrail {
        max-width: 248px !important;
        margin-top: 17px !important;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 28px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 {
        margin: 0 auto;
        width: 100%;
    }
    #html-622 .dobra-2 .bloco .bloco-img {
        display: none;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 20px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
        width: 18vw;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .vertical-line {
        height: 350px !important;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1rem;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.1rem;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr 1fr;
    }
}
/*#endregion*/

/*#region Início mobile 960 a 1140px*/
@media only screen and (min-width: 959px) and (max-width: 1140px) {
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco {
        margin: 0 5px !important;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img {
        height: 480px;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
        height: 280px;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-background {
        height: 340px;
    }
    #html-622 .dobra-1 .titulo-1 {
        font-size: 46px;
    }
    #html-622 .dobra-1 .texto-1 {
        max-width: 950px;
        font-size: 30px;
    }
    #html-622 .dobra-1 .bottom-line {
        width: 220px;
    }
    #html-622 .dobra-2 {
        margin-top: 90px;
        padding: 0 20px 40px;
    }
    #html-622 .dobra-2 .conteudo-form {
        display: flex;
        gap: 0;
        position: relative;
        margin: 0 auto;
        width: 870px;
    }
    #html-622 .dobra-2 .bloco.bloco-1 {
        display: none;
}
    #html-622 .dobra-2 .bloco-titulo.dektop {
        display: none;
    }
    #html-622 .dobra-2 .bloco-titulo.mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        z-index: -1;
        margin-left: 56px;
        top: -85px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 28px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 {
        margin: 0 auto;
    }
    #html-622 .dobra-2 .bloco .bloco-img {
        display: none;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 22px;
    }
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 18px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.3rem;
        width: 18vw;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1.2rem;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.3rem;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr 1fr;
    }
}
/*#endregion*/

/*#region Inicio mobile maior que 1140px*/
@media only screen and (min-width: 1141px) and (max-width: 1368px) {
    #html-622 .dobra-1 .carousel-mobile {
        display: block;
    }
    #html-622 .dobra-1 .carousel-mobile .bloco .bloco-img img {
        height: 310px;
    }
    #html-622 .dobra-1 .container-motos-desktop {
        display: none;
    }
    #html-622 .dobra-background {
        height: 380px;
    }
    #html-622 .dobra-2 {
        padding: 50px 20px 40px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .titulo-coluna {
        font-size: 28px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora label,
    #html-622 .dobra-2 .bloco-comparativo label {
        font-size: 22px;
    }
    #html-622 .dobra-2 .bloco.bloco-2 #form-calculadora .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.3rem;
        width: 18vw;
    }
    #html-622 .dobra-2 .input-group-text {
        font-size: 1.2rem;
    }
    #html-622 .dobra-2 .bloco-comparativo .form-control {
        padding: .3rem 0.5rem;
        font-size: 1.3rem;
    }
    #html-622 .dobra-1 .conteudo-motos {
        grid-template-columns: 1fr 1fr;
    }
}
/*#endregion*/

/*#region Inicio CSS de complementos ou plugins*/
@media(min-width: 1369px) and (max-width: 1600px) {
    #html-622 .dobra-1 .conteudo-motos .bloco .bloco-img img {
        height: 300px;
    }
}
@media only screen and (min-width: 540px) and (max-width: 568px) {
    #html-622 .dobra-background .titulo-1 {
        font-size: 26px;
    }
    #html-622 .dobra-background .texto-1 {
        max-width: 409px;
    }
}
/*#endregion*/

