body {
    scroll-behavior: smooth;
    background: #ECE8C1 linear-gradient(180deg, #ECE8C1, #ecebde) repeat-x ;
    /* background: #997DAC linear-gradient(180deg, #654f68, #c5a2db) repeat-x ; */
    /* color:  #ECE8C1; */
}

.btn {
    position: relative;
    z-index: 0;
    
}
.btn-info, .alert-info {
    background: #997DAC !important;
    transition: all .3s ease;
}

.btn-info:hover {
    background: #aa87c0 !important;
}

.btn-warning {
    background: #ECE8C1 !important;
    transition: all .3s ease;
    color: #997DAC !important;
}

.btn-warning:hover {
    background: #DBE5A1 !important;
}

a {text-decoration: none !important; color: #FFF !important}

.faqMorado {
    background: #997DAC !important;
}

.collapsed {
    color:#FFF !important;
}

.contenedor {
    background: #ECE8C1 linear-gradient(180deg, #ECE8C1, #ecebde) repeat-x ;
    box-shadow: 0px 0px 50px #808073;
    padding: 0;
}

.accordion-item {
    background: #ECE8C1 linear-gradient(180deg, #ECE8C1, #ecebde) repeat-x !important;
}
.accordion-body {
    background: #ECE8C1 linear-gradient(180deg, #ECE8C1, #ecebde) repeat-x !important;
}

#header {
    width: 100%;
    padding: 0;
}