/* CLASSES */

.main-bg {
    background-image: url('../img/bg-abstract-envelope.svg');
    background-size: cover;
    background-position: center center;
}

.white-bg {
    background: var(--white-color);
    color: var(--primary-color);
}

.main-content {
    max-width: 120rem;
    margin: 0 auto;
    padding: 8rem var(--gap);
}

.section {
    min-height: 100vh;
}

.section-cta {
    min-height: 75vh;
}

.cta-bg {
    background-image: url('../img/main-bg-footer.svg');
    background-size: cover;
    background-position: center center;
}

.section-footer {
    min-height: 1.6rem;
}

.section-footer p {
    margin: 0;
    padding: 3rem;
}

.footer-content {
    max-width: 120rem;
    margin: 0 auto;
    padding: 8rem var(--gap);
}

.section-small {
    min-height: 45vh;
}

.button-cta {
    display: flex;
    background-color: #25d366;
    border-radius: 5px;
    color: var(--white-color);
    box-shadow: 0.2rem 0.2rem 0.3rem #999;
    height: 5rem;
    width: 100%;
    border: 0;
    border-color: var(--white-color);
    margin-right: 5rem;
    justify-content: space-around;
    align-items: center;
    gap: var(--gap);
    padding: 0 4rem;
}

.button-cta p {
    font-size: 2rem;
}

.button-cta img {
    width: 10%;
    height: 75%;
    object-fit: contain;
}

.button-cta:hover {
    background-color: #17853f;
}

.title-white-bg {
    font-size: 5rem;
    font-family: 'Inter';
    background: #463677;
    background: linear-gradient(to right, #463677 0%, #059BD6 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-main-bg {
    font-size: 5rem;
    font-family: 'Inter';
    color: #ffffff;
}
