/* Upsell*/

.alert-success {
    background-color: #80ffc4;
    border-color: #069150;
    color: #468847;
    height: 67px;
}

img#imagempromo {
    margin-top: -6px;
}

div#textopromo {
    font-size: 22px;
    text-align: left;
    margin-top: 8px;
    color: #3c3c3c;
    font-weight: 700;
}

div#subtexto {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
    margin-left: 14px;
    color: #3c3c3c;
    font-weight: 500;
}

button.upsells {
    margin-left: 660px;
    margin-right: 14px;
    margin-top: -63px;
    font-size: 18px;
    font-weight: 500;
    height: 45px;
    width: 182px;
    background: rgb(244, 203, 0);
    border-radius: 100px;
}

button.upsells:hover {
    background: #f5e200;
}

button.upselln {
    margin-left: 874px;
    margin-right: 14px;
    margin-top: -97px;
    font-size: 18px;
    font-weight: 500;
    height: 45px;
    width: 182px;
    background: rgb(255, 93, 93);
    border-radius: 100px;
}
button.upselln:hover {
    background: #ef1818;
    border: solid 1px #b70000;
}

.alert-geral-e {
    background: #ffe000;
    color: #000;
    border: solid 1px;
}

/* Final */


/* Upsell Mobile*/

@media screen and (max-width: 920px){
    
.alert-success {
    background-color: #80ffc4;
    border-color: #069150;
    color: #468847;
    height: 220px;
    position: relative;
}

img#imagempromo {
    margin-top: -6px;
}

div#textopromo {
    font-size: 22px;
    text-align: center;
    margin-top: 8px;
    color: #3c3c3c;
    font-weight: 700;
}

div#subtexto {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    color: #3c3c3c;
    font-weight: 500;
}

button.upsells {
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    background: rgb(244, 203, 0);
    border-radius: 100px;
    left: 50%;
    top: 75%;
    margin-left: -100px;
    margin-top: -50px;
    position: absolute;
    width: 200px;
}

button.upsells:hover {
    background: #f5e200;
}

button.upselln {
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    width: 200px;
    background: rgb(255, 93, 93);
    border-radius: 100px;
    left: 50%;
    top: 98%;
    margin-left: -100px;
    margin-top: -50px;
    position: absolute;
}
    
button.upselln:hover {
    background: #ef1818;
    border: solid 1px #b70000;
}
}

/* Final */