.carousel-item-app:nth-child(1) {
    width: 100%;
    padding: 70px 0;
    /*height: 80vh;*/
    text-align: center;
    background-image: url('../img/Desktop-background.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center; 
}

#banner {
    height: auto !important;   
}

@media screen and (max-width: 837px){
    .carousel-item-app:nth-child(1) {
        background-image: url('../img/Desktop-background.webp') !important;
    }
}

@media (max-width: 450px) {
    .panelphone {
        max-width: initial;
        width: 90% !important;
        max-width: 90% !important;
        margin-left: 5%;
    }  
}


@media (max-width: 567px) {
    .carousel-item-app:nth-child(1){
        /*height: 75vh !important;*/
    }
    
    #banner {
        /*height: 75vh !important;*/
    }
    
    .panelphone {
        max-width: initial;
        width: 70% !important;
        max-width: 70% !important;
        margin-left: 15%;
    }
}

@media (max-width: 617px) {
    .titledesktop h2 {
        text-align: center !important;
    }
    
    .textdesktop p {
        text-align: center !important;
    }
    
    .desktopbutton {
        text-align: center !important;
    }
    
    .QRCode {
        text-align: center !important;
    }
    
}

@media screen and (max-width: 1030px){
    .panelphone {
        max-width: 500px;
        min-width: auto;
        margin-bottom: 170px;
    }  
    
    #panelcompleto {
        display: block !important;
        margin-bottom: 0 !important;
    }
}

#panelcompleto {
    padding: 60px 0 30px 0;
    display: inline-flex;
    width: 100%;
    margin-bottom: 150px
}

.panelphone {
    background: #22762f;
    padding: 30px 15px;
    margin-right: auto;
    max-width: 300px;
    min-width: 200px;
    margin-left: auto;
    border-radius: 8px;
    text-align: center;
}

.panelphone .title h2{
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.panelphone .textarea p {
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-align: center;   
}

hr.dividerareaa {
    height: 2px !important;
    background: #fff;
    opacity: 1;
    width: 40px;
    text-align: center;
    padding: 0 !important;
    display: inline-flex;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.phonebanner {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    background-image: url('../img/Mobile-background.webp') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center; 
}

.imagephone {
    width: 90%;
    margin-left: 5%;
    margin-bottom: -150px;
}

.imagephone img {
    width: 100%;
}

.textarea {
    height: 70px;
}

.title {
    height: 50px;
}

.titlecelular {
    color: #fff;
}

.baixeparacelular, .phonebanner {
    text-align: center;
    color: #fff;
}

.download img {
    width: 150px;
}

.download {
    text-align: center;
}

.titlecelular h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.textcelular p {
    text-align: center;
    padding: 20px 0 33px 0;
}

.textdesktop p {
    text-align: left;
    padding: 20px 0 20px 0;
}

.textdesktop p span{
    font-weight: 700;
}

.titledesktop h2 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
}

.titledesktop {
    max-width: 500px;
}

.titledesktop, .textdesktop {
    max-width: 600px;
}

.QRCode img {
    width: 200px;
    background: #fff;
    border-radius: 14px;
}

.desktopbutton button {
    background: #1b6c28;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 0.9rem;
}
