.call-to-action {
	--title-color: var(--gray-100);
	--subtitle-color: var(--gray-100);
    --icon-color: var(--green);
    --title-font-family: var(--font-display);
    --subtitle-font-family: var(--font-body);
}

.call-to-action .icon {
    color: var(--icon-color);
    font-size: 3.75rem;
    font-weight: 200;
}

.call-to-action .title {
    font-family: var(--font-body);
    color: var(--title-color);
    font-size: var(--text-xl);
    line-height: var(--leading-tight);
    font-weight: var(--font-weight-black);
    text-transform: uppercase;
}

.call-to-action .description {
    font-size: var(--text-sm);
    line-height: 1.5;
    color: var(--white);
    max-width: 350px;
}

.call-to-action .fa-chevron-right {
    color: var(--green);
    font-size: 1.0625rem;
}

.panel-footer .call-to-action .description {
    display: none;
}



/* Panel Footer */

.panel-footer .call-to-action .title {
    font-size: var(--text-sm);
    letter-spacing: 0.05em;
}
.panel-footer .call-to-action .fa-chevron-right {
    font-size: var(--text-xs);
}

.panel-footer .call-to-action .inner {
    display: grid;
    gap: var(--space-4);
    padding: 24px 20px;
}





/*Panel CTA Container*/
.panel-cta-container .call-to-action .inner {
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: baseline;
    gap: var(--space-6);
    padding: 45px 52px 40px 52px;
}

.panel-cta-container .contentRender_name_plugins_common_call_to_action_spanish19:first-of-type::after{
    content: "";
    display: block;
    width: 226px;
    height: 1px;
    background-color: var(--green);
    margin: 0 auto;
}

.panel-cta-container .call-to-action .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.panel-cta-container .call-to-action .icon {
    font-weight: 200;
}

@media screen and (min-width: 40em) {
    .panel-cta-container .call-to-action .description {
        max-width: 500px;
        font-size: var(--text-lg);
    }
}
@media screen and (min-width: 64em) {
    .panel-cta-container .call-to-action .inner {
        padding: 96px 120px;
        gap: 30px;
    }
    .panel-cta-container .call-to-action .title {
        font-size: var(--text-2xl);
    }
    .panel-cta-container .contentRender_name_plugins_common_call_to_action_spanish19 .fa-envelope:first-of-type::before, .panel-cta-container .contentRender_name_plugins_common_call_to_action_spanish19 .fa-map::before {
        font-size: 5.625rem;
    }
    .panel-cta-container .contentRender_name_plugins_common_call_to_action_spanish19 {
        position: relative;
        flex: 1;
    }



    .call-to-action .icon {
        font-size: 90px;
        text-align: center;
    }

    .panel-cta-container .contentRender_name_plugins_common_call_to_action_spanish19:first-of-type::after {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 1px;
        height: 226px;
        transform: translateY(-50%);
    }


    .panel-footer .call-to-action {
        max-width: 270px;
        text-align: center;
    }

    .panel-footer .call-to-action .inner {
        padding: 24px 40px;
    }
    .panel-footer .call-to-action .title {
        font-size: var(--text-lg);
    }

    .panel-footer .call-to-action .fa-chevron-right {
        font-size: var(--text-base);
        margin-left: var(--space-1);
    }
}
