.header-alternativo{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 360px; */

}

.header-alternativo .title{
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #ff6b00;
        margin-top: 5rem;
}

.header-alternativo span {
    font-weight: 400;
}

.maquineta .title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    /* or 50px */
    margin: 0 0 20px;


    color: #ff6b00;
}

.maquineta .description {
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 20px;
    color: #333333;

}

.maquineta .item p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    width: 100%;
    padding-left: 10px;
}

.maquineta .item {
    display: flex;  
    align-items: center;
    margin: 20px 0;
}

.maquineta .img-item {
    width: 15%;
}

.produto2 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1021px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.produto2 .title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    /* or 50px */


    color: #ffffff;
}

.produto2 span {
    font-weight: 700;
}

.produto2 .img-produto2 {
    position: relative;
    right: 75px;
    
}

.produto2 .item {
    margin: 10px 0;
}

.produto2 .item img {
    width: 20%;
}

.produto2 p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    width: 100%;
    padding-left: 20px;
}

.btn-pedir2 {
    padding: 1rem 1.5rem;
    font-family: Quicksand;
    border-radius: 6px;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 1rem;
    margin-top: 40px;
}

.bg-laranja{
    background: #ff6b00;
}

.bg-amarelo{
    background: #FEC827;
}

.btn-pedir2:hover{
    color: #fff;
    transform: scale(1.1);
}

@media(max-width: 1199px){
    .header-alternativo .title{
        font-size: 48px;
    }
    .produto2 .title {
        font-size: 36px;
    }
    .produto2{
        height: 100vh;
    }
}

@media(max-width:991px){

    .header-alternativo .title {
        font-size: 36px;
        text-align: center;
        margin-top: 20px;
    }
    .maquineta .title, .produto2 .title{
        font-size: 26px;
    }
    .maquineta .description, .maquineta .caracteristica p, .maquineta .btn-pedir2{
        font-size: 18px;
    }
    
}
@media(max-width:767px){
    .header-alternativo .title {
        font-size: 37px;
        text-align: center;
        margin-top: 20px;
    }
    #mockup-maq{
        width:250px!important;   
    }
    .maquineta .title, .produto2 .title{
        font-size: 28px;
    }
    .maquineta .description, .maquineta .caracteristica p, .maquineta .btn-pedir2{
        font-size: 18px;
    }
    .maquineta .img-produto1 {
        width: 50%;
        float: right;
        top: -50px;
    }
    .maquineta .img-produto2 {
        width: 50%;
    }
    .produto2 .img-produto2 {
        right: 0;
    }
    .produto2 .item p{
        font-size: 16px;
    }
    .produto2 .item img {
        width: 10%;
    }
    .maquineta .img-item {
        width: 13%;
    }
    .produto2 {
        margin-bottom: -50px;
    }
}

@media(max-width: 575px){
    .produto2 {
        height: 1000px;
    }
    .img-notebook{
        width: 70%;
        margin: auto;
    }
}

@media(max-width:490px){
    .header-alternativo .title {
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }
    .maquineta .title, .produto2 .title{
        font-size: 28px;
    }
    .maquineta .description, .maquineta .caracteristica p, .maquineta .btn-pedir2{
        font-size: 18px;
    }
    .maquineta .img-produto1 {
        width: 50%;
        float: right;
        top: -50px;
    }
    .maquineta .img-produto2 {
        width: 50%;
    }
    .produto2 .img-produto2 {
        right: 0;
    }
}

