@font-face {
    font-family: 'Antonio';
    src: url('Antonio-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.cdmx-video-section {
    text-align: center;
    padding: 2rem;
    background: #f3e9cc;
}

.cdmx-video-inner {
    max-width: 928px;
    margin: 0 auto;
}

.cdmx-video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.cdmx-video-title-text {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    color: #7B1F1F;
    line-height: 1;
    text-transform: uppercase;
}

.cdmx-video-title-text--right {
    color: rgba(123, 31, 31, 0.45);
}

.cdmx-video-logo-inline {
    height: 5rem;
    width: auto;
    display: block;
}

.cdmx-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.cdmx-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
