/* ==================== Folleto oficial - Expo Impresion 2027 ==================== */
/* Estilos adicionales, no modifican el resto del sitio */

.folleto-section {
        background: linear-gradient(180deg, #ffffff 0%, #f7f1fb 100%);
            padding: 90px 0;
                overflow: hidden;
}

.folleto-badge {
        display: inline-block;
            background: rgba(132, 5, 164, 0.1);
                color: #8405a4;
                    font-weight: 600;
                        font-size: 13px;
                            letter-spacing: 0.06em;
                                text-transform: uppercase;
                                    padding: 6px 16px;
                                        border-radius: 100px;
                                            margin-bottom: 18px;
}

.folleto-title {
        color: #212529;
            font-size: 38px;
                line-height: 1.15;
}

.folleto-section p {
        color: #5c5d61;
            font-size: 18px;
}

.folleto-img-link {
        display: block;
            border-radius: 20px;
                overflow: hidden;
                    box-shadow: 0 30px 60px -20px rgba(46, 6, 69, 0.35);
                        transition: transform .35s ease, box-shadow .35s ease;
}

.folleto-img-link:hover {
        transform: translateY(-6px);
            box-shadow: 0 40px 70px -18px rgba(46, 6, 69, 0.45);
}

.folleto-img {
        width: 100%;
            height: auto;
                display: block;
                    border-radius: 20px;
                        border: 6px solid #ffffff;
}

@media (max-width: 991px) {
        .folleto-title {
                    font-size: 30px;
        }
            .folleto-section {
                        padding: 60px 0;
                                text-align: center;
            }
                .folleto-badge {
                            margin-left: auto;
                                    margin-right: auto;
                }
                    .folleto-img-link {
                                margin-top: 40px;
                    }
}

/* Mejoras globales sutiles y seguras (no alteran colores existentes) */
.custom-btn {
        transition: transform .25s ease, box-shadow .25s ease;
}

.custom-btn:hover {
        transform: translateY(-3px);
            box-shadow: 0 12px 24px -8px rgba(132, 5, 164, 0.45);
}

/* ==================== Ubicacion - WTC Ciudad de Mexico ==================== */
.ubicacion-section {
	background: #ffffff;
		padding: 90px 0;
		}
		
		.ubicacion-section p {
			color: #5c5d61;
				font-size: 18px;
				}
				
				.ubicacion-map-frame {
					border-radius: 20px;
						overflow: hidden;
							box-shadow: 0 30px 60px -20px rgba(46, 6, 69, 0.35);
								border: 6px solid #ffffff;
									line-height: 0;
									}
									
									.ubicacion-map-frame iframe {
										display: block;
										}
										
										@media (max-width: 991px) {
											.ubicacion-section {
													padding: 60px 0;
														}
															.ubicacion-map-frame {
																	border-radius: 14px;
																		}
																			.ubicacion-map-frame iframe {
																					height: 320px;
																						}
																						}