﻿@font-face {
    font-display: swap;
    font-family: "CorreioSans-Book";
    src: local("☺"), url("../CorreioSans-Book.woff2") format("woff2"), url("../CorreioSans-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "CorreioSans-ExtraBold";
    src: local("☺"), url("../CorreioSans-ExtraBold.woff2") format("woff2"), url("../CorreioSans-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'CorreioSans-Medium';
    src: local("☺"), url('../correiosans-medium.woff2') format('woff'), url("../correiosans-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


.widget {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 1300px;
    margin-top: 32px;
}

.widget-app {
    display: flex;
    align-items: center;
    min-height: 80px;
    border-radius: 8px;
    background: linear-gradient(to right, #f38334, #e15f1c);
    position: relative;
    justify-content: flex-end;
}

.widget-app__content {
    flex: 1;
    text-align: left;
    color: #fff;
    display: flex;
    padding: 0 0 0 2%;
}

.widget-app__content-center {
    position: relative;
}

.widget-app__device {
    height: 100px;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: -10px;
}

.widget-app__title {
    margin: 0;
    font-family: "CorreioSans-ExtraBold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
}

.widget-app__text {
    margin: 0 0 0;
    font-family: "CorreioSans-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    line-height: 1;
}

.widget-app__download_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "CorreioSans-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 2% 0 0;
}

.widget-app__download_buttons img {
    max-height: 40px;
}


@media (max-width: 768px) {
    .widget-app {
        flex-direction: column;
        justify-content: center;
        padding: 16px;
        min-height: auto;
    }

    .widget-app__device {
        display: none;
    }

    .widget-app__content {
        padding: 0;
        text-align: center;
        margin-bottom: 16px;
        width: 100%;
        display: block;
    }

    .widget-app__title {
        font-size: 24px;
    }

    .widget-app__text {
        font-size: 16px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .widget-app__download_buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .widget-app__download_buttons span {
        width: 100%;
    }

    .widget-app__download_buttons a {
        display: inline-block;
    }

    .widget-app__download_buttons img {
        max-height: 40px;
    }
}