.tp-hero-4-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -4px;
    margin-bottom: 37px;
    margin-top: 5px;
}

.tp-hero-4-title::after {
    position: absolute;
    content: "";
    width: 296px;
    height: 25px;
    left: -6px;
    top: 70px;
    z-index: -1;
    background: transparent;
}

.tp-btn-circle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    padding: 44px 31px;
    display: inline-block;
    background-color: #F87C56;
}

.tp-section-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: unset;
}

.tp-hero-subtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    display: inline-block;
    font-family: unset;
}

.tp-plan-4-content:hover::before {
    background-color: #F87C56;
    top: 10px;
    bottom: 10px;
    height: calc(100% - 20px);
    border-color: #F87C56;
}

.newsletter-input::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 400;
}

.newsletter-input::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 400;
}

.newsletter-input:-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 400;
}

.newsletter-input:-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 400;
}

.newsletter-input:focus {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.admission-input::-webkit-input-placeholder {
    color: #a0a0a0 !important;
    font-weight: 400;
    opacity: 1;
}

.admission-input::-moz-placeholder {
    color: #a0a0a0 !important;
    font-weight: 400;
    opacity: 1;
}

.admission-input:-ms-input-placeholder {
    color: #a0a0a0 !important;
    font-weight: 400;
    opacity: 1;
}

.admission-input:-moz-placeholder {
    color: #a0a0a0 !important;
    font-weight: 400;
    opacity: 1;
}

/* Efecto al hacer clic para escribir */
.admission-input:focus {
    background-color: #302b2a !important;
    border-color: #ff7e5f !important;
    /* Borde sutil naranja al enfocar */
}

/* Efecto hover en el botón verde */
button[type="submit"]:hover {
    background-color: #009e5e !important;
}

.manifesto-img {
    min-height: 550px;
    object-fit: cover;
}

/* Posicionamiento en computadoras (flotante) */
@media (min-width: 992px) {
    .manifesto-card-wrapper {
        position: absolute;
        bottom: 50px;
        /* Separación desde abajo de la imagen */
        left: 0;
        z-index: 10;
    }

    .manifesto-number {
        margin-top: 0 !important;
        /* Quita el margen en escritorio */
    }
}

/* Posicionamiento en celulares (apilado con margen negativo) */
@media (max-width: 991px) {
    .manifesto-card-wrapper {
        position: relative;
        margin-top: -80px;
        /* Hace que la tarjeta suba y muerda un poco la imagen */
        z-index: 10;
        padding: 0 15px;
    }

    .manifesto-text {
        padding-right: 0 !important;
    }
}