.banner-section{
    /* box-shadow: inset 0 0 0 2000px #db927282; */
    background-size: cover;
    background-image: url(../../assets/img/fundo-banner.png);
}
.banner-section  img{
    max-width: 100%;
}
.comprar-preset h3,.banner-section h3{
    font-weight: 200;
    font-size: 53px;
    line-height: normal;
    color: white;
}
.comprar-preset span{
    color: white;
}
p,span{
    margin-bottom: 15px;
    font-size: 18px;
    color: #434545;
}

.bg-rose{
    background-color: #fefefe;
}
.bg-bege{
    background-color: #dfb099;
}
.bg-red{
    background-color: #db9272;
}

footer,footer a{
    color: white;
}

.banner-section h3{
}

.banner-section span{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.accordion-button{
    background-color: #DB9272;
    color: white;
}
.accordion-button:not(.collapsed){
    background-color: #e27a72;
    color: white;
}
.accordion-button:not(.collapsed)::after{
    color: white;
}
body{
    font-family: 'Quicksand', sans-serif;
}

h3{
    font-size: 40px;
    font-weight: 300;
    color: #e27a72;
    /* text-shadow: 0px 3px 8px rgb(0 0 0 / 22%); */
}
p{
    font-size: 16px;
    font-weight: 400;
}

.oque-ira-receber h3{
    color: #e27a72;
    text-shadow: none;
}

.sobre-mim img{
    border: solid 10px #db806b;
}
.oque-ira-receber .card{
    border: solid 1px #f0f0f0;
    box-shadow: -11px 14px 34px -15px rgb(0 0 0 / 21%);
}

.comprar-preset{
    box-shadow: inset 0 0 0 2000px #db927229;
    background-size: cover;
    background-image: url(../../assets/img/fundo-banner.png);
}

.btn{
    transition: all 0.2s ease-out;
    color: white;
    background-color: #2ba9e0;
    border: none;
    font-size: 20px;
    font-weight: 400;
    width: 300px;
    border-radius: 29px;
}

.btn:hover{
    background-color: #1b83b0;
    color: white;
}
.quadrado-comprar{
    background-color: #cc4a4052;
    padding: 70px;
    border-radius: 50px;
    color: white;
    width: 750px;
    max-width: 100%;
}
.quadrado-comprar ul{
    list-style: none;
}


@media(max-width:991px){
    .comprar-preset h3, .banner-section h3{
        font-size: 40px;
    }
    h3{
        font-size: 35px;
    }
}