/* =============================================
   HERO SECTION (RUTAMAYA TRAVEL)
   ============================================= */
.hero-beneficios {
    position: relative;
    background-color: #F4F7F9;
    overflow: hidden;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.hero-bg-text,
.hero-bg-text2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14vw;
    font-weight: 800;
    color: rgba(42, 52, 129, 0.08);
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    white-space: nowrap;
}

.hero-bg-text {
    top: 40%;
}

.hero-bg-text2 {
    top: 75%;
}

.hero-image-main {
    position: relative;
    z-index: 5;
    height: 480px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* =============================================
   DIVIDER SECTION (CONEXIÓN)
   ============================================= */
   .modern-service-section {
    position: relative;
    padding: 100px 0;
    background-color: hwb(0deg 100% 0% / 0%);
    overflow: hidden;
}

.mockup-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.main-mockup {
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #a29bfe, #6c5ce7);
    z-index: -1;
    opacity: 0.6;
}

.circle-1 { width: 80px; height: 80px; top: 10%; right: 0; }
.circle-2 { width: 60px; height: 60px; bottom: 20%; left: -10px; }

.modern-title {
    color: #2A3481;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
}

.modern-description {
    color: #777;
    margin-bottom: 40px;
}

.benefits-list-modern {
    list-style: none;
    padding: 0;
}

.benefits-list-modern li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.benefit-number {
    width: 40px;
    height: 40px;
    border: 2px solid #2A3481;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #2A3481;
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-info h6 {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #2A3481;
    font-size: 18px;
}

.benefit-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
}
/* =============================================
   SECCIÓN DE BENEFICIOS (ESTRUCTURA NUEVA)
   ============================================= */
.beneficios-page {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}

.icon-wrapper {
    color: #2A3481;
    font-size: 2.2rem;
    margin-bottom: 15px;
    display: inline-block;
}

.beneficio-title {
    font-size: 18px;
    font-weight: 700;
    color: #2A3481;
    margin-bottom: 8px;
}

.beneficio-text-side {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0;
}

.beneficios-page {
    background-color: #ffffff;
}

.beneficios-container {
    max-width: 1200px;
}

.beneficio-item {
    padding: 10px 0;
    text-align: center;
}

.beneficio-title {
    font-size: 16px;
    font-weight: 700;
    color: #2A3481;
    margin-bottom: 4px;
}

.beneficio-text-side {
    font-size: 13px;
    line-height: 1.25;
    color: #333;
    margin-bottom: 0;
}

.contenedor-mockup {
    position: relative;
    display: inline-block;
    padding: 20px;
    z-index: 1;
}

.contenedor-mockup::before {
    content: "";
    position: absolute;
    top: 280px;
    left: 10px;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%);
    z-index: 10;
}

.contenedor-mockup::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background-image: url('../images/p1/ilustración.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.mockup-img {
    max-height: 450px;
    width: auto;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}