@charset "utf-8";
/* CSS Document */

#invita {
    background-color: #eddcd2;
}
#invita .btn {
    white-space: inherit;
}
#invita .btn-social {
    color: #fe3638;
}

#unite .h1 {
    color: #fe696a;
    font-weight: 700;
    font-size: 5rem;
    line-height: 0.85em;
}

#ganancia {
    background: url(../img/productos-reino.jpg) no-repeat right bottom; 
    background-size: 50% auto;
}
#ganancia .btn-ganancia {
    width: 30%;
    background: #b7b7a4;
    border-color: #b7b7a4;
    padding: 1.5rem 1rem 1.25rem 1rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 0.9em;
}
#ganancia .btn-ganancia small {
    font-weight: 100;
    font-size: 0.85rem;
}
.desc-wrapper {
    padding: 15px;
}
.glide-content-wrapper {
    display: none;
    opacity: 0;
    transform: translateY(20px);
}
.glide-content-wrapper .card {
    padding: 1rem;
}
.ganancia {
    font-size: 2rem;
}
.gananciaTitle {
    text-transform: uppercase;
    margin-bottom: 0;
}
#faqs .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}
#faqs .accordion-button::after {
    background-color: inherit;
}