/* Estilos específicos para el banner según la ruta */

/* Banner pequeño para ciertas rutas */
.banner-small {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 0 !important;
}

/* Estilos para todas las secciones principales */
.route-business .banner1,
.route-quienes-somos .banner1,
.route-portafolio .banner1,
.route-blog .banner1,
.route-contactanos .banner1 {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 0 !important;
}

/* Ocultar el título en el banner para todas las secciones principales */
.route-business .banner1 .w3_agileits_service_banner_info h2,
.route-quienes-somos .banner1 .w3_agileits_service_banner_info h2,
.route-portafolio .banner1 .w3_agileits_service_banner_info h2,
.route-blog .banner1 .w3_agileits_service_banner_info h2,
.route-contactanos .banner1 .w3_agileits_service_banner_info h2 {
    display: none !important;
}

/* Reducir tamaño general del banner1 */
.banner1 {
    position: relative;
    min-height: 150px;
}

/* Ocultar específicamente textos en el banner para evitar duplicados */
.banner1 .w3_agileits_service_banner_info h2:contains("BUSINESS"),
.banner1 .w3_agileits_service_banner_info h2:contains("QUIENES-SOMOS"),
.banner1 .w3_agileits_service_banner_info h2:contains("PORTAFOLIO"),
.banner1 .w3_agileits_service_banner_info h2:contains("BLOG"),
.banner1 .w3_agileits_service_banner_info h2:contains("CONTACTANOS") {
    display: none !important;
}

/* Estilos para rutas relacionadas y posts */
.route-business-post .banner1,
.route-noticias-post .banner1,
.route-noticias-category .banner1,
.route-noticias-tag .banner1 {
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 !important;
}

.route-business-post .banner1 .w3_agileits_service_banner_info h2,
.route-noticias-post .banner1 .w3_agileits_service_banner_info h2,
.route-noticias-category .banner1 .w3_agileits_service_banner_info h2,
.route-noticias-tag .banner1 .w3_agileits_service_banner_info h2 {
    display: none !important;
}