.rtp-home .rtp-internal-hero {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: #202020;
    background: #f5f5f5;
}

.rtp-home .rtp-internal-hero.has-background {
    color: #ffffff;
    background: #2f3032;
}

.rtp-home .rtp-internal-hero__image,
.rtp-home .rtp-internal-hero.has-background::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rtp-home .rtp-internal-hero__image {
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.rtp-home .rtp-internal-hero.has-background::after {
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .32) 52%, rgba(0, 0, 0, .08) 100%);
}

.rtp-home .rtp-internal-hero .container {
    position: relative;
    z-index: 2;
}

.rtp-home .rtp-internal-hero__content {
    display: flex;
    min-height: 300px;
    max-width: 760px;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
}

.rtp-home .rtp-internal-hero__kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: #161616;
    background: #ffcc29;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rtp-home .rtp-internal-hero.has-background .rtp-internal-hero__kicker {
    color: #171717;
}

.rtp-home .rtp-internal-hero h1 {
    margin: 0 0 14px;
    color: inherit;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.08;
}

.rtp-home .rtp-internal-hero__description {
    max-width: 680px;
    color: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.rtp-home .rtp-internal-hero__description p {
    margin: 0;
}

.rtp-home .rtp-legal-content {
    padding: 72px 15px;
    background: #ffffff;
}

.rtp-home .rtp-legal-content__card,
.rtp-home .legal-content-card {
    max-width: 1040px;
    padding: clamp(22px, 4vw, 48px);
    margin: 0 auto;
    color: #272727;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.rtp-home .rtp-legal-content__card > :last-child,
.rtp-home .legal-content-card > :last-child {
    margin-bottom: 0;
}

.rtp-home .rtp-legal-content__card ul,
.rtp-home .legal-content-card ul {
    padding-left: 1.25rem;
}

.rtp-home .rtp-complaints-panel,
.rtp-home .estilos-defalut-contact-panel {
    max-width: 1040px;
    padding: clamp(22px, 4vw, 42px);
    margin: 24px auto 0;
    background: #ffffff;
    border: 1px solid rgba(42, 10, 139, .1);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
}

.rtp-home .rtp-complaints-form,
.rtp-home .estilos-defalut-contact-form {
    max-width: 920px;
    margin: 0 auto;
}

.rtp-home .estilos-defalut-internal-kicker {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    color: #2a0a8b;
    background: rgba(42, 10, 139, .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rtp-home .trabaja-label {
    display: block;
    margin-bottom: 7px;
    color: #2a0a8b;
    font-size: 14px;
    font-weight: 600;
}

.rtp-home .trabaja-control {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    color: #282828;
    background: #ffffff;
    border: 1px solid #d5d7dc;
    border-radius: 5px;
    box-shadow: none;
}

.rtp-home textarea.trabaja-control {
    min-height: 140px;
    resize: vertical;
}

.rtp-home .trabaja-control:focus {
    border-color: #2a0a8b;
    box-shadow: 0 0 0 2px rgba(42, 10, 139, .1);
    outline: 0;
}

.rtp-home .trabaja-submit-btn {
    padding: 12px 24px;
    color: #ffffff;
    background: #ed1c24;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
}

.rtp-home .trabaja-submit-btn:hover,
.rtp-home .trabaja-submit-btn:focus {
    color: #ffffff;
    background: #c9151c;
}

@media (max-width: 767px) {
    .rtp-home .rtp-internal-hero,
    .rtp-home .rtp-internal-hero__content {
        min-height: 250px;
    }

    .rtp-home .rtp-internal-hero__content {
        padding: 36px 0;
    }

    .rtp-home .rtp-internal-hero__description {
        font-size: 15px;
    }

    .rtp-home .rtp-legal-content {
        padding: 42px 12px;
    }
}
