<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-content-color_box_header_text_and_link {
    padding: 0;
    width: 100%;

    &amp;.background-color--azul {
        background-color: #F2F7FA;
    }

    .content {
        font-family: 'neosanspro';
        max-width: 850px;
        margin: 0 auto;
        padding: 54px 0;
        display: flex;
        flex-direction: column;
        gap: 25px;

        .field--name-field-box-cabecera {
            color: #000000;
            font-size: 20px;
            font-weight: 500;
            line-height: 24px;
        }

        .field--name-field-box-texto {
            color: #000000;
            font-size: 16px;
            font-weight: 300;
            line-height: 25px;
        }

        .field.field--name-field-box-enlace {
            display: flex;
            justify-content: center;

            a {
                background-color: transparent;
                color: #0069A7;
                border-radius: 100px;
                padding: 12px 48px 12px 20px;
                position: relative;
                z-index: 1;
                display: block;
                width: fit-content;
                text-decoration: none;
                font-size: 16px;
                line-height: 19px;
                font-weight: 500;
                border: 1px solid;

                &amp;::after {
                    content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8558 7.62496H0.75V6.375H10.8558L6.10898 1.62819L6.99998 0.75L13.25 6.99998L6.99998 13.25L6.10898 12.3718L10.8558 7.62496Z' fill='%230069A7'/%3E%3C/svg%3E%0A");
                    position: absolute;
                    top: 12px;
                    right: 19px;

                }
            }

            /* a:after {
                content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42443 15.0846C2.00345 15.0846 1.64714 14.9388 1.35547 14.6471C1.0638 14.3555 0.917969 13.9992 0.917969 13.5782V2.42443C0.917969 2.00345 1.0638 1.64714 1.35547 1.35547C1.64714 1.0638 2.00345 0.917969 2.42443 0.917969H7.05568C7.23304 0.917969 7.38158 0.97783 7.5013 1.09755C7.62089 1.21714 7.68068 1.36561 7.68068 1.54297C7.68068 1.72033 7.62089 1.8688 7.5013 1.98839C7.38158 2.10811 7.23304 2.16797 7.05568 2.16797H2.42443C2.36026 2.16797 2.30151 2.1947 2.24818 2.24818C2.19471 2.30151 2.16797 2.36026 2.16797 2.42443V13.5782C2.16797 13.6423 2.19471 13.7011 2.24818 13.7544C2.30151 13.8079 2.36026 13.8346 2.42443 13.8346H13.5782C13.6423 13.8346 13.7011 13.8079 13.7544 13.7544C13.8079 13.7011 13.8346 13.6423 13.8346 13.5782V8.94693C13.8346 8.76957 13.8945 8.62103 14.0142 8.5013C14.1338 8.38172 14.2823 8.32193 14.4596 8.32193C14.637 8.32193 14.7855 8.38172 14.9051 8.5013C15.0248 8.62103 15.0846 8.76957 15.0846 8.94693V13.5782C15.0846 13.9992 14.9388 14.3555 14.6471 14.6471C14.3555 14.9388 13.9992 15.0846 13.5782 15.0846H2.42443ZM13.8346 3.04609L6.53984 10.3411C6.42443 10.4564 6.27936 10.5154 6.10464 10.5182C5.93005 10.5208 5.78234 10.4618 5.66151 10.3411C5.54082 10.2203 5.48047 10.0739 5.48047 9.90193C5.48047 9.72998 5.54082 9.58359 5.66151 9.46276L12.9565 2.16797H10.293C10.1156 2.16797 9.96714 2.10811 9.84755 1.98839C9.72783 1.8688 9.66797 1.72033 9.66797 1.54297C9.66797 1.36561 9.72783 1.21714 9.84755 1.09755C9.96714 0.97783 10.1156 0.917969 10.293 0.917969H14.3313C14.5462 0.917969 14.7254 0.989843 14.869 1.13359C15.0128 1.2772 15.0846 1.45644 15.0846 1.6713V5.70964C15.0846 5.887 15.0248 6.03547 14.9051 6.15505C14.7855 6.27478 14.637 6.33464 14.4596 6.33464C14.2823 6.33464 14.1338 6.27478 14.0142 6.15505C13.8945 6.03547 13.8346 5.887 13.8346 5.70964V3.04609Z' fill='white'/%3E%3C/svg%3E%0A");
                position: absolute;
                top: 9px;
                right: 19px;
            } */
        }
    }
}

@media (max-width: 992px) {
    .block-content-color_box_header_text_and_link {
        .content {
            padding: 40px 24px;
        }
    }
}</pre></body></html>