.section-preview{
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.preview b{
    color: rgba(45, 156, 219, 1);
    text-align: center;
}

.preview h1{
    color: rgba(123, 192, 67, 1);
    text-align: center;
    font-size: 48px;
}

.preview{
    width: 100%;
    margin: auto;
    max-width: 1240px;
    background-color: transparent;
    max-height: 980px;
    font-family: 'Inter', sans-serif;
}

.texto-preview{
    padding-top: 15px;
    font-size: 20px;
    max-width: 800px;
    text-align: center;
}

.texto-preview p{
    max-height: 80px;
    max-width: 770px;
}

.carrossel{
    min-width: 320px;
    max-width: 550px;
    height: 55px;
    border: 1px solid rgba(58, 125, 68, 1);
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.button-preview{
    border: none;
    background-color: transparent;
    width: 24%;
    font-size: medium;
    font-weight: bolder;
    padding: 10px;
    margin: 3px;
    color: rgb(0, 0, 0);
}

.ativo{
    height: 47px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    background-color: rgba(58, 125, 68, 1);
    border-radius: 45px;
}

#imagem{
    max-height: 496px;
    max-width: 85%;
    min-width: 50%;
    border: 2px solid rgba(58, 125, 68, 1);
    border-radius: 20px;
}
.imagem-carrossel{
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media  (max-width: 850px) {
    .btn-2{
        display: none;
    }

    .button-preview{
        width: 32%;
    }
    .sub-titulo h2{
        display: block;
        max-height: 120px;
        width: 80%;
    }
    #imagem{
        justify-self: center;
    }
}
@media  (max-width: 450px) {
    .btn-2, .btn-3{
        display: none;
    }

    .button-preview{
        width: 48%;
    }
    .parte-verde span, b{
        font-size: 35px;
    }
    .sub-titulo h2{
        display: block;
        max-height: 120px;
        width: 500px;

    }
}
